Trace number 4780122

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.04SAT (TO)61078069 3600.26 3614.62

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_7_ic.opb
MD5SUMc0a0878d092ae8016520dd28e1b05072
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 benchmark18195327
Best CPU time to get the best result obtained on this benchmark3584.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 114791256
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45888514984
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114791256
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45888514984
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780122-1782136214.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-4780122-1782136214.opb
0.00/0.02	c Parsing PB file...
0.00/0.04	c goal was devided by 1 with offset 45888514934.
1.17/1.29	c V: 150
1.17/1.29	c assumptions before coding: 
1.37/1.46	c initScipForCoop
1.56/1.69	c Running SCIP presolver (time limit: 10 sec)...
1.56/1.69	c solveScip
1.56/1.69	c initScipForCoop
1.56/1.69	c Cooperative mode: scip_coop_offset=45888514934.000000
1.56/1.69	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1.56/1.69	c Running SCIP presolve for solve-time propagation (rounds=3)
1.87/2.01	c presolving:
2.08/2.19	c (round 1, fast)       150 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7401 clqs, 0 implints
2.36/2.47	c    (0.8s) running MILP presolver
2.66/2.72	c    (1.0s) MILP presolver (2 rounds): 3675 aggregations, 0 fixings, 0 bound changes
2.66/2.73	c (round 2, medium)     3825 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 51 clqs, 0 implints
20.80/20.92	c    (19.2s) probing: 1000/121375 (0.8%) - 0 fixings, 2 aggregations, 6700 implications, 0 bound changes
37.85/38.03	c    (36.3s) probing: 2000/121375 (1.6%) - 0 fixings, 11 aggregations, 13654 implications, 0 bound changes
53.58/53.84	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
53.58/53.84	c  3850 deleted vars, 14704 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
53.58/53.84	c  0 implications, 19105 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
53.58/53.84	c presolved problem has 121350 variables (121350 bin, 0 int, 0 cont) and 242804 constraints
53.58/53.84	c  121425 constraints of type <knapsack>
53.58/53.84	c      50 constraints of type <setppc>
53.58/53.84	c       4 constraints of type <linear>
53.58/53.84	c  121325 constraints of type <logicor>
53.58/53.84	c transformed objective value is always integral (scale: 1)
53.58/53.84	c Presolving Time: 51.85
54.09/54.34	c presolving:
54.29/54.59	c (round 1, fast)       150 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7401 clqs, 0 implints
54.59/54.89	c    (0.8s) running MILP presolver
54.90/55.17	c    (1.1s) MILP presolver (2 rounds): 3675 aggregations, 0 fixings, 0 bound changes
54.90/55.18	c (round 2, medium)     3825 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 51 clqs, 0 implints
55.18/55.41	c (round 3, fast)       3825 del vars, 14700 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 51 clqs, 0 implints
55.58/55.85	c (round 4, exhaustive) 3825 del vars, 14704 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 242800 upgd conss, 0 impls, 51 clqs, 0 implints
56.98/57.29	c (round 5, medium)     3825 del vars, 134754 del conss, 352800 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 242800 upgd conss, 0 impls, 352851 clqs, 0 implints
57.97/58.23	c (round 6, exhaustive) 3825 del vars, 607604 del conss, 472850 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 242800 upgd conss, 0 impls, 352851 clqs, 0 implints
58.57/58.87	c (round 7, exhaustive) 62625 del vars, 666404 del conss, 472850 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 242800 upgd conss, 0 impls, 176451 clqs, 0 implints
58.79/59.04	c (round 8, exhaustive) 62625 del vars, 667629 del conss, 472850 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 242800 upgd conss, 0 impls, 176451 clqs, 0 implints
59.07/59.33	c    (5.3s) probing: 51/62575 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
59.07/59.33	c    (5.3s) probing aborted: 50/50 successive totally useless probings
59.07/59.33	c    (5.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
60.37/60.64	c    (6.6s) no symmetry present (symcode time: 1.22)
60.37/60.68	c presolving (9 rounds: 9 fast, 7 medium, 5 exhaustive):
60.37/60.68	c  62625 deleted vars, 667629 deleted constraints, 472850 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
60.37/60.68	c  0 implications, 176451 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
60.37/60.68	c presolved problem has 62575 variables (62575 bin, 0 int, 0 cont) and 62729 constraints
60.37/60.68	c    1375 constraints of type <knapsack>
60.37/60.68	c      51 constraints of type <setppc>
60.37/60.68	c   60025 constraints of type <and>
60.37/60.68	c       3 constraints of type <linear>
60.37/60.68	c    1275 constraints of type <logicor>
60.37/60.68	c transformed objective value is always integral (scale: 2)
60.37/60.68	c Presolving Time: 6.36
60.37/60.69	c 
63.96/64.21	c 
63.96/64.21	c SCIP Status        : solving was interrupted [time limit reached]
63.96/64.21	c Solving Time (sec) : 10.17
63.96/64.21	c Solving Nodes      : 1
63.96/64.21	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
63.96/64.21	c Dual Bound         : +5.00000000000000e+00
63.96/64.21	c Gap                : infinite
63.96/64.21	c SCIP status: 23 (TIMELIMIT)
63.96/64.21	c solveScip: freeing transform (!can_skip_free_transform)
64.26/64.52	c SCIP presolver: sst_unknown
64.26/64.52	c Converting 257508 PB-constraints to clauses...
64.26/64.52	c   -- Clauses(.)/Splits(s): ###estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.58	c d: 1
64.26/64.58	c estimatedAdderCost: 50
64.26/64.58	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.59	c d: 1
64.26/64.59	c estimatedAdderCost: 50
64.26/64.59	c Try to convert by bdds
64.26/64.60	c d: 1
64.26/64.60	c estimatedAdderCost: 50
64.26/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.60	c d: 1
64.36/64.60	c estimatedAdderCost: 50
64.36/64.60	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 50
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 53
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 53
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 53
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 53
64.36/64.61	c Try to convert by bdds
64.36/64.61	c d: 1
64.36/64.61	c estimatedAdderCost: 53
64.36/64.61	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.62	c d: 1
64.36/64.62	c estimatedAdderCost: 53
64.36/64.62	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.63	c d: 1
64.36/64.63	c estimatedAdderCost: 53
64.36/64.63	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.64	c d: 1
64.36/64.64	c estimatedAdderCost: 53
64.36/64.64	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 53
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.65	c d: 1
64.36/64.65	c estimatedAdderCost: 52
64.36/64.65	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.66	c d: 1
64.36/64.66	c estimatedAdderCost: 52
64.36/64.66	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 52
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.67	c d: 1
64.36/64.67	c estimatedAdderCost: 5
64.36/64.67	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.68	c d: 1
64.36/64.68	c estimatedAdderCost: 5
64.36/64.68	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.36/64.69	c d: 1
64.36/64.69	c estimatedAdderCost: 5
64.36/64.69	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.70	c d: 1
64.45/64.70	c estimatedAdderCost: 3
64.45/64.70	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.71	c d: 1
64.45/64.71	c estimatedAdderCost: 3
64.45/64.71	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.72	c d: 1
64.45/64.72	c estimatedAdderCost: 3
64.45/64.72	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.73	c d: 1
64.45/64.73	c estimatedAdderCost: 3
64.45/64.73	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45/64.74	c d: 1
64.45/64.74	c estimatedAdderCost: 3
64.45/64.74	c Try to convert by bdds
64.45 [...]

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

x33740 -x33741 -x33742 -x33743 -x33744 -x33745 -x33746 -x33747 -x33748 -x33749 -x33750 -x33751 -x33752 -x33753 -x33754 -x33755 -x33756 -x33757 -x33758 -x33759 -x33760 -x33761 -x33762 -x33763 -x33764 -x33765 -x33766 -x33767 -x33768 -x33769 -x33770 -x33771 -x33772 -x33773 -x33774 -x33775 -x33776 -x33777 -x33778 -x33779 -x33780 -x33781 -x33782 -x33783 -x33784 -x33785 -x33786 -x33787 -x33788 -x33789 -x33790 -x33791 -x33792 -x33793 -x33794 -x33795 -x33796 -x33797 -x33798 -x33799 -x33800 -x33801 -x33802 -x33803 -x33804 -x33805 -x33806 -x33807 -x33808 -x33809 -x33810 -x33811 -x33812 -x33813 -x33814 -x33815 -x33816 -x33817 -x33818 -x33819 -x33820 -x33821 -x33822 -x33823 -x33824 -x33825 -x33826 -x33827 -x33828 -x33829 -x33830 -x33831 -x33832 -x33833 -x33834 -x33835 -x33836 -x33837 -x33838 -x33839 -x33840 -x33841 -x33842 -x33843 -x33844 -x33845 -x33846 -x33847 -x33848 -x33849 -x33850 -x33851 -x33852 -x33853 -x33854 -x33855 -x33856 -x33857 -x33858 -x33859 -x33860 -x33861 -x33862 -x33863 -x33864 -x33865 -x33866 -x33867 -x33868 -x33869 -x33870 -x33871 -x33872 -x33873 -x33874 -x33875 -x33876 -x33877 -x33878 -x33879 -x33880 -x33881 -x33882 -x33883 -x33884 -x33885 -x33886 -x33887 -x33888 -x33889 -x33890 -x33891 -x33892 -x33893 -x33894 -x33895 -x33896 -x33897 -x33898 -x33899 -x33900 -x33901 -x33902 -x33903 -x33904 -x33905 -x33906 -x33907 -x33908 -x33909 -x33910 -x33911 -x33912 -x33913 -x33914 -x33915 -x33916 -x33917 -x33918 -x33919 -x33920 -x33921 -x33922 -x33923 -x33924 -x33925 -x33926 -x33927 -x33928 -x33929 -x33930 -x33931 -x33932 -x33933 -x33934 -x33935 -x33936 -x33937 -x33938 -x33987 -x33988 -x33989 -x33990 -x33991 -x33992 -x33993 -x33994 -x33995 -x33996 -x33997 -x33998 -x33999 -x34000 -x34001 -x34002 -x34003 -x34004 -x34005 -x34006 -x34007 -x34008 -x34009 -x34010 -x34011 -x34012 -x34013 -x34014 -x34015 -x34016 x34017 -x34018 -x34019 -x34020 -x34021 -x34022 -x34023 -x34024 -x34025 -x34026 -x34027 -x34028 -x34029 -x34030 -x34031 -x34032 -x34033 -x34034 -x34035 -x34036 -x34037 -x34038 -x34039 -x34040 -x34041 -x34042 -x34043 -x34044 -x34045 -x34046 -x34047 -x34048 -x34049 -x34050 -x34051 -x34052 -x34053 -x34054 -x34055 -x34056 -x34057 -x34058 -x34059 -x34060 -x34061 -x34062 -x34063 -x34064 x34065 -x34066 -x34067 -x34068 -x34069 -x34070 -x34071 -x34072 -x34073 -x34074 -x34075 -x34076 -x34077 -x34078 -x34079 -x34080 -x34081 -x34082 -x34083 -x34084 -x34085 -x34086 -x34087 -x34088 -x34089 -x34090 -x34091 -x34092 -x34093 -x34094 -x34095 -x34096 -x34097 -x34098 -x34099 -x34100 -x34101 -x34102 -x34103 -x34104 -x34105 -x34106 -x34107 -x34108 -x34109 -x34110 -x34111 -x34112 -x34113 -x34114 -x34115 -x34116 -x34117 -x34118 -x34119 -x34120 -x34121 -x34122 -x34123 -x34124 -x34125 -x34126 -x34127 -x34128 -x34129 -x34130 -x34131 -x34132 -x34133 -x34134 -x34135 -x34136 -x34137 -x34138 -x34139 -x34140 -x34141 -x34142 -x34143 -x34144 -x34145 -x34146 -x34147 -x34148 -x34149 -x34150 -x34151 -x34152 -x34153 -x34154 -x34155 -x34156 -x34157 -x34158 -x34159 -x34160 -x34161 -x34162 -x34163 -x34164 -x34165 -x34166 -x34167 -x34168 -x34169 -x34170 -x34171 -x34172 -x34173 -x34174 -x34175 -x34176 -x34177 -x34178 -x34179 -x34180 -x34181 -x34182 -x34183 -x34184 -x34185 -x34186 -x34187 -x34188 -x34189 -x34190 -x34191 -x34192 -x34193 -x34194 -x34195 -x34196 -x34197 -x34198 -x34199 -x34200 -x34201 -x34202 -x34203 -x34204 -x34205 -x34206 -x34207 -x34208 -x34209 -x34210 -x34211 -x34212 -x34213 -x34214 -x34215 -x34216 -x34217 -x34218 -x34219 -x34220 -x34221 -x34222 -x34223 -x34224 -x34225 -x34226 -x34227 -x34228 -x34229 -x34230 -x34231 -x34232 -x34233 -x34234 -x34235 -x34236 -x34237 -x34238 -x34239 -x34240 -x34241 -x34242 -x34243 -x34244 -x34245 -x34246 -x34247 -x34248 -x34249 -x34250 -x34251 -x34252 -x34253 -x34254 -x34255 -x34256 -x34257 x34258 -x34259 -x34260 -x34261 -x34262 -x34263 -x34264 -x34265 -x34266 -x34267 -x34268 -x34269 -x34270 -x34271 -x34272 -x34273 -x34274 -x34275 -x34276 -x34277 -x34278 -x34279 -x34280 -x34281 -x34282 -x34283 -x34284 -x34285 -x34286 -x34287 -x34288 -x34289 -x34290 -x34291 -x34292 -x34293 -x34294 -x34295 -x34296 -x34297 -x34298 -x34299 -x34300 -x34301 -x34302 -x34303 -x34304 -x34305 -x34306 -x34307 -x34308 -x34309 -x34310 -x34311 -x34312 -x34313 -x34314 -x34315 -x34316 -x34317 -x34318 -x34319 -x34320 -x34321 -x34322 -x34323 -x34324 -x34325 -x34326 -x34327 -x34328 -x34329 -x34330 -x34331 -x34332 -x34333 -x34334 -x34335 -x34336 -x34337 -x34338 -x34339 -x34340 -x34341 -x34342 -x34343 -x34344 -x34345 -x34346 -x34347 -x34348 -x34349 -x34350 -x34351 -x34352 -x34353 -x34354 -x34355 -x34356 -x34357 -x34358 -x34359 -x34360 -x34361 -x34362 -x34363 -x34364 -x34365 -x34366 -x34367 -x34368 -x34369 -x34370 -x34371 -x34372 -x34373 -x34374 -x34375 -x34376 -x34377 -x34378 -x34379 -x34380 -x34381 -x34382 -x34383 -x34384 -x34385 -x34386 -x34387 -x34388 -x34389 -x34390 -x34391 -x34392 -x34393 -x34394 -x34395 -x34396 -x34397 -x34398 -x34399 -x34400 -x34401 -x34402 -x34403 -x34404 -x34405 -x34406 -x34407 -x34408 -x34409 -x34410 -x34411 -x34412 -x34413 -x34414 -x34415 -x34416 -x34417 -x34418 -x34419 -x34420 -x34421 -x34422 -x34423 -x34424 -x34425 -x34426 -x34427 -x34428 -x34429 -x34430 -x34431 -x34432 -x34433 -x34434 -x34435 -x34436 -x34437 -x34438 -x34439 -x34440 -x34441 -x34442 -x34443 -x34444 -x34445 -x34446 -x34447 -x34448 -x34449 -x34450 -x34451 -x34452 -x34453 -x34454 -x34455 -x34456 -x34457 -x34458 -x34459 -x34460 -x34461 -x34462 -x34463 -x34464 -x34465 -x34466 -x34515 -x34516 -x34517 -x34518 -x34519 -x34520 -x34521 -x34522 -x34523 -x34524 -x34525 -x34526 -x34527 -x34528 -x34529 -x34530 -x34531 -x34532 -x34533 -x34534 -x34535 -x34536 -x34537 -x34538 -x34539 -x34540 -x34541 -x34542 -x34543 -x34544 -x34545 -x34546 -x34547 -x34548 -x34549 -x34550 -x34551 -x34552 -x34553 -x34554 -x34555 -x34556 -x34557 -x34558 -x34559 -x34560 -x34561 -x34562 -x34563 -x34564 -x34565 -x34566 -x34567 -x34568 -x34569 -x34570 -x34571 -x34572 -x34573 -x34574 -x34575 -x34576 -x34577 -x34578 -x34579 -x34580 -x34581 -x34582 -x34583 -x34584 -x34585 -x34586 -x34587 -x34588 -x34589 -x34590 -x34591 -x34592 -x34593 -x34594 -x34595 -x34596 -x34597 -x34598 -x34599 -x34600 -x34601 -x34602 -x34603 -x34604 -x34605 -x34606 -x34607 -x34608 -x34609 -x34610 -x34611 -x34612 -x34613 -x34614 -x34615 -x34616 -x34617 -x34618 -x34619 -x34620 -x34621 -x34622 -x34623 -x34624 -x34625 -x34626 -x34627 -x34628 -x34629 -x34630 -x34631 -x34632 -x34633 -x34634 -x34635 -x34636 -x34637 -x34638 -x34639 -x34640 -x34641 -x34642 -x34643 -x34644 -x34645 -x34646 -x34647 -x34648 -x34649 -x34650 -x34651 -x34652 -x34653 -x34654 -x34655 -x34656 -x34657 -x34658 -x34659 -x34660 -x34661 -x34662 -x34663 -x34664 -x34665 -x34666 -x34667 -x34668 -x34669 -x34670 -x34671 -x34672 -x34673 -x34674 -x34675 -x34676 -x34677 -x34678 -x34679 -x34680 -x34681 -x34682 -x34683 -x34684 -x34685 -x34686 -x34687 -x34688 -x34689 -x34690 -x34691 -x34692 -x34693 -x34694 -x34695 -x34696 -x34697 -x34698 -x34699 -x34700 -x34701 -x34702 -x34703 -x34704 -x34705 -x34706 -x34707 -x34708 -x34709 -x34710 -x34711 -x34712 -x34713 -x34714 -x34715 -x34716 -x34717 -x34718 -x34719 -x34720 -x34721 -x34722 -x34723 -x34724 -x34725 -x34726 -x34727 -x34728 -x34729 -x34730 -x34731 -x34732 -x34733 -x34734 -x34735 -x34736 -x34737 -x34738 -x34739 -x34740 -x34741 -x34742 -x34743 -x34744 -x34745 -x34746 -x34747 -x34748 -x34749 -x34750 -x34751 -x34752 -x34753 -x34754 -x34755 -x34756 -x34757 -x34758 -x34759 -x34760 -x34761 -x34762 -x34763 -x34764 -x34765 -x34766 -x34767 -x34768 -x34769 -x34770 -x34771 -x34772 -x34773 -x34774 -x34775 -x34776 -x34777 -x34778 -x34779 -x34780 -x34781 -x34782 -x34783 -x34784 -x34785 -x34786 -x34787 -x34788 -x34789 -x34790 -x34791 -x34792 -x34793 -x34794 -x34795 -x34796 -x34797 -x34798 -x34799 -x34800 -x34801 -x34802 -x34803 -x34804 -x34805 -x34806 -x34807 -x34808 -x34809 -x34810 -x34811 -x34812 -x34813 -x34814 -x34815 -x34816 -x34817 -x34818 -x34819 -x34820 -x34821 -x34822 -x34823 -x34824 -x34825 -x34826 -x34827 -x34828 -x34829 -x34830 -x34831 -x34832 -x34833 -x34834 -x34835 -x34836 -x34837 -x34838 -x34839 -x34840 -x34841 -x34842 -x34843 -x34844 -x34845 -x34846 -x34847 -x34848 -x34849 -x34850 -x34851 -x34852 -x34853 -x34854 -x34855 -x34856 -x34857 -x34858 -x34859 -x34860 -x34861 -x34862 -x34863 -x34864 -x34865 -x34866 -x34867 -x34868 -x34869 -x34870 -x34871 -x34872 -x34873 -x34874 -x34875 -x34876 -x34877 -x34878 -x34879 -x34880 -x34881 -x34882 -x34883 -x34884 -x34885 -x34886 -x34887 -x34888 -x34889 -x34890 -x34891 -x34892 -x34893 -x34894 -x34895 -x34896 -x34897 -x34898 -x34899 -x34900 -x34901 -x34902 -x34903 -x34904 -x34905 -x34906 -x34907 -x34908 -x34909 -x34910 -x34911 -x34912 -x34913 -x34914 -x34915 -x34916 -x34917 -x34918 -x34919 -x34920 -x34921 -x34922 -x34923 -x34924 -x34925 -x34926 -x34927 -x34928 -x34929 -x34930 -x34931 -x34932 -x34933 -x34934 -x34935 -x34936 -x34937 -x34938 -x34939 -x34940 -x34941 -x34942 -x34943 -x34944 -x34945 -x34946 -x34947 -x34948 -x34949 -x34950 -x34951 -x34952 -x34953 -x34954 -x34955 -x34956 -x34957 -x34958 -x34959 -x34960 -x34961 -x34962 -x34963 -x34964 -x34965 -x34966 -x34967 -x34968 -x34969 -x34970 -x34971 -x34972 -x34973 -x34974 -x34975 -x34976 -x34977 x34978 -x34979 -x34980 -x34981 -x34982 -x34983 -x34984 -x34985 -x34986 -x34987 -x34988 -x34989 -x34990 -x34991 -x34992 -x34993 -x34994 -x35043 -x35044 -x35045 -x35046 -x35047 -x35048 -x35049 -x35050 -x35051 -x35052 -x35053 -x35054 -x35055 -x35056 -x35057 -x35058 -x35059 -x35060 -x35061 -x35062 -x35063 -x35064 -x35065 -x35066 -x35067 -x35068 -x35069 -x35070 -x35071 -x35072 -x35073 -x35074 -x35075 -x35076 -x35077 -x35078 -x35079 -x35080 -x35081 -x35082 -x35083 -x35084 -x35085 -x35086 -x35087 -x35088 -x35089 -x35090 -x35811 -x35812 -x35813 -x35814 -x35815 -x35816 -x35817 -x35818 -x35819 -x35820 -x35821 -x35822 -x35823 -x35824 -x35825 -x35826 -x35827 -x35828 -x35829 -x35830 -x35831 -x35832 -x35833 -x35834 -x35835 -x35836 -x35837 -x35838 -x35839 -x35840 -x35841 -x35842 -x35843 -x35844 -x35845 -x35846 -x35847 -x35848 -x35849 -x35850 -x35851 -x35852 -x35853 -x35854 -x35855 -x35856 -x35857 -x35858 -x36291 -x36292 -x36293 -x36294 -x36295 -x36296 -x36297 -x36298 -x36299 -x36300 -x36301 -x36302 -x36303 -x36304 -x36305 -x36306 -x36307 -x36308 -x36309 -x36310 -x36311 -x36312 -x36313 -x36314 -x36315 -x36316 -x36317 -x36318 -x36319 -x36320 -x36321 -x36322 -x36323 -x36324 -x36325 -x36326 -x36327 -x36328 -x36329 -x36330 -x36331 -x36332 -x36333 -x36334 -x36335 -x36336 -x36337 -x36338 -x36819 -x36820 -x36821 -x36822 -x36823 -x36824 -x36825 -x36826 -x36827 -x36828 -x36829 -x36830 -x36831 -x36832 -x36833 -x36834 -x36835 -x36836 -x36837 -x36838 -x36839 -x36840 -x36841 -x36842 -x36843 -x36844 -x36845 -x36846 -x36847 -x36848 -x36849 -x36850 -x36851 -x36852 -x36853 -x36854 -x36855 -x36856 -x36857 -x36858 -x36859 -x36860 -x36861 -x36862 -x36863 -x36864 -x36865 -x36866 -x37347 -x37348 -x37349 -x37350 -x37351 -x37352 -x37353 -x37354 -x37355 -x37356 -x37357 -x37358 -x37359 -x37360 -x37361 -x37362 -x37363 -x37364 -x37365 -x37366 -x37367 -x37368 -x37369 -x37370 -x37371 -x37372 -x37373 -x37374 -x37375 -x37376 -x37377 -x37378 -x37379 -x37380 -x37381 -x37382 -x37383 -x37384 -x37385 -x37386 -x37387 -x37388 -x37389 -x37390 -x37391 -x37392 -x37393 -x37394 -x37443 -x37444 -x37445 -x37446 -x37447 -x37448 -x37449 -x37450 -x37451 -x37452 -x37453 -x37454 -x37455 -x37456 -x37457 -x37458 -x37459 -x37460 -x37461 -x37462 -x37463 -x37464 -x37465 -x37466 -x37467 -x37468 -x37469 -x37470 -x37471 -x37472 -x37473 -x37474 -x37475 -x37476 -x37477 -x37478 -x37479 -x37480 -x37481 -x37482 -x37483 -x37484 -x37485 -x37486 -x37487 -x37488 -x37489 -x37490 -x37491 -x37492 -x37493 -x37494 -x37495 -x37496 -x37497 -x37498 -x37499 -x37500 -x37501 -x37502 -x37503 -x37504 -x37505 -x37506 -x37507 -x37508 -x37509 -x37510 -x37511 -x37512 -x37513 -x37514 -x37515 -x37516 -x37517 -x37518 -x37519 -x37520 -x37521 -x37522 -x37523 -x37524 -x37525 -x37526 -x37527 -x37528 -x37529 -x37530 -x37531 -x37532 -x37533 -x37534 -x37535 -x37536 -x37537 -x37538 -x37539 -x37540 -x37541 -x37542 -x37543 -x37544 -x37545 -x37546 -x37547 -x37548 -x37549 -x37550 -x37551 -x37552 -x37553 -x37554 -x37555 -x37556 -x37557 -x37558 -x37559 -x37560 -x37561 -x37562 -x37563 -x37564 -x37565 -x37566 -x37567 -x37568 -x37569 -x37570 -x37571 -x37572 -x37573 -x37574 -x37575 -x37576 -x37577 -x37578 -x37579 -x37580 -x37581 -x37582 -x37583 -x37584 -x37585 -x37586 -x37587 -x37588 -x37589 -x37590 -x37591 -x37592 -x37593 -x37594 -x37595 -x37596 -x37597 -x37598 -x37599 -x37600 -x37601 -x37602 -x37603
3600.03/3614.43	v -x37604 -x37605 -x37606 -x37607 -x37608 -x37609 -x37610 -x37611 -x37612 -x37613 -x37614 -x37615 -x37616 -x37617 -x37618 -x37619 -x37620 -x37621 -x37622 -x37623 -x37624 -x37625 -x37626 -x37627 -x37628 -x37629 -x37630 -x37631 -x37632 -x37633 -x37634 -x37635 -x37636 -x37637 -x37638 -x37639 -x37640 -x37641 -x37642 -x37643 -x37644 -x37645 -x37646 -x37647 -x37648 -x37649 -x37650 -x37651 -x37652 -x37653 -x37654 -x37655 -x37656 -x37657 -x37658 -x37659 -x37660 -x37661 -x37662 -x37663 -x37664 -x37665 -x37666 -x37667 -x37668 -x37669 -x37670 -x37671 -x37672 -x37673 -x37674 -x37675 -x37676 -x37677 -x37678 -x37679 -x37680 -x37681 -x37682 -x35331 -x35332 -x35333 -x35334 -x35335 -x35336 -x35337 -x35338 -x35339 -x35340 -x35341 -x35342 -x35343 -x35344 -x35345 -x35346 -x35347 -x35348 -x35349 -x35350 -x35351 -x35352 -x35353 -x35354 -x35355 -x35356 -x35357 -x35358 -x35359 -x35360 x35361 -x35362 -x35363 -x35364 -x35365 -x35366 -x35367 -x35368 -x35369 -x35370 -x35371 -x35372 -x35373 -x35374 -x35375 -x35376 -x35377 -x35378 -x35379 -x35380 -x35381 -x35382 -x35383 -x35384 -x35385 -x35386 -x35387 -x35388 -x35389 -x35390 -x35391 -x35392 -x35393 -x35394 -x35395 -x35396 -x35397 -x35398 -x35399 -x35400 -x35401 -x35402 -x35403 -x35404 -x35405 -x35406 -x35407 -x35408 -x35409 -x35410 -x35411 -x35412 -x35413 -x35414 -x35415 -x35416 -x35417 -x35418 -x35419 -x35420 -x35421 -x35422 -x35423 -x35424 -x35425 -x35426 -x35427 -x35428 -x35429 -x35430 -x35431 -x35432 -x35433 -x35434 -x35435 -x35436 -x35437 -x35438 -x35439 -x35440 -x35441 -x35442 -x35443 -x35444 -x35445 -x35446 -x35447 -x35448 -x35449 -x35450 -x35451 -x35452 -x35453 -x35454 -x35455 -x35456 -x35457 -x35458 -x35459 -x35460 -x35461 -x35462 -x35463 -x35464 -x35465 -x35466 -x35467 -x35468 -x35469 -x35470 -x35471 -x35472 -x35473 -x35474 -x35475 -x35476 -x35477 -x35478 -x35479 -x35480 -x35481 -x35482 -x35483 -x35484 -x35485 -x35486 -x35487 -x35488 -x35489 -x35490 -x35491 -x35492 -x35493 -x35494 -x35495 -x35496 -x35497 -x35498 -x35499 -x35500 -x35501 -x35502 -x35503 -x35504 -x35505 -x35506 -x35507 -x35508 -x35509 -x35510 -x35511 -x35512 -x35513 -x35514 -x35515 -x35516 -x35517 -x35518 -x35519 -x35520 -x35521 -x35522 -x35523 -x35524 -x35525 -x35526 -x35527 -x35528 -x35529 -x35530 -x35531 -x35532 -x35533 -x35534 -x35535 -x35536 -x35537 -x35538 -x35539 -x35540 -x35541 -x35542 -x35543 -x35544 -x35545 -x35546 -x35547 -x35548 -x35549 -x35550 -x35551 -x35552 -x35553 -x35554 -x35555 -x35556 -x35557 -x35558 -x35559 -x35560 -x35561 -x35562 -x35563 -x35564 -x35565 -x35566 -x35567 -x35568 -x35569 -x35570 -x35571 -x35572 -x35573 -x35574 -x35575 -x35576 -x35577 -x35578 -x35579 -x35580 -x35581 -x35582 -x35583 -x35584 -x35585 -x35586 -x35587 -x35588 -x35589 -x35590 -x35591 -x35592 -x35593 -x35594 -x35595 -x35596 -x35597 -x35598 -x35599 -x35600 -x35601 -x35602 -x35603 -x35604 -x35605 -x35606 -x35607 -x35608 -x35609 -x35610 -x35611 -x35612 -x35613 -x35614 -x35615 -x35616 -x35617 -x35618 -x35619 -x35620 -x35621 -x35622 -x35623 -x35624 -x35625 -x35626 -x35627 -x35628 -x35629 -x35630 -x35631 -x35632 -x35633 -x35634 -x35635 -x35636 -x35637 -x35638 -x35639 -x35640 -x35641 -x35642 -x35643 -x35644 -x35645 -x35646 -x35647 -x35648 -x35649 -x35650 -x35651 -x35652 -x35653 -x35654 -x35655 -x35656 -x35657 -x35658 -x35659 -x35660 -x35661 -x35662 -x35663 -x35664 -x35665 -x35666 -x35667 -x35668 -x35669 -x35670 -x35671 -x35672 -x35673 -x35674 -x35675 -x35676 -x35677 -x35678 -x35679 -x35680 -x35681 -x35682 -x35683 -x35684 -x35685 -x35686 -x35687 -x35688 -x35689 -x35690 -x35691 -x35692 -x35693 -x35694 -x35695 -x35696 -x35697 -x35698 -x35699 -x35700 -x35701 -x35702 -x35703 -x35704 -x35705 -x35706 -x35707 -x35708 -x35709 -x35710 -x35711 -x35712 -x35713 -x35714 -x35715 -x35716 -x35717 -x35718 -x35719 -x35720 -x35721 -x35722 -x35723 -x35724 -x35725 -x35726 -x35727 -x35728 -x35729 -x35730 -x35731 -x35732 -x35733 -x35734 -x35735 -x35736 -x35737 -x35738 -x35739 -x35740 -x35741 -x35742 -x35743 -x35744 -x35745 -x35746 -x35747 -x35748 -x35749 -x35750 -x35751 -x35752 -x35753 -x35754 -x35755 -x35756 -x35757 -x35758 -x35759 -x35760 -x35761 -x35762 -x35763 -x35764 -x35765 -x35766 -x35767 -x35768 -x35769 -x35770 -x35771 -x35772 -x35773 -x35774 -x35775 -x35776 -x35777 -x35778 -x35779 -x35780 -x35781 -x35782 -x35783 -x35784 -x35785 -x35786 -x35787 -x35788 -x35789 -x35790 -x35791 -x35792 x35793 -x35794 -x35795 -x35796 -x35797 -x35798 -x35799 -x35800 -x35801 -x35802 -x35803 -x35804 -x35805 -x35806 -x35807 -x35808 -x35809 -x35810 -x35859 -x35860 -x35861 -x35862 -x35863 -x35864 -x35865 -x35866 -x35867 -x35868 -x35869 -x35870 -x35871 -x35872 -x35873 -x35874 -x35875 -x35876 -x35877 -x35878 -x35879 -x35880 -x35881 -x35882 -x35883 -x35884 -x35885 -x35886 -x35887 -x35888 -x35889 -x35890 -x35891 -x35892 -x35893 -x35894 -x35895 -x35896 -x35897 -x35898 -x35899 -x35900 -x35901 -x35902 -x35903 -x35904 -x35905 -x35906 -x35907 -x35908 -x35909 -x35910 -x35911 -x35912 -x35913 -x35914 -x35915 -x35916 -x35917 -x35918 -x35919 -x35920 -x35921 -x35922 -x35923 -x35924 -x35925 -x35926 -x35927 -x35928 -x35929 -x35930 -x35931 -x35932 -x35933 -x35934 -x35935 -x35936 -x35937 -x35938 -x35939 -x35940 -x35941 -x35942 -x35943 -x35944 -x35945 -x35946 -x35947 -x35948 -x35949 -x35950 -x35951 -x35952 -x35953 -x35954 -x35955 -x35956 -x35957 -x35958 -x35959 -x35960 -x35961 -x35962 -x35963 -x35964 -x35965 -x35966 -x35967 -x35968 -x35969 -x35970 -x35971 -x35972 -x35973 -x35974 -x35975 -x35976 -x35977 -x35978 -x35979 -x35980 -x35981 -x35982 -x35983 -x35984 x35985 -x35986 -x35987 -x35988 -x35989 -x35990 -x35991 -x35992 -x35993 -x35994 -x35995 -x35996 -x35997 -x35998 -x35999 -x36000 -x36001 -x36002 -x36003 -x36004 -x36005 -x36006 -x36007 -x36008 -x36009 -x36010 -x36011 -x36012 -x36013 -x36014 -x36015 -x36016 -x36017 -x36018 -x36019 -x36020 -x36021 -x36022 -x36023 -x36024 -x36025 -x36026 -x36027 -x36028 -x36029 -x36030 -x36031 -x36032 x36033 -x36034 -x36035 -x36036 -x36037 -x36038 -x36039 -x36040 -x36041 -x36042 -x36043 -x36044 -x36045 -x36046 -x36047 -x36048 -x36049 -x36050 -x36051 -x36052 -x36053 -x36054 -x36055 -x36056 -x36057 -x36058 -x36059 -x36060 -x36061 -x36062 -x36063 -x36064 -x36065 -x36066 -x36067 -x36068 -x36069 -x36070 -x36071 -x36072 -x36073 -x36074 -x36075 -x36076 -x36077 -x36078 -x36079 -x36080 -x36081 -x36082 -x36083 -x36084 -x36085 -x36086 -x36087 -x36088 -x36089 -x36090 -x36091 -x36092 -x36093 -x36094 -x36095 -x36096 -x36097 -x36098 -x36099 -x36100 -x36101 -x36102 -x36103 -x36104 -x36105 -x36106 -x36107 -x36108 -x36109 -x36110 -x36111 -x36112 -x36113 -x36114 -x36115 -x36116 -x36117 -x36118 -x36119 -x36120 -x36121 -x36122 -x36123 -x36124 -x36125 -x36126 -x36127 -x36128 -x36129 -x36130 -x36131 -x36132 -x36133 -x36134 -x36135 -x36136 -x36137 -x36138 -x36139 -x36140 -x36141 -x36142 -x36143 -x36144 -x36145 -x36146 -x36147 -x36148 -x36149 -x36150 -x36151 -x36152 -x36153 -x36154 -x36155 -x36156 -x36157 -x36158 -x36159 -x36160 -x36161 -x36162 -x36163 -x36164 -x36165 -x36166 -x36167 -x36168 -x36169 -x36170 -x36171 -x36172 -x36173 -x36174 -x36175 -x36176 -x36177 -x36178 -x36179 -x36180 -x36181 -x36182 -x36183 -x36184 -x36185 -x36186 -x36187 -x36188 -x36189 -x36190 -x36191 -x36192 -x36193 -x36194 -x36195 -x36196 -x36197 -x36198 -x36199 -x36200 -x36201 -x36202 -x36203 -x36204 -x36205 -x36206 -x36207 -x36208 -x36209 -x36210 -x36211 -x36212 -x36213 -x36214 -x36215 -x36216 -x36217 -x36218 -x36219 -x36220 -x36221 -x36222 -x36223 -x36224 -x36225 -x36226 -x36227 -x36228 -x36229 -x36230 -x36231 -x36232 -x36233 -x36234 -x36235 -x36236 -x36237 -x36238 -x36239 -x36240 -x36241 -x36242 -x36243 -x36244 -x36245 -x36246 -x36247 -x36248 -x36249 -x36250 -x36251 -x36252 -x36253 -x36254 -x36255 -x36256 -x36257 -x36258 -x36259 -x36260 -x36261 -x36262 -x36263 -x36264 -x36265 -x36266 -x36267 -x36268 -x36269 -x36270 -x36271 -x36272 -x36273 -x36274 -x36275 -x36276 -x36277 -x36278 -x36279 -x36280 -x36281 -x36282 -x36283 -x36284 -x36285 -x36286 -x36287 -x36288 -x36289 -x36290 -x36339 -x36340 -x36341 -x36342 -x36343 -x36344 -x36345 -x36346 -x36347 -x36348 -x36349 -x36350 -x36351 -x36352 -x36353 -x36354 -x36355 -x36356 -x36357 -x36358 -x36359 -x36360 -x36361 -x36362 -x36363 -x36364 -x36365 -x36366 -x36367 -x36368 x36369 -x36370 -x36371 -x36372 -x36373 -x36374 -x36375 -x36376 -x36377 -x36378 -x36379 -x36380 -x36381 -x36382 -x36383 -x36384 -x36385 -x36386 -x36387 -x36388 -x36389 -x36390 -x36391 -x36392 -x36393 -x36394 -x36395 -x36396 -x36397 -x36398 -x36399 -x36400 -x36401 -x36402 -x36403 -x36404 -x36405 -x36406 -x36407 -x36408 -x36409 -x36410 -x36411 -x36412 -x36413 -x36414 -x36415 -x36416 x36417 -x36418 -x36419 -x36420 -x36421 -x36422 -x36423 -x36424 -x36425 -x36426 -x36427 -x36428 -x36429 -x36430 -x36431 -x36432 -x36433 -x36434 -x36435 -x36436 -x36437 -x36438 -x36439 -x36440 -x36441 -x36442 -x36443 -x36444 -x36445 -x36446 -x36447 -x36448 -x36449 -x36450 -x36451 -x36452 -x36453 -x36454 -x36455 -x36456 -x36457 -x36458 -x36459 -x36460 -x36461 -x36462 -x36463 -x36464 -x36465 -x36466 -x36467 -x36468 -x36469 -x36470 -x36471 -x36472 -x36473 -x36474 -x36475 -x36476 -x36477 -x36478 -x36479 -x36480 -x36481 -x36482 -x36483 -x36484 -x36485 -x36486 -x36487 -x36488 -x36489 -x36490 -x36491 -x36492 -x36493 -x36494 -x36495 -x36496 -x36497 -x36498 -x36499 -x36500 -x36501 -x36502 -x36503 -x36504 -x36505 -x36506 -x36507 -x36508 -x36509 -x36510 -x36511 -x36512 -x36513 -x36514 -x36515 -x36516 -x36517 -x36518 -x36519 -x36520 -x36521 -x36522 -x36523 -x36524 -x36525 -x36526 -x36527 -x36528 -x36529 -x36530 -x36531 -x36532 -x36533 -x36534 -x36535 -x36536 -x36537 -x36538 -x36539 -x36540 -x36541 -x36542 -x36543 -x36544 -x36545 -x36546 -x36547 -x36548 -x36549 -x36550 -x36551 -x36552 -x36553 -x36554 -x36555 -x36556 -x36557 -x36558 -x36559 -x36560 -x36561 -x36562 -x36563 -x36564 -x36565 -x36566 -x36567 -x36568 -x36569 -x36570 -x36571 -x36572 -x36573 -x36574 -x36575 -x36576 -x36577 -x36578 -x36579 -x36580 -x36581 -x36582 -x36583 -x36584 -x36585 -x36586 -x36587 -x36588 -x36589 -x36590 -x36591 -x36592 -x36593 -x36594 -x36595 -x36596 -x36597 -x36598 -x36599 -x36600 -x36601 -x36602 -x36603 -x36604 -x36605 -x36606 -x36607 -x36608 -x36609 x36610 -x36611 -x36612 -x36613 -x36614 -x36615 -x36616 -x36617 -x36618 -x36619 -x36620 -x36621 -x36622 -x36623 -x36624 -x36625 -x36626 -x36627 -x36628 -x36629 -x36630 -x36631 -x36632 -x36633 -x36634 -x36635 -x36636 -x36637 -x36638 -x36639 -x36640 -x36641 -x36642 -x36643 -x36644 -x36645 -x36646 -x36647 -x36648 -x36649 -x36650 -x36651 -x36652 -x36653 -x36654 -x36655 -x36656 -x36657 -x36658 -x36659 -x36660 -x36661 -x36662 -x36663 -x36664 -x36665 -x36666 -x36667 -x36668 -x36669 -x36670 -x36671 -x36672 -x36673 -x36674 -x36675 -x36676 -x36677 -x36678 -x36679 -x36680 -x36681 -x36682 -x36683 -x36684 -x36685 -x36686 -x36687 -x36688 -x36689 -x36690 -x36691 -x36692 -x36693 -x36694 -x36695 -x36696 -x36697 -x36698 -x36699 -x36700 -x36701 -x36702 -x36703 -x36704 -x36705 -x36706 -x36707 -x36708 -x36709 -x36710 -x36711 -x36712 -x36713 -x36714 -x36715 -x36716 -x36717 -x36718 -x36719 -x36720 -x36721 -x36722 -x36723 -x36724 -x36725 -x36726 -x36727 -x36728 -x36729 -x36730 -x36731 -x36732 -x36733 -x36734 -x36735 -x36736 -x36737 -x36738 -x36739 -x36740 -x36741 -x36742 -x36743 -x36744 -x36745 -x36746 -x36747 -x36748 -x36749 -x36750 -x36751 -x36752 -x36753 -x36754 -x36755 -x36756 -x36757 -x36758 -x36759 -x36760 -x36761 -x36762 -x36763 -x36764 -x36765 -x36766 -x36767 -x36768 -x36769 -x36770 -x36771 -x36772 -x36773 -x36774 -x36775 -x36776 -x36777 -x36778 -x36779 -x36780 -x36781 -x36782 -x36783 -x36784 -x36785 -x36786 -x36787 -x36788 -x36789 -x36790 -x36791 -x36792 -x36793 -x36794 -x36795 -x36796 -x36797 -x36798 -x36799 -x36800 -x36801 -x36802 -x36803 -x36804 -x36805 -x36806 -x36807 -x36808 -x36809 -x36810 -x36811 -x36812 -x36813 -x36814 -x36815 -x36816 -x36817 -x36818 -x36867 -x36868 -x36869 -x36870 -x36871 -x36872 -x36873 -x36874 -x36875 -x36876 -x36877 -x36878 -x36879 -x36880 -x36881 -x36882 -x36883 -x36884 -x36885 -x36886 -x36887 -x36888 -x36889 -x36890 -x36891 -x36892 -x36893 -x36894 -x36895 -x36896 -x36897 -x36898 -x36899 -x36900 -x36901 -x36902 -x36903 -x36904 -x36905 -x36906 -x36907 -x36908 -x36909 -x36910 -x36911 -x36912 -x36913 -x36914 -x36915 -x36916 -x36917 -x36918 -x36919 -x36920 -x36921 -x36922 -x36923 -x36924 -x36925 -x36926 -x36927 -x36928 -x36929 -x36930 -x36931 -x36932 -x36933 -x36934 -x36935 -x36936 -x36937 -x36938 -x36939 -x36940 -x36941 -x36942 -x36943 -x36944 -x36945 -x36946 -x36947 -x36948 -x36949 -x36950 -x36951 -x36952 -x36953 -x36954 -x36955 -x36956 -x36957 -x36958 -x36959 -x36960 -x36961 -x36962 -x36963 -x36964 -x36965 -x36966 -x36967 -x36968 -x36969 -x36970 -x36971 -x36972 -x36973 -x36974 -x36975 -x36976 -x36977 -x36978 -x36979 -x36980 -x36981 -x36982 -x36983 -x36984 -x36985 -x36986 -x36987 -x36988 -x36989 -x36990 -x36991 -x36992 -x36993 -x36994 -x36995 -x36996 -x36997 -x36998 -x36999 -x37000 -x37001 -x37002 -x37003 -x37004 -x37005 -x37006 -x37007 -x37008 -x37009 -x37010 -x37011 -x37012 -x37013 -x37014 -x37015 -x37016 -x37017 -x37018 -x37019 -x37020 -x37021 -x37022 -x37023 -x37024 -x37025 -x37026 -x37027 -x37028 -x37029 -x37030 -x37031 -x37032 -x37033 -x37034 -x37035 -x37036 -x37037 -x37038 -x37039 -x37040 -x37041 -x37042 -x37043 -x37044 -x37045 -x37046 -x37047 -x37048 -x37049 -x37050 -x37051 -x37052 -x37053 -x37054 -x37055 -x37056 -x37057 -x37058 -x37059 -x37060 -x37061 -x37062 -x37063 -x37064 -x37065 -x37066 -x37067 -x37068 -x37069 -x37070 -x37071 -x37072 -x37073 -x37074 -x37075 -x37076 -x37077 -x37078 -x37079 -x37080 -x37081 -x37082 -x37083 -x37084 -x37085 -x37086 -x37087 -x37088 -x37089 -x37090 -x37091 -x37092 -x37093 -x37094 -x37095 -x37096 -x37097 -x37098 -x37099 -x37100 -x37101 -x37102 -x37103 -x37104 -x37105 -x37106 -x37107 -x37108 -x37109 -x37110 -x37111 -x37112 -x37113 -x37114 -x37115 -x37116 -x37117 -x37118 -x37119 -x37120 -x37121 -x37122 -x37123 -x37124 -x37125 -x37126 -x37127 -x37128 -x37129 -x37130 -x37131 -x37132 -x37133 -x37134 -x37135 -x37136 -x37137 -x37138 -x37139 -x37140 -x37141 -x37142 -x37143 -x37144 -x37145 -x37146 -x37147 -x37148 -x37149 -x37150 -x37151 -x37152 -x37153 -x37154 -x37155 -x37156 -x37157 -x37158 -x37159 -x37160 -x37161 -x37162 -x37163 -x37164 -x37165 -x37166 -x37167 -x37168 -x37169 -x37170 -x37171 -x37172 -x37173 -x37174 -x37175 -x37176 -x37177 -x37178 -x37179 -x37180 -x37181 -x37182 -x37183 -x37184 -x37185 -x37186 -x37187 -x37188 -x37189 -x37190 -x37191 -x37192 -x37193 -x37194 -x37195 -x37196 -x37197 -x37198 -x37199 -x37200 -x37201 -x37202 -x37203 -x37204 -x37205 -x37206 -x37207 -x37208 -x37209 -x37210 -x37211 -x37212 -x37213 -x37214 -x37215 -x37216 -x37217 -x37218 -x37219 -x37220 -x37221 -x37222 -x37223 -x37224 -x37225 -x37226 -x37227 -x37228 -x37229 -x37230 -x37231 -x37232 -x37233 -x37234 -x37235 -x37236 -x37237 -x37238 -x37239 -x37240 -x37241 -x37242 -x37243 -x37244 -x37245 -x37246 -x37247 -x37248 -x37249 -x37250 -x37251 -x37252 -x37253 -x37254 -x37255 -x37256 -x37257 -x37258 -x37259 -x37260 -x37261 -x37262 -x37263 -x37264 -x37265 -x37266 -x37267 -x37268 -x37269 -x37270 -x37271 -x37272 -x37273 -x37274 -x37275 -x37276 -x37277 -x37278 -x37279 -x37280 -x37281 -x37282 -x37283 -x37284 -x37285 -x37286 -x37287 -x37288 -x37289 -x37290 -x37291 -x37292 -x37293 -x37294 -x37295 -x37296 -x37297 -x37298 -x37299 -x37300 -x37301 -x37302 -x37303 -x37304 -x37305 -x37306 -x37307 -x37308 -x37309 -x37310 -x37311 -x37312 -x37313 -x37314 -x37315 -x37316 -x37317 -x37318 -x37319 -x37320 -x37321 -x37322 -x37323 -x37324 -x37325 -x37326 -x37327 -x37328 -x37329 x37330 -x37331 -x37332 -x37333 -x37334 -x37335 -x37336 -x37337 -x37338 -x37339 -x37340 -x37341 -x37342 -x37343 -x37344 -x37345 -x37346 -x37395 -x37396 -x37397 -x37398 -x37399 -x37400 -x37401 -x37402 -x37403 -x37404 -x37405 -x37406 -x37407 -x37408 -x37409 -x37410 -x37411 -x37412 -x37413 -x37414 -x37415 -x37416 -x37417 -x37418 -x37419 -x37420 -x37421 -x37422 -x37423 -x37424 -x37425 -x37426 -x37427 -x37428 -x37429 -x37430 -x37431 -x37432 -x37433 -x37434 -x37435 -x37436 -x37437 -x37438 -x37439 -x37440 -x37441 -x37442 -x38163
3600.03/3614.43	v -x38164 -x38165 -x38166 -x38167 -x38168 -x38169 -x38170 -x38171 -x38172 -x38173 -x38174 -x38175 -x38176 -x38177 -x38178 -x38179 -x38180 -x38181 -x38182 -x38183 -x38184 -x38185 -x38186 -x38187 -x38188 -x38189 -x38190 -x38191 -x38192 -x38193 -x38194 -x38195 -x38196 -x38197 -x38198 -x38199 -x38200 -x38201 -x38202 -x38203 -x38204 -x38205 -x38206 -x38207 -x38208 -x38209 -x38210 -x38643 -x38644 -x38645 -x38646 -x38647 -x38648 -x38649 -x38650 -x38651 -x38652 -x38653 -x38654 -x38655 -x38656 -x38657 x38658 -x38659 -x38660 -x38661 -x38662 -x38663 -x38664 -x38665 -x38666 -x38667 -x38668 -x38669 -x38670 -x38671 -x38672 -x38673 -x38674 -x38675 -x38676 -x38677 -x38678 -x38679 -x38680 -x38681 -x38682 -x38683 -x38684 -x38685 -x38686 -x38687 -x38688 -x38689 -x38690 -x39171 -x39172 -x39173 -x39174 -x39175 -x39176 -x39177 -x39178 -x39179 -x39180 -x39181 -x39182 -x39183 -x39184 -x39185 -x39186 -x39187 -x39188 -x39189 -x39190 -x39191 -x39192 -x39193 -x39194 -x39195 -x39196 -x39197 -x39198 -x39199 -x39200 -x39201 -x39202 -x39203 -x39204 -x39205 -x39206 -x39207 -x39208 -x39209 -x39210 -x39211 -x39212 -x39213 -x39214 -x39215 -x39216 -x39217 -x39218 -x39699 -x39700 -x39701 -x39702 -x39703 -x39704 -x39705 -x39706 -x39707 -x39708 -x39709 -x39710 -x39711 -x39712 -x39713 -x39714 -x39715 -x39716 -x39717 -x39718 -x39719 -x39720 -x39721 -x39722 -x39723 -x39724 -x39725 -x39726 -x39727 -x39728 -x39729 -x39730 -x39731 -x39732 -x39733 -x39734 -x39735 -x39736 -x39737 -x39738 -x39739 -x39740 -x39741 -x39742 -x39743 -x39744 -x39745 -x39746 -x39795 -x39796 -x39797 -x39798 -x39799 -x39800 -x39801 -x39802 -x39803 -x39804 -x39805 -x39806 -x39807 -x39808 -x39809 -x39810 -x39811 -x39812 -x39813 -x39814 -x39815 -x39816 -x39817 -x39818 -x39819 -x39820 -x39821 -x39822 -x39823 -x39824 -x39825 -x39826 -x39827 -x39828 -x39829 -x39830 -x39831 -x39832 -x39833 -x39834 -x39835 -x39836 -x39837 -x39838 -x39839 -x39840 -x39841 -x39842 -x39843 -x39844 -x39845 -x39846 -x39847 -x39848 -x39849 -x39850 -x39851 -x39852 -x39853 -x39854 -x39855 -x39856 -x39857 x39858 -x39859 -x39860 -x39861 -x39862 -x39863 -x39864 -x39865 -x39866 -x39867 -x39868 -x39869 -x39870 -x39871 -x39872 -x39873 -x39874 -x39875 -x39876 -x39877 -x39878 -x39879 -x39880 -x39881 -x39882 -x39883 -x39884 -x39885 -x39886 -x39887 -x39888 -x39889 -x39890 -x39891 -x39892 -x39893 -x39894 -x39895 -x39896 -x39897 -x39898 -x39899 -x39900 -x39901 -x39902 -x39903 -x39904 -x39905 -x39906 -x39907 -x39908 -x39909 -x39910 -x39911 -x39912 -x39913 -x39914 -x39915 -x39916 -x39917 -x39918 -x39919 -x39920 -x39921 -x39922 -x39923 -x39924 -x39925 -x39926 -x39927 -x39928 -x39929 -x39930 -x39931 -x39932 -x39933 -x39934 -x39935 -x39936 -x39937 -x39938 -x39939 -x39940 -x39941 -x39942 -x39943 -x39944 -x39945 -x39946 -x39947 -x39948 -x39949 -x39950 -x39951 -x39952 -x39953 -x39954 -x39955 -x39956 -x39957 -x39958 -x39959 -x39960 -x39961 -x39962 -x39963 -x39964 -x39965 -x39966 -x39967 -x39968 -x39969 -x39970 -x39971 -x39972 -x39973 -x39974 -x39975 -x39976 -x39977 -x39978 -x39979 -x39980 -x39981 -x39982 -x39983 -x39984 -x39985 -x39986 -x39987 -x39988 -x39989 -x39990 -x39991 -x39992 -x39993 -x39994 -x39995 -x39996 -x39997 -x39998 -x39999 -x40000 -x40001 -x40002 -x40003 -x40004 -x40005 -x40006 -x40007 -x40008 -x40009 -x40010 -x40011 -x40012 -x40013 -x40014 -x40015 -x40016 -x40017 -x40018 -x40019 -x40020 -x40021 -x40022 -x40023 -x40024 -x40025 -x40026 -x40027 -x40028 -x40029 -x40030 -x40031 -x40032 -x40033 -x40034 -x37683 -x37684 -x37685 -x37686 -x37687 -x37688 -x37689 -x37690 -x37691 -x37692 -x37693 -x37694 -x37695 -x37696 -x37697 -x37698 -x37699 -x37700 -x37701 -x37702 -x37703 -x37704 -x37705 -x37706 -x37707 -x37708 -x37709 -x37710 -x37711 -x37712 -x37713 -x37714 -x37715 -x37716 -x37717 -x37718 -x37719 -x37720 -x37721 -x37722 -x37723 -x37724 -x37725 -x37726 -x37727 -x37728 -x37729 -x37730 -x37731 -x37732 -x37733 -x37734 -x37735 -x37736 -x37737 -x37738 -x37739 -x37740 -x37741 -x37742 -x37743 -x37744 -x37745 -x37746 -x37747 -x37748 -x37749 -x37750 -x37751 -x37752 -x37753 -x37754 -x37755 -x37756 -x37757 -x37758 -x37759 -x37760 -x37761 -x37762 -x37763 -x37764 -x37765 -x37766 -x37767 -x37768 -x37769 -x37770 -x37771 -x37772 -x37773 -x37774 -x37775 -x37776 -x37777 -x37778 -x37779 -x37780 -x37781 -x37782 -x37783 -x37784 -x37785 -x37786 -x37787 -x37788 -x37789 -x37790 -x37791 -x37792 -x37793 x37794 -x37795 -x37796 -x37797 -x37798 -x37799 -x37800 -x37801 -x37802 -x37803 -x37804 -x37805 -x37806 -x37807 -x37808 -x37809 -x37810 -x37811 -x37812 -x37813 -x37814 -x37815 -x37816 -x37817 -x37818 -x37819 -x37820 -x37821 -x37822 -x37823 -x37824 -x37825 -x37826 -x37827 -x37828 -x37829 -x37830 -x37831 -x37832 -x37833 -x37834 -x37835 -x37836 -x37837 -x37838 -x37839 -x37840 -x37841 -x37842 -x37843 -x37844 -x37845 -x37846 -x37847 -x37848 -x37849 -x37850 -x37851 -x37852 -x37853 -x37854 -x37855 -x37856 -x37857 -x37858 -x37859 -x37860 -x37861 -x37862 -x37863 -x37864 -x37865 -x37866 -x37867 -x37868 -x37869 -x37870 -x37871 -x37872 -x37873 -x37874 -x37875 -x37876 -x37877 -x37878 -x37879 -x37880 -x37881 -x37882 -x37883 -x37884 -x37885 -x37886 -x37887 -x37888 -x37889 x37890 -x37891 -x37892 -x37893 -x37894 -x37895 -x37896 -x37897 -x37898 -x37899 -x37900 -x37901 -x37902 -x37903 -x37904 -x37905 -x37906 -x37907 -x37908 -x37909 -x37910 -x37911 -x37912 -x37913 -x37914 -x37915 -x37916 -x37917 -x37918 -x37919 -x37920 -x37921 -x37922 -x37923 -x37924 -x37925 -x37926 -x37927 -x37928 -x37929 -x37930 -x37931 -x37932 -x37933 -x37934 -x37935 -x37936 -x37937 -x37938 -x37939 -x37940 -x37941 -x37942 -x37943 -x37944 -x37945 -x37946 -x37947 -x37948 -x37949 -x37950 -x37951 -x37952 -x37953 -x37954 -x37955 -x37956 -x37957 -x37958 -x37959 -x37960 -x37961 -x37962 -x37963 -x37964 -x37965 -x37966 -x37967 -x37968 -x37969 -x37970 -x37971 -x37972 -x37973 -x37974 -x37975 -x37976 -x37977 -x37978 -x37979 -x37980 -x37981 -x37982 -x37983 -x37984 -x37985 -x37986 -x37987 -x37988 -x37989 -x37990 -x37991 -x37992 -x37993 -x37994 -x37995 -x37996 -x37997 -x37998 -x37999 -x38000 -x38001 -x38002 -x38003 -x38004 -x38005 -x38006 -x38007 -x38008 -x38009 -x38010 -x38011 -x38012 -x38013 -x38014 -x38015 -x38016 -x38017 -x38018 -x38019 -x38020 -x38021 -x38022 -x38023 -x38024 -x38025 -x38026 -x38027 -x38028 -x38029 -x38030 -x38031 -x38032 -x38033 -x38034 -x38035 -x38036 -x38037 -x38038 -x38039 -x38040 -x38041 -x38042 -x38043 -x38044 -x38045 -x38046 -x38047 -x38048 -x38049 -x38050 -x38051 -x38052 -x38053 -x38054 -x38055 -x38056 -x38057 -x38058 -x38059 -x38060 -x38061 -x38062 -x38063 -x38064 -x38065 -x38066 -x38067 -x38068 -x38069 -x38070 -x38071 -x38072 -x38073 -x38074 -x38075 -x38076 -x38077 -x38078 -x38079 -x38080 -x38081 -x38082 -x38083 -x38084 -x38085 -x38086 -x38087 -x38088 -x38089 -x38090 -x38091 -x38092 -x38093 -x38094 -x38095 -x38096 -x38097 -x38098 -x38099 -x38100 -x38101 -x38102 -x38103 -x38104 -x38105 -x38106 -x38107 -x38108 -x38109 -x38110 -x38111 -x38112 -x38113 -x38114 -x38115 -x38116 -x38117 -x38118 -x38119 -x38120 -x38121 -x38122 -x38123 -x38124 -x38125 -x38126 -x38127 -x38128 -x38129 -x38130 -x38131 -x38132 -x38133 -x38134 -x38135 -x38136 -x38137 -x38138 -x38139 -x38140 -x38141 -x38142 -x38143 -x38144 -x38145 -x38146 -x38147 -x38148 -x38149 -x38150 -x38151 -x38152 -x38153 -x38154 -x38155 -x38156 -x38157 -x38158 -x38159 -x38160 -x38161 -x38162 -x38211 -x38212 -x38213 -x38214 -x38215 -x38216 -x38217 -x38218 -x38219 -x38220 -x38221 -x38222 -x38223 -x38224 -x38225 -x38226 -x38227 -x38228 -x38229 -x38230 -x38231 -x38232 -x38233 -x38234 -x38235 -x38236 -x38237 -x38238 -x38239 -x38240 -x38241 -x38242 -x38243 -x38244 -x38245 -x38246 -x38247 -x38248 -x38249 -x38250 -x38251 -x38252 -x38253 -x38254 -x38255 -x38256 -x38257 -x38258 -x38259 -x38260 -x38261 -x38262 -x38263 -x38264 -x38265 -x38266 -x38267 -x38268 -x38269 -x38270 -x38271 -x38272 -x38273 -x38274 -x38275 -x38276 -x38277 -x38278 -x38279 -x38280 -x38281 -x38282 -x38283 -x38284 -x38285 -x38286 -x38287 -x38288 -x38289 -x38290 -x38291 -x38292 -x38293 -x38294 -x38295 -x38296 -x38297 -x38298 -x38299 -x38300 -x38301 -x38302 -x38303 -x38304 -x38305 -x38306 -x38307 -x38308 -x38309 -x38310 -x38311 -x38312 -x38313 -x38314 -x38315 -x38316 -x38317 -x38318 -x38319 -x38320 -x38321 -x38322 -x38323 -x38324 -x38325 -x38326 -x38327 -x38328 -x38329 -x38330 -x38331 -x38332 -x38333 -x38334 -x38335 -x38336 -x38337 -x38338 -x38339 -x38340 -x38341 -x38342 -x38343 -x38344 -x38345 -x38346 -x38347 -x38348 -x38349 -x38350 -x38351 -x38352 -x38353 -x38354 -x38355 -x38356 -x38357 -x38358 -x38359 -x38360 -x38361 -x38362 -x38363 -x38364 -x38365 -x38366 -x38367 -x38368 -x38369 -x38370 -x38371 -x38372 -x38373 -x38374 -x38375 -x38376 -x38377 -x38378 -x38379 -x38380 -x38381 -x38382 -x38383 -x38384 -x38385 -x38386 -x38387 -x38388 -x38389 -x38390 -x38391 -x38392 -x38393 -x38394 -x38395 -x38396 -x38397 -x38398 -x38399 -x38400 -x38401 -x38402 -x38403 -x38404 -x38405 -x38406 -x38407 -x38408 -x38409 -x38410 -x38411 -x38412 -x38413 -x38414 -x38415 -x38416 -x38417 -x38418 -x38419 -x38420 -x38421 -x38422 -x38423 -x38424 -x38425 -x38426 -x38427 -x38428 -x38429 -x38430 -x38431 -x38432 -x38433 -x38434 -x38435 -x38436 -x38437 -x38438 -x38439 -x38440 -x38441 -x38442 -x38443 -x38444 -x38445 -x38446 -x38447 -x38448 -x38449 -x38450 -x38451 -x38452 -x38453 -x38454 -x38455 -x38456 -x38457 -x38458 -x38459 -x38460 -x38461 -x38462 -x38463 -x38464 -x38465 -x38466 -x38467 -x38468 -x38469 -x38470 -x38471 -x38472 -x38473 -x38474 -x38475 -x38476 -x38477 -x38478 -x38479 -x38480 -x38481 -x38482 -x38483 -x38484 -x38485 -x38486 -x38487 -x38488 -x38489 -x38490 -x38491 -x38492 -x38493 -x38494 -x38495 -x38496 -x38497 -x38498 -x38499 -x38500 -x38501 -x38502 -x38503 -x38504 -x38505 -x38506 -x38507 -x38508 -x38509 -x38510 -x38511 -x38512 -x38513 -x38514 -x38515 -x38516 -x38517 -x38518 -x38519 -x38520 -x38521 -x38522 -x38523 -x38524 -x38525 -x38526 -x38527 -x38528 -x38529 -x38530 -x38531 -x38532 -x38533 -x38534 -x38535 -x38536 -x38537 -x38538 -x38539 -x38540 -x38541 -x38542 -x38543 -x38544 -x38545 -x38546 -x38547 -x38548 -x38549 -x38550 -x38551 -x38552 -x38553 -x38554 -x38555 -x38556 -x38557 -x38558 -x38559 -x38560 -x38561 -x38562 -x38563 -x38564 -x38565 -x38566 -x38567 -x38568 -x38569 -x38570 -x38571 -x38572 -x38573 -x38574 -x38575 -x38576 -x38577 -x38578 -x38579 -x38580 -x38581 -x38582 -x38583 -x38584 -x38585 -x38586 -x38587 -x38588 -x38589 -x38590 -x38591 -x38592 -x38593 -x38594 -x38595 -x38596 -x38597 -x38598 -x38599 -x38600 -x38601 -x38602 -x38603 -x38604 -x38605 -x38606 -x38607 -x38608 -x38609 -x38610 -x38611 -x38612 -x38613 -x38614 -x38615 -x38616 -x38617 -x38618 -x38619 -x38620 -x38621 -x38622 -x38623 -x38624 -x38625 -x38626 -x38627 -x38628 -x38629 -x38630 -x38631 -x38632 -x38633 -x38634 -x38635 -x38636 -x38637 -x38638 -x38639 -x38640 -x38641 -x38642 -x38691 -x38692 -x38693 -x38694 -x38695 -x38696 -x38697 -x38698 -x38699 -x38700 -x38701 -x38702 -x38703 -x38704 -x38705 -x38706 -x38707 -x38708 -x38709 -x38710 -x38711 -x38712 -x38713 -x38714 -x38715 -x38716 -x38717 -x38718 -x38719 -x38720 -x38721 -x38722 -x38723 -x38724 -x38725 -x38726 -x38727 -x38728 -x38729 -x38730 -x38731 -x38732 -x38733 -x38734 -x38735 -x38736 -x38737 -x38738 -x38739 -x38740 -x38741 -x38742 -x38743 -x38744 -x38745 -x38746 -x38747 -x38748 -x38749 -x38750 -x38751 -x38752 -x38753 -x38754 -x38755 -x38756 -x38757 -x38758 -x38759 -x38760 -x38761 -x38762 -x38763 -x38764 -x38765 -x38766 -x38767 -x38768 -x38769 -x38770 -x38771 -x38772 -x38773 -x38774 -x38775 -x38776 -x38777 -x38778 -x38779 -x38780 -x38781 -x38782 -x38783 -x38784 -x38785 -x38786 -x38787 -x38788 -x38789 -x38790 -x38791 -x38792 -x38793 -x38794 -x38795 -x38796 -x38797 -x38798 -x38799 -x38800 -x38801 -x38802 -x38803 -x38804 -x38805 -x38806 -x38807 -x38808 -x38809 -x38810 -x38811 -x38812 -x38813 -x38814 -x38815 -x38816 -x38817 -x38818 -x38819 -x38820 -x38821 -x38822 -x38823 -x38824 -x38825 -x38826 -x38827 -x38828 -x38829 -x38830 -x38831 -x38832 -x38833 -x38834 -x38835 -x38836 -x38837 -x38838 -x38839 -x38840 -x38841 -x38842 -x38843 -x38844 -x38845 -x38846 -x38847 -x38848 -x38849 -x38850 -x38851 -x38852 -x38853 -x38854 -x38855 -x38856 -x38857 -x38858 -x38859 -x38860 -x38861 -x38862 -x38863 -x38864 -x38865 -x38866 -x38867 -x38868 -x38869 -x38870 -x38871 -x38872 -x38873 -x38874 -x38875 -x38876 -x38877 -x38878 -x38879 -x38880 -x38881 -x38882 -x38883 -x38884 -x38885 -x38886 -x38887 -x38888 -x38889 -x38890 -x38891 -x38892 -x38893 -x38894 -x38895 -x38896 -x38897 -x38898 -x38899 -x38900 -x38901 -x38902 -x38903 -x38904 -x38905 -x38906 -x38907 -x38908 -x38909 -x38910 -x38911 -x38912 -x38913 -x38914 -x38915 -x38916 -x38917 -x38918 -x38919 -x38920 -x38921 -x38922 -x38923 -x38924 -x38925 -x38926 -x38927 -x38928 -x38929 -x38930 -x38931 -x38932 -x38933 -x38934 -x38935 -x38936 -x38937 -x38938 -x38939 -x38940 -x38941 -x38942 -x38943 -x38944 -x38945 -x38946 -x38947 -x38948 -x38949 -x38950 -x38951 -x38952 -x38953 -x38954 -x38955 -x38956 -x38957 -x38958 -x38959 -x38960 -x38961 -x38962 -x38963 -x38964 -x38965 -x38966 -x38967 -x38968 -x38969 -x38970 -x38971 -x38972 -x38973 -x38974 -x38975 -x38976 -x38977 -x38978 -x38979 -x38980 -x38981 -x38982 -x38983 -x38984 -x38985 -x38986 -x38987 -x38988 -x38989 -x38990 -x38991 -x38992 -x38993 -x38994 -x38995 -x38996 -x38997 -x38998 -x38999 -x39000 -x39001 -x39002 -x39003 -x39004 -x39005 -x39006 -x39007 -x39008 -x39009 -x39010 -x39011 -x39012 -x39013 -x39014 -x39015 -x39016 -x39017 -x39018 -x39019 -x39020 -x39021 -x39022 -x39023 -x39024 -x39025 -x39026 -x39027 -x39028 -x39029 -x39030 -x39031 -x39032 -x39033 -x39034 -x39035 -x39036 -x39037 -x39038 -x39039 -x39040 -x39041 -x39042 x39043 -x39044 -x39045 -x39046 -x39047 -x39048 -x39049 -x39050 -x39051 -x39052 -x39053 -x39054 -x39055 -x39056 -x39057 -x39058 -x39059 -x39060 -x39061 -x39062 -x39063 -x39064 -x39065 -x39066 -x39067 -x39068 -x39069 -x39070 -x39071 -x39072 -x39073 -x39074 -x39075 -x39076 -x39077 -x39078 -x39079 -x39080 -x39081 -x39082 -x39083 -x39084 -x39085 -x39086 -x39087 -x39088 -x39089 -x39090 x39091 -x39092 -x39093 -x39094 -x39095 -x39096 -x39097 -x39098 -x39099 -x39100 -x39101 -x39102 -x39103 -x39104 -x39105 -x39106 -x39107 -x39108 -x39109 -x39110 -x39111 -x39112 -x39113 -x39114 -x39115 -x39116 -x39117 -x39118 -x39119 -x39120 -x39121 -x39122 -x39123 -x39124 -x39125 -x39126 -x39127 -x39128 -x39129 -x39130 -x39131 -x39132 -x39133 -x39134 -x39135 -x39136 -x39137 -x39138 -x39139 -x39140 -x39141 -x39142 -x39143 -x39144 -x39145 -x39146 -x39147 -x39148 -x39149 -x39150 -x39151 -x39152 -x39153 -x39154 -x39155 -x39156 -x39157 -x39158 -x39159 -x39160 -x39161 -x39162 -x39163 -x39164 -x39165 -x39166 -x39167 -x39168 -x39169 -x39170 -x39219 -x39220 -x39221 -x39222 -x39223 -x39224 -x39225 -x39226 -x39227 -x39228 -x39229 -x39230 -x39231 -x39232 -x39233 -x39234 x39235 -x39236 -x39237 -x39238 -x39239 -x39240 -x39241 -x39242 -x39243 -x39244 -x39245 -x39246 -x39247 -x39248 -x39249 -x39250 -x39251 -x39252 -x39253 -x39254 -x39255 -x39256 -x39257 -x39258 -x39259 -x39260 -x39261 -x39262 -x39263 -x39264 -x39265 -x39266 -x39267 -x39268 -x39269 -x39270 -x39271 -x39272 -x39273 -x39274 -x39275 -x39276 -x39277 -x39278 -x39279 -x39280 -x39281 -x39282 -x39283 -x39284 -x39285 -x39286 -x39287 -x39288 -x39289 -x39290 -x39291 -x39292 -x39293 -x39294 -x39295 -x39296 -x39297 -x39298 -x39299 -x39300 -x39301 -x39302 -x39303 -x39304 -x39305 -x39306 -x39307 -x39308 -x39309 -x39310 -x39311 -x39312 -x39313 -x39314 -x39315 -x39316 -x39317 -x39318 -x39319 -x39320 -x39321 -x39322 -x39323 -x39324 -x39325 -x39326 -x39327 -x39328 -x39329 -x39330 -x39331 -x39332 -x39333 -x39334 -x39335 -x39336 -x39337 -x39338 -x39339 -x39340 -x39341 -x39342 -x39343 -x39344 -x39345 -x39346 -x39347 -x39348 -x39349 -x39350 -x39351 -x39352 -x39353 -x39354 -x39355 -x39356 -x39357 -x39358 -x39359 -x39360 -x39361 -x39362 -x39363 -x39364 -x39365 -x39366 -x39367 -x39368 -x39369 -x39370 -x39371 -x39372 -x39373 -x39374 -x39375 -x39376 -x39377 -x39378 -x39379 -x39380 -x39381 -x39382 -x39383 -x39384 -x39385 -x39386 -x39387 -x39388 -x39389 -x39390 -x39391 -x39392 -x39393 -x39394 -x39395
3600.03/3614.43	v -x39396 -x39397 -x39398 -x39399 -x39400 -x39401 -x39402 -x39403 -x39404 -x39405 -x39406 -x39407 -x39408 -x39409 -x39410 -x39411 -x39412 -x39413 -x39414 -x39415 -x39416 -x39417 -x39418 -x39419 -x39420 -x39421 -x39422 -x39423 -x39424 -x39425 -x39426 x39427 -x39428 -x39429 -x39430 -x39431 -x39432 -x39433 -x39434 -x39435 -x39436 -x39437 -x39438 -x39439 -x39440 -x39441 -x39442 -x39443 -x39444 -x39445 -x39446 -x39447 -x39448 -x39449 -x39450 -x39451 -x39452 -x39453 -x39454 -x39455 -x39456 -x39457 -x39458 -x39459 -x39460 -x39461 -x39462 -x39463 -x39464 -x39465 -x39466 -x39467 -x39468 -x39469 -x39470 -x39471 -x39472 -x39473 -x39474 -x39475 -x39476 -x39477 -x39478 -x39479 -x39480 -x39481 -x39482 -x39483 -x39484 -x39485 -x39486 -x39487 -x39488 -x39489 -x39490 -x39491 -x39492 -x39493 -x39494 -x39495 -x39496 -x39497 -x39498 -x39499 -x39500 -x39501 -x39502 -x39503 -x39504 -x39505 -x39506 -x39507 -x39508 -x39509 -x39510 -x39511 -x39512 -x39513 -x39514 -x39515 -x39516 -x39517 -x39518 -x39519 -x39520 -x39521 -x39522 -x39523 -x39524 -x39525 -x39526 -x39527 -x39528 -x39529 -x39530 -x39531 -x39532 -x39533 -x39534 -x39535 -x39536 -x39537 -x39538 -x39539 -x39540 -x39541 -x39542 -x39543 -x39544 -x39545 -x39546 -x39547 -x39548 -x39549 -x39550 -x39551 -x39552 -x39553 -x39554 -x39555 -x39556 -x39557 -x39558 -x39559 -x39560 -x39561 -x39562 -x39563 -x39564 -x39565 -x39566 -x39567 -x39568 -x39569 -x39570 -x39571 -x39572 -x39573 -x39574 -x39575 -x39576 -x39577 -x39578 -x39579 -x39580 -x39581 -x39582 -x39583 -x39584 -x39585 -x39586 -x39587 -x39588 -x39589 -x39590 -x39591 -x39592 -x39593 -x39594 -x39595 -x39596 -x39597 -x39598 -x39599 -x39600 -x39601 -x39602 -x39603 -x39604 -x39605 -x39606 -x39607 -x39608 -x39609 -x39610 -x39611 -x39612 -x39613 -x39614 -x39615 -x39616 -x39617 -x39618 -x39619 -x39620 -x39621 -x39622 -x39623 -x39624 -x39625 -x39626 -x39627 -x39628 -x39629 -x39630 -x39631 -x39632 -x39633 -x39634 -x39635 -x39636 -x39637 -x39638 -x39639 -x39640 -x39641 -x39642 -x39643 -x39644 -x39645 -x39646 -x39647 -x39648 -x39649 -x39650 -x39651 -x39652 -x39653 -x39654 -x39655 -x39656 -x39657 -x39658 -x39659 -x39660 -x39661 -x39662 -x39663 -x39664 -x39665 -x39666 -x39667 -x39668 -x39669 -x39670 -x39671 -x39672 -x39673 -x39674 -x39675 -x39676 -x39677 -x39678 -x39679 -x39680 -x39681 -x39682 -x39683 -x39684 -x39685 -x39686 -x39687 -x39688 -x39689 -x39690 -x39691 -x39692 -x39693 -x39694 -x39695 -x39696 -x39697 -x39698 -x39747 -x39748 -x39749 -x39750 -x39751 -x39752 -x39753 -x39754 -x39755 -x39756 -x39757 -x39758 -x39759 -x39760 -x39761 -x39762 -x39763 -x39764 -x39765 -x39766 -x39767 -x39768 -x39769 -x39770 -x39771 -x39772 -x39773 -x39774 -x39775 -x39776 -x39777 -x39778 -x39779 -x39780 -x39781 -x39782 -x39783 -x39784 -x39785 -x39786 -x39787 -x39788 -x39789 -x39790 -x39791 -x39792 -x39793 -x39794 -x40515 -x40516 -x40517 -x40518 -x40519 -x40520 -x40521 -x40522 -x40523 -x40524 -x40525 -x40526 -x40527 -x40528 -x40529 -x40530 -x40531 -x40532 -x40533 -x40534 -x40535 -x40536 -x40537 -x40538 -x40539 -x40540 -x40541 -x40542 -x40543 -x40544 -x40545 -x40546 -x40547 -x40548 -x40549 -x40550 -x40551 -x40552 -x40553 -x40554 -x40555 -x40556 -x40557 -x40558 -x40559 -x40560 -x40561 -x40562 -x40995 -x40996 -x40997 -x40998 -x40999 -x41000 -x41001 -x41002 -x41003 -x41004 -x41005 -x41006 -x41007 -x41008 -x41009 -x41010 -x41011 -x41012 -x41013 -x41014 -x41015 -x41016 -x41017 -x41018 -x41019 -x41020 -x41021 -x41022 -x41023 -x41024 -x41025 -x41026 -x41027 -x41028 -x41029 -x41030 -x41031 -x41032 -x41033 -x41034 -x41035 -x41036 -x41037 -x41038 -x41039 -x41040 -x41041 -x41042 -x41523 -x41524 -x41525 -x41526 -x41527 -x41528 -x41529 -x41530 -x41531 -x41532 -x41533 -x41534 -x41535 -x41536 -x41537 -x41538 -x41539 -x41540 -x41541 -x41542 -x41543 -x41544 -x41545 -x41546 -x41547 -x41548 -x41549 -x41550 -x41551 -x41552 -x41553 -x41554 -x41555 -x41556 -x41557 -x41558 -x41559 -x41560 -x41561 -x41562 -x41563 -x41564 -x41565 -x41566 -x41567 -x41568 -x41569 -x41570 -x42051 -x42052 -x42053 -x42054 -x42055 -x42056 -x42057 -x42058 -x42059 -x42060 -x42061 -x42062 -x42063 -x42064 -x42065 -x42066 -x42067 -x42068 -x42069 -x42070 -x42071 -x42072 -x42073 -x42074 -x42075 -x42076 -x42077 -x42078 -x42079 -x42080 -x42081 -x42082 -x42083 -x42084 -x42085 -x42086 -x42087 -x42088 -x42089 -x42090 -x42091 -x42092 -x42093 -x42094 -x42095 -x42096 -x42097 -x42098 -x42147 -x42148 -x42149 -x42150 -x42151 -x42152 -x42153 -x42154 -x42155 -x42156 -x42157 -x42158 -x42159 -x42160 -x42161 -x42162 -x42163 -x42164 -x42165 -x42166 -x42167 -x42168 -x42169 -x42170 -x42171 -x42172 -x42173 -x42174 -x42175 -x42176 -x42177 -x42178 -x42179 x42180 -x42181 -x42182 -x42183 -x42184 -x42185 -x42186 -x42187 -x42188 -x42189 -x42190 -x42191 -x42192 -x42193 -x42194 -x42195 -x42196 -x42197 -x42198 -x42199 -x42200 -x42201 -x42202 -x42203 -x42204 -x42205 -x42206 -x42207 -x42208 -x42209 -x42210 -x42211 -x42212 -x42213 -x42214 -x42215 -x42216 -x42217 -x42218 -x42219 -x42220 -x42221 -x42222 -x42223 -x42224 -x42225 -x42226 -x42227 -x42228 -x42229 -x42230 -x42231 -x42232 -x42233 -x42234 -x42235 -x42236 -x42237 -x42238 -x42239 -x42240 -x42241 -x42242 -x42243 -x42244 -x42245 -x42246 -x42247 -x42248 -x42249 -x42250 -x42251 -x42252 -x42253 -x42254 -x42255 -x42256 -x42257 -x42258 -x42259 -x42260 -x42261 -x42262 -x42263 -x42264 -x42265 -x42266 -x42267 -x42268 -x42269 -x42270 -x42271 -x42272 -x42273 -x42274 -x42275 -x42276 -x42277 -x42278 -x42279 -x42280 -x42281 -x42282 -x42283 -x42284 -x42285 -x42286 -x42287 -x42288 -x42289 -x42290 -x42291 -x42292 -x42293 -x42294 -x42295 -x42296 -x42297 -x42298 -x42299 -x42300 -x42301 -x42302 -x42303 -x42304 -x42305 -x42306 -x42307 -x42308 -x42309 -x42310 -x42311 -x42312 -x42313 -x42314 -x42315 -x42316 -x42317 -x42318 -x42319 -x42320 -x42321 -x42322 -x42323 -x42324 -x42325 -x42326 -x42327 -x42328 -x42329 -x42330 -x42331 -x42332 -x42333 -x42334 -x42335 -x42336 -x42337 -x42338 -x42339 -x42340 -x42341 -x42342 -x42343 -x42344 -x42345 -x42346 -x42347 -x42348 -x42349 -x42350 -x42351 -x42352 -x42353 -x42354 -x42355 -x42356 -x42357 -x42358 -x42359 -x42360 -x42361 -x42362 -x42363 -x42364 -x42365 -x42366 -x42367 -x42368 -x42369 -x42370 -x42371 x42372 -x42373 -x42374 -x42375 -x42376 -x42377 -x42378 -x42379 -x42380 -x42381 -x42382 -x42383 -x42384 -x42385 -x42386 -x40035 -x40036 -x40037 -x40038 -x40039 -x40040 -x40041 -x40042 -x40043 -x40044 -x40045 -x40046 -x40047 -x40048 -x40049 -x40050 -x40051 -x40052 -x40053 -x40054 -x40055 -x40056 -x40057 -x40058 -x40059 -x40060 -x40061 -x40062 -x40063 -x40064 -x40065 -x40066 -x40067 -x40068 -x40069 -x40070 -x40071 -x40072 -x40073 -x40074 -x40075 -x40076 -x40077 -x40078 -x40079 -x40080 -x40081 -x40082 -x40083 -x40084 -x40085 -x40086 -x40087 -x40088 -x40089 -x40090 -x40091 -x40092 -x40093 -x40094 -x40095 -x40096 -x40097 -x40098 -x40099 -x40100 -x40101 -x40102 -x40103 -x40104 -x40105 -x40106 -x40107 -x40108 -x40109 -x40110 -x40111 -x40112 -x40113 -x40114 -x40115 -x40116 -x40117 -x40118 -x40119 -x40120 -x40121 -x40122 -x40123 -x40124 -x40125 -x40126 -x40127 -x40128 -x40129 -x40130 -x40131 -x40132 -x40133 -x40134 -x40135 -x40136 -x40137 -x40138 -x40139 -x40140 -x40141 -x40142 -x40143 -x40144 -x40145 -x40146 -x40147 -x40148 -x40149 -x40150 -x40151 -x40152 -x40153 -x40154 -x40155 -x40156 -x40157 -x40158 -x40159 -x40160 -x40161 -x40162 -x40163 -x40164 -x40165 -x40166 -x40167 -x40168 -x40169 -x40170 -x40171 -x40172 -x40173 -x40174 -x40175 -x40176 -x40177 -x40178 -x40179 -x40180 -x40181 -x40182 -x40183 -x40184 -x40185 -x40186 -x40187 -x40188 -x40189 -x40190 -x40191 -x40192 -x40193 -x40194 -x40195 -x40196 -x40197 -x40198 -x40199 -x40200 -x40201 -x40202 -x40203 -x40204 -x40205 -x40206 -x40207 -x40208 -x40209 -x40210 -x40211 -x40212 -x40213 -x40214 -x40215 -x40216 -x40217 -x40218 -x40219 -x40220 -x40221 -x40222 -x40223 -x40224 -x40225 -x40226 -x40227 -x40228 -x40229 -x40230 -x40231 -x40232 -x40233 -x40234 -x40235 -x40236 -x40237 -x40238 -x40239 -x40240 -x40241 -x40242 -x40243 -x40244 -x40245 -x40246 -x40247 -x40248 -x40249 -x40250 -x40251 -x40252 -x40253 -x40254 -x40255 -x40256 -x40257 -x40258 -x40259 -x40260 -x40261 -x40262 -x40263 -x40264 -x40265 -x40266 -x40267 -x40268 -x40269 -x40270 -x40271 -x40272 -x40273 -x40274 -x40275 -x40276 -x40277 -x40278 -x40279 -x40280 -x40281 -x40282 -x40283 -x40284 -x40285 -x40286 -x40287 -x40288 -x40289 -x40290 -x40291 -x40292 -x40293 -x40294 -x40295 -x40296 -x40297 -x40298 -x40299 -x40300 -x40301 -x40302 -x40303 -x40304 -x40305 -x40306 -x40307 -x40308 -x40309 -x40310 -x40311 -x40312 -x40313 -x40314 -x40315 -x40316 -x40317 -x40318 -x40319 -x40320 -x40321 -x40322 -x40323 -x40324 -x40325 -x40326 -x40327 -x40328 -x40329 -x40330 -x40331 -x40332 -x40333 -x40334 -x40335 -x40336 -x40337 -x40338 -x40339 -x40340 -x40341 -x40342 -x40343 -x40344 -x40345 -x40346 -x40347 -x40348 -x40349 -x40350 -x40351 -x40352 -x40353 -x40354 -x40355 x40356 -x40357 -x40358 -x40359 -x40360 -x40361 -x40362 -x40363 -x40364 -x40365 -x40366 -x40367 -x40368 -x40369 -x40370 -x40371 -x40372 -x40373 -x40374 -x40375 -x40376 -x40377 -x40378 -x40379 -x40380 -x40381 -x40382 -x40383 -x40384 -x40385 -x40386 -x40387 -x40388 -x40389 -x40390 -x40391 -x40392 -x40393 -x40394 -x40395 -x40396 -x40397 -x40398 -x40399 -x40400 -x40401 -x40402 -x40403 -x40404 -x40405 -x40406 -x40407 -x40408 -x40409 -x40410 -x40411 -x40412 -x40413 -x40414 -x40415 -x40416 -x40417 -x40418 -x40419 -x40420 -x40421 -x40422 -x40423 -x40424 -x40425 -x40426 -x40427 -x40428 -x40429 -x40430 -x40431 -x40432 -x40433 -x40434 -x40435 -x40436 -x40437 -x40438 -x40439 -x40440 -x40441 -x40442 -x40443 -x40444 -x40445 -x40446 -x40447 -x40448 -x40449 -x40450 -x40451 -x40452 -x40453 -x40454 -x40455 -x40456 -x40457 -x40458 -x40459 -x40460 -x40461 -x40462 -x40463 -x40464 -x40465 -x40466 -x40467 -x40468 -x40469 -x40470 -x40471 -x40472 -x40473 -x40474 -x40475 -x40476 -x40477 -x40478 -x40479 -x40480 -x40481 -x40482 -x40483 -x40484 -x40485 -x40486 -x40487 -x40488 -x40489 -x40490 -x40491 -x40492 -x40493 -x40494 -x40495 -x40496 -x40497 -x40498 -x40499 -x40500 -x40501 -x40502 -x40503 -x40504 -x40505 -x40506 -x40507 -x40508 -x40509 -x40510 -x40511 -x40512 -x40513 -x40514 -x40563 -x40564 -x40565 -x40566 -x40567 -x40568 -x40569 -x40570 -x40571 -x40572 -x40573 -x40574 -x40575 -x40576 -x40577 -x40578 -x40579 -x40580 -x40581 -x40582 -x40583 -x40584 -x40585 -x40586 -x40587 -x40588 -x40589 -x40590 -x40591 -x40592 -x40593 -x40594 -x40595 x40596 -x40597 -x40598 -x40599 -x40600 -x40601 -x40602 -x40603 -x40604 -x40605 -x40606 -x40607 -x40608 -x40609 -x40610 -x40611 -x40612 -x40613 -x40614 -x40615 -x40616 -x40617 -x40618 -x40619 -x40620 -x40621 -x40622 -x40623 -x40624 -x40625 -x40626 -x40627 -x40628 -x40629 -x40630 -x40631 -x40632 -x40633 -x40634 -x40635 -x40636 -x40637 -x40638 -x40639 -x40640 -x40641 -x40642 -x40643 x40644 -x40645 -x40646 -x40647 -x40648 -x40649 -x40650 -x40651 -x40652 -x40653 -x40654 -x40655 -x40656 -x40657 -x40658 -x40659 -x40660 -x40661 -x40662 -x40663 -x40664 -x40665 -x40666 -x40667 -x40668 -x40669 -x40670 -x40671 -x40672 -x40673 -x40674 -x40675 -x40676 -x40677 -x40678 -x40679 -x40680 -x40681 -x40682 -x40683 -x40684 -x40685 -x40686 -x40687 -x40688 -x40689 -x40690 -x40691 -x40692 -x40693 -x40694 -x40695 -x40696 -x40697 -x40698 -x40699 -x40700 -x40701 -x40702 -x40703 -x40704 -x40705 -x40706 -x40707 -x40708 -x40709 -x40710 -x40711 -x40712 -x40713 -x40714 -x40715 -x40716 -x40717 -x40718 -x40719 -x40720 -x40721 -x40722 -x40723 -x40724 -x40725 -x40726 -x40727 -x40728 -x40729 -x40730 -x40731 -x40732 -x40733 -x40734 -x40735 -x40736 -x40737 -x40738 -x40739 -x40740 -x40741 -x40742 -x40743 -x40744 -x40745 -x40746 -x40747 -x40748 -x40749 -x40750 -x40751 -x40752 -x40753 -x40754 -x40755 -x40756 -x40757 -x40758 -x40759 -x40760 -x40761 -x40762 -x40763 -x40764 -x40765 -x40766 -x40767 -x40768 -x40769 -x40770 -x40771 -x40772 -x40773 -x40774 -x40775 -x40776 -x40777 -x40778 -x40779 -x40780 -x40781 -x40782 -x40783 -x40784 -x40785 -x40786 -x40787 -x40788 -x40789 -x40790 -x40791 -x40792 -x40793 -x40794 -x40795 -x40796 -x40797 -x40798 -x40799 -x40800 -x40801 -x40802 -x40803 -x40804 -x40805 -x40806 -x40807 -x40808 -x40809 -x40810 -x40811 -x40812 -x40813 -x40814 -x40815 -x40816 -x40817 -x40818 -x40819 -x40820 -x40821 -x40822 -x40823 -x40824 -x40825 -x40826 -x40827 -x40828 -x40829 -x40830 -x40831 -x40832 -x40833 -x40834 -x40835 -x40836 -x40837 -x40838 -x40839 -x40840 -x40841 -x40842 -x40843 -x40844 -x40845 -x40846 -x40847 -x40848 -x40849 -x40850 -x40851 -x40852 -x40853 -x40854 -x40855 -x40856 -x40857 -x40858 -x40859 -x40860 -x40861 -x40862 -x40863 -x40864 -x40865 -x40866 -x40867 -x40868 -x40869 -x40870 -x40871 -x40872 -x40873 -x40874 -x40875 -x40876 -x40877 -x40878 -x40879 -x40880 -x40881 -x40882 -x40883 -x40884 -x40885 -x40886 -x40887 -x40888 -x40889 -x40890 -x40891 -x40892 -x40893 -x40894 -x40895 -x40896 -x40897 -x40898 -x40899 -x40900 -x40901 -x40902 -x40903 -x40904 -x40905 -x40906 -x40907 -x40908 -x40909 -x40910 -x40911 -x40912 -x40913 -x40914 -x40915 -x40916 -x40917 -x40918 -x40919 -x40920 -x40921 -x40922 -x40923 -x40924 -x40925 -x40926 -x40927 -x40928 -x40929 -x40930 -x40931 x40932 -x40933 -x40934 -x40935 -x40936 -x40937 -x40938 -x40939 -x40940 -x40941 -x40942 -x40943 -x40944 -x40945 -x40946 -x40947 -x40948 -x40949 -x40950 -x40951 -x40952 -x40953 -x40954 -x40955 -x40956 -x40957 -x40958 -x40959 -x40960 -x40961 -x40962 -x40963 -x40964 -x40965 -x40966 -x40967 -x40968 -x40969 -x40970 -x40971 -x40972 -x40973 -x40974 -x40975 -x40976 -x40977 -x40978 -x40979 -x40980 -x40981 -x40982 -x40983 -x40984 -x40985 -x40986 -x40987 -x40988 -x40989 -x40990 -x40991 -x40992 -x40993 -x40994 -x41043 -x41044 -x41045 -x41046 -x41047 -x41048 -x41049 -x41050 -x41051 -x41052 -x41053 -x41054 -x41055 -x41056 -x41057 -x41058 -x41059 -x41060 -x41061 -x41062 -x41063 -x41064 -x41065 -x41066 -x41067 -x41068 -x41069 -x41070 -x41071 -x41072 -x41073 -x41074 -x41075 -x41076 -x41077 -x41078 -x41079 -x41080 -x41081 -x41082 -x41083 -x41084 -x41085 -x41086 -x41087 -x41088 -x41089 -x41090 -x41091 -x41092 -x41093 -x41094 -x41095 -x41096 -x41097 -x41098 -x41099 -x41100 -x41101 -x41102 -x41103 -x41104 -x41105 -x41106 -x41107 -x41108 -x41109 -x41110 -x41111 -x41112 -x41113 -x41114 -x41115 -x41116 -x41117 -x41118 -x41119 -x41120 -x41121 -x41122 -x41123 -x41124 -x41125 -x41126 -x41127 -x41128 -x41129 -x41130 -x41131 -x41132 -x41133 -x41134 -x41135 -x41136 -x41137 -x41138 -x41139 -x41140 -x41141 -x41142 -x41143 -x41144 -x41145 -x41146 -x41147 -x41148 -x41149 -x41150 -x41151 -x41152 -x41153 -x41154 -x41155 -x41156 -x41157 -x41158 -x41159 -x41160 -x41161 -x41162 -x41163 -x41164 -x41165 -x41166 -x41167 -x41168 -x41169 -x41170 -x41171 -x41172 -x41173 -x41174 -x41175 -x41176 -x41177 -x41178 -x41179 -x41180 -x41181 -x41182 -x41183 -x41184 -x41185 -x41186 -x41187 -x41188 -x41189 -x41190 -x41191 -x41192 -x41193 -x41194 -x41195 -x41196 -x41197 -x41198 -x41199 -x41200 -x41201 -x41202 -x41203 -x41204 -x41205 -x41206 -x41207 -x41208 -x41209 -x41210 -x41211 -x41212 -x41213 -x41214 -x41215 -x41216 -x41217 -x41218 -x41219 -x41220 -x41221 -x41222 -x41223 -x41224 -x41225 -x41226 -x41227 -x41228 -x41229 -x41230 -x41231 -x41232 -x41233 -x41234 -x41235 -x41236 -x41237 -x41238 -x41239 -x41240 -x41241 -x41242 -x41243 -x41244 -x41245 -x41246 -x41247 -x41248 -x41249 -x41250 -x41251 -x41252 -x41253 -x41254 -x41255 -x41256 -x41257 -x41258 -x41259 -x41260 -x41261 -x41262 -x41263 -x41264 -x41265 -x41266 -x41267 -x41268 -x41269 -x41270 -x41271 -x41272 -x41273 -x41274 -x41275 -x41276 -x41277 -x41278 -x41279 -x41280 -x41281 -x41282 -x41283 -x41284 -x41285 -x41286 -x41287 -x41288 -x41289 -x41290 -x41291 -x41292 -x41293 -x41294 -x41295 -x41296 -x41297 -x41298 -x41299 -x41300 -x41301 -x41302 -x41303 -x41304 -x41305 -x41306 -x41307 -x41308 -x41309 -x41310 -x41311 -x41312 -x41313 -x41314 -x41315 -x41316 -x41317 -x41318 -x41319 -x41320 -x41321 -x41322 -x41323 -x41324 -x41325 -x41326 -x41327 -x41328 -x41329 -x41330 -x41331 -x41332 -x41333 -x41334 -x41335 -x41336 -x41337 -x41338 -x41339 -x41340 -x41341 -x41342 -x41343 -x41344 -x41345 -x41346 -x41347
3600.03/3614.43	v -x41348 -x41349 -x41350 -x41351 -x41352 -x41353 -x41354 -x41355 -x41356 -x41357 -x41358 -x41359 -x41360 -x41361 -x41362 -x41363 -x41364 -x41365 -x41366 -x41367 -x41368 -x41369 -x41370 -x41371 -x41372 -x41373 -x41374 -x41375 -x41376 -x41377 -x41378 -x41379 -x41380 -x41381 -x41382 -x41383 -x41384 -x41385 -x41386 -x41387 -x41388 -x41389 -x41390 -x41391 -x41392 -x41393 -x41394 -x41395 -x41396 -x41397 -x41398 -x41399 -x41400 -x41401 -x41402 -x41403 -x41404 -x41405 -x41406 -x41407 -x41408 -x41409 -x41410 -x41411 -x41412 -x41413 -x41414 -x41415 -x41416 -x41417 -x41418 -x41419 -x41420 -x41421 -x41422 -x41423 -x41424 -x41425 -x41426 -x41427 -x41428 -x41429 -x41430 -x41431 -x41432 -x41433 -x41434 -x41435 -x41436 -x41437 -x41438 -x41439 -x41440 -x41441 -x41442 -x41443 -x41444 -x41445 -x41446 -x41447 -x41448 -x41449 -x41450 -x41451 -x41452 -x41453 -x41454 -x41455 -x41456 -x41457 -x41458 -x41459 -x41460 -x41461 -x41462 -x41463 -x41464 -x41465 -x41466 -x41467 -x41468 -x41469 -x41470 -x41471 -x41472 -x41473 -x41474 -x41475 -x41476 -x41477 -x41478 -x41479 -x41480 -x41481 -x41482 -x41483 -x41484 -x41485 -x41486 -x41487 -x41488 -x41489 -x41490 -x41491 -x41492 -x41493 -x41494 -x41495 -x41496 -x41497 -x41498 -x41499 -x41500 -x41501 -x41502 -x41503 -x41504 -x41505 -x41506 -x41507 -x41508 -x41509 -x41510 -x41511 -x41512 -x41513 -x41514 -x41515 -x41516 -x41517 -x41518 -x41519 -x41520 -x41521 -x41522 -x41571 -x41572 -x41573 -x41574 -x41575 -x41576 -x41577 -x41578 -x41579 -x41580 -x41581 -x41582 -x41583 -x41584 -x41585 -x41586 -x41587 -x41588 -x41589 -x41590 -x41591 -x41592 -x41593 -x41594 -x41595 -x41596 -x41597 -x41598 -x41599 -x41600 -x41601 -x41602 -x41603 -x41604 -x41605 -x41606 -x41607 -x41608 -x41609 -x41610 -x41611 -x41612 -x41613 -x41614 -x41615 -x41616 -x41617 -x41618 -x41619 -x41620 -x41621 -x41622 -x41623 -x41624 -x41625 -x41626 -x41627 -x41628 -x41629 -x41630 -x41631 -x41632 -x41633 -x41634 -x41635 -x41636 -x41637 -x41638 -x41639 -x41640 -x41641 -x41642 -x41643 -x41644 -x41645 -x41646 -x41647 -x41648 -x41649 -x41650 -x41651 -x41652 -x41653 -x41654 -x41655 -x41656 -x41657 -x41658 -x41659 -x41660 -x41661 -x41662 -x41663 -x41664 -x41665 -x41666 -x41667 -x41668 -x41669 -x41670 -x41671 -x41672 -x41673 -x41674 -x41675 -x41676 -x41677 -x41678 -x41679 -x41680 -x41681 -x41682 -x41683 -x41684 -x41685 -x41686 -x41687 -x41688 -x41689 -x41690 -x41691 -x41692 -x41693 -x41694 -x41695 -x41696 -x41697 -x41698 -x41699 -x41700 -x41701 -x41702 -x41703 -x41704 -x41705 -x41706 -x41707 -x41708 -x41709 -x41710 -x41711 -x41712 -x41713 -x41714 -x41715 -x41716 -x41717 -x41718 -x41719 -x41720 -x41721 -x41722 -x41723 -x41724 -x41725 -x41726 -x41727 -x41728 -x41729 -x41730 -x41731 -x41732 -x41733 -x41734 -x41735 -x41736 -x41737 -x41738 -x41739 -x41740 -x41741 -x41742 -x41743 -x41744 -x41745 -x41746 -x41747 -x41748 -x41749 -x41750 -x41751 -x41752 -x41753 -x41754 -x41755 -x41756 -x41757 -x41758 -x41759 -x41760 -x41761 -x41762 -x41763 -x41764 -x41765 -x41766 -x41767 -x41768 -x41769 -x41770 -x41771 -x41772 -x41773 -x41774 -x41775 -x41776 -x41777 -x41778 -x41779 -x41780 -x41781 -x41782 -x41783 -x41784 -x41785 -x41786 -x41787 -x41788 -x41789 -x41790 -x41791 -x41792 -x41793 -x41794 -x41795 -x41796 -x41797 -x41798 -x41799 -x41800 -x41801 -x41802 -x41803 -x41804 -x41805 -x41806 -x41807 -x41808 -x41809 -x41810 -x41811 -x41812 -x41813 -x41814 -x41815 -x41816 -x41817 -x41818 -x41819 -x41820 -x41821 -x41822 -x41823 -x41824 -x41825 -x41826 -x41827 -x41828 -x41829 -x41830 -x41831 -x41832 -x41833 -x41834 -x41835 -x41836 -x41837 -x41838 -x41839 -x41840 -x41841 -x41842 -x41843 -x41844 x41845 -x41846 -x41847 -x41848 -x41849 -x41850 -x41851 -x41852 -x41853 -x41854 -x41855 -x41856 -x41857 -x41858 -x41859 -x41860 -x41861 -x41862 -x41863 -x41864 -x41865 -x41866 -x41867 -x41868 -x41869 -x41870 -x41871 -x41872 -x41873 -x41874 -x41875 -x41876 -x41877 -x41878 -x41879 -x41880 -x41881 -x41882 -x41883 -x41884 -x41885 -x41886 -x41887 -x41888 -x41889 -x41890 -x41891 -x41892 -x41893 -x41894 -x41895 -x41896 -x41897 -x41898 -x41899 -x41900 -x41901 -x41902 -x41903 -x41904 -x41905 -x41906 -x41907 -x41908 -x41909 -x41910 -x41911 -x41912 -x41913 -x41914 -x41915 -x41916 -x41917 -x41918 -x41919 -x41920 -x41921 -x41922 -x41923 -x41924 -x41925 -x41926 -x41927 -x41928 -x41929 -x41930 -x41931 -x41932 -x41933 -x41934 -x41935 -x41936 -x41937 -x41938 -x41939 -x41940 -x41941 -x41942 -x41943 -x41944 -x41945 -x41946 -x41947 -x41948 -x41949 -x41950 -x41951 -x41952 -x41953 -x41954 -x41955 -x41956 -x41957 -x41958 -x41959 -x41960 -x41961 -x41962 -x41963 -x41964 -x41965 -x41966 -x41967 -x41968 -x41969 -x41970 -x41971 -x41972 -x41973 -x41974 -x41975 -x41976 -x41977 -x41978 -x41979 -x41980 -x41981 -x41982 -x41983 -x41984 -x41985 -x41986 -x41987 -x41988 -x41989 -x41990 -x41991 -x41992 -x41993 -x41994 -x41995 -x41996 -x41997 -x41998 -x41999 -x42000 -x42001 -x42002 -x42003 -x42004 -x42005 -x42006 -x42007 -x42008 -x42009 -x42010 -x42011 -x42012 -x42013 -x42014 -x42015 -x42016 -x42017 -x42018 -x42019 -x42020 -x42021 -x42022 -x42023 -x42024 -x42025 -x42026 -x42027 -x42028 -x42029 -x42030 -x42031 -x42032 -x42033 -x42034 -x42035 -x42036 -x42037 -x42038 -x42039 -x42040 -x42041 -x42042 -x42043 -x42044 -x42045 -x42046 -x42047 -x42048 -x42049 -x42050 -x42099 -x42100 -x42101 -x42102 -x42103 -x42104 -x42105 -x42106 -x42107 -x42108 -x42109 -x42110 -x42111 -x42112 -x42113 -x42114 -x42115 -x42116 -x42117 -x42118 -x42119 -x42120 -x42121 -x42122 -x42123 -x42124 -x42125 -x42126 -x42127 -x42128 -x42129 -x42130 -x42131 -x42132 -x42133 -x42134 -x42135 -x42136 -x42137 -x42138 -x42139 -x42140 -x42141 -x42142 -x42143 -x42144 -x42145 -x42146 -x42867 -x42868 -x42869 -x42870 -x42871 -x42872 -x42873 -x42874 -x42875 -x42876 -x42877 -x42878 -x42879 -x42880 -x42881 -x42882 -x42883 -x42884 -x42885 -x42886 -x42887 -x42888 -x42889 -x42890 -x42891 -x42892 -x42893 -x42894 -x42895 -x42896 -x42897 -x42898 -x42899 -x42900 -x42901 -x42902 -x42903 -x42904 -x42905 -x42906 -x42907 -x42908 -x42909 -x42910 -x42911 -x42912 -x42913 -x42914 -x43347 -x43348 -x43349 -x43350 -x43351 -x43352 -x43353 -x43354 -x43355 -x43356 -x43357 -x43358 -x43359 -x43360 -x43361 -x43362 -x43363 -x43364 -x43365 -x43366 -x43367 -x43368 -x43369 -x43370 -x43371 -x43372 -x43373 -x43374 -x43375 -x43376 -x43377 -x43378 -x43379 -x43380 -x43381 -x43382 -x43383 -x43384 -x43385 -x43386 -x43387 -x43388 -x43389 -x43390 -x43391 -x43392 -x43393 -x43394 -x43875 -x43876 -x43877 -x43878 -x43879 -x43880 -x43881 -x43882 -x43883 -x43884 -x43885 -x43886 -x43887 -x43888 -x43889 -x43890 -x43891 -x43892 -x43893 -x43894 -x43895 -x43896 -x43897 -x43898 -x43899 -x43900 -x43901 -x43902 -x43903 -x43904 -x43905 -x43906 -x43907 -x43908 -x43909 -x43910 -x43911 -x43912 -x43913 -x43914 -x43915 -x43916 -x43917 -x43918 -x43919 -x43920 -x43921 -x43922 -x44403 -x44404 -x44405 -x44406 -x44407 -x44408 -x44409 -x44410 -x44411 -x44412 -x44413 -x44414 -x44415 -x44416 -x44417 -x44418 -x44419 -x44420 -x44421 -x44422 -x44423 -x44424 -x44425 -x44426 -x44427 -x44428 -x44429 -x44430 -x44431 -x44432 -x44433 -x44434 -x44435 -x44436 -x44437 -x44438 -x44439 -x44440 -x44441 -x44442 -x44443 -x44444 -x44445 -x44446 -x44447 -x44448 -x44449 -x44450 -x44499 -x44500 -x44501 -x44502 -x44503 -x44504 -x44505 -x44506 -x44507 -x44508 -x44509 -x44510 -x44511 -x44512 -x44513 -x44514 -x44515 -x44516 -x44517 -x44518 -x44519 -x44520 -x44521 -x44522 -x44523 -x44524 -x44525 -x44526 -x44527 -x44528 -x44529 -x44530 -x44531 -x44532 -x44533 -x44534 -x44535 -x44536 -x44537 -x44538 -x44539 -x44540 -x44541 -x44542 -x44543 -x44544 -x44545 -x44546 -x44547 -x44548 -x44549 -x44550 -x44551 -x44552 -x44553 -x44554 -x44555 -x44556 -x44557 -x44558 -x44559 -x44560 -x44561 -x44562 -x44563 -x44564 -x44565 -x44566 -x44567 -x44568 -x44569 -x44570 -x44571 -x44572 -x44573 -x44574 -x44575 -x44576 -x44577 -x44578 -x44579 -x44580 -x44581 -x44582 -x44583 -x44584 -x44585 -x44586 -x44587 -x44588 -x44589 -x44590 -x44591 -x44592 -x44593 -x44594 -x44595 -x44596 -x44597 -x44598 -x44599 -x44600 -x44601 -x44602 -x44603 -x44604 -x44605 -x44606 -x44607 -x44608 -x44609 -x44610 -x44611 -x44612 -x44613 -x44614 -x44615 -x44616 -x44617 -x44618 -x44619 -x44620 -x44621 -x44622 -x44623 -x44624 -x44625 -x44626 -x44627 -x44628 -x44629 -x44630 -x44631 -x44632 -x44633 -x44634 -x44635 -x44636 -x44637 -x44638 -x44639 -x44640 -x44641 -x44642 -x44643 -x44644 -x44645 -x44646 -x44647 -x44648 -x44649 -x44650 -x44651 -x44652 -x44653 -x44654 -x44655 -x44656 -x44657 -x44658 -x44659 -x44660 -x44661 -x44662 -x44663 -x44664 -x44665 -x44666 -x44667 -x44668 -x44669 -x44670 -x44671 -x44672 -x44673 -x44674 -x44675 -x44676 -x44677 -x44678 -x44679 -x44680 -x44681 -x44682 -x44683 -x44684 -x44685 -x44686 -x44687 -x44688 -x44689 -x44690 -x44691 -x44692 -x44693 -x44694 -x44695 -x44696 -x44697 -x44698 -x44699 -x44700 -x44701 -x44702 -x44703 -x44704 -x44705 -x44706 -x44707 -x44708 -x44709 -x44710 -x44711 -x44712 -x44713 -x44714 -x44715 -x44716 -x44717 -x44718 -x44719 -x44720 -x44721 -x44722 -x44723 -x44724 -x44725 -x44726 -x44727 -x44728 -x44729 -x44730 -x44731 -x44732 -x44733 -x44734 -x44735 -x44736 -x44737 -x44738 -x42387 -x42388 -x42389 -x42390 -x42391 -x42392 -x42393 -x42394 -x42395 -x42396 -x42397 -x42398 -x42399 -x42400 -x42401 -x42402 -x42403 -x42404 -x42405 -x42406 -x42407 -x42408 -x42409 -x42410 -x42411 -x42412 -x42413 -x42414 -x42415 -x42416 -x42417 -x42418 -x42419 -x42420 -x42421 -x42422 -x42423 -x42424 -x42425 -x42426 -x42427 -x42428 -x42429 -x42430 -x42431 -x42432 -x42433 -x42434 -x42435 -x42436 -x42437 -x42438 -x42439 -x42440 -x42441 -x42442 -x42443 -x42444 -x42445 -x42446 -x42447 -x42448 -x42449 -x42450 -x42451 -x42452 -x42453 -x42454 -x42455 -x42456 -x42457 -x42458 -x42459 -x42460 -x42461 -x42462 -x42463 -x42464 -x42465 -x42466 -x42467 -x42468 -x42469 -x42470 -x42471 -x42472 -x42473 -x42474 -x42475 -x42476 -x42477 -x42478 -x42479 -x42480 -x42481 -x42482 -x42483 -x42484 -x42485 -x42486 -x42487 -x42488 -x42489 -x42490 -x42491 -x42492 -x42493 -x42494 -x42495 -x42496 -x42497 -x42498 -x42499 -x42500 -x42501 -x42502 -x42503 -x42504 -x42505 -x42506 -x42507 -x42508 -x42509 -x42510 -x42511 -x42512 -x42513 -x42514 -x42515 -x42516 -x42517 -x42518 -x42519 -x42520 -x42521 -x42522 -x42523 -x42524 -x42525 -x42526 -x42527 -x42528 -x42529 -x42530 -x42531 -x42532 -x42533 -x42534 -x42535 -x42536 -x42537 -x42538 -x42539 -x42540 -x42541 -x42542 -x42543 -x42544 -x42545 -x42546 -x42547 -x42548 -x42549 -x42550 -x42551 -x42552 -x42553 -x42554 -x42555 -x42556 -x42557 -x42558 -x42559 -x42560 -x42561 -x42562 -x42563 -x42564 -x42565 -x42566 -x42567 -x42568 -x42569 x42570 -x42571 -x42572 -x42573 -x42574 -x42575 -x42576 -x42577 -x42578 -x42579 -x42580 -x42581 -x42582 -x42583 -x42584 -x42585 -x42586 -x42587 -x42588 -x42589 -x42590 -x42591 -x42592 -x42593 -x42594 -x42595 -x42596 -x42597 -x42598 -x42599 -x42600 -x42601 -x42602 -x42603 -x42604 -x42605 -x42606 -x42607 -x42608 -x42609 -x42610 -x42611 -x42612 -x42613 -x42614 -x42615 -x42616 -x42617 -x42618 -x42619 -x42620 -x42621 -x42622 -x42623 -x42624 -x42625 -x42626 -x42627 -x42628 -x42629 -x42630 -x42631 -x42632 -x42633 -x42634 -x42635 -x42636 -x42637 -x42638 -x42639 -x42640 -x42641 -x42642 -x42643 -x42644 -x42645 -x42646 -x42647 -x42648 -x42649 -x42650 -x42651 -x42652 -x42653 -x42654 -x42655 -x42656 -x42657 -x42658 -x42659 -x42660 -x42661 -x42662 -x42663 -x42664 -x42665 -x42666 -x42667 -x42668 -x42669 -x42670 -x42671 -x42672 -x42673 -x42674 -x42675 -x42676 -x42677 -x42678 -x42679 -x42680 -x42681 -x42682 -x42683 -x42684 -x42685 -x42686 -x42687 -x42688 -x42689 -x42690 -x42691 -x42692 -x42693 -x42694 -x42695 -x42696 -x42697 -x42698 -x42699 -x42700 -x42701 -x42702 -x42703 -x42704 -x42705 -x42706 -x42707 -x42708 -x42709 -x42710 -x42711 -x42712 -x42713 -x42714 -x42715 -x42716 -x42717 -x42718 -x42719 -x42720 -x42721 -x42722 -x42723 -x42724 -x42725 -x42726 -x42727 -x42728 -x42729 -x42730 -x42731 -x42732 -x42733 -x42734 -x42735 -x42736 -x42737 -x42738 -x42739 -x42740 -x42741 -x42742 -x42743 -x42744 -x42745 -x42746 -x42747 -x42748 -x42749 -x42750 -x42751 -x42752 -x42753 -x42754 -x42755 -x42756 -x42757 -x42758 -x42759 -x42760 -x42761 -x42762 -x42763 -x42764 -x42765 -x42766 -x42767 -x42768 -x42769 -x42770 -x42771 -x42772 -x42773 -x42774 -x42775 -x42776 -x42777 -x42778 -x42779 -x42780 -x42781 -x42782 -x42783 -x42784 -x42785 -x42786 -x42787 -x42788 -x42789 -x42790 -x42791 -x42792 -x42793 -x42794 -x42795 -x42796 -x42797 -x42798 -x42799 -x42800 -x42801 -x42802 -x42803 -x42804 -x42805 -x42806 -x42807 -x42808 -x42809 -x42810 -x42811 -x42812 -x42813 -x42814 -x42815 -x42816 -x42817 -x42818 -x42819 -x42820 -x42821 -x42822 -x42823 -x42824 -x42825 -x42826 -x42827 -x42828 -x42829 -x42830 -x42831 -x42832 -x42833 -x42834 -x42835 -x42836 -x42837 -x42838 -x42839 -x42840 -x42841 -x42842 -x42843 -x42844 -x42845 -x42846 -x42847 -x42848 -x42849 -x42850 -x42851 -x42852 -x42853 -x42854 -x42855 -x42856 -x42857 -x42858 -x42859 -x42860 -x42861 -x42862 -x42863 -x42864 -x42865 -x42866 -x42915 -x42916 -x42917 -x42918 -x42919 -x42920 -x42921 -x42922 -x42923 -x42924 -x42925 -x42926 -x42927 -x42928 -x42929 -x42930 -x42931 -x42932 -x42933 -x42934 -x42935 -x42936 -x42937 -x42938 -x42939 -x42940 -x42941 -x42942 -x42943 -x42944 -x42945 -x42946 -x42947 -x42948 -x42949 -x42950 -x42951 -x42952 -x42953 -x42954 -x42955 -x42956 -x42957 -x42958 -x42959 -x42960 -x42961 -x42962 -x42963 -x42964 -x42965 -x42966 -x42967 -x42968 -x42969 -x42970 -x42971 -x42972 -x42973 -x42974 -x42975 -x42976 -x42977 -x42978 -x42979 -x42980 -x42981 -x42982 -x42983 -x42984 -x42985 -x42986 -x42987 -x42988 -x42989 -x42990 -x42991 -x42992 -x42993 -x42994 -x42995 -x42996 -x42997 -x42998 -x42999 -x43000 -x43001 -x43002 -x43003 -x43004 -x43005 -x43006 -x43007 -x43008 -x43009 -x43010 -x43011 -x43012 -x43013 -x43014 -x43015 -x43016 -x43017 -x43018 -x43019 -x43020 -x43021 -x43022 -x43023 -x43024 -x43025 -x43026 -x43027 -x43028 -x43029 -x43030 -x43031 -x43032 -x43033 -x43034 -x43035 -x43036 -x43037 -x43038 -x43039 -x43040 -x43041 -x43042 -x43043 -x43044 -x43045 -x43046 -x43047 -x43048 -x43049 -x43050 -x43051 -x43052 -x43053 -x43054 -x43055 -x43056 -x43057 -x43058 -x43059 -x43060 -x43061 -x43062 -x43063 -x43064 -x43065 -x43066 -x43067 -x43068 -x43069 -x43070 -x43071 -x43072 -x43073 -x43074 -x43075 -x43076 -x43077 -x43078 -x43079 -x43080 -x43081 -x43082 -x43083 -x43084 -x43085 -x43086 -x43087 -x43088 -x43089 -x43090 -x43091 -x43092 -x43093 -x43094 -x43095 -x43096 -x43097 -x43098 -x43099 -x43100 -x43101 -x43102 -x43103 -x43104 -x43105 -x43106 -x43107 -x43108 -x43109 -x43110 -x43111 -x43112 -x43113 -x43114 -x43115 -x43116 -x43117 -x43118 -x43119 -x43120 -x43121 -x43122 -x43123 -x43124 -x43125 -x43126 -x43127 -x43128 -x43129 -x43130 -x43131 -x43132 -x43133 -x43134 -x43135 -x43136 -x43137 -x43138 -x43139 -x43140 -x43141 -x43142 -x43143 -x43144 -x43145 -x43146 -x43147 -x43148 -x43149 -x43150 -x43151 -x43152 -x43153 -x43154 -x43155 -x43156 -x43157 -x43158 -x43159 -x43160 -x43161 -x43162 -x43163 -x43164 -x43165 -x43166 -x43167 -x43168 -x43169 -x43170 -x43171 -x43172 -x43173 -x43174 -x43175 -x43176 -x43177 -x43178 -x43179 -x43180 -x43181 -x43182 -x43183 -x43184 -x43185 -x43186 -x43187 -x43188 -x43189 -x43190 -x43191 -x43192 -x43193 -x43194 -x43195 -x43196 -x43197 -x43198 -x43199 -x43200 -x43201 -x43202 -x43203 -x43204 -x43205 -x43206 -x43207 -x43208 -x43209 -x43210 -x43211 -x43212 -x43213 -x43214 -x43215 -x43216 -x43217 -x43218 -x43219 -x43220 -x43221 -x43222 -x43223 -x43224 -x43225 -x43226 -x43227 -x43228 -x43229 -x43230 -x43231 -x43232 -x43233 -x43234 -x43235 -x43236 -x43237 -x43238 -x43239 -x43240 -x43241 -x43242 -x43243 -x43244 -x43245 -x43246 -x43247 -x43248 -x43249 -x43250 -x43251 -x43252 -x43253 -x43254 -x43255 -x43256 -x43257 -x43258 -x43259 -x43260 -x43261 -x43262 -x43263 -x43264 -x43265 -x43266 -x43267 -x43268 -x43269 -x43270 -x43271 -x43272 -x43273 -x43274 -x43275 -x43276 -x43277 -x43278 -x43279 -x43280 -x43281 -x43282 -x43283 -x43284 -x43285 -x43286 -x43287 -x43288 -x43289 -x43290 -x43291 -x43292 -x43293 -x43294 -x43295 -x43296 -x43297 -x43298 -x43299
3600.03/3614.43	v -x43300 -x43301 -x43302 -x43303 -x43304 -x43305 -x43306 -x43307 -x43308 -x43309 -x43310 -x43311 -x43312 -x43313 -x43314 -x43315 -x43316 -x43317 -x43318 -x43319 -x43320 -x43321 -x43322 -x43323 -x43324 -x43325 -x43326 -x43327 -x43328 -x43329 -x43330 -x43331 -x43332 -x43333 -x43334 -x43335 -x43336 -x43337 x43338 -x43339 -x43340 -x43341 -x43342 -x43343 -x43344 -x43345 -x43346 -x43395 -x43396 -x43397 -x43398 -x43399 -x43400 -x43401 -x43402 -x43403 -x43404 -x43405 -x43406 -x43407 -x43408 -x43409 -x43410 -x43411 -x43412 -x43413 -x43414 -x43415 -x43416 -x43417 -x43418 -x43419 -x43420 -x43421 -x43422 -x43423 -x43424 -x43425 -x43426 -x43427 -x43428 -x43429 -x43430 -x43431 -x43432 -x43433 -x43434 -x43435 -x43436 -x43437 -x43438 -x43439 -x43440 -x43441 -x43442 -x43443 -x43444 -x43445 -x43446 -x43447 -x43448 -x43449 -x43450 -x43451 -x43452 -x43453 -x43454 -x43455 -x43456 -x43457 -x43458 -x43459 -x43460 -x43461 -x43462 -x43463 -x43464 -x43465 -x43466 -x43467 -x43468 -x43469 -x43470 -x43471 -x43472 -x43473 -x43474 -x43475 -x43476 -x43477 -x43478 -x43479 -x43480 -x43481 -x43482 -x43483 -x43484 -x43485 -x43486 -x43487 -x43488 -x43489 -x43490 -x43491 -x43492 -x43493 -x43494 -x43495 -x43496 -x43497 -x43498 -x43499 -x43500 -x43501 -x43502 -x43503 -x43504 -x43505 -x43506 -x43507 -x43508 -x43509 -x43510 -x43511 -x43512 -x43513 -x43514 -x43515 -x43516 -x43517 -x43518 -x43519 -x43520 -x43521 -x43522 -x43523 -x43524 -x43525 -x43526 -x43527 -x43528 -x43529 -x43530 -x43531 -x43532 -x43533 -x43534 -x43535 -x43536 -x43537 -x43538 -x43539 -x43540 -x43541 -x43542 -x43543 -x43544 -x43545 -x43546 -x43547 -x43548 -x43549 -x43550 -x43551 -x43552 -x43553 -x43554 -x43555 -x43556 -x43557 -x43558 -x43559 -x43560 -x43561 -x43562 -x43563 -x43564 -x43565 -x43566 -x43567 -x43568 -x43569 -x43570 -x43571 -x43572 -x43573 -x43574 -x43575 -x43576 -x43577 -x43578 -x43579 -x43580 -x43581 -x43582 -x43583 -x43584 -x43585 -x43586 -x43587 -x43588 -x43589 -x43590 -x43591 -x43592 -x43593 -x43594 -x43595 -x43596 -x43597 -x43598 -x43599 -x43600 -x43601 -x43602 -x43603 -x43604 -x43605 -x43606 -x43607 -x43608 -x43609 -x43610 -x43611 -x43612 -x43613 -x43614 -x43615 -x43616 -x43617 -x43618 -x43619 -x43620 -x43621 -x43622 -x43623 -x43624 -x43625 x43626 -x43627 -x43628 -x43629 -x43630 -x43631 -x43632 -x43633 -x43634 -x43635 -x43636 -x43637 -x43638 -x43639 -x43640 -x43641 -x43642 -x43643 -x43644 -x43645 -x43646 -x43647 -x43648 -x43649 -x43650 -x43651 -x43652 -x43653 -x43654 -x43655 -x43656 -x43657 -x43658 -x43659 -x43660 -x43661 -x43662 -x43663 -x43664 -x43665 -x43666 -x43667 -x43668 -x43669 -x43670 -x43671 -x43672 -x43673 -x43674 -x43675 -x43676 -x43677 -x43678 -x43679 -x43680 -x43681 -x43682 -x43683 -x43684 -x43685 -x43686 -x43687 -x43688 -x43689 -x43690 -x43691 -x43692 -x43693 -x43694 -x43695 -x43696 -x43697 -x43698 -x43699 -x43700 -x43701 -x43702 -x43703 -x43704 -x43705 -x43706 -x43707 -x43708 -x43709 -x43710 -x43711 -x43712 -x43713 -x43714 -x43715 -x43716 -x43717 -x43718 -x43719 -x43720 -x43721 -x43722 -x43723 -x43724 -x43725 -x43726 -x43727 -x43728 -x43729 -x43730 -x43731 -x43732 -x43733 -x43734 -x43735 -x43736 -x43737 -x43738 -x43739 -x43740 -x43741 -x43742 -x43743 -x43744 -x43745 -x43746 -x43747 -x43748 -x43749 -x43750 -x43751 -x43752 -x43753 -x43754 -x43755 -x43756 -x43757 -x43758 -x43759 -x43760 -x43761 -x43762 -x43763 -x43764 -x43765 -x43766 -x43767 -x43768 -x43769 -x43770 -x43771 -x43772 -x43773 -x43774 -x43775 -x43776 -x43777 -x43778 -x43779 -x43780 -x43781 -x43782 -x43783 -x43784 -x43785 -x43786 -x43787 -x43788 -x43789 -x43790 -x43791 -x43792 -x43793 -x43794 -x43795 -x43796 -x43797 -x43798 -x43799 -x43800 -x43801 -x43802 -x43803 -x43804 -x43805 -x43806 -x43807 -x43808 -x43809 -x43810 -x43811 -x43812 -x43813 -x43814 -x43815 -x43816 -x43817 -x43818 -x43819 -x43820 -x43821 -x43822 -x43823 -x43824 -x43825 -x43826 -x43827 -x43828 -x43829 -x43830 -x43831 -x43832 -x43833 -x43834 -x43835 -x43836 -x43837 -x43838 -x43839 -x43840 -x43841 -x43842 -x43843 -x43844 -x43845 -x43846 -x43847 -x43848 -x43849 -x43850 -x43851 -x43852 -x43853 -x43854 -x43855 -x43856 -x43857 -x43858 -x43859 -x43860 -x43861 -x43862 -x43863 -x43864 -x43865 x43866 -x43867 -x43868 -x43869 -x43870 -x43871 -x43872 -x43873 -x43874 -x43923 -x43924 -x43925 -x43926 -x43927 -x43928 -x43929 -x43930 -x43931 -x43932 -x43933 -x43934 -x43935 -x43936 -x43937 -x43938 -x43939 -x43940 -x43941 -x43942 -x43943 -x43944 -x43945 -x43946 -x43947 -x43948 -x43949 -x43950 -x43951 -x43952 -x43953 -x43954 -x43955 -x43956 -x43957 -x43958 -x43959 -x43960 -x43961 -x43962 -x43963 -x43964 -x43965 -x43966 -x43967 -x43968 -x43969 -x43970 -x43971 -x43972 -x43973 -x43974 -x43975 -x43976 -x43977 -x43978 -x43979 -x43980 -x43981 -x43982 -x43983 -x43984 -x43985 -x43986 -x43987 -x43988 -x43989 -x43990 -x43991 -x43992 -x43993 -x43994 -x43995 -x43996 -x43997 -x43998 -x43999 -x44000 -x44001 -x44002 -x44003 -x44004 -x44005 -x44006 -x44007 -x44008 -x44009 x44010 -x44011 -x44012 -x44013 -x44014 -x44015 -x44016 -x44017 -x44018 -x44019 -x44020 -x44021 -x44022 -x44023 -x44024 -x44025 -x44026 -x44027 -x44028 -x44029 -x44030 -x44031 -x44032 -x44033 -x44034 -x44035 -x44036 -x44037 -x44038 -x44039 -x44040 -x44041 -x44042 -x44043 -x44044 -x44045 -x44046 -x44047 -x44048 -x44049 -x44050 -x44051 -x44052 -x44053 -x44054 -x44055 -x44056 -x44057 -x44058 -x44059 -x44060 -x44061 -x44062 -x44063 -x44064 -x44065 -x44066 -x44067 -x44068 -x44069 -x44070 -x44071 -x44072 -x44073 -x44074 -x44075 -x44076 -x44077 -x44078 -x44079 -x44080 -x44081 -x44082 -x44083 -x44084 -x44085 -x44086 -x44087 -x44088 -x44089 -x44090 -x44091 -x44092 -x44093 -x44094 -x44095 -x44096 -x44097 -x44098 -x44099 -x44100 -x44101 -x44102 -x44103 -x44104 -x44105 -x44106 -x44107 -x44108 -x44109 -x44110 -x44111 -x44112 -x44113 -x44114 -x44115 -x44116 -x44117 -x44118 -x44119 -x44120 -x44121 -x44122 -x44123 -x44124 -x44125 -x44126 -x44127 -x44128 -x44129 -x44130 -x44131 -x44132 -x44133 -x44134 -x44135 -x44136 -x44137 -x44138 -x44139 -x44140 -x44141 -x44142 -x44143 -x44144 -x44145 -x44146 -x44147 -x44148 -x44149 -x44150 -x44151 -x44152 -x44153 -x44154 -x44155 -x44156 -x44157 -x44158 -x44159 -x44160 -x44161 -x44162 -x44163 -x44164 -x44165 -x44166 -x44167 -x44168 -x44169 -x44170 -x44171 -x44172 -x44173 -x44174 -x44175 -x44176 -x44177 -x44178 -x44179 -x44180 -x44181 -x44182 -x44183 -x44184 -x44185 -x44186 -x44187 -x44188 -x44189 -x44190 -x44191 -x44192 -x44193 -x44194 -x44195 -x44196 -x44197 -x44198 -x44199 -x44200 -x44201 -x44202 -x44203 -x44204 -x44205 -x44206 -x44207 -x44208 -x44209 -x44210 -x44211 -x44212 -x44213 -x44214 -x44215 -x44216 -x44217 -x44218 -x44219 -x44220 -x44221 -x44222 -x44223 -x44224 -x44225 -x44226 -x44227 -x44228 -x44229 -x44230 -x44231 -x44232 -x44233 -x44234 -x44235 -x44236 -x44237 -x44238 -x44239 -x44240 -x44241 -x44242 -x44243 -x44244 -x44245 -x44246 -x44247 -x44248 -x44249 -x44250 x44251 -x44252 -x44253 -x44254 -x44255 -x44256 -x44257 -x44258 -x44259 -x44260 -x44261 -x44262 -x44263 -x44264 -x44265 -x44266 -x44267 -x44268 -x44269 -x44270 -x44271 -x44272 -x44273 -x44274 -x44275 -x44276 -x44277 -x44278 -x44279 -x44280 -x44281 -x44282 -x44283 -x44284 -x44285 -x44286 -x44287 -x44288 -x44289 -x44290 -x44291 -x44292 -x44293 -x44294 -x44295 -x44296 -x44297 -x44298 x44299 -x44300 -x44301 -x44302 -x44303 -x44304 -x44305 -x44306 -x44307 -x44308 -x44309 -x44310 -x44311 -x44312 -x44313 -x44314 -x44315 -x44316 -x44317 -x44318 -x44319 -x44320 -x44321 -x44322 -x44323 -x44324 -x44325 -x44326 -x44327 -x44328 -x44329 -x44330 -x44331 -x44332 -x44333 -x44334 -x44335 -x44336 -x44337 -x44338 -x44339 -x44340 -x44341 -x44342 -x44343 -x44344 -x44345 -x44346 -x44347 -x44348 -x44349 -x44350 -x44351 -x44352 -x44353 -x44354 -x44355 -x44356 -x44357 -x44358 -x44359 -x44360 -x44361 -x44362 -x44363 -x44364 -x44365 -x44366 -x44367 -x44368 -x44369 -x44370 -x44371 -x44372 -x44373 -x44374 -x44375 -x44376 -x44377 -x44378 -x44379 -x44380 -x44381 -x44382 -x44383 -x44384 -x44385 -x44386 -x44387 -x44388 -x44389 -x44390 -x44391 -x44392 -x44393 -x44394 -x44395 -x44396 -x44397 -x44398 -x44399 -x44400 -x44401 -x44402 -x44451 -x44452 -x44453 -x44454 -x44455 -x44456 -x44457 -x44458 -x44459 -x44460 -x44461 -x44462 -x44463 -x44464 -x44465 -x44466 -x44467 -x44468 -x44469 -x44470 -x44471 -x44472 -x44473 -x44474 -x44475 -x44476 -x44477 -x44478 -x44479 -x44480 -x44481 -x44482 -x44483 -x44484 -x44485 -x44486 -x44487 -x44488 -x44489 -x44490 x44491 -x44492 -x44493 -x44494 -x44495 -x44496 -x44497 -x44498 -x45219 -x45220 -x45221 -x45222 -x45223 -x45224 -x45225 -x45226 -x45227 -x45228 -x45229 -x45230 -x45231 -x45232 -x45233 -x45234 -x45235 -x45236 -x45237 -x45238 -x45239 -x45240 -x45241 -x45242 -x45243 -x45244 -x45245 -x45246 -x45247 -x45248 -x45249 -x45250 -x45251 -x45252 -x45253 -x45254 -x45255 -x45256 -x45257 -x45258 -x45259 -x45260 -x45261 -x45262 -x45263 -x45264 -x45265 -x45266 -x45699 -x45700 -x45701 -x45702 -x45703 -x45704 -x45705 -x45706 -x45707 -x45708 -x45709 -x45710 -x45711 -x45712 -x45713 -x45714 -x45715 -x45716 -x45717 -x45718 -x45719 -x45720 -x45721 -x45722 -x45723 -x45724 -x45725 -x45726 -x45727 -x45728 -x45729 -x45730 -x45731 -x45732 -x45733 -x45734 -x45735 -x45736 -x45737 -x45738 -x45739 -x45740 -x45741 -x45742 -x45743 -x45744 -x45745 -x45746 -x46227 -x46228 -x46229 -x46230 -x46231 -x46232 -x46233 -x46234 -x46235 -x46236 -x46237 -x46238 -x46239 -x46240 -x46241 -x46242 -x46243 -x46244 -x46245 -x46246 -x46247 -x46248 -x46249 -x46250 -x46251 -x46252 -x46253 -x46254 -x46255 -x46256 -x46257 -x46258 -x46259 -x46260 -x46261 -x46262 -x46263 -x46264 -x46265 -x46266 -x46267 -x46268 -x46269 -x46270 -x46271 -x46272 -x46273 -x46274 -x46755 -x46756 -x46757 -x46758 -x46759 -x46760 -x46761 -x46762 -x46763 -x46764 -x46765 -x46766 -x46767 -x46768 -x46769 -x46770 -x46771 -x46772 -x46773 -x46774 -x46775 -x46776 -x46777 -x46778 -x46779 -x46780 -x46781 -x46782 -x46783 -x46784 -x46785 -x46786 -x46787 -x46788 -x46789 -x46790 -x46791 -x46792 -x46793 -x46794 -x46795 -x46796 -x46797 -x46798 -x46799 -x46800 -x46801 -x46802 -x46851 -x46852 -x46853 -x46854 -x46855 -x46856 -x46857 -x46858 -x46859 -x46860 -x46861 -x46862 -x46863 -x46864 -x46865 -x46866 -x46867 -x46868 -x46869 -x46870 -x46871 -x46872 -x46873 -x46874 -x46875 -x46876 -x46877 -x46878 -x46879 -x46880 -x46881 -x46882 -x46883 x46884 -x46885 -x46886 -x46887 -x46888 -x46889 -x46890 -x46891 -x46892 -x46893 -x46894 -x46895 -x46896 -x46897 -x46898 -x46899 -x46900 -x46901 -x46902 -x46903 -x46904 -x46905 -x46906 -x46907 -x46908 -x46909 -x46910 -x46911 -x46912 -x46913 -x46914 -x46915 -x46916 -x46917 -x46918 -x46919 -x46920 -x46921 -x46922 -x46923 -x46924 -x46925 -x46926 -x46927 -x46928 -x46929 -x46930 -x46931 -x46932 -x46933 -x46934 -x46935 -x46936 -x46937 -x46938 -x46939 -x46940 -x46941 -x46942 -x46943 -x46944 -x46945 -x46946 -x46947 -x46948 -x46949 -x46950 -x46951 -x46952 -x46953 -x46954 -x46955 -x46956 -x46957 -x46958 -x46959 -x46960 -x46961 -x46962 -x46963 -x46964 -x46965 -x46966 -x46967 -x46968 -x46969 -x46970 -x46971 -x46972 -x46973 -x46974 -x46975 -x46976 -x46977 -x46978 -x46979 -x46980 -x46981 -x46982 -x46983 -x46984 -x46985 -x46986 -x46987 -x46988 -x46989 -x46990 -x46991 -x46992 -x46993 -x46994 -x46995 -x46996 -x46997 -x46998 -x46999 -x47000 -x47001 -x47002 -x47003 -x47004 -x47005 -x47006 -x47007 -x47008 -x47009 -x47010 -x47011 -x47012 -x47013 -x47014 -x47015 -x47016 -x47017 -x47018 -x47019 -x47020 -x47021 -x47022 -x47023 -x47024 -x47025 -x47026 -x47027 -x47028 -x47029 -x47030 -x47031 -x47032 -x47033 -x47034 -x47035 -x47036 -x47037 -x47038 -x47039 -x47040 -x47041 -x47042 -x47043 -x47044 -x47045 -x47046 -x47047 -x47048 -x47049 -x47050 -x47051 -x47052 -x47053 -x47054 -x47055 -x47056 -x47057 -x47058 -x47059 -x47060 -x47061 -x47062 -x47063 -x47064 -x47065 -x47066 -x47067 -x47068 -x47069 -x47070 -x47071 -x47072 -x47073 -x47074 -x47075 x47076 -x47077 -x47078 -x47079 -x47080 -x47081 -x47082 -x47083 -x47084 -x47085 -x47086 -x47087 -x47088 -x47089 -x47090 -x44739 -x44740 -x44741 -x44742 -x44743 -x44744 -x44745 -x44746 -x44747 -x44748 -x44749 -x44750 -x44751 -x44752 -x44753 -x44754 -x44755 -x44756 -x44757 -x44758 -x44759 -x44760 -x44761 -x44762 -x44763 -x44764 -x44765 -x44766 -x44767 -x44768 -x44769 -x44770 -x44771 -x44772 -x44773 -x44774 -x44775 -x44776 -x44777 -x44778 -x44779 -x44780 -x44781 -x44782 -x44783 -x44784 -x44785 -x44786 -x44787 -x44788 -x44789 -x44790 -x44791 -x44792 -x44793 -x44794 -x44795 -x44796 -x44797 -x44798 -x44799 -x44800 -x44801 -x44802 -x44803 -x44804 -x44805 -x44806 -x44807 -x44808 -x44809 -x44810 -x44811 -x44812 -x44813 -x44814 -x44815 -x44816 -x44817 -x44818 -x44819 -x44820 -x44821 -x44822 -x44823 -x44824 -x44825 -x44826 -x44827 -x44828 -x44829 -x44830 -x44831 -x44832 -x44833 -x44834 -x44835 -x44836 -x44837 -x44838 -x44839 -x44840 -x44841 -x44842 -x44843 -x44844 -x44845 -x44846 -x44847 -x44848 -x44849 -x44850 -x44851 -x44852 -x44853 -x44854 -x44855 -x44856 -x44857 -x44858 -x44859 -x44860 -x44861 -x44862 -x44863 -x44864 -x44865 -x44866 -x44867 -x44868 -x44869 -x44870 -x44871 -x44872 -x44873 -x44874 -x44875 -x44876 -x44877 -x44878 -x44879 -x44880 -x44881 -x44882 -x44883 -x44884 -x44885 -x44886 -x44887 -x44888 -x44889 -x44890 -x44891 -x44892 -x44893 -x44894 -x44895 -x44896 -x44897 -x44898 -x44899 -x44900 -x44901 -x44902 -x44903 -x44904 -x44905 -x44906 -x44907 -x44908 -x44909 -x44910 -x44911 -x44912 -x44913 -x44914 -x44915 -x44916 -x44917 -x44918 -x44919 -x44920 -x44921 -x44922 -x44923 -x44924 -x44925 -x44926 -x44927 -x44928 -x44929 -x44930 -x44931 -x44932 -x44933 -x44934 -x44935 -x44936 -x44937 -x44938 -x44939 -x44940 -x44941 -x44942 -x44943 -x44944 -x44945 -x44946 -x44947 -x44948 -x44949 -x44950 -x44951 -x44952 -x44953 -x44954 -x44955 -x44956 -x44957 -x44958 -x44959 -x44960 -x44961 -x44962 -x44963 -x44964 -x44965 -x44966 -x44967 -x44968 -x44969 -x44970 -x44971 -x44972 -x44973 -x44974 -x44975 -x44976 -x44977 -x44978 -x44979 -x44980 -x44981 -x44982 -x44983 -x44984 -x44985 -x44986 -x44987 -x44988 -x44989 -x44990 -x44991 -x44992 -x44993 -x44994 -x44995 -x44996 -x44997 -x44998 -x44999 -x45000 -x45001 -x45002 -x45003 -x45004 -x45005 -x45006 -x45007 -x45008 -x45009 -x45010 -x45011 -x45012 -x45013 -x45014 -x45015 -x45016 -x45017 -x45018 -x45019 -x45020 -x45021 -x45022 -x45023 -x45024 -x45025 -x45026 -x45027 -x45028 -x45029 -x45030 -x45031 -x45032 -x45033 -x45034 -x45035 -x45036 -x45037 -x45038 -x45039 -x45040 -x45041 -x45042 -x45043 -x45044 -x45045 -x45046 -x45047 -x45048 -x45049 -x45050 -x45051 -x45052 -x45053 -x45054 -x45055 -x45056 -x45057 -x45058 -x45059 x45060 -x45061 -x45062 -x45063 -x45064 -x45065 -x45066 -x45067 -x45068 -x45069 -x45070 -x45071 -x45072 -x45073 -x45074 -x45075 -x45076 -x45077 -x45078 -x45079 -x45080 -x45081 -x45082 -x45083 -x45084 -x45085 -x45086 -x45087 -x45088 -x45089 -x45090 -x45091 -x45092 -x45093 -x45094 -x45095 -x45096 -x45097 -x45098 -x45099 -x45100 -x45101 -x45102 -x45103 -x45104 -x45105 -x45106 -x45107 -x45108 -x45109 -x45110 -x45111 -x45112 -x45113 -x45114 -x45115 -x45116 -x45117 -x45118 -x45119 -x45120 -x45121 -x45122 -x45123 -x45124 -x45125 -x45126 -x45127 -x45128 -x45129 -x45130 -x45131 -x45132 -x45133 -x45134 -x45135 -x45136 -x45137 -x45138 -x45139 -x45140 -x45141 -x45142 -x45143 -x45144 -x45145 -x45146 -x45147 -x45148 -x45149 -x45150 -x45151 -x45152 -x45153 -x45154 -x45155 -x45156 -x45157 -x45158 -x45159 -x45160 -x45161 -x45162 -x45163 -x45164 -x45165 -x45166 -x45167 -x45168 -x45169 -x45170 -x45171 -x45172 -x45173 -x45174 -x45175 -x45176 -x45177 -x45178 -x45179 -x45180 -x45181 -x45182 -x45183 -x45184 -x45185 -x45186 -x45187 -x45188 -x45189 -x45190 -x45191 -x45192 -x45193 -x45194 -x45195 -x45196 -x45197 -x45198 -x45199 -x45200 -x45201 -x45202 -x45203 -x45204 -x45205 -x45206 -x45207 -x45208 -x45209 -x45210 -x45211 -x45212 -x45213 -x45214 -x45215 -x45216 -x45217 -x45218 -x45267 -x45268 -x45269 -x45270 -x45271 -x45272 -x45273 -x45274 -x45275 -x45276 -x45277 -x45278 -x45279 -x45280 -x45281 -x45282 -x45283 -x45284 -x45285 -x45286 -x45287 -x45288 -x45289 -x45290 -x45291 -x45292 -x45293 -x45294 -x45295 -x45296 -x45297 -x45298 -x45299
3600.03/3614.43	v x45300 -x45301 -x45302 -x45303 -x45304 -x45305 -x45306 -x45307 -x45308 -x45309 -x45310 -x45311 -x45312 -x45313 -x45314 -x45315 -x45316 -x45317 -x45318 -x45319 -x45320 -x45321 -x45322 -x45323 -x45324 -x45325 -x45326 -x45327 -x45328 -x45329 -x45330 -x45331 -x45332 -x45333 -x45334 -x45335 -x45336 -x45337 -x45338 -x45339 -x45340 -x45341 -x45342 -x45343 -x45344 -x45345 -x45346 -x45347 x45348 -x45349 -x45350 -x45351 -x45352 -x45353 -x45354 -x45355 -x45356 -x45357 -x45358 -x45359 -x45360 -x45361 -x45362 -x45363 -x45364 -x45365 -x45366 -x45367 -x45368 -x45369 -x45370 -x45371 -x45372 -x45373 -x45374 -x45375 -x45376 -x45377 -x45378 -x45379 -x45380 -x45381 -x45382 -x45383 -x45384 -x45385 -x45386 -x45387 -x45388 -x45389 -x45390 -x45391 -x45392 -x45393 -x45394 -x45395 -x45396 -x45397 -x45398 -x45399 -x45400 -x45401 -x45402 -x45403 -x45404 -x45405 -x45406 -x45407 -x45408 -x45409 -x45410 -x45411 -x45412 -x45413 -x45414 -x45415 -x45416 -x45417 -x45418 -x45419 -x45420 -x45421 -x45422 -x45423 -x45424 -x45425 -x45426 -x45427 -x45428 -x45429 -x45430 -x45431 -x45432 -x45433 -x45434 -x45435 -x45436 -x45437 -x45438 -x45439 -x45440 -x45441 -x45442 -x45443 -x45444 -x45445 -x45446 -x45447 -x45448 -x45449 -x45450 -x45451 -x45452 -x45453 -x45454 -x45455 -x45456 -x45457 -x45458 -x45459 -x45460 -x45461 -x45462 -x45463 -x45464 -x45465 -x45466 -x45467 -x45468 -x45469 -x45470 -x45471 -x45472 -x45473 -x45474 -x45475 -x45476 -x45477 -x45478 -x45479 -x45480 -x45481 -x45482 -x45483 -x45484 -x45485 -x45486 -x45487 -x45488 -x45489 -x45490 -x45491 -x45492 -x45493 -x45494 -x45495 -x45496 -x45497 -x45498 -x45499 -x45500 -x45501 -x45502 -x45503 -x45504 -x45505 -x45506 -x45507 -x45508 -x45509 -x45510 -x45511 -x45512 -x45513 -x45514 -x45515 -x45516 -x45517 -x45518 -x45519 -x45520 -x45521 -x45522 -x45523 -x45524 -x45525 -x45526 -x45527 -x45528 -x45529 -x45530 -x45531 -x45532 -x45533 -x45534 -x45535 -x45536 -x45537 -x45538 -x45539 -x45540 -x45541 -x45542 -x45543 -x45544 -x45545 -x45546 -x45547 -x45548 -x45549 -x45550 -x45551 -x45552 -x45553 -x45554 -x45555 -x45556 -x45557 -x45558 -x45559 -x45560 -x45561 -x45562 -x45563 -x45564 -x45565 -x45566 -x45567 -x45568 -x45569 -x45570 -x45571 -x45572 -x45573 -x45574 -x45575 -x45576 -x45577 -x45578 -x45579 -x45580 -x45581 -x45582 -x45583 -x45584 -x45585 -x45586 -x45587 x45588 -x45589 -x45590 -x45591 -x45592 -x45593 -x45594 -x45595 -x45596 -x45597 -x45598 -x45599 -x45600 -x45601 -x45602 -x45603 -x45604 -x45605 -x45606 -x45607 -x45608 -x45609 -x45610 -x45611 -x45612 -x45613 -x45614 -x45615 -x45616 -x45617 -x45618 -x45619 -x45620 -x45621 -x45622 -x45623 -x45624 -x45625 -x45626 -x45627 -x45628 -x45629 -x45630 -x45631 -x45632 -x45633 -x45634 -x45635 -x45636 -x45637 -x45638 -x45639 -x45640 -x45641 -x45642 -x45643 -x45644 -x45645 -x45646 -x45647 -x45648 -x45649 -x45650 -x45651 -x45652 -x45653 -x45654 -x45655 -x45656 -x45657 -x45658 -x45659 -x45660 -x45661 -x45662 -x45663 -x45664 -x45665 -x45666 -x45667 -x45668 -x45669 -x45670 -x45671 -x45672 -x45673 -x45674 -x45675 -x45676 -x45677 -x45678 -x45679 -x45680 -x45681 -x45682 -x45683 -x45684 -x45685 -x45686 -x45687 -x45688 -x45689 -x45690 -x45691 -x45692 -x45693 -x45694 -x45695 -x45696 -x45697 -x45698 -x45747 -x45748 -x45749 -x45750 -x45751 -x45752 -x45753 -x45754 -x45755 -x45756 -x45757 -x45758 -x45759 -x45760 -x45761 -x45762 -x45763 -x45764 -x45765 -x45766 -x45767 -x45768 -x45769 -x45770 -x45771 -x45772 -x45773 -x45774 -x45775 -x45776 -x45777 -x45778 -x45779 -x45780 -x45781 -x45782 -x45783 -x45784 -x45785 -x45786 -x45787 -x45788 -x45789 -x45790 -x45791 -x45792 -x45793 -x45794 -x45795 -x45796 -x45797 -x45798 -x45799 -x45800 -x45801 -x45802 -x45803 -x45804 -x45805 -x45806 -x45807 -x45808 -x45809 -x45810 -x45811 -x45812 -x45813 -x45814 -x45815 -x45816 -x45817 -x45818 -x45819 -x45820 -x45821 -x45822 -x45823 -x45824 -x45825 -x45826 -x45827 -x45828 -x45829 -x45830 -x45831 -x45832 -x45833 -x45834 -x45835 -x45836 -x45837 -x45838 -x45839 -x45840 -x45841 -x45842 -x45843 -x45844 -x45845 -x45846 -x45847 -x45848 -x45849 -x45850 -x45851 -x45852 -x45853 -x45854 -x45855 -x45856 -x45857 -x45858 -x45859 -x45860 -x45861 -x45862 -x45863 -x45864 -x45865 -x45866 -x45867 -x45868 -x45869 -x45870 -x45871 -x45872 -x45873 -x45874 -x45875 -x45876 -x45877 -x45878 -x45879 -x45880 -x45881 -x45882 -x45883 -x45884 -x45885 -x45886 -x45887 -x45888 -x45889 -x45890 -x45891 -x45892 -x45893 -x45894 -x45895 -x45896 -x45897 -x45898 -x45899 -x45900 -x45901 -x45902 -x45903 -x45904 -x45905 -x45906 -x45907 -x45908 -x45909 -x45910 -x45911 -x45912 -x45913 -x45914 -x45915 -x45916 -x45917 -x45918 -x45919 -x45920 -x45921 -x45922 -x45923 -x45924 -x45925 -x45926 -x45927 -x45928 -x45929 -x45930 -x45931 -x45932 -x45933 -x45934 -x45935 -x45936 -x45937 -x45938 -x45939 -x45940 -x45941 -x45942 -x45943 -x45944 -x45945 -x45946 -x45947 -x45948 -x45949 -x45950 -x45951 -x45952 -x45953 -x45954 -x45955 -x45956 -x45957 -x45958 -x45959 -x45960 -x45961 -x45962 -x45963 -x45964 -x45965 -x45966 -x45967 -x45968 -x45969 -x45970 -x45971 -x45972 -x45973 -x45974 -x45975 -x45976 -x45977 -x45978 -x45979 -x45980 -x45981 -x45982 -x45983 -x45984 -x45985 -x45986 -x45987 -x45988 -x45989 -x45990 -x45991 -x45992 -x45993 -x45994 -x45995 -x45996 -x45997 -x45998 -x45999 -x46000 -x46001 -x46002 -x46003 -x46004 -x46005 -x46006 -x46007 -x46008 -x46009 -x46010 -x46011 -x46012 -x46013 -x46014 -x46015 -x46016 -x46017 -x46018 -x46019 -x46020 -x46021 -x46022 -x46023 -x46024 -x46025 -x46026 -x46027 -x46028 -x46029 -x46030 -x46031 -x46032 -x46033 -x46034 -x46035 -x46036 -x46037 -x46038 -x46039 -x46040 -x46041 -x46042 -x46043 -x46044 -x46045 -x46046 -x46047 -x46048 -x46049 -x46050 -x46051 -x46052 -x46053 -x46054 -x46055 -x46056 -x46057 -x46058 -x46059 -x46060 -x46061 -x46062 -x46063 -x46064 -x46065 -x46066 -x46067 -x46068 -x46069 -x46070 -x46071 -x46072 -x46073 -x46074 -x46075 -x46076 -x46077 -x46078 -x46079 -x46080 -x46081 -x46082 -x46083 -x46084 -x46085 -x46086 -x46087 -x46088 -x46089 -x46090 -x46091 -x46092 -x46093 -x46094 -x46095 -x46096 -x46097 -x46098 -x46099 -x46100 -x46101 -x46102 -x46103 -x46104 -x46105 -x46106 -x46107 -x46108 -x46109 -x46110 -x46111 -x46112 -x46113 -x46114 -x46115 -x46116 -x46117 -x46118 -x46119 -x46120 -x46121 -x46122 -x46123 -x46124 -x46125 -x46126 -x46127 -x46128 -x46129 -x46130 -x46131 -x46132 -x46133 -x46134 -x46135 -x46136 -x46137 -x46138 -x46139 -x46140 -x46141 -x46142 -x46143 -x46144 -x46145 -x46146 -x46147 -x46148 -x46149 -x46150 -x46151 -x46152 -x46153 -x46154 -x46155 -x46156 -x46157 -x46158 -x46159 -x46160 -x46161 -x46162 -x46163 -x46164 -x46165 -x46166 -x46167 -x46168 -x46169 -x46170 -x46171 -x46172 -x46173 -x46174 -x46175 -x46176 -x46177 -x46178 -x46179 -x46180 -x46181 -x46182 -x46183 -x46184 -x46185 -x46186 -x46187 -x46188 -x46189 -x46190 -x46191 -x46192 -x46193 -x46194 -x46195 -x46196 -x46197 -x46198 -x46199 -x46200 -x46201 -x46202 -x46203 -x46204 -x46205 -x46206 -x46207 -x46208 -x46209 -x46210 -x46211 -x46212 -x46213 -x46214 -x46215 -x46216 -x46217 -x46218 -x46219 -x46220 -x46221 -x46222 -x46223 -x46224 -x46225 -x46226 -x46275 -x46276 -x46277 -x46278 -x46279 -x46280 -x46281 -x46282 -x46283 -x46284 -x46285 -x46286 -x46287 -x46288 -x46289 -x46290 -x46291 -x46292 -x46293 -x46294 -x46295 -x46296 -x46297 -x46298 -x46299 -x46300 -x46301 -x46302 -x46303 -x46304 -x46305 -x46306 -x46307 -x46308 -x46309 -x46310 -x46311 -x46312 -x46313 -x46314 -x46315 -x46316 -x46317 -x46318 -x46319 -x46320 -x46321 -x46322 -x46323 -x46324 -x46325 -x46326 -x46327 -x46328 -x46329 -x46330 -x46331 -x46332 -x46333 -x46334 -x46335 -x46336 -x46337 -x46338 -x46339 -x46340 -x46341 -x46342 -x46343 -x46344 -x46345 -x46346 -x46347 -x46348 -x46349 -x46350 -x46351 -x46352 -x46353 -x46354 -x46355 -x46356 -x46357 -x46358 -x46359 -x46360 -x46361 -x46362 -x46363 -x46364 -x46365 -x46366 -x46367 -x46368 -x46369 -x46370 -x46371 -x46372 -x46373 -x46374 -x46375 -x46376 -x46377 -x46378 -x46379 -x46380 -x46381 -x46382 -x46383 -x46384 -x46385 -x46386 -x46387 -x46388 -x46389 -x46390 -x46391 -x46392 -x46393 -x46394 -x46395 -x46396 -x46397 -x46398 -x46399 -x46400 -x46401 -x46402 -x46403 -x46404 -x46405 -x46406 -x46407 -x46408 -x46409 -x46410 -x46411 -x46412 -x46413 -x46414 -x46415 -x46416 -x46417 -x46418 -x46419 -x46420 -x46421 -x46422 -x46423 -x46424 -x46425 -x46426 -x46427 -x46428 -x46429 -x46430 -x46431 -x46432 -x46433 -x46434 -x46435 -x46436 -x46437 -x46438 -x46439 -x46440 -x46441 -x46442 -x46443 -x46444 -x46445 -x46446 -x46447 -x46448 -x46449 -x46450 -x46451 -x46452 -x46453 -x46454 -x46455 -x46456 -x46457 -x46458 -x46459 -x46460 -x46461 -x46462 -x46463 -x46464 -x46465 -x46466 -x46467 -x46468 -x46469 -x46470 -x46471 -x46472 -x46473 -x46474 -x46475 -x46476 -x46477 -x46478 -x46479 -x46480 -x46481 -x46482 -x46483 -x46484 -x46485 -x46486 -x46487 -x46488 -x46489 -x46490 -x46491 -x46492 -x46493 -x46494 -x46495 -x46496 -x46497 -x46498 -x46499 -x46500 -x46501 -x46502 -x46503 -x46504 -x46505 -x46506 -x46507 -x46508 -x46509 -x46510 -x46511 -x46512 -x46513 -x46514 -x46515 -x46516 -x46517 -x46518 -x46519 -x46520 -x46521 -x46522 -x46523 -x46524 -x46525 -x46526 -x46527 -x46528 -x46529 -x46530 -x46531 -x46532 -x46533 -x46534 -x46535 -x46536 -x46537 -x46538 -x46539 -x46540 -x46541 -x46542 -x46543 -x46544 -x46545 -x46546 -x46547 -x46548 x46549 -x46550 -x46551 -x46552 -x46553 -x46554 -x46555 -x46556 -x46557 -x46558 -x46559 -x46560 -x46561 -x46562 -x46563 -x46564 -x46565 -x46566 -x46567 -x46568 -x46569 -x46570 -x46571 -x46572 -x46573 -x46574 -x46575 -x46576 -x46577 -x46578 -x46579 -x46580 -x46581 -x46582 -x46583 -x46584 -x46585 -x46586 -x46587 -x46588 -x46589 -x46590 -x46591 -x46592 -x46593 -x46594 -x46595 -x46596 -x46597 -x46598 -x46599 -x46600 -x46601 -x46602 -x46603 -x46604 -x46605 -x46606 -x46607 -x46608 -x46609 -x46610 -x46611 -x46612 -x46613 -x46614 -x46615 -x46616 -x46617 -x46618 -x46619 -x46620 -x46621 -x46622 -x46623 -x46624 -x46625 -x46626 -x46627 -x46628 -x46629 -x46630 -x46631 -x46632 -x46633 -x46634 -x46635 -x46636 -x46637 -x46638 -x46639 -x46640 -x46641 -x46642 -x46643 -x46644 -x46645 -x46646 -x46647 -x46648 -x46649 -x46650 -x46651 -x46652 -x46653 -x46654 -x46655 -x46656 -x46657 -x46658 -x46659 -x46660 -x46661 -x46662 -x46663 -x46664 -x46665 -x46666 -x46667 -x46668 -x46669 -x46670 -x46671 -x46672 -x46673 -x46674 -x46675 -x46676 -x46677 -x46678 -x46679 -x46680 -x46681 -x46682 -x46683 -x46684 -x46685 -x46686 -x46687 -x46688 -x46689 -x46690 -x46691 -x46692 -x46693 -x46694 -x46695 -x46696 -x46697 -x46698 -x46699 -x46700 -x46701 -x46702 -x46703 -x46704 -x46705 -x46706 -x46707 -x46708 -x46709 -x46710 -x46711 -x46712 -x46713 -x46714 -x46715 -x46716 -x46717 -x46718 -x46719 -x46720 -x46721 -x46722 -x46723 -x46724 -x46725 -x46726 -x46727 -x46728 -x46729 -x46730 -x46731 -x46732 -x46733 -x46734 -x46735 -x46736 -x46737 -x46738 -x46739 -x46740 -x46741 -x46742 -x46743 -x46744 -x46745 -x46746 -x46747 -x46748 -x46749 -x46750 -x46751 -x46752 -x46753 -x46754 -x46803 -x46804 -x46805 -x46806 -x46807 -x46808 -x46809 -x46810 -x46811 -x46812 -x46813 -x46814 -x46815 -x46816 -x46817 -x46818 -x46819 -x46820 -x46821 -x46822 -x46823 -x46824 -x46825 -x46826 -x46827 -x46828 -x46829 -x46830 -x46831 -x46832 -x46833 -x46834 -x46835 -x46836 -x46837 -x46838 -x46839 -x46840 -x46841 -x46842 -x46843 -x46844 -x46845 -x46846 -x46847 -x46848 -x46849 -x46850 -x47571 -x47572 -x47573 -x47574 -x47575 -x47576 -x47577 -x47578 -x47579 -x47580 -x47581 -x47582 -x47583 -x47584 -x47585 -x47586 -x47587 -x47588 -x47589 -x47590 -x47591 -x47592 -x47593 -x47594 -x47595 -x47596 -x47597 -x47598 -x47599 -x47600 -x47601 -x47602 -x47603 -x47604 -x47605 -x47606 -x47607 -x47608 -x47609 -x47610 -x47611 -x47612 -x47613 -x47614 -x47615 -x47616 -x47617 -x47618 -x48051 -x48052 -x48053 -x48054 -x48055 -x48056 -x48057 -x48058 -x48059 -x48060 -x48061 -x48062 -x48063 -x48064 -x48065 -x48066 -x48067 -x48068 -x48069 -x48070 -x48071 -x48072 -x48073 -x48074 -x48075 -x48076 -x48077 -x48078 -x48079 -x48080 -x48081 -x48082 -x48083 -x48084 -x48085 -x48086 -x48087 -x48088 -x48089 -x48090 -x48091 -x48092 -x48093 -x48094 -x48095 -x48096 -x48097 -x48098 -x48579 -x48580 -x48581 -x48582 -x48583 -x48584 -x48585 -x48586 -x48587 -x48588 -x48589 -x48590 -x48591 -x48592 -x48593 -x48594 -x48595 -x48596 -x48597 -x48598 -x48599 -x48600 -x48601 -x48602 -x48603 -x48604 -x48605 -x48606 -x48607 -x48608 -x48609 -x48610 -x48611 -x48612 -x48613 -x48614 -x48615 -x48616 -x48617 -x48618 -x48619 -x48620 -x48621 -x48622 -x48623 -x48624 -x48625 -x48626 -x49107 -x49108 -x49109 -x49110 -x49111 -x49112 -x49113 -x49114 -x49115 -x49116 -x49117 -x49118 -x49119 -x49120 -x49121 -x49122 -x49123 -x49124 -x49125 -x49126 -x49127 -x49128 -x49129 -x49130 -x49131 -x49132 -x49133 -x49134 -x49135 -x49136 -x49137 -x49138 -x49139 -x49140 -x49141 -x49142 -x49143 -x49144 -x49145 -x49146 -x49147 -x49148 -x49149 -x49150 -x49151 -x49152 -x49153 -x49154 -x49203 -x49204 -x49205 -x49206 -x49207 -x49208 -x49209 -x49210 -x49211 -x49212 -x49213 -x49214 -x49215 -x49216 -x49217 -x49218 -x49219 -x49220 -x49221 -x49222 -x49223 -x49224 -x49225 -x49226 -x49227 -x49228 -x49229 -x49230 -x49231 -x49232 -x49233 -x49234 -x49235 -x49236 -x49237 -x49238 -x49239 -x49240 -x49241 -x49242 -x49243 -x49244 -x49245 -x49246 -x49247 -x49248 -x49249 -x49250 -x49251 -x49252 -x49253 -x49254 -x49255 -x49256 -x49257 -x49258 -x49259 -x49260 -x49261 -x49262 -x49263 -x49264 -x49265 -x49266 -x49267 -x49268 -x49269 -x49270 -x49271 -x49272 -x49273 -x49274 -x49275 -x49276 -x49277 -x49278 -x49279 -x49280 -x49281 -x49282 -x49283 -x49284 -x49285 -x49286 -x49287 -x49288 -x49289 -x49290 -x49291 -x49292 -x49293 -x49294 -x49295 -x49296 -x49297 -x49298 -x49299 -x49300 -x49301 -x49302 -x49303 -x49304 -x49305 -x49306 -x49307 -x49308 -x49309 -x49310 -x49311 -x49312 -x49313 -x49314 -x49315 -x49316 -x49317 -x49318 -x49319 -x49320 -x49321 -x49322 -x49323 -x49324 -x49325 -x49326 -x49327 -x49328 -x49329 -x49330 -x49331 -x49332 -x49333 -x49334 -x49335 -x49336 -x49337 -x49338 -x49339 -x49340 -x49341 -x49342 -x49343 -x49344 -x49345 -x49346 -x49347 -x49348 -x49349 -x49350 -x49351 -x49352 -x49353 -x49354 -x49355 -x49356 -x49357 -x49358 -x49359 -x49360 -x49361 -x49362 -x49363 -x49364 -x49365 -x49366 -x49367 -x49368 -x49369 -x49370 -x49371 -x49372 -x49373 -x49374 -x49375 -x49376 -x49377 -x49378 -x49379 -x49380 -x49381 -x49382 -x49383 -x49384 -x49385 -x49386 -x49387 -x49388 -x49389 -x49390 -x49391 -x49392 -x49393 -x49394 -x49395 -x49396 -x49397 -x49398 -x49399 -x49400 -x49401 -x49402 -x49403 -x49404 -x49405 -x49406 -x49407 -x49408 -x49409 -x49410 -x49411 -x49412 -x49413 -x49414 -x49415 -x49416 -x49417 -x49418 -x49419 -x49420 -x49421 -x49422 -x49423 -x49424 -x49425 -x49426 -x49427 -x49428 -x49429 -x49430 -x49431 -x49432 -x49433 -x49434 -x49435 -x49436 -x49437 -x49438 -x49439 -x49440 -x49441 -x49442 -x47091 -x47092 -x47093 -x47094 -x47095 -x47096 -x47097 -x47098 -x47099 -x47100 -x47101 -x47102 -x47103 -x47104 -x47105 -x47106 -x47107 -x47108 -x47109 -x47110 -x47111 -x47112 -x47113 -x47114 -x47115 -x47116 -x47117 -x47118 -x47119 -x47120 -x47121 -x47122 -x47123 -x47124 -x47125 -x47126 -x47127 -x47128 -x47129 -x47130 -x47131 -x47132 -x47133 -x47134 -x47135 -x47136 -x47137 -x47138 -x47139 -x47140 -x47141 -x47142 -x47143 -x47144 -x47145 -x47146 -x47147 -x47148 -x47149 -x47150 -x47151 -x47152 -x47153 -x47154 -x47155 -x47156 -x47157 -x47158 -x47159 -x47160 -x47161 -x47162 -x47163 -x47164 -x47165 -x47166 -x47167 -x47168 -x47169 -x47170 -x47171 -x47172 -x47173 -x47174 -x47175 -x47176 -x47177 -x47178 -x47179 -x47180 -x47181 -x47182 -x47183 -x47184 -x47185 -x47186 -x47187 -x47188 -x47189 -x47190 -x47191 -x47192 -x47193 -x47194 -x47195 -x47196 -x47197 -x47198 -x47199 -x47200 -x47201 -x47202 -x47203 -x47204 -x47205 -x47206 -x47207 -x47208 -x47209 -x47210 -x47211 -x47212 -x47213 -x47214 -x47215 -x47216 -x47217 -x47218 -x47219 -x47220 -x47221 -x47222 -x47223 -x47224 -x47225 -x47226 -x47227 -x47228 -x47229 -x47230 -x47231 -x47232 -x47233 -x47234 -x47235 -x47236 -x47237 -x47238 -x47239 -x47240 -x47241 -x47242 -x47243 -x47244 -x47245 -x47246 -x47247 -x47248 -x47249 -x47250 -x47251
3600.03/3614.43	v -x47252 -x47253 -x47254 -x47255 -x47256 -x47257 -x47258 -x47259 -x47260 -x47261 -x47262 -x47263 -x47264 -x47265 -x47266 -x47267 -x47268 -x47269 -x47270 -x47271 -x47272 -x47273 x47274 -x47275 -x47276 -x47277 -x47278 -x47279 -x47280 -x47281 -x47282 -x47283 -x47284 -x47285 -x47286 -x47287 -x47288 -x47289 -x47290 -x47291 -x47292 -x47293 -x47294 -x47295 -x47296 -x47297 -x47298 -x47299 -x47300 -x47301 -x47302 -x47303 -x47304 -x47305 -x47306 -x47307 -x47308 -x47309 -x47310 -x47311 -x47312 -x47313 -x47314 -x47315 -x47316 -x47317 -x47318 -x47319 -x47320 -x47321 -x47322 -x47323 -x47324 -x47325 -x47326 -x47327 -x47328 -x47329 -x47330 -x47331 -x47332 -x47333 -x47334 -x47335 -x47336 -x47337 -x47338 -x47339 -x47340 -x47341 -x47342 -x47343 -x47344 -x47345 -x47346 -x47347 -x47348 -x47349 -x47350 -x47351 -x47352 -x47353 -x47354 -x47355 -x47356 -x47357 -x47358 -x47359 -x47360 -x47361 -x47362 -x47363 -x47364 -x47365 -x47366 -x47367 -x47368 -x47369 -x47370 -x47371 -x47372 -x47373 -x47374 -x47375 -x47376 -x47377 -x47378 -x47379 -x47380 -x47381 -x47382 -x47383 -x47384 -x47385 -x47386 -x47387 -x47388 -x47389 -x47390 -x47391 -x47392 -x47393 -x47394 -x47395 -x47396 -x47397 -x47398 -x47399 -x47400 -x47401 -x47402 -x47403 -x47404 -x47405 -x47406 -x47407 -x47408 -x47409 -x47410 -x47411 -x47412 -x47413 -x47414 -x47415 -x47416 -x47417 -x47418 -x47419 -x47420 -x47421 -x47422 -x47423 -x47424 -x47425 -x47426 -x47427 -x47428 -x47429 -x47430 -x47431 -x47432 -x47433 -x47434 -x47435 -x47436 -x47437 -x47438 -x47439 -x47440 -x47441 -x47442 -x47443 -x47444 -x47445 -x47446 -x47447 -x47448 -x47449 -x47450 -x47451 -x47452 -x47453 -x47454 -x47455 -x47456 -x47457 -x47458 -x47459 -x47460 -x47461 -x47462 -x47463 -x47464 -x47465 -x47466 -x47467 -x47468 -x47469 -x47470 -x47471 -x47472 -x47473 -x47474 -x47475 -x47476 -x47477 -x47478 -x47479 -x47480 -x47481 -x47482 -x47483 -x47484 -x47485 -x47486 -x47487 -x47488 -x47489 -x47490 -x47491 -x47492 -x47493 -x47494 -x47495 -x47496 -x47497 -x47498 -x47499 -x47500 -x47501 -x47502 -x47503 -x47504 -x47505 -x47506 -x47507 -x47508 -x47509 -x47510 -x47511 -x47512 -x47513 -x47514 -x47515 -x47516 -x47517 -x47518 -x47519 -x47520 -x47521 -x47522 -x47523 -x47524 -x47525 -x47526 -x47527 -x47528 -x47529 -x47530 -x47531 -x47532 -x47533 -x47534 -x47535 -x47536 -x47537 -x47538 -x47539 -x47540 -x47541 -x47542 -x47543 -x47544 -x47545 -x47546 -x47547 -x47548 -x47549 -x47550 -x47551 -x47552 -x47553 -x47554 -x47555 -x47556 -x47557 -x47558 -x47559 -x47560 -x47561 -x47562 -x47563 -x47564 -x47565 -x47566 -x47567 -x47568 -x47569 -x47570 -x47619 -x47620 -x47621 -x47622 -x47623 -x47624 -x47625 -x47626 -x47627 -x47628 -x47629 -x47630 -x47631 -x47632 -x47633 -x47634 -x47635 -x47636 -x47637 -x47638 -x47639 -x47640 -x47641 -x47642 -x47643 -x47644 -x47645 -x47646 -x47647 -x47648 -x47649 -x47650 -x47651 -x47652 -x47653 -x47654 -x47655 -x47656 -x47657 -x47658 -x47659 -x47660 -x47661 -x47662 -x47663 -x47664 -x47665 -x47666 -x47667 -x47668 -x47669 -x47670 -x47671 -x47672 -x47673 -x47674 -x47675 -x47676 -x47677 -x47678 -x47679 -x47680 -x47681 -x47682 -x47683 -x47684 -x47685 -x47686 -x47687 -x47688 -x47689 -x47690 -x47691 -x47692 -x47693 -x47694 -x47695 -x47696 -x47697 -x47698 -x47699 -x47700 -x47701 -x47702 -x47703 -x47704 -x47705 -x47706 -x47707 -x47708 -x47709 -x47710 -x47711 -x47712 -x47713 -x47714 -x47715 -x47716 -x47717 -x47718 -x47719 -x47720 -x47721 -x47722 -x47723 -x47724 -x47725 -x47726 -x47727 -x47728 -x47729 -x47730 -x47731 -x47732 -x47733 -x47734 -x47735 -x47736 -x47737 -x47738 -x47739 -x47740 -x47741 -x47742 -x47743 -x47744 -x47745 -x47746 -x47747 -x47748 -x47749 -x47750 -x47751 -x47752 -x47753 -x47754 -x47755 -x47756 -x47757 -x47758 -x47759 -x47760 -x47761 -x47762 -x47763 -x47764 -x47765 -x47766 -x47767 -x47768 -x47769 -x47770 -x47771 -x47772 -x47773 -x47774 -x47775 -x47776 -x47777 -x47778 -x47779 -x47780 -x47781 -x47782 -x47783 -x47784 -x47785 -x47786 -x47787 -x47788 -x47789 -x47790 -x47791 -x47792 -x47793 -x47794 -x47795 -x47796 -x47797 -x47798 -x47799 -x47800 -x47801 -x47802 -x47803 -x47804 -x47805 -x47806 -x47807 -x47808 -x47809 -x47810 -x47811 -x47812 -x47813 -x47814 -x47815 -x47816 -x47817 -x47818 -x47819 -x47820 -x47821 -x47822 -x47823 -x47824 -x47825 -x47826 -x47827 -x47828 -x47829 -x47830 -x47831 -x47832 -x47833 -x47834 -x47835 -x47836 -x47837 -x47838 -x47839 -x47840 -x47841 -x47842 -x47843 -x47844 -x47845 -x47846 -x47847 -x47848 -x47849 -x47850 -x47851 -x47852 -x47853 -x47854 -x47855 -x47856 -x47857 -x47858 -x47859 -x47860 -x47861 -x47862 -x47863 -x47864 -x47865 -x47866 -x47867 -x47868 -x47869 -x47870 -x47871 -x47872 -x47873 -x47874 -x47875 -x47876 -x47877 -x47878 -x47879 -x47880 -x47881 -x47882 -x47883 -x47884 -x47885 -x47886 -x47887 -x47888 -x47889 -x47890 -x47891 -x47892 -x47893 -x47894 -x47895 -x47896 -x47897 -x47898 -x47899 -x47900 -x47901 -x47902 -x47903 -x47904 -x47905 -x47906 -x47907 -x47908 -x47909 -x47910 -x47911 -x47912 -x47913 -x47914 -x47915 -x47916 -x47917 -x47918 -x47919 -x47920 -x47921 -x47922 -x47923 -x47924 -x47925 -x47926 -x47927 -x47928 -x47929 -x47930 -x47931 -x47932 -x47933 -x47934 -x47935 -x47936 -x47937 -x47938 -x47939 -x47940 -x47941 -x47942 -x47943 -x47944 -x47945 -x47946 -x47947 -x47948 -x47949 -x47950 -x47951 -x47952 -x47953 -x47954 -x47955 -x47956 -x47957 -x47958 -x47959 -x47960 -x47961 -x47962 -x47963 -x47964 -x47965 -x47966 -x47967 -x47968 -x47969 -x47970 -x47971 -x47972 -x47973 -x47974 -x47975 -x47976 -x47977 -x47978 -x47979 -x47980 -x47981 -x47982 -x47983 -x47984 -x47985 -x47986 -x47987 -x47988 -x47989 -x47990 -x47991 -x47992 -x47993 x47994 -x47995 -x47996 -x47997 -x47998 -x47999 -x48000 -x48001 -x48002 -x48003 -x48004 -x48005 -x48006 -x48007 -x48008 -x48009 -x48010 -x48011 -x48012 -x48013 -x48014 -x48015 -x48016 -x48017 -x48018 -x48019 -x48020 -x48021 -x48022 -x48023 -x48024 -x48025 -x48026 -x48027 -x48028 -x48029 -x48030 -x48031 -x48032 -x48033 -x48034 -x48035 -x48036 -x48037 -x48038 -x48039 -x48040 -x48041 -x48042 -x48043 -x48044 -x48045 -x48046 -x48047 -x48048 -x48049 -x48050 -x48099 -x48100 -x48101 -x48102 -x48103 -x48104 -x48105 -x48106 -x48107 -x48108 -x48109 -x48110 -x48111 -x48112 -x48113 -x48114 -x48115 -x48116 -x48117 -x48118 -x48119 -x48120 -x48121 -x48122 -x48123 -x48124 -x48125 -x48126 -x48127 -x48128 -x48129 -x48130 -x48131 -x48132 -x48133 -x48134 -x48135 -x48136 -x48137 -x48138 -x48139 -x48140 -x48141 -x48142 -x48143 -x48144 -x48145 -x48146 -x48147 -x48148 -x48149 -x48150 -x48151 -x48152 -x48153 -x48154 -x48155 -x48156 -x48157 -x48158 -x48159 -x48160 -x48161 -x48162 -x48163 -x48164 -x48165 -x48166 -x48167 -x48168 -x48169 -x48170 -x48171 -x48172 -x48173 -x48174 -x48175 -x48176 -x48177 -x48178 -x48179 -x48180 -x48181 -x48182 -x48183 -x48184 -x48185 -x48186 -x48187 -x48188 -x48189 -x48190 -x48191 -x48192 -x48193 -x48194 -x48195 -x48196 -x48197 -x48198 -x48199 -x48200 -x48201 -x48202 -x48203 -x48204 -x48205 -x48206 -x48207 -x48208 -x48209 -x48210 -x48211 -x48212 -x48213 -x48214 -x48215 -x48216 -x48217 -x48218 -x48219 -x48220 -x48221 -x48222 -x48223 -x48224 -x48225 -x48226 -x48227 -x48228 -x48229 -x48230 -x48231 -x48232 -x48233 -x48234 -x48235 -x48236 -x48237 -x48238 -x48239 -x48240 -x48241 -x48242 -x48243 -x48244 -x48245 -x48246 -x48247 -x48248 -x48249 -x48250 -x48251 -x48252 -x48253 -x48254 -x48255 -x48256 -x48257 -x48258 -x48259 -x48260 -x48261 -x48262 -x48263 -x48264 -x48265 -x48266 -x48267 -x48268 -x48269 -x48270 -x48271 -x48272 -x48273 -x48274 -x48275 -x48276 -x48277 -x48278 -x48279 -x48280 -x48281 -x48282 -x48283 -x48284 -x48285 -x48286 -x48287 -x48288 -x48289 -x48290 -x48291 -x48292 -x48293 -x48294 -x48295 -x48296 -x48297 -x48298 -x48299 -x48300 -x48301 -x48302 -x48303 -x48304 -x48305 -x48306 -x48307 -x48308 -x48309 -x48310 -x48311 -x48312 -x48313 -x48314 -x48315 -x48316 -x48317 -x48318 -x48319 -x48320 -x48321 -x48322 -x48323 -x48324 -x48325 -x48326 -x48327 -x48328 -x48329 x48330 -x48331 -x48332 -x48333 -x48334 -x48335 -x48336 -x48337 -x48338 -x48339 -x48340 -x48341 -x48342 -x48343 -x48344 -x48345 -x48346 -x48347 -x48348 -x48349 -x48350 -x48351 -x48352 -x48353 -x48354 -x48355 -x48356 -x48357 -x48358 -x48359 -x48360 -x48361 -x48362 -x48363 -x48364 -x48365 -x48366 -x48367 -x48368 -x48369 -x48370 -x48371 -x48372 -x48373 -x48374 -x48375 -x48376 -x48377 -x48378 -x48379 -x48380 -x48381 -x48382 -x48383 -x48384 -x48385 -x48386 -x48387 -x48388 -x48389 -x48390 -x48391 -x48392 -x48393 -x48394 -x48395 -x48396 -x48397 -x48398 -x48399 -x48400 -x48401 -x48402 -x48403 -x48404 -x48405 -x48406 -x48407 -x48408 -x48409 -x48410 -x48411 -x48412 -x48413 -x48414 -x48415 -x48416 -x48417 -x48418 -x48419 -x48420 -x48421 -x48422 -x48423 -x48424 -x48425 -x48426 -x48427 -x48428 -x48429 -x48430 -x48431 -x48432 -x48433 -x48434 -x48435 -x48436 -x48437 -x48438 -x48439 -x48440 -x48441 -x48442 -x48443 -x48444 -x48445 -x48446 -x48447 -x48448 -x48449 -x48450 -x48451 -x48452 -x48453 -x48454 -x48455 -x48456 -x48457 -x48458 -x48459 -x48460 -x48461 -x48462 -x48463 -x48464 -x48465 -x48466 -x48467 -x48468 -x48469 -x48470 -x48471 -x48472 -x48473 -x48474 -x48475 -x48476 -x48477 -x48478 -x48479 -x48480 -x48481 -x48482 -x48483 -x48484 -x48485 -x48486 -x48487 -x48488 -x48489 -x48490 -x48491 -x48492 -x48493 -x48494 -x48495 -x48496 -x48497 -x48498 -x48499 -x48500 -x48501 -x48502 -x48503 -x48504 -x48505 -x48506 -x48507 -x48508 -x48509 -x48510 -x48511 -x48512 -x48513 -x48514 -x48515 -x48516 -x48517 -x48518 -x48519 -x48520 -x48521 -x48522 -x48523 -x48524 -x48525 -x48526 -x48527 -x48528 -x48529 -x48530 -x48531 -x48532 -x48533 -x48534 -x48535 -x48536 -x48537 -x48538 -x48539 -x48540 -x48541 -x48542 -x48543 -x48544 -x48545 -x48546 -x48547 -x48548 -x48549 -x48550 -x48551 -x48552 -x48553 -x48554 -x48555 -x48556 -x48557 -x48558 -x48559 -x48560 -x48561 -x48562 -x48563 -x48564 -x48565 -x48566 -x48567 -x48568 -x48569 x48570 -x48571 -x48572 -x48573 -x48574 -x48575 -x48576 -x48577 -x48578 -x48627 -x48628 -x48629 -x48630 -x48631 -x48632 -x48633 -x48634 -x48635 -x48636 -x48637 -x48638 -x48639 -x48640 -x48641 -x48642 -x48643 -x48644 -x48645 -x48646 -x48647 -x48648 -x48649 -x48650 -x48651 -x48652 -x48653 -x48654 -x48655 -x48656 -x48657 -x48658 -x48659 -x48660 -x48661 -x48662 -x48663 -x48664 -x48665 -x48666 -x48667 -x48668 -x48669 -x48670 -x48671 -x48672 -x48673 -x48674 -x48675 -x48676 -x48677 -x48678 -x48679 -x48680 -x48681 -x48682 -x48683 -x48684 -x48685 -x48686 -x48687 -x48688 -x48689 -x48690 -x48691 -x48692 -x48693 -x48694 -x48695 -x48696 -x48697 -x48698 -x48699 -x48700 -x48701 -x48702 -x48703 -x48704 -x48705 -x48706 -x48707 -x48708 -x48709 -x48710 -x48711 -x48712 -x48713 x48714 -x48715 -x48716 -x48717 -x48718 -x48719 -x48720 -x48721 -x48722 -x48723 -x48724 -x48725 -x48726 -x48727 -x48728 -x48729 -x48730 -x48731 -x48732 -x48733 -x48734 -x48735 -x48736 -x48737 -x48738 -x48739 -x48740 -x48741 -x48742 -x48743 -x48744 -x48745 -x48746 -x48747 -x48748 -x48749 -x48750 -x48751 -x48752 -x48753 -x48754 -x48755 -x48756 -x48757 -x48758 -x48759 -x48760 -x48761 -x48762 -x48763 -x48764 -x48765 -x48766 -x48767 -x48768 -x48769 -x48770 -x48771 -x48772 -x48773 -x48774 -x48775 -x48776 -x48777 -x48778 -x48779 -x48780 -x48781 -x48782 -x48783 -x48784 -x48785 -x48786 -x48787 -x48788 -x48789 -x48790 -x48791 -x48792 -x48793 -x48794 -x48795 -x48796 -x48797 -x48798 -x48799 -x48800 -x48801 -x48802 -x48803 -x48804 -x48805 -x48806 -x48807 -x48808 -x48809 -x48810 -x48811 -x48812 -x48813 -x48814 -x48815 -x48816 -x48817 -x48818 -x48819 -x48820 -x48821 -x48822 -x48823 -x48824 -x48825 -x48826 -x48827 -x48828 -x48829 -x48830 -x48831 -x48832 -x48833 -x48834 -x48835 -x48836 -x48837 -x48838 -x48839 -x48840 -x48841 -x48842 -x48843 -x48844 -x48845 -x48846 -x48847 -x48848 -x48849 -x48850 -x48851 -x48852 -x48853 -x48854 -x48855 -x48856 -x48857 -x48858 -x48859 -x48860 -x48861 -x48862 -x48863 -x48864 -x48865 -x48866 -x48867 -x48868 -x48869 -x48870 -x48871 -x48872 -x48873 -x48874 -x48875 -x48876 -x48877 -x48878 -x48879 -x48880 -x48881 -x48882 -x48883 -x48884 -x48885 -x48886 -x48887 -x48888 -x48889 -x48890 -x48891 -x48892 -x48893 -x48894 -x48895 -x48896 -x48897 -x48898 -x48899 -x48900 -x48901 -x48902 -x48903 -x48904 -x48905 -x48906 -x48907 -x48908 -x48909 -x48910 -x48911 -x48912 -x48913 -x48914 -x48915 -x48916 -x48917 -x48918 -x48919 -x48920 -x48921 -x48922 -x48923 -x48924 -x48925 -x48926 -x48927 -x48928 -x48929 -x48930 -x48931 -x48932 -x48933 -x48934 -x48935 -x48936 -x48937 -x48938 -x48939 -x48940 -x48941 -x48942 -x48943 -x48944 -x48945 -x48946 -x48947 -x48948 -x48949 -x48950 -x48951 -x48952 -x48953 -x48954 x48955 -x48956 -x48957 -x48958 -x48959 -x48960 -x48961 -x48962 -x48963 -x48964 -x48965 -x48966 -x48967 -x48968 -x48969 -x48970 -x48971 -x48972 -x48973 -x48974 -x48975 -x48976 -x48977 -x48978 -x48979 -x48980 -x48981 -x48982 -x48983 -x48984 -x48985 -x48986 -x48987 -x48988 -x48989 -x48990 -x48991 -x48992 -x48993 -x48994 -x48995 -x48996 -x48997 -x48998 -x48999 -x49000 -x49001 -x49002 x49003 -x49004 -x49005 -x49006 -x49007 -x49008 -x49009 -x49010 -x49011 -x49012 -x49013 -x49014 -x49015 -x49016 -x49017 -x49018 -x49019 -x49020 -x49021 -x49022 -x49023 -x49024 -x49025 -x49026 -x49027 -x49028 -x49029 -x49030 -x49031 -x49032 -x49033 -x49034 -x49035 -x49036 -x49037 -x49038 -x49039 -x49040 -x49041 -x49042 -x49043 -x49044 -x49045 -x49046 -x49047 -x49048 -x49049 -x49050 -x49051 -x49052 -x49053 -x49054 -x49055 -x49056 -x49057 -x49058 -x49059 -x49060 -x49061 -x49062 -x49063 -x49064 -x49065 -x49066 -x49067 -x49068 -x49069 -x49070 -x49071 -x49072 -x49073 -x49074 -x49075 -x49076 -x49077 -x49078 -x49079 -x49080 -x49081 -x49082 -x49083 -x49084 -x49085 -x49086 -x49087 -x49088 -x49089 -x49090 -x49091 -x49092 -x49093 -x49094 -x49095 -x49096 -x49097 -x49098 -x49099 -x49100 -x49101 -x49102 -x49103 -x49104 -x49105 -x49106 -x49155 -x49156 -x49157 -x49158 -x49159 -x49160 -x49161 -x49162 -x49163 -x49164 -x49165 -x49166 -x49167 -x49168 -x49169 -x49170 -x49171 -x49172 -x49173 -x49174 -x49175 -x49176 -x49177 -x49178 -x49179 -x49180 -x49181 -x49182 -x49183 -x49184 -x49185 -x49186 -x49187 -x49188 -x49189 -x49190 -x49191 -x49192 -x49193 -x49194 x49195 -x49196 -x49197 -x49198 -x49199 -x49200 -x49201 -x49202 -x52275 -x52276 -x52277 -x52278 -x52279 -x52280 -x52281 -x52282 -x52283 -x52284 -x52285 -x52286 -x52287 -x52288 -x52289 -x52290 -x52291 -x52292 -x52293 -x52294 -x52295 -x52296 -x52297 -x52298 -x52299 -x52300 -x52301 -x52302 -x52303 -x52304 -x52305 -x52306 -x52307 -x52308 -x52309 -x52310 -x52311 -x52312 -x52313 -x52314 -x52315 -x52316 -x52317 -x52318 -x52319 -x52320 -x52321 -x52322 -x52803 -x52804 -x52805 -x52806 -x52807 -x52808 -x52809 -x52810 -x52811 -x52812 -x52813 -x52814 -x52815 -x52816 -x52817 -x52818 -x52819 -x52820 -x52821 -x52822 -x52823 -x52824 -x52825 -x52826 -x52827 -x52828 -x52829 -x52830 -x52831 -x52832 -x52833 -x52834 -x52835 -x52836 -x52837 -x52838 -x52839 -x52840 -x52841 -x52842 -x52843 -x52844 -x52845 -x52846 -x52847 -x52848 -x52849 -x52850 -x53283 -x53284 -x53285 -x53286 -x53287 -x53288 -x53289 -x53290 -x53291 -x53292 -x53293 -x53294 -x53295 -x53296 -x53297 -x53298 -x53299 -x53300 -x53301 -x53302 -x53303 -x53304 -x53305 -x53306 -x53307 -x53308 -x53309 -x53310 -x53311 -x53312 -x53313 -x53314 -x53315 -x53316 -x53317 -x53318 -x53319 -x53320 -x53321 -x53322 -x53323 -x53324 -x53325 -x53326 -x53327 -x53328 -x53329 -x53330 -x53811 -x53812 -x53813 -x53814 -x53815 -x53816 -x53817 -x53818 -x53819 -x53820 -x53821 -x53822 -x53823 -x53824 -x53825 -x53826 -x53827 -x53828 -x53829 -x53830 -x53831 -x53832 -x53833 -x53834 -x53835 -x53836 -x53837 -x53838 -x53839 -x53840 -x53841 -x53842 -x53843 -x53844 -x53845 -x53846 -x53847 -x53848 -x53849 -x53850 -x53851 -x53852 -x53853 -x53854 -x53855 -x53856 -x53857 -x53858 -x53907 -x53908 -x53909 -x53910 -x53911 -x53912 -x53913 -x53914 -x53915 -x53916 -x53917 -x53918 -x53919 -x53920 -x53921 -x53922 -x53923 -x53924 -x53925 -x53926 -x53927 -x53928 -x53929 -x53930 -x53931 -x53932 -x53933 -x53934 -x53935 -x53936 -x53937 -x53938 -x53939 -x53940 -x53941 -x53942 -x53943 -x53944 -x53945 -x53946 -x53947 -x53948 -x53949 -x53950 -x53951 -x53952 -x53953 -x53954 -x53955
3600.03/3614.43	v -x53956 -x53957 -x53958 -x53959 -x53960 -x53961 -x53962 -x53963 -x53964 -x53965 -x53966 -x53967 -x53968 -x53969 -x53970 -x53971 -x53972 -x53973 -x53974 -x53975 -x53976 -x53977 -x53978 -x53979 -x53980 -x53981 -x53982 -x53983 -x53984 -x53985 -x53986 -x53987 -x53988 -x53989 -x53990 -x53991 -x53992 -x53993 -x53994 -x53995 -x53996 -x53997 -x53998 -x53999 -x54000 -x54001 -x54002 -x54003 -x54004 -x54005 -x54006 -x54007 -x54008 -x54009 -x54010 -x54011 -x54012 -x54013 -x54014 -x54015 -x54016 -x54017 -x54018 -x54019 -x54020 -x54021 -x54022 -x54023 -x54024 -x54025 -x54026 -x54027 -x54028 -x54029 -x54030 -x54031 -x54032 -x54033 -x54034 -x54035 -x54036 -x54037 -x54038 -x54039 -x54040 -x54041 -x54042 -x54043 -x54044 -x54045 -x54046 -x54047 -x54048 -x54049 -x54050 -x54051 -x54052 -x54053 -x54054 -x54055 -x54056 -x54057 -x54058 -x54059 -x54060 -x54061 -x54062 -x54063 -x54064 -x54065 -x54066 -x54067 -x54068 -x54069 -x54070 -x54071 -x54072 -x54073 -x54074 -x54075 -x54076 -x54077 -x54078 -x54079 -x54080 -x54081 -x54082 -x54083 -x54084 -x54085 -x54086 -x54087 -x54088 -x54089 -x54090 -x54091 -x54092 -x54093 -x54094 -x54095 -x54096 -x54097 -x54098 -x54099 -x54100 -x54101 -x54102 -x54103 -x54104 -x54105 -x54106 -x54107 -x54108 -x54109 -x54110 -x54111 -x54112 -x54113 -x54114 -x54115 -x54116 -x54117 -x54118 -x54119 -x54120 -x54121 -x54122 -x54123 -x54124 -x54125 -x54126 -x54127 -x54128 -x54129 -x54130 -x54131 -x54132 -x54133 -x54134 -x54135 -x54136 -x54137 -x54138 -x54139 -x54140 -x54141 -x54142 -x54143 -x54144 -x54145 -x54146 -x51795 -x51796 -x51797 -x51798 -x51799 -x51800 -x51801 -x51802 -x51803 -x51804 -x51805 -x51806 -x51807 -x51808 -x51809 -x51810 -x51811 -x51812 -x51813 -x51814 -x51815 -x51816 -x51817 -x51818 -x51819 -x51820 -x51821 -x51822 -x51823 -x51824 x51825 -x51826 -x51827 -x51828 -x51829 -x51830 -x51831 -x51832 -x51833 -x51834 -x51835 -x51836 -x51837 -x51838 -x51839 -x51840 -x51841 -x51842 -x51843 -x51844 -x51845 -x51846 -x51847 -x51848 -x51849 -x51850 -x51851 -x51852 -x51853 -x51854 -x51855 -x51856 -x51857 -x51858 -x51859 -x51860 -x51861 -x51862 -x51863 -x51864 -x51865 -x51866 -x51867 -x51868 -x51869 -x51870 -x51871 -x51872 -x51873 -x51874 -x51875 -x51876 -x51877 -x51878 -x51879 -x51880 -x51881 -x51882 -x51883 -x51884 -x51885 -x51886 -x51887 -x51888 -x51889 -x51890 -x51891 -x51892 -x51893 -x51894 -x51895 -x51896 -x51897 -x51898 -x51899 -x51900 -x51901 -x51902 -x51903 -x51904 -x51905 -x51906 -x51907 -x51908 -x51909 -x51910 -x51911 -x51912 -x51913 -x51914 -x51915 -x51916 -x51917 -x51918 -x51919 -x51920 -x51921 -x51922 -x51923 -x51924 -x51925 -x51926 -x51927 -x51928 -x51929 -x51930 -x51931 -x51932 -x51933 -x51934 -x51935 -x51936 -x51937 -x51938 -x51939 -x51940 -x51941 -x51942 -x51943 -x51944 -x51945 -x51946 -x51947 -x51948 -x51949 -x51950 -x51951 -x51952 -x51953 -x51954 -x51955 -x51956 -x51957 -x51958 -x51959 -x51960 -x51961 -x51962 -x51963 -x51964 -x51965 -x51966 -x51967 -x51968 -x51969 -x51970 -x51971 -x51972 -x51973 -x51974 -x51975 -x51976 -x51977 -x51978 -x51979 -x51980 -x51981 -x51982 -x51983 -x51984 -x51985 -x51986 -x51987 -x51988 -x51989 -x51990 -x51991 -x51992 -x51993 -x51994 -x51995 -x51996 -x51997 -x51998 -x51999 -x52000 -x52001 -x52002 -x52003 -x52004 -x52005 -x52006 -x52007 -x52008 -x52009 -x52010 -x52011 -x52012 -x52013 -x52014 -x52015 -x52016 -x52017 -x52018 -x52019 -x52020 -x52021 -x52022 -x52023 -x52024 -x52025 -x52026 -x52027 -x52028 -x52029 -x52030 -x52031 -x52032 -x52033 -x52034 -x52035 -x52036 -x52037 -x52038 -x52039 -x52040 -x52041 -x52042 -x52043 -x52044 -x52045 -x52046 -x52047 -x52048 -x52049 -x52050 -x52051 -x52052 -x52053 -x52054 -x52055 -x52056 -x52057 -x52058 -x52059 -x52060 -x52061 -x52062 -x52063 -x52064 -x52065 -x52066 -x52067 -x52068 -x52069 -x52070 -x52071 -x52072 -x52073 -x52074 -x52075 -x52076 -x52077 -x52078 -x52079 -x52080 -x52081 -x52082 -x52083 -x52084 -x52085 -x52086 -x52087 -x52088 -x52089 -x52090 -x52091 -x52092 -x52093 -x52094 -x52095 -x52096 -x52097 -x52098 -x52099 -x52100 -x52101 -x52102 -x52103 -x52104 -x52105 -x52106 -x52107 -x52108 -x52109 -x52110 -x52111 -x52112 -x52113 -x52114 -x52115 -x52116 -x52117 -x52118 -x52119 -x52120 -x52121 -x52122 -x52123 -x52124 -x52125 -x52126 -x52127 -x52128 -x52129 -x52130 -x52131 -x52132 -x52133 -x52134 -x52135 -x52136 -x52137 -x52138 -x52139 -x52140 -x52141 -x52142 -x52143 -x52144 -x52145 -x52146 -x52147 -x52148 -x52149 -x52150 -x52151 -x52152 -x52153 -x52154 -x52155 -x52156 -x52157 -x52158 -x52159 -x52160 -x52161 -x52162 -x52163 -x52164 -x52165 -x52166 -x52167 -x52168 -x52169 -x52170 -x52171 -x52172 -x52173 -x52174 -x52175 -x52176 -x52177 -x52178 -x52179 -x52180 -x52181 -x52182 -x52183 -x52184 -x52185 -x52186 -x52187 -x52188 -x52189 -x52190 -x52191 -x52192 -x52193 -x52194 -x52195 -x52196 -x52197 -x52198 -x52199 -x52200 -x52201 -x52202 -x52203 -x52204 -x52205 -x52206 -x52207 -x52208 -x52209 -x52210 -x52211 -x52212 -x52213 -x52214 -x52215 -x52216 -x52217 -x52218 -x52219 -x52220 -x52221 -x52222 -x52223 -x52224 -x52225 -x52226 -x52227 -x52228 -x52229 -x52230 -x52231 -x52232 -x52233 -x52234 -x52235 -x52236 -x52237 -x52238 -x52239 -x52240 -x52241 -x52242 -x52243 -x52244 -x52245 -x52246 -x52247 -x52248 -x52249 -x52250 -x52251 -x52252 -x52253 -x52254 -x52255 -x52256 x52257 -x52258 -x52259 -x52260 -x52261 -x52262 -x52263 -x52264 -x52265 -x52266 -x52267 -x52268 -x52269 -x52270 -x52271 -x52272 -x52273 -x52274 -x52323 -x52324 -x52325 -x52326 -x52327 -x52328 -x52329 -x52330 -x52331 -x52332 -x52333 -x52334 -x52335 -x52336 -x52337 -x52338 -x52339 -x52340 -x52341 -x52342 -x52343 -x52344 -x52345 -x52346 -x52347 -x52348 -x52349 -x52350 -x52351 -x52352 -x52353 -x52354 -x52355 -x52356 -x52357 -x52358 -x52359 -x52360 -x52361 -x52362 -x52363 -x52364 -x52365 -x52366 -x52367 -x52368 -x52369 -x52370 -x52371 -x52372 -x52373 -x52374 -x52375 -x52376 -x52377 -x52378 -x52379 -x52380 -x52381 -x52382 -x52383 -x52384 -x52385 -x52386 -x52387 -x52388 -x52389 -x52390 -x52391 -x52392 -x52393 -x52394 -x52395 -x52396 -x52397 -x52398 -x52399 -x52400 -x52401 -x52402 -x52403 -x52404 -x52405 -x52406 -x52407 -x52408 -x52409 -x52410 -x52411 -x52412 -x52413 -x52414 -x52415 -x52416 -x52417 -x52418 -x52419 -x52420 -x52421 -x52422 -x52423 -x52424 -x52425 -x52426 -x52427 -x52428 -x52429 -x52430 -x52431 -x52432 -x52433 -x52434 -x52435 -x52436 -x52437 -x52438 -x52439 -x52440 -x52441 -x52442 -x52443 -x52444 -x52445 -x52446 -x52447 -x52448 x52449 -x52450 -x52451 -x52452 -x52453 -x52454 -x52455 -x52456 -x52457 -x52458 -x52459 -x52460 -x52461 -x52462 -x52463 -x52464 -x52465 -x52466 -x52467 -x52468 -x52469 -x52470 -x52471 -x52472 -x52473 -x52474 -x52475 -x52476 -x52477 -x52478 -x52479 -x52480 -x52481 -x52482 -x52483 -x52484 -x52485 -x52486 -x52487 -x52488 -x52489 -x52490 -x52491 -x52492 -x52493 -x52494 -x52495 -x52496 x52497 -x52498 -x52499 -x52500 -x52501 -x52502 -x52503 -x52504 -x52505 -x52506 -x52507 -x52508 -x52509 -x52510 -x52511 -x52512 -x52513 -x52514 -x52515 -x52516 -x52517 -x52518 -x52519 -x52520 -x52521 -x52522 -x52523 -x52524 -x52525 -x52526 -x52527 -x52528 -x52529 -x52530 -x52531 -x52532 -x52533 -x52534 -x52535 -x52536 -x52537 -x52538 -x52539 -x52540 -x52541 -x52542 -x52543 -x52544 x52545 -x52546 -x52547 -x52548 -x52549 -x52550 -x52551 -x52552 -x52553 -x52554 -x52555 -x52556 -x52557 -x52558 -x52559 -x52560 -x52561 -x52562 -x52563 -x52564 -x52565 -x52566 -x52567 -x52568 -x52569 -x52570 -x52571 -x52572 -x52573 -x52574 -x52575 -x52576 -x52577 -x52578 -x52579 -x52580 -x52581 -x52582 -x52583 -x52584 -x52585 -x52586 -x52587 -x52588 -x52589 -x52590 -x52591 -x52592 -x52593 -x52594 -x52595 -x52596 -x52597 -x52598 -x52599 -x52600 -x52601 -x52602 -x52603 -x52604 -x52605 -x52606 -x52607 -x52608 -x52609 -x52610 -x52611 -x52612 -x52613 -x52614 -x52615 -x52616 -x52617 -x52618 -x52619 -x52620 -x52621 -x52622 -x52623 -x52624 -x52625 -x52626 -x52627 -x52628 -x52629 -x52630 -x52631 -x52632 -x52633 -x52634 -x52635 -x52636 -x52637 -x52638 -x52639 -x52640 -x52641 -x52642 -x52643 -x52644 -x52645 -x52646 -x52647 -x52648 -x52649 -x52650 -x52651 -x52652 -x52653 -x52654 -x52655 -x52656 -x52657 -x52658 -x52659 -x52660 -x52661 -x52662 -x52663 -x52664 -x52665 -x52666 -x52667 -x52668 -x52669 -x52670 -x52671 -x52672 -x52673 -x52674 -x52675 -x52676 -x52677 -x52678 -x52679 -x52680 -x52681 -x52682 -x52683 -x52684 -x52685 -x52686 -x52687 -x52688 -x52689 -x52690 -x52691 -x52692 -x52693 -x52694 -x52695 -x52696 -x52697 -x52698 -x52699 -x52700 -x52701 -x52702 -x52703 -x52704 -x52705 -x52706 -x52707 -x52708 -x52709 -x52710 -x52711 -x52712 -x52713 -x52714 -x52715 -x52716 -x52717 -x52718 -x52719 -x52720 -x52721 -x52722 -x52723 -x52724 -x52725 -x52726 -x52727 -x52728 -x52729 -x52730 -x52731 -x52732 -x52733 -x52734 -x52735 -x52736 -x52737 -x52738 -x52739 -x52740 -x52741 -x52742 -x52743 -x52744 -x52745 -x52746 -x52747 -x52748 -x52749 -x52750 -x52751 -x52752 -x52753 -x52754 -x52755 -x52756 -x52757 -x52758 -x52759 -x52760 -x52761 -x52762 -x52763 -x52764 -x52765 -x52766 -x52767 -x52768 -x52769 -x52770 -x52771 -x52772 -x52773 -x52774 -x52775 -x52776 -x52777 -x52778 -x52779 -x52780 -x52781 -x52782 -x52783 -x52784 -x52785 -x52786 -x52787 -x52788 -x52789 -x52790 -x52791 -x52792 -x52793 -x52794 -x52795 -x52796 -x52797 -x52798 -x52799 -x52800 -x52801 -x52802 -x52851 -x52852 -x52853 -x52854 -x52855 -x52856 -x52857 -x52858 -x52859 -x52860 -x52861 -x52862 -x52863 -x52864 -x52865 -x52866 -x52867 -x52868 -x52869 -x52870 -x52871 -x52872 -x52873 -x52874 -x52875 -x52876 -x52877 -x52878 -x52879 -x52880 x52881 -x52882 -x52883 -x52884 -x52885 -x52886 -x52887 -x52888 -x52889 -x52890 -x52891 -x52892 -x52893 -x52894 -x52895 -x52896 -x52897 -x52898 -x52899 -x52900 -x52901 -x52902 -x52903 -x52904 -x52905 -x52906 -x52907 -x52908 -x52909 -x52910 -x52911 -x52912 -x52913 -x52914 -x52915 -x52916 -x52917 -x52918 -x52919 -x52920 -x52921 -x52922 -x52923 -x52924 -x52925 -x52926 -x52927 -x52928 -x52929 -x52930 -x52931 -x52932 -x52933 -x52934 -x52935 -x52936 -x52937 -x52938 -x52939 -x52940 -x52941 -x52942 -x52943 -x52944 -x52945 -x52946 -x52947 -x52948 -x52949 -x52950 -x52951 -x52952 -x52953 -x52954 -x52955 -x52956 -x52957 -x52958 -x52959 -x52960 -x52961 -x52962 -x52963 -x52964 -x52965 -x52966 -x52967 -x52968 -x52969 -x52970 -x52971 -x52972 -x52973 -x52974 -x52975 -x52976 -x52977 -x52978 -x52979 -x52980 -x52981 -x52982 -x52983 -x52984 -x52985 -x52986 -x52987 -x52988 -x52989 -x52990 -x52991 -x52992 -x52993 -x52994 -x52995 -x52996 -x52997 -x52998 -x52999 -x53000 -x53001 -x53002 -x53003 -x53004 -x53005 -x53006 -x53007 -x53008 -x53009 -x53010 -x53011 -x53012 -x53013 -x53014 -x53015 -x53016 -x53017 -x53018 -x53019 -x53020 -x53021 -x53022 -x53023 -x53024 -x53025 -x53026 -x53027 -x53028 -x53029 -x53030 -x53031 -x53032 -x53033 -x53034 -x53035 -x53036 -x53037 -x53038 -x53039 -x53040 -x53041 -x53042 -x53043 -x53044 -x53045 -x53046 -x53047 -x53048 -x53049 -x53050 -x53051 -x53052 -x53053 -x53054 -x53055 -x53056 -x53057 -x53058 -x53059 -x53060 -x53061 -x53062 -x53063 -x53064 -x53065 -x53066 -x53067 -x53068 -x53069 -x53070 -x53071 -x53072 -x53073 x53074 -x53075 -x53076 -x53077 -x53078 -x53079 -x53080 -x53081 -x53082 -x53083 -x53084 -x53085 -x53086 -x53087 -x53088 -x53089 -x53090 -x53091 -x53092 -x53093 -x53094 -x53095 -x53096 -x53097 -x53098 -x53099 -x53100 -x53101 -x53102 -x53103 -x53104 -x53105 -x53106 -x53107 -x53108 -x53109 -x53110 -x53111 -x53112 -x53113 -x53114 -x53115 -x53116 -x53117 -x53118 -x53119 -x53120 -x53121 -x53122 -x53123 -x53124 -x53125 -x53126 -x53127 -x53128 -x53129 -x53130 -x53131 -x53132 -x53133 -x53134 -x53135 -x53136 -x53137 -x53138 -x53139 -x53140 -x53141 -x53142 -x53143 -x53144 -x53145 -x53146 -x53147 -x53148 -x53149 -x53150 -x53151 -x53152 -x53153 -x53154 -x53155 -x53156 -x53157 -x53158 -x53159 -x53160 -x53161 -x53162 -x53163 -x53164 -x53165 -x53166 -x53167 -x53168 -x53169 -x53170 -x53171 -x53172 -x53173 -x53174 -x53175 -x53176 -x53177 -x53178 -x53179 -x53180 -x53181 -x53182 -x53183 -x53184 -x53185 -x53186 -x53187 -x53188 -x53189 -x53190 -x53191 -x53192 -x53193 -x53194 -x53195 -x53196 -x53197 -x53198 -x53199 -x53200 -x53201 -x53202 -x53203 -x53204 -x53205 -x53206 -x53207 -x53208 -x53209 -x53210 -x53211 -x53212 -x53213 -x53214 -x53215 -x53216 -x53217 -x53218 -x53219 -x53220 -x53221 -x53222 -x53223 -x53224 -x53225 -x53226 -x53227 -x53228 -x53229 -x53230 -x53231 -x53232 -x53233 -x53234 -x53235 -x53236 -x53237 -x53238 -x53239 -x53240 -x53241 -x53242 -x53243 -x53244 -x53245 -x53246 -x53247 -x53248 -x53249 -x53250 -x53251 -x53252 -x53253 -x53254 -x53255 -x53256 -x53257 -x53258 -x53259 -x53260 -x53261 -x53262 -x53263 -x53264 -x53265 -x53266 -x53267 -x53268 -x53269 -x53270 -x53271 -x53272 -x53273 -x53274 -x53275 -x53276 -x53277 -x53278 -x53279 -x53280 -x53281 -x53282 -x53331 -x53332 -x53333 -x53334 -x53335 -x53336 -x53337 -x53338 -x53339 -x53340 -x53341 -x53342 -x53343 -x53344 -x53345 -x53346 -x53347 -x53348 -x53349 -x53350 -x53351 -x53352 -x53353 -x53354 -x53355 -x53356 -x53357 -x53358 -x53359 -x53360 -x53361 -x53362 -x53363 -x53364 -x53365 -x53366 -x53367 -x53368 -x53369 -x53370 -x53371 -x53372 -x53373 -x53374 -x53375 -x53376 -x53377 -x53378 -x53379 -x53380 -x53381 -x53382 -x53383 -x53384 -x53385 -x53386 -x53387 -x53388 -x53389 -x53390 -x53391 -x53392 -x53393 -x53394 -x53395 -x53396 -x53397 -x53398 -x53399 -x53400 -x53401 -x53402 -x53403 -x53404 -x53405 -x53406 -x53407 -x53408 -x53409 -x53410 -x53411 -x53412 -x53413 -x53414 -x53415 -x53416 -x53417 -x53418 -x53419 -x53420 -x53421 -x53422 -x53423 -x53424 -x53425 -x53426 -x53427 -x53428 -x53429 -x53430 -x53431 -x53432 -x53433 -x53434 -x53435 -x53436 -x53437 -x53438 -x53439 -x53440 -x53441 -x53442 -x53443 -x53444 -x53445 -x53446 -x53447 -x53448 -x53449 -x53450 -x53451 -x53452 -x53453 -x53454 -x53455 -x53456 -x53457 -x53458 -x53459 -x53460 -x53461 -x53462 -x53463 -x53464 -x53465 -x53466 -x53467 -x53468 -x53469 -x53470 -x53471 -x53472 -x53473 -x53474 -x53475 -x53476 -x53477 -x53478 -x53479 -x53480 -x53481 -x53482 -x53483 -x53484 -x53485 -x53486 -x53487 -x53488 -x53489 -x53490 -x53491 -x53492 -x53493 -x53494 -x53495 -x53496 -x53497 -x53498 -x53499 -x53500 -x53501 -x53502 -x53503 -x53504 -x53505 -x53506 -x53507 -x53508 -x53509 -x53510 -x53511 -x53512 -x53513 -x53514 -x53515 -x53516 -x53517 -x53518 -x53519 -x53520 -x53521 -x53522 -x53523 -x53524 -x53525 -x53526 -x53527 -x53528 -x53529 -x53530 -x53531 -x53532 -x53533 -x53534 -x53535 -x53536 -x53537 -x53538 -x53539 -x53540 -x53541 -x53542 -x53543 -x53544 -x53545 -x53546 -x53547 -x53548 -x53549 -x53550 -x53551 -x53552 -x53553 -x53554 -x53555 -x53556 -x53557 -x53558 -x53559 -x53560 -x53561 -x53562 -x53563 -x53564 -x53565 -x53566 -x53567 -x53568 -x53569 -x53570 -x53571 -x53572 -x53573 -x53574 -x53575 -x53576 -x53577 -x53578 -x53579 -x53580 -x53581 -x53582 -x53583 -x53584 -x53585 -x53586 -x53587 -x53588 -x53589 -x53590 -x53591 -x53592 -x53593 -x53594 -x53595 -x53596 -x53597 -x53598 -x53599 -x53600 -x53601 -x53602 -x53603 -x53604 -x53605 -x53606 -x53607 -x53608 -x53609 -x53610 -x53611 -x53612 -x53613 -x53614 -x53615 -x53616 -x53617 -x53618 -x53619 -x53620 -x53621 -x53622 -x53623 -x53624 -x53625 -x53626 -x53627 -x53628 -x53629 -x53630 -x53631 -x53632 -x53633 -x53634 -x53635 -x53636 -x53637 -x53638 -x53639 -x53640 -x53641 -x53642 -x53643 -x53644 -x53645 -x53646 -x53647 -x53648 -x53649 -x53650 -x53651 -x53652 -x53653 -x53654 -x53655 -x53656 -x53657 -x53658 -x53659 -x53660 -x53661 -x53662 -x53663 -x53664 -x53665 -x53666 -x53667 -x53668 -x53669 -x53670 -x53671 -x53672 -x53673 -x53674 -x53675 -x53676 -x53677 -x53678 -x53679 -x53680 -x53681 -x53682 -x53683 -x53684 -x53685 -x53686 -x53687 -x53688 -x53689 -x53690 -x53691 -x53692 -x53693 -x53694 -x53695 -x53696 -x53697 -x53698 -x53699 -x53700 -x53701 -x53702 -x53703 -x53704 -x53705 -x53706 -x53707 -x53708 -x53709 -x53710 -x53711 -x53712 -x53713 -x53714 -x53715 -x53716 -x53717 -x53718 -x53719 -x53720 -x53721 -x53722 -x53723 -x53724 -x53725 -x53726 -x53727 -x53728 -x53729 -x53730 -x53731 -x53732 -x53733 -x53734 -x53735 -x53736 -x53737 -x53738 -x53739 -x53740 -x53741 -x53742 -x53743 -x53744 -x53745 -x53746 -x53747
3600.03/3614.43	v -x53748 -x53749 -x53750 -x53751 -x53752 -x53753 -x53754 -x53755 -x53756 -x53757 -x53758 -x53759 -x53760 -x53761 -x53762 -x53763 -x53764 -x53765 -x53766 -x53767 -x53768 -x53769 -x53770 -x53771 -x53772 -x53773 -x53774 -x53775 -x53776 -x53777 -x53778 -x53779 -x53780 -x53781 -x53782 -x53783 -x53784 -x53785 -x53786 -x53787 -x53788 -x53789 -x53790 -x53791 -x53792 -x53793 x53794 -x53795 -x53796 -x53797 -x53798 -x53799 -x53800 -x53801 -x53802 -x53803 -x53804 -x53805 -x53806 -x53807 -x53808 -x53809 -x53810 -x53859 -x53860 -x53861 -x53862 -x53863 -x53864 -x53865 -x53866 -x53867 -x53868 -x53869 -x53870 -x53871 -x53872 -x53873 -x53874 -x53875 -x53876 -x53877 -x53878 -x53879 -x53880 -x53881 -x53882 -x53883 -x53884 -x53885 -x53886 -x53887 -x53888 -x53889 -x53890 -x53891 -x53892 -x53893 -x53894 -x53895 -x53896 -x53897 -x53898 -x53899 -x53900 -x53901 -x53902 -x53903 -x53904 -x53905 -x53906 -x54627 -x54628 -x54629 -x54630 -x54631 -x54632 -x54633 -x54634 -x54635 -x54636 -x54637 -x54638 -x54639 -x54640 -x54641 -x54642 -x54643 -x54644 -x54645 -x54646 -x54647 -x54648 -x54649 -x54650 -x54651 -x54652 -x54653 -x54654 -x54655 -x54656 -x54657 -x54658 -x54659 -x54660 -x54661 -x54662 -x54663 -x54664 -x54665 -x54666 -x54667 -x54668 -x54669 -x54670 -x54671 -x54672 -x54673 -x54674 -x55155 -x55156 -x55157 -x55158 -x55159 -x55160 -x55161 -x55162 -x55163 -x55164 -x55165 -x55166 -x55167 -x55168 -x55169 -x55170 -x55171 -x55172 -x55173 -x55174 -x55175 -x55176 -x55177 -x55178 -x55179 -x55180 -x55181 -x55182 -x55183 -x55184 -x55185 -x55186 -x55187 -x55188 -x55189 -x55190 -x55191 -x55192 -x55193 -x55194 -x55195 -x55196 -x55197 -x55198 -x55199 -x55200 -x55201 -x55202 -x55635 -x55636 -x55637 -x55638 -x55639 -x55640 -x55641 -x55642 -x55643 -x55644 -x55645 -x55646 -x55647 -x55648 -x55649 -x55650 -x55651 -x55652 -x55653 -x55654 -x55655 -x55656 -x55657 -x55658 -x55659 -x55660 -x55661 -x55662 -x55663 -x55664 -x55665 -x55666 -x55667 -x55668 -x55669 -x55670 -x55671 -x55672 -x55673 -x55674 -x55675 -x55676 -x55677 -x55678 -x55679 -x55680 -x55681 -x55682 -x56163 -x56164 -x56165 -x56166 -x56167 -x56168 -x56169 -x56170 -x56171 -x56172 -x56173 -x56174 -x56175 -x56176 -x56177 -x56178 -x56179 -x56180 -x56181 -x56182 -x56183 -x56184 -x56185 -x56186 -x56187 -x56188 -x56189 -x56190 -x56191 -x56192 -x56193 -x56194 -x56195 -x56196 -x56197 -x56198 -x56199 -x56200 -x56201 -x56202 -x56203 -x56204 -x56205 -x56206 -x56207 -x56208 -x56209 -x56210 -x56259 -x56260 -x56261 -x56262 -x56263 -x56264 -x56265 -x56266 -x56267 -x56268 -x56269 -x56270 -x56271 -x56272 -x56273 -x56274 -x56275 -x56276 -x56277 -x56278 -x56279 -x56280 -x56281 -x56282 -x56283 -x56284 -x56285 -x56286 -x56287 -x56288 -x56289 -x56290 -x56291 -x56292 -x56293 -x56294 -x56295 -x56296 -x56297 -x56298 -x56299 -x56300 -x56301 -x56302 -x56303 -x56304 -x56305 -x56306 -x56307 -x56308 -x56309 -x56310 -x56311 -x56312 -x56313 -x56314 -x56315 -x56316 -x56317 -x56318 -x56319 -x56320 -x56321 -x56322 -x56323 -x56324 -x56325 -x56326 -x56327 -x56328 -x56329 -x56330 -x56331 -x56332 -x56333 -x56334 -x56335 -x56336 -x56337 -x56338 -x56339 -x56340 -x56341 -x56342 -x56343 -x56344 -x56345 -x56346 -x56347 -x56348 -x56349 -x56350 -x56351 -x56352 -x56353 -x56354 -x56355 -x56356 -x56357 -x56358 -x56359 -x56360 -x56361 -x56362 -x56363 -x56364 -x56365 -x56366 -x56367 -x56368 -x56369 -x56370 -x56371 -x56372 -x56373 -x56374 -x56375 -x56376 -x56377 -x56378 -x56379 -x56380 -x56381 -x56382 -x56383 -x56384 -x56385 -x56386 -x56387 -x56388 -x56389 -x56390 -x56391 -x56392 -x56393 -x56394 -x56395 -x56396 -x56397 -x56398 -x56399 -x56400 -x56401 -x56402 -x56403 -x56404 -x56405 -x56406 -x56407 -x56408 -x56409 -x56410 -x56411 -x56412 -x56413 -x56414 -x56415 -x56416 -x56417 -x56418 -x56419 -x56420 -x56421 -x56422 -x56423 -x56424 -x56425 -x56426 -x56427 -x56428 -x56429 -x56430 -x56431 -x56432 -x56433 -x56434 -x56435 -x56436 -x56437 -x56438 -x56439 -x56440 -x56441 -x56442 -x56443 -x56444 -x56445 -x56446 -x56447 -x56448 -x56449 -x56450 -x56451 -x56452 -x56453 -x56454 -x56455 -x56456 -x56457 -x56458 -x56459 -x56460 -x56461 -x56462 -x56463 -x56464 -x56465 -x56466 -x56467 -x56468 -x56469 -x56470 -x56471 -x56472 -x56473 -x56474 -x56475 -x56476 -x56477 -x56478 -x56479 -x56480 -x56481 -x56482 -x56483 -x56484 -x56485 -x56486 -x56487 -x56488 -x56489 -x56490 -x56491 -x56492 -x56493 -x56494 -x56495 -x56496 -x56497 -x56498 -x54147 -x54148 -x54149 -x54150 -x54151 -x54152 -x54153 -x54154 -x54155 -x54156 -x54157 -x54158 -x54159 -x54160 -x54161 -x54162 -x54163 -x54164 -x54165 -x54166 -x54167 -x54168 -x54169 -x54170 -x54171 -x54172 -x54173 -x54174 -x54175 -x54176 x54177 -x54178 -x54179 -x54180 -x54181 -x54182 -x54183 -x54184 -x54185 -x54186 -x54187 -x54188 -x54189 -x54190 -x54191 -x54192 -x54193 -x54194 -x54195 -x54196 -x54197 -x54198 -x54199 -x54200 -x54201 -x54202 -x54203 -x54204 -x54205 -x54206 -x54207 -x54208 -x54209 -x54210 -x54211 -x54212 -x54213 -x54214 -x54215 -x54216 -x54217 -x54218 -x54219 -x54220 -x54221 -x54222 -x54223 -x54224 -x54225 -x54226 -x54227 -x54228 -x54229 -x54230 -x54231 -x54232 -x54233 -x54234 -x54235 -x54236 -x54237 -x54238 -x54239 -x54240 -x54241 -x54242 -x54243 -x54244 -x54245 -x54246 -x54247 -x54248 -x54249 -x54250 -x54251 -x54252 -x54253 -x54254 -x54255 -x54256 -x54257 -x54258 -x54259 -x54260 -x54261 -x54262 -x54263 -x54264 -x54265 -x54266 -x54267 -x54268 -x54269 -x54270 -x54271 -x54272 -x54273 -x54274 -x54275 -x54276 -x54277 -x54278 -x54279 -x54280 -x54281 -x54282 -x54283 -x54284 -x54285 -x54286 -x54287 -x54288 -x54289 -x54290 -x54291 -x54292 -x54293 -x54294 -x54295 -x54296 -x54297 -x54298 -x54299 -x54300 -x54301 -x54302 -x54303 -x54304 -x54305 -x54306 -x54307 -x54308 -x54309 -x54310 -x54311 -x54312 -x54313 -x54314 -x54315 -x54316 -x54317 -x54318 -x54319 -x54320 -x54321 -x54322 -x54323 -x54324 -x54325 -x54326 -x54327 -x54328 -x54329 -x54330 -x54331 -x54332 -x54333 -x54334 -x54335 -x54336 -x54337 -x54338 -x54339 -x54340 -x54341 -x54342 -x54343 -x54344 -x54345 -x54346 -x54347 -x54348 -x54349 -x54350 -x54351 -x54352 -x54353 -x54354 -x54355 -x54356 -x54357 -x54358 -x54359 -x54360 -x54361 -x54362 -x54363 -x54364 -x54365 -x54366 -x54367 -x54368 -x54369 -x54370 -x54371 -x54372 -x54373 -x54374 -x54375 -x54376 -x54377 -x54378 -x54379 -x54380 -x54381 -x54382 -x54383 -x54384 -x54385 -x54386 -x54387 -x54388 -x54389 -x54390 -x54391 -x54392 -x54393 -x54394 -x54395 -x54396 -x54397 -x54398 -x54399 -x54400 -x54401 -x54402 -x54403 -x54404 -x54405 -x54406 -x54407 -x54408 -x54409 -x54410 -x54411 -x54412 -x54413 -x54414 -x54415 -x54416 -x54417 -x54418 -x54419 -x54420 -x54421 -x54422 -x54423 -x54424 -x54425 -x54426 -x54427 -x54428 -x54429 -x54430 -x54431 -x54432 -x54433 -x54434 -x54435 -x54436 -x54437 -x54438 -x54439 -x54440 -x54441 -x54442 -x54443 -x54444 -x54445 -x54446 -x54447 -x54448 -x54449 -x54450 -x54451 -x54452 -x54453 -x54454 -x54455 -x54456 -x54457 -x54458 -x54459 -x54460 -x54461 -x54462 -x54463 -x54464 -x54465 -x54466 -x54467 -x54468 -x54469 -x54470 -x54471 -x54472 -x54473 -x54474 -x54475 -x54476 -x54477 -x54478 -x54479 -x54480 -x54481 -x54482 -x54483 -x54484 -x54485 -x54486 -x54487 -x54488 -x54489 -x54490 -x54491 -x54492 -x54493 -x54494 -x54495 -x54496 -x54497 -x54498 -x54499 -x54500 -x54501 -x54502 -x54503 -x54504 -x54505 -x54506 -x54507 -x54508 -x54509 -x54510 -x54511 -x54512 -x54513 -x54514 -x54515 -x54516 -x54517 -x54518 -x54519 -x54520 -x54521 -x54522 -x54523 -x54524 -x54525 -x54526 -x54527 -x54528 -x54529 -x54530 -x54531 -x54532 -x54533 -x54534 -x54535 -x54536 -x54537 -x54538 -x54539 -x54540 -x54541 -x54542 -x54543 -x54544 -x54545 -x54546 -x54547 -x54548 -x54549 -x54550 -x54551 -x54552 -x54553 -x54554 -x54555 -x54556 -x54557 -x54558 -x54559 -x54560 -x54561 -x54562 -x54563 -x54564 -x54565 -x54566 -x54567 -x54568 -x54569 -x54570 -x54571 -x54572 -x54573 -x54574 -x54575 -x54576 -x54577 -x54578 -x54579 -x54580 -x54581 -x54582 -x54583 -x54584 -x54585 -x54586 -x54587 -x54588 -x54589 -x54590 -x54591 -x54592 -x54593 -x54594 -x54595 -x54596 -x54597 -x54598 -x54599 -x54600 -x54601 -x54602 -x54603 -x54604 -x54605 -x54606 -x54607 -x54608 x54609 -x54610 -x54611 -x54612 -x54613 -x54614 -x54615 -x54616 -x54617 -x54618 -x54619 -x54620 -x54621 -x54622 -x54623 -x54624 -x54625 -x54626 -x54675 -x54676 -x54677 -x54678 -x54679 -x54680 -x54681 -x54682 -x54683 -x54684 -x54685 -x54686 -x54687 -x54688 -x54689 -x54690 -x54691 -x54692 -x54693 -x54694 -x54695 -x54696 -x54697 -x54698 -x54699 -x54700 -x54701 -x54702 -x54703 -x54704 -x54705 -x54706 -x54707 -x54708 -x54709 -x54710 -x54711 -x54712 -x54713 -x54714 -x54715 -x54716 -x54717 -x54718 -x54719 -x54720 -x54721 -x54722 -x54723 -x54724 -x54725 -x54726 -x54727 -x54728 -x54729 -x54730 -x54731 -x54732 -x54733 -x54734 -x54735 -x54736 -x54737 -x54738 -x54739 -x54740 -x54741 -x54742 -x54743 -x54744 -x54745 -x54746 -x54747 -x54748 -x54749 -x54750 -x54751 -x54752 -x54753 -x54754 -x54755 -x54756 -x54757 -x54758 -x54759 -x54760 -x54761 -x54762 -x54763 -x54764 -x54765 -x54766 -x54767 -x54768 -x54769 -x54770 -x54771 -x54772 -x54773 -x54774 -x54775 -x54776 -x54777 -x54778 -x54779 -x54780 -x54781 -x54782 -x54783 -x54784 -x54785 -x54786 -x54787 -x54788 -x54789 -x54790 -x54791 -x54792 -x54793 -x54794 -x54795 -x54796 -x54797 -x54798 -x54799 -x54800 x54801 -x54802 -x54803 -x54804 -x54805 -x54806 -x54807 -x54808 -x54809 -x54810 -x54811 -x54812 -x54813 -x54814 -x54815 -x54816 -x54817 -x54818 -x54819 -x54820 -x54821 -x54822 -x54823 -x54824 -x54825 -x54826 -x54827 -x54828 -x54829 -x54830 -x54831 -x54832 -x54833 -x54834 -x54835 -x54836 -x54837 -x54838 -x54839 -x54840 -x54841 -x54842 -x54843 -x54844 -x54845 -x54846 -x54847 -x54848 x54849 -x54850 -x54851 -x54852 -x54853 -x54854 -x54855 -x54856 -x54857 -x54858 -x54859 -x54860 -x54861 -x54862 -x54863 -x54864 -x54865 -x54866 -x54867 -x54868 -x54869 -x54870 -x54871 -x54872 -x54873 -x54874 -x54875 -x54876 -x54877 -x54878 -x54879 -x54880 -x54881 -x54882 -x54883 -x54884 -x54885 -x54886 -x54887 -x54888 -x54889 -x54890 -x54891 -x54892 -x54893 -x54894 -x54895 -x54896 x54897 -x54898 -x54899 -x54900 -x54901 -x54902 -x54903 -x54904 -x54905 -x54906 -x54907 -x54908 -x54909 -x54910 -x54911 -x54912 -x54913 -x54914 -x54915 -x54916 -x54917 -x54918 -x54919 -x54920 -x54921 -x54922 -x54923 -x54924 -x54925 -x54926 -x54927 -x54928 -x54929 -x54930 -x54931 -x54932 -x54933 -x54934 -x54935 -x54936 -x54937 -x54938 -x54939 -x54940 -x54941 -x54942 -x54943 -x54944 -x54945 -x54946 -x54947 -x54948 -x54949 -x54950 -x54951 -x54952 -x54953 -x54954 -x54955 -x54956 -x54957 -x54958 -x54959 -x54960 -x54961 -x54962 -x54963 -x54964 -x54965 -x54966 -x54967 -x54968 -x54969 -x54970 -x54971 -x54972 -x54973 -x54974 -x54975 -x54976 -x54977 -x54978 -x54979 -x54980 -x54981 -x54982 -x54983 -x54984 -x54985 -x54986 -x54987 -x54988 -x54989 -x54990 -x54991 -x54992 -x54993 -x54994 -x54995 -x54996 -x54997 -x54998 -x54999 -x55000 -x55001 -x55002 -x55003 -x55004 -x55005 -x55006 -x55007 -x55008 -x55009 -x55010 -x55011 -x55012 -x55013 -x55014 -x55015 -x55016 -x55017 -x55018 -x55019 -x55020 -x55021 -x55022 -x55023 -x55024 -x55025 -x55026 -x55027 -x55028 -x55029 -x55030 -x55031 -x55032 -x55033 -x55034 -x55035 -x55036 -x55037 -x55038 -x55039 -x55040 -x55041 -x55042 -x55043 -x55044 -x55045 -x55046 -x55047 -x55048 -x55049 -x55050 -x55051 -x55052 -x55053 -x55054 -x55055 -x55056 -x55057 -x55058 -x55059 -x55060 -x55061 -x55062 -x55063 -x55064 -x55065 -x55066 -x55067 -x55068 -x55069 -x55070 -x55071 -x55072 -x55073 -x55074 -x55075 -x55076 -x55077 -x55078 -x55079 -x55080 -x55081 -x55082 -x55083 -x55084 -x55085 -x55086 -x55087 -x55088 -x55089 -x55090 -x55091 -x55092 -x55093 -x55094 -x55095 -x55096 -x55097 -x55098 -x55099 -x55100 -x55101 -x55102 -x55103 -x55104 -x55105 -x55106 -x55107 -x55108 -x55109 -x55110 -x55111 -x55112 -x55113 -x55114 -x55115 -x55116 -x55117 -x55118 -x55119 -x55120 -x55121 -x55122 -x55123 -x55124 -x55125 -x55126 -x55127 -x55128 -x55129 -x55130 -x55131 -x55132 -x55133 -x55134 -x55135 -x55136 -x55137 -x55138 -x55139 -x55140 -x55141 -x55142 -x55143 -x55144 -x55145 -x55146 -x55147 -x55148 -x55149 -x55150 -x55151 -x55152 -x55153 -x55154 -x55203 -x55204 -x55205 -x55206 -x55207 -x55208 -x55209 -x55210 -x55211 -x55212 -x55213 -x55214 -x55215 -x55216 -x55217 -x55218 -x55219 -x55220 -x55221 -x55222 -x55223 -x55224 -x55225 -x55226 -x55227 -x55228 -x55229 -x55230 -x55231 -x55232 x55233 -x55234 -x55235 -x55236 -x55237 -x55238 -x55239 -x55240 -x55241 -x55242 -x55243 -x55244 -x55245 -x55246 -x55247 -x55248 -x55249 -x55250 -x55251 -x55252 -x55253 -x55254 -x55255 -x55256 -x55257 -x55258 -x55259 -x55260 -x55261 -x55262 -x55263 -x55264 -x55265 -x55266 -x55267 -x55268 -x55269 -x55270 -x55271 -x55272 -x55273 -x55274 -x55275 -x55276 -x55277 -x55278 -x55279 -x55280 -x55281 -x55282 -x55283 -x55284 -x55285 -x55286 -x55287 -x55288 -x55289 -x55290 -x55291 -x55292 -x55293 -x55294 -x55295 -x55296 -x55297 -x55298 -x55299 -x55300 -x55301 -x55302 -x55303 -x55304 -x55305 -x55306 -x55307 -x55308 -x55309 -x55310 -x55311 -x55312 -x55313 -x55314 -x55315 -x55316 -x55317 -x55318 -x55319 -x55320 -x55321 -x55322 -x55323 -x55324 -x55325 -x55326 -x55327 -x55328 -x55329 -x55330 -x55331 -x55332 -x55333 -x55334 -x55335 -x55336 -x55337 -x55338 -x55339 -x55340 -x55341 -x55342 -x55343 -x55344 -x55345 -x55346 -x55347 -x55348 -x55349 -x55350 -x55351 -x55352 -x55353 -x55354 -x55355 -x55356 -x55357 -x55358 -x55359 -x55360 -x55361 -x55362 -x55363 -x55364 -x55365 -x55366 -x55367 -x55368 -x55369 -x55370 -x55371 -x55372 -x55373 -x55374 -x55375 -x55376 -x55377 -x55378 -x55379 -x55380 -x55381 -x55382 -x55383 -x55384 -x55385 -x55386 -x55387 -x55388 -x55389 -x55390 -x55391 -x55392 -x55393 -x55394 -x55395 -x55396 -x55397 -x55398 -x55399 -x55400 -x55401 -x55402 -x55403 -x55404 -x55405 -x55406 -x55407 -x55408 -x55409 -x55410 -x55411 -x55412 -x55413 -x55414 -x55415 -x55416 -x55417 -x55418 -x55419 -x55420 -x55421 -x55422 -x55423 -x55424 -x55425 x55426 -x55427 -x55428 -x55429 -x55430 -x55431 -x55432 -x55433 -x55434 -x55435 -x55436 -x55437 -x55438 -x55439 -x55440 -x55441 -x55442 -x55443 -x55444 -x55445 -x55446 -x55447 -x55448 -x55449 -x55450 -x55451 -x55452 -x55453 -x55454 -x55455 -x55456 -x55457 -x55458 -x55459 -x55460 -x55461 -x55462 -x55463 -x55464 -x55465 -x55466 -x55467 -x55468 -x55469 -x55470 -x55471 -x55472 -x55473 -x55474 -x55475 -x55476 -x55477 -x55478 -x55479 -x55480 -x55481 -x55482 -x55483 -x55484 -x55485 -x55486 -x55487 -x55488 -x55489 -x55490 -x55491 -x55492 -x55493 -x55494 -x55495 -x55496 -x55497 -x55498 -x55499 -x55500 -x55501 -x55502 -x55503 -x55504 -x55505 -x55506 -x55507 -x55508 -x55509 -x55510 -x55511 -x55512 -x55513 -x55514 -x55515 -x55516 -x55517 -x55518 -x55519 -x55520 -x55521 -x55522 -x55523 -x55524 -x55525 -x55526 -x55527 -x55528 -x55529 -x55530 -x55531 -x55532 -x55533 -x55534 -x55535 -x55536 -x55537 -x55538 -x55539 -x55540 -x55541 -x55542 -x55543 -x55544 -x55545 -x55546 -x55547 -x55548 -x55549 -x55550 -x55551 -x55552 -x55553 -x55554 -x55555 -x55556 -x55557 -x55558 -x55559 -x55560 -x55561 -x55562 -x55563 -x55564 -x55565 -x55566 -x55567 -x55568 -x55569 -x55570 -x55571 -x55572 -x55573 -x55574 -x55575 -x55576 -x55577 -x55578 -x55579 -x55580 -x55581 -x55582 -x55583 -x55584 -x55585 -x55586 -x55587 -x55588 -x55589 -x55590 -x55591 -x55592 -x55593 -x55594 -x55595 -x55596 -x55597 -x55598 -x55599 -x55600 -x55601 -x55602 -x55603 -x55604 -x55605 -x55606 -x55607 -x55608 -x55609 -x55610 -x55611 -x55612 -x55613 -x55614 -x55615 -x55616 -x55617 -x55618 -x55619 -x55620 -x55621 -x55622 -x55623 -x55624 -x55625 -x55626 -x55627 -x55628 -x55629 -x55630 -x55631 -x55632 -x55633 -x55634 -x55683 -x55684 -x55685 -x55686 -x55687 -x55688 -x55689 -x55690 -x55691 -x55692 -x55693 -x55694 -x55695 -x55696 -x55697 -x55698 -x55699 -x55700 -x55701 -x55702 -x55703 -x55704 -x55705 -x55706 -x55707 -x55708 -x55709 -x55710 -x55711 -x55712 -x55713 -x55714 -x55715 -x55716 -x55717 -x55718 -x55719 -x55720 -x55721 -x55722 -x55723 -x55724 -x55725 -x55726 -x55727 -x55728 -x55729 -x55730 -x55731 -x55732 -x55733 -x55734 -x55735 -x55736 -x55737 -x55738 -x55739 -x55740 -x55741 -x55742 -x55743 -x55744 -x55745 -x55746 -x55747
3600.03/3614.43	v -x55748 -x55749 -x55750 -x55751 -x55752 -x55753 -x55754 -x55755 -x55756 -x55757 -x55758 -x55759 -x55760 -x55761 -x55762 -x55763 -x55764 -x55765 -x55766 -x55767 -x55768 -x55769 -x55770 -x55771 -x55772 -x55773 -x55774 -x55775 -x55776 -x55777 -x55778 -x55779 -x55780 -x55781 -x55782 -x55783 -x55784 -x55785 -x55786 -x55787 -x55788 -x55789 -x55790 -x55791 -x55792 -x55793 -x55794 -x55795 -x55796 -x55797 -x55798 -x55799 -x55800 -x55801 -x55802 -x55803 -x55804 -x55805 -x55806 -x55807 -x55808 -x55809 -x55810 -x55811 -x55812 -x55813 -x55814 -x55815 -x55816 -x55817 -x55818 -x55819 -x55820 -x55821 -x55822 -x55823 -x55824 -x55825 -x55826 -x55827 -x55828 -x55829 -x55830 -x55831 -x55832 -x55833 -x55834 -x55835 -x55836 -x55837 -x55838 -x55839 -x55840 -x55841 -x55842 -x55843 -x55844 -x55845 -x55846 -x55847 -x55848 -x55849 -x55850 -x55851 -x55852 -x55853 -x55854 -x55855 -x55856 -x55857 -x55858 -x55859 -x55860 -x55861 -x55862 -x55863 -x55864 -x55865 -x55866 -x55867 -x55868 -x55869 -x55870 -x55871 -x55872 -x55873 -x55874 -x55875 -x55876 -x55877 -x55878 -x55879 -x55880 -x55881 -x55882 -x55883 -x55884 -x55885 -x55886 -x55887 -x55888 -x55889 -x55890 -x55891 -x55892 -x55893 -x55894 -x55895 -x55896 -x55897 -x55898 -x55899 -x55900 -x55901 -x55902 -x55903 -x55904 -x55905 -x55906 -x55907 -x55908 -x55909 -x55910 -x55911 -x55912 -x55913 -x55914 -x55915 -x55916 -x55917 -x55918 -x55919 -x55920 -x55921 -x55922 -x55923 -x55924 -x55925 -x55926 -x55927 -x55928 -x55929 -x55930 -x55931 -x55932 -x55933 -x55934 -x55935 -x55936 -x55937 -x55938 -x55939 -x55940 -x55941 -x55942 -x55943 -x55944 -x55945 -x55946 -x55947 -x55948 -x55949 -x55950 -x55951 -x55952 -x55953 -x55954 -x55955 -x55956 -x55957 -x55958 -x55959 -x55960 -x55961 -x55962 -x55963 -x55964 -x55965 -x55966 -x55967 -x55968 -x55969 -x55970 -x55971 -x55972 -x55973 -x55974 -x55975 -x55976 -x55977 -x55978 -x55979 -x55980 -x55981 -x55982 -x55983 -x55984 -x55985 -x55986 -x55987 -x55988 -x55989 -x55990 -x55991 -x55992 -x55993 -x55994 -x55995 -x55996 -x55997 -x55998 -x55999 -x56000 -x56001 -x56002 -x56003 -x56004 -x56005 -x56006 -x56007 -x56008 -x56009 -x56010 -x56011 -x56012 -x56013 -x56014 -x56015 -x56016 -x56017 -x56018 -x56019 -x56020 -x56021 -x56022 -x56023 -x56024 -x56025 -x56026 -x56027 -x56028 -x56029 -x56030 -x56031 -x56032 -x56033 -x56034 -x56035 -x56036 -x56037 -x56038 -x56039 -x56040 -x56041 -x56042 -x56043 -x56044 -x56045 -x56046 -x56047 -x56048 -x56049 -x56050 -x56051 -x56052 -x56053 -x56054 -x56055 -x56056 -x56057 -x56058 -x56059 -x56060 -x56061 -x56062 -x56063 -x56064 -x56065 -x56066 -x56067 -x56068 -x56069 -x56070 -x56071 -x56072 -x56073 -x56074 -x56075 -x56076 -x56077 -x56078 -x56079 -x56080 -x56081 -x56082 -x56083 -x56084 -x56085 -x56086 -x56087 -x56088 -x56089 -x56090 -x56091 -x56092 -x56093 -x56094 -x56095 -x56096 -x56097 -x56098 -x56099 -x56100 -x56101 -x56102 -x56103 -x56104 -x56105 -x56106 -x56107 -x56108 -x56109 -x56110 -x56111 -x56112 -x56113 -x56114 -x56115 -x56116 -x56117 -x56118 -x56119 -x56120 -x56121 -x56122 -x56123 -x56124 -x56125 -x56126 -x56127 -x56128 -x56129 -x56130 -x56131 -x56132 -x56133 -x56134 -x56135 -x56136 -x56137 -x56138 -x56139 -x56140 -x56141 -x56142 -x56143 -x56144 -x56145 x56146 -x56147 -x56148 -x56149 -x56150 -x56151 -x56152 -x56153 -x56154 -x56155 -x56156 -x56157 -x56158 -x56159 -x56160 -x56161 -x56162 -x56211 -x56212 -x56213 -x56214 -x56215 -x56216 -x56217 -x56218 -x56219 -x56220 -x56221 -x56222 -x56223 -x56224 -x56225 -x56226 -x56227 -x56228 -x56229 -x56230 -x56231 -x56232 -x56233 -x56234 -x56235 -x56236 -x56237 -x56238 -x56239 -x56240 -x56241 -x56242 -x56243 -x56244 -x56245 -x56246 -x56247 -x56248 -x56249 -x56250 -x56251 -x56252 -x56253 -x56254 -x56255 -x56256 -x56257 -x56258 -x56979 -x56980 -x56981 -x56982 -x56983 -x56984 -x56985 -x56986 -x56987 -x56988 -x56989 -x56990 -x56991 x56992 -x56993 -x56994 -x56995 -x56996 -x56997 -x56998 -x56999 -x57000 -x57001 -x57002 -x57003 -x57004 -x57005 -x57006 -x57007 -x57008 -x57009 -x57010 -x57011 -x57012 -x57013 -x57014 -x57015 -x57016 -x57017 -x57018 -x57019 -x57020 -x57021 -x57022 -x57023 -x57024 -x57025 -x57026 -x57507 -x57508 -x57509 -x57510 -x57511 -x57512 -x57513 -x57514 -x57515 -x57516 -x57517 -x57518 -x57519 -x57520 -x57521 -x57522 -x57523 -x57524 -x57525 -x57526 -x57527 -x57528 -x57529 -x57530 -x57531 -x57532 -x57533 -x57534 -x57535 -x57536 -x57537 -x57538 -x57539 -x57540 -x57541 -x57542 -x57543 -x57544 -x57545 -x57546 -x57547 -x57548 -x57549 -x57550 -x57551 -x57552 -x57553 -x57554 -x57987 -x57988 -x57989 -x57990 -x57991 -x57992 -x57993 -x57994 -x57995 -x57996 -x57997 -x57998 -x57999 x58000 -x58001 -x58002 -x58003 -x58004 -x58005 -x58006 -x58007 -x58008 -x58009 -x58010 -x58011 -x58012 -x58013 -x58014 -x58015 -x58016 -x58017 -x58018 -x58019 -x58020 -x58021 -x58022 -x58023 -x58024 -x58025 -x58026 -x58027 -x58028 -x58029 -x58030 -x58031 -x58032 -x58033 -x58034 -x58515 -x58516 -x58517 -x58518 -x58519 -x58520 -x58521 -x58522 -x58523 -x58524 -x58525 -x58526 -x58527 x58528 -x58529 -x58530 -x58531 -x58532 -x58533 -x58534 -x58535 -x58536 -x58537 -x58538 -x58539 -x58540 -x58541 -x58542 -x58543 -x58544 -x58545 -x58546 -x58547 -x58548 -x58549 -x58550 -x58551 -x58552 -x58553 -x58554 -x58555 -x58556 -x58557 -x58558 -x58559 -x58560 -x58561 -x58562 -x58611 -x58612 -x58613 -x58614 -x58615 -x58616 -x58617 -x58618 -x58619 -x58620 -x58621 -x58622 -x58623 -x58624 -x58625 -x58626 -x58627 -x58628 -x58629 -x58630 -x58631 -x58632 -x58633 -x58634 -x58635 -x58636 -x58637 -x58638 -x58639 -x58640 -x58641 -x58642 -x58643 -x58644 -x58645 -x58646 -x58647 -x58648 -x58649 -x58650 -x58651 -x58652 -x58653 -x58654 -x58655 -x58656 -x58657 -x58658 -x58659 -x58660 -x58661 -x58662 -x58663 -x58664 -x58665 -x58666 -x58667 -x58668 -x58669 -x58670 -x58671 -x58672 -x58673 -x58674 -x58675 -x58676 -x58677 -x58678 -x58679 -x58680 -x58681 -x58682 -x58683 -x58684 -x58685 -x58686 -x58687 -x58688 -x58689 -x58690 -x58691 -x58692 -x58693 -x58694 -x58695 -x58696 -x58697 -x58698 -x58699 -x58700 -x58701 -x58702 -x58703 -x58704 -x58705 -x58706 -x58707 -x58708 -x58709 -x58710 -x58711 -x58712 -x58713 -x58714 -x58715 -x58716 -x58717 -x58718 -x58719 -x58720 -x58721 -x58722 -x58723 -x58724 -x58725 -x58726 -x58727 -x58728 -x58729 -x58730 -x58731 -x58732 -x58733 -x58734 -x58735 -x58736 -x58737 -x58738 -x58739 -x58740 -x58741 -x58742 -x58743 -x58744 -x58745 -x58746 -x58747 -x58748 -x58749 -x58750 -x58751 -x58752 -x58753 -x58754 -x58755 -x58756 -x58757 -x58758 -x58759 -x58760 -x58761 -x58762 -x58763 -x58764 -x58765 -x58766 -x58767 x58768 -x58769 -x58770 -x58771 -x58772 -x58773 -x58774 -x58775 -x58776 -x58777 -x58778 -x58779 -x58780 -x58781 -x58782 -x58783 -x58784 -x58785 -x58786 -x58787 -x58788 -x58789 -x58790 -x58791 -x58792 -x58793 -x58794 -x58795 -x58796 -x58797 -x58798 -x58799 -x58800 -x58801 -x58802 -x58803 -x58804 -x58805 -x58806 -x58807 -x58808 -x58809 -x58810 -x58811 -x58812 -x58813 -x58814 -x58815 -x58816 -x58817 -x58818 -x58819 -x58820 -x58821 -x58822 -x58823 -x58824 -x58825 -x58826 -x58827 -x58828 -x58829 -x58830 -x58831 -x58832 -x58833 -x58834 -x58835 -x58836 -x58837 -x58838 -x58839 -x58840 -x58841 -x58842 -x58843 -x58844 -x58845 -x58846 -x58847 -x58848 -x58849 -x58850 -x56499 -x56500 -x56501 -x56502 -x56503 -x56504 -x56505 -x56506 -x56507 -x56508 -x56509 -x56510 -x56511 -x56512 -x56513 -x56514 -x56515 -x56516 -x56517 -x56518 -x56519 -x56520 -x56521 -x56522 -x56523 -x56524 -x56525 -x56526 -x56527 -x56528 -x56529 -x56530 -x56531 -x56532 -x56533 -x56534 -x56535 -x56536 -x56537 -x56538 -x56539 -x56540 -x56541 -x56542 -x56543 -x56544 -x56545 -x56546 -x56547 -x56548 -x56549 -x56550 -x56551 -x56552 -x56553 -x56554 -x56555 -x56556 -x56557 -x56558 -x56559 x56560 -x56561 -x56562 -x56563 -x56564 -x56565 -x56566 -x56567 -x56568 -x56569 -x56570 -x56571 -x56572 -x56573 -x56574 -x56575 -x56576 -x56577 -x56578 -x56579 -x56580 -x56581 -x56582 -x56583 -x56584 -x56585 -x56586 -x56587 -x56588 -x56589 -x56590 -x56591 -x56592 -x56593 -x56594 -x56595 -x56596 -x56597 -x56598 -x56599 -x56600 -x56601 -x56602 -x56603 -x56604 -x56605 -x56606 -x56607 -x56608 -x56609 -x56610 -x56611 -x56612 -x56613 -x56614 -x56615 -x56616 -x56617 -x56618 -x56619 -x56620 -x56621 -x56622 -x56623 -x56624 -x56625 -x56626 -x56627 -x56628 -x56629 -x56630 -x56631 -x56632 -x56633 -x56634 -x56635 -x56636 -x56637 -x56638 -x56639 -x56640 -x56641 -x56642 -x56643 -x56644 -x56645 -x56646 -x56647 -x56648 -x56649 -x56650 -x56651 -x56652 -x56653 -x56654 -x56655 -x56656 -x56657 -x56658 -x56659 -x56660 -x56661 -x56662 -x56663 -x56664 -x56665 -x56666 -x56667 -x56668 -x56669 -x56670 -x56671 -x56672 -x56673 -x56674 -x56675 -x56676 -x56677 -x56678 -x56679 -x56680 -x56681 -x56682 -x56683 -x56684 -x56685 -x56686 -x56687 -x56688 -x56689 -x56690 -x56691 -x56692 -x56693 -x56694 -x56695 -x56696 -x56697 -x56698 -x56699 -x56700 -x56701 -x56702 -x56703 -x56704 -x56705 -x56706 -x56707 -x56708 -x56709 -x56710 -x56711 -x56712 -x56713 -x56714 -x56715 -x56716 -x56717 -x56718 -x56719 -x56720 -x56721 -x56722 -x56723 -x56724 -x56725 -x56726 -x56727 -x56728 -x56729 -x56730 -x56731 -x56732 -x56733 -x56734 -x56735 -x56736 -x56737 -x56738 -x56739 -x56740 -x56741 -x56742 -x56743 -x56744 -x56745 -x56746 -x56747 -x56748 -x56749 -x56750 -x56751 -x56752 -x56753 -x56754 -x56755 -x56756 -x56757 -x56758 -x56759 -x56760 -x56761 -x56762 -x56763 -x56764 -x56765 -x56766 -x56767 -x56768 -x56769 -x56770 -x56771 -x56772 -x56773 -x56774 -x56775 -x56776 -x56777 -x56778 -x56779 -x56780 -x56781 -x56782 -x56783 -x56784 -x56785 -x56786 -x56787 -x56788 -x56789 -x56790 -x56791 -x56792 -x56793 -x56794 -x56795 -x56796 -x56797 -x56798 -x56799 -x56800 -x56801 -x56802 -x56803 -x56804 -x56805 -x56806 -x56807 -x56808 -x56809 -x56810 -x56811 -x56812 -x56813 -x56814 -x56815 -x56816 -x56817 -x56818 -x56819 -x56820 -x56821 -x56822 -x56823 -x56824 -x56825 -x56826 -x56827 -x56828 -x56829 -x56830 -x56831 -x56832 -x56833 -x56834 -x56835 -x56836 -x56837 -x56838 -x56839 -x56840 -x56841 -x56842 -x56843 -x56844 -x56845 -x56846 -x56847 -x56848 -x56849 -x56850 -x56851 -x56852 -x56853 -x56854 -x56855 -x56856 -x56857 -x56858 -x56859 -x56860 -x56861 -x56862 -x56863 -x56864 -x56865 -x56866 -x56867 -x56868 -x56869 -x56870 -x56871 -x56872 -x56873 -x56874 -x56875 -x56876 -x56877 -x56878 -x56879 -x56880 -x56881 -x56882 -x56883 -x56884 -x56885 -x56886 -x56887 -x56888 -x56889 -x56890 -x56891 -x56892 -x56893 -x56894 -x56895 -x56896 x56897 -x56898 -x56899 -x56900 -x56901 -x56902 -x56903 -x56904 -x56905 -x56906 -x56907 -x56908 -x56909 -x56910 -x56911 -x56912 -x56913 -x56914 -x56915 -x56916 -x56917 -x56918 -x56919 -x56920 -x56921 -x56922 -x56923 -x56924 -x56925 -x56926 -x56927 -x56928 -x56929 -x56930 -x56931 -x56932 -x56933 -x56934 -x56935 -x56936 -x56937 -x56938 -x56939 -x56940 -x56941 -x56942 -x56943 -x56944 -x56945 -x56946 -x56947 -x56948 -x56949 -x56950 -x56951 -x56952 -x56953 -x56954 -x56955 -x56956 -x56957 -x56958 -x56959 -x56960 -x56961 -x56962 -x56963 -x56964 -x56965 -x56966 -x56967 -x56968 -x56969 -x56970 -x56971 -x56972 -x56973 -x56974 -x56975 -x56976 -x56977 -x56978 -x57027 -x57028 -x57029 -x57030 -x57031 -x57032 -x57033 -x57034 -x57035 -x57036 -x57037 -x57038 -x57039 -x57040 -x57041 -x57042 -x57043 -x57044 -x57045 -x57046 -x57047 -x57048 -x57049 -x57050 -x57051 -x57052 -x57053 -x57054 -x57055 -x57056 -x57057 -x57058 -x57059 -x57060 -x57061 -x57062 -x57063 -x57064 -x57065 -x57066 -x57067 -x57068 -x57069 -x57070 -x57071 -x57072 -x57073 -x57074 -x57075 -x57076 -x57077 -x57078 -x57079 -x57080 -x57081 -x57082 -x57083 -x57084 -x57085 -x57086 -x57087 -x57088 -x57089 -x57090 -x57091 -x57092 -x57093 -x57094 -x57095 -x57096 -x57097 -x57098 -x57099 -x57100 -x57101 -x57102 -x57103 -x57104 -x57105 -x57106 -x57107 -x57108 -x57109 -x57110 -x57111 -x57112 -x57113 -x57114 -x57115 -x57116 -x57117 -x57118 -x57119 -x57120 -x57121 -x57122 -x57123 -x57124 -x57125 -x57126 -x57127 -x57128 -x57129 -x57130 -x57131 -x57132 -x57133 -x57134 -x57135 -x57136 -x57137 -x57138 -x57139 -x57140 -x57141 -x57142 -x57143 -x57144 -x57145 -x57146 -x57147 -x57148 -x57149 -x57150 -x57151 -x57152 -x57153 -x57154 -x57155 -x57156 -x57157 -x57158 -x57159 -x57160 -x57161 -x57162 -x57163 -x57164 -x57165 -x57166 -x57167 -x57168 -x57169 -x57170 -x57171 -x57172 -x57173 -x57174 -x57175 -x57176 -x57177 -x57178 -x57179 -x57180 -x57181 -x57182 -x57183 -x57184 -x57185 -x57186 -x57187 -x57188 -x57189 -x57190 -x57191 -x57192 -x57193 -x57194 -x57195 -x57196 -x57197 -x57198 -x57199 -x57200 -x57201 -x57202 -x57203 -x57204 -x57205 -x57206 -x57207 -x57208 -x57209 -x57210 -x57211 -x57212 -x57213 -x57214 -x57215 -x57216 -x57217 -x57218 -x57219 -x57220 -x57221 -x57222 -x57223 -x57224 -x57225 -x57226 -x57227 -x57228 -x57229 -x57230 -x57231 -x57232 -x57233 -x57234 -x57235 -x57236 -x57237 -x57238 -x57239 -x57240 -x57241 -x57242 -x57243 -x57244 -x57245 -x57246 -x57247 -x57248 -x57249 -x57250 -x57251 -x57252 -x57253 -x57254 -x57255 -x57256 -x57257 -x57258 -x57259 -x57260 -x57261 -x57262 -x57263 -x57264 -x57265 -x57266 -x57267 -x57268 -x57269 -x57270 -x57271 -x57272 -x57273 -x57274 -x57275 -x57276 -x57277 -x57278 -x57279 -x57280 -x57281 -x57282 -x57283 -x57284 -x57285 -x57286 -x57287 -x57288 -x57289 -x57290 -x57291 -x57292 -x57293 -x57294 -x57295 -x57296 -x57297 -x57298 -x57299 -x57300 -x57301 -x57302 -x57303 -x57304 -x57305 -x57306 -x57307 -x57308 -x57309 -x57310 -x57311 -x57312 -x57313 -x57314 -x57315 -x57316 -x57317 -x57318 -x57319 -x57320 -x57321 -x57322 -x57323 -x57324 -x57325 -x57326 -x57327 -x57328 -x57329 -x57330 -x57331 -x57332 -x57333 -x57334 -x57335 -x57336 -x57337 -x57338 -x57339 -x57340 -x57341 -x57342 -x57343 -x57344 -x57345 -x57346 -x57347 -x57348 -x57349 -x57350 -x57351 -x57352 -x57353 -x57354 -x57355 -x57356 -x57357 -x57358 -x57359 -x57360 -x57361 -x57362 -x57363 -x57364 -x57365 -x57366 -x57367 -x57368 -x57369 -x57370 -x57371 -x57372 -x57373 -x57374 -x57375 -x57376 -x57377 -x57378 -x57379 -x57380 -x57381 -x57382 -x57383 -x57384 -x57385 -x57386 -x57387 -x57388 -x57389 -x57390 -x57391 -x57392 -x57393 -x57394 -x57395 -x57396 -x57397 -x57398 -x57399 -x57400 -x57401 -x57402 -x57403 -x57404 -x57405 -x57406 -x57407 -x57408 -x57409 -x57410 -x57411 -x57412 -x57413 -x57414 -x57415 -x57416 -x57417 -x57418 -x57419 -x57420 -x57421 -x57422 -x57423 -x57424 -x57425 -x57426 -x57427 -x57428 -x57429 -x57430 -x57431 -x57432 -x57433 -x57434 -x57435 -x57436 -x57437 -x57438 -x57439 -x57440 -x57441 -x57442 -x57443 -x57444 -x57445 -x57446 -x57447 -x57448 -x57449 -x57450 -x57451 -x57452 -x57453 -x57454 -x57455 -x57456 -x57457 -x57458 -x57459 -x57460 -x57461 -x57462 -x57463 -x57464 -x57465 -x57466 -x57467 -x57468 -x57469 -x57470 -x57471 -x57472 -x57473 -x57474 -x57475 -x57476 -x57477 -x57478 -x57479 -x57480 -x57481 -x57482 -x57483 -x57484 -x57485 -x57486 -x57487 -x57488 -x57489 -x57490 -x57491 -x57492 -x57493 -x57494 -x57495 -x57496 -x57497 -x57498 -x57499 -x57500 -x57501 -x57502 -x57503 -x57504 -x57505 -x57506 -x57555 -x57556 -x57557 -x57558 -x57559 -x57560 -x57561 -x57562 -x57563 -x57564 -x57565 -x57566 -x57567 -x57568 -x57569 -x57570 -x57571 -x57572 -x57573 -x57574 -x57575 -x57576 -x57577 -x57578 -x57579 -x57580 -x57581 -x57582 -x57583 -x57584 -x57585 -x57586 -x57587 -x57588 -x57589 -x57590 -x57591 -x57592 -x57593 -x57594 -x57595 -x57596 -x57597 -x57598 -x57599 -x57600 -x57601 -x57602 -x57603 -x57604 -x57605 -x57606 -x57607 -x57608 -x57609 -x57610 -x57611 -x57612 -x57613 -x57614 -x57615 -x57616 -x57617 -x57618 -x57619 -x57620 -x57621 -x57622 -x57623 -x57624 -x57625 -x57626 -x57627 -x57628 -x57629 -x57630 -x57631 -x57632 -x57633 -x57634 -x57635 -x57636 -x57637 -x57638 -x57639 -x57640 -x57641 -x57642 -x57643 -x57644 -x57645 -x57646 -x57647 -x57648 -x57649 -x57650 -x57651 -x57652 -x57653 -x57654 -x57655 -x57656 -x57657 -x57658 -x57659 -x57660 -x57661 -x57662 -x57663 -x57664 -x57665 -x57666 -x57667 -x57668 -x57669 -x57670 -x57671 -x57672 -x57673 -x57674 -x57675 -x57676 -x57677 -x57678 -x57679 -x57680 -x57681 -x57682 -x57683 -x57684 -x57685 -x57686 -x57687 -x57688 -x57689 -x57690 -x57691 -x57692 -x57693 -x57694 -x57695 -x57696 -x57697 -x57698 -x57699
3600.03/3614.43	v -x57700 -x57701 -x57702 -x57703 -x57704 -x57705 -x57706 -x57707 -x57708 -x57709 -x57710 -x57711 -x57712 -x57713 -x57714 -x57715 -x57716 -x57717 -x57718 -x57719 -x57720 -x57721 -x57722 -x57723 -x57724 -x57725 -x57726 -x57727 -x57728 -x57729 -x57730 -x57731 -x57732 -x57733 -x57734 -x57735 -x57736 -x57737 -x57738 -x57739 -x57740 -x57741 -x57742 -x57743 -x57744 -x57745 -x57746 -x57747 -x57748 -x57749 -x57750 -x57751 -x57752 -x57753 -x57754 -x57755 -x57756 -x57757 -x57758 -x57759 -x57760 -x57761 -x57762 -x57763 -x57764 -x57765 -x57766 -x57767 -x57768 -x57769 -x57770 -x57771 -x57772 -x57773 -x57774 -x57775 -x57776 -x57777 -x57778 -x57779 -x57780 -x57781 -x57782 -x57783 -x57784 -x57785 -x57786 -x57787 -x57788 -x57789 -x57790 -x57791 -x57792 -x57793 -x57794 -x57795 -x57796 -x57797 -x57798 -x57799 -x57800 -x57801 -x57802 -x57803 -x57804 -x57805 -x57806 -x57807 -x57808 -x57809 -x57810 -x57811 -x57812 -x57813 -x57814 -x57815 -x57816 -x57817 -x57818 -x57819 -x57820 -x57821 -x57822 -x57823 -x57824 -x57825 -x57826 -x57827 -x57828 -x57829 -x57830 -x57831 -x57832 -x57833 -x57834 -x57835 -x57836 -x57837 -x57838 -x57839 -x57840 -x57841 -x57842 -x57843 -x57844 -x57845 -x57846 -x57847 -x57848 -x57849 -x57850 -x57851 -x57852 -x57853 -x57854 -x57855 -x57856 -x57857 -x57858 -x57859 -x57860 -x57861 -x57862 -x57863 -x57864 -x57865 -x57866 -x57867 -x57868 -x57869 -x57870 -x57871 -x57872 -x57873 -x57874 -x57875 -x57876 -x57877 -x57878 -x57879 -x57880 -x57881 -x57882 -x57883 -x57884 -x57885 -x57886 -x57887 -x57888 -x57889 -x57890 -x57891 -x57892 -x57893 -x57894 -x57895 -x57896 -x57897 -x57898 -x57899 -x57900 -x57901 -x57902 -x57903 -x57904 -x57905 -x57906 -x57907 -x57908 -x57909 -x57910 -x57911 -x57912 -x57913 -x57914 -x57915 -x57916 -x57917 -x57918 -x57919 -x57920 -x57921 -x57922 -x57923 -x57924 -x57925 -x57926 -x57927 -x57928 -x57929 -x57930 -x57931 -x57932 -x57933 -x57934 -x57935 -x57936 -x57937 -x57938 -x57939 -x57940 -x57941 -x57942 -x57943 -x57944 -x57945 -x57946 -x57947 -x57948 -x57949 -x57950 -x57951 -x57952 -x57953 -x57954 -x57955 -x57956 -x57957 -x57958 -x57959 -x57960 -x57961 -x57962 -x57963 -x57964 -x57965 -x57966 -x57967 -x57968 -x57969 -x57970 -x57971 -x57972 -x57973 -x57974 -x57975 -x57976 -x57977 -x57978 -x57979 -x57980 -x57981 -x57982 -x57983 -x57984 -x57985 -x57986 -x58035 -x58036 -x58037 -x58038 -x58039 -x58040 -x58041 -x58042 -x58043 -x58044 -x58045 -x58046 -x58047 -x58048 -x58049 -x58050 -x58051 -x58052 -x58053 -x58054 -x58055 -x58056 -x58057 -x58058 -x58059 -x58060 -x58061 -x58062 -x58063 -x58064 -x58065 -x58066 -x58067 -x58068 -x58069 -x58070 -x58071 -x58072 -x58073 -x58074 -x58075 -x58076 -x58077 -x58078 -x58079 -x58080 -x58081 -x58082 -x58083 -x58084 -x58085 -x58086 -x58087 -x58088 -x58089 -x58090 -x58091 -x58092 -x58093 -x58094 -x58095 -x58096 -x58097 -x58098 -x58099 -x58100 -x58101 -x58102 -x58103 -x58104 -x58105 -x58106 -x58107 -x58108 -x58109 -x58110 -x58111 -x58112 -x58113 -x58114 -x58115 -x58116 -x58117 -x58118 -x58119 -x58120 -x58121 -x58122 -x58123 -x58124 -x58125 -x58126 -x58127 -x58128 -x58129 -x58130 -x58131 -x58132 -x58133 -x58134 -x58135 -x58136 -x58137 -x58138 -x58139 -x58140 -x58141 -x58142 -x58143 -x58144 -x58145 -x58146 -x58147 -x58148 -x58149 -x58150 -x58151 -x58152 -x58153 -x58154 -x58155 -x58156 -x58157 -x58158 -x58159 -x58160 -x58161 -x58162 -x58163 -x58164 -x58165 -x58166 -x58167 -x58168 -x58169 -x58170 -x58171 -x58172 -x58173 -x58174 -x58175 -x58176 -x58177 -x58178 -x58179 -x58180 -x58181 -x58182 -x58183 -x58184 -x58185 -x58186 -x58187 -x58188 -x58189 -x58190 -x58191 -x58192 x58193 -x58194 -x58195 -x58196 -x58197 -x58198 -x58199 -x58200 -x58201 -x58202 -x58203 -x58204 -x58205 -x58206 -x58207 -x58208 -x58209 -x58210 -x58211 -x58212 -x58213 -x58214 -x58215 -x58216 -x58217 -x58218 -x58219 -x58220 -x58221 -x58222 -x58223 -x58224 -x58225 -x58226 -x58227 -x58228 -x58229 -x58230 -x58231 -x58232 -x58233 -x58234 -x58235 -x58236 -x58237 -x58238 -x58239 -x58240 -x58241 -x58242 -x58243 -x58244 -x58245 -x58246 -x58247 -x58248 -x58249 -x58250 -x58251 -x58252 -x58253 -x58254 -x58255 -x58256 -x58257 -x58258 -x58259 -x58260 -x58261 -x58262 -x58263 -x58264 -x58265 -x58266 -x58267 -x58268 -x58269 -x58270 -x58271 -x58272 -x58273 -x58274 -x58275 -x58276 -x58277 -x58278 -x58279 -x58280 -x58281 -x58282 -x58283 -x58284 -x58285 -x58286 -x58287 -x58288 -x58289 -x58290 -x58291 -x58292 -x58293 -x58294 -x58295 -x58296 -x58297 -x58298 -x58299 -x58300 -x58301 -x58302 -x58303 -x58304 -x58305 -x58306 -x58307 -x58308 -x58309 -x58310 -x58311 -x58312 -x58313 -x58314 -x58315 -x58316 -x58317 -x58318 -x58319 -x58320 -x58321 -x58322 -x58323 -x58324 -x58325 -x58326 -x58327 -x58328 -x58329 -x58330 -x58331 -x58332 -x58333 -x58334 -x58335 -x58336 -x58337 -x58338 -x58339 -x58340 -x58341 -x58342 -x58343 -x58344 -x58345 -x58346 -x58347 -x58348 -x58349 -x58350 -x58351 -x58352 -x58353 -x58354 -x58355 -x58356 -x58357 -x58358 -x58359 -x58360 -x58361 -x58362 -x58363 -x58364 -x58365 -x58366 -x58367 -x58368 -x58369 -x58370 -x58371 -x58372 -x58373 -x58374 -x58375 -x58376 -x58377 -x58378 -x58379 -x58380 -x58381 -x58382 -x58383 -x58384 -x58385 -x58386 -x58387 -x58388 -x58389 -x58390 -x58391 -x58392 -x58393 -x58394 -x58395 -x58396 -x58397 -x58398 -x58399 -x58400 -x58401 -x58402 -x58403 -x58404 -x58405 -x58406 -x58407 -x58408 -x58409 -x58410 -x58411 -x58412 -x58413 -x58414 -x58415 -x58416 -x58417 -x58418 -x58419 -x58420 -x58421 -x58422 -x58423 -x58424 -x58425 -x58426 -x58427 -x58428 -x58429 -x58430 -x58431 -x58432 x58433 -x58434 -x58435 -x58436 -x58437 -x58438 -x58439 -x58440 -x58441 -x58442 -x58443 -x58444 -x58445 -x58446 -x58447 -x58448 -x58449 -x58450 -x58451 -x58452 -x58453 -x58454 -x58455 -x58456 -x58457 -x58458 -x58459 -x58460 -x58461 -x58462 -x58463 -x58464 -x58465 -x58466 -x58467 -x58468 -x58469 -x58470 -x58471 -x58472 -x58473 -x58474 -x58475 -x58476 -x58477 -x58478 -x58479 -x58480 -x58481 -x58482 -x58483 -x58484 -x58485 -x58486 -x58487 -x58488 -x58489 -x58490 -x58491 -x58492 -x58493 -x58494 -x58495 -x58496 -x58497 -x58498 -x58499 -x58500 -x58501 -x58502 -x58503 -x58504 -x58505 -x58506 -x58507 -x58508 -x58509 -x58510 -x58511 -x58512 -x58513 -x58514 -x58563 -x58564 -x58565 -x58566 -x58567 -x58568 -x58569 -x58570 -x58571 -x58572 -x58573 -x58574 -x58575 -x58576 -x58577 -x58578 -x58579 -x58580 -x58581 -x58582 -x58583 -x58584 -x58585 -x58586 -x58587 -x58588 -x58589 -x58590 -x58591 -x58592 -x58593 -x58594 -x58595 -x58596 -x58597 -x58598 -x58599 -x58600 -x58601 -x58602 -x58603 -x58604 -x58605 -x58606 -x58607 -x58608 -x58609 -x58610 -x59331 -x59332 -x59333 -x59334 -x59335 -x59336 -x59337 -x59338 -x59339 -x59340 -x59341 -x59342 -x59343 -x59344 -x59345 -x59346 -x59347 -x59348 -x59349 -x59350 -x59351 -x59352 -x59353 -x59354 -x59355 -x59356 -x59357 -x59358 -x59359 -x59360 -x59361 -x59362 -x59363 -x59364 -x59365 -x59366 -x59367 -x59368 -x59369 -x59370 -x59371 -x59372 -x59373 -x59374 -x59375 -x59376 -x59377 -x59378 -x59859 -x59860 -x59861 -x59862 -x59863 -x59864 -x59865 -x59866 -x59867 -x59868 -x59869 -x59870 -x59871 -x59872 -x59873 -x59874 -x59875 -x59876 -x59877 -x59878 -x59879 -x59880 -x59881 -x59882 -x59883 -x59884 -x59885 -x59886 -x59887 -x59888 -x59889 -x59890 -x59891 -x59892 -x59893 -x59894 -x59895 -x59896 -x59897 -x59898 -x59899 -x59900 -x59901 -x59902 -x59903 -x59904 -x59905 -x59906 -x60339 -x60340 -x60341 -x60342 -x60343 -x60344 -x60345 -x60346 -x60347 -x60348 -x60349 -x60350 -x60351 -x60352 -x60353 -x60354 -x60355 -x60356 -x60357 -x60358 -x60359 -x60360 -x60361 -x60362 -x60363 -x60364 -x60365 -x60366 -x60367 -x60368 -x60369 -x60370 -x60371 -x60372 -x60373 -x60374 -x60375 -x60376 -x60377 -x60378 -x60379 -x60380 -x60381 -x60382 -x60383 -x60384 -x60385 -x60386 -x60867 -x60868 -x60869 -x60870 -x60871 -x60872 -x60873 -x60874 -x60875 -x60876 -x60877 -x60878 -x60879 -x60880 -x60881 -x60882 -x60883 -x60884 -x60885 -x60886 -x60887 -x60888 -x60889 -x60890 -x60891 -x60892 -x60893 -x60894 -x60895 -x60896 -x60897 -x60898 -x60899 -x60900 -x60901 -x60902 -x60903 -x60904 -x60905 -x60906 -x60907 -x60908 -x60909 -x60910 -x60911 -x60912 -x60913 -x60914 -x60963 -x60964 -x60965 -x60966 -x60967 -x60968 -x60969 -x60970 -x60971 -x60972 -x60973 -x60974 -x60975 -x60976 -x60977 -x60978 -x60979 -x60980 -x60981 -x60982 -x60983 -x60984 -x60985 -x60986 -x60987 -x60988 -x60989 -x60990 -x60991 -x60992 -x60993 -x60994 -x60995 -x60996 -x60997 -x60998 -x60999 -x61000 -x61001 -x61002 -x61003 -x61004 -x61005 -x61006 -x61007 -x61008 -x61009 -x61010 -x61011 -x61012 -x61013 -x61014 -x61015 -x61016 -x61017 -x61018 -x61019 -x61020 -x61021 -x61022 -x61023 -x61024 -x61025 -x61026 -x61027 -x61028 -x61029 -x61030 -x61031 -x61032 -x61033 -x61034 -x61035 -x61036 -x61037 -x61038 -x61039 -x61040 -x61041 -x61042 -x61043 -x61044 -x61045 -x61046 -x61047 -x61048 -x61049 -x61050 -x61051 -x61052 -x61053 -x61054 -x61055 -x61056 -x61057 -x61058 -x61059 -x61060 -x61061 -x61062 -x61063 -x61064 -x61065 -x61066 -x61067 -x61068 -x61069 -x61070 -x61071 -x61072 -x61073 -x61074 -x61075 -x61076 -x61077 -x61078 -x61079 -x61080 -x61081 -x61082 -x61083 -x61084 -x61085 -x61086 -x61087 -x61088 -x61089 -x61090 -x61091 -x61092 -x61093 -x61094 -x61095 -x61096 -x61097 -x61098 -x61099 -x61100 -x61101 -x61102 -x61103 -x61104 -x61105 -x61106 -x61107 -x61108 -x61109 -x61110 -x61111 -x61112 -x61113 -x61114 -x61115 -x61116 -x61117 -x61118 -x61119 -x61120 -x61121 -x61122 -x61123 -x61124 -x61125 -x61126 -x61127 -x61128 -x61129 -x61130 -x61131 -x61132 -x61133 -x61134 -x61135 -x61136 -x61137 -x61138 -x61139 -x61140 -x61141 -x61142 -x61143 -x61144 -x61145 -x61146 -x61147 -x61148 -x61149 -x61150 -x61151 -x61152 -x61153 -x61154 -x61155 -x61156 -x61157 -x61158 -x61159 -x61160 -x61161 -x61162 -x61163 -x61164 -x61165 -x61166 -x61167 -x61168 -x61169 -x61170 -x61171 -x61172 -x61173 -x61174 -x61175 -x61176 -x61177 -x61178 -x61179 -x61180 -x61181 -x61182 -x61183 -x61184 -x61185 -x61186 -x61187 -x61188 -x61189 -x61190 -x61191 -x61192 -x61193 -x61194 -x61195 -x61196 -x61197 -x61198 -x61199 -x61200 -x61201 -x61202 -x58851 -x58852 -x58853 -x58854 -x58855 -x58856 -x58857 -x58858 -x58859 -x58860 -x58861 -x58862 -x58863 -x58864 -x58865 -x58866 -x58867 -x58868 -x58869 -x58870 -x58871 -x58872 -x58873 -x58874 -x58875 -x58876 -x58877 -x58878 -x58879 -x58880 -x58881 -x58882 -x58883 -x58884 -x58885 -x58886 -x58887 -x58888 -x58889 -x58890 -x58891 -x58892 -x58893 -x58894 -x58895 -x58896 -x58897 -x58898 -x58899 -x58900 -x58901 -x58902 -x58903 -x58904 -x58905 -x58906 -x58907 -x58908 -x58909 -x58910 -x58911 -x58912 -x58913 -x58914 -x58915 -x58916 -x58917 -x58918 -x58919 -x58920 -x58921 -x58922 -x58923 -x58924 -x58925 -x58926 -x58927 -x58928 -x58929 -x58930 -x58931 -x58932 -x58933 -x58934 -x58935 -x58936 -x58937 -x58938 -x58939 -x58940 -x58941 -x58942 -x58943 -x58944 -x58945 -x58946 -x58947 -x58948 -x58949 -x58950 -x58951 -x58952 -x58953 -x58954 -x58955 -x58956 -x58957 -x58958 -x58959 -x58960 -x58961 -x58962 -x58963 -x58964 -x58965 -x58966 -x58967 -x58968 -x58969 -x58970 -x58971 -x58972 -x58973 -x58974 -x58975 -x58976 -x58977 -x58978 -x58979 -x58980 -x58981 -x58982 -x58983 -x58984 -x58985 -x58986 -x58987 -x58988 -x58989 -x58990 -x58991 -x58992 -x58993 -x58994 -x58995 -x58996 -x58997 -x58998 -x58999 -x59000 -x59001 -x59002 -x59003 -x59004 -x59005 -x59006 -x59007 -x59008 -x59009 -x59010 -x59011 -x59012 -x59013 -x59014 -x59015 -x59016 -x59017 -x59018 -x59019 -x59020 -x59021 -x59022 -x59023 -x59024 -x59025 -x59026 -x59027 -x59028 -x59029 -x59030 -x59031 -x59032 -x59033 -x59034 -x59035 -x59036 -x59037 -x59038 -x59039 -x59040 -x59041 -x59042 -x59043 -x59044 -x59045 -x59046 -x59047 -x59048 -x59049 -x59050 -x59051 -x59052 -x59053 -x59054 -x59055 -x59056 -x59057 -x59058 -x59059 -x59060 -x59061 -x59062 -x59063 -x59064 -x59065 -x59066 -x59067 -x59068 -x59069 -x59070 -x59071 -x59072 -x59073 -x59074 -x59075 -x59076 -x59077 -x59078 -x59079 -x59080 -x59081 -x59082 -x59083 -x59084 -x59085 -x59086 -x59087 -x59088 -x59089 -x59090 -x59091 -x59092 -x59093 -x59094 -x59095 -x59096 -x59097 -x59098 -x59099 -x59100 -x59101 -x59102 -x59103 -x59104 -x59105 -x59106 -x59107 -x59108 -x59109 -x59110 -x59111 -x59112 -x59113 -x59114 -x59115 -x59116 -x59117 -x59118 -x59119 -x59120 -x59121 -x59122 -x59123 -x59124 -x59125 -x59126 -x59127 -x59128 -x59129 -x59130 -x59131 -x59132 -x59133 -x59134 -x59135 -x59136 -x59137 -x59138 -x59139 -x59140 -x59141 -x59142 -x59143 -x59144 -x59145 -x59146 -x59147 -x59148 -x59149 -x59150 -x59151 -x59152 -x59153 -x59154 -x59155 -x59156 -x59157 -x59158 -x59159 -x59160 -x59161 -x59162 -x59163 -x59164 -x59165 -x59166 -x59167 -x59168 -x59169 -x59170 -x59171 -x59172 -x59173 -x59174 -x59175 -x59176 -x59177 -x59178 -x59179 -x59180 -x59181 -x59182 -x59183 -x59184 -x59185 -x59186 -x59187 -x59188 -x59189 -x59190 -x59191 -x59192 -x59193 -x59194 -x59195 -x59196 -x59197 -x59198 -x59199 -x59200 -x59201 -x59202 -x59203 -x59204 -x59205 -x59206 -x59207 -x59208 -x59209 -x59210 -x59211 -x59212 -x59213 -x59214 -x59215 -x59216 -x59217 -x59218 -x59219 -x59220 -x59221 -x59222 -x59223 -x59224 -x59225 -x59226 -x59227 -x59228 -x59229 -x59230 -x59231 -x59232 -x59233 -x59234 -x59235 -x59236 -x59237 -x59238 -x59239 -x59240 -x59241 -x59242 -x59243 -x59244 -x59245 -x59246 -x59247 -x59248 -x59249 -x59250 -x59251 -x59252 -x59253 -x59254 -x59255 -x59256 -x59257 -x59258 -x59259 -x59260 -x59261 -x59262 -x59263 -x59264 -x59265 -x59266 -x59267 -x59268 -x59269 -x59270 -x59271 -x59272 -x59273 -x59274 -x59275 -x59276 -x59277 -x59278 -x59279 -x59280 -x59281 -x59282 -x59283 -x59284 -x59285 -x59286 -x59287 -x59288 -x59289 -x59290 -x59291 -x59292 -x59293 -x59294 -x59295 -x59296 -x59297 -x59298 -x59299 -x59300 -x59301 -x59302 -x59303 -x59304 -x59305 -x59306 -x59307 -x59308 -x59309 -x59310 -x59311 -x59312 -x59313 -x59314 -x59315 -x59316 -x59317 -x59318 -x59319 -x59320 -x59321 -x59322 -x59323 -x59324 -x59325 -x59326 -x59327 -x59328 -x59329 -x59330 -x59379 -x59380 -x59381 -x59382 -x59383 -x59384 -x59385 -x59386 -x59387 -x59388 -x59389 -x59390 -x59391 -x59392 -x59393 -x59394 -x59395 -x59396 -x59397 -x59398 -x59399 -x59400 -x59401 -x59402 -x59403 -x59404 -x59405 -x59406 -x59407 -x59408 -x59409 -x59410 -x59411 -x59412 -x59413 -x59414 -x59415 -x59416 -x59417 -x59418 -x59419 -x59420 -x59421 -x59422 -x59423 -x59424 -x59425 -x59426 -x59427 -x59428 -x59429 -x59430 -x59431 -x59432 -x59433 -x59434 -x59435 -x59436 -x59437 -x59438 -x59439 -x59440 -x59441 -x59442 -x59443 -x59444 -x59445 -x59446 -x59447 -x59448 -x59449 -x59450 -x59451 -x59452 -x59453 -x59454 -x59455 -x59456 -x59457 -x59458 -x59459 -x59460 -x59461 -x59462 -x59463 -x59464 -x59465 -x59466 -x59467 -x59468 -x59469 -x59470 -x59471 -x59472 -x59473 -x59474 -x59475 -x59476 -x59477 -x59478 -x59479 -x59480 -x59481 -x59482 -x59483 -x59484 -x59485 -x59486 -x59487 -x59488 -x59489 -x59490 -x59491 -x59492 -x59493 -x59494 -x59495 -x59496 -x59497 -x59498 -x59499 -x59500 -x59501 -x59502 -x59503 -x59504 -x59505 -x59506 -x59507 -x59508 -x59509 -x59510 -x59511 -x59512 -x59513 -x59514 -x59515 -x59516 -x59517 -x59518 -x59519 -x59520 -x59521 -x59522 -x59523 -x59524 -x59525 -x59526 -x59527 -x59528 -x59529 -x59530 -x59531 -x59532 -x59533 -x59534 -x59535 -x59536 -x59537 -x59538 -x59539 -x59540 -x59541 -x59542 -x59543 -x59544 -x59545 -x59546 -x59547 -x59548 -x59549 -x59550 -x59551 -x59552 -x59553 -x59554 -x59555 -x59556 -x59557 -x59558 -x59559 -x59560 -x59561 -x59562 -x59563 -x59564 -x59565 -x59566 -x59567 -x59568 -x59569 -x59570 -x59571 -x59572 -x59573 -x59574 -x59575 -x59576 -x59577 -x59578 -x59579 -x59580 -x59581 -x59582 -x59583 -x59584 -x59585 -x59586 -x59587 -x59588 -x59589 -x59590 -x59591 -x59592 -x59593 -x59594 -x59595 -x59596 -x59597 -x59598 -x59599 -x59600 -x59601 -x59602 -x59603 -x59604 -x59605 -x59606 -x59607 -x59608 -x59609 -x59610 -x59611 -x59612 -x59613 -x59614 -x59615 -x59616 -x59617 -x59618 -x59619 -x59620 -x59621 -x59622 -x59623 -x59624 -x59625 -x59626 -x59627 -x59628 -x59629 -x59630 -x59631 -x59632 -x59633 -x59634 -x59635 -x59636 -x59637 -x59638 -x59639 -x59640 -x59641 -x59642 -x59643 -x59644 -x59645 -x59646 -x59647 -x59648 -x59649 -x59650 -x59651
3600.03/3614.43	v -x59652 -x59653 -x59654 -x59655 -x59656 -x59657 -x59658 -x59659 -x59660 -x59661 -x59662 -x59663 -x59664 -x59665 -x59666 -x59667 -x59668 -x59669 -x59670 -x59671 -x59672 -x59673 -x59674 -x59675 -x59676 -x59677 -x59678 -x59679 -x59680 -x59681 -x59682 -x59683 -x59684 -x59685 -x59686 -x59687 -x59688 -x59689 -x59690 -x59691 -x59692 -x59693 -x59694 -x59695 -x59696 -x59697 -x59698 -x59699 -x59700 -x59701 -x59702 -x59703 -x59704 -x59705 -x59706 -x59707 -x59708 -x59709 -x59710 -x59711 -x59712 -x59713 -x59714 -x59715 -x59716 -x59717 -x59718 -x59719 -x59720 -x59721 -x59722 -x59723 -x59724 -x59725 -x59726 -x59727 -x59728 -x59729 -x59730 -x59731 -x59732 -x59733 -x59734 -x59735 -x59736 -x59737 -x59738 -x59739 -x59740 -x59741 -x59742 -x59743 -x59744 -x59745 -x59746 -x59747 -x59748 -x59749 -x59750 -x59751 -x59752 -x59753 -x59754 -x59755 -x59756 -x59757 -x59758 -x59759 -x59760 -x59761 -x59762 -x59763 -x59764 -x59765 -x59766 -x59767 -x59768 -x59769 -x59770 -x59771 -x59772 -x59773 -x59774 -x59775 -x59776 -x59777 -x59778 -x59779 -x59780 -x59781 -x59782 -x59783 -x59784 -x59785 -x59786 -x59787 -x59788 -x59789 -x59790 -x59791 -x59792 -x59793 -x59794 -x59795 -x59796 -x59797 -x59798 -x59799 -x59800 -x59801 -x59802 -x59803 -x59804 -x59805 -x59806 -x59807 -x59808 -x59809 -x59810 -x59811 -x59812 -x59813 -x59814 -x59815 -x59816 -x59817 -x59818 -x59819 -x59820 -x59821 -x59822 -x59823 -x59824 -x59825 -x59826 -x59827 -x59828 -x59829 -x59830 -x59831 -x59832 -x59833 -x59834 -x59835 -x59836 -x59837 -x59838 -x59839 -x59840 -x59841 -x59842 -x59843 -x59844 -x59845 -x59846 -x59847 -x59848 -x59849 -x59850 -x59851 -x59852 -x59853 -x59854 -x59855 -x59856 -x59857 -x59858 -x59907 -x59908 -x59909 -x59910 -x59911 -x59912 -x59913 -x59914 -x59915 -x59916 -x59917 -x59918 -x59919 -x59920 -x59921 -x59922 -x59923 -x59924 -x59925 -x59926 -x59927 -x59928 -x59929 -x59930 -x59931 -x59932 -x59933 -x59934 -x59935 -x59936 -x59937 -x59938 -x59939 -x59940 -x59941 -x59942 -x59943 -x59944 -x59945 -x59946 -x59947 -x59948 -x59949 -x59950 -x59951 -x59952 -x59953 -x59954 -x59955 -x59956 -x59957 -x59958 -x59959 -x59960 -x59961 -x59962 -x59963 -x59964 -x59965 -x59966 -x59967 -x59968 -x59969 -x59970 -x59971 -x59972 -x59973 -x59974 -x59975 -x59976 -x59977 -x59978 -x59979 -x59980 -x59981 -x59982 -x59983 -x59984 -x59985 -x59986 -x59987 -x59988 -x59989 -x59990 -x59991 -x59992 -x59993 -x59994 -x59995 -x59996 -x59997 -x59998 -x59999 -x60000 -x60001 -x60002 -x60003 -x60004 -x60005 -x60006 -x60007 -x60008 -x60009 -x60010 -x60011 -x60012 -x60013 -x60014 -x60015 -x60016 -x60017 -x60018 -x60019 -x60020 -x60021 -x60022 -x60023 -x60024 -x60025 -x60026 -x60027 -x60028 -x60029 -x60030 -x60031 -x60032 -x60033 -x60034 -x60035 -x60036 -x60037 -x60038 -x60039 -x60040 -x60041 -x60042 -x60043 -x60044 -x60045 -x60046 -x60047 -x60048 -x60049 -x60050 -x60051 -x60052 -x60053 -x60054 -x60055 -x60056 -x60057 -x60058 -x60059 -x60060 -x60061 -x60062 -x60063 -x60064 -x60065 -x60066 -x60067 -x60068 -x60069 -x60070 -x60071 -x60072 -x60073 -x60074 -x60075 -x60076 -x60077 -x60078 -x60079 -x60080 -x60081 -x60082 -x60083 -x60084 -x60085 -x60086 -x60087 -x60088 -x60089 -x60090 -x60091 -x60092 -x60093 -x60094 -x60095 -x60096 -x60097 -x60098 -x60099 -x60100 -x60101 -x60102 -x60103 -x60104 -x60105 -x60106 -x60107 -x60108 -x60109 -x60110 -x60111 -x60112 -x60113 -x60114 -x60115 -x60116 -x60117 -x60118 -x60119 -x60120 -x60121 -x60122 -x60123 -x60124 -x60125 -x60126 -x60127 -x60128 -x60129 -x60130 -x60131 -x60132 -x60133 -x60134 -x60135 -x60136 -x60137 -x60138 -x60139 -x60140 -x60141 -x60142 -x60143 -x60144 -x60145 -x60146 -x60147 -x60148 -x60149 -x60150 -x60151 -x60152 -x60153 -x60154 -x60155 -x60156 -x60157 -x60158 -x60159 -x60160 -x60161 -x60162 -x60163 -x60164 -x60165 -x60166 -x60167 -x60168 -x60169 -x60170 -x60171 -x60172 -x60173 -x60174 -x60175 -x60176 -x60177 -x60178 -x60179 -x60180 -x60181 -x60182 -x60183 -x60184 -x60185 -x60186 -x60187 -x60188 -x60189 -x60190 -x60191 -x60192 -x60193 -x60194 -x60195 -x60196 -x60197 -x60198 -x60199 -x60200 -x60201 -x60202 -x60203 -x60204 -x60205 -x60206 -x60207 -x60208 -x60209 -x60210 -x60211 -x60212 -x60213 -x60214 -x60215 -x60216 -x60217 -x60218 -x60219 -x60220 -x60221 -x60222 -x60223 -x60224 -x60225 -x60226 -x60227 -x60228 -x60229 -x60230 -x60231 -x60232 -x60233 -x60234 -x60235 -x60236 -x60237 -x60238 -x60239 -x60240 -x60241 -x60242 -x60243 -x60244 -x60245 -x60246 -x60247 -x60248 -x60249 -x60250 -x60251 -x60252 -x60253 -x60254 -x60255 -x60256 -x60257 -x60258 -x60259 -x60260 -x60261 -x60262 -x60263 -x60264 -x60265 -x60266 -x60267 -x60268 -x60269 -x60270 -x60271 -x60272 -x60273 -x60274 -x60275 -x60276 -x60277 -x60278 -x60279 -x60280 -x60281 -x60282 -x60283 -x60284 -x60285 -x60286 -x60287 -x60288 -x60289 -x60290 -x60291 -x60292 -x60293 -x60294 -x60295 -x60296 -x60297 -x60298 -x60299 -x60300 -x60301 -x60302 -x60303 -x60304 -x60305 -x60306 -x60307 -x60308 -x60309 -x60310 -x60311 -x60312 -x60313 -x60314 -x60315 -x60316 -x60317 -x60318 -x60319 -x60320 -x60321 -x60322 -x60323 -x60324 -x60325 -x60326 -x60327 -x60328 -x60329 -x60330 -x60331 -x60332 -x60333 -x60334 -x60335 -x60336 -x60337 -x60338 -x60387 -x60388 -x60389 -x60390 -x60391 -x60392 -x60393 -x60394 -x60395 -x60396 -x60397 -x60398 -x60399 -x60400 -x60401 -x60402 -x60403 -x60404 -x60405 -x60406 -x60407 -x60408 -x60409 -x60410 -x60411 -x60412 -x60413 -x60414 -x60415 -x60416 -x60417 -x60418 -x60419 -x60420 -x60421 -x60422 -x60423 -x60424 -x60425 -x60426 -x60427 -x60428 -x60429 -x60430 -x60431 -x60432 -x60433 -x60434 -x60435 -x60436 -x60437 -x60438 -x60439 -x60440 -x60441 -x60442 -x60443 -x60444 -x60445 -x60446 -x60447 -x60448 -x60449 -x60450 -x60451 -x60452 -x60453 -x60454 -x60455 -x60456 -x60457 -x60458 -x60459 -x60460 -x60461 -x60462 -x60463 -x60464 -x60465 -x60466 -x60467 -x60468 -x60469 -x60470 -x60471 -x60472 -x60473 -x60474 -x60475 -x60476 -x60477 -x60478 -x60479 -x60480 -x60481 -x60482 -x60483 -x60484 -x60485 -x60486 -x60487 -x60488 -x60489 -x60490 -x60491 -x60492 -x60493 -x60494 -x60495 -x60496 -x60497 -x60498 -x60499 -x60500 -x60501 -x60502 -x60503 -x60504 -x60505 -x60506 -x60507 -x60508 -x60509 -x60510 -x60511 -x60512 -x60513 -x60514 -x60515 -x60516 -x60517 -x60518 -x60519 -x60520 -x60521 -x60522 -x60523 -x60524 -x60525 -x60526 -x60527 -x60528 -x60529 -x60530 -x60531 -x60532 -x60533 -x60534 -x60535 -x60536 -x60537 -x60538 -x60539 -x60540 -x60541 -x60542 -x60543 -x60544 -x60545 -x60546 -x60547 -x60548 -x60549 -x60550 -x60551 -x60552 -x60553 -x60554 -x60555 -x60556 -x60557 -x60558 -x60559 -x60560 -x60561 -x60562 -x60563 -x60564 -x60565 -x60566 -x60567 -x60568 -x60569 -x60570 -x60571 -x60572 -x60573 -x60574 -x60575 -x60576 -x60577 -x60578 -x60579 -x60580 -x60581 -x60582 -x60583 -x60584 -x60585 -x60586 -x60587 -x60588 -x60589 -x60590 -x60591 -x60592 -x60593 -x60594 -x60595 -x60596 -x60597 -x60598 -x60599 -x60600 -x60601 -x60602 -x60603 -x60604 -x60605 -x60606 -x60607 -x60608 -x60609 -x60610 -x60611 -x60612 -x60613 -x60614 -x60615 -x60616 -x60617 -x60618 -x60619 -x60620 -x60621 -x60622 -x60623 -x60624 -x60625 -x60626 -x60627 -x60628 -x60629 -x60630 -x60631 -x60632 -x60633 -x60634 -x60635 -x60636 -x60637 -x60638 -x60639 -x60640 -x60641 -x60642 -x60643 -x60644 -x60645 -x60646 -x60647 -x60648 -x60649 -x60650 -x60651 -x60652 -x60653 -x60654 -x60655 -x60656 -x60657 -x60658 -x60659 -x60660 -x60661 -x60662 -x60663 -x60664 -x60665 -x60666 -x60667 -x60668 -x60669 -x60670 -x60671 -x60672 -x60673 -x60674 -x60675 -x60676 -x60677 -x60678 -x60679 -x60680 -x60681 -x60682 -x60683 -x60684 -x60685 -x60686 -x60687 -x60688 -x60689 -x60690 -x60691 -x60692 -x60693 -x60694 -x60695 -x60696 -x60697 -x60698 -x60699 -x60700 -x60701 -x60702 -x60703 -x60704 -x60705 -x60706 -x60707 -x60708 -x60709 -x60710 -x60711 -x60712 -x60713 -x60714 -x60715 -x60716 -x60717 -x60718 -x60719 -x60720 -x60721 -x60722 -x60723 -x60724 -x60725 -x60726 -x60727 -x60728 -x60729 -x60730 -x60731 -x60732 -x60733 -x60734 -x60735 -x60736 -x60737 -x60738 -x60739 -x60740 -x60741 -x60742 -x60743 -x60744 -x60745 -x60746 -x60747 -x60748 -x60749 -x60750 -x60751 -x60752 -x60753 -x60754 -x60755 -x60756 -x60757 -x60758 -x60759 -x60760 -x60761 -x60762 -x60763 -x60764 -x60765 -x60766 -x60767 -x60768 -x60769 -x60770 -x60771 -x60772 -x60773 -x60774 -x60775 -x60776 -x60777 -x60778 -x60779 -x60780 -x60781 -x60782 -x60783 -x60784 -x60785 -x60786 -x60787 -x60788 -x60789 -x60790 -x60791 -x60792 -x60793 -x60794 -x60795 -x60796 -x60797 -x60798 -x60799 -x60800 -x60801 -x60802 -x60803 -x60804 -x60805 -x60806 -x60807 -x60808 -x60809 -x60810 -x60811 -x60812 -x60813 -x60814 -x60815 -x60816 -x60817 -x60818 -x60819 -x60820 -x60821 -x60822 -x60823 -x60824 -x60825 -x60826 -x60827 -x60828 -x60829 -x60830 -x60831 -x60832 -x60833 -x60834 -x60835 -x60836 -x60837 -x60838 -x60839 -x60840 -x60841 -x60842 -x60843 -x60844 -x60845 -x60846 -x60847 -x60848 -x60849 -x60850 -x60851 -x60852 -x60853 -x60854 -x60855 -x60856 -x60857 -x60858 -x60859 -x60860 -x60861 -x60862 -x60863 -x60864 -x60865 -x60866 -x60915 -x60916 -x60917 -x60918 -x60919 -x60920 -x60921 -x60922 -x60923 -x60924 -x60925 -x60926 -x60927 -x60928 -x60929 -x60930 -x60931 -x60932 -x60933 -x60934 -x60935 -x60936 -x60937 -x60938 -x60939 -x60940 -x60941 -x60942 -x60943 -x60944 -x60945 -x60946 -x60947 -x60948 -x60949 -x60950 -x60951 -x60952 -x60953 -x60954 -x60955 -x60956 -x60957 -x60958 -x60959 -x60960 -x60961 -x60962 -x61683 -x61684 -x61685 -x61686 -x61687 -x61688 -x61689 -x61690 -x61691 -x61692 -x61693 -x61694 -x61695 -x61696 -x61697 -x61698 -x61699 -x61700 -x61701 -x61702 -x61703 -x61704 -x61705 -x61706 -x61707 -x61708 -x61709 -x61710 -x61711 -x61712 -x61713 -x61714 -x61715 -x61716 -x61717 -x61718 -x61719 -x61720 -x61721 -x61722 -x61723 -x61724 -x61725 -x61726 -x61727 -x61728 -x61729 -x61730 -x62211 -x62212 -x62213 -x62214 -x62215 -x62216 -x62217 -x62218 -x62219 -x62220 -x62221 -x62222 -x62223 -x62224 -x62225 -x62226 -x62227 -x62228 -x62229 -x62230 -x62231 -x62232 -x62233 -x62234 -x62235 -x62236 -x62237 -x62238 -x62239 -x62240 -x62241 -x62242 -x62243 -x62244 -x62245 -x62246 -x62247 -x62248 -x62249 -x62250 -x62251 -x62252 -x62253 -x62254 -x62255 -x62256 -x62257 -x62258 -x62691 -x62692 -x62693 -x62694 -x62695 -x62696 -x62697 -x62698 -x62699 -x62700 -x62701 -x62702 -x62703 -x62704 -x62705 -x62706 -x62707 -x62708 -x62709 -x62710 -x62711 -x62712 -x62713 -x62714 -x62715 -x62716 -x62717 -x62718 -x62719 -x62720 -x62721 -x62722 -x62723 -x62724 -x62725 -x62726 -x62727 -x62728 -x62729 -x62730 -x62731 -x62732 -x62733 -x62734 -x62735 -x62736 -x62737 -x62738 -x63219 -x63220 -x63221 -x63222 -x63223 -x63224 -x63225 -x63226 -x63227 -x63228 -x63229 -x63230 -x63231 -x63232 -x63233 -x63234 -x63235 -x63236 -x63237 -x63238 -x63239 -x63240 -x63241 -x63242 -x63243 -x63244 -x63245 -x63246 -x63247 -x63248 -x63249 -x63250 -x63251 -x63252 -x63253 -x63254 -x63255 -x63256 -x63257 -x63258 -x63259 -x63260 -x63261 -x63262 -x63263 -x63264 -x63265 -x63266 -x63315 -x63316 -x63317 -x63318 -x63319 -x63320 -x63321 -x63322 -x63323 -x63324 -x63325 -x63326 -x63327 -x63328 -x63329 -x63330 -x63331 -x63332 -x63333 -x63334 -x63335 -x63336 -x63337 -x63338 -x63339 -x63340 -x63341 -x63342 -x63343 -x63344 -x63345 -x63346 -x63347 -x63348 -x63349 -x63350 -x63351 -x63352 -x63353 -x63354 -x63355 -x63356 -x63357 -x63358 -x63359 -x63360 -x63361 -x63362 -x63363 -x63364 -x63365 -x63366 -x63367 -x63368 -x63369 -x63370 -x63371 -x63372 -x63373 -x63374 -x63375 -x63376 -x63377 -x63378 -x63379 -x63380 -x63381 -x63382 -x63383 -x63384 -x63385 -x63386 -x63387 -x63388 -x63389 -x63390 -x63391 -x63392 -x63393 -x63394 -x63395 -x63396 -x63397 -x63398 -x63399 -x63400 -x63401 -x63402 -x63403 -x63404 -x63405 -x63406 -x63407 -x63408 -x63409 -x63410 -x63411 -x63412 -x63413 -x63414 -x63415 -x63416 -x63417 -x63418 -x63419 -x63420 -x63421 -x63422 -x63423 -x63424 -x63425 -x63426 -x63427 -x63428 -x63429 -x63430 -x63431 -x63432 -x63433 -x63434 -x63435 -x63436 -x63437 -x63438 -x63439 -x63440 -x63441 -x63442 -x63443 -x63444 -x63445 -x63446 -x63447 -x63448 -x63449 -x63450 -x63451 -x63452 -x63453 -x63454 -x63455 -x63456 -x63457 -x63458 -x63459 -x63460 -x63461 -x63462 -x63463 -x63464 -x63465 -x63466 -x63467 -x63468 -x63469 -x63470 -x63471 -x63472 -x63473 -x63474 -x63475 -x63476 -x63477 -x63478 -x63479 -x63480 -x63481 -x63482 -x63483 -x63484 -x63485 -x63486 -x63487 -x63488 -x63489 -x63490 -x63491 -x63492 -x63493 -x63494 -x63495 -x63496 -x63497 -x63498 -x63499 -x63500 -x63501 -x63502 -x63503 -x63504 -x63505 -x63506 -x63507 -x63508 -x63509 -x63510 -x63511 -x63512 -x63513 -x63514 -x63515 -x63516 -x63517 -x63518 -x63519 -x63520 -x63521 -x63522 -x63523 -x63524 -x63525 -x63526 -x63527 -x63528 -x63529 -x63530 -x63531 -x63532 -x63533 -x63534 -x63535 -x63536 -x63537 -x63538 -x63539 -x63540 -x63541 -x63542 -x63543 -x63544 -x63545 -x63546 -x63547 -x63548 -x63549 -x63550 -x63551 -x63552 -x63553 -x63554 -x61203 -x61204 -x61205 -x61206 -x61207 -x61208 -x61209 -x61210 -x61211 -x61212 -x61213 -x61214 -x61215 -x61216 -x61217 -x61218 -x61219 -x61220 -x61221 -x61222 -x61223 -x61224 -x61225 -x61226 -x61227 -x61228 -x61229 -x61230 -x61231 -x61232 -x61233 -x61234 -x61235 -x61236 -x61237 -x61238 -x61239 -x61240 -x61241 -x61242 -x61243 -x61244 -x61245 -x61246 -x61247 -x61248 -x61249 -x61250 -x61251 -x61252 -x61253 -x61254 -x61255 -x61256 -x61257 -x61258 -x61259 -x61260 -x61261 -x61262 -x61263 -x61264 -x61265 -x61266 -x61267 -x61268 -x61269 -x61270 -x61271 -x61272 -x61273 -x61274 -x61275 -x61276 -x61277 -x61278 -x61279 -x61280 -x61281 -x61282 -x61283 -x61284 -x61285 -x61286 -x61287 -x61288 -x61289 -x61290 -x61291 -x61292 -x61293 -x61294 -x61295 -x61296 -x61297 -x61298 -x61299 -x61300 -x61301 -x61302 -x61303 -x61304 -x61305 -x61306 -x61307 -x61308 -x61309 -x61310 -x61311 -x61312 -x61313 -x61314 -x61315 -x61316 -x61317 -x61318 -x61319 -x61320 -x61321 -x61322 -x61323 -x61324 -x61325 -x61326 -x61327 -x61328 -x61329 -x61330 -x61331 -x61332 -x61333 -x61334 -x61335 -x61336 -x61337 -x61338 -x61339 -x61340 -x61341 -x61342 -x61343 -x61344 -x61345 -x61346 -x61347 -x61348 -x61349 -x61350 -x61351 -x61352 -x61353 -x61354 -x61355 -x61356 -x61357 -x61358 -x61359 -x61360 -x61361 -x61362 -x61363 -x61364 -x61365 -x61366 -x61367 -x61368 -x61369 -x61370 -x61371 -x61372 -x61373 -x61374 -x61375 -x61376 -x61377 -x61378 -x61379 -x61380 -x61381 -x61382 -x61383 -x61384 -x61385 x61386 -x61387 -x61388 -x61389 -x61390 -x61391 -x61392 -x61393 -x61394 -x61395 -x61396 -x61397 -x61398 -x61399 -x61400 -x61401 -x61402 -x61403 -x61404 -x61405 -x61406 -x61407 -x61408 -x61409 -x61410 -x61411 -x61412 -x61413 -x61414 -x61415 -x61416 -x61417 -x61418 -x61419 -x61420 -x61421 -x61422 -x61423 -x61424 -x61425 -x61426 -x61427 -x61428 -x61429 -x61430 -x61431 -x61432 -x61433 -x61434 -x61435 -x61436 -x61437 -x61438 -x61439 -x61440 -x61441 -x61442 -x61443 -x61444 -x61445 -x61446 -x61447 -x61448 -x61449 -x61450 -x61451 -x61452 -x61453 -x61454 -x61455 -x61456 -x61457 -x61458 -x61459 -x61460 -x61461 -x61462 -x61463 -x61464 -x61465 -x61466 -x61467 -x61468 -x61469 -x61470 -x61471 -x61472 -x61473 -x61474 -x61475 -x61476 -x61477 -x61478 -x61479 -x61480 -x61481 -x61482 -x61483 -x61484 -x61485 -x61486 -x61487 -x61488 -x61489 -x61490 -x61491 -x61492 -x61493 -x61494 -x61495 -x61496 -x61497 -x61498 -x61499 -x61500 -x61501 -x61502 -x61503 -x61504 -x61505 -x61506 -x61507 -x61508 -x61509 -x61510 -x61511 -x61512 -x61513 -x61514 -x61515 -x61516 -x61517 -x61518 -x61519 -x61520 -x61521 -x61522 -x61523 -x61524 -x61525 -x61526 -x61527 -x61528 -x61529 -x61530 -x61531 -x61532 -x61533 -x61534 -x61535 -x61536 -x61537 -x61538 -x61539 -x61540 -x61541 -x61542 -x61543 -x61544 -x61545 -x61546 -x61547 -x61548 -x61549 -x61550 -x61551 -x61552 -x61553 -x61554 -x61555 -x61556 -x61557 -x61558 -x61559 -x61560 -x61561 -x61562 -x61563 -x61564 -x61565 -x61566 -x61567 -x61568 -x61569 -x61570 -x61571 -x61572 -x61573 -x61574 -x61575 -x61576 -x61577 -x61578 -x61579 -x61580 -x61581 -x61582 -x61583 -x61584 -x61585 -x61586 -x61587 -x61588 -x61589 -x61590 -x61591 -x61592 -x61593 -x61594 -x61595 -x61596 -x61597 -x61598 -x61599 -x61600 -x61601 -x61602 -x61603
3600.03/3614.43	v -x61604 -x61605 -x61606 -x61607 -x61608 -x61609 -x61610 -x61611 -x61612 -x61613 -x61614 -x61615 -x61616 -x61617 -x61618 -x61619 -x61620 -x61621 -x61622 -x61623 -x61624 -x61625 -x61626 -x61627 -x61628 -x61629 -x61630 -x61631 -x61632 -x61633 -x61634 -x61635 -x61636 -x61637 -x61638 -x61639 -x61640 -x61641 -x61642 -x61643 -x61644 -x61645 -x61646 -x61647 -x61648 -x61649 -x61650 -x61651 -x61652 -x61653 -x61654 -x61655 -x61656 -x61657 -x61658 -x61659 -x61660 -x61661 -x61662 -x61663 -x61664 -x61665 -x61666 -x61667 -x61668 -x61669 -x61670 -x61671 -x61672 -x61673 -x61674 -x61675 -x61676 -x61677 -x61678 -x61679 -x61680 -x61681 -x61682 -x61731 -x61732 -x61733 -x61734 -x61735 -x61736 -x61737 -x61738 -x61739 -x61740 -x61741 -x61742 -x61743 -x61744 -x61745 -x61746 -x61747 -x61748 -x61749 -x61750 -x61751 -x61752 -x61753 -x61754 -x61755 -x61756 -x61757 -x61758 -x61759 -x61760 -x61761 -x61762 -x61763 -x61764 -x61765 -x61766 -x61767 -x61768 -x61769 -x61770 -x61771 -x61772 -x61773 -x61774 -x61775 -x61776 -x61777 -x61778 -x61779 -x61780 -x61781 -x61782 -x61783 -x61784 -x61785 -x61786 -x61787 -x61788 -x61789 -x61790 -x61791 -x61792 -x61793 -x61794 -x61795 -x61796 -x61797 -x61798 -x61799 -x61800 -x61801 -x61802 -x61803 -x61804 -x61805 -x61806 -x61807 -x61808 -x61809 -x61810 -x61811 -x61812 -x61813 -x61814 -x61815 -x61816 -x61817 -x61818 -x61819 -x61820 -x61821 -x61822 -x61823 -x61824 -x61825 -x61826 -x61827 -x61828 -x61829 -x61830 -x61831 -x61832 -x61833 -x61834 -x61835 -x61836 -x61837 -x61838 -x61839 -x61840 -x61841 -x61842 -x61843 -x61844 -x61845 -x61846 -x61847 -x61848 -x61849 -x61850 -x61851 -x61852 -x61853 -x61854 -x61855 -x61856 -x61857 -x61858 -x61859 -x61860 -x61861 -x61862 -x61863 -x61864 -x61865 -x61866 -x61867 -x61868 -x61869 -x61870 -x61871 -x61872 -x61873 -x61874 -x61875 -x61876 -x61877 -x61878 -x61879 -x61880 -x61881 -x61882 -x61883 -x61884 -x61885 -x61886 -x61887 -x61888 -x61889 -x61890 -x61891 -x61892 -x61893 -x61894 -x61895 -x61896 -x61897 -x61898 -x61899 -x61900 -x61901 -x61902 -x61903 -x61904 -x61905 -x61906 -x61907 -x61908 -x61909 -x61910 -x61911 -x61912 -x61913 -x61914 -x61915 -x61916 -x61917 -x61918 -x61919 -x61920 -x61921 -x61922 -x61923 -x61924 -x61925 -x61926 -x61927 -x61928 -x61929 -x61930 -x61931 -x61932 -x61933 -x61934 -x61935 -x61936 -x61937 -x61938 -x61939 -x61940 -x61941 -x61942 -x61943 -x61944 -x61945 -x61946 -x61947 -x61948 -x61949 -x61950 -x61951 -x61952 -x61953 -x61954 -x61955 -x61956 -x61957 -x61958 -x61959 -x61960 -x61961 -x61962 -x61963 -x61964 -x61965 -x61966 -x61967 -x61968 -x61969 -x61970 -x61971 -x61972 -x61973 -x61974 -x61975 -x61976 -x61977 -x61978 -x61979 -x61980 -x61981 -x61982 -x61983 -x61984 -x61985 -x61986 -x61987 -x61988 -x61989 -x61990 -x61991 -x61992 -x61993 -x61994 -x61995 -x61996 -x61997 -x61998 -x61999 -x62000 -x62001 -x62002 -x62003 -x62004 -x62005 -x62006 -x62007 -x62008 -x62009 -x62010 -x62011 -x62012 -x62013 -x62014 -x62015 -x62016 -x62017 -x62018 -x62019 -x62020 -x62021 -x62022 -x62023 -x62024 -x62025 -x62026 -x62027 -x62028 -x62029 -x62030 -x62031 -x62032 -x62033 -x62034 -x62035 -x62036 -x62037 -x62038 -x62039 -x62040 -x62041 -x62042 -x62043 -x62044 -x62045 -x62046 -x62047 -x62048 -x62049 -x62050 -x62051 -x62052 -x62053 -x62054 -x62055 -x62056 -x62057 -x62058 -x62059 -x62060 -x62061 -x62062 -x62063 -x62064 -x62065 -x62066 -x62067 -x62068 -x62069 -x62070 -x62071 -x62072 -x62073 -x62074 -x62075 -x62076 -x62077 -x62078 -x62079 -x62080 -x62081 -x62082 -x62083 -x62084 -x62085 -x62086 -x62087 -x62088 -x62089 -x62090 -x62091 -x62092 -x62093 -x62094 -x62095 -x62096 -x62097 -x62098 -x62099 -x62100 -x62101 -x62102 -x62103 -x62104 -x62105 x62106 -x62107 -x62108 -x62109 -x62110 -x62111 -x62112 -x62113 -x62114 -x62115 -x62116 -x62117 -x62118 -x62119 -x62120 -x62121 -x62122 -x62123 -x62124 -x62125 -x62126 -x62127 -x62128 -x62129 -x62130 -x62131 -x62132 -x62133 -x62134 -x62135 -x62136 -x62137 -x62138 -x62139 -x62140 -x62141 -x62142 -x62143 -x62144 -x62145 -x62146 -x62147 -x62148 -x62149 -x62150 -x62151 -x62152 -x62153 -x62154 -x62155 -x62156 -x62157 -x62158 -x62159 -x62160 -x62161 -x62162 -x62163 -x62164 -x62165 -x62166 -x62167 -x62168 -x62169 -x62170 -x62171 -x62172 -x62173 -x62174 -x62175 -x62176 -x62177 -x62178 -x62179 -x62180 -x62181 -x62182 -x62183 -x62184 -x62185 -x62186 -x62187 -x62188 -x62189 -x62190 -x62191 -x62192 -x62193 -x62194 -x62195 -x62196 -x62197 -x62198 -x62199 -x62200 -x62201 x62202 -x62203 -x62204 -x62205 -x62206 -x62207 -x62208 -x62209 -x62210 -x62259 -x62260 -x62261 -x62262 -x62263 -x62264 -x62265 -x62266 -x62267 -x62268 -x62269 -x62270 -x62271 -x62272 -x62273 -x62274 -x62275 -x62276 -x62277 -x62278 -x62279 -x62280 -x62281 -x62282 -x62283 -x62284 -x62285 -x62286 -x62287 -x62288 -x62289 -x62290 -x62291 -x62292 -x62293 -x62294 -x62295 -x62296 -x62297 -x62298 -x62299 -x62300 -x62301 -x62302 -x62303 -x62304 -x62305 -x62306 -x62307 -x62308 -x62309 -x62310 -x62311 -x62312 -x62313 -x62314 -x62315 -x62316 -x62317 -x62318 -x62319 -x62320 -x62321 -x62322 -x62323 -x62324 -x62325 -x62326 -x62327 -x62328 -x62329 -x62330 -x62331 -x62332 -x62333 -x62334 -x62335 -x62336 -x62337 -x62338 -x62339 -x62340 -x62341 -x62342 -x62343 -x62344 -x62345 -x62346 -x62347 -x62348 -x62349 -x62350 -x62351 -x62352 -x62353 -x62354 -x62355 -x62356 -x62357 -x62358 -x62359 -x62360 -x62361 -x62362 -x62363 -x62364 -x62365 -x62366 -x62367 -x62368 -x62369 -x62370 -x62371 -x62372 -x62373 -x62374 -x62375 -x62376 -x62377 -x62378 -x62379 -x62380 -x62381 -x62382 -x62383 -x62384 -x62385 -x62386 -x62387 -x62388 -x62389 -x62390 -x62391 -x62392 -x62393 -x62394 -x62395 -x62396 -x62397 -x62398 -x62399 -x62400 -x62401 -x62402 -x62403 -x62404 -x62405 -x62406 -x62407 -x62408 -x62409 -x62410 -x62411 -x62412 -x62413 -x62414 -x62415 -x62416 -x62417 -x62418 -x62419 -x62420 -x62421 -x62422 -x62423 -x62424 -x62425 -x62426 -x62427 -x62428 -x62429 -x62430 -x62431 -x62432 -x62433 -x62434 -x62435 -x62436 -x62437 -x62438 -x62439 -x62440 -x62441 -x62442 -x62443 -x62444 -x62445 -x62446 -x62447 -x62448 -x62449 -x62450 -x62451 -x62452 -x62453 -x62454 -x62455 -x62456 -x62457 -x62458 -x62459 -x62460 -x62461 -x62462 -x62463 -x62464 -x62465 -x62466 -x62467 -x62468 -x62469 -x62470 -x62471 -x62472 -x62473 -x62474 -x62475 -x62476 -x62477 -x62478 -x62479 -x62480 -x62481 -x62482 -x62483 -x62484 -x62485 -x62486 -x62487 -x62488 -x62489 -x62490 -x62491 -x62492 -x62493 -x62494 -x62495 -x62496 -x62497 -x62498 -x62499 -x62500 -x62501 -x62502 -x62503 -x62504 -x62505 -x62506 -x62507 -x62508 -x62509 -x62510 -x62511 -x62512 -x62513 -x62514 -x62515 -x62516 -x62517 -x62518 -x62519 -x62520 -x62521 -x62522 -x62523 -x62524 -x62525 -x62526 -x62527 -x62528 -x62529 -x62530 -x62531 -x62532 -x62533 -x62534 -x62535 -x62536 -x62537 -x62538 -x62539 -x62540 -x62541 -x62542 -x62543 -x62544 -x62545 -x62546 -x62547 -x62548 -x62549 -x62550 -x62551 -x62552 -x62553 -x62554 -x62555 -x62556 -x62557 -x62558 -x62559 -x62560 -x62561 -x62562 -x62563 -x62564 -x62565 -x62566 -x62567 -x62568 -x62569 -x62570 -x62571 -x62572 -x62573 -x62574 -x62575 -x62576 -x62577 -x62578 -x62579 -x62580 -x62581 -x62582 -x62583 -x62584 -x62585 -x62586 -x62587 -x62588 -x62589 -x62590 -x62591 -x62592 -x62593 -x62594 -x62595 -x62596 -x62597 -x62598 -x62599 -x62600 -x62601 -x62602 -x62603 -x62604 -x62605 -x62606 -x62607 -x62608 -x62609 -x62610 -x62611 -x62612 -x62613 -x62614 -x62615 -x62616 -x62617 -x62618 -x62619 -x62620 -x62621 -x62622 -x62623 -x62624 -x62625 -x62626 -x62627 -x62628 -x62629 -x62630 -x62631 -x62632 -x62633 -x62634 -x62635 -x62636 -x62637 -x62638 -x62639 -x62640 -x62641 -x62642 -x62643 -x62644 -x62645 -x62646 -x62647 -x62648 -x62649 -x62650 -x62651 -x62652 -x62653 -x62654 -x62655 -x62656 -x62657 -x62658 -x62659 -x62660 -x62661 -x62662 -x62663 -x62664 -x62665 -x62666 -x62667 -x62668 -x62669 -x62670 -x62671 -x62672 -x62673 -x62674 -x62675 -x62676 -x62677 -x62678 -x62679 -x62680 -x62681 x62682 -x62683 -x62684 -x62685 -x62686 -x62687 -x62688 -x62689 -x62690 -x62739 -x62740 -x62741 -x62742 -x62743 -x62744 -x62745 -x62746 -x62747 -x62748 -x62749 -x62750 -x62751 -x62752 -x62753 -x62754 -x62755 -x62756 -x62757 -x62758 -x62759 -x62760 -x62761 -x62762 -x62763 -x62764 -x62765 -x62766 -x62767 -x62768 -x62769 -x62770 -x62771 -x62772 -x62773 -x62774 -x62775 -x62776 -x62777 -x62778 -x62779 -x62780 -x62781 -x62782 -x62783 -x62784 -x62785 -x62786 -x62787 -x62788 -x62789 -x62790 -x62791 -x62792 -x62793 -x62794 -x62795 -x62796 -x62797 -x62798 -x62799 -x62800 -x62801 -x62802 -x62803 -x62804 -x62805 -x62806 -x62807 -x62808 -x62809 -x62810 -x62811 -x62812 -x62813 -x62814 -x62815 -x62816 -x62817 -x62818 -x62819 -x62820 -x62821 -x62822 -x62823 -x62824 -x62825 x62826 -x62827 -x62828 -x62829 -x62830 -x62831 -x62832 -x62833 -x62834 -x62835 -x62836 -x62837 -x62838 -x62839 -x62840 -x62841 -x62842 -x62843 -x62844 -x62845 -x62846 -x62847 -x62848 -x62849 -x62850 -x62851 -x62852 -x62853 -x62854 -x62855 -x62856 -x62857 -x62858 -x62859 -x62860 -x62861 -x62862 -x62863 -x62864 -x62865 -x62866 -x62867 -x62868 -x62869 -x62870 -x62871 -x62872 -x62873 -x62874 -x62875 -x62876 -x62877 -x62878 -x62879 -x62880 -x62881 -x62882 -x62883 -x62884 -x62885 -x62886 -x62887 -x62888 -x62889 -x62890 -x62891 -x62892 -x62893 -x62894 -x62895 -x62896 -x62897 -x62898 -x62899 -x62900 -x62901 -x62902 -x62903 -x62904 -x62905 -x62906 -x62907 -x62908 -x62909 -x62910 -x62911 -x62912 -x62913 -x62914 -x62915 -x62916 -x62917 -x62918 -x62919 -x62920 -x62921 -x62922 -x62923 -x62924 -x62925 -x62926 -x62927 -x62928 -x62929 -x62930 -x62931 -x62932 -x62933 -x62934 -x62935 -x62936 -x62937 -x62938 -x62939 -x62940 -x62941 -x62942 -x62943 -x62944 -x62945 -x62946 -x62947 -x62948 -x62949 -x62950 -x62951 -x62952 -x62953 -x62954 -x62955 -x62956 -x62957 -x62958 -x62959 -x62960 -x62961 -x62962 -x62963 -x62964 -x62965 -x62966 -x62967 -x62968 -x62969 -x62970 -x62971 -x62972 -x62973 -x62974 -x62975 -x62976 -x62977 -x62978 -x62979 -x62980 -x62981 -x62982 -x62983 -x62984 -x62985 -x62986 -x62987 -x62988 -x62989 -x62990 -x62991 -x62992 -x62993 -x62994 -x62995 -x62996 -x62997 -x62998 -x62999 -x63000 -x63001 -x63002 -x63003 -x63004 -x63005 -x63006 -x63007 -x63008 -x63009 -x63010 -x63011 -x63012 -x63013 -x63014 -x63015 -x63016 -x63017 -x63018 -x63019 -x63020 -x63021 -x63022 -x63023 -x63024 -x63025 -x63026 -x63027 -x63028 -x63029 -x63030 -x63031 -x63032 -x63033 -x63034 -x63035 -x63036 -x63037 -x63038 -x63039 -x63040 -x63041 -x63042 -x63043 -x63044 -x63045 -x63046 -x63047 -x63048 -x63049 -x63050 -x63051 -x63052 -x63053 -x63054 -x63055 -x63056 -x63057 -x63058 -x63059 -x63060 -x63061 -x63062 -x63063 -x63064 -x63065 -x63066 x63067 -x63068 -x63069 -x63070 -x63071 -x63072 -x63073 -x63074 -x63075 -x63076 -x63077 -x63078 -x63079 -x63080 -x63081 -x63082 -x63083 -x63084 -x63085 -x63086 -x63087 -x63088 -x63089 -x63090 -x63091 -x63092 -x63093 -x63094 -x63095 -x63096 -x63097 -x63098 -x63099 -x63100 -x63101 -x63102 -x63103 -x63104 -x63105 -x63106 -x63107 -x63108 -x63109 -x63110 -x63111 -x63112 -x63113 -x63114 x63115 -x63116 -x63117 -x63118 -x63119 -x63120 -x63121 -x63122 -x63123 -x63124 -x63125 -x63126 -x63127 -x63128 -x63129 -x63130 -x63131 -x63132 -x63133 -x63134 -x63135 -x63136 -x63137 -x63138 -x63139 -x63140 -x63141 -x63142 -x63143 -x63144 -x63145 -x63146 -x63147 -x63148 -x63149 -x63150 -x63151 -x63152 -x63153 -x63154 -x63155 -x63156 -x63157 -x63158 -x63159 -x63160 -x63161 -x63162 -x63163 -x63164 -x63165 -x63166 -x63167 -x63168 -x63169 -x63170 -x63171 -x63172 -x63173 -x63174 -x63175 -x63176 -x63177 -x63178 -x63179 -x63180 -x63181 -x63182 -x63183 -x63184 -x63185 -x63186 -x63187 -x63188 -x63189 -x63190 -x63191 -x63192 -x63193 -x63194 -x63195 -x63196 -x63197 -x63198 -x63199 -x63200 -x63201 -x63202 -x63203 -x63204 -x63205 -x63206 -x63207 -x63208 -x63209 -x63210 -x63211 -x63212 -x63213 -x63214 -x63215 -x63216 -x63217 -x63218 -x63267 -x63268 -x63269 -x63270 -x63271 -x63272 -x63273 -x63274 -x63275 -x63276 -x63277 -x63278 -x63279 -x63280 -x63281 -x63282 -x63283 -x63284 -x63285 -x63286 -x63287 -x63288 -x63289 -x63290 -x63291 -x63292 -x63293 -x63294 -x63295 -x63296 -x63297 -x63298 -x63299 -x63300 -x63301 -x63302 -x63303 -x63304 -x63305 -x63306 x63307 -x63308 -x63309 -x63310 -x63311 -x63312 -x63313 -x63314 -x64035 -x64036 -x64037 -x64038 -x64039 -x64040 -x64041 -x64042 -x64043 -x64044 -x64045 -x64046 -x64047 -x64048 -x64049 -x64050 -x64051 -x64052 -x64053 -x64054 -x64055 -x64056 -x64057 -x64058 -x64059 -x64060 -x64061 -x64062 -x64063 -x64064 -x64065 -x64066 -x64067 -x64068 -x64069 -x64070 -x64071 -x64072 -x64073 -x64074 -x64075 -x64076 -x64077 -x64078 -x64079 -x64080 -x64081 -x64082 -x64563 -x64564 -x64565 -x64566 -x64567 -x64568 -x64569 -x64570 -x64571 -x64572 -x64573 -x64574 -x64575 -x64576 -x64577 -x64578 -x64579 -x64580 -x64581 -x64582 -x64583 -x64584 -x64585 -x64586 -x64587 -x64588 -x64589 -x64590 -x64591 -x64592 -x64593 -x64594 -x64595 -x64596 -x64597 -x64598 -x64599 -x64600 -x64601 -x64602 -x64603 -x64604 -x64605 -x64606 -x64607 -x64608 -x64609 -x64610 -x65043 -x65044 -x65045 -x65046 -x65047 -x65048 -x65049 -x65050 -x65051 -x65052 -x65053 -x65054 -x65055 -x65056 -x65057 -x65058 -x65059 -x65060 -x65061 -x65062 -x65063 -x65064 -x65065 -x65066 -x65067 -x65068 -x65069 -x65070 -x65071 -x65072 -x65073 -x65074 -x65075 -x65076 -x65077 -x65078 -x65079 -x65080 -x65081 -x65082 -x65083 -x65084 -x65085 -x65086 -x65087 -x65088 -x65089 -x65090 -x65571 -x65572 -x65573 -x65574 -x65575 -x65576 -x65577 -x65578 -x65579 -x65580 -x65581 -x65582 -x65583 -x65584 -x65585 -x65586 -x65587 -x65588 -x65589 -x65590 -x65591 -x65592 -x65593 -x65594 -x65595 -x65596 -x65597 -x65598 -x65599 -x65600 -x65601 -x65602 -x65603 -x65604 -x65605 -x65606 -x65607 -x65608 -x65609 -x65610 -x65611 -x65612 -x65613 -x65614 -x65615 -x65616 -x65617 -x65618 -x65667 -x65668 -x65669 -x65670 -x65671 -x65672 -x65673 -x65674 -x65675 -x65676 -x65677 -x65678 -x65679 -x65680 -x65681 -x65682 -x65683 -x65684 -x65685 -x65686 -x65687 -x65688 -x65689 -x65690 -x65691 -x65692 -x65693 -x65694 -x65695 -x65696 -x65697 -x65698 -x65699 -x65700 -x65701 -x65702 -x65703 -x65704 -x65705 -x65706 -x65707 -x65708 -x65709 -x65710 -x65711 -x65712 -x65713 -x65714 -x65715 -x65716 -x65717 -x65718 -x65719 -x65720 -x65721 -x65722 -x65723 -x65724 -x65725 -x65726 -x65727 -x65728 -x65729 -x65730 -x65731 -x65732 -x65733 -x65734 -x65735 -x65736 -x65737 -x65738 -x65739 -x65740 -x65741 -x65742 -x65743 -x65744 -x65745 -x65746 -x65747 -x65748 -x65749 -x65750 -x65751 -x65752 -x65753 -x65754 -x65755 -x65756 -x65757 -x65758 -x65759 -x65760 -x65761 -x65762 -x65763 -x65764 -x65765 -x65766 -x65767 -x65768 -x65769 -x65770 -x65771 -x65772 -x65773 -x65774 -x65775 -x65776 -x65777 -x65778 -x65779 -x65780 -x65781 -x65782 -x65783 -x65784 -x65785 -x65786 -x65787 -x65788 -x65789 -x65790 -x65791 -x65792 -x65793 -x65794 -x65795 -x65796 -x65797 -x65798 -x65799 -x65800 -x65801 -x65802 -x65803 -x65804 -x65805 -x65806 -x65807 -x65808 -x65809 -x65810 -x65811 -x65812 -x65813 -x65814 -x65815 -x65816 -x65817 -x65818 -x65819 -x65820 -x65821 -x65822 -x65823 -x65824 -x65825 -x65826 -x65827 -x65828 -x65829 -x65830 -x65831 -x65832 -x65833 -x65834 -x65835 -x65836 -x65837 -x65838 -x65839 -x65840 -x65841 -x65842 -x65843 -x65844 -x65845 -x65846 -x65847 -x65848 -x65849 -x65850 -x65851 -x65852 -x65853 -x65854 -x65855 -x65856 -x65857 -x65858 -x65859 -x65860 -x65861 -x65862 -x65863 -x65864 -x65865 -x65866 -x65867 -x65868 -x65869 -x65870 -x65871 -x65872 -x65873 -x65874 -x65875 -x65876 -x65877 -x65878 -x65879 -x65880 -x65881 -x65882 -x65883 -x65884 -x65885 -x65886 -x65887 -x65888 -x65889 -x65890 -x65891 -x65892 -x65893 -x65894 -x65895 -x65896 -x65897 -x65898 -x65899 -x65900 -x65901 -x65902 -x65903 -x65904 -x65905 -x65906 -x63555 -x63556 -x63557 -x63558 -x63559 -x63560 -x63561 -x63562 -x63563 -x63564 -x63565 -x63566 -x63567 -x63568 -x63569 -x63570 -x63571 -x63572 -x63573 -x63574 -x63575 -x63576 -x63577 -x63578 -x63579 -x63580 -x63581 -x63582 -x63583 -x63584 -x63585 x63586 -x63587 -x63588 -x63589 -x63590 -x63591 -x63592 -x63593 -x63594 -x63595 -x63596 -x63597 -x63598 -x63599 -x63600 -x63601 -x63602 -x63603
3600.03/3614.44	v -x63604 -x63605 -x63606 -x63607 -x63608 -x63609 -x63610 -x63611 -x63612 -x63613 -x63614 -x63615 -x63616 -x63617 -x63618 -x63619 -x63620 -x63621 -x63622 -x63623 -x63624 -x63625 -x63626 -x63627 -x63628 -x63629 -x63630 -x63631 -x63632 -x63633 -x63634 -x63635 -x63636 -x63637 -x63638 -x63639 -x63640 -x63641 -x63642 -x63643 -x63644 -x63645 -x63646 -x63647 -x63648 -x63649 -x63650 -x63651 -x63652 -x63653 -x63654 -x63655 -x63656 -x63657 -x63658 -x63659 -x63660 -x63661 -x63662 -x63663 -x63664 -x63665 -x63666 -x63667 -x63668 -x63669 -x63670 -x63671 -x63672 -x63673 -x63674 -x63675 -x63676 -x63677 -x63678 -x63679 -x63680 -x63681 -x63682 -x63683 -x63684 -x63685 -x63686 -x63687 -x63688 -x63689 -x63690 -x63691 -x63692 -x63693 -x63694 -x63695 -x63696 -x63697 -x63698 -x63699 -x63700 -x63701 -x63702 -x63703 -x63704 -x63705 -x63706 -x63707 -x63708 -x63709 -x63710 -x63711 -x63712 -x63713 -x63714 -x63715 -x63716 -x63717 -x63718 -x63719 -x63720 -x63721 -x63722 -x63723 -x63724 -x63725 -x63726 -x63727 -x63728 -x63729 -x63730 -x63731 -x63732 -x63733 -x63734 -x63735 -x63736 -x63737 -x63738 -x63739 -x63740 -x63741 -x63742 -x63743 -x63744 -x63745 -x63746 -x63747 -x63748 -x63749 -x63750 -x63751 -x63752 -x63753 -x63754 -x63755 -x63756 -x63757 -x63758 -x63759 -x63760 -x63761 -x63762 -x63763 -x63764 -x63765 -x63766 -x63767 -x63768 -x63769 -x63770 -x63771 -x63772 -x63773 -x63774 -x63775 -x63776 -x63777 -x63778 -x63779 -x63780 -x63781 -x63782 -x63783 -x63784 -x63785 -x63786 -x63787 -x63788 -x63789 -x63790 -x63791 -x63792 -x63793 -x63794 -x63795 -x63796 -x63797 -x63798 -x63799 -x63800 -x63801 -x63802 -x63803 -x63804 -x63805 -x63806 -x63807 -x63808 -x63809 -x63810 -x63811 -x63812 -x63813 -x63814 -x63815 -x63816 -x63817 -x63818 -x63819 -x63820 -x63821 -x63822 -x63823 -x63824 -x63825 -x63826 -x63827 -x63828 -x63829 -x63830 -x63831 -x63832 -x63833 -x63834 -x63835 -x63836 -x63837 -x63838 -x63839 -x63840 -x63841 -x63842 -x63843 -x63844 -x63845 -x63846 -x63847 -x63848 -x63849 -x63850 -x63851 -x63852 -x63853 -x63854 -x63855 -x63856 -x63857 -x63858 -x63859 -x63860 -x63861 -x63862 -x63863 -x63864 -x63865 -x63866 -x63867 -x63868 -x63869 -x63870 -x63871 -x63872 -x63873 -x63874 -x63875 -x63876 -x63877 -x63878 -x63879 -x63880 -x63881 -x63882 -x63883 -x63884 -x63885 -x63886 -x63887 -x63888 -x63889 -x63890 -x63891 -x63892 -x63893 -x63894 -x63895 -x63896 -x63897 -x63898 -x63899 -x63900 -x63901 -x63902 -x63903 -x63904 -x63905 -x63906 -x63907 -x63908 -x63909 -x63910 -x63911 -x63912 -x63913 -x63914 -x63915 -x63916 -x63917 -x63918 -x63919 -x63920 -x63921 -x63922 -x63923 -x63924 -x63925 -x63926 -x63927 -x63928 -x63929 -x63930 -x63931 -x63932 -x63933 -x63934 -x63935 -x63936 -x63937 -x63938 -x63939 -x63940 -x63941 -x63942 -x63943 -x63944 -x63945 -x63946 -x63947 -x63948 -x63949 -x63950 -x63951 -x63952 -x63953 -x63954 -x63955 -x63956 -x63957 -x63958 -x63959 -x63960 -x63961 -x63962 -x63963 -x63964 -x63965 -x63966 -x63967 -x63968 -x63969 -x63970 -x63971 -x63972 -x63973 -x63974 -x63975 -x63976 -x63977 -x63978 -x63979 -x63980 -x63981 -x63982 -x63983 -x63984 -x63985 -x63986 -x63987 -x63988 -x63989 -x63990 -x63991 -x63992 -x63993 -x63994 -x63995 -x63996 -x63997 -x63998 -x63999 -x64000 -x64001 -x64002 -x64003 -x64004 -x64005 -x64006 -x64007 -x64008 -x64009 -x64010 -x64011 -x64012 -x64013 -x64014 -x64015 -x64016 -x64017 x64018 -x64019 -x64020 -x64021 -x64022 -x64023 -x64024 -x64025 -x64026 -x64027 -x64028 -x64029 -x64030 -x64031 -x64032 -x64033 -x64034 -x64083 -x64084 -x64085 -x64086 -x64087 -x64088 -x64089 -x64090 -x64091 -x64092 -x64093 -x64094 -x64095 -x64096 -x64097 -x64098 -x64099 -x64100 -x64101 -x64102 -x64103 -x64104 -x64105 -x64106 -x64107 -x64108 -x64109 -x64110 -x64111 -x64112 -x64113 -x64114 -x64115 -x64116 -x64117 -x64118 -x64119 -x64120 -x64121 -x64122 -x64123 -x64124 -x64125 -x64126 -x64127 -x64128 -x64129 -x64130 -x64131 -x64132 -x64133 -x64134 -x64135 -x64136 -x64137 -x64138 -x64139 -x64140 -x64141 -x64142 -x64143 -x64144 -x64145 -x64146 -x64147 -x64148 -x64149 -x64150 -x64151 -x64152 -x64153 -x64154 -x64155 -x64156 -x64157 -x64158 -x64159 -x64160 -x64161 -x64162 -x64163 -x64164 -x64165 -x64166 -x64167 -x64168 -x64169 -x64170 -x64171 -x64172 -x64173 -x64174 -x64175 -x64176 -x64177 -x64178 -x64179 -x64180 -x64181 -x64182 -x64183 -x64184 -x64185 -x64186 -x64187 -x64188 -x64189 -x64190 -x64191 -x64192 -x64193 -x64194 -x64195 -x64196 -x64197 -x64198 -x64199 -x64200 -x64201 -x64202 -x64203 -x64204 -x64205 -x64206 -x64207 -x64208 -x64209 x64210 -x64211 -x64212 -x64213 -x64214 -x64215 -x64216 -x64217 -x64218 -x64219 -x64220 -x64221 -x64222 -x64223 -x64224 -x64225 -x64226 -x64227 -x64228 -x64229 -x64230 -x64231 -x64232 -x64233 -x64234 -x64235 -x64236 -x64237 -x64238 -x64239 -x64240 -x64241 -x64242 -x64243 -x64244 -x64245 -x64246 -x64247 -x64248 -x64249 -x64250 -x64251 -x64252 -x64253 -x64254 -x64255 -x64256 -x64257 x64258 -x64259 -x64260 -x64261 -x64262 -x64263 -x64264 -x64265 -x64266 -x64267 -x64268 -x64269 -x64270 -x64271 -x64272 -x64273 -x64274 -x64275 -x64276 -x64277 -x64278 -x64279 -x64280 -x64281 -x64282 -x64283 -x64284 -x64285 -x64286 -x64287 -x64288 -x64289 -x64290 -x64291 -x64292 -x64293 -x64294 -x64295 -x64296 -x64297 -x64298 -x64299 -x64300 -x64301 -x64302 -x64303 -x64304 -x64305 x64306 -x64307 -x64308 -x64309 -x64310 -x64311 -x64312 -x64313 -x64314 -x64315 -x64316 -x64317 -x64318 -x64319 -x64320 -x64321 -x64322 -x64323 -x64324 -x64325 -x64326 -x64327 -x64328 -x64329 -x64330 -x64331 -x64332 -x64333 -x64334 -x64335 -x64336 -x64337 -x64338 -x64339 -x64340 -x64341 -x64342 -x64343 -x64344 -x64345 -x64346 -x64347 -x64348 -x64349 -x64350 -x64351 -x64352 -x64353 -x64354 -x64355 -x64356 -x64357 -x64358 -x64359 -x64360 -x64361 -x64362 -x64363 -x64364 -x64365 -x64366 -x64367 -x64368 -x64369 -x64370 -x64371 -x64372 -x64373 -x64374 -x64375 -x64376 -x64377 -x64378 -x64379 -x64380 -x64381 -x64382 -x64383 -x64384 -x64385 -x64386 -x64387 -x64388 -x64389 -x64390 -x64391 -x64392 -x64393 -x64394 -x64395 -x64396 -x64397 -x64398 -x64399 -x64400 -x64401 -x64402 -x64403 -x64404 -x64405 -x64406 -x64407 -x64408 -x64409 -x64410 -x64411 -x64412 -x64413 -x64414 -x64415 -x64416 -x64417 -x64418 -x64419 -x64420 -x64421 -x64422 -x64423 -x64424 -x64425 -x64426 -x64427 -x64428 -x64429 -x64430 -x64431 -x64432 -x64433 -x64434 -x64435 -x64436 -x64437 -x64438 -x64439 -x64440 -x64441 -x64442 -x64443 -x64444 -x64445 -x64446 -x64447 -x64448 -x64449 -x64450 -x64451 -x64452 -x64453 -x64454 -x64455 -x64456 -x64457 -x64458 -x64459 -x64460 -x64461 -x64462 -x64463 -x64464 -x64465 -x64466 -x64467 -x64468 -x64469 -x64470 -x64471 -x64472 -x64473 -x64474 -x64475 -x64476 -x64477 -x64478 -x64479 -x64480 -x64481 -x64482 -x64483 -x64484 -x64485 -x64486 -x64487 -x64488 -x64489 -x64490 -x64491 -x64492 -x64493 -x64494 -x64495 -x64496 -x64497 -x64498 -x64499 -x64500 -x64501 -x64502 -x64503 -x64504 -x64505 -x64506 -x64507 -x64508 -x64509 -x64510 -x64511 -x64512 -x64513 -x64514 -x64515 -x64516 -x64517 -x64518 -x64519 -x64520 -x64521 -x64522 -x64523 -x64524 -x64525 -x64526 -x64527 -x64528 -x64529 -x64530 -x64531 -x64532 -x64533 -x64534 -x64535 -x64536 -x64537 -x64538 -x64539 -x64540 -x64541 -x64542 -x64543 -x64544 -x64545 -x64546 -x64547 -x64548 -x64549 -x64550 -x64551 -x64552 -x64553 -x64554 -x64555 -x64556 -x64557 -x64558 -x64559 -x64560 -x64561 -x64562 -x64611 -x64612 -x64613 -x64614 -x64615 -x64616 -x64617 -x64618 -x64619 -x64620 -x64621 -x64622 -x64623 -x64624 -x64625 -x64626 -x64627 -x64628 -x64629 -x64630 -x64631 -x64632 -x64633 -x64634 -x64635 -x64636 -x64637 -x64638 -x64639 -x64640 -x64641 x64642 -x64643 -x64644 -x64645 -x64646 -x64647 -x64648 -x64649 -x64650 -x64651 -x64652 -x64653 -x64654 -x64655 -x64656 -x64657 -x64658 -x64659 -x64660 -x64661 -x64662 -x64663 -x64664 -x64665 -x64666 -x64667 -x64668 -x64669 -x64670 -x64671 -x64672 -x64673 -x64674 -x64675 -x64676 -x64677 -x64678 -x64679 -x64680 -x64681 -x64682 -x64683 -x64684 -x64685 -x64686 -x64687 -x64688 -x64689 x64690 -x64691 -x64692 -x64693 -x64694 -x64695 -x64696 -x64697 -x64698 -x64699 -x64700 -x64701 -x64702 -x64703 -x64704 -x64705 -x64706 -x64707 -x64708 -x64709 -x64710 -x64711 -x64712 -x64713 -x64714 -x64715 -x64716 -x64717 -x64718 -x64719 -x64720 -x64721 -x64722 -x64723 -x64724 -x64725 -x64726 -x64727 -x64728 -x64729 -x64730 -x64731 -x64732 -x64733 -x64734 -x64735 -x64736 -x64737 -x64738 -x64739 -x64740 -x64741 -x64742 -x64743 -x64744 -x64745 -x64746 -x64747 -x64748 -x64749 -x64750 -x64751 -x64752 -x64753 -x64754 -x64755 -x64756 -x64757 -x64758 -x64759 -x64760 -x64761 -x64762 -x64763 -x64764 -x64765 -x64766 -x64767 -x64768 -x64769 -x64770 -x64771 -x64772 -x64773 -x64774 -x64775 -x64776 -x64777 -x64778 -x64779 -x64780 -x64781 -x64782 -x64783 -x64784 -x64785 -x64786 -x64787 -x64788 -x64789 -x64790 -x64791 -x64792 -x64793 -x64794 -x64795 -x64796 -x64797 -x64798 -x64799 -x64800 -x64801 -x64802 -x64803 -x64804 -x64805 -x64806 -x64807 -x64808 -x64809 -x64810 -x64811 -x64812 -x64813 -x64814 -x64815 -x64816 -x64817 -x64818 -x64819 -x64820 -x64821 -x64822 -x64823 -x64824 -x64825 -x64826 -x64827 -x64828 -x64829 -x64830 -x64831 -x64832 -x64833 -x64834 -x64835 -x64836 -x64837 -x64838 -x64839 -x64840 -x64841 -x64842 -x64843 -x64844 -x64845 -x64846 -x64847 -x64848 -x64849 -x64850 -x64851 -x64852 -x64853 -x64854 -x64855 -x64856 -x64857 -x64858 -x64859 -x64860 -x64861 -x64862 -x64863 -x64864 -x64865 -x64866 -x64867 -x64868 -x64869 -x64870 -x64871 -x64872 -x64873 -x64874 -x64875 -x64876 -x64877 -x64878 -x64879 -x64880 -x64881 -x64882 -x64883 -x64884 -x64885 -x64886 -x64887 -x64888 -x64889 -x64890 -x64891 -x64892 -x64893 -x64894 -x64895 -x64896 -x64897 -x64898 -x64899 -x64900 -x64901 -x64902 -x64903 -x64904 -x64905 -x64906 -x64907 -x64908 -x64909 -x64910 -x64911 -x64912 -x64913 -x64914 -x64915 -x64916 -x64917 -x64918 -x64919 -x64920 -x64921 -x64922 -x64923 -x64924 -x64925 -x64926 -x64927 -x64928 -x64929 -x64930 -x64931 -x64932 -x64933 -x64934 -x64935 -x64936 -x64937 -x64938 -x64939 -x64940 -x64941 -x64942 -x64943 -x64944 -x64945 -x64946 -x64947 -x64948 -x64949 -x64950 -x64951 -x64952 -x64953 -x64954 -x64955 -x64956 -x64957 -x64958 -x64959 -x64960 -x64961 -x64962 -x64963 -x64964 -x64965 -x64966 -x64967 -x64968 -x64969 -x64970 -x64971 -x64972 -x64973 -x64974 -x64975 -x64976 -x64977 -x64978 -x64979 -x64980 -x64981 -x64982 -x64983 -x64984 -x64985 -x64986 -x64987 -x64988 -x64989 -x64990 -x64991 -x64992 -x64993 -x64994 -x64995 -x64996 -x64997 -x64998 -x64999 -x65000 -x65001 -x65002 -x65003 -x65004 -x65005 -x65006 -x65007 -x65008 -x65009 -x65010 -x65011 -x65012 -x65013 -x65014 -x65015 -x65016 -x65017 -x65018 -x65019 -x65020 -x65021 -x65022 -x65023 -x65024 -x65025 -x65026 -x65027 -x65028 -x65029 -x65030 -x65031 -x65032 -x65033 -x65034 -x65035 -x65036 -x65037 -x65038 -x65039 -x65040 -x65041 -x65042 -x65091 -x65092 -x65093 -x65094 -x65095 -x65096 -x65097 -x65098 -x65099 -x65100 -x65101 -x65102 -x65103 -x65104 -x65105 -x65106 -x65107 -x65108 -x65109 -x65110 -x65111 -x65112 -x65113 -x65114 -x65115 -x65116 -x65117 -x65118 -x65119 -x65120 -x65121 -x65122 -x65123 -x65124 -x65125 -x65126 -x65127 -x65128 -x65129 -x65130 -x65131 -x65132 -x65133 -x65134 -x65135 -x65136 -x65137 -x65138 -x65139 -x65140 -x65141 -x65142 -x65143 -x65144 -x65145 -x65146 -x65147 -x65148 -x65149 -x65150 -x65151 -x65152 -x65153 -x65154 -x65155 -x65156 -x65157 -x65158 -x65159 -x65160 -x65161 -x65162 -x65163 -x65164 -x65165 -x65166 -x65167 -x65168 -x65169 -x65170 -x65171 -x65172 -x65173 -x65174 -x65175 -x65176 -x65177 -x65178 -x65179 -x65180 -x65181 -x65182 -x65183 -x65184 -x65185 -x65186 -x65187 -x65188 -x65189 -x65190 -x65191 -x65192 -x65193 -x65194 -x65195 -x65196 -x65197 -x65198 -x65199 -x65200 -x65201 -x65202 -x65203 -x65204 -x65205 -x65206 -x65207 -x65208 -x65209 -x65210 -x65211 -x65212 -x65213 -x65214 -x65215 -x65216 -x65217 -x65218 -x65219 -x65220 -x65221 -x65222 -x65223 -x65224 -x65225 -x65226 -x65227 -x65228 -x65229 -x65230 -x65231 -x65232 -x65233 -x65234 -x65235 -x65236 -x65237 -x65238 -x65239 -x65240 -x65241 -x65242 -x65243 -x65244 -x65245 -x65246 -x65247 -x65248 -x65249 -x65250 -x65251 -x65252 -x65253 -x65254 -x65255 -x65256 -x65257 -x65258 -x65259 -x65260 -x65261 -x65262 -x65263 -x65264 -x65265 -x65266 -x65267 -x65268 -x65269 -x65270 -x65271 -x65272 -x65273 -x65274 -x65275 -x65276 -x65277 -x65278 -x65279 -x65280 -x65281 -x65282 -x65283 -x65284 -x65285 -x65286 -x65287 -x65288 -x65289 -x65290 -x65291 -x65292 -x65293 -x65294 -x65295 -x65296 -x65297 -x65298 -x65299 -x65300 -x65301 -x65302 -x65303 -x65304 -x65305 -x65306 -x65307 -x65308 -x65309 -x65310 -x65311 -x65312 -x65313 -x65314 -x65315 -x65316 -x65317 -x65318 -x65319 -x65320 -x65321 -x65322 -x65323 -x65324 -x65325 -x65326 -x65327 -x65328 -x65329 -x65330 -x65331 -x65332 -x65333 -x65334 -x65335 -x65336 -x65337 -x65338 -x65339 -x65340 -x65341 -x65342 -x65343 -x65344 -x65345 -x65346 -x65347 -x65348 -x65349 -x65350 -x65351 -x65352 -x65353 -x65354 -x65355 -x65356 -x65357 -x65358 -x65359 -x65360 -x65361 -x65362 -x65363 -x65364 -x65365 -x65366 -x65367 -x65368 -x65369 -x65370 -x65371 -x65372 -x65373 -x65374 -x65375 -x65376 -x65377 -x65378 -x65379 -x65380 -x65381 -x65382 -x65383 -x65384 -x65385 -x65386 -x65387 -x65388 -x65389 -x65390 -x65391 -x65392 -x65393 -x65394 -x65395 -x65396 -x65397 -x65398 -x65399 -x65400 -x65401 -x65402 -x65403 -x65404 -x65405 -x65406 -x65407 -x65408 -x65409 -x65410 -x65411 -x65412 -x65413 -x65414 -x65415 -x65416 -x65417 -x65418 -x65419 -x65420 -x65421 -x65422 -x65423 -x65424 -x65425 -x65426 -x65427 -x65428 -x65429 -x65430 -x65431 -x65432 -x65433 -x65434 -x65435 -x65436 -x65437 -x65438 -x65439 -x65440 -x65441 -x65442 -x65443 -x65444 -x65445 -x65446 -x65447 -x65448 -x65449 -x65450 -x65451 -x65452 -x65453 -x65454 -x65455 -x65456 -x65457 -x65458 -x65459 -x65460 -x65461 -x65462 -x65463 -x65464 -x65465 -x65466 -x65467 -x65468 -x65469 -x65470 -x65471 -x65472 -x65473 -x65474 -x65475 -x65476 -x65477 -x65478 -x65479 -x65480 -x65481 -x65482 -x65483 -x65484 -x65485 -x65486 -x65487 -x65488 -x65489 -x65490 -x65491 -x65492 -x65493 -x65494 -x65495 -x65496 -x65497 -x65498 -x65499 -x65500 -x65501 -x65502 -x65503 -x65504 -x65505 -x65506 -x65507 -x65508 -x65509 -x65510 -x65511 -x65512 -x65513 -x65514 -x65515 -x65516 -x65517 -x65518 -x65519 -x65520 -x65521 -x65522 -x65523 -x65524 -x65525 -x65526 -x65527 -x65528 -x65529 -x65530 -x65531 -x65532 -x65533 -x65534 -x65535 -x65536 -x65537 -x65538 -x65539 -x65540 -x65541 -x65542 -x65543 -x65544 -x65545 -x65546 -x65547 -x65548 -x65549 -x65550 -x65551 -x65552 -x65553 -x65554 x65555 -x65556 -x65557 -x65558 -x65559 -x65560 -x65561 -x65562 -x65563 -x65564 -x65565 -x65566 -x65567 -x65568 -x65569 -x65570 -x65619 -x65620 -x65621 -x65622 -x65623 -x65624 -x65625 -x65626 -x65627 -x65628 -x65629 -x65630 -x65631 -x65632 -x65633 -x65634 -x65635 -x65636 -x65637 -x65638 -x65639 -x65640 -x65641 -x65642 -x65643 -x65644 -x65645 -x65646 -x65647 -x65648 -x65649 -x65650 -x65651 -x65652 -x65653 -x65654 -x65655 -x65656 -x65657 -x65658 -x65659 -x65660 -x65661 -x65662 -x65663 -x65664 -x65665 -x65666 -x66387 -x66388 -x66389 -x66390 -x66391 -x66392 -x66393 -x66394 -x66395 -x66396 -x66397 -x66398 -x66399 -x66400 -x66401 -x66402 -x66403 -x66404 -x66405 -x66406 -x66407 -x66408 -x66409 -x66410 -x66411 -x66412 -x66413 -x66414 -x66415 -x66416 -x66417 -x66418 -x66419 -x66420 -x66421 -x66422 -x66423 -x66424 -x66425 -x66426 -x66427 -x66428 -x66429 -x66430 -x66431 -x66432 -x66433 -x66434 -x66915 -x66916 -x66917 -x66918 -x66919 -x66920 -x66921 -x66922 -x66923 -x66924 -x66925 -x66926 -x66927 -x66928 -x66929 -x66930 -x66931 -x66932 -x66933 -x66934 -x66935 -x66936 -x66937 -x66938 -x66939 -x66940 -x66941 -x66942 -x66943 -x66944 -x66945 -x66946 -x66947 -x66948 -x66949 -x66950 -x66951 -x66952 -x66953 -x66954 -x66955 -x66956 -x66957 -x66958 -x66959 -x66960 -x66961 -x66962 -x67395 -x67396 -x67397 -x67398 -x67399 -x67400 -x67401 -x67402 -x67403 -x67404 -x67405 -x67406 -x67407 -x67408 -x67409 -x67410 -x67411 -x67412 -x67413 -x67414 -x67415 -x67416 -x67417 -x67418 -x67419 -x67420 -x67421 -x67422 -x67423 -x67424 -x67425 -x67426 -x67427
3600.03/3614.44	v -x67428 -x67429 -x67430 -x67431 -x67432 -x67433 -x67434 -x67435 -x67436 -x67437 -x67438 -x67439 -x67440 -x67441 -x67442 -x67923 -x67924 -x67925 -x67926 -x67927 -x67928 -x67929 -x67930 -x67931 -x67932 -x67933 -x67934 -x67935 -x67936 -x67937 -x67938 -x67939 -x67940 -x67941 -x67942 -x67943 -x67944 -x67945 -x67946 -x67947 -x67948 -x67949 -x67950 -x67951 -x67952 -x67953 -x67954 -x67955 -x67956 -x67957 -x67958 -x67959 -x67960 -x67961 -x67962 -x67963 -x67964 -x67965 -x67966 -x67967 -x67968 -x67969 -x67970 -x68019 -x68020 -x68021 -x68022 -x68023 -x68024 -x68025 -x68026 -x68027 -x68028 -x68029 -x68030 -x68031 -x68032 -x68033 -x68034 -x68035 -x68036 -x68037 -x68038 -x68039 -x68040 -x68041 -x68042 -x68043 -x68044 -x68045 -x68046 -x68047 -x68048 -x68049 -x68050 -x68051 -x68052 -x68053 -x68054 -x68055 -x68056 -x68057 -x68058 -x68059 -x68060 -x68061 -x68062 -x68063 -x68064 -x68065 -x68066 -x68067 -x68068 -x68069 -x68070 -x68071 -x68072 -x68073 -x68074 -x68075 -x68076 -x68077 -x68078 -x68079 -x68080 -x68081 -x68082 -x68083 -x68084 -x68085 -x68086 -x68087 -x68088 -x68089 -x68090 -x68091 -x68092 -x68093 -x68094 -x68095 -x68096 -x68097 -x68098 -x68099 -x68100 -x68101 -x68102 -x68103 -x68104 -x68105 -x68106 -x68107 -x68108 -x68109 -x68110 -x68111 -x68112 -x68113 -x68114 -x68115 -x68116 -x68117 -x68118 -x68119 -x68120 -x68121 -x68122 -x68123 -x68124 -x68125 -x68126 -x68127 -x68128 -x68129 -x68130 -x68131 -x68132 -x68133 -x68134 -x68135 -x68136 -x68137 -x68138 -x68139 -x68140 -x68141 -x68142 -x68143 -x68144 -x68145 -x68146 -x68147 -x68148 -x68149 -x68150 -x68151 -x68152 -x68153 -x68154 -x68155 -x68156 -x68157 -x68158 -x68159 -x68160 -x68161 -x68162 -x68163 -x68164 -x68165 -x68166 -x68167 -x68168 -x68169 -x68170 -x68171 -x68172 -x68173 -x68174 -x68175 -x68176 -x68177 -x68178 -x68179 -x68180 -x68181 -x68182 -x68183 -x68184 -x68185 -x68186 -x68187 -x68188 -x68189 -x68190 -x68191 -x68192 -x68193 -x68194 -x68195 -x68196 -x68197 -x68198 -x68199 -x68200 -x68201 -x68202 -x68203 -x68204 -x68205 -x68206 -x68207 -x68208 -x68209 -x68210 -x68211 -x68212 -x68213 -x68214 -x68215 -x68216 -x68217 -x68218 -x68219 -x68220 -x68221 -x68222 -x68223 -x68224 -x68225 -x68226 -x68227 -x68228 -x68229 -x68230 -x68231 -x68232 -x68233 -x68234 -x68235 -x68236 -x68237 -x68238 -x68239 -x68240 -x68241 -x68242 -x68243 -x68244 -x68245 -x68246 -x68247 -x68248 -x68249 -x68250 -x68251 -x68252 -x68253 -x68254 -x68255 -x68256 -x68257 -x68258 -x65907 -x65908 -x65909 -x65910 -x65911 -x65912 -x65913 -x65914 -x65915 -x65916 -x65917 -x65918 -x65919 -x65920 -x65921 -x65922 -x65923 -x65924 -x65925 -x65926 -x65927 -x65928 -x65929 -x65930 -x65931 -x65932 -x65933 -x65934 -x65935 -x65936 -x65937 -x65938 -x65939 -x65940 -x65941 -x65942 -x65943 -x65944 -x65945 -x65946 -x65947 -x65948 -x65949 -x65950 -x65951 -x65952 -x65953 -x65954 -x65955 -x65956 -x65957 -x65958 -x65959 -x65960 -x65961 -x65962 -x65963 -x65964 -x65965 -x65966 -x65967 -x65968 -x65969 -x65970 -x65971 -x65972 -x65973 -x65974 -x65975 -x65976 -x65977 -x65978 -x65979 -x65980 -x65981 -x65982 -x65983 -x65984 -x65985 -x65986 -x65987 -x65988 -x65989 -x65990 -x65991 -x65992 -x65993 -x65994 -x65995 -x65996 -x65997 -x65998 -x65999 -x66000 -x66001 -x66002 -x66003 -x66004 -x66005 -x66006 -x66007 -x66008 -x66009 -x66010 -x66011 -x66012 -x66013 -x66014 -x66015 -x66016 -x66017 -x66018 -x66019 -x66020 -x66021 -x66022 -x66023 -x66024 -x66025 -x66026 -x66027 -x66028 -x66029 -x66030 -x66031 -x66032 -x66033 -x66034 -x66035 -x66036 -x66037 -x66038 -x66039 -x66040 -x66041 -x66042 -x66043 -x66044 -x66045 -x66046 -x66047 -x66048 -x66049 -x66050 -x66051 -x66052 -x66053 -x66054 -x66055 -x66056 -x66057 -x66058 -x66059 -x66060 -x66061 -x66062 -x66063 -x66064 -x66065 -x66066 -x66067 -x66068 -x66069 -x66070 -x66071 -x66072 -x66073 -x66074 -x66075 -x66076 -x66077 -x66078 -x66079 -x66080 -x66081 -x66082 -x66083 -x66084 -x66085 -x66086 -x66087 -x66088 -x66089 -x66090 -x66091 -x66092 -x66093 -x66094 -x66095 -x66096 -x66097 -x66098 -x66099 -x66100 -x66101 -x66102 -x66103 -x66104 -x66105 -x66106 -x66107 -x66108 -x66109 -x66110 -x66111 -x66112 -x66113 -x66114 -x66115 -x66116 -x66117 -x66118 -x66119 -x66120 -x66121 -x66122 -x66123 -x66124 -x66125 -x66126 -x66127 -x66128 -x66129 -x66130 -x66131 -x66132 -x66133 -x66134 -x66135 -x66136 -x66137 -x66138 -x66139 -x66140 -x66141 -x66142 -x66143 -x66144 -x66145 -x66146 -x66147 -x66148 -x66149 -x66150 -x66151 -x66152 -x66153 -x66154 -x66155 -x66156 -x66157 -x66158 -x66159 -x66160 -x66161 -x66162 -x66163 -x66164 -x66165 -x66166 -x66167 -x66168 -x66169 -x66170 -x66171 -x66172 -x66173 -x66174 -x66175 -x66176 -x66177 -x66178 -x66179 -x66180 -x66181 -x66182 -x66183 -x66184 -x66185 -x66186 -x66187 -x66188 -x66189 -x66190 -x66191 -x66192 -x66193 -x66194 -x66195 -x66196 -x66197 -x66198 -x66199 -x66200 -x66201 -x66202 -x66203 -x66204 -x66205 -x66206 -x66207 -x66208 -x66209 -x66210 -x66211 -x66212 -x66213 -x66214 -x66215 -x66216 -x66217 -x66218 -x66219 -x66220 -x66221 -x66222 -x66223 -x66224 -x66225 -x66226 -x66227 -x66228 -x66229 -x66230 -x66231 -x66232 -x66233 -x66234 -x66235 -x66236 -x66237 -x66238 -x66239 -x66240 -x66241 -x66242 -x66243 -x66244 -x66245 -x66246 -x66247 -x66248 -x66249 -x66250 -x66251 -x66252 -x66253 -x66254 -x66255 -x66256 -x66257 -x66258 -x66259 -x66260 -x66261 -x66262 -x66263 -x66264 -x66265 -x66266 -x66267 -x66268 -x66269 -x66270 -x66271 -x66272 -x66273 -x66274 -x66275 -x66276 -x66277 -x66278 -x66279 -x66280 -x66281 -x66282 -x66283 -x66284 -x66285 -x66286 -x66287 -x66288 -x66289 -x66290 -x66291 -x66292 -x66293 -x66294 -x66295 -x66296 -x66297 -x66298 -x66299 -x66300 -x66301 -x66302 -x66303 -x66304 -x66305 -x66306 -x66307 -x66308 -x66309 -x66310 -x66311 -x66312 -x66313 -x66314 -x66315 -x66316 -x66317 -x66318 -x66319 -x66320 -x66321 -x66322 -x66323 -x66324 -x66325 -x66326 -x66327 -x66328 -x66329 -x66330 -x66331 -x66332 -x66333 -x66334 -x66335 -x66336 -x66337 -x66338 -x66339 -x66340 -x66341 -x66342 -x66343 -x66344 -x66345 -x66346 -x66347 -x66348 -x66349 -x66350 -x66351 -x66352 -x66353 -x66354 -x66355 -x66356 -x66357 -x66358 -x66359 -x66360 -x66361 -x66362 -x66363 -x66364 -x66365 -x66366 -x66367 -x66368 -x66369 -x66370 -x66371 -x66372 -x66373 -x66374 -x66375 -x66376 -x66377 -x66378 -x66379 -x66380 -x66381 -x66382 -x66383 -x66384 -x66385 -x66386 -x66435 -x66436 -x66437 -x66438 -x66439 -x66440 -x66441 -x66442 -x66443 -x66444 -x66445 -x66446 -x66447 -x66448 -x66449 -x66450 -x66451 -x66452 -x66453 -x66454 -x66455 -x66456 -x66457 -x66458 -x66459 -x66460 -x66461 -x66462 -x66463 -x66464 -x66465 -x66466 -x66467 -x66468 -x66469 -x66470 -x66471 -x66472 -x66473 -x66474 -x66475 -x66476 -x66477 -x66478 -x66479 -x66480 -x66481 -x66482 -x66483 -x66484 -x66485 -x66486 -x66487 -x66488 -x66489 -x66490 -x66491 -x66492 -x66493 -x66494 -x66495 -x66496 -x66497 -x66498 -x66499 -x66500 -x66501 -x66502 -x66503 -x66504 -x66505 -x66506 -x66507 -x66508 -x66509 -x66510 -x66511 -x66512 -x66513 -x66514 -x66515 -x66516 -x66517 -x66518 -x66519 -x66520 -x66521 -x66522 -x66523 -x66524 -x66525 -x66526 -x66527 -x66528 -x66529 -x66530 -x66531 -x66532 -x66533 -x66534 -x66535 -x66536 -x66537 -x66538 -x66539 -x66540 -x66541 -x66542 -x66543 -x66544 -x66545 -x66546 -x66547 -x66548 -x66549 -x66550 -x66551 -x66552 -x66553 -x66554 -x66555 -x66556 -x66557 -x66558 -x66559 -x66560 -x66561 -x66562 -x66563 -x66564 -x66565 -x66566 -x66567 -x66568 -x66569 -x66570 -x66571 -x66572 -x66573 -x66574 -x66575 -x66576 -x66577 -x66578 -x66579 -x66580 -x66581 -x66582 -x66583 -x66584 -x66585 -x66586 -x66587 -x66588 -x66589 -x66590 -x66591 -x66592 -x66593 -x66594 -x66595 -x66596 -x66597 -x66598 -x66599 -x66600 -x66601 -x66602 -x66603 -x66604 -x66605 -x66606 -x66607 -x66608 -x66609 -x66610 -x66611 -x66612 -x66613 -x66614 -x66615 -x66616 -x66617 -x66618 -x66619 -x66620 -x66621 -x66622 -x66623 -x66624 -x66625 -x66626 -x66627 -x66628 -x66629 -x66630 -x66631 -x66632 -x66633 -x66634 -x66635 -x66636 -x66637 -x66638 -x66639 -x66640 -x66641 -x66642 -x66643 -x66644 -x66645 -x66646 -x66647 -x66648 -x66649 -x66650 -x66651 -x66652 -x66653 -x66654 -x66655 -x66656 -x66657 -x66658 -x66659 -x66660 -x66661 -x66662 -x66663 -x66664 -x66665 -x66666 -x66667 -x66668 -x66669 -x66670 -x66671 -x66672 -x66673 -x66674 -x66675 -x66676 -x66677 -x66678 -x66679 -x66680 -x66681 -x66682 -x66683 -x66684 -x66685 -x66686 -x66687 -x66688 -x66689 -x66690 -x66691 -x66692 -x66693 -x66694 -x66695 -x66696 -x66697 -x66698 -x66699 -x66700 -x66701 -x66702 -x66703 -x66704 -x66705 -x66706 -x66707 -x66708 -x66709 -x66710 -x66711 -x66712 -x66713 -x66714 -x66715 -x66716 -x66717 -x66718 -x66719 -x66720 -x66721 -x66722 -x66723 -x66724 -x66725 -x66726 -x66727 -x66728 -x66729 -x66730 -x66731 -x66732 -x66733 -x66734 -x66735 -x66736 -x66737 -x66738 -x66739 -x66740 -x66741 -x66742 -x66743 -x66744 -x66745 -x66746 -x66747 -x66748 -x66749 -x66750 -x66751 -x66752 -x66753 -x66754 -x66755 -x66756 -x66757 -x66758 -x66759 -x66760 -x66761 -x66762 -x66763 -x66764 -x66765 -x66766 -x66767 -x66768 -x66769 -x66770 -x66771 -x66772 -x66773 -x66774 -x66775 -x66776 -x66777 -x66778 -x66779 -x66780 -x66781 -x66782 -x66783 -x66784 -x66785 -x66786 -x66787 -x66788 -x66789 -x66790 -x66791 -x66792 -x66793 -x66794 -x66795 -x66796 -x66797 -x66798 -x66799 -x66800 -x66801 -x66802 -x66803 -x66804 -x66805 -x66806 -x66807 -x66808 -x66809 -x66810 -x66811 -x66812 -x66813 -x66814 -x66815 -x66816 -x66817 -x66818 -x66819 -x66820 -x66821 -x66822 -x66823 -x66824 -x66825 -x66826 -x66827 -x66828 -x66829 -x66830 -x66831 -x66832 -x66833 -x66834 -x66835 -x66836 -x66837 -x66838 -x66839 -x66840 -x66841 -x66842 -x66843 -x66844 -x66845 -x66846 -x66847 -x66848 -x66849 -x66850 -x66851 -x66852 -x66853 -x66854 -x66855 -x66856 -x66857 -x66858 -x66859 -x66860 -x66861 -x66862 -x66863 -x66864 -x66865 -x66866 -x66867 -x66868 -x66869 -x66870 -x66871 -x66872 -x66873 -x66874 -x66875 -x66876 -x66877 -x66878 -x66879 -x66880 -x66881 -x66882 -x66883 -x66884 -x66885 -x66886 -x66887 -x66888 -x66889 -x66890 -x66891 -x66892 -x66893 -x66894 -x66895 -x66896 -x66897 -x66898 -x66899 -x66900 -x66901 -x66902 -x66903 -x66904 -x66905 -x66906 -x66907 -x66908 -x66909 -x66910 -x66911 -x66912 -x66913 -x66914 -x66963 -x66964 -x66965 -x66966 -x66967 -x66968 -x66969 -x66970 -x66971 -x66972 -x66973 -x66974 -x66975 -x66976 -x66977 -x66978 -x66979 -x66980 -x66981 -x66982 -x66983 -x66984 -x66985 -x66986 -x66987 -x66988 -x66989 -x66990 -x66991 -x66992 -x66993 -x66994 -x66995 -x66996 -x66997 -x66998 -x66999 -x67000 -x67001 -x67002 -x67003 -x67004 -x67005 -x67006 -x67007 -x67008 -x67009 -x67010 -x67011 -x67012 -x67013 -x67014 -x67015 -x67016 -x67017 -x67018 -x67019 -x67020 -x67021 -x67022 -x67023 -x67024 -x67025 -x67026 -x67027 -x67028 -x67029 -x67030 -x67031 -x67032 -x67033 -x67034 -x67035 -x67036 -x67037 -x67038 -x67039 -x67040 -x67041 -x67042 -x67043 -x67044 -x67045 -x67046 -x67047 -x67048 -x67049 -x67050 -x67051 -x67052 -x67053 -x67054 -x67055 -x67056 -x67057 -x67058 -x67059 -x67060 -x67061 -x67062 -x67063 -x67064 -x67065 -x67066 -x67067 -x67068 -x67069 -x67070 -x67071 -x67072 -x67073 -x67074 -x67075 -x67076 -x67077 -x67078 -x67079 -x67080 -x67081 -x67082 -x67083 -x67084 -x67085 -x67086 -x67087 -x67088 -x67089 -x67090 -x67091 -x67092 -x67093 -x67094 -x67095 -x67096 -x67097 -x67098 -x67099 -x67100 -x67101 -x67102 -x67103 -x67104 -x67105 -x67106 -x67107 -x67108 -x67109 -x67110 -x67111 -x67112 -x67113 -x67114 -x67115 -x67116 -x67117 -x67118 -x67119 -x67120 -x67121 -x67122 -x67123 -x67124 -x67125 -x67126 -x67127 -x67128 -x67129 -x67130 -x67131 -x67132 -x67133 -x67134 -x67135 -x67136 -x67137 -x67138 -x67139 -x67140 -x67141 -x67142 -x67143 -x67144 -x67145 -x67146 -x67147 -x67148 -x67149 -x67150 -x67151 -x67152 -x67153 -x67154 -x67155 -x67156 -x67157 -x67158 -x67159 -x67160 -x67161 -x67162 -x67163 -x67164 -x67165 -x67166 -x67167 -x67168 -x67169 -x67170 -x67171 -x67172 -x67173 -x67174 -x67175 -x67176 -x67177 -x67178 -x67179 -x67180 -x67181 -x67182 -x67183 -x67184 -x67185 -x67186 -x67187 -x67188 -x67189 -x67190 -x67191 -x67192 -x67193 -x67194 -x67195 -x67196 -x67197 -x67198 -x67199 -x67200 -x67201 -x67202 -x67203 -x67204 -x67205 -x67206 -x67207 -x67208 -x67209 -x67210 -x67211 -x67212 -x67213 -x67214 -x67215 -x67216 -x67217 -x67218 -x67219 -x67220 -x67221 -x67222 -x67223 -x67224 -x67225 -x67226 -x67227 -x67228 -x67229 -x67230 -x67231 -x67232 -x67233 -x67234 -x67235 -x67236 -x67237 -x67238 -x67239 -x67240 -x67241 -x67242 -x67243 -x67244 -x67245 -x67246 -x67247 -x67248 -x67249 -x67250 -x67251 -x67252 -x67253 -x67254 -x67255 -x67256 -x67257 -x67258 -x67259 -x67260 -x67261 -x67262 -x67263 -x67264 -x67265 -x67266 -x67267 -x67268 -x67269 -x67270 -x67271 -x67272 -x67273 -x67274 -x67275 -x67276 -x67277 -x67278 -x67279 -x67280 -x67281 -x67282 -x67283 -x67284 -x67285 -x67286 -x67287 -x67288 -x67289 -x67290 -x67291 -x67292 -x67293 -x67294 -x67295 -x67296 -x67297 -x67298 -x67299 -x67300 -x67301 -x67302 -x67303 -x67304 -x67305 -x67306 -x67307 -x67308 -x67309 -x67310 -x67311 -x67312 -x67313 -x67314 -x67315 -x67316 -x67317 -x67318 -x67319 -x67320 -x67321 -x67322 -x67323 -x67324 -x67325 -x67326 -x67327 -x67328 -x67329 -x67330 -x67331 -x67332 -x67333 -x67334 -x67335 -x67336 -x67337 -x67338 -x67339 -x67340 -x67341 -x67342 -x67343 -x67344 -x67345 -x67346 -x67347 -x67348 -x67349 -x67350 -x67351 -x67352 -x67353 -x67354 -x67355 -x67356 -x67357 -x67358 -x67359 -x67360 -x67361 -x67362 -x67363 -x67364 -x67365 -x67366 -x67367 -x67368 -x67369 -x67370 -x67371 -x67372 -x67373 -x67374 -x67375 -x67376 -x67377 -x67378 -x67379 -x67380 -x67381 -x67382 -x67383 -x67384 -x67385 -x67386 -x67387 -x67388 -x67389 -x67390 -x67391 -x67392 -x67393 -x67394 -x67443 -x67444 -x67445 -x67446 -x67447 -x67448 -x67449 -x67450 -x67451 -x67452 -x67453 -x67454 -x67455 -x67456 -x67457 -x67458 -x67459 -x67460 -x67461 -x67462 -x67463 -x67464 -x67465 -x67466 -x67467 -x67468 -x67469 -x67470 -x67471 -x67472 -x67473 -x67474 -x67475 -x67476 -x67477 -x67478 -x67479 -x67480 -x67481 -x67482 -x67483 -x67484 -x67485 -x67486 -x67487 -x67488 -x67489 -x67490 -x67491 -x67492 -x67493 -x67494 -x67495 -x67496 -x67497 -x67498 -x67499 -x67500 -x67501 -x67502 -x67503 -x67504 -x67505 -x67506 -x67507 -x67508 -x67509 -x67510 -x67511 -x67512 -x67513 -x67514 -x67515 -x67516 -x67517 -x67518 -x67519 -x67520 -x67521 -x67522 -x67523 -x67524 -x67525 -x67526 -x67527 -x67528 -x67529 -x67530 -x67531 -x67532 -x67533 -x67534 -x67535 -x67536 -x67537 -x67538 -x67539 -x67540 -x67541 -x67542 -x67543 -x67544 -x67545 -x67546 -x67547 -x67548 -x67549 -x67550 -x67551 -x67552 -x67553 -x67554 -x67555 -x67556 -x67557 -x67558 -x67559 -x67560 -x67561 -x67562 -x67563 -x67564 -x67565 -x67566 -x67567 -x67568 -x67569 -x67570 -x67571 -x67572 -x67573 -x67574 -x67575 -x67576 -x67577 -x67578 -x67579 -x67580 -x67581 -x67582 -x67583 -x67584 -x67585 -x67586 -x67587 -x67588 -x67589 -x67590 -x67591 -x67592 -x67593 -x67594 -x67595 -x67596 -x67597 -x67598 -x67599 -x67600 -x67601 -x67602 -x67603 -x67604 -x67605 -x67606 -x67607 -x67608 -x67609 -x67610 -x67611 -x67612 -x67613 -x67614 -x67615 -x67616 -x67617 -x67618 -x67619 -x67620 -x67621 -x67622 -x67623 -x67624 -x67625 -x67626 -x67627 -x67628 -x67629 -x67630 -x67631 -x67632 -x67633 -x67634 -x67635 -x67636 -x67637 -x67638 -x67639 -x67640 -x67641 -x67642 -x67643 -x67644 -x67645 -x67646 -x67647 -x67648 -x67649 -x67650 -x67651 -x67652 -x67653 -x67654 -x67655 -x67656 -x67657 -x67658 -x67659 -x67660 -x67661 -x67662 -x67663 -x67664 -x67665 -x67666 -x67667 -x67668 -x67669 -x67670 -x67671 -x67672 -x67673 -x67674 -x67675 -x67676 -x67677 -x67678 -x67679 -x67680 -x67681 -x67682 -x67683 -x67684 -x67685 -x67686 -x67687 -x67688 -x67689 -x67690 -x67691 -x67692 -x67693 -x67694 -x67695 -x67696 -x67697 -x67698 -x67699 -x67700 -x67701 -x67702 -x67703 -x67704 -x67705 -x67706 -x67707 -x67708 -x67709 -x67710 -x67711 -x67712 -x67713 -x67714 -x67715 -x67716 -x67717 -x67718 -x67719 -x67720 -x67721 -x67722 -x67723 -x67724 -x67725 -x67726 -x67727 -x67728 -x67729 -x67730 -x67731 -x67732 -x67733 -x67734 -x67735 -x67736 -x67737 -x67738 -x67739 -x67740 -x67741 -x67742 -x67743 -x67744 -x67745 -x67746 -x67747
3600.03/3614.44	v -x67748 -x67749 -x67750 -x67751 -x67752 -x67753 -x67754 -x67755 -x67756 -x67757 -x67758 -x67759 -x67760 -x67761 -x67762 -x67763 -x67764 -x67765 -x67766 -x67767 -x67768 -x67769 -x67770 -x67771 -x67772 -x67773 -x67774 -x67775 -x67776 -x67777 -x67778 -x67779 -x67780 -x67781 -x67782 -x67783 -x67784 -x67785 -x67786 -x67787 -x67788 -x67789 -x67790 -x67791 -x67792 -x67793 -x67794 -x67795 -x67796 -x67797 -x67798 -x67799 -x67800 -x67801 -x67802 -x67803 -x67804 -x67805 -x67806 -x67807 -x67808 -x67809 -x67810 -x67811 -x67812 -x67813 -x67814 -x67815 -x67816 -x67817 -x67818 -x67819 -x67820 -x67821 -x67822 -x67823 -x67824 -x67825 -x67826 -x67827 -x67828 -x67829 -x67830 -x67831 -x67832 -x67833 -x67834 -x67835 -x67836 -x67837 -x67838 -x67839 -x67840 -x67841 -x67842 -x67843 -x67844 -x67845 -x67846 -x67847 -x67848 -x67849 -x67850 -x67851 -x67852 -x67853 -x67854 -x67855 -x67856 -x67857 -x67858 -x67859 -x67860 -x67861 -x67862 -x67863 -x67864 -x67865 -x67866 -x67867 -x67868 -x67869 -x67870 -x67871 -x67872 -x67873 -x67874 -x67875 -x67876 -x67877 -x67878 -x67879 -x67880 -x67881 -x67882 -x67883 -x67884 -x67885 -x67886 -x67887 -x67888 -x67889 -x67890 -x67891 -x67892 -x67893 -x67894 -x67895 -x67896 -x67897 -x67898 -x67899 -x67900 -x67901 -x67902 -x67903 -x67904 -x67905 -x67906 -x67907 -x67908 -x67909 -x67910 -x67911 -x67912 -x67913 -x67914 -x67915 -x67916 -x67917 -x67918 -x67919 -x67920 -x67921 -x67922 -x67971 -x67972 -x67973 -x67974 -x67975 -x67976 -x67977 -x67978 -x67979 -x67980 -x67981 -x67982 -x67983 -x67984 -x67985 -x67986 -x67987 -x67988 -x67989 -x67990 -x67991 -x67992 -x67993 -x67994 -x67995 -x67996 -x67997 -x67998 -x67999 -x68000 -x68001 -x68002 -x68003 -x68004 -x68005 -x68006 -x68007 -x68008 -x68009 -x68010 -x68011 -x68012 -x68013 -x68014 -x68015 -x68016 -x68017 -x68018 -x68739 -x68740 -x68741 -x68742 -x68743 -x68744 -x68745 -x68746 -x68747 -x68748 -x68749 -x68750 -x68751 -x68752 -x68753 -x68754 -x68755 -x68756 -x68757 -x68758 -x68759 -x68760 -x68761 -x68762 -x68763 -x68764 -x68765 -x68766 -x68767 -x68768 -x68769 -x68770 -x68771 -x68772 -x68773 -x68774 -x68775 -x68776 -x68777 -x68778 -x68779 -x68780 -x68781 -x68782 -x68783 -x68784 -x68785 -x68786 -x69267 -x69268 -x69269 -x69270 -x69271 -x69272 -x69273 -x69274 -x69275 -x69276 -x69277 -x69278 -x69279 -x69280 -x69281 x69282 -x69283 -x69284 -x69285 -x69286 -x69287 -x69288 -x69289 -x69290 -x69291 -x69292 -x69293 -x69294 -x69295 -x69296 -x69297 -x69298 -x69299 -x69300 -x69301 -x69302 -x69303 -x69304 -x69305 -x69306 -x69307 -x69308 -x69309 -x69310 -x69311 -x69312 -x69313 -x69314 -x69747 -x69748 -x69749 -x69750 -x69751 -x69752 -x69753 -x69754 -x69755 -x69756 -x69757 -x69758 -x69759 -x69760 -x69761 -x69762 -x69763 -x69764 -x69765 -x69766 -x69767 -x69768 -x69769 -x69770 -x69771 -x69772 -x69773 -x69774 -x69775 -x69776 -x69777 -x69778 -x69779 -x69780 -x69781 -x69782 -x69783 -x69784 -x69785 -x69786 -x69787 -x69788 -x69789 -x69790 -x69791 -x69792 -x69793 -x69794 -x70275 -x70276 -x70277 -x70278 -x70279 -x70280 -x70281 -x70282 -x70283 -x70284 -x70285 -x70286 -x70287 -x70288 -x70289 -x70290 -x70291 -x70292 -x70293 -x70294 -x70295 -x70296 -x70297 -x70298 -x70299 -x70300 -x70301 -x70302 -x70303 -x70304 -x70305 -x70306 -x70307 -x70308 -x70309 -x70310 -x70311 -x70312 -x70313 -x70314 -x70315 -x70316 -x70317 -x70318 -x70319 -x70320 -x70321 -x70322 -x70371 -x70372 -x70373 -x70374 -x70375 -x70376 -x70377 -x70378 -x70379 -x70380 -x70381 -x70382 -x70383 -x70384 -x70385 -x70386 -x70387 -x70388 -x70389 -x70390 -x70391 -x70392 -x70393 -x70394 -x70395 -x70396 -x70397 -x70398 -x70399 -x70400 -x70401 -x70402 -x70403 -x70404 -x70405 -x70406 -x70407 -x70408 -x70409 -x70410 -x70411 -x70412 -x70413 -x70414 -x70415 -x70416 -x70417 -x70418 -x70419 -x70420 -x70421 -x70422 -x70423 -x70424 -x70425 -x70426 -x70427 -x70428 -x70429 -x70430 -x70431 -x70432 -x70433 x70434 -x70435 -x70436 -x70437 -x70438 -x70439 -x70440 -x70441 -x70442 -x70443 -x70444 -x70445 -x70446 -x70447 -x70448 -x70449 -x70450 -x70451 -x70452 -x70453 -x70454 -x70455 -x70456 -x70457 -x70458 -x70459 -x70460 -x70461 -x70462 -x70463 -x70464 -x70465 -x70466 -x70467 -x70468 -x70469 -x70470 -x70471 -x70472 -x70473 -x70474 -x70475 -x70476 -x70477 -x70478 -x70479 -x70480 -x70481 -x70482 -x70483 -x70484 -x70485 -x70486 -x70487 -x70488 -x70489 -x70490 -x70491 -x70492 -x70493 -x70494 -x70495 -x70496 -x70497 -x70498 -x70499 -x70500 -x70501 -x70502 -x70503 -x70504 -x70505 -x70506 -x70507 -x70508 -x70509 -x70510 -x70511 -x70512 -x70513 -x70514 -x70515 -x70516 -x70517 -x70518 -x70519 -x70520 -x70521 -x70522 -x70523 -x70524 -x70525 -x70526 -x70527 -x70528 -x70529 -x70530 -x70531 -x70532 -x70533 -x70534 -x70535 -x70536 -x70537 -x70538 -x70539 -x70540 -x70541 -x70542 -x70543 -x70544 -x70545 -x70546 -x70547 -x70548 -x70549 -x70550 -x70551 -x70552 -x70553 -x70554 -x70555 -x70556 -x70557 -x70558 -x70559 -x70560 -x70561 -x70562 -x70563 -x70564 -x70565 -x70566 -x70567 -x70568 -x70569 -x70570 -x70571 -x70572 -x70573 -x70574 -x70575 -x70576 -x70577 -x70578 -x70579 -x70580 -x70581 -x70582 -x70583 -x70584 -x70585 -x70586 -x70587 -x70588 -x70589 -x70590 -x70591 -x70592 -x70593 -x70594 -x70595 -x70596 -x70597 -x70598 -x70599 -x70600 -x70601 -x70602 -x70603 -x70604 -x70605 -x70606 -x70607 -x70608 -x70609 -x70610 -x68259 -x68260 -x68261 -x68262 -x68263 -x68264 -x68265 -x68266 -x68267 -x68268 -x68269 -x68270 -x68271 -x68272 -x68273 -x68274 -x68275 -x68276 -x68277 -x68278 -x68279 -x68280 -x68281 -x68282 -x68283 -x68284 -x68285 -x68286 -x68287 -x68288 -x68289 -x68290 -x68291 -x68292 -x68293 -x68294 -x68295 -x68296 -x68297 -x68298 -x68299 -x68300 -x68301 -x68302 -x68303 -x68304 -x68305 -x68306 -x68307 -x68308 -x68309 -x68310 -x68311 -x68312 -x68313 -x68314 -x68315 -x68316 -x68317 -x68318 -x68319 -x68320 -x68321 -x68322 -x68323 -x68324 -x68325 -x68326 -x68327 -x68328 -x68329 -x68330 -x68331 -x68332 -x68333 -x68334 -x68335 -x68336 -x68337 -x68338 -x68339 -x68340 -x68341 -x68342 -x68343 -x68344 -x68345 -x68346 -x68347 -x68348 -x68349 -x68350 -x68351 -x68352 -x68353 -x68354 -x68355 -x68356 -x68357 -x68358 -x68359 -x68360 -x68361 -x68362 -x68363 -x68364 -x68365 -x68366 -x68367 -x68368 -x68369 x68370 -x68371 -x68372 -x68373 -x68374 -x68375 -x68376 -x68377 -x68378 -x68379 -x68380 -x68381 -x68382 -x68383 -x68384 -x68385 -x68386 -x68387 -x68388 -x68389 -x68390 -x68391 -x68392 -x68393 -x68394 -x68395 -x68396 -x68397 -x68398 -x68399 -x68400 -x68401 -x68402 -x68403 -x68404 -x68405 -x68406 -x68407 -x68408 -x68409 -x68410 -x68411 -x68412 -x68413 -x68414 -x68415 -x68416 -x68417 -x68418 -x68419 -x68420 -x68421 -x68422 -x68423 -x68424 -x68425 -x68426 -x68427 -x68428 -x68429 -x68430 -x68431 -x68432 -x68433 -x68434 -x68435 -x68436 -x68437 -x68438 -x68439 -x68440 -x68441 -x68442 -x68443 -x68444 -x68445 -x68446 -x68447 -x68448 -x68449 -x68450 -x68451 -x68452 -x68453 -x68454 -x68455 -x68456 -x68457 -x68458 -x68459 -x68460 -x68461 -x68462 -x68463 -x68464 -x68465 x68466 -x68467 -x68468 -x68469 -x68470 -x68471 -x68472 -x68473 -x68474 -x68475 -x68476 -x68477 -x68478 -x68479 -x68480 -x68481 -x68482 -x68483 -x68484 -x68485 -x68486 -x68487 -x68488 -x68489 -x68490 -x68491 -x68492 -x68493 -x68494 -x68495 -x68496 -x68497 -x68498 -x68499 -x68500 -x68501 -x68502 -x68503 -x68504 -x68505 -x68506 -x68507 -x68508 -x68509 -x68510 -x68511 -x68512 -x68513 -x68514 -x68515 -x68516 -x68517 -x68518 -x68519 -x68520 -x68521 -x68522 -x68523 -x68524 -x68525 -x68526 -x68527 -x68528 -x68529 -x68530 -x68531 -x68532 -x68533 -x68534 -x68535 -x68536 -x68537 -x68538 -x68539 -x68540 -x68541 -x68542 -x68543 -x68544 -x68545 -x68546 -x68547 -x68548 -x68549 -x68550 -x68551 -x68552 -x68553 -x68554 -x68555 -x68556 -x68557 -x68558 -x68559 -x68560 -x68561 -x68562 -x68563 -x68564 -x68565 -x68566 -x68567 -x68568 -x68569 -x68570 -x68571 -x68572 -x68573 -x68574 -x68575 -x68576 -x68577 -x68578 -x68579 -x68580 -x68581 -x68582 -x68583 -x68584 -x68585 -x68586 -x68587 -x68588 -x68589 -x68590 -x68591 -x68592 -x68593 -x68594 -x68595 -x68596 -x68597 -x68598 -x68599 -x68600 -x68601 -x68602 -x68603 -x68604 -x68605 -x68606 -x68607 -x68608 -x68609 -x68610 -x68611 -x68612 -x68613 -x68614 -x68615 -x68616 -x68617 -x68618 -x68619 -x68620 -x68621 -x68622 -x68623 -x68624 -x68625 -x68626 -x68627 -x68628 -x68629 -x68630 -x68631 -x68632 -x68633 -x68634 -x68635 -x68636 -x68637 -x68638 -x68639 -x68640 -x68641 -x68642 -x68643 -x68644 -x68645 -x68646 -x68647 -x68648 -x68649 -x68650 -x68651 -x68652 -x68653 -x68654 -x68655 -x68656 -x68657 -x68658 -x68659 -x68660 -x68661 -x68662 -x68663 -x68664 -x68665 -x68666 -x68667 -x68668 -x68669 -x68670 -x68671 -x68672 -x68673 -x68674 -x68675 -x68676 -x68677 -x68678 -x68679 -x68680 -x68681 -x68682 -x68683 -x68684 -x68685 -x68686 -x68687 -x68688 -x68689 -x68690 -x68691 -x68692 -x68693 -x68694 -x68695 -x68696 -x68697 -x68698 -x68699 -x68700 -x68701 -x68702 -x68703 -x68704 -x68705 -x68706 -x68707 -x68708 -x68709 -x68710 -x68711 -x68712 -x68713 -x68714 -x68715 -x68716 -x68717 -x68718 -x68719 -x68720 -x68721 -x68722 -x68723 -x68724 -x68725 -x68726 -x68727 -x68728 -x68729 -x68730 -x68731 -x68732 -x68733 -x68734 -x68735 -x68736 -x68737 -x68738 -x68787 -x68788 -x68789 -x68790 -x68791 -x68792 -x68793 -x68794 -x68795 -x68796 -x68797 -x68798 -x68799 -x68800 -x68801 -x68802 -x68803 -x68804 -x68805 -x68806 -x68807 -x68808 -x68809 -x68810 -x68811 -x68812 -x68813 -x68814 -x68815 -x68816 -x68817 -x68818 -x68819 -x68820 -x68821 -x68822 -x68823 -x68824 -x68825 -x68826 -x68827 -x68828 -x68829 -x68830 -x68831 -x68832 -x68833 -x68834 -x68835 -x68836 -x68837 -x68838 -x68839 -x68840 -x68841 -x68842 -x68843 -x68844 -x68845 -x68846 -x68847 -x68848 -x68849 -x68850 -x68851 -x68852 -x68853 -x68854 -x68855 -x68856 -x68857 -x68858 -x68859 -x68860 -x68861 -x68862 -x68863 -x68864 -x68865 -x68866 -x68867 -x68868 -x68869 -x68870 -x68871 -x68872 -x68873 -x68874 -x68875 -x68876 -x68877 -x68878 -x68879 -x68880 -x68881 -x68882 -x68883 -x68884 -x68885 -x68886 -x68887 -x68888 -x68889 -x68890 -x68891 -x68892 -x68893 -x68894 -x68895 -x68896 -x68897 -x68898 -x68899 -x68900 -x68901 -x68902 -x68903 -x68904 -x68905 -x68906 -x68907 -x68908 -x68909 -x68910 -x68911 -x68912 -x68913 -x68914 -x68915 -x68916 -x68917 -x68918 -x68919 -x68920 -x68921 -x68922 -x68923 -x68924 -x68925 -x68926 -x68927 -x68928 -x68929 -x68930 -x68931 -x68932 -x68933 -x68934 -x68935 -x68936 -x68937 -x68938 -x68939 -x68940 -x68941 -x68942 -x68943 -x68944 -x68945 -x68946 -x68947 -x68948 -x68949 -x68950 -x68951 -x68952 -x68953 -x68954 -x68955 -x68956 -x68957 -x68958 -x68959 -x68960 -x68961 -x68962 -x68963 -x68964 -x68965 -x68966 -x68967 -x68968 -x68969 -x68970 -x68971 -x68972 -x68973 -x68974 -x68975 -x68976 -x68977 -x68978 -x68979 -x68980 -x68981 -x68982 -x68983 -x68984 -x68985 -x68986 -x68987 -x68988 -x68989 -x68990 -x68991 -x68992 -x68993 -x68994 -x68995 -x68996 -x68997 -x68998 -x68999 -x69000 -x69001 -x69002 -x69003 -x69004 -x69005 -x69006 -x69007 -x69008 -x69009 -x69010 -x69011 -x69012 -x69013 -x69014 -x69015 -x69016 -x69017 -x69018 -x69019 -x69020 -x69021 -x69022 -x69023 -x69024 -x69025 -x69026 -x69027 -x69028 -x69029 -x69030 -x69031 -x69032 -x69033 -x69034 -x69035 -x69036 -x69037 -x69038 -x69039 -x69040 -x69041 -x69042 x69043 -x69044 -x69045 -x69046 -x69047 -x69048 -x69049 -x69050 -x69051 -x69052 -x69053 -x69054 -x69055 -x69056 -x69057 -x69058 -x69059 -x69060 -x69061 -x69062 -x69063 -x69064 -x69065 -x69066 -x69067 -x69068 -x69069 -x69070 -x69071 -x69072 -x69073 -x69074 -x69075 -x69076 -x69077 -x69078 -x69079 -x69080 -x69081 -x69082 -x69083 -x69084 -x69085 -x69086 -x69087 -x69088 -x69089 -x69090 -x69091 -x69092 -x69093 -x69094 -x69095 -x69096 -x69097 -x69098 -x69099 -x69100 -x69101 -x69102 -x69103 -x69104 -x69105 -x69106 -x69107 -x69108 -x69109 -x69110 -x69111 -x69112 -x69113 -x69114 -x69115 -x69116 -x69117 -x69118 -x69119 -x69120 -x69121 -x69122 -x69123 -x69124 -x69125 -x69126 -x69127 -x69128 -x69129 -x69130 -x69131 -x69132 -x69133 -x69134 -x69135 -x69136 -x69137 -x69138 -x69139 -x69140 -x69141 -x69142 -x69143 -x69144 -x69145 -x69146 -x69147 -x69148 -x69149 -x69150 -x69151 -x69152 -x69153 -x69154 -x69155 -x69156 -x69157 -x69158 -x69159 -x69160 -x69161 -x69162 -x69163 -x69164 -x69165 -x69166 -x69167 -x69168 -x69169 -x69170 -x69171 -x69172 -x69173 -x69174 -x69175 -x69176 -x69177 -x69178 -x69179 -x69180 -x69181 -x69182 -x69183 -x69184 -x69185 -x69186 -x69187 -x69188 -x69189 -x69190 -x69191 -x69192 -x69193 -x69194 -x69195 -x69196 -x69197 -x69198 -x69199 -x69200 -x69201 -x69202 -x69203 -x69204 -x69205 -x69206 -x69207 -x69208 -x69209 -x69210 -x69211 -x69212 -x69213 -x69214 -x69215 -x69216 -x69217 -x69218 -x69219 -x69220 -x69221 -x69222 -x69223 -x69224 -x69225 -x69226 -x69227 -x69228 -x69229 -x69230 -x69231 -x69232 -x69233 -x69234 -x69235 -x69236 -x69237 -x69238 -x69239 -x69240 -x69241 -x69242 -x69243 -x69244 -x69245 -x69246 -x69247 -x69248 -x69249 -x69250 -x69251 -x69252 -x69253 -x69254 -x69255 -x69256 -x69257 -x69258 -x69259 -x69260 -x69261 -x69262 -x69263 -x69264 -x69265 -x69266 -x69315 -x69316 -x69317 -x69318 -x69319 -x69320 -x69321 -x69322 -x69323 -x69324 -x69325 -x69326 -x69327 -x69328 -x69329 -x69330 -x69331 -x69332 -x69333 -x69334 -x69335 -x69336 -x69337 -x69338 -x69339 -x69340 -x69341 -x69342 -x69343 -x69344 -x69345 -x69346 -x69347 -x69348 -x69349 -x69350 -x69351 -x69352 -x69353 -x69354 -x69355 -x69356 -x69357 -x69358 -x69359 -x69360 -x69361 -x69362 -x69363 -x69364 -x69365 -x69366 -x69367 -x69368 -x69369 -x69370 -x69371 -x69372 -x69373 -x69374 -x69375 -x69376 -x69377 -x69378 -x69379 -x69380 -x69381 -x69382 -x69383 -x69384 -x69385 -x69386 -x69387 -x69388 -x69389 -x69390 -x69391 -x69392 -x69393 -x69394 -x69395 -x69396 -x69397 -x69398 -x69399 -x69400 -x69401 -x69402 -x69403 -x69404 -x69405 -x69406 -x69407 -x69408 -x69409 -x69410 -x69411 -x69412 -x69413 -x69414 -x69415 -x69416 -x69417 -x69418 -x69419 -x69420 -x69421 -x69422 -x69423 -x69424 -x69425 -x69426 -x69427 -x69428 -x69429 -x69430 -x69431 -x69432 -x69433 -x69434 -x69435 -x69436 -x69437 -x69438 -x69439 -x69440 -x69441 -x69442 -x69443 -x69444 -x69445 -x69446 -x69447 -x69448 -x69449 -x69450 -x69451 -x69452 -x69453 -x69454 -x69455 -x69456 -x69457 -x69458 -x69459 -x69460 -x69461 -x69462 -x69463 -x69464 -x69465 -x69466 -x69467 -x69468 -x69469 -x69470 -x69471 -x69472 -x69473 -x69474 -x69475 -x69476 -x69477 -x69478 -x69479 -x69480 -x69481 -x69482 -x69483 -x69484 -x69485 -x69486 -x69487 -x69488 -x69489 -x69490 -x69491 -x69492 -x69493 -x69494 -x69495 -x69496 -x69497 -x69498 -x69499 -x69500 -x69501 -x69502 -x69503 -x69504 -x69505 -x69506 -x69507 -x69508 -x69509 -x69510 -x69511 -x69512 -x69513 -x69514 -x69515 -x69516 -x69517 -x69518 -x69519 -x69520 -x69521 -x69522 -x69523 -x69524 -x69525 -x69526 -x69527 -x69528 -x69529 -x69530 -x69531 -x69532 -x69533 -x69534 -x69535 -x69536 -x69537 -x69538 -x69539 -x69540 -x69541 -x69542 -x69543 -x69544 -x69545 -x69546 -x69547 -x69548 -x69549 -x69550 -x69551 -x69552 -x69553 -x69554 -x69555 -x69556 -x69557 -x69558 -x69559 -x69560 -x69561 -x69562 -x69563 -x69564 -x69565 -x69566 -x69567 -x69568 -x69569 -x69570 -x69571 -x69572 -x69573 -x69574 -x69575 -x69576 -x69577 -x69578 -x69579 -x69580 -x69581 -x69582 -x69583 -x69584 -x69585 -x69586 -x69587 -x69588 -x69589 -x69590 -x69591 -x69592 -x69593 -x69594 -x69595 -x69596 -x69597 -x69598 -x69599 -x69600 -x69601 -x69602 -x69603 -x69604 -x69605 -x69606 -x69607 -x69608 -x69609 -x69610 -x69611 -x69612 -x69613 -x69614 -x69615 -x69616 -x69617 -x69618 -x69619 -x69620 -x69621 -x69622 -x69623 -x69624 -x69625 -x69626 -x69627 -x69628 -x69629 -x69630 -x69631 -x69632 -x69633 -x69634 -x69635 -x69636 -x69637 -x69638 -x69639 -x69640 -x69641 -x69642 -x69643 -x69644 -x69645 -x69646 -x69647 -x69648 -x69649 -x69650 -x69651 -x69652 -x69653 -x69654 -x69655 -x69656 -x69657 -x69658 -x69659 -x69660 -x69661 -x69662 -x69663 -x69664 -x69665 -x69666 x69667 -x69668 -x69669 -x69670 -x69671 -x69672 -x69673 -x69674 -x69675 -x69676 -x69677 -x69678 -x69679 -x69680 -x69681 -x69682 -x69683 -x69684 -x69685 -x69686 -x69687 -x69688 -x69689 -x69690 -x69691 -x69692 -x69693 -x69694 -x69695 -x69696 -x69697 -x69698 -x69699
3600.03/3614.44	v -x69700 -x69701 -x69702 -x69703 -x69704 -x69705 -x69706 -x69707 -x69708 -x69709 -x69710 -x69711 -x69712 -x69713 -x69714 -x69715 -x69716 -x69717 -x69718 -x69719 -x69720 -x69721 -x69722 -x69723 -x69724 -x69725 -x69726 -x69727 -x69728 -x69729 -x69730 -x69731 -x69732 -x69733 -x69734 -x69735 -x69736 -x69737 -x69738 -x69739 -x69740 -x69741 -x69742 -x69743 -x69744 -x69745 -x69746 -x69795 -x69796 -x69797 -x69798 -x69799 -x69800 -x69801 -x69802 -x69803 -x69804 -x69805 -x69806 -x69807 -x69808 -x69809 -x69810 x69811 -x69812 -x69813 -x69814 -x69815 -x69816 -x69817 -x69818 -x69819 -x69820 -x69821 -x69822 -x69823 -x69824 -x69825 -x69826 -x69827 -x69828 -x69829 -x69830 -x69831 -x69832 -x69833 -x69834 -x69835 -x69836 -x69837 -x69838 -x69839 -x69840 -x69841 -x69842 -x69843 -x69844 -x69845 -x69846 -x69847 -x69848 -x69849 -x69850 -x69851 -x69852 -x69853 -x69854 -x69855 -x69856 -x69857 -x69858 -x69859 -x69860 -x69861 -x69862 -x69863 -x69864 -x69865 -x69866 -x69867 -x69868 -x69869 -x69870 -x69871 -x69872 -x69873 -x69874 -x69875 -x69876 -x69877 -x69878 -x69879 -x69880 -x69881 -x69882 -x69883 -x69884 -x69885 -x69886 -x69887 -x69888 -x69889 -x69890 -x69891 -x69892 -x69893 -x69894 -x69895 -x69896 -x69897 -x69898 -x69899 -x69900 -x69901 -x69902 -x69903 -x69904 -x69905 -x69906 -x69907 -x69908 -x69909 -x69910 -x69911 -x69912 -x69913 -x69914 -x69915 -x69916 -x69917 -x69918 -x69919 -x69920 -x69921 -x69922 -x69923 -x69924 -x69925 -x69926 -x69927 -x69928 -x69929 -x69930 -x69931 -x69932 -x69933 -x69934 -x69935 -x69936 -x69937 -x69938 -x69939 -x69940 -x69941 -x69942 -x69943 -x69944 -x69945 -x69946 -x69947 -x69948 -x69949 -x69950 -x69951 -x69952 -x69953 -x69954 -x69955 -x69956 -x69957 -x69958 -x69959 -x69960 -x69961 -x69962 -x69963 -x69964 -x69965 -x69966 -x69967 -x69968 -x69969 -x69970 -x69971 -x69972 -x69973 -x69974 -x69975 -x69976 -x69977 -x69978 -x69979 -x69980 -x69981 -x69982 -x69983 -x69984 -x69985 -x69986 -x69987 -x69988 -x69989 -x69990 -x69991 -x69992 -x69993 -x69994 -x69995 -x69996 -x69997 -x69998 -x69999 -x70000 -x70001 -x70002 x70003 -x70004 -x70005 -x70006 -x70007 -x70008 -x70009 -x70010 -x70011 -x70012 -x70013 -x70014 -x70015 -x70016 -x70017 -x70018 -x70019 -x70020 -x70021 -x70022 -x70023 -x70024 -x70025 -x70026 -x70027 -x70028 -x70029 -x70030 -x70031 -x70032 -x70033 -x70034 -x70035 -x70036 -x70037 -x70038 -x70039 -x70040 -x70041 -x70042 -x70043 -x70044 -x70045 -x70046 -x70047 -x70048 -x70049 -x70050 -x70051 -x70052 -x70053 -x70054 -x70055 -x70056 -x70057 -x70058 -x70059 -x70060 -x70061 -x70062 -x70063 -x70064 -x70065 -x70066 -x70067 -x70068 -x70069 -x70070 -x70071 -x70072 -x70073 -x70074 -x70075 -x70076 -x70077 -x70078 -x70079 -x70080 -x70081 -x70082 -x70083 -x70084 -x70085 -x70086 -x70087 -x70088 -x70089 -x70090 -x70091 -x70092 -x70093 -x70094 -x70095 -x70096 -x70097 -x70098 -x70099 -x70100 -x70101 -x70102 -x70103 -x70104 -x70105 -x70106 -x70107 -x70108 -x70109 -x70110 -x70111 -x70112 -x70113 -x70114 -x70115 -x70116 -x70117 -x70118 -x70119 -x70120 -x70121 -x70122 -x70123 -x70124 -x70125 -x70126 -x70127 -x70128 -x70129 -x70130 -x70131 -x70132 -x70133 -x70134 -x70135 -x70136 -x70137 -x70138 -x70139 -x70140 -x70141 -x70142 -x70143 -x70144 -x70145 -x70146 -x70147 -x70148 -x70149 -x70150 -x70151 -x70152 -x70153 -x70154 -x70155 -x70156 -x70157 -x70158 -x70159 -x70160 -x70161 -x70162 -x70163 -x70164 -x70165 -x70166 -x70167 -x70168 -x70169 -x70170 -x70171 -x70172 -x70173 -x70174 -x70175 -x70176 -x70177 -x70178 -x70179 -x70180 -x70181 -x70182 -x70183 -x70184 -x70185 -x70186 -x70187 -x70188 -x70189 -x70190 -x70191 -x70192 -x70193 -x70194 -x70195 -x70196 -x70197 -x70198 -x70199 -x70200 -x70201 -x70202 -x70203 -x70204 -x70205 -x70206 -x70207 -x70208 -x70209 -x70210 -x70211 -x70212 -x70213 -x70214 -x70215 -x70216 -x70217 -x70218 -x70219 -x70220 -x70221 -x70222 -x70223 -x70224 -x70225 -x70226 -x70227 -x70228 -x70229 -x70230 -x70231 -x70232 -x70233 -x70234 -x70235 -x70236 -x70237 -x70238 -x70239 -x70240 -x70241 -x70242 -x70243 -x70244 -x70245 -x70246 -x70247 -x70248 -x70249 -x70250 -x70251 -x70252 -x70253 -x70254 -x70255 -x70256 -x70257 -x70258 -x70259 -x70260 -x70261 -x70262 -x70263 -x70264 -x70265 -x70266 -x70267 -x70268 -x70269 -x70270 -x70271 -x70272 -x70273 -x70274 -x70323 -x70324 -x70325 -x70326 -x70327 -x70328 -x70329 -x70330 -x70331 -x70332 -x70333 -x70334 -x70335 -x70336 -x70337 -x70338 -x70339 -x70340 -x70341 -x70342 -x70343 -x70344 -x70345 -x70346 -x70347 -x70348 -x70349 -x70350 -x70351 -x70352 -x70353 -x70354 -x70355 -x70356 -x70357 -x70358 -x70359 -x70360 -x70361 -x70362 -x70363 -x70364 -x70365 -x70366 -x70367 -x70368 -x70369 -x70370 -x71091 -x71092 -x71093 -x71094 -x71095 -x71096 -x71097 -x71098 -x71099 -x71100 -x71101 -x71102 -x71103 -x71104 -x71105 -x71106 -x71107 -x71108 -x71109 -x71110 -x71111 -x71112 -x71113 -x71114 -x71115 -x71116 -x71117 -x71118 -x71119 -x71120 -x71121 -x71122 -x71123 -x71124 -x71125 -x71126 -x71127 -x71128 -x71129 -x71130 -x71131 -x71132 -x71133 -x71134 -x71135 -x71136 -x71137 -x71138 -x71619 -x71620 -x71621 -x71622 -x71623 -x71624 -x71625 -x71626 -x71627 -x71628 -x71629 -x71630 -x71631 -x71632 -x71633 x71634 -x71635 -x71636 -x71637 -x71638 -x71639 -x71640 -x71641 -x71642 -x71643 -x71644 -x71645 -x71646 -x71647 -x71648 -x71649 -x71650 -x71651 -x71652 -x71653 -x71654 -x71655 -x71656 -x71657 -x71658 -x71659 -x71660 -x71661 -x71662 -x71663 -x71664 -x71665 -x71666 -x72099 -x72100 -x72101 -x72102 -x72103 -x72104 -x72105 -x72106 -x72107 -x72108 -x72109 -x72110 -x72111 -x72112 -x72113 -x72114 -x72115 -x72116 -x72117 -x72118 -x72119 -x72120 -x72121 -x72122 -x72123 -x72124 -x72125 -x72126 -x72127 -x72128 -x72129 -x72130 -x72131 -x72132 -x72133 -x72134 -x72135 -x72136 -x72137 -x72138 -x72139 -x72140 -x72141 -x72142 -x72143 -x72144 -x72145 -x72146 -x72627 -x72628 -x72629 -x72630 -x72631 -x72632 -x72633 -x72634 -x72635 -x72636 -x72637 -x72638 -x72639 -x72640 -x72641 -x72642 -x72643 -x72644 -x72645 -x72646 -x72647 -x72648 -x72649 -x72650 -x72651 -x72652 -x72653 -x72654 -x72655 -x72656 -x72657 -x72658 -x72659 -x72660 -x72661 -x72662 -x72663 -x72664 -x72665 -x72666 -x72667 -x72668 -x72669 -x72670 -x72671 -x72672 -x72673 -x72674 -x72723 -x72724 -x72725 -x72726 -x72727 -x72728 -x72729 -x72730 -x72731 -x72732 -x72733 -x72734 -x72735 -x72736 -x72737 -x72738 -x72739 -x72740 -x72741 -x72742 -x72743 -x72744 -x72745 -x72746 -x72747 -x72748 -x72749 -x72750 -x72751 -x72752 -x72753 -x72754 -x72755 -x72756 -x72757 -x72758 -x72759 -x72760 -x72761 -x72762 -x72763 -x72764 -x72765 -x72766 -x72767 -x72768 -x72769 -x72770 -x72771 -x72772 -x72773 -x72774 -x72775 -x72776 -x72777 -x72778 -x72779 -x72780 -x72781 -x72782 -x72783 -x72784 -x72785 x72786 -x72787 -x72788 -x72789 -x72790 -x72791 -x72792 -x72793 -x72794 -x72795 -x72796 -x72797 -x72798 -x72799 -x72800 -x72801 -x72802 -x72803 -x72804 -x72805 -x72806 -x72807 -x72808 -x72809 -x72810 -x72811 -x72812 -x72813 -x72814 -x72815 -x72816 -x72817 -x72818 -x72819 -x72820 -x72821 -x72822 -x72823 -x72824 -x72825 -x72826 -x72827 -x72828 -x72829 -x72830 -x72831 -x72832 -x72833 -x72834 -x72835 -x72836 -x72837 -x72838 -x72839 -x72840 -x72841 -x72842 -x72843 -x72844 -x72845 -x72846 -x72847 -x72848 -x72849 -x72850 -x72851 -x72852 -x72853 -x72854 -x72855 -x72856 -x72857 -x72858 -x72859 -x72860 -x72861 -x72862 -x72863 -x72864 -x72865 -x72866 -x72867 -x72868 -x72869 -x72870 -x72871 -x72872 -x72873 -x72874 -x72875 -x72876 -x72877 -x72878 -x72879 -x72880 -x72881 -x72882 -x72883 -x72884 -x72885 -x72886 -x72887 -x72888 -x72889 -x72890 -x72891 -x72892 -x72893 -x72894 -x72895 -x72896 -x72897 -x72898 -x72899 -x72900 -x72901 -x72902 -x72903 -x72904 -x72905 -x72906 -x72907 -x72908 -x72909 -x72910 -x72911 -x72912 -x72913 -x72914 -x72915 -x72916 -x72917 -x72918 -x72919 -x72920 -x72921 -x72922 -x72923 -x72924 -x72925 -x72926 -x72927 -x72928 -x72929 -x72930 -x72931 -x72932 -x72933 -x72934 -x72935 -x72936 -x72937 -x72938 -x72939 -x72940 -x72941 -x72942 -x72943 -x72944 -x72945 -x72946 -x72947 -x72948 -x72949 -x72950 -x72951 -x72952 -x72953 -x72954 -x72955 -x72956 -x72957 -x72958 -x72959 -x72960 -x72961 -x72962 -x70611 -x70612 -x70613 -x70614 -x70615 -x70616 -x70617 -x70618 -x70619 -x70620 -x70621 -x70622 -x70623 -x70624 -x70625 -x70626 -x70627 -x70628 -x70629 -x70630 -x70631 -x70632 -x70633 -x70634 -x70635 -x70636 -x70637 -x70638 -x70639 -x70640 -x70641 -x70642 -x70643 -x70644 -x70645 -x70646 -x70647 -x70648 -x70649 -x70650 -x70651 -x70652 -x70653 -x70654 -x70655 -x70656 -x70657 -x70658 -x70659 -x70660 -x70661 -x70662 -x70663 -x70664 -x70665 -x70666 -x70667 -x70668 -x70669 -x70670 -x70671 -x70672 -x70673 -x70674 -x70675 -x70676 -x70677 -x70678 -x70679 -x70680 -x70681 -x70682 -x70683 -x70684 -x70685 -x70686 -x70687 -x70688 -x70689 -x70690 -x70691 -x70692 -x70693 -x70694 -x70695 -x70696 -x70697 -x70698 -x70699 -x70700 -x70701 -x70702 -x70703 -x70704 -x70705 -x70706 -x70707 -x70708 -x70709 -x70710 -x70711 -x70712 -x70713 -x70714 -x70715 -x70716 -x70717 -x70718 -x70719 -x70720 -x70721 x70722 -x70723 -x70724 -x70725 -x70726 -x70727 -x70728 -x70729 -x70730 -x70731 -x70732 -x70733 -x70734 -x70735 -x70736 -x70737 -x70738 -x70739 -x70740 -x70741 -x70742 -x70743 -x70744 -x70745 -x70746 -x70747 -x70748 -x70749 -x70750 -x70751 -x70752 -x70753 -x70754 -x70755 -x70756 -x70757 -x70758 -x70759 -x70760 -x70761 -x70762 -x70763 -x70764 -x70765 -x70766 -x70767 -x70768 -x70769 -x70770 -x70771 -x70772 -x70773 -x70774 -x70775 -x70776 -x70777 -x70778 -x70779 -x70780 -x70781 -x70782 -x70783 -x70784 -x70785 -x70786 -x70787 -x70788 -x70789 -x70790 -x70791 -x70792 -x70793 -x70794 -x70795 -x70796 -x70797 -x70798 -x70799 -x70800 -x70801 -x70802 -x70803 -x70804 -x70805 -x70806 -x70807 -x70808 -x70809 -x70810 -x70811 -x70812 -x70813 -x70814 -x70815 -x70816 -x70817 x70818 -x70819 -x70820 -x70821 -x70822 -x70823 -x70824 -x70825 -x70826 -x70827 -x70828 -x70829 -x70830 -x70831 -x70832 -x70833 -x70834 -x70835 -x70836 -x70837 -x70838 -x70839 -x70840 -x70841 -x70842 -x70843 -x70844 -x70845 -x70846 -x70847 -x70848 -x70849 -x70850 -x70851 -x70852 -x70853 -x70854 -x70855 -x70856 -x70857 -x70858 -x70859 -x70860 -x70861 -x70862 -x70863 -x70864 -x70865 -x70866 -x70867 -x70868 -x70869 -x70870 -x70871 -x70872 -x70873 -x70874 -x70875 -x70876 -x70877 -x70878 -x70879 -x70880 -x70881 -x70882 -x70883 -x70884 -x70885 -x70886 -x70887 -x70888 -x70889 -x70890 -x70891 -x70892 -x70893 -x70894 -x70895 -x70896 -x70897 -x70898 -x70899 -x70900 -x70901 -x70902 -x70903 -x70904 -x70905 -x70906 -x70907 -x70908 -x70909 -x70910 -x70911 -x70912 -x70913 -x70914 -x70915 -x70916 -x70917 -x70918 -x70919 -x70920 -x70921 -x70922 -x70923 -x70924 -x70925 -x70926 -x70927 -x70928 -x70929 -x70930 -x70931 -x70932 -x70933 -x70934 -x70935 -x70936 -x70937 -x70938 -x70939 -x70940 -x70941 -x70942 -x70943 -x70944 -x70945 -x70946 -x70947 -x70948 -x70949 -x70950 -x70951 -x70952 -x70953 -x70954 -x70955 -x70956 -x70957 -x70958 -x70959 -x70960 -x70961 -x70962 -x70963 -x70964 -x70965 -x70966 -x70967 -x70968 -x70969 -x70970 -x70971 -x70972 -x70973 -x70974 -x70975 -x70976 -x70977 -x70978 -x70979 -x70980 -x70981 -x70982 -x70983 -x70984 -x70985 -x70986 -x70987 -x70988 -x70989 -x70990 -x70991 -x70992 -x70993 -x70994 -x70995 -x70996 -x70997 -x70998 -x70999 -x71000 -x71001 -x71002 -x71003 -x71004 -x71005 -x71006 -x71007 -x71008 -x71009 -x71010 -x71011 -x71012 -x71013 -x71014 -x71015 -x71016 -x71017 -x71018 -x71019 -x71020 -x71021 -x71022 -x71023 -x71024 -x71025 -x71026 -x71027 -x71028 -x71029 -x71030 -x71031 -x71032 -x71033 -x71034 -x71035 -x71036 -x71037 -x71038 -x71039 -x71040 -x71041 -x71042 -x71043 -x71044 -x71045 -x71046 -x71047 -x71048 -x71049 -x71050 -x71051 -x71052 -x71053 -x71054 -x71055 -x71056 -x71057 -x71058 -x71059 -x71060 -x71061 -x71062 -x71063 -x71064 -x71065 -x71066 -x71067 -x71068 -x71069 -x71070 -x71071 -x71072 -x71073 -x71074 -x71075 -x71076 -x71077 -x71078 -x71079 -x71080 -x71081 -x71082 -x71083 -x71084 -x71085 -x71086 -x71087 -x71088 -x71089 -x71090 -x71139 -x71140 -x71141 -x71142 -x71143 -x71144 -x71145 -x71146 -x71147 -x71148 -x71149 -x71150 -x71151 -x71152 -x71153 -x71154 -x71155 -x71156 -x71157 -x71158 -x71159 -x71160 -x71161 -x71162 -x71163 -x71164 -x71165 -x71166 -x71167 -x71168 -x71169 -x71170 -x71171 -x71172 -x71173 -x71174 -x71175 -x71176 -x71177 -x71178 -x71179 -x71180 -x71181 -x71182 -x71183 -x71184 -x71185 -x71186 -x71187 -x71188 -x71189 -x71190 -x71191 -x71192 -x71193 -x71194 -x71195 -x71196 -x71197 -x71198 -x71199 -x71200 -x71201 -x71202 -x71203 -x71204 -x71205 -x71206 -x71207 -x71208 -x71209 -x71210 -x71211 -x71212 -x71213 -x71214 -x71215 -x71216 -x71217 -x71218 -x71219 -x71220 -x71221 -x71222 -x71223 -x71224 -x71225 -x71226 -x71227 -x71228 -x71229 -x71230 -x71231 -x71232 -x71233 -x71234 -x71235 -x71236 -x71237 -x71238 -x71239 -x71240 -x71241 -x71242 -x71243 -x71244 -x71245 -x71246 -x71247 -x71248 -x71249 -x71250 -x71251 -x71252 -x71253 -x71254 -x71255 -x71256 -x71257 -x71258 -x71259 -x71260 -x71261 -x71262 -x71263 -x71264 -x71265 -x71266 -x71267 -x71268 -x71269 -x71270 -x71271 -x71272 -x71273 -x71274 -x71275 -x71276 -x71277 -x71278 -x71279 -x71280 -x71281 -x71282 -x71283 -x71284 -x71285 -x71286 -x71287 -x71288 -x71289 -x71290 -x71291 -x71292 -x71293 -x71294 -x71295 -x71296 -x71297 -x71298 -x71299 -x71300 -x71301 -x71302 -x71303 -x71304 -x71305 -x71306 -x71307 -x71308 -x71309 -x71310 -x71311 -x71312 -x71313 -x71314 -x71315 -x71316 -x71317 -x71318 -x71319 -x71320 -x71321 -x71322 -x71323 -x71324 -x71325 -x71326 -x71327 -x71328 -x71329 -x71330 -x71331 -x71332 -x71333 -x71334 -x71335 -x71336 -x71337 -x71338 -x71339 -x71340 -x71341 -x71342 -x71343 -x71344 -x71345 -x71346 -x71347 -x71348 -x71349 -x71350 -x71351 -x71352 -x71353 -x71354 -x71355 -x71356 -x71357 -x71358 -x71359 -x71360 -x71361 -x71362 -x71363 -x71364 -x71365 -x71366 -x71367 -x71368 -x71369 -x71370 -x71371 -x71372 -x71373 -x71374 -x71375 -x71376 -x71377 -x71378 -x71379 -x71380 -x71381 -x71382 -x71383 -x71384 -x71385 -x71386 -x71387 -x71388 -x71389 -x71390 -x71391 -x71392 -x71393 -x71394 x71395 -x71396 -x71397 -x71398 -x71399 -x71400 -x71401 -x71402 -x71403 -x71404 -x71405 -x71406 -x71407 -x71408 -x71409 -x71410 -x71411 -x71412 -x71413 -x71414 -x71415 -x71416 -x71417 -x71418 -x71419 -x71420 -x71421 -x71422 -x71423 -x71424 -x71425 -x71426 -x71427 -x71428 -x71429 -x71430 -x71431 -x71432 -x71433 -x71434 -x71435 -x71436 -x71437 -x71438 -x71439 -x71440 -x71441 -x71442 -x71443 -x71444 -x71445 -x71446 -x71447 -x71448 -x71449 -x71450 -x71451 -x71452 -x71453 -x71454 -x71455 -x71456 -x71457 -x71458 -x71459 -x71460 -x71461 -x71462 -x71463 -x71464 -x71465 -x71466 -x71467 -x71468 -x71469 -x71470 -x71471 -x71472 -x71473 -x71474 -x71475 -x71476 -x71477 -x71478 -x71479 -x71480 -x71481 -x71482 -x71483 -x71484 -x71485 -x71486 -x71487 -x71488 -x71489 -x71490 -x71491 -x71492 -x71493 -x71494 -x71495 -x71496 -x71497 -x71498 -x71499 -x71500 -x71501 -x71502 -x71503 -x71504 -x71505 -x71506 -x71507 -x71508 -x71509 -x71510 -x71511 -x71512 -x71513 -x71514 -x71515 -x71516 -x71517 -x71518 -x71519 -x71520 -x71521 -x71522 -x71523 -x71524 -x71525 -x71526 -x71527 -x71528 -x71529 -x71530 -x71531 -x71532 -x71533 -x71534 -x71535 -x71536 -x71537 -x71538 -x71539 -x71540 -x71541 -x71542 -x71543 -x71544 -x71545 -x71546 -x71547 -x71548 -x71549 -x71550 -x71551 -x71552 -x71553 -x71554 -x71555 -x71556 -x71557 -x71558 -x71559 -x71560 -x71561 -x71562 -x71563 -x71564 -x71565 -x71566 -x71567 -x71568 -x71569 -x71570 -x71571 -x71572 -x71573 -x71574 -x71575 -x71576 -x71577 -x71578 -x71579 -x71580 -x71581 -x71582 -x71583 -x71584 -x71585 -x71586 -x71587 -x71588 -x71589 -x71590 -x71591 -x71592 -x71593 -x71594 -x71595 -x71596 -x71597 -x71598 -x71599 -x71600 -x71601 -x71602 -x71603 -x71604 -x71605 -x71606 -x71607 -x71608 -x71609 -x71610 -x71611 -x71612 -x71613 -x71614 -x71615 -x71616 -x71617 -x71618 -x71667 -x71668 -x71669 -x71670 -x71671 -x71672 -x71673 -x71674 -x71675 -x71676 -x71677 -x71678 -x71679 -x71680 -x71681 -x71682 -x71683 -x71684 -x71685 -x71686 -x71687 -x71688 -x71689 -x71690 -x71691 -x71692 -x71693 -x71694 -x71695 -x71696 -x71697 -x71698 -x71699
3600.03/3614.44	v -x71700 -x71701 -x71702 -x71703 -x71704 -x71705 -x71706 -x71707 -x71708 -x71709 -x71710 -x71711 -x71712 -x71713 -x71714 -x71715 -x71716 -x71717 -x71718 -x71719 -x71720 -x71721 -x71722 -x71723 -x71724 -x71725 -x71726 -x71727 -x71728 -x71729 -x71730 -x71731 -x71732 -x71733 -x71734 -x71735 -x71736 -x71737 -x71738 -x71739 -x71740 -x71741 -x71742 -x71743 -x71744 -x71745 -x71746 -x71747 -x71748 -x71749 -x71750 -x71751 -x71752 -x71753 -x71754 -x71755 -x71756 -x71757 -x71758 -x71759 -x71760 -x71761 -x71762 -x71763 -x71764 -x71765 -x71766 -x71767 -x71768 -x71769 -x71770 -x71771 -x71772 -x71773 -x71774 -x71775 -x71776 -x71777 -x71778 -x71779 -x71780 -x71781 -x71782 -x71783 -x71784 -x71785 -x71786 -x71787 -x71788 -x71789 -x71790 -x71791 -x71792 -x71793 -x71794 -x71795 -x71796 -x71797 -x71798 -x71799 -x71800 -x71801 -x71802 -x71803 -x71804 -x71805 -x71806 -x71807 -x71808 -x71809 -x71810 -x71811 -x71812 -x71813 -x71814 -x71815 -x71816 -x71817 -x71818 -x71819 -x71820 -x71821 -x71822 -x71823 -x71824 -x71825 -x71826 -x71827 -x71828 -x71829 -x71830 -x71831 -x71832 -x71833 -x71834 -x71835 -x71836 -x71837 -x71838 -x71839 -x71840 -x71841 -x71842 -x71843 -x71844 -x71845 -x71846 -x71847 -x71848 -x71849 -x71850 -x71851 -x71852 -x71853 -x71854 -x71855 -x71856 -x71857 -x71858 -x71859 -x71860 -x71861 -x71862 -x71863 -x71864 -x71865 -x71866 -x71867 -x71868 -x71869 -x71870 -x71871 -x71872 -x71873 -x71874 -x71875 -x71876 -x71877 -x71878 -x71879 -x71880 -x71881 -x71882 -x71883 -x71884 -x71885 -x71886 -x71887 -x71888 -x71889 -x71890 -x71891 -x71892 -x71893 -x71894 -x71895 -x71896 -x71897 -x71898 -x71899 -x71900 -x71901 -x71902 -x71903 -x71904 -x71905 -x71906 -x71907 -x71908 -x71909 -x71910 -x71911 -x71912 -x71913 -x71914 -x71915 -x71916 -x71917 -x71918 -x71919 -x71920 -x71921 -x71922 -x71923 -x71924 -x71925 -x71926 -x71927 -x71928 -x71929 -x71930 -x71931 -x71932 -x71933 -x71934 -x71935 -x71936 -x71937 -x71938 -x71939 -x71940 -x71941 -x71942 -x71943 -x71944 -x71945 -x71946 -x71947 -x71948 -x71949 -x71950 -x71951 -x71952 -x71953 -x71954 -x71955 -x71956 -x71957 -x71958 -x71959 -x71960 -x71961 -x71962 -x71963 -x71964 -x71965 -x71966 -x71967 -x71968 -x71969 -x71970 -x71971 -x71972 -x71973 -x71974 -x71975 -x71976 -x71977 -x71978 -x71979 -x71980 -x71981 -x71982 -x71983 -x71984 -x71985 -x71986 -x71987 -x71988 -x71989 -x71990 -x71991 -x71992 -x71993 -x71994 -x71995 -x71996 -x71997 -x71998 -x71999 -x72000 -x72001 -x72002 -x72003 -x72004 -x72005 -x72006 -x72007 -x72008 -x72009 -x72010 -x72011 -x72012 -x72013 -x72014 -x72015 -x72016 -x72017 -x72018 x72019 -x72020 -x72021 -x72022 -x72023 -x72024 -x72025 -x72026 -x72027 -x72028 -x72029 -x72030 -x72031 -x72032 -x72033 -x72034 -x72035 -x72036 -x72037 -x72038 -x72039 -x72040 -x72041 -x72042 -x72043 -x72044 -x72045 -x72046 -x72047 -x72048 -x72049 -x72050 -x72051 -x72052 -x72053 -x72054 -x72055 -x72056 -x72057 -x72058 -x72059 -x72060 -x72061 -x72062 -x72063 -x72064 -x72065 -x72066 -x72067 -x72068 -x72069 -x72070 -x72071 -x72072 -x72073 -x72074 -x72075 -x72076 -x72077 -x72078 -x72079 -x72080 -x72081 -x72082 -x72083 -x72084 -x72085 -x72086 -x72087 -x72088 -x72089 -x72090 -x72091 -x72092 -x72093 -x72094 -x72095 -x72096 -x72097 -x72098 -x72147 -x72148 -x72149 -x72150 -x72151 -x72152 -x72153 -x72154 -x72155 -x72156 -x72157 -x72158 -x72159 -x72160 -x72161 -x72162 x72163 -x72164 -x72165 -x72166 -x72167 -x72168 -x72169 -x72170 -x72171 -x72172 -x72173 -x72174 -x72175 -x72176 -x72177 -x72178 -x72179 -x72180 -x72181 -x72182 -x72183 -x72184 -x72185 -x72186 -x72187 -x72188 -x72189 -x72190 -x72191 -x72192 -x72193 -x72194 -x72195 -x72196 -x72197 -x72198 -x72199 -x72200 -x72201 -x72202 -x72203 -x72204 -x72205 -x72206 -x72207 -x72208 -x72209 -x72210 -x72211 -x72212 -x72213 -x72214 -x72215 -x72216 -x72217 -x72218 -x72219 -x72220 -x72221 -x72222 -x72223 -x72224 -x72225 -x72226 -x72227 -x72228 -x72229 -x72230 -x72231 -x72232 -x72233 -x72234 -x72235 -x72236 -x72237 -x72238 -x72239 -x72240 -x72241 -x72242 -x72243 -x72244 -x72245 -x72246 -x72247 -x72248 -x72249 -x72250 -x72251 -x72252 -x72253 -x72254 -x72255 -x72256 -x72257 -x72258 -x72259 -x72260 -x72261 -x72262 -x72263 -x72264 -x72265 -x72266 -x72267 -x72268 -x72269 -x72270 -x72271 -x72272 -x72273 -x72274 -x72275 -x72276 -x72277 -x72278 -x72279 -x72280 -x72281 -x72282 -x72283 -x72284 -x72285 -x72286 -x72287 -x72288 -x72289 -x72290 -x72291 -x72292 -x72293 -x72294 -x72295 -x72296 -x72297 -x72298 -x72299 -x72300 -x72301 -x72302 -x72303 -x72304 -x72305 -x72306 -x72307 -x72308 -x72309 -x72310 -x72311 -x72312 -x72313 -x72314 -x72315 -x72316 -x72317 -x72318 -x72319 -x72320 -x72321 -x72322 -x72323 -x72324 -x72325 -x72326 -x72327 -x72328 -x72329 -x72330 -x72331 -x72332 -x72333 -x72334 -x72335 -x72336 -x72337 -x72338 -x72339 -x72340 -x72341 -x72342 -x72343 -x72344 -x72345 -x72346 -x72347 -x72348 -x72349 -x72350 -x72351 -x72352 -x72353 -x72354 x72355 -x72356 -x72357 -x72358 -x72359 -x72360 -x72361 -x72362 -x72363 -x72364 -x72365 -x72366 -x72367 -x72368 -x72369 -x72370 -x72371 -x72372 -x72373 -x72374 -x72375 -x72376 -x72377 -x72378 -x72379 -x72380 -x72381 -x72382 -x72383 -x72384 -x72385 -x72386 -x72387 -x72388 -x72389 -x72390 -x72391 -x72392 -x72393 -x72394 -x72395 -x72396 -x72397 -x72398 -x72399 -x72400 -x72401 -x72402 -x72403 -x72404 -x72405 -x72406 -x72407 -x72408 -x72409 -x72410 -x72411 -x72412 -x72413 -x72414 -x72415 -x72416 -x72417 -x72418 -x72419 -x72420 -x72421 -x72422 -x72423 -x72424 -x72425 -x72426 -x72427 -x72428 -x72429 -x72430 -x72431 -x72432 -x72433 -x72434 -x72435 -x72436 -x72437 -x72438 -x72439 -x72440 -x72441 -x72442 -x72443 -x72444 -x72445 -x72446 -x72447 -x72448 -x72449 -x72450 -x72451 -x72452 -x72453 -x72454 -x72455 -x72456 -x72457 -x72458 -x72459 -x72460 -x72461 -x72462 -x72463 -x72464 -x72465 -x72466 -x72467 -x72468 -x72469 -x72470 -x72471 -x72472 -x72473 -x72474 -x72475 -x72476 -x72477 -x72478 -x72479 -x72480 -x72481 -x72482 -x72483 -x72484 -x72485 -x72486 -x72487 -x72488 -x72489 -x72490 -x72491 -x72492 -x72493 -x72494 -x72495 -x72496 -x72497 -x72498 -x72499 -x72500 -x72501 -x72502 -x72503 -x72504 -x72505 -x72506 -x72507 -x72508 -x72509 -x72510 -x72511 -x72512 -x72513 -x72514 -x72515 -x72516 -x72517 -x72518 -x72519 -x72520 -x72521 -x72522 -x72523 -x72524 -x72525 -x72526 -x72527 -x72528 -x72529 -x72530 -x72531 -x72532 -x72533 -x72534 -x72535 -x72536 -x72537 -x72538 -x72539 -x72540 -x72541 -x72542 -x72543 -x72544 -x72545 -x72546 -x72547 -x72548 -x72549 -x72550 -x72551 -x72552 -x72553 -x72554 -x72555 -x72556 -x72557 -x72558 -x72559 -x72560 -x72561 -x72562 -x72563 -x72564 -x72565 -x72566 -x72567 -x72568 -x72569 -x72570 -x72571 -x72572 -x72573 -x72574 -x72575 -x72576 -x72577 -x72578 -x72579 -x72580 -x72581 -x72582 -x72583 -x72584 -x72585 -x72586 -x72587 -x72588 -x72589 -x72590 -x72591 -x72592 -x72593 -x72594 -x72595 -x72596 -x72597 -x72598 -x72599 -x72600 -x72601 -x72602 -x72603 -x72604 -x72605 -x72606 -x72607 -x72608 -x72609 -x72610 -x72611 -x72612 -x72613 -x72614 -x72615 -x72616 -x72617 -x72618 -x72619 -x72620 -x72621 -x72622 -x72623 -x72624 -x72625 -x72626 -x72675 -x72676 -x72677 -x72678 -x72679 -x72680 -x72681 -x72682 -x72683 -x72684 -x72685 -x72686 -x72687 -x72688 -x72689 -x72690 -x72691 -x72692 -x72693 -x72694 -x72695 -x72696 -x72697 -x72698 -x72699 -x72700 -x72701 -x72702 -x72703 -x72704 -x72705 -x72706 -x72707 -x72708 -x72709 -x72710 -x72711 -x72712 -x72713 -x72714 -x72715 -x72716 -x72717 -x72718 -x72719 -x72720 -x72721 -x72722 -x73443 -x73444 -x73445 -x73446 -x73447 -x73448 -x73449 -x73450 -x73451 -x73452 -x73453 -x73454 -x73455 -x73456 -x73457 -x73458 -x73459 -x73460 -x73461 -x73462 -x73463 -x73464 -x73465 -x73466 -x73467 -x73468 -x73469 -x73470 -x73471 -x73472 -x73473 -x73474 -x73475 -x73476 -x73477 -x73478 -x73479 -x73480 -x73481 -x73482 -x73483 -x73484 -x73485 -x73486 -x73487 -x73488 -x73489 -x73490 -x73971 -x73972 -x73973 -x73974 -x73975 -x73976 -x73977 -x73978 -x73979 -x73980 -x73981 -x73982 -x73983 -x73984 -x73985 -x73986 -x73987 -x73988 -x73989 -x73990 -x73991 -x73992 -x73993 -x73994 -x73995 -x73996 -x73997 -x73998 -x73999 -x74000 -x74001 -x74002 -x74003 -x74004 -x74005 -x74006 -x74007 -x74008 -x74009 -x74010 -x74011 -x74012 -x74013 -x74014 -x74015 -x74016 -x74017 -x74018 -x74451 -x74452 -x74453 -x74454 -x74455 -x74456 -x74457 -x74458 -x74459 -x74460 -x74461 -x74462 -x74463 -x74464 -x74465 -x74466 -x74467 -x74468 -x74469 -x74470 -x74471 -x74472 -x74473 -x74474 -x74475 -x74476 -x74477 -x74478 -x74479 -x74480 -x74481 -x74482 -x74483 -x74484 -x74485 -x74486 -x74487 -x74488 -x74489 -x74490 -x74491 -x74492 -x74493 -x74494 -x74495 -x74496 -x74497 -x74498 -x74979 -x74980 -x74981 -x74982 -x74983 -x74984 -x74985 -x74986 -x74987 -x74988 -x74989 -x74990 -x74991 -x74992 -x74993 -x74994 -x74995 -x74996 -x74997 -x74998 -x74999 -x75000 -x75001 -x75002 -x75003 -x75004 -x75005 -x75006 -x75007 -x75008 -x75009 -x75010 -x75011 -x75012 -x75013 -x75014 -x75015 -x75016 -x75017 -x75018 -x75019 -x75020 -x75021 -x75022 -x75023 -x75024 -x75025 -x75026 -x75075 -x75076 -x75077 -x75078 -x75079 -x75080 -x75081 -x75082 -x75083 -x75084 -x75085 -x75086 -x75087 -x75088 -x75089 -x75090 -x75091 -x75092 -x75093 -x75094 -x75095 -x75096 -x75097 -x75098 -x75099 -x75100 -x75101 -x75102 -x75103 -x75104 -x75105 -x75106 -x75107 -x75108 -x75109 -x75110 -x75111 -x75112 -x75113 -x75114 -x75115 -x75116 -x75117 -x75118 -x75119 -x75120 -x75121 -x75122 -x75123 -x75124 -x75125 -x75126 -x75127 -x75128 -x75129 -x75130 -x75131 -x75132 -x75133 -x75134 -x75135 -x75136 -x75137 -x75138 -x75139 -x75140 -x75141 -x75142 -x75143 -x75144 -x75145 -x75146 -x75147 -x75148 -x75149 -x75150 -x75151 -x75152 -x75153 -x75154 -x75155 -x75156 -x75157 -x75158 -x75159 -x75160 -x75161 -x75162 -x75163 -x75164 -x75165 -x75166 -x75167 -x75168 -x75169 -x75170 -x75171 -x75172 -x75173 -x75174 -x75175 -x75176 -x75177 -x75178 -x75179 -x75180 -x75181 -x75182 -x75183 -x75184 -x75185 -x75186 -x75187 -x75188 -x75189 -x75190 -x75191 -x75192 -x75193 -x75194 -x75195 -x75196 -x75197 -x75198 -x75199 -x75200 -x75201 -x75202 -x75203 -x75204 -x75205 -x75206 -x75207 -x75208 -x75209 -x75210 -x75211 -x75212 -x75213 -x75214 -x75215 -x75216 -x75217 -x75218 -x75219 -x75220 -x75221 -x75222 -x75223 -x75224 -x75225 -x75226 -x75227 -x75228 -x75229 -x75230 -x75231 -x75232 -x75233 -x75234 -x75235 -x75236 -x75237 -x75238 -x75239 -x75240 -x75241 -x75242 -x75243 -x75244 -x75245 -x75246 -x75247 -x75248 -x75249 -x75250 -x75251 -x75252 -x75253 -x75254 -x75255 -x75256 -x75257 -x75258 -x75259 -x75260 -x75261 -x75262 -x75263 -x75264 -x75265 -x75266 -x75267 -x75268 -x75269 -x75270 -x75271 -x75272 -x75273 -x75274 -x75275 -x75276 -x75277 -x75278 -x75279 -x75280 -x75281 -x75282 -x75283 -x75284 -x75285 -x75286 -x75287 -x75288 -x75289 -x75290 -x75291 -x75292 -x75293 -x75294 -x75295 -x75296 -x75297 -x75298 -x75299 -x75300 -x75301 -x75302 -x75303 -x75304 -x75305 -x75306 -x75307 -x75308 -x75309 -x75310 -x75311 -x75312 -x75313 -x75314 -x72963 -x72964 -x72965 -x72966 -x72967 -x72968 -x72969 -x72970 -x72971 -x72972 -x72973 -x72974 -x72975 -x72976 -x72977 -x72978 -x72979 -x72980 -x72981 -x72982 -x72983 -x72984 -x72985 -x72986 -x72987 -x72988 -x72989 -x72990 -x72991 -x72992 -x72993 -x72994 -x72995 -x72996 -x72997 -x72998 -x72999 -x73000 -x73001 -x73002 -x73003 -x73004 -x73005 -x73006 -x73007 -x73008 -x73009 -x73010 -x73011 -x73012 -x73013 -x73014 -x73015 -x73016 -x73017 -x73018 -x73019 -x73020 -x73021 -x73022 -x73023 -x73024 -x73025 -x73026 -x73027 -x73028 -x73029 -x73030 -x73031 -x73032 -x73033 -x73034 -x73035 -x73036 -x73037 -x73038 -x73039 -x73040 -x73041 -x73042 -x73043 -x73044 -x73045 -x73046 -x73047 -x73048 -x73049 -x73050 -x73051 -x73052 -x73053 -x73054 -x73055 -x73056 -x73057 -x73058 -x73059 -x73060 -x73061 -x73062 -x73063 -x73064 -x73065 -x73066 -x73067 -x73068 -x73069 -x73070 -x73071 -x73072 -x73073 -x73074 -x73075 -x73076 -x73077 -x73078 -x73079 -x73080 -x73081 -x73082 -x73083 -x73084 -x73085 -x73086 -x73087 -x73088 -x73089 -x73090 -x73091 -x73092 -x73093 -x73094 -x73095 -x73096 -x73097 -x73098 -x73099 -x73100 -x73101 -x73102 -x73103 -x73104 -x73105 -x73106 -x73107 -x73108 -x73109 -x73110 -x73111 -x73112 -x73113 -x73114 -x73115 -x73116 -x73117 -x73118 -x73119 -x73120 -x73121 -x73122 -x73123 -x73124 -x73125 -x73126 -x73127 -x73128 -x73129 -x73130 -x73131 -x73132 -x73133 -x73134 -x73135 -x73136 -x73137 -x73138 -x73139 -x73140 -x73141 -x73142 -x73143 -x73144 -x73145 x73146 -x73147 -x73148 -x73149 -x73150 -x73151 -x73152 -x73153 -x73154 -x73155 -x73156 -x73157 -x73158 -x73159 -x73160 -x73161 -x73162 -x73163 -x73164 -x73165 -x73166 -x73167 -x73168 -x73169 -x73170 -x73171 -x73172 -x73173 -x73174 -x73175 -x73176 -x73177 -x73178 -x73179 -x73180 -x73181 -x73182 -x73183 -x73184 -x73185 -x73186 -x73187 -x73188 -x73189 -x73190 -x73191 -x73192 -x73193 -x73194 -x73195 -x73196 -x73197 -x73198 -x73199 -x73200 -x73201 -x73202 -x73203 -x73204 -x73205 -x73206 -x73207 -x73208 -x73209 -x73210 -x73211 -x73212 -x73213 -x73214 -x73215 -x73216 -x73217 -x73218 -x73219 -x73220 -x73221 -x73222 -x73223 -x73224 -x73225 -x73226 -x73227 -x73228 -x73229 -x73230 -x73231 -x73232 -x73233 -x73234 -x73235 -x73236 -x73237 -x73238 -x73239 -x73240 -x73241 -x73242 -x73243 -x73244 -x73245 -x73246 -x73247 -x73248 -x73249 -x73250 -x73251 -x73252 -x73253 -x73254 -x73255 -x73256 -x73257 -x73258 -x73259 -x73260 -x73261 -x73262 -x73263 -x73264 -x73265 -x73266 -x73267 -x73268 -x73269 -x73270 -x73271 -x73272 -x73273 -x73274 -x73275 -x73276 -x73277 -x73278 -x73279 -x73280 -x73281 -x73282 -x73283 -x73284 -x73285 -x73286 -x73287 -x73288 -x73289 -x73290 -x73291 -x73292 -x73293 -x73294 -x73295 -x73296 -x73297 -x73298 -x73299 -x73300 -x73301 -x73302 -x73303 -x73304 -x73305 -x73306 -x73307 -x73308 -x73309 -x73310 -x73311 -x73312 -x73313 -x73314 -x73315 -x73316 -x73317 -x73318 -x73319 -x73320 -x73321 -x73322 -x73323 -x73324 -x73325 -x73326 -x73327 -x73328 -x73329 -x73330 -x73331 -x73332 -x73333 -x73334 -x73335 -x73336 -x73337 -x73338 -x73339 -x73340 -x73341 -x73342 -x73343 -x73344 -x73345 -x73346 -x73347 -x73348 -x73349 -x73350 -x73351 -x73352 -x73353 -x73354 -x73355 -x73356 -x73357 -x73358 -x73359 -x73360 -x73361 -x73362 -x73363 -x73364 -x73365 -x73366 -x73367 -x73368 -x73369 -x73370 -x73371 -x73372 -x73373 -x73374 -x73375 -x73376 -x73377 -x73378 -x73379 -x73380 -x73381 -x73382 -x73383 -x73384 -x73385 -x73386 -x73387 -x73388 -x73389 -x73390 -x73391 -x73392 -x73393 -x73394 -x73395 -x73396 -x73397 -x73398 -x73399 -x73400 -x73401 -x73402 -x73403 -x73404 -x73405 -x73406 -x73407 -x73408 -x73409 -x73410 -x73411 -x73412 -x73413 -x73414 -x73415 -x73416 -x73417 -x73418 -x73419 -x73420 -x73421 -x73422 -x73423 -x73424 -x73425 -x73426 -x73427 -x73428 -x73429 -x73430 -x73431 -x73432 -x73433 -x73434 -x73435 -x73436 -x73437 -x73438 -x73439 -x73440 -x73441 -x73442 -x73491 -x73492 -x73493 -x73494 -x73495 -x73496 -x73497 -x73498 -x73499 -x73500 -x73501 -x73502 -x73503 -x73504 -x73505 -x73506 -x73507 -x73508 -x73509 -x73510 -x73511 -x73512 -x73513 -x73514 -x73515 -x73516 -x73517 -x73518 -x73519 -x73520 -x73521 -x73522 -x73523 -x73524 -x73525 -x73526 -x73527 -x73528 -x73529 -x73530 -x73531 -x73532 -x73533 -x73534 -x73535 -x73536 -x73537 -x73538 -x73539 -x73540 -x73541 -x73542 -x73543 -x73544 -x73545 -x73546 -x73547 -x73548 -x73549 -x73550 -x73551 -x73552 -x73553 -x73554 -x73555 -x73556 -x73557 -x73558 -x73559 -x73560 -x73561 -x73562 -x73563 -x73564 -x73565 -x73566 -x73567 -x73568 -x73569 -x73570 -x73571 -x73572 -x73573 -x73574 -x73575 -x73576 -x73577 -x73578 -x73579 -x73580 -x73581 -x73582 -x73583 -x73584 -x73585 -x73586 -x73587 -x73588 -x73589 -x73590 -x73591 -x73592 -x73593 -x73594 -x73595 -x73596 -x73597 -x73598 -x73599 -x73600 -x73601 -x73602 -x73603 -x73604 -x73605 -x73606 -x73607 -x73608 -x73609 -x73610 -x73611 -x73612 -x73613 -x73614 -x73615 -x73616 -x73617 -x73618 -x73619 -x73620 -x73621 -x73622 -x73623 -x73624 -x73625 -x73626 -x73627 -x73628 -x73629 -x73630 -x73631 -x73632 -x73633 -x73634 -x73635 -x73636 -x73637 -x73638 -x73639 -x73640 -x73641 -x73642 -x73643 -x73644 -x73645 -x73646 -x73647 -x73648 -x73649 -x73650 -x73651
3600.03/3614.44	v -x73652 -x73653 -x73654 -x73655 -x73656 -x73657 -x73658 -x73659 -x73660 -x73661 -x73662 -x73663 -x73664 -x73665 -x73666 -x73667 -x73668 -x73669 -x73670 -x73671 -x73672 -x73673 -x73674 -x73675 -x73676 -x73677 -x73678 -x73679 -x73680 -x73681 -x73682 -x73683 -x73684 -x73685 -x73686 -x73687 -x73688 -x73689 -x73690 -x73691 -x73692 -x73693 -x73694 -x73695 -x73696 -x73697 -x73698 -x73699 -x73700 -x73701 -x73702 -x73703 -x73704 -x73705 -x73706 -x73707 -x73708 -x73709 -x73710 -x73711 -x73712 -x73713 -x73714 -x73715 -x73716 -x73717 -x73718 -x73719 -x73720 -x73721 -x73722 -x73723 -x73724 -x73725 -x73726 -x73727 -x73728 -x73729 -x73730 -x73731 -x73732 -x73733 -x73734 -x73735 -x73736 -x73737 -x73738 -x73739 -x73740 -x73741 -x73742 -x73743 -x73744 -x73745 -x73746 -x73747 -x73748 -x73749 -x73750 -x73751 -x73752 -x73753 -x73754 -x73755 -x73756 -x73757 -x73758 -x73759 -x73760 -x73761 -x73762 -x73763 -x73764 -x73765 -x73766 -x73767 -x73768 -x73769 -x73770 -x73771 -x73772 -x73773 -x73774 -x73775 -x73776 -x73777 -x73778 -x73779 -x73780 -x73781 -x73782 -x73783 -x73784 -x73785 -x73786 -x73787 -x73788 -x73789 -x73790 -x73791 -x73792 -x73793 -x73794 -x73795 -x73796 -x73797 -x73798 -x73799 -x73800 -x73801 -x73802 -x73803 -x73804 -x73805 -x73806 -x73807 -x73808 -x73809 -x73810 -x73811 -x73812 -x73813 -x73814 -x73815 -x73816 -x73817 -x73818 -x73819 -x73820 -x73821 -x73822 -x73823 -x73824 -x73825 -x73826 -x73827 -x73828 -x73829 -x73830 -x73831 -x73832 -x73833 -x73834 -x73835 -x73836 -x73837 -x73838 -x73839 -x73840 -x73841 -x73842 -x73843 -x73844 -x73845 -x73846 -x73847 -x73848 -x73849 -x73850 -x73851 -x73852 -x73853 -x73854 -x73855 -x73856 -x73857 -x73858 -x73859 -x73860 -x73861 -x73862 -x73863 -x73864 -x73865 x73866 -x73867 -x73868 -x73869 -x73870 -x73871 -x73872 -x73873 -x73874 -x73875 -x73876 -x73877 -x73878 -x73879 -x73880 -x73881 -x73882 -x73883 -x73884 -x73885 -x73886 -x73887 -x73888 -x73889 -x73890 -x73891 -x73892 -x73893 -x73894 -x73895 -x73896 -x73897 -x73898 -x73899 -x73900 -x73901 -x73902 -x73903 -x73904 -x73905 -x73906 -x73907 -x73908 -x73909 -x73910 -x73911 -x73912 -x73913 -x73914 -x73915 -x73916 -x73917 -x73918 -x73919 -x73920 -x73921 -x73922 -x73923 -x73924 -x73925 -x73926 -x73927 -x73928 -x73929 -x73930 -x73931 -x73932 -x73933 -x73934 -x73935 -x73936 -x73937 -x73938 -x73939 -x73940 -x73941 -x73942 -x73943 -x73944 -x73945 -x73946 -x73947 -x73948 -x73949 -x73950 -x73951 -x73952 -x73953 -x73954 -x73955 -x73956 -x73957 -x73958 -x73959 -x73960 -x73961 x73962 -x73963 -x73964 -x73965 -x73966 -x73967 -x73968 -x73969 -x73970 -x74019 -x74020 -x74021 -x74022 -x74023 -x74024 -x74025 -x74026 -x74027 -x74028 -x74029 -x74030 -x74031 -x74032 -x74033 -x74034 -x74035 -x74036 -x74037 -x74038 -x74039 -x74040 -x74041 -x74042 -x74043 -x74044 -x74045 -x74046 -x74047 -x74048 -x74049 -x74050 -x74051 -x74052 -x74053 -x74054 -x74055 -x74056 -x74057 -x74058 -x74059 -x74060 -x74061 -x74062 -x74063 -x74064 -x74065 -x74066 -x74067 -x74068 -x74069 -x74070 -x74071 -x74072 -x74073 -x74074 -x74075 -x74076 -x74077 -x74078 -x74079 -x74080 -x74081 -x74082 -x74083 -x74084 -x74085 -x74086 -x74087 -x74088 -x74089 -x74090 -x74091 -x74092 -x74093 -x74094 -x74095 -x74096 -x74097 -x74098 -x74099 -x74100 -x74101 -x74102 -x74103 -x74104 -x74105 -x74106 -x74107 -x74108 -x74109 -x74110 -x74111 -x74112 -x74113 -x74114 -x74115 -x74116 -x74117 -x74118 -x74119 -x74120 -x74121 -x74122 -x74123 -x74124 -x74125 -x74126 -x74127 -x74128 -x74129 -x74130 -x74131 -x74132 -x74133 -x74134 -x74135 -x74136 -x74137 -x74138 -x74139 -x74140 -x74141 -x74142 -x74143 -x74144 -x74145 -x74146 -x74147 -x74148 -x74149 -x74150 -x74151 -x74152 -x74153 -x74154 -x74155 -x74156 -x74157 -x74158 -x74159 -x74160 -x74161 -x74162 -x74163 -x74164 -x74165 -x74166 -x74167 -x74168 -x74169 -x74170 -x74171 -x74172 -x74173 -x74174 -x74175 -x74176 -x74177 -x74178 -x74179 -x74180 -x74181 -x74182 -x74183 -x74184 -x74185 -x74186 -x74187 -x74188 -x74189 -x74190 -x74191 -x74192 -x74193 -x74194 -x74195 -x74196 -x74197 -x74198 -x74199 -x74200 -x74201 -x74202 -x74203 -x74204 -x74205 -x74206 -x74207 -x74208 -x74209 -x74210 -x74211 -x74212 -x74213 -x74214 -x74215 -x74216 -x74217 -x74218 -x74219 -x74220 -x74221 -x74222 -x74223 -x74224 -x74225 -x74226 -x74227 -x74228 -x74229 -x74230 -x74231 -x74232 -x74233 -x74234 -x74235 -x74236 -x74237 -x74238 -x74239 -x74240 -x74241 -x74242 -x74243 -x74244 -x74245 -x74246 -x74247 -x74248 -x74249 x74250 -x74251 -x74252 -x74253 -x74254 -x74255 -x74256 -x74257 -x74258 -x74259 -x74260 -x74261 -x74262 -x74263 -x74264 -x74265 -x74266 -x74267 -x74268 -x74269 -x74270 -x74271 -x74272 -x74273 -x74274 -x74275 -x74276 -x74277 -x74278 -x74279 -x74280 -x74281 -x74282 -x74283 -x74284 -x74285 -x74286 -x74287 -x74288 -x74289 -x74290 -x74291 -x74292 -x74293 -x74294 -x74295 -x74296 -x74297 -x74298 -x74299 -x74300 -x74301 -x74302 -x74303 -x74304 -x74305 -x74306 -x74307 -x74308 -x74309 -x74310 -x74311 -x74312 -x74313 -x74314 -x74315 -x74316 -x74317 -x74318 -x74319 -x74320 -x74321 -x74322 -x74323 -x74324 -x74325 -x74326 -x74327 -x74328 -x74329 -x74330 -x74331 -x74332 -x74333 -x74334 -x74335 -x74336 -x74337 -x74338 -x74339 -x74340 -x74341 -x74342 -x74343 -x74344 -x74345 -x74346 -x74347 -x74348 -x74349 -x74350 -x74351 -x74352 -x74353 -x74354 -x74355 -x74356 -x74357 -x74358 -x74359 -x74360 -x74361 -x74362 -x74363 -x74364 -x74365 -x74366 -x74367 -x74368 -x74369 -x74370 -x74371 -x74372 -x74373 -x74374 -x74375 -x74376 -x74377 -x74378 -x74379 -x74380 -x74381 -x74382 -x74383 -x74384 -x74385 -x74386 -x74387 -x74388 -x74389 -x74390 -x74391 -x74392 -x74393 -x74394 -x74395 -x74396 -x74397 -x74398 -x74399 -x74400 -x74401 -x74402 -x74403 -x74404 -x74405 -x74406 -x74407 -x74408 -x74409 -x74410 -x74411 -x74412 -x74413 -x74414 -x74415 -x74416 -x74417 -x74418 -x74419 -x74420 -x74421 -x74422 -x74423 -x74424 -x74425 -x74426 -x74427 -x74428 -x74429 -x74430 -x74431 -x74432 -x74433 -x74434 -x74435 -x74436 -x74437 -x74438 -x74439 -x74440 -x74441 -x74442 -x74443 -x74444 -x74445 -x74446 -x74447 -x74448 -x74449 -x74450 -x74499 -x74500 -x74501 -x74502 -x74503 -x74504 -x74505 -x74506 -x74507 -x74508 -x74509 -x74510 -x74511 -x74512 -x74513 -x74514 -x74515 -x74516 -x74517 -x74518 -x74519 -x74520 -x74521 -x74522 -x74523 -x74524 -x74525 -x74526 -x74527 -x74528 -x74529 -x74530 -x74531 -x74532 -x74533 -x74534 -x74535 -x74536 -x74537 -x74538 -x74539 -x74540 -x74541 -x74542 -x74543 -x74544 -x74545 -x74546 -x74547 -x74548 -x74549 -x74550 -x74551 -x74552 -x74553 -x74554 -x74555 -x74556 -x74557 -x74558 -x74559 -x74560 -x74561 -x74562 -x74563 -x74564 -x74565 -x74566 -x74567 -x74568 -x74569 -x74570 -x74571 -x74572 -x74573 -x74574 -x74575 -x74576 -x74577 -x74578 -x74579 -x74580 -x74581 -x74582 -x74583 -x74584 -x74585 x74586 -x74587 -x74588 -x74589 -x74590 -x74591 -x74592 -x74593 -x74594 -x74595 -x74596 -x74597 -x74598 -x74599 -x74600 -x74601 -x74602 -x74603 -x74604 -x74605 -x74606 -x74607 -x74608 -x74609 -x74610 -x74611 -x74612 -x74613 -x74614 -x74615 -x74616 -x74617 -x74618 -x74619 -x74620 -x74621 -x74622 -x74623 -x74624 -x74625 -x74626 -x74627 -x74628 -x74629 -x74630 -x74631 -x74632 -x74633 -x74634 -x74635 -x74636 -x74637 -x74638 -x74639 -x74640 -x74641 -x74642 -x74643 -x74644 -x74645 -x74646 -x74647 -x74648 -x74649 -x74650 -x74651 -x74652 -x74653 -x74654 -x74655 -x74656 -x74657 -x74658 -x74659 -x74660 -x74661 -x74662 -x74663 -x74664 -x74665 -x74666 -x74667 -x74668 -x74669 -x74670 -x74671 -x74672 -x74673 -x74674 -x74675 -x74676 -x74677 -x74678 -x74679 -x74680 -x74681 -x74682 -x74683 -x74684 -x74685 -x74686 -x74687 -x74688 -x74689 -x74690 -x74691 -x74692 -x74693 -x74694 -x74695 -x74696 -x74697 -x74698 -x74699 -x74700 -x74701 -x74702 -x74703 -x74704 -x74705 -x74706 -x74707 -x74708 -x74709 -x74710 -x74711 -x74712 -x74713 -x74714 -x74715 -x74716 -x74717 -x74718 -x74719 -x74720 -x74721 -x74722 -x74723 -x74724 -x74725 -x74726 -x74727 -x74728 -x74729 -x74730 -x74731 -x74732 -x74733 -x74734 -x74735 -x74736 -x74737 -x74738 -x74739 -x74740 -x74741 -x74742 -x74743 -x74744 -x74745 -x74746 -x74747 -x74748 -x74749 -x74750 -x74751 -x74752 -x74753 -x74754 -x74755 -x74756 -x74757 -x74758 -x74759 -x74760 -x74761 -x74762 -x74763 -x74764 -x74765 -x74766 -x74767 -x74768 -x74769 -x74770 -x74771 -x74772 -x74773 -x74774 -x74775 -x74776 -x74777 -x74778 -x74779 -x74780 -x74781 -x74782 -x74783 -x74784 -x74785 -x74786 -x74787 -x74788 -x74789 -x74790 -x74791 -x74792 -x74793 -x74794 -x74795 -x74796 -x74797 -x74798 -x74799 -x74800 -x74801 -x74802 -x74803 -x74804 -x74805 -x74806 -x74807 -x74808 -x74809 -x74810 -x74811 -x74812 -x74813 -x74814 -x74815 -x74816 -x74817 -x74818 -x74819 -x74820 -x74821 -x74822 -x74823 -x74824 -x74825 -x74826 x74827 -x74828 -x74829 -x74830 -x74831 -x74832 -x74833 -x74834 -x74835 -x74836 -x74837 -x74838 -x74839 -x74840 -x74841 -x74842 -x74843 -x74844 -x74845 -x74846 -x74847 -x74848 -x74849 -x74850 -x74851 -x74852 -x74853 -x74854 -x74855 -x74856 -x74857 -x74858 -x74859 -x74860 -x74861 -x74862 -x74863 -x74864 -x74865 -x74866 -x74867 -x74868 -x74869 -x74870 -x74871 -x74872 -x74873 -x74874 x74875 -x74876 -x74877 -x74878 -x74879 -x74880 -x74881 -x74882 -x74883 -x74884 -x74885 -x74886 -x74887 -x74888 -x74889 -x74890 -x74891 -x74892 -x74893 -x74894 -x74895 -x74896 -x74897 -x74898 -x74899 -x74900 -x74901 -x74902 -x74903 -x74904 -x74905 -x74906 -x74907 -x74908 -x74909 -x74910 -x74911 -x74912 -x74913 -x74914 -x74915 -x74916 -x74917 -x74918 -x74919 -x74920 -x74921 -x74922 -x74923 -x74924 -x74925 -x74926 -x74927 -x74928 -x74929 -x74930 -x74931 -x74932 -x74933 -x74934 -x74935 -x74936 -x74937 -x74938 -x74939 -x74940 -x74941 -x74942 -x74943 -x74944 -x74945 -x74946 -x74947 -x74948 -x74949 -x74950 -x74951 -x74952 -x74953 -x74954 -x74955 -x74956 -x74957 -x74958 -x74959 -x74960 -x74961 -x74962 -x74963 -x74964 -x74965 -x74966 -x74967 -x74968 -x74969 -x74970 -x74971 -x74972 -x74973 -x74974 -x74975 -x74976 -x74977 -x74978 -x75027 -x75028 -x75029 -x75030 -x75031 -x75032 -x75033 -x75034 -x75035 -x75036 -x75037 -x75038 -x75039 -x75040 -x75041 -x75042 -x75043 -x75044 -x75045 -x75046 -x75047 -x75048 -x75049 -x75050 -x75051 -x75052 -x75053 -x75054 -x75055 -x75056 -x75057 -x75058 -x75059 -x75060 -x75061 -x75062 -x75063 -x75064 -x75065 -x75066 x75067 -x75068 -x75069 -x75070 -x75071 -x75072 -x75073 -x75074 -x78147 -x78148 -x78149 -x78150 -x78151 -x78152 -x78153 -x78154 -x78155 -x78156 -x78157 -x78158 -x78159 -x78160 -x78161 -x78162 -x78163 -x78164 -x78165 -x78166 -x78167 -x78168 -x78169 -x78170 -x78171 -x78172 -x78173 -x78174 -x78175 -x78176 -x78177 -x78178 -x78179 -x78180 -x78181 -x78182 -x78183 -x78184 -x78185 -x78186 -x78187 -x78188 -x78189 -x78190 -x78191 -x78192 -x78193 -x78194 -x78675 -x78676 -x78677 -x78678 -x78679 -x78680 -x78681 -x78682 -x78683 -x78684 -x78685 -x78686 -x78687 -x78688 -x78689 x78690 -x78691 -x78692 -x78693 -x78694 -x78695 -x78696 -x78697 -x78698 -x78699 -x78700 -x78701 -x78702 -x78703 -x78704 -x78705 -x78706 -x78707 -x78708 -x78709 -x78710 -x78711 -x78712 -x78713 -x78714 -x78715 -x78716 -x78717 -x78718 -x78719 -x78720 -x78721 -x78722 -x79203 -x79204 -x79205 -x79206 -x79207 -x79208 -x79209 -x79210 -x79211 -x79212 -x79213 -x79214 -x79215 -x79216 -x79217 -x79218 -x79219 -x79220 -x79221 -x79222 -x79223 -x79224 -x79225 -x79226 -x79227 -x79228 -x79229 -x79230 -x79231 -x79232 -x79233 -x79234 -x79235 -x79236 -x79237 -x79238 -x79239 -x79240 -x79241 -x79242 -x79243 -x79244 -x79245 -x79246 -x79247 -x79248 -x79249 -x79250 -x79683 -x79684 -x79685 -x79686 -x79687 -x79688 -x79689 -x79690 -x79691 -x79692 -x79693 -x79694 -x79695 -x79696 -x79697 -x79698 -x79699 -x79700 -x79701 -x79702 -x79703 -x79704 -x79705 -x79706 -x79707 -x79708 -x79709 -x79710 -x79711 -x79712 -x79713 -x79714 -x79715 -x79716 -x79717 -x79718 -x79719 -x79720 -x79721 -x79722 -x79723 -x79724 -x79725 -x79726 -x79727 -x79728 -x79729 -x79730 -x79779 -x79780 -x79781 -x79782 -x79783 -x79784 -x79785 -x79786 -x79787 -x79788 -x79789 -x79790 -x79791 -x79792 -x79793 -x79794 -x79795 -x79796 -x79797 -x79798 -x79799 -x79800 -x79801 -x79802 -x79803 -x79804 -x79805 -x79806 -x79807 -x79808 -x79809 -x79810 -x79811 -x79812 -x79813 -x79814 -x79815 -x79816 -x79817 -x79818 -x79819 -x79820 -x79821 -x79822 -x79823 -x79824 -x79825 -x79826 -x79827 -x79828 -x79829 -x79830 -x79831 -x79832 -x79833 -x79834 -x79835 -x79836 -x79837 -x79838 -x79839 -x79840 -x79841 x79842 -x79843 -x79844 -x79845 -x79846 -x79847 -x79848 -x79849 -x79850 -x79851 -x79852 -x79853 -x79854 -x79855 -x79856 -x79857 -x79858 -x79859 -x79860 -x79861 -x79862 -x79863 -x79864 -x79865 -x79866 -x79867 -x79868 -x79869 -x79870 -x79871 -x79872 -x79873 -x79874 -x79875 -x79876 -x79877 -x79878 -x79879 -x79880 -x79881 -x79882 -x79883 -x79884 -x79885 -x79886 -x79887 -x79888 -x79889 -x79890 -x79891 -x79892 -x79893 -x79894 -x79895 -x79896 -x79897 -x79898 -x79899 -x79900 -x79901 -x79902 -x79903 -x79904 -x79905 -x79906 -x79907 -x79908 -x79909 -x79910 -x79911 -x79912 -x79913 -x79914 -x79915 -x79916 -x79917 -x79918 -x79919 -x79920 -x79921 -x79922 -x79923 -x79924 -x79925 -x79926 -x79927 -x79928 -x79929 -x79930 -x79931 -x79932 -x79933 -x79934 -x79935 -x79936 -x79937 -x79938 -x79939 -x79940 -x79941 -x79942 -x79943 -x79944 -x79945 -x79946 -x79947 -x79948 -x79949 -x79950 -x79951 -x79952 -x79953 -x79954 -x79955 -x79956 -x79957 -x79958 -x79959 -x79960 -x79961 -x79962 -x79963 -x79964 -x79965 -x79966 -x79967 -x79968 -x79969 -x79970 -x79971 -x79972 -x79973 -x79974 -x79975 -x79976 -x79977 -x79978 -x79979 -x79980 -x79981 -x79982 -x79983 -x79984 -x79985 -x79986 -x79987 -x79988 -x79989 -x79990 -x79991 -x79992 -x79993 -x79994 -x79995 -x79996 -x79997 -x79998 -x79999 -x80000 -x80001 -x80002 -x80003 -x80004 -x80005 -x80006 -x80007 -x80008 -x80009 -x80010 -x80011 -x80012 -x80013 -x80014 -x80015 -x80016 -x80017 -x80018 -x77667 -x77668 -x77669 -x77670 -x77671 -x77672 -x77673 -x77674 -x77675 -x77676 -x77677 -x77678 -x77679 -x77680 -x77681 -x77682 -x77683 -x77684 -x77685 -x77686 -x77687 -x77688 -x77689 -x77690 -x77691 -x77692 -x77693 -x77694 -x77695 -x77696 -x77697 -x77698 -x77699 -x77700 -x77701 -x77702 -x77703 -x77704 -x77705 -x77706 -x77707 -x77708 -x77709 -x77710 -x77711 -x77712 -x77713 -x77714 -x77715 -x77716 -x77717 -x77718 -x77719 -x77720 -x77721 -x77722 -x77723 -x77724 -x77725 -x77726 -x77727 -x77728 -x77729 -x77730 -x77731 -x77732 -x77733 -x77734 -x77735 -x77736 -x77737 -x77738 -x77739 -x77740 -x77741 -x77742 -x77743 -x77744 -x77745 -x77746 -x77747 -x77748 -x77749 -x77750 -x77751 -x77752 -x77753 -x77754 -x77755 -x77756 -x77757 -x77758 -x77759 -x77760 -x77761 -x77762 -x77763 -x77764 -x77765 -x77766 -x77767 -x77768 -x77769 -x77770 -x77771 -x77772 -x77773 -x77774 -x77775 -x77776 -x77777 x77778 -x77779 -x77780 -x77781 -x77782 -x77783 -x77784 -x77785 -x77786 -x77787 -x77788 -x77789 -x77790 -x77791 -x77792 -x77793 -x77794 -x77795 -x77796 -x77797 -x77798 -x77799 -x77800 -x77801 -x77802 -x77803 -x77804 -x77805 -x77806 -x77807 -x77808 -x77809 -x77810 -x77811 -x77812 -x77813 -x77814 -x77815 -x77816 -x77817 -x77818 -x77819 -x77820 -x77821 -x77822 -x77823 -x77824 -x77825 -x77826 -x77827 -x77828 -x77829 -x77830 -x77831 -x77832 -x77833 -x77834 -x77835 -x77836 -x77837 -x77838 -x77839 -x77840 -x77841 -x77842 -x77843 -x77844 -x77845 -x77846 -x77847 -x77848 -x77849 -x77850 -x77851 -x77852 -x77853 -x77854 -x77855 -x77856 -x77857 -x77858 -x77859 -x77860 -x77861 -x77862 -x77863 -x77864 -x77865 -x77866 -x77867 -x77868 -x77869 -x77870 -x77871 -x77872 -x77873 x77874 -x77875 -x77876 -x77877 -x77878 -x77879 -x77880 -x77881 -x77882 -x77883 -x77884 -x77885 -x77886 -x77887 -x77888 -x77889 -x77890 -x77891 -x77892 -x77893 -x77894 -x77895 -x77896 -x77897 -x77898 -x77899 -x77900 -x77901 -x77902 -x77903 -x77904 -x77905 -x77906 -x77907 -x77908 -x77909 -x77910 -x77911 -x77912 -x77913 -x77914 -x77915 -x77916 -x77917 -x77918 -x77919 -x77920 -x77921 -x77922 -x77923 -x77924 -x77925 -x77926 -x77927 -x77928 -x77929 -x77930 -x77931 -x77932 -x77933 -x77934 -x77935 -x77936 -x77937 -x77938 -x77939 -x77940 -x77941 -x77942 -x77943 -x77944 -x77945 -x77946 -x77947 -x77948 -x77949 -x77950 -x77951 -x77952 -x77953 -x77954 -x77955
3600.03/3614.44	v -x77956 -x77957 -x77958 -x77959 -x77960 -x77961 -x77962 -x77963 -x77964 -x77965 -x77966 -x77967 -x77968 -x77969 -x77970 -x77971 -x77972 -x77973 -x77974 -x77975 -x77976 -x77977 -x77978 -x77979 -x77980 -x77981 -x77982 -x77983 -x77984 -x77985 -x77986 -x77987 -x77988 -x77989 -x77990 -x77991 -x77992 -x77993 -x77994 -x77995 -x77996 -x77997 -x77998 -x77999 -x78000 -x78001 -x78002 -x78003 -x78004 -x78005 -x78006 -x78007 -x78008 -x78009 -x78010 -x78011 -x78012 -x78013 -x78014 -x78015 -x78016 -x78017 -x78018 -x78019 -x78020 -x78021 -x78022 -x78023 -x78024 -x78025 -x78026 -x78027 -x78028 -x78029 -x78030 -x78031 -x78032 -x78033 -x78034 -x78035 -x78036 -x78037 -x78038 -x78039 -x78040 -x78041 -x78042 -x78043 -x78044 -x78045 -x78046 -x78047 -x78048 -x78049 -x78050 -x78051 -x78052 -x78053 -x78054 -x78055 -x78056 -x78057 -x78058 -x78059 -x78060 -x78061 -x78062 -x78063 -x78064 -x78065 -x78066 -x78067 -x78068 -x78069 -x78070 -x78071 -x78072 -x78073 -x78074 -x78075 -x78076 -x78077 -x78078 -x78079 -x78080 -x78081 -x78082 -x78083 -x78084 -x78085 -x78086 -x78087 -x78088 -x78089 -x78090 -x78091 -x78092 -x78093 -x78094 -x78095 -x78096 -x78097 -x78098 -x78099 -x78100 -x78101 -x78102 -x78103 -x78104 -x78105 -x78106 -x78107 -x78108 -x78109 -x78110 -x78111 -x78112 -x78113 -x78114 -x78115 -x78116 -x78117 -x78118 -x78119 -x78120 -x78121 -x78122 -x78123 -x78124 -x78125 -x78126 -x78127 -x78128 -x78129 -x78130 -x78131 -x78132 -x78133 -x78134 -x78135 -x78136 -x78137 -x78138 -x78139 -x78140 -x78141 -x78142 -x78143 -x78144 -x78145 -x78146 -x78195 -x78196 -x78197 -x78198 -x78199 -x78200 -x78201 -x78202 -x78203 -x78204 -x78205 -x78206 -x78207 -x78208 -x78209 -x78210 -x78211 -x78212 -x78213 -x78214 -x78215 -x78216 -x78217 -x78218 -x78219 -x78220 -x78221 -x78222 -x78223 -x78224 -x78225 -x78226 -x78227 -x78228 -x78229 -x78230 -x78231 -x78232 -x78233 -x78234 -x78235 -x78236 -x78237 -x78238 -x78239 -x78240 -x78241 -x78242 -x78243 -x78244 -x78245 -x78246 -x78247 -x78248 -x78249 -x78250 -x78251 -x78252 -x78253 -x78254 -x78255 -x78256 -x78257 -x78258 -x78259 -x78260 -x78261 -x78262 -x78263 -x78264 -x78265 -x78266 -x78267 -x78268 -x78269 -x78270 -x78271 -x78272 -x78273 -x78274 -x78275 -x78276 -x78277 -x78278 -x78279 -x78280 -x78281 -x78282 -x78283 -x78284 -x78285 -x78286 -x78287 -x78288 -x78289 -x78290 -x78291 -x78292 -x78293 -x78294 -x78295 -x78296 -x78297 -x78298 -x78299 -x78300 -x78301 -x78302 -x78303 -x78304 -x78305 -x78306 -x78307 -x78308 -x78309 -x78310 -x78311 -x78312 -x78313 -x78314 -x78315 -x78316 -x78317 -x78318 -x78319 -x78320 -x78321 -x78322 -x78323 -x78324 -x78325 -x78326 -x78327 -x78328 -x78329 -x78330 -x78331 -x78332 -x78333 -x78334 -x78335 -x78336 -x78337 -x78338 -x78339 -x78340 -x78341 -x78342 -x78343 -x78344 -x78345 -x78346 -x78347 -x78348 -x78349 -x78350 -x78351 -x78352 -x78353 -x78354 -x78355 -x78356 -x78357 -x78358 -x78359 -x78360 -x78361 -x78362 -x78363 -x78364 -x78365 -x78366 -x78367 -x78368 -x78369 -x78370 -x78371 -x78372 -x78373 -x78374 -x78375 -x78376 -x78377 -x78378 -x78379 -x78380 -x78381 -x78382 -x78383 -x78384 -x78385 -x78386 -x78387 -x78388 -x78389 -x78390 -x78391 -x78392 -x78393 -x78394 -x78395 -x78396 -x78397 -x78398 -x78399 -x78400 -x78401 -x78402 -x78403 -x78404 -x78405 -x78406 -x78407 -x78408 -x78409 -x78410 -x78411 -x78412 -x78413 -x78414 -x78415 -x78416 -x78417 -x78418 -x78419 -x78420 -x78421 -x78422 -x78423 -x78424 -x78425 -x78426 -x78427 -x78428 -x78429 -x78430 -x78431 -x78432 -x78433 -x78434 -x78435 -x78436 -x78437 -x78438 -x78439 -x78440 -x78441 -x78442 -x78443 -x78444 -x78445 -x78446 -x78447 -x78448 -x78449 -x78450 x78451 -x78452 -x78453 -x78454 -x78455 -x78456 -x78457 -x78458 -x78459 -x78460 -x78461 -x78462 -x78463 -x78464 -x78465 -x78466 -x78467 -x78468 -x78469 -x78470 -x78471 -x78472 -x78473 -x78474 -x78475 -x78476 -x78477 -x78478 -x78479 -x78480 -x78481 -x78482 -x78483 -x78484 -x78485 -x78486 -x78487 -x78488 -x78489 -x78490 -x78491 -x78492 -x78493 -x78494 -x78495 -x78496 -x78497 -x78498 -x78499 -x78500 -x78501 -x78502 -x78503 -x78504 -x78505 -x78506 -x78507 -x78508 -x78509 -x78510 -x78511 -x78512 -x78513 -x78514 -x78515 -x78516 -x78517 -x78518 -x78519 -x78520 -x78521 -x78522 -x78523 -x78524 -x78525 -x78526 -x78527 -x78528 -x78529 -x78530 -x78531 -x78532 -x78533 -x78534 -x78535 -x78536 -x78537 -x78538 -x78539 -x78540 -x78541 -x78542 -x78543 -x78544 -x78545 -x78546 -x78547 -x78548 -x78549 -x78550 -x78551 -x78552 -x78553 -x78554 -x78555 -x78556 -x78557 -x78558 -x78559 -x78560 -x78561 -x78562 -x78563 -x78564 -x78565 -x78566 -x78567 -x78568 -x78569 -x78570 -x78571 -x78572 -x78573 -x78574 -x78575 -x78576 -x78577 -x78578 -x78579 -x78580 -x78581 -x78582 -x78583 -x78584 -x78585 -x78586 -x78587 -x78588 -x78589 -x78590 -x78591 -x78592 -x78593 -x78594 -x78595 -x78596 -x78597 -x78598 -x78599 -x78600 -x78601 -x78602 -x78603 -x78604 -x78605 -x78606 -x78607 -x78608 -x78609 -x78610 -x78611 -x78612 -x78613 -x78614 -x78615 -x78616 -x78617 -x78618 -x78619 -x78620 -x78621 -x78622 -x78623 -x78624 -x78625 -x78626 -x78627 -x78628 -x78629 -x78630 -x78631 -x78632 -x78633 -x78634 -x78635 -x78636 -x78637 -x78638 -x78639 -x78640 -x78641 -x78642 -x78643 -x78644 -x78645 -x78646 -x78647 -x78648 -x78649 -x78650 -x78651 -x78652 -x78653 -x78654 -x78655 -x78656 -x78657 -x78658 -x78659 -x78660 -x78661 -x78662 -x78663 -x78664 -x78665 -x78666 -x78667 -x78668 -x78669 -x78670 -x78671 -x78672 -x78673 -x78674 -x78723 -x78724 -x78725 -x78726 -x78727 -x78728 -x78729 -x78730 -x78731 -x78732 -x78733 -x78734 -x78735 -x78736 -x78737 -x78738 -x78739 -x78740 -x78741 -x78742 -x78743 -x78744 -x78745 -x78746 -x78747 -x78748 -x78749 -x78750 -x78751 -x78752 -x78753 -x78754 -x78755 -x78756 -x78757 -x78758 -x78759 -x78760 -x78761 -x78762 -x78763 -x78764 -x78765 -x78766 -x78767 -x78768 -x78769 -x78770 -x78771 -x78772 -x78773 -x78774 -x78775 -x78776 -x78777 -x78778 -x78779 -x78780 -x78781 -x78782 -x78783 -x78784 -x78785 -x78786 -x78787 -x78788 -x78789 -x78790 -x78791 -x78792 -x78793 -x78794 -x78795 -x78796 -x78797 -x78798 -x78799 -x78800 -x78801 -x78802 -x78803 -x78804 -x78805 -x78806 -x78807 -x78808 -x78809 -x78810 -x78811 -x78812 -x78813 -x78814 -x78815 -x78816 -x78817 -x78818 -x78819 -x78820 -x78821 -x78822 -x78823 -x78824 -x78825 -x78826 -x78827 -x78828 -x78829 -x78830 -x78831 -x78832 -x78833 -x78834 -x78835 -x78836 -x78837 -x78838 -x78839 -x78840 -x78841 -x78842 -x78843 -x78844 -x78845 -x78846 -x78847 -x78848 -x78849 -x78850 -x78851 -x78852 -x78853 -x78854 -x78855 -x78856 -x78857 -x78858 -x78859 -x78860 -x78861 -x78862 -x78863 -x78864 -x78865 -x78866 -x78867 -x78868 -x78869 -x78870 -x78871 -x78872 -x78873 -x78874 -x78875 -x78876 -x78877 -x78878 -x78879 -x78880 -x78881 -x78882 -x78883 -x78884 -x78885 -x78886 -x78887 -x78888 -x78889 -x78890 -x78891 -x78892 -x78893 -x78894 -x78895 -x78896 -x78897 -x78898 -x78899 -x78900 -x78901 -x78902 -x78903 -x78904 -x78905 -x78906 -x78907 -x78908 -x78909 -x78910 -x78911 -x78912 -x78913 -x78914 -x78915 -x78916 -x78917 -x78918 -x78919 -x78920 -x78921 -x78922 -x78923 -x78924 -x78925 -x78926 -x78927 -x78928 -x78929 -x78930 -x78931 -x78932 -x78933 -x78934 -x78935 -x78936 -x78937 -x78938 -x78939 -x78940 -x78941 -x78942 -x78943 -x78944 -x78945 -x78946 -x78947 -x78948 -x78949 -x78950 -x78951 -x78952 -x78953 -x78954 -x78955 -x78956 -x78957 -x78958 -x78959 -x78960 -x78961 -x78962 -x78963 -x78964 -x78965 -x78966 -x78967 -x78968 -x78969 -x78970 -x78971 -x78972 -x78973 -x78974 -x78975 -x78976 -x78977 -x78978 -x78979 -x78980 -x78981 -x78982 -x78983 -x78984 -x78985 -x78986 -x78987 -x78988 -x78989 -x78990 -x78991 -x78992 -x78993 -x78994 -x78995 -x78996 -x78997 -x78998 -x78999 -x79000 -x79001 -x79002 -x79003 -x79004 -x79005 -x79006 -x79007 -x79008 -x79009 -x79010 -x79011 -x79012 -x79013 -x79014 -x79015 -x79016 -x79017 -x79018 -x79019 -x79020 -x79021 -x79022 -x79023 -x79024 -x79025 -x79026 -x79027 -x79028 -x79029 -x79030 -x79031 -x79032 -x79033 -x79034 -x79035 -x79036 -x79037 -x79038 -x79039 -x79040 -x79041 -x79042 -x79043 -x79044 -x79045 -x79046 -x79047 -x79048 -x79049 -x79050 -x79051 -x79052 -x79053 -x79054 -x79055 -x79056 -x79057 -x79058 -x79059 -x79060 -x79061 -x79062 -x79063 -x79064 -x79065 -x79066 -x79067 -x79068 -x79069 -x79070 -x79071 -x79072 -x79073 -x79074 x79075 -x79076 -x79077 -x79078 -x79079 -x79080 -x79081 -x79082 -x79083 -x79084 -x79085 -x79086 -x79087 -x79088 -x79089 -x79090 -x79091 -x79092 -x79093 -x79094 -x79095 -x79096 -x79097 -x79098 -x79099 -x79100 -x79101 -x79102 -x79103 -x79104 -x79105 -x79106 -x79107 -x79108 -x79109 -x79110 -x79111 -x79112 -x79113 -x79114 -x79115 -x79116 -x79117 -x79118 -x79119 -x79120 -x79121 -x79122 x79123 -x79124 -x79125 -x79126 -x79127 -x79128 -x79129 -x79130 -x79131 -x79132 -x79133 -x79134 -x79135 -x79136 -x79137 -x79138 -x79139 -x79140 -x79141 -x79142 -x79143 -x79144 -x79145 -x79146 -x79147 -x79148 -x79149 -x79150 -x79151 -x79152 -x79153 -x79154 -x79155 -x79156 -x79157 -x79158 -x79159 -x79160 -x79161 -x79162 -x79163 -x79164 -x79165 -x79166 -x79167 -x79168 -x79169 -x79170 -x79171 -x79172 -x79173 -x79174 -x79175 -x79176 -x79177 -x79178 -x79179 -x79180 -x79181 -x79182 -x79183 -x79184 -x79185 -x79186 -x79187 -x79188 -x79189 -x79190 -x79191 -x79192 -x79193 -x79194 -x79195 -x79196 -x79197 -x79198 -x79199 -x79200 -x79201 -x79202 -x79251 -x79252 -x79253 -x79254 -x79255 -x79256 -x79257 -x79258 -x79259 -x79260 -x79261 -x79262 -x79263 -x79264 -x79265 -x79266 -x79267 -x79268 -x79269 -x79270 -x79271 -x79272 -x79273 -x79274 -x79275 -x79276 -x79277 -x79278 -x79279 -x79280 -x79281 -x79282 -x79283 -x79284 -x79285 -x79286 -x79287 -x79288 -x79289 -x79290 -x79291 -x79292 -x79293 -x79294 -x79295 -x79296 -x79297 -x79298 -x79299 -x79300 -x79301 -x79302 -x79303 -x79304 -x79305 -x79306 -x79307 -x79308 -x79309 -x79310 -x79311 -x79312 -x79313 -x79314 -x79315 -x79316 -x79317 -x79318 -x79319 -x79320 -x79321 -x79322 -x79323 -x79324 -x79325 -x79326 -x79327 -x79328 -x79329 -x79330 -x79331 -x79332 -x79333 -x79334 -x79335 -x79336 -x79337 -x79338 -x79339 -x79340 -x79341 -x79342 -x79343 -x79344 -x79345 -x79346 -x79347 -x79348 -x79349 -x79350 -x79351 -x79352 -x79353 -x79354 -x79355 -x79356 -x79357 -x79358 -x79359 -x79360 -x79361 -x79362 -x79363 -x79364 -x79365 -x79366 -x79367 -x79368 -x79369 -x79370 -x79371 -x79372 -x79373 -x79374 -x79375 -x79376 -x79377 -x79378 -x79379 -x79380 -x79381 -x79382 -x79383 -x79384 -x79385 -x79386 -x79387 -x79388 -x79389 -x79390 -x79391 -x79392 -x79393 -x79394 -x79395 -x79396 -x79397 -x79398 -x79399 -x79400 -x79401 -x79402 -x79403 -x79404 -x79405 -x79406 -x79407 -x79408 -x79409 -x79410 x79411 -x79412 -x79413 -x79414 -x79415 -x79416 -x79417 -x79418 -x79419 -x79420 -x79421 -x79422 -x79423 -x79424 -x79425 -x79426 -x79427 -x79428 -x79429 -x79430 -x79431 -x79432 -x79433 -x79434 -x79435 -x79436 -x79437 -x79438 -x79439 -x79440 -x79441 -x79442 -x79443 -x79444 -x79445 -x79446 -x79447 -x79448 -x79449 -x79450 -x79451 -x79452 -x79453 -x79454 -x79455 -x79456 -x79457 -x79458 -x79459 -x79460 -x79461 -x79462 -x79463 -x79464 -x79465 -x79466 -x79467 -x79468 -x79469 -x79470 -x79471 -x79472 -x79473 -x79474 -x79475 -x79476 -x79477 -x79478 -x79479 -x79480 -x79481 -x79482 -x79483 -x79484 -x79485 -x79486 -x79487 -x79488 -x79489 -x79490 -x79491 -x79492 -x79493 -x79494 -x79495 -x79496 -x79497 -x79498 -x79499 -x79500 -x79501 -x79502 -x79503 -x79504 -x79505 -x79506 -x79507 -x79508 -x79509 -x79510 -x79511 -x79512 -x79513 -x79514 -x79515 -x79516 -x79517 -x79518 -x79519 -x79520 -x79521 -x79522 -x79523 -x79524 -x79525 -x79526 -x79527 -x79528 -x79529 -x79530 -x79531 -x79532 -x79533 -x79534 -x79535 -x79536 -x79537 -x79538 -x79539 -x79540 -x79541 -x79542 -x79543 -x79544 -x79545 -x79546 -x79547 -x79548 -x79549 -x79550 -x79551 -x79552 -x79553 -x79554 -x79555 -x79556 -x79557 -x79558 -x79559 -x79560 -x79561 -x79562 -x79563 -x79564 -x79565 -x79566 -x79567 -x79568 -x79569 -x79570 -x79571 -x79572 -x79573 -x79574 -x79575 -x79576 -x79577 -x79578 -x79579 -x79580 -x79581 -x79582 -x79583 -x79584 -x79585 -x79586 -x79587 -x79588 -x79589 -x79590 -x79591 -x79592 -x79593 -x79594 -x79595 -x79596 -x79597 -x79598 -x79599 -x79600 -x79601 -x79602 -x79603 -x79604 -x79605 -x79606 -x79607 -x79608 -x79609 -x79610 -x79611 -x79612 -x79613 -x79614 -x79615 -x79616 -x79617 -x79618 -x79619 -x79620 -x79621 -x79622 -x79623 -x79624 -x79625 -x79626 -x79627 -x79628 -x79629 -x79630 -x79631 -x79632 -x79633 -x79634 -x79635 -x79636 -x79637 -x79638 -x79639 -x79640 -x79641 -x79642 -x79643 -x79644 -x79645 -x79646 -x79647 -x79648 -x79649 -x79650 -x79651 -x79652 -x79653 -x79654 -x79655 -x79656 -x79657 -x79658 -x79659 -x79660 -x79661 -x79662 -x79663 -x79664 -x79665 -x79666 -x79667 -x79668 -x79669 -x79670 -x79671 -x79672 -x79673 -x79674 -x79675 -x79676 -x79677 -x79678 -x79679 -x79680 -x79681 -x79682 -x79731 -x79732 -x79733 -x79734 -x79735 -x79736 -x79737 -x79738 -x79739 -x79740 -x79741 -x79742 -x79743 -x79744 -x79745 -x79746 -x79747 -x79748 -x79749 -x79750 -x79751 -x79752 -x79753 -x79754 -x79755 -x79756 -x79757 -x79758 -x79759 -x79760 -x79761 -x79762 -x79763 -x79764 -x79765 -x79766 -x79767 -x79768 -x79769 -x79770 -x79771 -x79772 -x79773 -x79774 -x79775 -x79776 -x79777 -x79778 -x80499 -x80500 -x80501 -x80502 -x80503 -x80504 -x80505 -x80506 -x80507 -x80508 -x80509 -x80510 -x80511 -x80512 -x80513 -x80514 -x80515 -x80516 -x80517 -x80518 -x80519 -x80520 -x80521 -x80522 -x80523 -x80524 -x80525 -x80526 -x80527 -x80528 -x80529 -x80530 -x80531 -x80532 -x80533 -x80534 -x80535 -x80536 -x80537 -x80538 -x80539 -x80540 -x80541 -x80542 -x80543 -x80544 -x80545 -x80546 -x81027 -x81028 -x81029 -x81030 -x81031 -x81032 -x81033 -x81034 -x81035 -x81036 -x81037 -x81038 -x81039 -x81040 -x81041 -x81042 -x81043 -x81044 -x81045 -x81046 -x81047 -x81048 -x81049 -x81050 -x81051 -x81052 -x81053 -x81054 -x81055 -x81056 -x81057 -x81058 -x81059 -x81060 -x81061 -x81062 -x81063 -x81064 -x81065 -x81066 -x81067 -x81068 -x81069 -x81070 -x81071 -x81072 -x81073 -x81074 -x81555 -x81556 -x81557 -x81558 -x81559 -x81560 -x81561 -x81562 -x81563 -x81564 -x81565 -x81566 -x81567 -x81568 -x81569 -x81570 -x81571 -x81572 -x81573 -x81574 -x81575 -x81576 -x81577 -x81578 -x81579 -x81580 -x81581 -x81582 -x81583 -x81584 -x81585 -x81586 -x81587 -x81588 -x81589 -x81590 -x81591 -x81592 -x81593 -x81594 -x81595 -x81596 -x81597 -x81598 -x81599 -x81600 -x81601 -x81602 -x82035 -x82036 -x82037 -x82038 -x82039 -x82040 -x82041 -x82042 -x82043 -x82044 -x82045 -x82046 -x82047 -x82048 -x82049 -x82050 -x82051 -x82052 -x82053 -x82054 -x82055 -x82056 -x82057 -x82058 -x82059 -x82060 -x82061 -x82062 -x82063 -x82064 -x82065 -x82066 -x82067 -x82068 -x82069 -x82070 -x82071 -x82072 -x82073 -x82074 -x82075 -x82076 -x82077 -x82078 -x82079 -x82080 -x82081 -x82082 -x82131 -x82132 -x82133 -x82134 -x82135 -x82136 -x82137 -x82138 -x82139 -x82140 -x82141 -x82142 -x82143 -x82144 -x82145 -x82146 -x82147 -x82148 -x82149 -x82150 -x82151 -x82152 -x82153 -x82154 -x82155 -x82156 -x82157 -x82158 -x82159 -x82160 -x82161 -x82162 -x82163 -x82164 -x82165 -x82166 -x82167 -x82168 -x82169 -x82170 -x82171 -x82172 -x82173 -x82174 -x82175 -x82176 -x82177 -x82178 -x82179 -x82180 -x82181 -x82182 -x82183 -x82184 -x82185 -x82186 -x82187 -x82188 -x82189 -x82190 -x82191 -x82192 -x82193 -x82194 -x82195 -x82196 -x82197 -x82198 -x82199 -x82200 -x82201 -x82202 -x82203 -x82204 -x82205 -x82206 -x82207 -x82208 -x82209 -x82210 -x82211 -x82212 -x82213 -x82214 -x82215 -x82216 -x82217 -x82218 -x82219 -x82220 -x82221 -x82222 -x82223 -x82224 -x82225 -x82226 -x82227 -x82228 -x82229 -x82230 -x82231 -x82232 -x82233 -x82234 -x82235 -x82236 -x82237 -x82238 -x82239 -x82240 -x82241 -x82242 -x82243 -x82244 -x82245 -x82246 -x82247 -x82248 -x82249 -x82250 -x82251 -x82252 -x82253 -x82254 -x82255 -x82256 -x82257 -x82258 -x82259 -x82260 -x82261 -x82262 -x82263 -x82264 -x82265 -x82266 -x82267 -x82268 -x82269 -x82270 -x82271 -x82272 -x82273 -x82274 -x82275 -x82276 -x82277 -x82278 -x82279 -x82280 -x82281 -x82282 -x82283 -x82284 -x82285 -x82286 -x82287 -x82288 -x82289 -x82290 -x82291 -x82292 -x82293 -x82294 -x82295 -x82296 -x82297 -x82298 -x82299 -x82300 -x82301 -x82302 -x82303 -x82304 -x82305 -x82306 -x82307
3600.03/3614.44	v -x82308 -x82309 -x82310 -x82311 -x82312 -x82313 -x82314 -x82315 -x82316 -x82317 -x82318 -x82319 -x82320 -x82321 -x82322 -x82323 -x82324 -x82325 -x82326 -x82327 -x82328 -x82329 -x82330 -x82331 -x82332 -x82333 -x82334 -x82335 -x82336 -x82337 -x82338 -x82339 -x82340 -x82341 -x82342 -x82343 -x82344 -x82345 -x82346 -x82347 -x82348 -x82349 -x82350 -x82351 -x82352 -x82353 -x82354 -x82355 -x82356 -x82357 -x82358 -x82359 -x82360 -x82361 -x82362 -x82363 -x82364 -x82365 -x82366 -x82367 -x82368 -x82369 -x82370 -x80019 -x80020 -x80021 -x80022 -x80023 -x80024 -x80025 -x80026 -x80027 -x80028 -x80029 -x80030 -x80031 -x80032 -x80033 -x80034 -x80035 -x80036 -x80037 -x80038 -x80039 -x80040 -x80041 -x80042 -x80043 -x80044 -x80045 -x80046 -x80047 -x80048 -x80049 -x80050 -x80051 -x80052 -x80053 -x80054 -x80055 -x80056 -x80057 -x80058 -x80059 -x80060 -x80061 -x80062 -x80063 -x80064 -x80065 -x80066 -x80067 -x80068 -x80069 -x80070 -x80071 -x80072 -x80073 -x80074 -x80075 -x80076 -x80077 -x80078 -x80079 -x80080 -x80081 -x80082 -x80083 -x80084 -x80085 -x80086 -x80087 -x80088 -x80089 -x80090 -x80091 -x80092 -x80093 -x80094 -x80095 -x80096 -x80097 -x80098 -x80099 -x80100 -x80101 -x80102 -x80103 -x80104 -x80105 -x80106 -x80107 -x80108 -x80109 -x80110 -x80111 -x80112 -x80113 -x80114 -x80115 -x80116 -x80117 -x80118 -x80119 -x80120 -x80121 -x80122 -x80123 -x80124 -x80125 -x80126 -x80127 -x80128 -x80129 -x80130 -x80131 -x80132 -x80133 -x80134 -x80135 -x80136 -x80137 -x80138 -x80139 -x80140 -x80141 -x80142 -x80143 -x80144 -x80145 -x80146 -x80147 -x80148 -x80149 -x80150 -x80151 -x80152 -x80153 -x80154 -x80155 -x80156 -x80157 -x80158 -x80159 -x80160 -x80161 -x80162 -x80163 -x80164 -x80165 -x80166 -x80167 -x80168 -x80169 -x80170 -x80171 -x80172 -x80173 -x80174 -x80175 -x80176 -x80177 -x80178 -x80179 -x80180 -x80181 -x80182 -x80183 -x80184 -x80185 -x80186 -x80187 -x80188 -x80189 -x80190 -x80191 -x80192 -x80193 -x80194 -x80195 -x80196 -x80197 -x80198 -x80199 -x80200 -x80201 x80202 -x80203 -x80204 -x80205 -x80206 -x80207 -x80208 -x80209 -x80210 -x80211 -x80212 -x80213 -x80214 -x80215 -x80216 -x80217 -x80218 -x80219 -x80220 -x80221 -x80222 -x80223 -x80224 -x80225 -x80226 -x80227 -x80228 -x80229 -x80230 -x80231 -x80232 -x80233 -x80234 -x80235 -x80236 -x80237 -x80238 -x80239 -x80240 -x80241 -x80242 -x80243 -x80244 -x80245 -x80246 -x80247 -x80248 -x80249 -x80250 -x80251 -x80252 -x80253 -x80254 -x80255 -x80256 -x80257 -x80258 -x80259 -x80260 -x80261 -x80262 -x80263 -x80264 -x80265 -x80266 -x80267 -x80268 -x80269 -x80270 -x80271 -x80272 -x80273 -x80274 -x80275 -x80276 -x80277 -x80278 -x80279 -x80280 -x80281 -x80282 -x80283 -x80284 -x80285 -x80286 -x80287 -x80288 -x80289 -x80290 -x80291 -x80292 -x80293 -x80294 -x80295 -x80296 -x80297 -x80298 -x80299 -x80300 -x80301 -x80302 -x80303 -x80304 -x80305 -x80306 -x80307 -x80308 -x80309 -x80310 -x80311 -x80312 -x80313 -x80314 -x80315 -x80316 -x80317 -x80318 -x80319 -x80320 -x80321 -x80322 -x80323 -x80324 -x80325 -x80326 -x80327 -x80328 -x80329 -x80330 -x80331 -x80332 -x80333 -x80334 -x80335 -x80336 -x80337 -x80338 -x80339 -x80340 -x80341 -x80342 -x80343 -x80344 -x80345 -x80346 -x80347 -x80348 -x80349 -x80350 -x80351 -x80352 -x80353 -x80354 -x80355 -x80356 -x80357 -x80358 -x80359 -x80360 -x80361 -x80362 -x80363 -x80364 -x80365 -x80366 -x80367 -x80368 -x80369 -x80370 -x80371 -x80372 -x80373 -x80374 -x80375 -x80376 -x80377 -x80378 -x80379 -x80380 -x80381 -x80382 -x80383 -x80384 -x80385 -x80386 -x80387 -x80388 -x80389 -x80390 -x80391 -x80392 -x80393 -x80394 -x80395 -x80396 -x80397 -x80398 -x80399 -x80400 -x80401 -x80402 -x80403 -x80404 -x80405 -x80406 -x80407 -x80408 -x80409 -x80410 -x80411 -x80412 -x80413 -x80414 -x80415 -x80416 -x80417 -x80418 -x80419 -x80420 -x80421 -x80422 -x80423 -x80424 -x80425 -x80426 -x80427 -x80428 -x80429 -x80430 -x80431 -x80432 -x80433 -x80434 -x80435 -x80436 -x80437 -x80438 -x80439 -x80440 -x80441 -x80442 -x80443 -x80444 -x80445 -x80446 -x80447 -x80448 -x80449 -x80450 -x80451 -x80452 -x80453 -x80454 -x80455 -x80456 -x80457 -x80458 -x80459 -x80460 -x80461 -x80462 -x80463 -x80464 -x80465 -x80466 -x80467 -x80468 -x80469 -x80470 -x80471 -x80472 -x80473 -x80474 -x80475 -x80476 -x80477 -x80478 -x80479 -x80480 -x80481 -x80482 -x80483 -x80484 -x80485 -x80486 -x80487 -x80488 -x80489 -x80490 -x80491 -x80492 -x80493 -x80494 -x80495 -x80496 -x80497 -x80498 -x80547 -x80548 -x80549 -x80550 -x80551 -x80552 -x80553 -x80554 -x80555 -x80556 -x80557 -x80558 -x80559 -x80560 -x80561 -x80562 -x80563 -x80564 -x80565 -x80566 -x80567 -x80568 -x80569 -x80570 -x80571 -x80572 -x80573 -x80574 -x80575 -x80576 -x80577 -x80578 -x80579 -x80580 -x80581 -x80582 -x80583 -x80584 -x80585 -x80586 -x80587 -x80588 -x80589 -x80590 -x80591 -x80592 -x80593 -x80594 -x80595 -x80596 -x80597 -x80598 -x80599 -x80600 -x80601 -x80602 -x80603 -x80604 -x80605 -x80606 -x80607 -x80608 -x80609 -x80610 -x80611 -x80612 -x80613 -x80614 -x80615 -x80616 -x80617 -x80618 -x80619 -x80620 -x80621 -x80622 -x80623 -x80624 -x80625 -x80626 -x80627 -x80628 -x80629 -x80630 -x80631 -x80632 -x80633 -x80634 -x80635 -x80636 -x80637 -x80638 -x80639 -x80640 -x80641 -x80642 -x80643 -x80644 -x80645 -x80646 -x80647 -x80648 -x80649 -x80650 -x80651 -x80652 -x80653 -x80654 -x80655 -x80656 -x80657 -x80658 -x80659 -x80660 -x80661 -x80662 -x80663 -x80664 -x80665 -x80666 -x80667 -x80668 -x80669 -x80670 -x80671 -x80672 -x80673 -x80674 -x80675 -x80676 -x80677 -x80678 -x80679 -x80680 -x80681 -x80682 -x80683 -x80684 -x80685 -x80686 -x80687 -x80688 -x80689 -x80690 -x80691 -x80692 -x80693 -x80694 -x80695 -x80696 -x80697 -x80698 -x80699 -x80700 -x80701 -x80702 -x80703 -x80704 -x80705 -x80706 -x80707 -x80708 -x80709 -x80710 -x80711 -x80712 -x80713 -x80714 -x80715 -x80716 -x80717 -x80718 -x80719 -x80720 -x80721 -x80722 -x80723 -x80724 -x80725 -x80726 -x80727 -x80728 -x80729 -x80730 -x80731 -x80732 -x80733 -x80734 -x80735 -x80736 -x80737 -x80738 -x80739 -x80740 -x80741 -x80742 -x80743 -x80744 -x80745 -x80746 -x80747 -x80748 -x80749 -x80750 -x80751 -x80752 -x80753 -x80754 -x80755 -x80756 -x80757 -x80758 -x80759 -x80760 -x80761 -x80762 -x80763 -x80764 -x80765 -x80766 -x80767 -x80768 -x80769 -x80770 -x80771 -x80772 -x80773 -x80774 -x80775 -x80776 -x80777 -x80778 -x80779 -x80780 -x80781 -x80782 -x80783 -x80784 -x80785 -x80786 -x80787 -x80788 -x80789 -x80790 -x80791 -x80792 -x80793 -x80794 -x80795 -x80796 -x80797 -x80798 -x80799 -x80800 -x80801 -x80802 -x80803 -x80804 -x80805 -x80806 -x80807 -x80808 -x80809 -x80810 -x80811 -x80812 -x80813 -x80814 -x80815 -x80816 -x80817 -x80818 -x80819 -x80820 -x80821 -x80822 -x80823 -x80824 -x80825 -x80826 -x80827 -x80828 -x80829 -x80830 -x80831 -x80832 -x80833 -x80834 -x80835 -x80836 -x80837 -x80838 -x80839 -x80840 -x80841 -x80842 -x80843 -x80844 -x80845 -x80846 -x80847 -x80848 -x80849 -x80850 -x80851 -x80852 -x80853 -x80854 -x80855 -x80856 -x80857 -x80858 -x80859 -x80860 -x80861 -x80862 -x80863 -x80864 -x80865 -x80866 -x80867 -x80868 -x80869 -x80870 -x80871 -x80872 -x80873 -x80874 -x80875 -x80876 -x80877 -x80878 -x80879 -x80880 -x80881 -x80882 -x80883 -x80884 -x80885 -x80886 -x80887 -x80888 -x80889 -x80890 -x80891 -x80892 -x80893 -x80894 -x80895 -x80896 -x80897 -x80898 -x80899 -x80900 -x80901 -x80902 -x80903 -x80904 -x80905 -x80906 -x80907 -x80908 -x80909 -x80910 -x80911 -x80912 -x80913 -x80914 -x80915 -x80916 -x80917 -x80918 -x80919 -x80920 -x80921 x80922 -x80923 -x80924 -x80925 -x80926 -x80927 -x80928 -x80929 -x80930 -x80931 -x80932 -x80933 -x80934 -x80935 -x80936 -x80937 -x80938 -x80939 -x80940 -x80941 -x80942 -x80943 -x80944 -x80945 -x80946 -x80947 -x80948 -x80949 -x80950 -x80951 -x80952 -x80953 -x80954 -x80955 -x80956 -x80957 -x80958 -x80959 -x80960 -x80961 -x80962 -x80963 -x80964 -x80965 -x80966 -x80967 -x80968 -x80969 -x80970 -x80971 -x80972 -x80973 -x80974 -x80975 -x80976 -x80977 -x80978 -x80979 -x80980 -x80981 -x80982 -x80983 -x80984 -x80985 -x80986 -x80987 -x80988 -x80989 -x80990 -x80991 -x80992 -x80993 -x80994 -x80995 -x80996 -x80997 -x80998 -x80999 -x81000 -x81001 -x81002 -x81003 -x81004 -x81005 -x81006 -x81007 -x81008 -x81009 -x81010 -x81011 -x81012 -x81013 -x81014 -x81015 -x81016 -x81017 x81018 -x81019 -x81020 -x81021 -x81022 -x81023 -x81024 -x81025 -x81026 -x81075 -x81076 -x81077 -x81078 -x81079 -x81080 -x81081 -x81082 -x81083 -x81084 -x81085 -x81086 -x81087 -x81088 -x81089 -x81090 -x81091 -x81092 -x81093 -x81094 -x81095 -x81096 -x81097 -x81098 -x81099 -x81100 -x81101 -x81102 -x81103 -x81104 -x81105 -x81106 -x81107 -x81108 -x81109 -x81110 -x81111 -x81112 -x81113 -x81114 -x81115 -x81116 -x81117 -x81118 -x81119 -x81120 -x81121 -x81122 -x81123 -x81124 -x81125 -x81126 -x81127 -x81128 -x81129 -x81130 -x81131 -x81132 -x81133 -x81134 -x81135 -x81136 -x81137 -x81138 -x81139 -x81140 -x81141 -x81142 -x81143 -x81144 -x81145 -x81146 -x81147 -x81148 -x81149 -x81150 -x81151 -x81152 -x81153 -x81154 -x81155 -x81156 -x81157 -x81158 -x81159 -x81160 -x81161 -x81162 -x81163 -x81164 -x81165 -x81166 -x81167 -x81168 -x81169 -x81170 -x81171 -x81172 -x81173 -x81174 -x81175 -x81176 -x81177 -x81178 -x81179 -x81180 -x81181 -x81182 -x81183 -x81184 -x81185 -x81186 -x81187 -x81188 -x81189 -x81190 -x81191 -x81192 -x81193 -x81194 -x81195 -x81196 -x81197 -x81198 -x81199 -x81200 -x81201 -x81202 -x81203 -x81204 -x81205 -x81206 -x81207 -x81208 -x81209 -x81210 -x81211 -x81212 -x81213 -x81214 -x81215 -x81216 -x81217 -x81218 -x81219 -x81220 -x81221 -x81222 -x81223 -x81224 -x81225 -x81226 -x81227 -x81228 -x81229 -x81230 -x81231 -x81232 -x81233 -x81234 -x81235 -x81236 -x81237 -x81238 -x81239 -x81240 -x81241 -x81242 -x81243 -x81244 -x81245 -x81246 -x81247 -x81248 -x81249 -x81250 -x81251 -x81252 -x81253 -x81254 -x81255 -x81256 -x81257 -x81258 -x81259 -x81260 -x81261 -x81262 -x81263 -x81264 -x81265 -x81266 -x81267 -x81268 -x81269 -x81270 -x81271 -x81272 -x81273 -x81274 -x81275 -x81276 -x81277 -x81278 -x81279 -x81280 -x81281 -x81282 -x81283 -x81284 -x81285 -x81286 -x81287 -x81288 -x81289 -x81290 -x81291 -x81292 -x81293 -x81294 -x81295 -x81296 -x81297 -x81298 -x81299 -x81300 -x81301 -x81302 -x81303 -x81304 -x81305 x81306 -x81307 -x81308 -x81309 -x81310 -x81311 -x81312 -x81313 -x81314 -x81315 -x81316 -x81317 -x81318 -x81319 -x81320 -x81321 -x81322 -x81323 -x81324 -x81325 -x81326 -x81327 -x81328 -x81329 -x81330 -x81331 -x81332 -x81333 -x81334 -x81335 -x81336 -x81337 -x81338 -x81339 -x81340 -x81341 -x81342 -x81343 -x81344 -x81345 -x81346 -x81347 -x81348 -x81349 -x81350 -x81351 -x81352 -x81353 -x81354 -x81355 -x81356 -x81357 -x81358 -x81359 -x81360 -x81361 -x81362 -x81363 -x81364 -x81365 -x81366 -x81367 -x81368 -x81369 -x81370 -x81371 -x81372 -x81373 -x81374 -x81375 -x81376 -x81377 -x81378 -x81379 -x81380 -x81381 -x81382 -x81383 -x81384 -x81385 -x81386 -x81387 -x81388 -x81389 -x81390 -x81391 -x81392 -x81393 -x81394 -x81395 -x81396 -x81397 -x81398 -x81399 -x81400 -x81401 -x81402 -x81403 -x81404 -x81405 -x81406 -x81407 -x81408 -x81409 -x81410 -x81411 -x81412 -x81413 -x81414 -x81415 -x81416 -x81417 -x81418 -x81419 -x81420 -x81421 -x81422 -x81423 -x81424 -x81425 -x81426 -x81427 -x81428 -x81429 -x81430 -x81431 -x81432 -x81433 -x81434 -x81435 -x81436 -x81437 -x81438 -x81439 -x81440 -x81441 -x81442 -x81443 -x81444 -x81445 -x81446 -x81447 -x81448 -x81449 -x81450 -x81451 -x81452 -x81453 -x81454 -x81455 -x81456 -x81457 -x81458 -x81459 -x81460 -x81461 -x81462 -x81463 -x81464 -x81465 -x81466 -x81467 -x81468 -x81469 -x81470 -x81471 -x81472 -x81473 -x81474 -x81475 -x81476 -x81477 -x81478 -x81479 -x81480 -x81481 -x81482 -x81483 -x81484 -x81485 -x81486 -x81487 -x81488 -x81489 -x81490 -x81491 -x81492 -x81493 -x81494 -x81495 -x81496 -x81497 -x81498 -x81499 -x81500 -x81501 -x81502 -x81503 -x81504 -x81505 -x81506 -x81507 -x81508 -x81509 -x81510 -x81511 -x81512 -x81513 -x81514 -x81515 -x81516 -x81517 -x81518 -x81519 -x81520 -x81521 -x81522 -x81523 -x81524 -x81525 -x81526 -x81527 -x81528 -x81529 -x81530 -x81531 -x81532 -x81533 -x81534 -x81535 -x81536 -x81537 -x81538 -x81539 -x81540 -x81541 -x81542 -x81543 -x81544 -x81545 x81546 -x81547 -x81548 -x81549 -x81550 -x81551 -x81552 -x81553 -x81554 -x81603 -x81604 -x81605 -x81606 -x81607 -x81608 -x81609 -x81610 -x81611 -x81612 -x81613 -x81614 -x81615 -x81616 -x81617 -x81618 -x81619 -x81620 -x81621 -x81622 -x81623 -x81624 -x81625 -x81626 -x81627 -x81628 -x81629 -x81630 -x81631 -x81632 -x81633 -x81634 -x81635 -x81636 -x81637 -x81638 -x81639 -x81640 -x81641 -x81642 -x81643 -x81644 -x81645 -x81646 -x81647 -x81648 -x81649 -x81650 -x81651 -x81652 -x81653 -x81654 -x81655 -x81656 -x81657 -x81658 -x81659 -x81660 -x81661 -x81662 -x81663 -x81664 -x81665 -x81666 -x81667 -x81668 -x81669 -x81670 -x81671 -x81672 -x81673 -x81674 -x81675 -x81676 -x81677 -x81678 -x81679 -x81680 -x81681 -x81682 -x81683 -x81684 -x81685 -x81686 -x81687 -x81688 -x81689 -x81690 -x81691 -x81692 -x81693 -x81694 -x81695 -x81696 -x81697 -x81698 -x81699 -x81700 -x81701 -x81702 -x81703 -x81704 -x81705 -x81706 -x81707 -x81708 -x81709 -x81710 -x81711 -x81712 -x81713 -x81714 -x81715 -x81716 -x81717 -x81718 -x81719 -x81720 -x81721 -x81722 -x81723 -x81724 -x81725 -x81726 -x81727 -x81728 -x81729 -x81730 -x81731 -x81732 -x81733 -x81734 -x81735 -x81736 -x81737 -x81738 -x81739 -x81740 -x81741 -x81742 -x81743 -x81744 -x81745 -x81746 -x81747 -x81748 -x81749 -x81750 -x81751 -x81752 -x81753 -x81754 -x81755 -x81756 -x81757 -x81758 -x81759 -x81760 -x81761 -x81762 -x81763 -x81764 -x81765 -x81766 -x81767 -x81768 -x81769 -x81770 -x81771 -x81772 -x81773 -x81774 -x81775 -x81776 -x81777 -x81778 -x81779 -x81780 -x81781 -x81782 -x81783 -x81784 -x81785 -x81786 -x81787 -x81788 -x81789 -x81790 -x81791 -x81792 -x81793 -x81794 -x81795 -x81796 -x81797 -x81798 -x81799 -x81800 -x81801 -x81802 -x81803 -x81804 -x81805 -x81806 -x81807 -x81808 -x81809 -x81810 -x81811 -x81812 -x81813 -x81814 -x81815 -x81816 -x81817 -x81818 -x81819 -x81820 -x81821 -x81822 -x81823 -x81824 -x81825 -x81826 -x81827 -x81828 -x81829 -x81830 -x81831 -x81832 -x81833 -x81834 -x81835 -x81836 -x81837 -x81838 -x81839 -x81840 -x81841 -x81842 -x81843 -x81844 -x81845 -x81846 -x81847 -x81848 -x81849 -x81850 -x81851 -x81852 -x81853 -x81854 -x81855 -x81856 -x81857 -x81858 -x81859 -x81860 -x81861 -x81862 -x81863 -x81864 -x81865 -x81866 -x81867 -x81868 -x81869 -x81870 -x81871 -x81872 -x81873 -x81874 -x81875 -x81876 -x81877 -x81878 -x81879 -x81880 -x81881 -x81882 x81883 -x81884 -x81885 -x81886 -x81887 -x81888 -x81889 -x81890 -x81891 -x81892 -x81893 -x81894 -x81895 -x81896 -x81897 -x81898 -x81899 -x81900 -x81901 -x81902 -x81903 -x81904 -x81905 -x81906 -x81907 -x81908 -x81909 -x81910 -x81911 -x81912 -x81913 -x81914 -x81915 -x81916 -x81917 -x81918 -x81919 -x81920 -x81921 -x81922 -x81923 -x81924 -x81925 -x81926 -x81927 -x81928 -x81929 -x81930 x81931 -x81932 -x81933 -x81934 -x81935 -x81936 -x81937 -x81938 -x81939 -x81940 -x81941 -x81942 -x81943 -x81944 -x81945 -x81946 -x81947 -x81948 -x81949 -x81950 -x81951 -x81952 -x81953 -x81954 -x81955 -x81956 -x81957 -x81958 -x81959 -x81960 -x81961 -x81962 -x81963 -x81964 -x81965 -x81966 -x81967 -x81968 -x81969 -x81970 -x81971 -x81972 -x81973 -x81974 -x81975 -x81976 -x81977 -x81978 -x81979 -x81980 -x81981 -x81982 -x81983 -x81984 -x81985 -x81986 -x81987 -x81988 -x81989 -x81990 -x81991 -x81992 -x81993 -x81994 -x81995 -x81996 -x81997 -x81998 -x81999 -x82000 -x82001 -x82002 -x82003 -x82004 -x82005 -x82006 -x82007 -x82008 -x82009 -x82010 -x82011 -x82012 -x82013 -x82014 -x82015 -x82016 -x82017 -x82018 -x82019 -x82020 -x82021 -x82022 -x82023 -x82024 -x82025 -x82026 -x82027 -x82028 -x82029 -x82030 -x82031 -x82032 -x82033 -x82034 -x82083 -x82084 -x82085 -x82086 -x82087 -x82088 -x82089 -x82090 -x82091 -x82092 -x82093 -x82094 -x82095 -x82096 -x82097 -x82098 -x82099 -x82100 -x82101 -x82102 -x82103 -x82104 -x82105 -x82106 -x82107 -x82108 -x82109 -x82110 -x82111 -x82112 -x82113 -x82114 -x82115 -x82116 -x82117 -x82118 -x82119 -x82120 -x82121 -x82122 x82123 -x82124 -x82125 -x82126 -x82127 -x82128 -x82129 -x82130 -x82851 -x82852 -x82853 -x82854 -x82855 -x82856 -x82857 -x82858 -x82859 -x82860 -x82861 -x82862 -x82863 -x82864 -x82865 -x82866 -x82867
3600.03/3614.44	v -x82868 -x82869 -x82870 -x82871 -x82872 -x82873 -x82874 -x82875 -x82876 -x82877 -x82878 -x82879 -x82880 -x82881 -x82882 -x82883 -x82884 -x82885 -x82886 -x82887 -x82888 -x82889 -x82890 -x82891 -x82892 -x82893 -x82894 -x82895 -x82896 -x82897 -x82898 -x83379 -x83380 -x83381 -x83382 -x83383 -x83384 -x83385 -x83386 -x83387 -x83388 -x83389 -x83390 -x83391 -x83392 -x83393 -x83394 -x83395 -x83396 -x83397 -x83398 -x83399 -x83400 -x83401 -x83402 -x83403 -x83404 -x83405 -x83406 -x83407 -x83408 -x83409 -x83410 -x83411 -x83412 -x83413 -x83414 -x83415 -x83416 -x83417 -x83418 -x83419 -x83420 -x83421 -x83422 -x83423 -x83424 -x83425 -x83426 -x83907 -x83908 -x83909 -x83910 -x83911 -x83912 -x83913 -x83914 -x83915 -x83916 -x83917 -x83918 -x83919 -x83920 -x83921 -x83922 -x83923 -x83924 -x83925 -x83926 -x83927 -x83928 -x83929 -x83930 -x83931 -x83932 -x83933 -x83934 -x83935 -x83936 -x83937 -x83938 -x83939 -x83940 -x83941 -x83942 -x83943 -x83944 -x83945 -x83946 -x83947 -x83948 -x83949 -x83950 -x83951 -x83952 -x83953 -x83954 -x84387 -x84388 -x84389 -x84390 -x84391 -x84392 -x84393 -x84394 -x84395 -x84396 -x84397 -x84398 -x84399 -x84400 -x84401 -x84402 -x84403 -x84404 -x84405 -x84406 -x84407 -x84408 -x84409 -x84410 -x84411 -x84412 -x84413 -x84414 -x84415 -x84416 -x84417 -x84418 -x84419 -x84420 -x84421 -x84422 -x84423 -x84424 -x84425 -x84426 -x84427 -x84428 -x84429 -x84430 -x84431 -x84432 -x84433 -x84434 -x84483 -x84484 -x84485 -x84486 -x84487 -x84488 -x84489 -x84490 -x84491 -x84492 -x84493 -x84494 -x84495 -x84496 -x84497 -x84498 -x84499 -x84500 -x84501 -x84502 -x84503 -x84504 -x84505 -x84506 -x84507 -x84508 -x84509 -x84510 -x84511 -x84512 -x84513 -x84514 -x84515 -x84516 -x84517 -x84518 -x84519 -x84520 -x84521 -x84522 -x84523 -x84524 -x84525 -x84526 -x84527 -x84528 -x84529 -x84530 -x84531 -x84532 -x84533 -x84534 -x84535 -x84536 -x84537 -x84538 -x84539 -x84540 -x84541 -x84542 -x84543 -x84544 -x84545 -x84546 -x84547 -x84548 -x84549 -x84550 -x84551 -x84552 -x84553 -x84554 -x84555 -x84556 -x84557 -x84558 -x84559 -x84560 -x84561 -x84562 -x84563 -x84564 -x84565 -x84566 -x84567 -x84568 -x84569 -x84570 -x84571 -x84572 -x84573 -x84574 -x84575 -x84576 -x84577 -x84578 -x84579 -x84580 -x84581 -x84582 -x84583 -x84584 -x84585 -x84586 -x84587 -x84588 -x84589 -x84590 -x84591 -x84592 -x84593 -x84594 -x84595 -x84596 -x84597 -x84598 -x84599 -x84600 -x84601 -x84602 -x84603 -x84604 -x84605 -x84606 -x84607 -x84608 -x84609 -x84610 -x84611 -x84612 -x84613 -x84614 -x84615 -x84616 -x84617 -x84618 -x84619 -x84620 -x84621 -x84622 -x84623 -x84624 -x84625 -x84626 -x84627 -x84628 -x84629 -x84630 -x84631 -x84632 -x84633 -x84634 -x84635 -x84636 -x84637 -x84638 -x84639 -x84640 -x84641 -x84642 -x84643 -x84644 -x84645 -x84646 -x84647 -x84648 -x84649 -x84650 -x84651 -x84652 -x84653 -x84654 -x84655 -x84656 -x84657 -x84658 -x84659 -x84660 -x84661 -x84662 -x84663 -x84664 -x84665 -x84666 -x84667 -x84668 -x84669 -x84670 -x84671 -x84672 -x84673 -x84674 -x84675 -x84676 -x84677 -x84678 -x84679 -x84680 -x84681 -x84682 -x84683 -x84684 -x84685 -x84686 -x84687 -x84688 -x84689 -x84690 -x84691 -x84692 -x84693 -x84694 -x84695 -x84696 -x84697 -x84698 -x84699 -x84700 -x84701 -x84702 -x84703 -x84704 -x84705 -x84706 -x84707 -x84708 -x84709 -x84710 -x84711 -x84712 -x84713 -x84714 -x84715 -x84716 -x84717 -x84718 -x84719 -x84720 -x84721 -x84722 -x82371 -x82372 -x82373 -x82374 -x82375 -x82376 -x82377 -x82378 -x82379 -x82380 -x82381 -x82382 -x82383 -x82384 -x82385 -x82386 -x82387 -x82388 -x82389 -x82390 -x82391 -x82392 -x82393 -x82394 -x82395 -x82396 -x82397 -x82398 -x82399 -x82400 -x82401 -x82402 -x82403 -x82404 -x82405 -x82406 -x82407 -x82408 -x82409 -x82410 -x82411 -x82412 -x82413 -x82414 -x82415 -x82416 -x82417 -x82418 -x82419 -x82420 -x82421 -x82422 -x82423 -x82424 -x82425 -x82426 -x82427 -x82428 -x82429 -x82430 -x82431 -x82432 -x82433 -x82434 -x82435 -x82436 -x82437 -x82438 -x82439 -x82440 -x82441 -x82442 -x82443 -x82444 -x82445 -x82446 -x82447 -x82448 -x82449 -x82450 -x82451 -x82452 -x82453 -x82454 -x82455 -x82456 -x82457 -x82458 -x82459 -x82460 -x82461 -x82462 -x82463 -x82464 -x82465 -x82466 -x82467 -x82468 -x82469 -x82470 -x82471 -x82472 -x82473 -x82474 -x82475 -x82476 -x82477 -x82478 -x82479 -x82480 -x82481 -x82482 -x82483 -x82484 -x82485 -x82486 -x82487 -x82488 -x82489 -x82490 -x82491 -x82492 -x82493 -x82494 -x82495 -x82496 -x82497 -x82498 -x82499 -x82500 -x82501 -x82502 -x82503 -x82504 -x82505 -x82506 -x82507 -x82508 -x82509 -x82510 -x82511 -x82512 -x82513 -x82514 -x82515 -x82516 -x82517 -x82518 -x82519 -x82520 -x82521 -x82522 -x82523 -x82524 -x82525 -x82526 -x82527 -x82528 -x82529 -x82530 -x82531 -x82532 -x82533 -x82534 -x82535 -x82536 -x82537 -x82538 -x82539 -x82540 -x82541 -x82542 -x82543 -x82544 -x82545 -x82546 -x82547 -x82548 -x82549 -x82550 -x82551 -x82552 -x82553 -x82554 -x82555 -x82556 -x82557 -x82558 -x82559 -x82560 -x82561 -x82562 -x82563 -x82564 -x82565 -x82566 -x82567 -x82568 -x82569 -x82570 -x82571 -x82572 -x82573 -x82574 -x82575 -x82576 -x82577 -x82578 -x82579 -x82580 -x82581 -x82582 -x82583 -x82584 -x82585 -x82586 -x82587 -x82588 -x82589 -x82590 -x82591 -x82592 -x82593 -x82594 -x82595 -x82596 -x82597 -x82598 -x82599 -x82600 -x82601 -x82602 -x82603 -x82604 -x82605 -x82606 -x82607 -x82608 -x82609 -x82610 -x82611 -x82612 -x82613 -x82614 -x82615 -x82616 -x82617 -x82618 -x82619 -x82620 -x82621 -x82622 -x82623 -x82624 -x82625 -x82626 -x82627 -x82628 -x82629 -x82630 -x82631 -x82632 -x82633 -x82634 -x82635 -x82636 -x82637 -x82638 -x82639 -x82640 -x82641 -x82642 -x82643 -x82644 -x82645 -x82646 -x82647 -x82648 -x82649 -x82650 -x82651 -x82652 -x82653 -x82654 -x82655 -x82656 -x82657 -x82658 -x82659 -x82660 -x82661 -x82662 -x82663 -x82664 -x82665 -x82666 -x82667 -x82668 -x82669 -x82670 -x82671 -x82672 -x82673 -x82674 -x82675 -x82676 -x82677 -x82678 -x82679 -x82680 -x82681 -x82682 -x82683 -x82684 -x82685 -x82686 -x82687 -x82688 -x82689 -x82690 -x82691 -x82692 -x82693 -x82694 -x82695 -x82696 -x82697 -x82698 -x82699 -x82700 -x82701 -x82702 -x82703 -x82704 -x82705 -x82706 -x82707 -x82708 -x82709 -x82710 -x82711 -x82712 -x82713 -x82714 -x82715 -x82716 -x82717 -x82718 -x82719 -x82720 -x82721 -x82722 -x82723 -x82724 -x82725 -x82726 -x82727 -x82728 -x82729 -x82730 -x82731 -x82732 -x82733 -x82734 -x82735 -x82736 -x82737 -x82738 -x82739 -x82740 -x82741 -x82742 -x82743 -x82744 -x82745 -x82746 -x82747 -x82748 -x82749 -x82750 -x82751 -x82752 -x82753 -x82754 -x82755 -x82756 -x82757 -x82758 -x82759 -x82760 -x82761 -x82762 -x82763 -x82764 -x82765 -x82766 -x82767 -x82768 -x82769 -x82770 -x82771 -x82772 -x82773 -x82774 -x82775 -x82776 -x82777 -x82778 -x82779 -x82780 -x82781 -x82782 -x82783 -x82784 -x82785 -x82786 -x82787 -x82788 -x82789 -x82790 -x82791 -x82792 -x82793 -x82794 -x82795 -x82796 -x82797 -x82798 -x82799 -x82800 -x82801 -x82802 -x82803 -x82804 -x82805 -x82806 -x82807 -x82808 -x82809 -x82810 -x82811 -x82812 -x82813 -x82814 -x82815 -x82816 -x82817 -x82818 -x82819 -x82820 -x82821 -x82822 -x82823 -x82824 -x82825 -x82826 -x82827 -x82828 -x82829 -x82830 -x82831 -x82832 -x82833 -x82834 -x82835 -x82836 -x82837 -x82838 -x82839 -x82840 -x82841 -x82842 -x82843 -x82844 -x82845 -x82846 -x82847 -x82848 -x82849 -x82850 -x82899 -x82900 -x82901 -x82902 -x82903 -x82904 -x82905 -x82906 -x82907 -x82908 -x82909 -x82910 -x82911 -x82912 -x82913 -x82914 -x82915 -x82916 -x82917 -x82918 -x82919 -x82920 -x82921 -x82922 -x82923 -x82924 -x82925 -x82926 -x82927 -x82928 -x82929 -x82930 -x82931 -x82932 -x82933 -x82934 -x82935 -x82936 -x82937 -x82938 -x82939 -x82940 -x82941 -x82942 -x82943 -x82944 -x82945 -x82946 -x82947 -x82948 -x82949 -x82950 -x82951 -x82952 -x82953 -x82954 -x82955 -x82956 -x82957 -x82958 -x82959 -x82960 -x82961 -x82962 -x82963 -x82964 -x82965 -x82966 -x82967 -x82968 -x82969 -x82970 -x82971 -x82972 -x82973 -x82974 -x82975 -x82976 -x82977 -x82978 -x82979 -x82980 -x82981 -x82982 -x82983 -x82984 -x82985 -x82986 -x82987 -x82988 -x82989 -x82990 -x82991 -x82992 -x82993 -x82994 -x82995 -x82996 -x82997 -x82998 -x82999 -x83000 -x83001 -x83002 -x83003 -x83004 -x83005 -x83006 -x83007 -x83008 -x83009 -x83010 -x83011 -x83012 -x83013 -x83014 -x83015 -x83016 -x83017 -x83018 -x83019 -x83020 -x83021 -x83022 -x83023 -x83024 -x83025 -x83026 -x83027 -x83028 -x83029 -x83030 -x83031 -x83032 -x83033 -x83034 -x83035 -x83036 -x83037 -x83038 -x83039 -x83040 -x83041 -x83042 -x83043 -x83044 -x83045 -x83046 -x83047 -x83048 -x83049 -x83050 -x83051 -x83052 -x83053 -x83054 -x83055 -x83056 -x83057 -x83058 -x83059 -x83060 -x83061 -x83062 -x83063 -x83064 -x83065 -x83066 -x83067 -x83068 -x83069 -x83070 -x83071 -x83072 -x83073 -x83074 -x83075 -x83076 -x83077 -x83078 -x83079 -x83080 -x83081 -x83082 -x83083 -x83084 -x83085 -x83086 -x83087 -x83088 -x83089 -x83090 -x83091 -x83092 -x83093 -x83094 -x83095 -x83096 -x83097 -x83098 -x83099 -x83100 -x83101 -x83102 -x83103 -x83104 -x83105 -x83106 -x83107 -x83108 -x83109 -x83110 -x83111 -x83112 -x83113 -x83114 -x83115 -x83116 -x83117 -x83118 -x83119 -x83120 -x83121 -x83122 -x83123 -x83124 -x83125 -x83126 -x83127 -x83128 -x83129 -x83130 -x83131 -x83132 -x83133 -x83134 -x83135 -x83136 -x83137 -x83138 -x83139 -x83140 -x83141 -x83142 -x83143 -x83144 -x83145 -x83146 -x83147 -x83148 -x83149 -x83150 -x83151 -x83152 -x83153 -x83154 -x83155 -x83156 -x83157 -x83158 -x83159 -x83160 -x83161 -x83162 -x83163 -x83164 -x83165 -x83166 -x83167 -x83168 -x83169 -x83170 -x83171 -x83172 -x83173 -x83174 -x83175 -x83176 -x83177 -x83178 -x83179 -x83180 -x83181 -x83182 -x83183 -x83184 -x83185 -x83186 -x83187 -x83188 -x83189 -x83190 -x83191 -x83192 -x83193 -x83194 -x83195 -x83196 -x83197 -x83198 -x83199 -x83200 -x83201 -x83202 -x83203 -x83204 -x83205 -x83206 -x83207 -x83208 -x83209 -x83210 -x83211 -x83212 -x83213 -x83214 -x83215 -x83216 -x83217 -x83218 -x83219 -x83220 -x83221 -x83222 -x83223 -x83224 -x83225 -x83226 -x83227 -x83228 -x83229 -x83230 -x83231 -x83232 -x83233 -x83234 -x83235 -x83236 -x83237 -x83238 -x83239 -x83240 -x83241 -x83242 -x83243 -x83244 -x83245 -x83246 -x83247 -x83248 -x83249 -x83250 -x83251 -x83252 -x83253 -x83254 -x83255 -x83256 -x83257 -x83258 -x83259 -x83260 -x83261 -x83262 -x83263 -x83264 -x83265 -x83266 -x83267 -x83268 -x83269 -x83270 -x83271 -x83272 -x83273 -x83274 -x83275 -x83276 -x83277 -x83278 -x83279 -x83280 -x83281 -x83282 -x83283 -x83284 -x83285 -x83286 -x83287 -x83288 -x83289 -x83290 -x83291 -x83292 -x83293 -x83294 -x83295 -x83296 -x83297 -x83298 -x83299 -x83300 -x83301 -x83302 -x83303 -x83304 -x83305 -x83306 -x83307 -x83308 -x83309 -x83310 -x83311 -x83312 -x83313 -x83314 -x83315 -x83316 -x83317 -x83318 -x83319 -x83320 -x83321 -x83322 -x83323 -x83324 -x83325 -x83326 -x83327 -x83328 -x83329 -x83330 -x83331 -x83332 -x83333 -x83334 -x83335 -x83336 -x83337 -x83338 -x83339 -x83340 -x83341 -x83342 -x83343 -x83344 -x83345 -x83346 -x83347 -x83348 -x83349 -x83350 -x83351 -x83352 -x83353 -x83354 -x83355 -x83356 -x83357 -x83358 -x83359 -x83360 -x83361 -x83362 -x83363 -x83364 -x83365 -x83366 -x83367 -x83368 -x83369 -x83370 -x83371 -x83372 -x83373 -x83374 -x83375 -x83376 -x83377 -x83378 -x83427 -x83428 -x83429 -x83430 -x83431 -x83432 -x83433 -x83434 -x83435 -x83436 -x83437 -x83438 -x83439 -x83440 -x83441 -x83442 -x83443 -x83444 -x83445 -x83446 -x83447 -x83448 -x83449 -x83450 -x83451 -x83452 -x83453 -x83454 -x83455 -x83456 -x83457 -x83458 -x83459 -x83460 -x83461 -x83462 -x83463 -x83464 -x83465 -x83466 -x83467 -x83468 -x83469 -x83470 -x83471 -x83472 -x83473 -x83474 -x83475 -x83476 -x83477 -x83478 -x83479 -x83480 -x83481 -x83482 -x83483 -x83484 -x83485 -x83486 -x83487 -x83488 -x83489 -x83490 -x83491 -x83492 -x83493 -x83494 -x83495 -x83496 -x83497 -x83498 -x83499 -x83500 -x83501 -x83502 -x83503 -x83504 -x83505 -x83506 -x83507 -x83508 -x83509 -x83510 -x83511 -x83512 -x83513 -x83514 -x83515 -x83516 -x83517 -x83518 -x83519 -x83520 -x83521 -x83522 -x83523 -x83524 -x83525 -x83526 -x83527 -x83528 -x83529 -x83530 -x83531 -x83532 -x83533 -x83534 -x83535 -x83536 -x83537 -x83538 -x83539 -x83540 -x83541 -x83542 -x83543 -x83544 -x83545 -x83546 -x83547 -x83548 -x83549 -x83550 -x83551 -x83552 -x83553 -x83554 -x83555 -x83556 -x83557 -x83558 -x83559 -x83560 -x83561 -x83562 -x83563 -x83564 -x83565 -x83566 -x83567 -x83568 -x83569 -x83570 -x83571 -x83572 -x83573 -x83574 -x83575 -x83576 -x83577 -x83578 -x83579 -x83580 -x83581 -x83582 -x83583 -x83584 -x83585 -x83586 -x83587 -x83588 -x83589 -x83590 -x83591 -x83592 -x83593 -x83594 -x83595 -x83596 -x83597 -x83598 -x83599 -x83600 -x83601 -x83602 -x83603 -x83604 -x83605 -x83606 -x83607 -x83608 -x83609 -x83610 -x83611 -x83612 -x83613 -x83614 -x83615 -x83616 -x83617 -x83618 -x83619 -x83620 -x83621 -x83622 -x83623 -x83624 -x83625 -x83626 -x83627 -x83628 -x83629 -x83630 -x83631 -x83632 -x83633 -x83634 -x83635 -x83636 -x83637 -x83638 -x83639 -x83640 -x83641 -x83642 -x83643 -x83644 -x83645 -x83646 -x83647 -x83648 -x83649 -x83650 -x83651 -x83652 -x83653 -x83654 -x83655 -x83656 -x83657 -x83658 -x83659 -x83660 -x83661 -x83662 -x83663 -x83664 -x83665 -x83666 -x83667 -x83668 -x83669 -x83670 -x83671 -x83672 -x83673 -x83674 -x83675 -x83676 -x83677 -x83678 -x83679 -x83680 -x83681 -x83682 -x83683 -x83684 -x83685 -x83686 -x83687 -x83688 -x83689 -x83690 -x83691 -x83692 -x83693 -x83694 -x83695 -x83696 -x83697 -x83698 -x83699 -x83700 -x83701 -x83702 -x83703 -x83704 -x83705 -x83706 -x83707 -x83708 -x83709 -x83710 -x83711 -x83712 -x83713 -x83714 -x83715 -x83716 -x83717 -x83718 -x83719 -x83720 -x83721 -x83722 -x83723 -x83724 -x83725 -x83726 -x83727 -x83728 -x83729 -x83730 -x83731 -x83732 -x83733 -x83734 -x83735 -x83736 -x83737 -x83738 -x83739 -x83740 -x83741 -x83742 -x83743 -x83744 -x83745 -x83746 -x83747 -x83748 -x83749 -x83750 -x83751 -x83752 -x83753 -x83754 -x83755 -x83756 -x83757 -x83758 -x83759 -x83760 -x83761 -x83762 -x83763 -x83764 -x83765 -x83766 -x83767 -x83768 -x83769 -x83770 -x83771 -x83772 -x83773 -x83774 -x83775 -x83776 -x83777 -x83778 -x83779 -x83780 -x83781 -x83782 -x83783 -x83784 -x83785 -x83786 -x83787 -x83788 -x83789 -x83790 -x83791 -x83792 -x83793 -x83794 -x83795 -x83796 -x83797 -x83798 -x83799 -x83800 -x83801 -x83802 -x83803 -x83804 -x83805 -x83806 -x83807 -x83808 -x83809 -x83810 -x83811 -x83812 -x83813 -x83814 -x83815 -x83816 -x83817 -x83818 -x83819 -x83820 -x83821 -x83822 -x83823 -x83824 -x83825 -x83826 -x83827 -x83828 -x83829 -x83830 -x83831 -x83832 -x83833 -x83834 -x83835 -x83836 -x83837 -x83838 -x83839 -x83840 -x83841 -x83842 -x83843 -x83844 -x83845 -x83846 -x83847 -x83848 -x83849 -x83850 -x83851 -x83852 -x83853 -x83854 -x83855 -x83856 -x83857 -x83858 -x83859 -x83860 -x83861 -x83862 -x83863 -x83864 -x83865 -x83866 -x83867 -x83868 -x83869 -x83870 -x83871 -x83872 -x83873 -x83874 -x83875 -x83876 -x83877 -x83878 -x83879 -x83880 -x83881 -x83882 -x83883 -x83884 -x83885 -x83886 -x83887 -x83888 -x83889 -x83890 -x83891 -x83892 -x83893 -x83894 -x83895 -x83896 -x83897 -x83898 -x83899 -x83900 -x83901 -x83902 -x83903 -x83904 -x83905 -x83906 -x83955 -x83956 -x83957 -x83958 -x83959 -x83960 -x83961 -x83962 -x83963 -x83964 -x83965 -x83966 -x83967 -x83968 -x83969 -x83970 -x83971 -x83972 -x83973 -x83974 -x83975 -x83976 -x83977 -x83978 -x83979 -x83980 -x83981 -x83982 -x83983 -x83984 -x83985 -x83986 -x83987 -x83988 -x83989 -x83990 -x83991 -x83992 -x83993 -x83994 -x83995 -x83996 -x83997 -x83998 -x83999 -x84000 -x84001 -x84002 -x84003 -x84004 -x84005 -x84006 -x84007 -x84008 -x84009 -x84010 -x84011 -x84012 -x84013 -x84014 -x84015 -x84016 -x84017 -x84018 -x84019 -x84020 -x84021 -x84022 -x84023 -x84024 -x84025 -x84026 -x84027 -x84028 -x84029 -x84030 -x84031 -x84032 -x84033 -x84034 -x84035 -x84036 -x84037 -x84038 -x84039 -x84040 -x84041 -x84042 -x84043 -x84044 -x84045 -x84046 -x84047 -x84048 -x84049 -x84050 -x84051 -x84052 -x84053 -x84054 -x84055 -x84056 -x84057 -x84058 -x84059 -x84060 -x84061 -x84062 -x84063 -x84064 -x84065 -x84066 -x84067 -x84068 -x84069 -x84070 -x84071 -x84072 -x84073 -x84074 -x84075 -x84076 -x84077 -x84078 -x84079 -x84080 -x84081 -x84082 -x84083 -x84084 -x84085 -x84086 -x84087 -x84088 -x84089 -x84090 -x84091 -x84092 -x84093 -x84094 -x84095 -x84096 -x84097 -x84098 -x84099
3600.03/3614.44	v -x84100 -x84101 -x84102 -x84103 -x84104 -x84105 -x84106 -x84107 -x84108 -x84109 -x84110 -x84111 -x84112 -x84113 -x84114 -x84115 -x84116 -x84117 -x84118 -x84119 -x84120 -x84121 -x84122 -x84123 -x84124 -x84125 -x84126 -x84127 -x84128 -x84129 -x84130 -x84131 -x84132 -x84133 -x84134 -x84135 -x84136 -x84137 -x84138 -x84139 -x84140 -x84141 -x84142 -x84143 -x84144 -x84145 -x84146 -x84147 -x84148 -x84149 -x84150 -x84151 -x84152 -x84153 -x84154 -x84155 -x84156 -x84157 -x84158 -x84159 -x84160 -x84161 -x84162 -x84163 -x84164 -x84165 -x84166 -x84167 -x84168 -x84169 -x84170 -x84171 -x84172 -x84173 -x84174 -x84175 -x84176 -x84177 -x84178 -x84179 -x84180 -x84181 -x84182 -x84183 -x84184 -x84185 -x84186 -x84187 -x84188 -x84189 -x84190 -x84191 -x84192 -x84193 -x84194 -x84195 -x84196 -x84197 -x84198 -x84199 -x84200 -x84201 -x84202 -x84203 -x84204 -x84205 -x84206 -x84207 -x84208 -x84209 -x84210 -x84211 -x84212 -x84213 -x84214 -x84215 -x84216 -x84217 -x84218 -x84219 -x84220 -x84221 -x84222 -x84223 -x84224 -x84225 -x84226 -x84227 -x84228 -x84229 -x84230 -x84231 -x84232 -x84233 -x84234 -x84235 -x84236 -x84237 -x84238 -x84239 -x84240 -x84241 -x84242 -x84243 -x84244 -x84245 -x84246 -x84247 -x84248 -x84249 -x84250 -x84251 -x84252 -x84253 -x84254 -x84255 -x84256 -x84257 -x84258 -x84259 -x84260 -x84261 -x84262 -x84263 -x84264 -x84265 -x84266 -x84267 -x84268 -x84269 -x84270 -x84271 -x84272 -x84273 -x84274 -x84275 -x84276 -x84277 -x84278 -x84279 -x84280 -x84281 -x84282 -x84283 -x84284 -x84285 -x84286 -x84287 -x84288 -x84289 -x84290 -x84291 -x84292 -x84293 -x84294 -x84295 -x84296 -x84297 -x84298 -x84299 -x84300 -x84301 -x84302 -x84303 -x84304 -x84305 -x84306 -x84307 -x84308 -x84309 -x84310 -x84311 -x84312 -x84313 -x84314 -x84315 -x84316 -x84317 -x84318 -x84319 -x84320 -x84321 -x84322 -x84323 -x84324 -x84325 -x84326 -x84327 -x84328 -x84329 -x84330 -x84331 -x84332 -x84333 -x84334 -x84335 -x84336 -x84337 -x84338 -x84339 -x84340 -x84341 -x84342 -x84343 -x84344 -x84345 -x84346 -x84347 -x84348 -x84349 -x84350 -x84351 -x84352 -x84353 -x84354 -x84355 -x84356 -x84357 -x84358 -x84359 -x84360 -x84361 -x84362 -x84363 -x84364 -x84365 -x84366 -x84367 -x84368 -x84369 -x84370 -x84371 -x84372 -x84373 -x84374 -x84375 -x84376 -x84377 -x84378 -x84379 -x84380 -x84381 -x84382 -x84383 -x84384 -x84385 -x84386 -x84435 -x84436 -x84437 -x84438 -x84439 -x84440 -x84441 -x84442 -x84443 -x84444 -x84445 -x84446 -x84447 -x84448 -x84449 -x84450 -x84451 -x84452 -x84453 -x84454 -x84455 -x84456 -x84457 -x84458 -x84459 -x84460 -x84461 -x84462 -x84463 -x84464 -x84465 -x84466 -x84467 -x84468 -x84469 -x84470 -x84471 -x84472 -x84473 -x84474 -x84475 -x84476 -x84477 -x84478 -x84479 -x84480 -x84481 -x84482 -x85203 -x85204 -x85205 -x85206 -x85207 -x85208 -x85209 -x85210 -x85211 -x85212 -x85213 -x85214 -x85215 x85216 -x85217 -x85218 -x85219 -x85220 -x85221 -x85222 -x85223 -x85224 -x85225 -x85226 -x85227 -x85228 -x85229 -x85230 -x85231 -x85232 -x85233 -x85234 -x85235 -x85236 -x85237 -x85238 -x85239 -x85240 -x85241 -x85242 -x85243 -x85244 -x85245 -x85246 -x85247 -x85248 -x85249 -x85250 -x85731 -x85732 -x85733 -x85734 -x85735 -x85736 -x85737 -x85738 -x85739 -x85740 -x85741 -x85742 -x85743 -x85744 -x85745 -x85746 -x85747 -x85748 -x85749 -x85750 -x85751 -x85752 -x85753 -x85754 -x85755 -x85756 -x85757 -x85758 -x85759 -x85760 -x85761 -x85762 -x85763 -x85764 -x85765 -x85766 -x85767 -x85768 -x85769 -x85770 -x85771 -x85772 -x85773 -x85774 -x85775 -x85776 -x85777 -x85778 -x86259 -x86260 -x86261 -x86262 -x86263 -x86264 -x86265 -x86266 -x86267 -x86268 -x86269 -x86270 -x86271 x86272 -x86273 -x86274 -x86275 -x86276 -x86277 -x86278 -x86279 -x86280 -x86281 -x86282 -x86283 -x86284 -x86285 -x86286 -x86287 -x86288 -x86289 -x86290 -x86291 -x86292 -x86293 -x86294 -x86295 -x86296 -x86297 -x86298 -x86299 -x86300 -x86301 -x86302 -x86303 -x86304 -x86305 -x86306 -x86739 -x86740 -x86741 -x86742 -x86743 -x86744 -x86745 -x86746 -x86747 -x86748 -x86749 -x86750 -x86751 x86752 -x86753 -x86754 -x86755 -x86756 -x86757 -x86758 -x86759 -x86760 -x86761 -x86762 -x86763 -x86764 -x86765 -x86766 -x86767 -x86768 -x86769 -x86770 -x86771 -x86772 -x86773 -x86774 -x86775 -x86776 -x86777 -x86778 -x86779 -x86780 -x86781 -x86782 -x86783 -x86784 -x86785 -x86786 -x86835 -x86836 -x86837 -x86838 -x86839 -x86840 -x86841 -x86842 -x86843 -x86844 -x86845 -x86846 -x86847 -x86848 -x86849 -x86850 -x86851 -x86852 -x86853 -x86854 -x86855 -x86856 -x86857 -x86858 -x86859 -x86860 -x86861 -x86862 -x86863 -x86864 -x86865 -x86866 -x86867 -x86868 -x86869 -x86870 -x86871 -x86872 -x86873 -x86874 -x86875 -x86876 -x86877 -x86878 -x86879 -x86880 -x86881 -x86882 -x86883 -x86884 -x86885 -x86886 -x86887 -x86888 -x86889 -x86890 -x86891 -x86892 -x86893 -x86894 -x86895 -x86896 -x86897 -x86898 -x86899 -x86900 -x86901 -x86902 -x86903 -x86904 -x86905 -x86906 -x86907 -x86908 -x86909 -x86910 -x86911 -x86912 -x86913 -x86914 -x86915 -x86916 -x86917 -x86918 -x86919 -x86920 -x86921 -x86922 -x86923 -x86924 -x86925 -x86926 -x86927 -x86928 -x86929 -x86930 -x86931 -x86932 -x86933 -x86934 -x86935 -x86936 -x86937 -x86938 -x86939 -x86940 -x86941 -x86942 -x86943 -x86944 -x86945 -x86946 -x86947 -x86948 -x86949 -x86950 -x86951 -x86952 -x86953 -x86954 -x86955 -x86956 -x86957 -x86958 -x86959 -x86960 -x86961 -x86962 -x86963 -x86964 -x86965 -x86966 -x86967 -x86968 -x86969 -x86970 -x86971 -x86972 -x86973 -x86974 -x86975 -x86976 -x86977 -x86978 -x86979 -x86980 -x86981 -x86982 -x86983 -x86984 -x86985 -x86986 -x86987 -x86988 -x86989 -x86990 -x86991 x86992 -x86993 -x86994 -x86995 -x86996 -x86997 -x86998 -x86999 -x87000 -x87001 -x87002 -x87003 -x87004 -x87005 -x87006 -x87007 -x87008 -x87009 -x87010 -x87011 -x87012 -x87013 -x87014 -x87015 -x87016 -x87017 -x87018 -x87019 -x87020 -x87021 -x87022 -x87023 -x87024 -x87025 -x87026 -x87027 -x87028 -x87029 -x87030 -x87031 -x87032 -x87033 -x87034 -x87035 -x87036 -x87037 -x87038 -x87039 -x87040 -x87041 -x87042 -x87043 -x87044 -x87045 -x87046 -x87047 -x87048 -x87049 -x87050 -x87051 -x87052 -x87053 -x87054 -x87055 -x87056 -x87057 -x87058 -x87059 -x87060 -x87061 -x87062 -x87063 -x87064 -x87065 -x87066 -x87067 -x87068 -x87069 -x87070 -x87071 -x87072 -x87073 -x87074 -x84723 -x84724 -x84725 -x84726 -x84727 -x84728 -x84729 -x84730 -x84731 -x84732 -x84733 -x84734 -x84735 -x84736 -x84737 -x84738 -x84739 -x84740 -x84741 -x84742 -x84743 -x84744 -x84745 -x84746 -x84747 -x84748 -x84749 -x84750 -x84751 -x84752 -x84753 -x84754 -x84755 -x84756 -x84757 -x84758 -x84759 -x84760 -x84761 -x84762 -x84763 -x84764 -x84765 -x84766 -x84767 -x84768 -x84769 -x84770 -x84771 -x84772 -x84773 -x84774 -x84775 -x84776 -x84777 -x84778 -x84779 -x84780 -x84781 -x84782 -x84783 x84784 -x84785 -x84786 -x84787 -x84788 -x84789 -x84790 -x84791 -x84792 -x84793 -x84794 -x84795 -x84796 -x84797 -x84798 -x84799 -x84800 -x84801 -x84802 -x84803 -x84804 -x84805 -x84806 -x84807 -x84808 -x84809 -x84810 -x84811 -x84812 -x84813 -x84814 -x84815 -x84816 -x84817 -x84818 -x84819 -x84820 -x84821 -x84822 -x84823 -x84824 -x84825 -x84826 -x84827 -x84828 -x84829 -x84830 -x84831 -x84832 -x84833 -x84834 -x84835 -x84836 -x84837 -x84838 -x84839 -x84840 -x84841 -x84842 -x84843 -x84844 -x84845 -x84846 -x84847 -x84848 -x84849 -x84850 -x84851 -x84852 -x84853 -x84854 -x84855 -x84856 -x84857 -x84858 -x84859 -x84860 -x84861 -x84862 -x84863 -x84864 -x84865 -x84866 -x84867 -x84868 -x84869 -x84870 -x84871 -x84872 -x84873 -x84874 -x84875 -x84876 -x84877 -x84878 -x84879 -x84880 -x84881 -x84882 -x84883 -x84884 -x84885 -x84886 -x84887 -x84888 -x84889 -x84890 -x84891 -x84892 -x84893 -x84894 -x84895 -x84896 -x84897 -x84898 -x84899 -x84900 -x84901 -x84902 -x84903 -x84904 -x84905 -x84906 -x84907 -x84908 -x84909 -x84910 -x84911 -x84912 -x84913 -x84914 -x84915 -x84916 -x84917 -x84918 -x84919 -x84920 -x84921 -x84922 -x84923 -x84924 -x84925 -x84926 -x84927 -x84928 -x84929 -x84930 -x84931 -x84932 -x84933 -x84934 -x84935 -x84936 -x84937 -x84938 -x84939 -x84940 -x84941 -x84942 -x84943 -x84944 -x84945 -x84946 -x84947 -x84948 -x84949 -x84950 -x84951 -x84952 -x84953 -x84954 -x84955 -x84956 -x84957 -x84958 -x84959 -x84960 -x84961 -x84962 -x84963 -x84964 -x84965 -x84966 -x84967 -x84968 -x84969 -x84970 -x84971 -x84972 -x84973 -x84974 -x84975 -x84976 -x84977 -x84978 -x84979 -x84980 -x84981 -x84982 -x84983 -x84984 -x84985 -x84986 -x84987 -x84988 -x84989 -x84990 -x84991 -x84992 -x84993 -x84994 -x84995 -x84996 -x84997 -x84998 -x84999 -x85000 -x85001 -x85002 -x85003 -x85004 -x85005 -x85006 -x85007 -x85008 -x85009 -x85010 -x85011 -x85012 -x85013 -x85014 -x85015 -x85016 -x85017 -x85018 -x85019 -x85020 -x85021 -x85022 -x85023 -x85024 -x85025 -x85026 -x85027 -x85028 -x85029 -x85030 -x85031 -x85032 -x85033 -x85034 -x85035 -x85036 -x85037 -x85038 -x85039 -x85040 -x85041 -x85042 -x85043 -x85044 -x85045 -x85046 -x85047 -x85048 -x85049 -x85050 -x85051 -x85052 -x85053 -x85054 -x85055 -x85056 -x85057 -x85058 -x85059 -x85060 -x85061 -x85062 -x85063 -x85064 -x85065 -x85066 -x85067 -x85068 -x85069 -x85070 -x85071 -x85072 -x85073 -x85074 -x85075 -x85076 -x85077 -x85078 -x85079 -x85080 -x85081 -x85082 -x85083 -x85084 -x85085 -x85086 -x85087 -x85088 -x85089 -x85090 -x85091 -x85092 -x85093 -x85094 -x85095 -x85096 -x85097 -x85098 -x85099 -x85100 -x85101 -x85102 -x85103 -x85104 -x85105 -x85106 -x85107 -x85108 -x85109 -x85110 -x85111 -x85112 -x85113 -x85114 -x85115 -x85116 -x85117 -x85118 -x85119 -x85120 x85121 -x85122 -x85123 -x85124 -x85125 -x85126 -x85127 -x85128 -x85129 -x85130 -x85131 -x85132 -x85133 -x85134 -x85135 -x85136 -x85137 -x85138 -x85139 -x85140 -x85141 -x85142 -x85143 -x85144 -x85145 -x85146 -x85147 -x85148 -x85149 -x85150 -x85151 -x85152 -x85153 -x85154 -x85155 -x85156 -x85157 -x85158 -x85159 -x85160 -x85161 -x85162 -x85163 -x85164 -x85165 -x85166 -x85167 -x85168 -x85169 -x85170 -x85171 -x85172 -x85173 -x85174 -x85175 -x85176 -x85177 -x85178 -x85179 -x85180 -x85181 -x85182 -x85183 -x85184 -x85185 -x85186 -x85187 -x85188 -x85189 -x85190 -x85191 -x85192 -x85193 -x85194 -x85195 -x85196 -x85197 -x85198 -x85199 -x85200 -x85201 -x85202 -x85251 -x85252 -x85253 -x85254 -x85255 -x85256 -x85257 -x85258 -x85259 -x85260 -x85261 -x85262 -x85263 -x85264 -x85265 -x85266 -x85267 -x85268 -x85269 -x85270 -x85271 -x85272 -x85273 -x85274 -x85275 -x85276 -x85277 -x85278 -x85279 -x85280 -x85281 -x85282 -x85283 -x85284 -x85285 -x85286 -x85287 -x85288 -x85289 -x85290 -x85291 -x85292 -x85293 -x85294 -x85295 -x85296 -x85297 -x85298 -x85299 -x85300 -x85301 -x85302 -x85303 -x85304 -x85305 -x85306 -x85307 -x85308 -x85309 -x85310 -x85311 -x85312 -x85313 -x85314 -x85315 -x85316 -x85317 -x85318 -x85319 -x85320 -x85321 -x85322 -x85323 -x85324 -x85325 -x85326 -x85327 -x85328 -x85329 -x85330 -x85331 -x85332 -x85333 -x85334 -x85335 -x85336 -x85337 -x85338 -x85339 -x85340 -x85341 -x85342 -x85343 -x85344 -x85345 -x85346 -x85347 -x85348 -x85349 -x85350 -x85351 -x85352 -x85353 -x85354 -x85355 -x85356 -x85357 -x85358 -x85359 -x85360 -x85361 -x85362 -x85363 -x85364 -x85365 -x85366 -x85367 -x85368 -x85369 -x85370 -x85371 -x85372 -x85373 -x85374 -x85375 -x85376 -x85377 -x85378 -x85379 -x85380 -x85381 -x85382 -x85383 -x85384 -x85385 -x85386 -x85387 -x85388 -x85389 -x85390 -x85391 -x85392 -x85393 -x85394 -x85395 -x85396 -x85397 -x85398 -x85399 -x85400 -x85401 -x85402 -x85403 -x85404 -x85405 -x85406 -x85407 -x85408 -x85409 -x85410 -x85411 -x85412 -x85413 -x85414 -x85415 -x85416 -x85417 -x85418 -x85419 -x85420 -x85421 -x85422 -x85423 -x85424 -x85425 -x85426 -x85427 -x85428 -x85429 -x85430 -x85431 -x85432 -x85433 -x85434 -x85435 -x85436 -x85437 -x85438 -x85439 -x85440 -x85441 -x85442 -x85443 -x85444 -x85445 -x85446 -x85447 -x85448 -x85449 -x85450 -x85451 -x85452 -x85453 -x85454 -x85455 -x85456 -x85457 -x85458 -x85459 -x85460 -x85461 -x85462 -x85463 -x85464 -x85465 -x85466 -x85467 -x85468 -x85469 -x85470 -x85471 -x85472 -x85473 -x85474 -x85475 -x85476 -x85477 -x85478 -x85479 -x85480 -x85481 -x85482 -x85483 -x85484 -x85485 -x85486 -x85487 -x85488 -x85489 -x85490 -x85491 -x85492 -x85493 -x85494 -x85495 -x85496 -x85497 -x85498 -x85499 -x85500 -x85501 -x85502 -x85503 -x85504 -x85505 -x85506 -x85507 -x85508 -x85509 -x85510 -x85511 -x85512 -x85513 -x85514 -x85515 -x85516 -x85517 -x85518 -x85519 -x85520 -x85521 -x85522 -x85523 -x85524 -x85525 -x85526 -x85527 -x85528 -x85529 -x85530 -x85531 -x85532 -x85533 -x85534 -x85535 -x85536 -x85537 -x85538 -x85539 -x85540 -x85541 -x85542 -x85543 -x85544 -x85545 -x85546 -x85547 -x85548 -x85549 -x85550 -x85551 -x85552 -x85553 -x85554 -x85555 -x85556 -x85557 -x85558 -x85559 -x85560 -x85561 -x85562 -x85563 -x85564 -x85565 -x85566 -x85567 -x85568 -x85569 -x85570 -x85571 -x85572 -x85573 -x85574 -x85575 -x85576 -x85577 -x85578 -x85579 -x85580 -x85581 -x85582 -x85583 -x85584 -x85585 -x85586 -x85587 -x85588 -x85589 -x85590 -x85591 -x85592 -x85593 -x85594 -x85595 -x85596 -x85597 -x85598 -x85599 -x85600 -x85601 -x85602 -x85603 -x85604 -x85605 -x85606 -x85607 -x85608 -x85609 -x85610 -x85611 -x85612 -x85613 -x85614 -x85615 -x85616 -x85617 -x85618 -x85619 -x85620 -x85621 -x85622 -x85623 -x85624 -x85625 -x85626 -x85627 -x85628 -x85629 -x85630 -x85631 -x85632 -x85633 -x85634 -x85635 -x85636 -x85637 -x85638 -x85639 -x85640 -x85641 -x85642 -x85643 -x85644 -x85645 -x85646 -x85647 -x85648 -x85649 -x85650 -x85651 -x85652 -x85653 -x85654 -x85655 -x85656 -x85657 -x85658 -x85659 -x85660 -x85661 -x85662 -x85663 -x85664 -x85665 -x85666 -x85667 -x85668 -x85669 -x85670 -x85671 -x85672 -x85673 -x85674 -x85675 -x85676 -x85677 -x85678 -x85679 -x85680 -x85681 -x85682 -x85683 -x85684 -x85685 -x85686 -x85687 -x85688 -x85689 -x85690 -x85691 -x85692 -x85693 -x85694 -x85695 -x85696 -x85697 -x85698 -x85699 -x85700 -x85701 -x85702 -x85703 -x85704 -x85705 -x85706 -x85707 -x85708 -x85709 -x85710 -x85711 -x85712 -x85713 -x85714 -x85715 -x85716 -x85717 -x85718 -x85719 -x85720 -x85721 -x85722 -x85723 -x85724 -x85725 -x85726 -x85727 -x85728 -x85729 -x85730 -x85779 -x85780 -x85781 -x85782 -x85783 -x85784 -x85785 -x85786 -x85787 -x85788 -x85789 -x85790 -x85791 -x85792 -x85793 -x85794 -x85795 -x85796 -x85797 -x85798 -x85799 -x85800 -x85801 -x85802 -x85803 -x85804 -x85805 -x85806 -x85807 -x85808 -x85809 -x85810 -x85811 -x85812 -x85813 -x85814 -x85815 -x85816 -x85817 -x85818 -x85819 -x85820 -x85821 -x85822 -x85823 -x85824 -x85825 -x85826 -x85827 -x85828 -x85829 -x85830 -x85831 -x85832 -x85833 -x85834 -x85835 -x85836 -x85837 -x85838 -x85839 -x85840 -x85841 -x85842 -x85843 -x85844 -x85845 -x85846 -x85847 -x85848 -x85849 -x85850 -x85851 -x85852 -x85853 -x85854 -x85855 -x85856 -x85857 -x85858 -x85859 -x85860 -x85861 -x85862 -x85863 -x85864 -x85865 -x85866 -x85867 -x85868 -x85869 -x85870 -x85871 -x85872 -x85873 -x85874 -x85875 -x85876 -x85877 -x85878 -x85879 -x85880 -x85881 -x85882 -x85883 -x85884 -x85885 -x85886 -x85887 -x85888 x85889 -x85890 -x85891 -x85892 -x85893 -x85894 -x85895 -x85896 -x85897 -x85898 -x85899 -x85900 -x85901 -x85902 -x85903 -x85904 -x85905 -x85906 -x85907 -x85908 -x85909 -x85910 -x85911 -x85912 -x85913 -x85914 -x85915 -x85916 -x85917 -x85918 -x85919 -x85920 -x85921 -x85922 -x85923 -x85924 -x85925 -x85926 -x85927 -x85928 -x85929 -x85930 -x85931 -x85932 -x85933 -x85934 -x85935 -x85936 -x85937 -x85938 -x85939 -x85940 -x85941 -x85942 -x85943 -x85944 -x85945 -x85946 -x85947 -x85948 -x85949 -x85950 -x85951 -x85952 -x85953 -x85954 -x85955 -x85956 -x85957 -x85958 -x85959 -x85960 -x85961 -x85962 -x85963 -x85964 -x85965 -x85966 -x85967 -x85968 -x85969 -x85970 -x85971 -x85972 -x85973 -x85974 -x85975 -x85976 -x85977 -x85978 -x85979 -x85980 -x85981 -x85982 -x85983 -x85984 -x85985 -x85986 -x85987 -x85988 -x85989 -x85990 -x85991 -x85992 -x85993 -x85994 -x85995 -x85996 -x85997 -x85998 -x85999 -x86000 -x86001 -x86002 -x86003 -x86004 -x86005 -x86006 -x86007 -x86008 -x86009 -x86010 -x86011 -x86012 -x86013 -x86014 -x86015 -x86016 -x86017 -x86018 -x86019 -x86020 -x86021 -x86022 -x86023 -x86024 -x86025 -x86026 -x86027 -x86028 -x86029 -x86030 -x86031 -x86032 -x86033 -x86034 -x86035 -x86036 -x86037 -x86038 -x86039 -x86040 -x86041 -x86042 -x86043 -x86044 -x86045 -x86046 -x86047 -x86048 -x86049 -x86050 -x86051
3600.03/3614.44	v -x86052 -x86053 -x86054 -x86055 -x86056 -x86057 -x86058 -x86059 -x86060 -x86061 -x86062 -x86063 -x86064 -x86065 -x86066 -x86067 -x86068 -x86069 -x86070 -x86071 -x86072 -x86073 -x86074 -x86075 -x86076 -x86077 -x86078 -x86079 -x86080 -x86081 -x86082 -x86083 -x86084 -x86085 -x86086 -x86087 -x86088 -x86089 -x86090 -x86091 -x86092 -x86093 -x86094 -x86095 -x86096 -x86097 -x86098 -x86099 -x86100 -x86101 -x86102 -x86103 -x86104 -x86105 -x86106 -x86107 -x86108 -x86109 -x86110 -x86111 -x86112 -x86113 -x86114 -x86115 -x86116 -x86117 -x86118 -x86119 -x86120 -x86121 -x86122 -x86123 -x86124 -x86125 -x86126 -x86127 -x86128 -x86129 -x86130 -x86131 -x86132 -x86133 -x86134 -x86135 -x86136 -x86137 -x86138 -x86139 -x86140 -x86141 -x86142 -x86143 -x86144 -x86145 -x86146 -x86147 -x86148 -x86149 -x86150 -x86151 -x86152 -x86153 -x86154 -x86155 -x86156 -x86157 -x86158 -x86159 -x86160 -x86161 -x86162 -x86163 -x86164 -x86165 -x86166 -x86167 -x86168 -x86169 -x86170 -x86171 -x86172 -x86173 -x86174 -x86175 -x86176 -x86177 -x86178 -x86179 -x86180 -x86181 -x86182 -x86183 -x86184 -x86185 -x86186 -x86187 -x86188 -x86189 -x86190 -x86191 -x86192 -x86193 -x86194 -x86195 -x86196 -x86197 -x86198 -x86199 -x86200 -x86201 -x86202 -x86203 -x86204 -x86205 -x86206 -x86207 -x86208 -x86209 -x86210 -x86211 -x86212 -x86213 -x86214 -x86215 -x86216 -x86217 -x86218 -x86219 -x86220 -x86221 -x86222 -x86223 -x86224 -x86225 -x86226 -x86227 -x86228 -x86229 -x86230 -x86231 -x86232 -x86233 -x86234 -x86235 -x86236 -x86237 -x86238 -x86239 -x86240 -x86241 -x86242 -x86243 -x86244 -x86245 -x86246 -x86247 -x86248 -x86249 -x86250 -x86251 -x86252 -x86253 -x86254 -x86255 -x86256 -x86257 -x86258 -x86307 -x86308 -x86309 -x86310 -x86311 -x86312 -x86313 -x86314 -x86315 -x86316 -x86317 -x86318 -x86319 -x86320 -x86321 -x86322 -x86323 -x86324 -x86325 -x86326 -x86327 -x86328 -x86329 -x86330 -x86331 -x86332 -x86333 -x86334 -x86335 -x86336 -x86337 -x86338 -x86339 -x86340 -x86341 -x86342 -x86343 -x86344 -x86345 -x86346 -x86347 -x86348 -x86349 -x86350 -x86351 -x86352 -x86353 -x86354 -x86355 -x86356 -x86357 -x86358 -x86359 -x86360 -x86361 -x86362 -x86363 -x86364 -x86365 -x86366 -x86367 -x86368 -x86369 -x86370 -x86371 -x86372 -x86373 -x86374 -x86375 -x86376 -x86377 -x86378 -x86379 -x86380 -x86381 -x86382 -x86383 -x86384 -x86385 -x86386 -x86387 -x86388 -x86389 -x86390 -x86391 -x86392 -x86393 -x86394 -x86395 -x86396 -x86397 -x86398 -x86399 -x86400 -x86401 -x86402 -x86403 -x86404 -x86405 -x86406 -x86407 -x86408 -x86409 -x86410 -x86411 -x86412 -x86413 -x86414 -x86415 -x86416 -x86417 -x86418 -x86419 -x86420 -x86421 -x86422 -x86423 -x86424 -x86425 -x86426 -x86427 -x86428 -x86429 -x86430 -x86431 -x86432 -x86433 -x86434 -x86435 -x86436 -x86437 -x86438 -x86439 -x86440 -x86441 -x86442 -x86443 -x86444 -x86445 -x86446 -x86447 -x86448 -x86449 -x86450 -x86451 -x86452 -x86453 -x86454 -x86455 -x86456 -x86457 -x86458 -x86459 -x86460 -x86461 -x86462 -x86463 -x86464 -x86465 -x86466 -x86467 -x86468 -x86469 -x86470 -x86471 -x86472 -x86473 -x86474 -x86475 -x86476 -x86477 -x86478 -x86479 -x86480 -x86481 -x86482 -x86483 -x86484 -x86485 -x86486 -x86487 -x86488 -x86489 -x86490 -x86491 -x86492 -x86493 -x86494 -x86495 -x86496 -x86497 -x86498 -x86499 -x86500 -x86501 -x86502 -x86503 -x86504 -x86505 -x86506 -x86507 -x86508 -x86509 -x86510 -x86511 -x86512 -x86513 -x86514 -x86515 -x86516 -x86517 -x86518 -x86519 -x86520 -x86521 -x86522 -x86523 -x86524 -x86525 -x86526 -x86527 -x86528 -x86529 -x86530 -x86531 -x86532 -x86533 -x86534 -x86535 -x86536 -x86537 -x86538 -x86539 -x86540 -x86541 -x86542 -x86543 -x86544 -x86545 -x86546 -x86547 -x86548 -x86549 -x86550 -x86551 -x86552 -x86553 -x86554 -x86555 -x86556 -x86557 -x86558 -x86559 -x86560 -x86561 -x86562 -x86563 -x86564 -x86565 -x86566 -x86567 -x86568 -x86569 -x86570 -x86571 -x86572 -x86573 -x86574 -x86575 -x86576 -x86577 -x86578 -x86579 -x86580 -x86581 -x86582 -x86583 -x86584 -x86585 -x86586 -x86587 -x86588 -x86589 -x86590 -x86591 -x86592 -x86593 -x86594 -x86595 -x86596 -x86597 -x86598 -x86599 -x86600 -x86601 -x86602 -x86603 -x86604 -x86605 -x86606 -x86607 -x86608 -x86609 -x86610 -x86611 -x86612 -x86613 -x86614 -x86615 -x86616 -x86617 -x86618 -x86619 -x86620 -x86621 -x86622 -x86623 -x86624 -x86625 -x86626 -x86627 -x86628 -x86629 -x86630 -x86631 -x86632 -x86633 -x86634 -x86635 -x86636 -x86637 -x86638 -x86639 -x86640 -x86641 -x86642 -x86643 -x86644 -x86645 -x86646 -x86647 -x86648 -x86649 -x86650 -x86651 -x86652 -x86653 -x86654 -x86655 -x86656 x86657 -x86658 -x86659 -x86660 -x86661 -x86662 -x86663 -x86664 -x86665 -x86666 -x86667 -x86668 -x86669 -x86670 -x86671 -x86672 -x86673 -x86674 -x86675 -x86676 -x86677 -x86678 -x86679 -x86680 -x86681 -x86682 -x86683 -x86684 -x86685 -x86686 -x86687 -x86688 -x86689 -x86690 -x86691 -x86692 -x86693 -x86694 -x86695 -x86696 -x86697 -x86698 -x86699 -x86700 -x86701 -x86702 -x86703 -x86704 -x86705 -x86706 -x86707 -x86708 -x86709 -x86710 -x86711 -x86712 -x86713 -x86714 -x86715 -x86716 -x86717 -x86718 -x86719 -x86720 -x86721 -x86722 -x86723 -x86724 -x86725 -x86726 -x86727 -x86728 -x86729 -x86730 -x86731 -x86732 -x86733 -x86734 -x86735 -x86736 -x86737 -x86738 -x86787 -x86788 -x86789 -x86790 -x86791 -x86792 -x86793 -x86794 -x86795 -x86796 -x86797 -x86798 -x86799 -x86800 -x86801 -x86802 -x86803 -x86804 -x86805 -x86806 -x86807 -x86808 -x86809 -x86810 -x86811 -x86812 -x86813 -x86814 -x86815 -x86816 -x86817 -x86818 -x86819 -x86820 -x86821 -x86822 -x86823 -x86824 -x86825 -x86826 -x86827 -x86828 -x86829 -x86830 -x86831 -x86832 -x86833 -x86834 -x87555 -x87556 -x87557 -x87558 -x87559 -x87560 -x87561 -x87562 -x87563 -x87564 -x87565 -x87566 -x87567 -x87568 -x87569 -x87570 -x87571 -x87572 -x87573 -x87574 -x87575 -x87576 -x87577 -x87578 -x87579 -x87580 -x87581 -x87582 -x87583 -x87584 -x87585 -x87586 -x87587 -x87588 -x87589 -x87590 -x87591 -x87592 -x87593 -x87594 -x87595 -x87596 -x87597 -x87598 -x87599 -x87600 -x87601 -x87602 -x88083 -x88084 -x88085 -x88086 -x88087 -x88088 -x88089 -x88090 -x88091 -x88092 -x88093 -x88094 -x88095 -x88096 -x88097 x88098 -x88099 -x88100 -x88101 -x88102 -x88103 -x88104 -x88105 -x88106 -x88107 -x88108 -x88109 -x88110 -x88111 -x88112 -x88113 -x88114 -x88115 -x88116 -x88117 -x88118 -x88119 -x88120 -x88121 -x88122 -x88123 -x88124 -x88125 -x88126 -x88127 -x88128 -x88129 -x88130 -x88611 -x88612 -x88613 -x88614 -x88615 -x88616 -x88617 -x88618 -x88619 -x88620 -x88621 -x88622 -x88623 -x88624 -x88625 -x88626 -x88627 -x88628 -x88629 -x88630 -x88631 -x88632 -x88633 -x88634 -x88635 -x88636 -x88637 -x88638 -x88639 -x88640 -x88641 -x88642 -x88643 -x88644 -x88645 -x88646 -x88647 -x88648 -x88649 -x88650 -x88651 -x88652 -x88653 -x88654 -x88655 -x88656 -x88657 -x88658 -x89091 -x89092 -x89093 -x89094 -x89095 -x89096 -x89097 -x89098 -x89099 -x89100 -x89101 -x89102 -x89103 -x89104 -x89105 -x89106 -x89107 -x89108 -x89109 -x89110 -x89111 -x89112 -x89113 -x89114 -x89115 -x89116 -x89117 -x89118 -x89119 -x89120 -x89121 -x89122 -x89123 -x89124 -x89125 -x89126 -x89127 -x89128 -x89129 -x89130 -x89131 -x89132 -x89133 -x89134 -x89135 -x89136 -x89137 -x89138 -x89187 -x89188 -x89189 -x89190 -x89191 -x89192 -x89193 -x89194 -x89195 -x89196 -x89197 -x89198 -x89199 -x89200 -x89201 -x89202 -x89203 -x89204 -x89205 -x89206 -x89207 -x89208 -x89209 -x89210 -x89211 -x89212 -x89213 -x89214 -x89215 -x89216 -x89217 -x89218 -x89219 -x89220 -x89221 -x89222 -x89223 -x89224 -x89225 -x89226 -x89227 -x89228 -x89229 -x89230 -x89231 -x89232 -x89233 -x89234 -x89235 -x89236 -x89237 -x89238 -x89239 -x89240 -x89241 -x89242 -x89243 -x89244 -x89245 -x89246 -x89247 -x89248 -x89249 x89250 -x89251 -x89252 -x89253 -x89254 -x89255 -x89256 -x89257 -x89258 -x89259 -x89260 -x89261 -x89262 -x89263 -x89264 -x89265 -x89266 -x89267 -x89268 -x89269 -x89270 -x89271 -x89272 -x89273 -x89274 -x89275 -x89276 -x89277 -x89278 -x89279 -x89280 -x89281 -x89282 -x89283 -x89284 -x89285 -x89286 -x89287 -x89288 -x89289 -x89290 -x89291 -x89292 -x89293 -x89294 -x89295 -x89296 -x89297 -x89298 -x89299 -x89300 -x89301 -x89302 -x89303 -x89304 -x89305 -x89306 -x89307 -x89308 -x89309 -x89310 -x89311 -x89312 -x89313 -x89314 -x89315 -x89316 -x89317 -x89318 -x89319 -x89320 -x89321 -x89322 -x89323 -x89324 -x89325 -x89326 -x89327 -x89328 -x89329 -x89330 -x89331 -x89332 -x89333 -x89334 -x89335 -x89336 -x89337 -x89338 -x89339 -x89340 -x89341 -x89342 -x89343 -x89344 -x89345 -x89346 -x89347 -x89348 -x89349 -x89350 -x89351 -x89352 -x89353 -x89354 -x89355 -x89356 -x89357 -x89358 -x89359 -x89360 -x89361 -x89362 -x89363 -x89364 -x89365 -x89366 -x89367 -x89368 -x89369 -x89370 -x89371 -x89372 -x89373 -x89374 -x89375 -x89376 -x89377 -x89378 -x89379 -x89380 -x89381 -x89382 -x89383 -x89384 -x89385 -x89386 -x89387 -x89388 -x89389 -x89390 -x89391 -x89392 -x89393 -x89394 -x89395 -x89396 -x89397 -x89398 -x89399 -x89400 -x89401 -x89402 -x89403 -x89404 -x89405 -x89406 -x89407 -x89408 -x89409 -x89410 -x89411 -x89412 -x89413 -x89414 -x89415 -x89416 -x89417 -x89418 -x89419 -x89420 -x89421 -x89422 -x89423 -x89424 -x89425 -x89426 -x87075 -x87076 -x87077 -x87078 -x87079 -x87080 -x87081 -x87082 -x87083 -x87084 -x87085 -x87086 -x87087 -x87088 -x87089 -x87090 -x87091 -x87092 -x87093 -x87094 -x87095 -x87096 -x87097 -x87098 -x87099 -x87100 -x87101 -x87102 -x87103 -x87104 -x87105 -x87106 -x87107 -x87108 -x87109 -x87110 -x87111 -x87112 -x87113 -x87114 -x87115 -x87116 -x87117 -x87118 -x87119 -x87120 -x87121 -x87122 -x87123 -x87124 -x87125 -x87126 -x87127 -x87128 -x87129 -x87130 -x87131 -x87132 -x87133 -x87134 -x87135 -x87136 -x87137 -x87138 -x87139 -x87140 -x87141 -x87142 -x87143 -x87144 -x87145 -x87146 -x87147 -x87148 -x87149 -x87150 -x87151 -x87152 -x87153 -x87154 -x87155 -x87156 -x87157 -x87158 -x87159 -x87160 -x87161 -x87162 -x87163 -x87164 -x87165 -x87166 -x87167 -x87168 -x87169 -x87170 -x87171 -x87172 -x87173 -x87174 -x87175 -x87176 -x87177 -x87178 -x87179 -x87180 -x87181 -x87182 -x87183 -x87184 -x87185 x87186 -x87187 -x87188 -x87189 -x87190 -x87191 -x87192 -x87193 -x87194 -x87195 -x87196 -x87197 -x87198 -x87199 -x87200 -x87201 -x87202 -x87203 -x87204 -x87205 -x87206 -x87207 -x87208 -x87209 -x87210 -x87211 -x87212 -x87213 -x87214 -x87215 -x87216 -x87217 -x87218 -x87219 -x87220 -x87221 -x87222 -x87223 -x87224 -x87225 -x87226 -x87227 -x87228 -x87229 -x87230 -x87231 -x87232 -x87233 -x87234 -x87235 -x87236 -x87237 -x87238 -x87239 -x87240 -x87241 -x87242 -x87243 -x87244 -x87245 -x87246 -x87247 -x87248 -x87249 -x87250 -x87251 -x87252 -x87253 -x87254 -x87255 -x87256 -x87257 -x87258 -x87259 -x87260 -x87261 -x87262 -x87263 -x87264 -x87265 -x87266 -x87267 -x87268 -x87269 -x87270 -x87271 -x87272 -x87273 -x87274 -x87275 -x87276 -x87277 -x87278 -x87279 -x87280 -x87281 x87282 -x87283 -x87284 -x87285 -x87286 -x87287 -x87288 -x87289 -x87290 -x87291 -x87292 -x87293 -x87294 -x87295 -x87296 -x87297 -x87298 -x87299 -x87300 -x87301 -x87302 -x87303 -x87304 -x87305 -x87306 -x87307 -x87308 -x87309 -x87310 -x87311 -x87312 -x87313 -x87314 -x87315 -x87316 -x87317 -x87318 -x87319 -x87320 -x87321 -x87322 -x87323 -x87324 -x87325 -x87326 -x87327 -x87328 -x87329 -x87330 -x87331 -x87332 -x87333 -x87334 -x87335 -x87336 -x87337 -x87338 -x87339 -x87340 -x87341 -x87342 -x87343 -x87344 -x87345 -x87346 -x87347 -x87348 -x87349 -x87350 -x87351 -x87352 -x87353 -x87354 -x87355 -x87356 -x87357 -x87358 -x87359 -x87360 -x87361 -x87362 -x87363 -x87364 -x87365 -x87366 -x87367 -x87368 -x87369 -x87370 -x87371 -x87372 -x87373 -x87374 -x87375 -x87376 -x87377 -x87378 -x87379 -x87380 -x87381 -x87382 -x87383 -x87384 -x87385 -x87386 -x87387 -x87388 -x87389 -x87390 -x87391 -x87392 -x87393 -x87394 -x87395 -x87396 -x87397 -x87398 -x87399 -x87400 -x87401 -x87402 -x87403 -x87404 -x87405 -x87406 -x87407 -x87408 -x87409 -x87410 -x87411 -x87412 -x87413 -x87414 -x87415 -x87416 -x87417 -x87418 -x87419 -x87420 -x87421 -x87422 -x87423 -x87424 -x87425 -x87426 -x87427 -x87428 -x87429 -x87430 -x87431 -x87432 -x87433 -x87434 -x87435 -x87436 -x87437 -x87438 -x87439 -x87440 -x87441 -x87442 -x87443 -x87444 -x87445 -x87446 -x87447 -x87448 -x87449 -x87450 -x87451 -x87452 -x87453 -x87454 -x87455 -x87456 -x87457 -x87458 -x87459 -x87460 -x87461 -x87462 -x87463 -x87464 -x87465 -x87466 -x87467 -x87468 -x87469 -x87470 -x87471 -x87472 -x87473 -x87474 -x87475 -x87476 -x87477 -x87478 -x87479 -x87480 -x87481 -x87482 -x87483 -x87484 -x87485 -x87486 -x87487 -x87488 -x87489 -x87490 -x87491 -x87492 -x87493 -x87494 -x87495 -x87496 -x87497 -x87498 -x87499 -x87500 -x87501 -x87502 -x87503 -x87504 -x87505 -x87506 -x87507 -x87508 -x87509 -x87510 -x87511 -x87512 -x87513 -x87514 -x87515 -x87516 -x87517 -x87518 -x87519 -x87520 -x87521 -x87522 -x87523 -x87524 -x87525 -x87526 -x87527 -x87528 -x87529 -x87530 -x87531 -x87532 -x87533 -x87534 -x87535 -x87536 -x87537 -x87538 -x87539 -x87540 -x87541 -x87542 -x87543 -x87544 -x87545 -x87546 -x87547 -x87548 -x87549 -x87550 -x87551 -x87552 -x87553 -x87554 -x87603 -x87604 -x87605 -x87606 -x87607 -x87608 -x87609 -x87610 -x87611 -x87612 -x87613 -x87614 -x87615 -x87616 -x87617 -x87618 -x87619 -x87620 -x87621 -x87622 -x87623 -x87624 -x87625 -x87626 -x87627 -x87628 -x87629 -x87630 -x87631 -x87632 -x87633 -x87634 -x87635 -x87636 -x87637 -x87638 -x87639 -x87640 -x87641 -x87642 -x87643 -x87644 -x87645 -x87646 -x87647 -x87648 -x87649 -x87650 -x87651 -x87652 -x87653 -x87654 -x87655 -x87656 -x87657 -x87658 -x87659 -x87660 -x87661 -x87662 -x87663 -x87664 -x87665 -x87666 -x87667 -x87668 -x87669 -x87670 -x87671 -x87672 -x87673 -x87674 -x87675 -x87676 -x87677 -x87678 -x87679 -x87680 -x87681 -x87682 -x87683 -x87684 -x87685 -x87686 -x87687 -x87688 -x87689 -x87690 -x87691 -x87692 -x87693 -x87694 -x87695 -x87696 -x87697 -x87698 -x87699 -x87700 -x87701 -x87702 -x87703 -x87704 -x87705 -x87706 -x87707 -x87708 -x87709 -x87710 -x87711 -x87712 -x87713 -x87714 -x87715 -x87716 -x87717 -x87718 -x87719 -x87720 -x87721 -x87722 -x87723 -x87724 -x87725 -x87726 -x87727 -x87728 -x87729 -x87730 -x87731 -x87732 -x87733 -x87734 -x87735 -x87736 -x87737 -x87738 -x87739 -x87740 -x87741 -x87742 -x87743 -x87744 -x87745 -x87746 -x87747 -x87748 -x87749 -x87750 -x87751 -x87752 -x87753 -x87754 -x87755 -x87756 -x87757 -x87758 -x87759 -x87760 -x87761 -x87762 -x87763 -x87764 -x87765 -x87766 -x87767 -x87768 -x87769 -x87770 -x87771 -x87772 -x87773 -x87774 -x87775 -x87776 -x87777 -x87778 -x87779 -x87780 -x87781 -x87782 -x87783 -x87784 -x87785 -x87786 -x87787 -x87788 -x87789 -x87790 -x87791 -x87792 -x87793 -x87794 -x87795 -x87796 -x87797 -x87798 -x87799 -x87800 -x87801 -x87802 -x87803 -x87804 -x87805 -x87806 -x87807 -x87808 -x87809 -x87810 -x87811 -x87812 -x87813 -x87814 -x87815 -x87816 -x87817 -x87818 -x87819 -x87820 -x87821 -x87822 -x87823 -x87824 -x87825 -x87826 -x87827 -x87828 -x87829 -x87830 -x87831 -x87832 -x87833 -x87834 -x87835 -x87836 -x87837 -x87838 -x87839 -x87840 -x87841 -x87842 -x87843 -x87844 -x87845 -x87846 -x87847 -x87848 -x87849 -x87850 -x87851 -x87852 -x87853 -x87854 -x87855 -x87856 -x87857 -x87858 x87859 -x87860 -x87861 -x87862 -x87863 -x87864 -x87865 -x87866 -x87867 -x87868 -x87869 -x87870 -x87871 -x87872 -x87873 -x87874 -x87875 -x87876 -x87877 -x87878 -x87879 -x87880 -x87881 -x87882 -x87883 -x87884 -x87885 -x87886 -x87887 -x87888 -x87889 -x87890 -x87891 -x87892 -x87893 -x87894 -x87895 -x87896 -x87897 -x87898 -x87899 -x87900 -x87901 -x87902 -x87903 -x87904 -x87905 -x87906 -x87907 -x87908 -x87909 -x87910 -x87911 -x87912 -x87913 -x87914 -x87915 -x87916 -x87917 -x87918 -x87919 -x87920 -x87921 -x87922 -x87923 -x87924 -x87925 -x87926 -x87927 -x87928 -x87929 -x87930 -x87931 -x87932 -x87933 -x87934 -x87935 -x87936 -x87937 -x87938 -x87939 -x87940 -x87941 -x87942 -x87943 -x87944 -x87945 -x87946 -x87947 -x87948 -x87949 -x87950 -x87951 -x87952 -x87953 -x87954 -x87955 -x87956 -x87957 -x87958 -x87959 -x87960 -x87961 -x87962 -x87963 -x87964 -x87965 -x87966 -x87967 -x87968 -x87969 -x87970 -x87971 -x87972 -x87973 -x87974 -x87975 -x87976 -x87977 -x87978 -x87979 -x87980 -x87981 -x87982 -x87983 -x87984 -x87985 -x87986 -x87987 -x87988 -x87989 -x87990 -x87991 -x87992 -x87993 -x87994 -x87995 -x87996 -x87997 -x87998 -x87999 -x88000 -x88001 -x88002 -x88003
3600.03/3614.44	v -x88004 -x88005 -x88006 -x88007 -x88008 -x88009 -x88010 -x88011 -x88012 -x88013 -x88014 -x88015 -x88016 -x88017 -x88018 -x88019 -x88020 -x88021 -x88022 -x88023 -x88024 -x88025 -x88026 -x88027 -x88028 -x88029 -x88030 -x88031 -x88032 -x88033 -x88034 -x88035 -x88036 -x88037 -x88038 -x88039 -x88040 -x88041 -x88042 -x88043 -x88044 -x88045 -x88046 -x88047 -x88048 -x88049 -x88050 -x88051 -x88052 -x88053 -x88054 -x88055 -x88056 -x88057 -x88058 -x88059 -x88060 -x88061 -x88062 -x88063 -x88064 -x88065 -x88066 -x88067 -x88068 -x88069 -x88070 -x88071 -x88072 -x88073 -x88074 -x88075 -x88076 -x88077 -x88078 -x88079 -x88080 -x88081 -x88082 -x88131 -x88132 -x88133 -x88134 -x88135 -x88136 -x88137 -x88138 -x88139 -x88140 -x88141 -x88142 -x88143 -x88144 -x88145 -x88146 -x88147 -x88148 -x88149 -x88150 -x88151 -x88152 -x88153 -x88154 -x88155 -x88156 -x88157 -x88158 -x88159 -x88160 -x88161 -x88162 -x88163 -x88164 -x88165 -x88166 -x88167 -x88168 -x88169 -x88170 -x88171 -x88172 -x88173 -x88174 -x88175 -x88176 -x88177 -x88178 -x88179 -x88180 -x88181 -x88182 -x88183 -x88184 -x88185 -x88186 -x88187 -x88188 -x88189 -x88190 -x88191 -x88192 -x88193 -x88194 -x88195 -x88196 -x88197 -x88198 -x88199 -x88200 -x88201 -x88202 -x88203 -x88204 -x88205 -x88206 -x88207 -x88208 -x88209 -x88210 -x88211 -x88212 -x88213 -x88214 -x88215 -x88216 -x88217 -x88218 -x88219 -x88220 -x88221 -x88222 -x88223 -x88224 -x88225 -x88226 -x88227 -x88228 -x88229 -x88230 -x88231 -x88232 -x88233 -x88234 -x88235 -x88236 -x88237 -x88238 -x88239 -x88240 -x88241 -x88242 -x88243 -x88244 -x88245 -x88246 -x88247 -x88248 -x88249 -x88250 -x88251 -x88252 -x88253 -x88254 -x88255 -x88256 -x88257 -x88258 -x88259 -x88260 -x88261 -x88262 -x88263 -x88264 -x88265 -x88266 -x88267 -x88268 -x88269 -x88270 -x88271 -x88272 -x88273 -x88274 -x88275 -x88276 -x88277 -x88278 -x88279 -x88280 -x88281 -x88282 -x88283 -x88284 -x88285 -x88286 -x88287 -x88288 -x88289 -x88290 -x88291 -x88292 -x88293 -x88294 -x88295 -x88296 -x88297 -x88298 -x88299 -x88300 -x88301 -x88302 -x88303 -x88304 -x88305 -x88306 -x88307 -x88308 -x88309 -x88310 -x88311 -x88312 -x88313 -x88314 -x88315 -x88316 -x88317 -x88318 -x88319 -x88320 -x88321 -x88322 -x88323 -x88324 -x88325 -x88326 -x88327 -x88328 -x88329 -x88330 -x88331 -x88332 -x88333 -x88334 -x88335 -x88336 -x88337 -x88338 -x88339 -x88340 -x88341 -x88342 -x88343 -x88344 -x88345 -x88346 -x88347 -x88348 -x88349 -x88350 -x88351 -x88352 -x88353 -x88354 -x88355 -x88356 -x88357 -x88358 -x88359 -x88360 -x88361 -x88362 -x88363 -x88364 -x88365 -x88366 -x88367 -x88368 -x88369 -x88370 -x88371 -x88372 -x88373 -x88374 -x88375 -x88376 -x88377 -x88378 -x88379 -x88380 -x88381 -x88382 -x88383 -x88384 -x88385 -x88386 -x88387 -x88388 -x88389 -x88390 -x88391 -x88392 -x88393 -x88394 -x88395 -x88396 -x88397 -x88398 -x88399 -x88400 -x88401 -x88402 -x88403 -x88404 -x88405 -x88406 -x88407 -x88408 -x88409 -x88410 -x88411 -x88412 -x88413 -x88414 -x88415 -x88416 -x88417 -x88418 -x88419 -x88420 -x88421 -x88422 -x88423 -x88424 -x88425 -x88426 -x88427 -x88428 -x88429 -x88430 -x88431 -x88432 -x88433 -x88434 -x88435 -x88436 -x88437 -x88438 -x88439 -x88440 -x88441 -x88442 -x88443 -x88444 -x88445 -x88446 -x88447 -x88448 -x88449 -x88450 -x88451 -x88452 -x88453 -x88454 -x88455 -x88456 -x88457 -x88458 -x88459 -x88460 -x88461 -x88462 -x88463 -x88464 -x88465 -x88466 -x88467 -x88468 -x88469 -x88470 -x88471 -x88472 -x88473 -x88474 -x88475 -x88476 -x88477 -x88478 -x88479 -x88480 -x88481 -x88482 x88483 -x88484 -x88485 -x88486 -x88487 -x88488 -x88489 -x88490 -x88491 -x88492 -x88493 -x88494 -x88495 -x88496 -x88497 -x88498 -x88499 -x88500 -x88501 -x88502 -x88503 -x88504 -x88505 -x88506 -x88507 -x88508 -x88509 -x88510 -x88511 -x88512 -x88513 -x88514 -x88515 -x88516 -x88517 -x88518 -x88519 -x88520 -x88521 -x88522 -x88523 -x88524 -x88525 -x88526 -x88527 -x88528 -x88529 -x88530 x88531 -x88532 -x88533 -x88534 -x88535 -x88536 -x88537 -x88538 -x88539 -x88540 -x88541 -x88542 -x88543 -x88544 -x88545 -x88546 -x88547 -x88548 -x88549 -x88550 -x88551 -x88552 -x88553 -x88554 -x88555 -x88556 -x88557 -x88558 -x88559 -x88560 -x88561 -x88562 -x88563 -x88564 -x88565 -x88566 -x88567 -x88568 -x88569 -x88570 -x88571 -x88572 -x88573 -x88574 -x88575 -x88576 -x88577 -x88578 -x88579 -x88580 -x88581 -x88582 -x88583 -x88584 -x88585 -x88586 -x88587 -x88588 -x88589 -x88590 -x88591 -x88592 -x88593 -x88594 -x88595 -x88596 -x88597 -x88598 -x88599 -x88600 -x88601 -x88602 -x88603 -x88604 -x88605 -x88606 -x88607 -x88608 -x88609 -x88610 -x88659 -x88660 -x88661 -x88662 -x88663 -x88664 -x88665 -x88666 -x88667 -x88668 -x88669 -x88670 -x88671 -x88672 -x88673 -x88674 x88675 -x88676 -x88677 -x88678 -x88679 -x88680 -x88681 -x88682 -x88683 -x88684 -x88685 -x88686 -x88687 -x88688 -x88689 -x88690 -x88691 -x88692 -x88693 -x88694 -x88695 -x88696 -x88697 -x88698 -x88699 -x88700 -x88701 -x88702 -x88703 -x88704 -x88705 -x88706 -x88707 -x88708 -x88709 -x88710 -x88711 -x88712 -x88713 -x88714 -x88715 -x88716 -x88717 -x88718 -x88719 -x88720 -x88721 -x88722 -x88723 -x88724 -x88725 -x88726 -x88727 -x88728 -x88729 -x88730 -x88731 -x88732 -x88733 -x88734 -x88735 -x88736 -x88737 -x88738 -x88739 -x88740 -x88741 -x88742 -x88743 -x88744 -x88745 -x88746 -x88747 -x88748 -x88749 -x88750 -x88751 -x88752 -x88753 -x88754 -x88755 -x88756 -x88757 -x88758 -x88759 -x88760 -x88761 -x88762 -x88763 -x88764 -x88765 -x88766 -x88767 -x88768 -x88769 -x88770 -x88771 -x88772 -x88773 -x88774 -x88775 -x88776 -x88777 -x88778 -x88779 -x88780 -x88781 -x88782 -x88783 -x88784 -x88785 -x88786 -x88787 -x88788 -x88789 -x88790 -x88791 -x88792 -x88793 -x88794 -x88795 -x88796 -x88797 -x88798 -x88799 -x88800 -x88801 -x88802 -x88803 -x88804 -x88805 -x88806 -x88807 -x88808 -x88809 -x88810 -x88811 -x88812 -x88813 -x88814 -x88815 -x88816 -x88817 -x88818 -x88819 -x88820 -x88821 -x88822 -x88823 -x88824 -x88825 -x88826 -x88827 -x88828 -x88829 -x88830 -x88831 -x88832 -x88833 -x88834 -x88835 -x88836 -x88837 -x88838 -x88839 -x88840 -x88841 -x88842 -x88843 -x88844 -x88845 -x88846 -x88847 -x88848 -x88849 -x88850 -x88851 -x88852 -x88853 -x88854 -x88855 -x88856 -x88857 -x88858 -x88859 -x88860 -x88861 -x88862 -x88863 -x88864 -x88865 -x88866 -x88867 -x88868 -x88869 -x88870 -x88871 -x88872 -x88873 -x88874 -x88875 -x88876 -x88877 -x88878 -x88879 -x88880 -x88881 -x88882 -x88883 -x88884 -x88885 -x88886 -x88887 -x88888 -x88889 -x88890 -x88891 -x88892 -x88893 -x88894 -x88895 -x88896 -x88897 -x88898 -x88899 -x88900 -x88901 -x88902 -x88903 -x88904 -x88905 -x88906 -x88907 -x88908 -x88909 -x88910 -x88911 -x88912 -x88913 -x88914 -x88915 -x88916 -x88917 -x88918 -x88919 -x88920 -x88921 -x88922 -x88923 -x88924 -x88925 -x88926 -x88927 -x88928 -x88929 -x88930 -x88931 -x88932 -x88933 -x88934 -x88935 -x88936 -x88937 -x88938 -x88939 -x88940 -x88941 -x88942 -x88943 -x88944 -x88945 -x88946 -x88947 -x88948 -x88949 -x88950 -x88951 -x88952 -x88953 -x88954 -x88955 -x88956 -x88957 -x88958 -x88959 -x88960 -x88961 -x88962 -x88963 -x88964 -x88965 -x88966 -x88967 -x88968 -x88969 -x88970 -x88971 -x88972 -x88973 -x88974 -x88975 -x88976 -x88977 -x88978 -x88979 -x88980 -x88981 -x88982 -x88983 -x88984 -x88985 -x88986 -x88987 -x88988 -x88989 -x88990 -x88991 -x88992 -x88993 -x88994 -x88995 -x88996 -x88997 -x88998 -x88999 -x89000 -x89001 -x89002 -x89003 -x89004 -x89005 -x89006 -x89007 -x89008 -x89009 -x89010 -x89011 -x89012 -x89013 -x89014 -x89015 -x89016 -x89017 -x89018 -x89019 -x89020 -x89021 -x89022 -x89023 -x89024 -x89025 -x89026 -x89027 -x89028 -x89029 -x89030 -x89031 -x89032 -x89033 -x89034 -x89035 -x89036 -x89037 -x89038 -x89039 -x89040 -x89041 -x89042 -x89043 -x89044 -x89045 -x89046 -x89047 -x89048 -x89049 -x89050 -x89051 -x89052 -x89053 -x89054 -x89055 -x89056 -x89057 -x89058 -x89059 -x89060 -x89061 -x89062 -x89063 -x89064 -x89065 -x89066 -x89067 -x89068 -x89069 -x89070 -x89071 -x89072 -x89073 -x89074 -x89075 -x89076 -x89077 -x89078 -x89079 -x89080 -x89081 -x89082 -x89083 -x89084 -x89085 -x89086 -x89087 -x89088 -x89089 -x89090 -x89139 -x89140 -x89141 -x89142 -x89143 -x89144 -x89145 -x89146 -x89147 -x89148 -x89149 -x89150 -x89151 -x89152 -x89153 -x89154 -x89155 -x89156 -x89157 -x89158 -x89159 -x89160 -x89161 -x89162 -x89163 -x89164 -x89165 -x89166 -x89167 -x89168 -x89169 -x89170 -x89171 -x89172 -x89173 -x89174 -x89175 -x89176 -x89177 -x89178 -x89179 -x89180 -x89181 -x89182 -x89183 -x89184 -x89185 -x89186 -x89907 -x89908 -x89909 -x89910 -x89911 -x89912 -x89913 -x89914 -x89915 -x89916 -x89917 -x89918 -x89919 -x89920 -x89921 -x89922 -x89923 -x89924 -x89925 -x89926 -x89927 -x89928 -x89929 -x89930 -x89931 -x89932 -x89933 -x89934 -x89935 -x89936 -x89937 -x89938 -x89939 -x89940 -x89941 -x89942 -x89943 -x89944 -x89945 -x89946 -x89947 -x89948 -x89949 -x89950 -x89951 -x89952 -x89953 -x89954 -x90435 -x90436 -x90437 -x90438 -x90439 -x90440 -x90441 -x90442 -x90443 -x90444 -x90445 -x90446 -x90447 -x90448 -x90449 -x90450 -x90451 -x90452 -x90453 -x90454 -x90455 -x90456 -x90457 -x90458 -x90459 -x90460 -x90461 -x90462 -x90463 -x90464 -x90465 -x90466 -x90467 -x90468 -x90469 -x90470 -x90471 -x90472 -x90473 -x90474 -x90475 -x90476 -x90477 -x90478 -x90479 -x90480 -x90481 -x90482 -x90963 -x90964 -x90965 -x90966 -x90967 -x90968 -x90969 -x90970 -x90971 -x90972 -x90973 -x90974 -x90975 -x90976 -x90977 -x90978 -x90979 -x90980 -x90981 -x90982 -x90983 -x90984 -x90985 -x90986 -x90987 -x90988 -x90989 -x90990 -x90991 -x90992 -x90993 -x90994 -x90995 -x90996 -x90997 -x90998 -x90999 -x91000 -x91001 -x91002 -x91003 -x91004 -x91005 -x91006 -x91007 -x91008 -x91009 -x91010 -x91443 -x91444 -x91445 -x91446 -x91447 -x91448 -x91449 -x91450 -x91451 -x91452 -x91453 -x91454 -x91455 -x91456 -x91457 -x91458 -x91459 -x91460 -x91461 -x91462 -x91463 -x91464 -x91465 -x91466 -x91467 -x91468 -x91469 -x91470 -x91471 -x91472 -x91473 -x91474 -x91475 -x91476 -x91477 -x91478 -x91479 -x91480 -x91481 -x91482 -x91483 -x91484 -x91485 -x91486 -x91487 -x91488 -x91489 -x91490 -x91539 -x91540 -x91541 -x91542 -x91543 -x91544 -x91545 -x91546 -x91547 -x91548 -x91549 -x91550 -x91551 -x91552 -x91553 -x91554 -x91555 -x91556 -x91557 -x91558 -x91559 -x91560 -x91561 -x91562 -x91563 -x91564 -x91565 -x91566 -x91567 -x91568 -x91569 -x91570 -x91571 -x91572 x91573 -x91574 -x91575 -x91576 -x91577 -x91578 -x91579 -x91580 -x91581 -x91582 -x91583 -x91584 -x91585 -x91586 -x91587 -x91588 -x91589 -x91590 -x91591 -x91592 -x91593 -x91594 -x91595 -x91596 -x91597 -x91598 -x91599 -x91600 -x91601 -x91602 -x91603 -x91604 -x91605 -x91606 -x91607 -x91608 -x91609 -x91610 -x91611 -x91612 -x91613 -x91614 -x91615 -x91616 -x91617 -x91618 -x91619 -x91620 -x91621 -x91622 -x91623 -x91624 -x91625 -x91626 -x91627 -x91628 -x91629 -x91630 -x91631 -x91632 -x91633 -x91634 -x91635 -x91636 -x91637 -x91638 -x91639 -x91640 -x91641 -x91642 -x91643 -x91644 -x91645 -x91646 -x91647 -x91648 -x91649 -x91650 -x91651 -x91652 -x91653 -x91654 -x91655 -x91656 -x91657 -x91658 -x91659 -x91660 -x91661 -x91662 -x91663 -x91664 -x91665 -x91666 -x91667 -x91668 -x91669 -x91670 -x91671 -x91672 -x91673 -x91674 -x91675 -x91676 -x91677 -x91678 -x91679 -x91680 -x91681 -x91682 -x91683 -x91684 -x91685 -x91686 -x91687 -x91688 -x91689 -x91690 -x91691 -x91692 -x91693 -x91694 -x91695 -x91696 -x91697 -x91698 -x91699 -x91700 -x91701 -x91702 -x91703 -x91704 -x91705 -x91706 -x91707 -x91708 -x91709 -x91710 -x91711 -x91712 -x91713 -x91714 -x91715 -x91716 -x91717 -x91718 -x91719 -x91720 -x91721 -x91722 -x91723 -x91724 -x91725 -x91726 -x91727 -x91728 -x91729 -x91730 -x91731 -x91732 -x91733 -x91734 -x91735 -x91736 -x91737 -x91738 -x91739 -x91740 -x91741 -x91742 -x91743 -x91744 -x91745 -x91746 -x91747 -x91748 -x91749 -x91750 -x91751 -x91752 -x91753 -x91754 -x91755 -x91756 -x91757 -x91758 -x91759 -x91760 -x91761 -x91762 -x91763 -x91764 x91765 -x91766 -x91767 -x91768 -x91769 -x91770 -x91771 -x91772 -x91773 -x91774 -x91775 -x91776 -x91777 -x91778 -x89427 -x89428 -x89429 -x89430 -x89431 -x89432 -x89433 -x89434 -x89435 -x89436 -x89437 -x89438 -x89439 -x89440 -x89441 -x89442 -x89443 -x89444 -x89445 -x89446 -x89447 -x89448 -x89449 -x89450 -x89451 -x89452 -x89453 -x89454 -x89455 -x89456 -x89457 -x89458 -x89459 -x89460 -x89461 -x89462 -x89463 -x89464 -x89465 -x89466 -x89467 -x89468 -x89469 -x89470 -x89471 -x89472 -x89473 -x89474 -x89475 -x89476 -x89477 -x89478 -x89479 -x89480 -x89481 -x89482 -x89483 -x89484 -x89485 -x89486 -x89487 -x89488 -x89489 -x89490 -x89491 -x89492 -x89493 -x89494 -x89495 -x89496 -x89497 -x89498 -x89499 -x89500 -x89501 -x89502 -x89503 -x89504 -x89505 -x89506 -x89507 -x89508 -x89509 -x89510 -x89511 -x89512 -x89513 -x89514 -x89515 -x89516 -x89517 -x89518 -x89519 -x89520 -x89521 -x89522 -x89523 -x89524 -x89525 -x89526 -x89527 -x89528 -x89529 -x89530 -x89531 -x89532 -x89533 -x89534 -x89535 -x89536 -x89537 -x89538 -x89539 -x89540 -x89541 -x89542 -x89543 -x89544 -x89545 -x89546 -x89547 -x89548 -x89549 -x89550 -x89551 -x89552 -x89553 -x89554 -x89555 -x89556 -x89557 -x89558 -x89559 -x89560 -x89561 -x89562 -x89563 -x89564 -x89565 -x89566 -x89567 -x89568 -x89569 -x89570 -x89571 -x89572 -x89573 -x89574 -x89575 -x89576 -x89577 -x89578 -x89579 -x89580 -x89581 -x89582 -x89583 -x89584 -x89585 -x89586 -x89587 -x89588 -x89589 -x89590 -x89591 -x89592 -x89593 -x89594 -x89595 -x89596 -x89597 -x89598 -x89599 -x89600 -x89601 -x89602 -x89603 -x89604 -x89605 -x89606 -x89607 -x89608 -x89609 -x89610 -x89611 -x89612 -x89613 -x89614 -x89615 -x89616 -x89617 -x89618 -x89619 -x89620 -x89621 -x89622 -x89623 -x89624 -x89625 -x89626 -x89627 -x89628 -x89629 -x89630 -x89631 -x89632 -x89633 -x89634 -x89635 -x89636 -x89637 -x89638 -x89639 -x89640 -x89641 -x89642 -x89643 -x89644 -x89645 -x89646 -x89647 -x89648 -x89649 -x89650 -x89651 -x89652 -x89653 -x89654 -x89655 -x89656 -x89657 -x89658 -x89659 -x89660 -x89661 -x89662 -x89663 -x89664 -x89665 -x89666 -x89667 -x89668 -x89669 -x89670 -x89671 -x89672 -x89673 -x89674 -x89675 -x89676 -x89677 -x89678 -x89679 -x89680 -x89681 -x89682 -x89683 -x89684 -x89685 -x89686 -x89687 -x89688 -x89689 -x89690 -x89691 -x89692 -x89693 -x89694 -x89695 -x89696 -x89697 -x89698 -x89699 -x89700 -x89701 -x89702 -x89703 -x89704 -x89705 -x89706 -x89707 -x89708 -x89709 -x89710 -x89711 -x89712 -x89713 -x89714 -x89715 -x89716 -x89717 -x89718 -x89719 -x89720 -x89721 -x89722 -x89723 -x89724 -x89725 -x89726 -x89727 -x89728 -x89729 -x89730 -x89731 -x89732 -x89733 -x89734 -x89735 -x89736 -x89737 -x89738 -x89739 -x89740 -x89741 -x89742 -x89743 -x89744 -x89745 -x89746 -x89747 -x89748 x89749 -x89750 -x89751 -x89752 -x89753 -x89754 -x89755 -x89756 -x89757 -x89758 -x89759 -x89760 -x89761 -x89762 -x89763 -x89764 -x89765 -x89766 -x89767 -x89768 -x89769 -x89770 -x89771 -x89772 -x89773 -x89774 -x89775 -x89776 -x89777 -x89778 -x89779 -x89780 -x89781 -x89782 -x89783 -x89784 -x89785 -x89786 -x89787 -x89788 -x89789 -x89790 -x89791 -x89792 -x89793 -x89794 -x89795 -x89796 -x89797 -x89798 -x89799 -x89800 -x89801 -x89802 -x89803 -x89804 -x89805 -x89806 -x89807 -x89808 -x89809 -x89810 -x89811 -x89812 -x89813 -x89814 -x89815 -x89816 -x89817 -x89818 -x89819 -x89820 -x89821 -x89822 -x89823 -x89824 -x89825 -x89826 -x89827 -x89828 -x89829 -x89830 -x89831 -x89832 -x89833 -x89834 -x89835 -x89836 -x89837 -x89838 -x89839 -x89840 -x89841 -x89842 -x89843 -x89844 -x89845 -x89846 -x89847 -x89848 -x89849 -x89850 -x89851 -x89852 -x89853 -x89854 -x89855 -x89856 -x89857 -x89858 -x89859 -x89860 -x89861 -x89862 -x89863 -x89864 -x89865 -x89866 -x89867 -x89868 -x89869 -x89870 -x89871 -x89872 -x89873 -x89874 -x89875 -x89876 -x89877 -x89878 -x89879 -x89880 -x89881 -x89882 -x89883 -x89884 -x89885 -x89886 -x89887 -x89888 -x89889 -x89890 -x89891 -x89892 -x89893 -x89894 -x89895 -x89896 -x89897 -x89898 -x89899 -x89900 -x89901 -x89902 -x89903 -x89904 -x89905 -x89906 -x89955 -x89956 -x89957 -x89958 -x89959 -x89960 -x89961 -x89962 -x89963 -x89964 -x89965 -x89966 -x89967 -x89968 -x89969 -x89970 -x89971 -x89972 -x89973 -x89974 -x89975 -x89976 -x89977 -x89978 -x89979 -x89980 -x89981 -x89982 -x89983 -x89984 -x89985 -x89986 -x89987 -x89988 x89989 -x89990 -x89991 -x89992 -x89993 -x89994 -x89995 -x89996 -x89997 -x89998 -x89999 -x90000 -x90001 -x90002 -x90003
3600.03/3614.44	v -x90004 -x90005 -x90006 -x90007 -x90008 -x90009 -x90010 -x90011 -x90012 -x90013 -x90014 -x90015 -x90016 -x90017 -x90018 -x90019 -x90020 -x90021 -x90022 -x90023 -x90024 -x90025 -x90026 -x90027 -x90028 -x90029 -x90030 -x90031 -x90032 -x90033 -x90034 -x90035 -x90036 x90037 -x90038 -x90039 -x90040 -x90041 -x90042 -x90043 -x90044 -x90045 -x90046 -x90047 -x90048 -x90049 -x90050 -x90051 -x90052 -x90053 -x90054 -x90055 -x90056 -x90057 -x90058 -x90059 -x90060 -x90061 -x90062 -x90063 -x90064 -x90065 -x90066 -x90067 -x90068 -x90069 -x90070 -x90071 -x90072 -x90073 -x90074 -x90075 -x90076 -x90077 -x90078 -x90079 -x90080 -x90081 -x90082 -x90083 -x90084 -x90085 -x90086 -x90087 -x90088 -x90089 -x90090 -x90091 -x90092 -x90093 -x90094 -x90095 -x90096 -x90097 -x90098 -x90099 -x90100 -x90101 -x90102 -x90103 -x90104 -x90105 -x90106 -x90107 -x90108 -x90109 -x90110 -x90111 -x90112 -x90113 -x90114 -x90115 -x90116 -x90117 -x90118 -x90119 -x90120 -x90121 -x90122 -x90123 -x90124 -x90125 -x90126 -x90127 -x90128 -x90129 -x90130 -x90131 -x90132 -x90133 -x90134 -x90135 -x90136 -x90137 -x90138 -x90139 -x90140 -x90141 -x90142 -x90143 -x90144 -x90145 -x90146 -x90147 -x90148 -x90149 -x90150 -x90151 -x90152 -x90153 -x90154 -x90155 -x90156 -x90157 -x90158 -x90159 -x90160 -x90161 -x90162 -x90163 -x90164 -x90165 -x90166 -x90167 -x90168 -x90169 -x90170 -x90171 -x90172 -x90173 -x90174 -x90175 -x90176 -x90177 -x90178 -x90179 -x90180 -x90181 -x90182 -x90183 -x90184 -x90185 -x90186 -x90187 -x90188 -x90189 -x90190 -x90191 -x90192 -x90193 -x90194 -x90195 -x90196 -x90197 -x90198 -x90199 -x90200 -x90201 -x90202 -x90203 -x90204 -x90205 -x90206 -x90207 -x90208 -x90209 -x90210 -x90211 -x90212 -x90213 -x90214 -x90215 -x90216 -x90217 -x90218 -x90219 -x90220 -x90221 -x90222 -x90223 -x90224 -x90225 -x90226 -x90227 -x90228 -x90229 -x90230 -x90231 -x90232 -x90233 -x90234 -x90235 -x90236 -x90237 -x90238 -x90239 -x90240 -x90241 -x90242 -x90243 -x90244 -x90245 -x90246 -x90247 -x90248 -x90249 -x90250 -x90251 -x90252 -x90253 -x90254 -x90255 -x90256 -x90257 -x90258 -x90259 -x90260 -x90261 -x90262 -x90263 -x90264 -x90265 -x90266 -x90267 -x90268 -x90269 -x90270 -x90271 -x90272 -x90273 -x90274 -x90275 -x90276 x90277 -x90278 -x90279 -x90280 -x90281 -x90282 -x90283 -x90284 -x90285 -x90286 -x90287 -x90288 -x90289 -x90290 -x90291 -x90292 -x90293 -x90294 -x90295 -x90296 -x90297 -x90298 -x90299 -x90300 -x90301 -x90302 -x90303 -x90304 -x90305 -x90306 -x90307 -x90308 -x90309 -x90310 -x90311 -x90312 -x90313 -x90314 -x90315 -x90316 -x90317 -x90318 -x90319 -x90320 -x90321 -x90322 -x90323 -x90324 -x90325 -x90326 -x90327 -x90328 -x90329 -x90330 -x90331 -x90332 -x90333 -x90334 -x90335 -x90336 -x90337 -x90338 -x90339 -x90340 -x90341 -x90342 -x90343 -x90344 -x90345 -x90346 -x90347 -x90348 -x90349 -x90350 -x90351 -x90352 -x90353 -x90354 -x90355 -x90356 -x90357 -x90358 -x90359 -x90360 -x90361 -x90362 -x90363 -x90364 -x90365 -x90366 -x90367 -x90368 -x90369 -x90370 -x90371 -x90372 x90373 -x90374 -x90375 -x90376 -x90377 -x90378 -x90379 -x90380 -x90381 -x90382 -x90383 -x90384 -x90385 -x90386 -x90387 -x90388 -x90389 -x90390 -x90391 -x90392 -x90393 -x90394 -x90395 -x90396 -x90397 -x90398 -x90399 -x90400 -x90401 -x90402 -x90403 -x90404 -x90405 -x90406 -x90407 -x90408 -x90409 -x90410 -x90411 -x90412 -x90413 -x90414 -x90415 -x90416 -x90417 -x90418 -x90419 -x90420 -x90421 -x90422 -x90423 -x90424 -x90425 -x90426 -x90427 -x90428 -x90429 -x90430 -x90431 -x90432 -x90433 -x90434 -x90483 -x90484 -x90485 -x90486 -x90487 -x90488 -x90489 -x90490 -x90491 -x90492 -x90493 -x90494 -x90495 -x90496 -x90497 -x90498 -x90499 -x90500 -x90501 -x90502 -x90503 -x90504 -x90505 -x90506 -x90507 -x90508 -x90509 -x90510 -x90511 -x90512 -x90513 -x90514 -x90515 -x90516 -x90517 -x90518 -x90519 -x90520 -x90521 -x90522 -x90523 -x90524 -x90525 -x90526 -x90527 -x90528 -x90529 -x90530 -x90531 -x90532 -x90533 -x90534 -x90535 -x90536 -x90537 -x90538 -x90539 -x90540 -x90541 -x90542 -x90543 -x90544 -x90545 -x90546 -x90547 -x90548 -x90549 -x90550 -x90551 -x90552 -x90553 -x90554 -x90555 -x90556 -x90557 -x90558 -x90559 -x90560 -x90561 -x90562 -x90563 -x90564 -x90565 -x90566 -x90567 -x90568 -x90569 -x90570 -x90571 -x90572 -x90573 -x90574 -x90575 -x90576 -x90577 -x90578 -x90579 -x90580 -x90581 -x90582 -x90583 -x90584 -x90585 -x90586 -x90587 -x90588 -x90589 -x90590 -x90591 -x90592 -x90593 -x90594 -x90595 -x90596 -x90597 -x90598 -x90599 -x90600 -x90601 -x90602 -x90603 -x90604 -x90605 -x90606 -x90607 -x90608 -x90609 -x90610 -x90611 -x90612 -x90613 -x90614 -x90615 -x90616 -x90617 -x90618 -x90619 -x90620 -x90621 -x90622 -x90623 -x90624 -x90625 -x90626 -x90627 -x90628 -x90629 -x90630 -x90631 -x90632 -x90633 -x90634 -x90635 -x90636 -x90637 -x90638 -x90639 -x90640 -x90641 -x90642 -x90643 -x90644 -x90645 -x90646 -x90647 -x90648 -x90649 -x90650 -x90651 -x90652 -x90653 -x90654 -x90655 -x90656 -x90657 -x90658 -x90659 -x90660 -x90661 -x90662 -x90663 -x90664 -x90665 -x90666 -x90667 -x90668 -x90669 -x90670 -x90671 -x90672 -x90673 -x90674 -x90675 -x90676 -x90677 -x90678 -x90679 -x90680 -x90681 -x90682 -x90683 -x90684 -x90685 -x90686 -x90687 -x90688 -x90689 -x90690 -x90691 -x90692 -x90693 -x90694 -x90695 -x90696 -x90697 -x90698 -x90699 -x90700 -x90701 -x90702 -x90703 -x90704 -x90705 -x90706 -x90707 -x90708 -x90709 -x90710 -x90711 -x90712 -x90713 -x90714 -x90715 -x90716 -x90717 -x90718 -x90719 -x90720 -x90721 -x90722 -x90723 -x90724 -x90725 -x90726 -x90727 -x90728 -x90729 -x90730 -x90731 -x90732 -x90733 -x90734 -x90735 -x90736 -x90737 -x90738 -x90739 -x90740 -x90741 -x90742 -x90743 -x90744 -x90745 -x90746 -x90747 -x90748 -x90749 -x90750 -x90751 -x90752 -x90753 -x90754 -x90755 -x90756 -x90757 -x90758 -x90759 -x90760 -x90761 -x90762 -x90763 -x90764 -x90765 -x90766 -x90767 -x90768 -x90769 -x90770 -x90771 -x90772 -x90773 -x90774 -x90775 -x90776 -x90777 -x90778 -x90779 -x90780 -x90781 -x90782 -x90783 -x90784 -x90785 -x90786 -x90787 -x90788 -x90789 -x90790 -x90791 -x90792 -x90793 -x90794 -x90795 -x90796 -x90797 -x90798 -x90799 -x90800 -x90801 -x90802 -x90803 -x90804 -x90805 -x90806 -x90807 -x90808 -x90809 -x90810 -x90811 -x90812 -x90813 -x90814 -x90815 -x90816 -x90817 -x90818 -x90819 -x90820 -x90821 -x90822 -x90823 -x90824 -x90825 -x90826 -x90827 -x90828 -x90829 -x90830 -x90831 -x90832 -x90833 -x90834 -x90835 -x90836 -x90837 -x90838 -x90839 -x90840 -x90841 -x90842 -x90843 -x90844 -x90845 -x90846 -x90847 -x90848 -x90849 -x90850 -x90851 -x90852 -x90853 -x90854 -x90855 -x90856 -x90857 -x90858 -x90859 -x90860 -x90861 -x90862 -x90863 -x90864 -x90865 -x90866 -x90867 -x90868 -x90869 -x90870 -x90871 -x90872 -x90873 -x90874 -x90875 -x90876 -x90877 -x90878 -x90879 -x90880 -x90881 -x90882 -x90883 -x90884 -x90885 -x90886 -x90887 -x90888 -x90889 -x90890 -x90891 -x90892 -x90893 -x90894 -x90895 -x90896 -x90897 -x90898 -x90899 -x90900 -x90901 -x90902 -x90903 -x90904 -x90905 -x90906 -x90907 -x90908 -x90909 -x90910 -x90911 -x90912 -x90913 -x90914 -x90915 -x90916 -x90917 -x90918 -x90919 -x90920 -x90921 -x90922 -x90923 -x90924 -x90925 -x90926 -x90927 -x90928 -x90929 -x90930 -x90931 -x90932 -x90933 -x90934 -x90935 -x90936 -x90937 -x90938 -x90939 -x90940 -x90941 -x90942 -x90943 -x90944 -x90945 -x90946 -x90947 -x90948 -x90949 -x90950 -x90951 -x90952 -x90953 -x90954 -x90955 -x90956 -x90957 -x90958 -x90959 -x90960 -x90961 -x90962 -x91011 -x91012 -x91013 -x91014 -x91015 -x91016 -x91017 -x91018 -x91019 -x91020 -x91021 -x91022 -x91023 -x91024 -x91025 -x91026 -x91027 -x91028 -x91029 -x91030 -x91031 -x91032 -x91033 -x91034 -x91035 -x91036 -x91037 -x91038 -x91039 -x91040 -x91041 -x91042 -x91043 -x91044 -x91045 -x91046 -x91047 -x91048 -x91049 -x91050 -x91051 -x91052 -x91053 -x91054 -x91055 -x91056 -x91057 -x91058 -x91059 -x91060 -x91061 -x91062 -x91063 -x91064 -x91065 -x91066 -x91067 -x91068 -x91069 -x91070 -x91071 -x91072 -x91073 -x91074 -x91075 -x91076 -x91077 -x91078 -x91079 -x91080 -x91081 -x91082 -x91083 -x91084 -x91085 -x91086 -x91087 -x91088 -x91089 -x91090 -x91091 -x91092 -x91093 -x91094 -x91095 -x91096 -x91097 -x91098 -x91099 -x91100 -x91101 -x91102 -x91103 -x91104 -x91105 -x91106 -x91107 -x91108 -x91109 -x91110 -x91111 -x91112 -x91113 -x91114 -x91115 -x91116 -x91117 -x91118 -x91119 -x91120 -x91121 -x91122 -x91123 -x91124 -x91125 -x91126 -x91127 -x91128 -x91129 -x91130 -x91131 -x91132 -x91133 -x91134 -x91135 -x91136 -x91137 -x91138 -x91139 -x91140 -x91141 -x91142 -x91143 -x91144 -x91145 -x91146 -x91147 -x91148 -x91149 -x91150 -x91151 -x91152 -x91153 -x91154 -x91155 -x91156 -x91157 -x91158 -x91159 -x91160 -x91161 -x91162 -x91163 -x91164 -x91165 -x91166 -x91167 -x91168 -x91169 -x91170 -x91171 -x91172 -x91173 -x91174 -x91175 -x91176 -x91177 -x91178 -x91179 -x91180 -x91181 -x91182 -x91183 -x91184 -x91185 -x91186 -x91187 -x91188 -x91189 -x91190 -x91191 -x91192 -x91193 -x91194 -x91195 -x91196 -x91197 -x91198 -x91199 -x91200 -x91201 -x91202 -x91203 -x91204 -x91205 -x91206 -x91207 -x91208 -x91209 -x91210 -x91211 -x91212 -x91213 -x91214 -x91215 -x91216 -x91217 -x91218 -x91219 -x91220 -x91221 -x91222 -x91223 -x91224 -x91225 -x91226 -x91227 -x91228 -x91229 -x91230 -x91231 -x91232 -x91233 -x91234 -x91235 -x91236 -x91237 -x91238 -x91239 -x91240 -x91241 -x91242 -x91243 -x91244 -x91245 -x91246 -x91247 -x91248 -x91249 -x91250 -x91251 -x91252 -x91253 -x91254 -x91255 -x91256 -x91257 -x91258 -x91259 -x91260 -x91261 -x91262 -x91263 -x91264 -x91265 -x91266 -x91267 -x91268 -x91269 -x91270 -x91271 -x91272 -x91273 -x91274 -x91275 -x91276 -x91277 -x91278 -x91279 -x91280 -x91281 -x91282 -x91283 -x91284 -x91285 -x91286 -x91287 -x91288 -x91289 -x91290 -x91291 -x91292 -x91293 -x91294 -x91295 -x91296 -x91297 -x91298 -x91299 -x91300 -x91301 -x91302 -x91303 -x91304 -x91305 -x91306 -x91307 -x91308 -x91309 -x91310 -x91311 -x91312 -x91313 -x91314 -x91315 -x91316 -x91317 -x91318 -x91319 -x91320 -x91321 -x91322 -x91323 -x91324 -x91325 -x91326 -x91327 -x91328 -x91329 -x91330 -x91331 -x91332 -x91333 -x91334 -x91335 -x91336 -x91337 -x91338 -x91339 -x91340 -x91341 -x91342 -x91343 -x91344 -x91345 -x91346 -x91347 -x91348 -x91349 -x91350 -x91351 -x91352 -x91353 -x91354 -x91355 -x91356 -x91357 -x91358 -x91359 -x91360 -x91361 -x91362 -x91363 -x91364 -x91365 -x91366 -x91367 -x91368 -x91369 -x91370 -x91371 -x91372 -x91373 -x91374 -x91375 -x91376 -x91377 -x91378 -x91379 -x91380 -x91381 -x91382 -x91383 -x91384 -x91385 -x91386 -x91387 -x91388 -x91389 -x91390 -x91391 -x91392 -x91393 -x91394 -x91395 -x91396 -x91397 -x91398 -x91399 -x91400 -x91401 -x91402 -x91403 -x91404 -x91405 -x91406 -x91407 -x91408 -x91409 -x91410 -x91411 -x91412 -x91413 -x91414 -x91415 -x91416 -x91417 -x91418 -x91419 -x91420 -x91421 -x91422 -x91423 -x91424 -x91425 -x91426 -x91427 -x91428 -x91429 -x91430 -x91431 -x91432 -x91433 -x91434 -x91435 -x91436 -x91437 -x91438 -x91439 -x91440 -x91441 -x91442 -x91491 -x91492 -x91493 -x91494 -x91495 -x91496 -x91497 -x91498 -x91499 -x91500 -x91501 -x91502 -x91503 -x91504 -x91505 -x91506 -x91507 -x91508 -x91509 -x91510 -x91511 -x91512 -x91513 -x91514 -x91515 -x91516 -x91517 -x91518 -x91519 -x91520 -x91521 -x91522 -x91523 -x91524 -x91525 -x91526 -x91527 -x91528 -x91529 -x91530 -x91531 -x91532 -x91533 -x91534 -x91535 -x91536 -x91537 -x91538 -x92259 -x92260 -x92261 -x92262 -x92263 -x92264 -x92265 -x92266 -x92267 -x92268 -x92269 -x92270 -x92271 -x92272 -x92273 -x92274 -x92275 -x92276 -x92277 -x92278 -x92279 -x92280 -x92281 -x92282 -x92283 -x92284 -x92285 -x92286 -x92287 -x92288 -x92289 -x92290 -x92291 -x92292 -x92293 -x92294 -x92295 -x92296 -x92297 -x92298 -x92299 -x92300 -x92301 -x92302 -x92303 -x92304 -x92305 -x92306 -x92787 -x92788 -x92789 -x92790 -x92791 -x92792 -x92793 -x92794 -x92795 -x92796 -x92797 -x92798 -x92799 -x92800 -x92801 -x92802 -x92803 -x92804 -x92805 -x92806 -x92807 -x92808 -x92809 -x92810 -x92811 -x92812 -x92813 -x92814 -x92815 -x92816 -x92817 -x92818 -x92819 -x92820 -x92821 -x92822 -x92823 -x92824 -x92825 -x92826 -x92827 -x92828 -x92829 -x92830 -x92831 -x92832 -x92833 -x92834 -x93315 -x93316 -x93317 -x93318 -x93319 -x93320 -x93321 -x93322 -x93323 -x93324 -x93325 -x93326 -x93327 -x93328 -x93329 -x93330 -x93331 -x93332 -x93333 -x93334 -x93335 -x93336 -x93337 -x93338 -x93339 -x93340 -x93341 -x93342 -x93343 -x93344 -x93345 -x93346 -x93347 -x93348 -x93349 -x93350 -x93351 -x93352 -x93353 -x93354 -x93355 -x93356 -x93357 -x93358 -x93359 -x93360 -x93361 -x93362 -x93795 -x93796 -x93797 -x93798 -x93799 -x93800 -x93801 -x93802 -x93803 -x93804 -x93805 -x93806 -x93807 -x93808 -x93809 -x93810 -x93811 -x93812 -x93813 -x93814 -x93815 -x93816 -x93817 -x93818 -x93819 -x93820 -x93821 -x93822 -x93823 -x93824 -x93825 -x93826 -x93827 -x93828 -x93829 -x93830 -x93831 -x93832 -x93833 -x93834 -x93835 -x93836 -x93837 -x93838 -x93839 -x93840 -x93841 -x93842 -x93891 -x93892 -x93893 -x93894 -x93895 -x93896 -x93897 -x93898 -x93899 -x93900 -x93901 -x93902 -x93903 -x93904 -x93905 -x93906 -x93907 -x93908 -x93909 -x93910 -x93911 -x93912 -x93913 -x93914 -x93915 -x93916 -x93917 -x93918 -x93919 -x93920 -x93921 -x93922 -x93923 -x93924 -x93925 -x93926 -x93927 -x93928 -x93929 -x93930 -x93931 -x93932 -x93933 -x93934 -x93935 -x93936 -x93937 -x93938 -x93939 -x93940 -x93941 -x93942 -x93943 -x93944 -x93945 -x93946 -x93947 -x93948 -x93949 -x93950 -x93951 -x93952 -x93953 -x93954 -x93955 -x93956 -x93957 -x93958 -x93959 -x93960 -x93961 -x93962 -x93963 -x93964 -x93965 -x93966 -x93967 -x93968 -x93969 -x93970 -x93971 -x93972 -x93973 -x93974 -x93975 -x93976 -x93977 -x93978 -x93979 -x93980 -x93981 -x93982 -x93983 -x93984 -x93985 -x93986 -x93987 -x93988 -x93989 -x93990 -x93991 -x93992 -x93993 -x93994 -x93995 -x93996 -x93997 -x93998 -x93999 -x94000 -x94001 -x94002 -x94003 -x94004 -x94005 -x94006 -x94007 -x94008 -x94009 -x94010 -x94011 -x94012 -x94013 -x94014 -x94015 -x94016 -x94017 -x94018 -x94019 -x94020 -x94021 -x94022 -x94023 -x94024 -x94025 -x94026 -x94027 -x94028 -x94029 -x94030 -x94031 -x94032 -x94033 -x94034 -x94035 -x94036 -x94037 -x94038 -x94039 -x94040 -x94041 -x94042 -x94043 -x94044 -x94045 -x94046 -x94047 -x94048 -x94049 -x94050 -x94051 -x94052 -x94053 -x94054 -x94055 -x94056 -x94057 -x94058 -x94059 -x94060 -x94061 -x94062 -x94063 -x94064 -x94065 -x94066 -x94067 -x94068 -x94069 -x94070 -x94071 -x94072 -x94073 -x94074 -x94075 -x94076 -x94077 -x94078 -x94079 -x94080 -x94081 -x94082 -x94083 -x94084 -x94085 -x94086 -x94087 -x94088 -x94089 -x94090 -x94091 -x94092 -x94093 -x94094 -x94095 -x94096 -x94097 -x94098 -x94099 -x94100 -x94101 -x94102 -x94103 -x94104 -x94105 -x94106 -x94107 -x94108 -x94109 -x94110 -x94111 -x94112 -x94113 -x94114 -x94115 -x94116 -x94117 -x94118 -x94119 -x94120 -x94121 -x94122 -x94123 -x94124 -x94125 -x94126 -x94127 -x94128 -x94129 -x94130 -x91779 -x91780 -x91781 -x91782 -x91783 -x91784 -x91785 -x91786 -x91787 -x91788 -x91789 -x91790 -x91791 -x91792 -x91793 -x91794 -x91795 -x91796 -x91797 -x91798 -x91799 -x91800 -x91801 -x91802 -x91803 -x91804 -x91805 -x91806 -x91807 -x91808 -x91809 -x91810 -x91811 -x91812 -x91813 -x91814 -x91815 -x91816 -x91817 -x91818 -x91819 -x91820 -x91821 -x91822 -x91823 -x91824 -x91825 -x91826 -x91827 -x91828 -x91829 -x91830 -x91831 -x91832 -x91833 -x91834 -x91835 -x91836 -x91837 -x91838 -x91839 -x91840 -x91841 -x91842 -x91843 -x91844 -x91845 -x91846 -x91847 -x91848 -x91849 -x91850 -x91851 -x91852 -x91853 -x91854 -x91855 -x91856 -x91857 -x91858 -x91859 -x91860 -x91861 -x91862 -x91863 -x91864 -x91865 -x91866 -x91867 -x91868 -x91869 -x91870 -x91871 -x91872 -x91873 -x91874 -x91875 -x91876 -x91877 -x91878 -x91879 -x91880 -x91881 -x91882 -x91883 -x91884 -x91885 -x91886 -x91887 -x91888 -x91889 -x91890 -x91891 -x91892 -x91893 -x91894 -x91895 -x91896 -x91897 -x91898 -x91899 -x91900 -x91901 -x91902 -x91903 -x91904 -x91905 -x91906 -x91907 -x91908 -x91909 -x91910 -x91911 -x91912 -x91913 -x91914 -x91915 -x91916 -x91917 -x91918 -x91919 -x91920 -x91921 -x91922 -x91923 -x91924 -x91925 -x91926 -x91927 -x91928 -x91929 -x91930 -x91931 -x91932 -x91933 -x91934 -x91935 -x91936 -x91937 -x91938 -x91939 -x91940 -x91941 -x91942 -x91943 -x91944 -x91945 -x91946 -x91947 -x91948 -x91949 -x91950 -x91951 -x91952 -x91953 -x91954 -x91955
3600.03/3614.44	v -x91956 -x91957 -x91958 -x91959 -x91960 -x91961 -x91962 x91963 -x91964 -x91965 -x91966 -x91967 -x91968 -x91969 -x91970 -x91971 -x91972 -x91973 -x91974 -x91975 -x91976 -x91977 -x91978 -x91979 -x91980 -x91981 -x91982 -x91983 -x91984 -x91985 -x91986 -x91987 -x91988 -x91989 -x91990 -x91991 -x91992 -x91993 -x91994 -x91995 -x91996 -x91997 -x91998 -x91999 -x92000 -x92001 -x92002 -x92003 -x92004 -x92005 -x92006 -x92007 -x92008 -x92009 -x92010 -x92011 -x92012 -x92013 -x92014 -x92015 -x92016 -x92017 -x92018 -x92019 -x92020 -x92021 -x92022 -x92023 -x92024 -x92025 -x92026 -x92027 -x92028 -x92029 -x92030 -x92031 -x92032 -x92033 -x92034 -x92035 -x92036 -x92037 -x92038 -x92039 -x92040 -x92041 -x92042 -x92043 -x92044 -x92045 -x92046 -x92047 -x92048 -x92049 -x92050 -x92051 -x92052 -x92053 -x92054 -x92055 -x92056 -x92057 -x92058 -x92059 -x92060 -x92061 -x92062 -x92063 -x92064 -x92065 -x92066 -x92067 -x92068 -x92069 -x92070 -x92071 -x92072 -x92073 -x92074 -x92075 -x92076 -x92077 -x92078 -x92079 -x92080 -x92081 -x92082 -x92083 -x92084 -x92085 -x92086 -x92087 -x92088 -x92089 -x92090 -x92091 -x92092 -x92093 -x92094 -x92095 -x92096 -x92097 -x92098 -x92099 -x92100 -x92101 -x92102 -x92103 -x92104 -x92105 -x92106 -x92107 -x92108 -x92109 -x92110 -x92111 -x92112 -x92113 -x92114 -x92115 -x92116 -x92117 -x92118 -x92119 -x92120 -x92121 -x92122 -x92123 -x92124 -x92125 -x92126 -x92127 -x92128 -x92129 -x92130 -x92131 -x92132 -x92133 -x92134 -x92135 -x92136 -x92137 -x92138 -x92139 -x92140 -x92141 -x92142 -x92143 -x92144 -x92145 -x92146 -x92147 -x92148 -x92149 -x92150 -x92151 -x92152 -x92153 -x92154 -x92155 -x92156 -x92157 -x92158 -x92159 -x92160 -x92161 -x92162 -x92163 -x92164 -x92165 -x92166 -x92167 -x92168 -x92169 -x92170 -x92171 -x92172 -x92173 -x92174 -x92175 -x92176 -x92177 -x92178 -x92179 -x92180 -x92181 -x92182 -x92183 -x92184 -x92185 -x92186 -x92187 -x92188 -x92189 -x92190 -x92191 -x92192 -x92193 -x92194 -x92195 -x92196 -x92197 -x92198 -x92199 -x92200 -x92201 -x92202 -x92203 -x92204 -x92205 -x92206 -x92207 -x92208 -x92209 -x92210 -x92211 -x92212 -x92213 -x92214 -x92215 -x92216 -x92217 -x92218 -x92219 -x92220 -x92221 -x92222 -x92223 -x92224 -x92225 -x92226 -x92227 -x92228 -x92229 -x92230 -x92231 -x92232 -x92233 -x92234 -x92235 -x92236 -x92237 -x92238 -x92239 -x92240 -x92241 -x92242 -x92243 -x92244 -x92245 -x92246 -x92247 -x92248 -x92249 -x92250 -x92251 -x92252 -x92253 -x92254 -x92255 -x92256 -x92257 -x92258 -x92307 -x92308 -x92309 -x92310 -x92311 -x92312 -x92313 -x92314 -x92315 -x92316 -x92317 -x92318 -x92319 -x92320 -x92321 -x92322 -x92323 -x92324 -x92325 -x92326 -x92327 -x92328 -x92329 -x92330 -x92331 -x92332 -x92333 -x92334 -x92335 -x92336 -x92337 -x92338 -x92339 -x92340 -x92341 -x92342 -x92343 -x92344 -x92345 -x92346 -x92347 -x92348 -x92349 -x92350 -x92351 -x92352 -x92353 -x92354 -x92355 -x92356 -x92357 -x92358 -x92359 -x92360 -x92361 -x92362 -x92363 -x92364 -x92365 -x92366 -x92367 -x92368 -x92369 -x92370 -x92371 -x92372 -x92373 -x92374 -x92375 -x92376 -x92377 -x92378 -x92379 -x92380 -x92381 -x92382 -x92383 -x92384 -x92385 -x92386 -x92387 -x92388 -x92389 -x92390 -x92391 -x92392 -x92393 -x92394 -x92395 -x92396 -x92397 -x92398 -x92399 -x92400 -x92401 -x92402 -x92403 -x92404 -x92405 -x92406 -x92407 -x92408 -x92409 -x92410 -x92411 -x92412 -x92413 -x92414 -x92415 -x92416 -x92417 -x92418 -x92419 -x92420 -x92421 -x92422 -x92423 -x92424 -x92425 -x92426 -x92427 -x92428 -x92429 -x92430 -x92431 -x92432 -x92433 -x92434 -x92435 -x92436 -x92437 -x92438 -x92439 -x92440 -x92441 -x92442 -x92443 -x92444 -x92445 -x92446 -x92447 -x92448 -x92449 -x92450 -x92451 -x92452 -x92453 -x92454 -x92455 -x92456 -x92457 -x92458 -x92459 -x92460 -x92461 -x92462 -x92463 -x92464 -x92465 -x92466 -x92467 -x92468 -x92469 -x92470 -x92471 -x92472 -x92473 -x92474 -x92475 -x92476 -x92477 -x92478 -x92479 -x92480 -x92481 -x92482 -x92483 -x92484 -x92485 -x92486 -x92487 -x92488 -x92489 -x92490 -x92491 -x92492 -x92493 -x92494 -x92495 -x92496 -x92497 -x92498 -x92499 -x92500 -x92501 -x92502 -x92503 -x92504 -x92505 -x92506 -x92507 -x92508 -x92509 -x92510 -x92511 -x92512 -x92513 -x92514 -x92515 -x92516 -x92517 -x92518 -x92519 -x92520 -x92521 -x92522 -x92523 -x92524 -x92525 -x92526 -x92527 -x92528 -x92529 -x92530 -x92531 -x92532 -x92533 -x92534 -x92535 -x92536 -x92537 -x92538 -x92539 -x92540 -x92541 -x92542 -x92543 -x92544 -x92545 -x92546 -x92547 -x92548 -x92549 -x92550 -x92551 -x92552 -x92553 -x92554 -x92555 -x92556 -x92557 -x92558 -x92559 -x92560 -x92561 -x92562 -x92563 -x92564 -x92565 -x92566 -x92567 -x92568 -x92569 -x92570 -x92571 -x92572 -x92573 -x92574 -x92575 -x92576 -x92577 -x92578 -x92579 -x92580 -x92581 -x92582 -x92583 -x92584 -x92585 -x92586 -x92587 -x92588 -x92589 -x92590 -x92591 -x92592 -x92593 -x92594 -x92595 -x92596 -x92597 -x92598 -x92599 -x92600 -x92601 -x92602 -x92603 -x92604 -x92605 -x92606 -x92607 -x92608 -x92609 -x92610 -x92611 -x92612 -x92613 -x92614 -x92615 -x92616 -x92617 -x92618 -x92619 -x92620 -x92621 -x92622 -x92623 -x92624 -x92625 -x92626 -x92627 -x92628 -x92629 -x92630 -x92631 -x92632 -x92633 -x92634 -x92635 -x92636 -x92637 -x92638 -x92639 -x92640 -x92641 -x92642 -x92643 -x92644 -x92645 -x92646 -x92647 -x92648 -x92649 -x92650 -x92651 -x92652 -x92653 -x92654 -x92655 -x92656 -x92657 -x92658 -x92659 -x92660 -x92661 -x92662 -x92663 -x92664 -x92665 -x92666 -x92667 -x92668 -x92669 -x92670 -x92671 -x92672 -x92673 -x92674 -x92675 -x92676 -x92677 -x92678 -x92679 -x92680 -x92681 -x92682 x92683 -x92684 -x92685 -x92686 -x92687 -x92688 -x92689 -x92690 -x92691 -x92692 -x92693 -x92694 -x92695 -x92696 -x92697 -x92698 -x92699 -x92700 -x92701 -x92702 -x92703 -x92704 -x92705 -x92706 -x92707 -x92708 -x92709 -x92710 -x92711 -x92712 -x92713 -x92714 -x92715 -x92716 -x92717 -x92718 -x92719 -x92720 -x92721 -x92722 -x92723 -x92724 -x92725 -x92726 -x92727 -x92728 -x92729 -x92730 -x92731 -x92732 -x92733 -x92734 -x92735 -x92736 -x92737 -x92738 -x92739 -x92740 -x92741 -x92742 -x92743 -x92744 -x92745 -x92746 -x92747 -x92748 -x92749 -x92750 -x92751 -x92752 -x92753 -x92754 -x92755 -x92756 -x92757 -x92758 -x92759 -x92760 -x92761 -x92762 -x92763 -x92764 -x92765 -x92766 -x92767 -x92768 -x92769 -x92770 -x92771 -x92772 -x92773 -x92774 -x92775 -x92776 -x92777 -x92778 x92779 -x92780 -x92781 -x92782 -x92783 -x92784 -x92785 -x92786 -x92835 -x92836 -x92837 -x92838 -x92839 -x92840 -x92841 -x92842 -x92843 -x92844 -x92845 -x92846 -x92847 -x92848 -x92849 -x92850 -x92851 -x92852 -x92853 -x92854 -x92855 -x92856 -x92857 -x92858 -x92859 -x92860 -x92861 -x92862 -x92863 -x92864 -x92865 -x92866 -x92867 -x92868 -x92869 -x92870 -x92871 -x92872 -x92873 -x92874 -x92875 -x92876 -x92877 -x92878 -x92879 -x92880 -x92881 -x92882 -x92883 -x92884 -x92885 -x92886 -x92887 -x92888 -x92889 -x92890 -x92891 -x92892 -x92893 -x92894 -x92895 -x92896 -x92897 -x92898 -x92899 -x92900 -x92901 -x92902 -x92903 -x92904 -x92905 -x92906 -x92907 -x92908 -x92909 -x92910 -x92911 -x92912 -x92913 -x92914 -x92915 -x92916 -x92917 -x92918 -x92919 -x92920 -x92921 -x92922 -x92923 -x92924 -x92925 -x92926 -x92927 -x92928 -x92929 -x92930 -x92931 -x92932 -x92933 -x92934 -x92935 -x92936 -x92937 -x92938 -x92939 -x92940 -x92941 -x92942 -x92943 -x92944 -x92945 -x92946 -x92947 -x92948 -x92949 -x92950 -x92951 -x92952 -x92953 -x92954 -x92955 -x92956 -x92957 -x92958 -x92959 -x92960 -x92961 -x92962 -x92963 -x92964 -x92965 -x92966 -x92967 -x92968 -x92969 -x92970 -x92971 -x92972 -x92973 -x92974 -x92975 -x92976 -x92977 -x92978 -x92979 -x92980 -x92981 -x92982 -x92983 -x92984 -x92985 -x92986 -x92987 -x92988 -x92989 -x92990 -x92991 -x92992 -x92993 -x92994 -x92995 -x92996 -x92997 -x92998 -x92999 -x93000 -x93001 -x93002 -x93003 -x93004 -x93005 -x93006 -x93007 -x93008 -x93009 -x93010 -x93011 -x93012 -x93013 -x93014 -x93015 -x93016 -x93017 -x93018 -x93019 -x93020 -x93021 -x93022 -x93023 -x93024 -x93025 -x93026 -x93027 -x93028 -x93029 -x93030 -x93031 -x93032 -x93033 -x93034 -x93035 -x93036 -x93037 -x93038 -x93039 -x93040 -x93041 -x93042 -x93043 -x93044 -x93045 -x93046 -x93047 -x93048 -x93049 -x93050 -x93051 -x93052 -x93053 -x93054 -x93055 -x93056 -x93057 -x93058 -x93059 -x93060 -x93061 -x93062 -x93063 -x93064 -x93065 -x93066 x93067 -x93068 -x93069 -x93070 -x93071 -x93072 -x93073 -x93074 -x93075 -x93076 -x93077 -x93078 -x93079 -x93080 -x93081 -x93082 -x93083 -x93084 -x93085 -x93086 -x93087 -x93088 -x93089 -x93090 -x93091 -x93092 -x93093 -x93094 -x93095 -x93096 -x93097 -x93098 -x93099 -x93100 -x93101 -x93102 -x93103 -x93104 -x93105 -x93106 -x93107 -x93108 -x93109 -x93110 -x93111 -x93112 -x93113 -x93114 -x93115 -x93116 -x93117 -x93118 -x93119 -x93120 -x93121 -x93122 -x93123 -x93124 -x93125 -x93126 -x93127 -x93128 -x93129 -x93130 -x93131 -x93132 -x93133 -x93134 -x93135 -x93136 -x93137 -x93138 -x93139 -x93140 -x93141 -x93142 -x93143 -x93144 -x93145 -x93146 -x93147 -x93148 -x93149 -x93150 -x93151 -x93152 -x93153 -x93154 -x93155 -x93156 -x93157 -x93158 -x93159 -x93160 -x93161 -x93162 -x93163 -x93164 -x93165 -x93166 -x93167 -x93168 -x93169 -x93170 -x93171 -x93172 -x93173 -x93174 -x93175 -x93176 -x93177 -x93178 -x93179 -x93180 -x93181 -x93182 -x93183 -x93184 -x93185 -x93186 -x93187 -x93188 -x93189 -x93190 -x93191 -x93192 -x93193 -x93194 -x93195 -x93196 -x93197 -x93198 -x93199 -x93200 -x93201 -x93202 -x93203 -x93204 -x93205 -x93206 -x93207 -x93208 -x93209 -x93210 -x93211 -x93212 -x93213 -x93214 -x93215 -x93216 -x93217 -x93218 -x93219 -x93220 -x93221 -x93222 -x93223 -x93224 -x93225 -x93226 -x93227 -x93228 -x93229 -x93230 -x93231 -x93232 -x93233 -x93234 -x93235 -x93236 -x93237 -x93238 -x93239 -x93240 -x93241 -x93242 -x93243 -x93244 -x93245 -x93246 -x93247 -x93248 -x93249 -x93250 -x93251 -x93252 -x93253 -x93254 -x93255 -x93256 -x93257 -x93258 -x93259 -x93260 -x93261 -x93262 -x93263 -x93264 -x93265 -x93266 -x93267 -x93268 -x93269 -x93270 -x93271 -x93272 -x93273 -x93274 -x93275 -x93276 -x93277 -x93278 -x93279 -x93280 -x93281 -x93282 -x93283 -x93284 -x93285 -x93286 -x93287 -x93288 -x93289 -x93290 -x93291 -x93292 -x93293 -x93294 -x93295 -x93296 -x93297 -x93298 -x93299 -x93300 -x93301 -x93302 -x93303 -x93304 -x93305 -x93306 x93307 -x93308 -x93309 -x93310 -x93311 -x93312 -x93313 -x93314 -x93363 -x93364 -x93365 -x93366 -x93367 -x93368 -x93369 -x93370 -x93371 -x93372 -x93373 -x93374 -x93375 -x93376 -x93377 -x93378 -x93379 -x93380 -x93381 -x93382 -x93383 -x93384 -x93385 -x93386 -x93387 -x93388 -x93389 -x93390 -x93391 -x93392 -x93393 -x93394 -x93395 -x93396 -x93397 -x93398 -x93399 -x93400 -x93401 -x93402 -x93403 -x93404 -x93405 -x93406 -x93407 -x93408 -x93409 -x93410 -x93411 -x93412 -x93413 -x93414 -x93415 -x93416 -x93417 -x93418 -x93419 -x93420 -x93421 -x93422 -x93423 -x93424 -x93425 -x93426 -x93427 -x93428 -x93429 -x93430 -x93431 -x93432 -x93433 -x93434 -x93435 -x93436 -x93437 -x93438 -x93439 -x93440 -x93441 -x93442 -x93443 -x93444 -x93445 -x93446 -x93447 -x93448 -x93449 -x93450 x93451 -x93452 -x93453 -x93454 -x93455 -x93456 -x93457 -x93458 -x93459 -x93460 -x93461 -x93462 -x93463 -x93464 -x93465 -x93466 -x93467 -x93468 -x93469 -x93470 -x93471 -x93472 -x93473 -x93474 -x93475 -x93476 -x93477 -x93478 -x93479 -x93480 -x93481 -x93482 -x93483 -x93484 -x93485 -x93486 -x93487 -x93488 -x93489 -x93490 -x93491 -x93492 -x93493 -x93494 -x93495 -x93496 -x93497 -x93498 -x93499 -x93500 -x93501 -x93502 -x93503 -x93504 -x93505 -x93506 -x93507 -x93508 -x93509 -x93510 -x93511 -x93512 -x93513 -x93514 -x93515 -x93516 -x93517 -x93518 -x93519 -x93520 -x93521 -x93522 -x93523 -x93524 -x93525 -x93526 -x93527 -x93528 -x93529 -x93530 -x93531 -x93532 -x93533 -x93534 -x93535 -x93536 -x93537 -x93538 -x93539 -x93540 -x93541 -x93542 -x93543 -x93544 -x93545 -x93546 -x93547 -x93548 -x93549 -x93550 -x93551 -x93552 -x93553 -x93554 -x93555 -x93556 -x93557 -x93558 -x93559 -x93560 -x93561 -x93562 -x93563 -x93564 -x93565 -x93566 -x93567 -x93568 -x93569 -x93570 -x93571 -x93572 -x93573 -x93574 -x93575 -x93576 -x93577 -x93578 -x93579 -x93580 -x93581 -x93582 -x93583 -x93584 -x93585 -x93586 -x93587 -x93588 -x93589 -x93590 -x93591 -x93592 -x93593 -x93594 -x93595 -x93596 -x93597 -x93598 -x93599 -x93600 -x93601 -x93602 -x93603 -x93604 -x93605 -x93606 -x93607 -x93608 -x93609 -x93610 -x93611 -x93612 -x93613 -x93614 -x93615 -x93616 -x93617 -x93618 -x93619 -x93620 -x93621 -x93622 -x93623 -x93624 -x93625 -x93626 -x93627 -x93628 -x93629 -x93630 -x93631 -x93632 -x93633 -x93634 -x93635 -x93636 -x93637 -x93638 -x93639 -x93640 -x93641 -x93642 -x93643 -x93644 -x93645 -x93646 -x93647 -x93648 -x93649 -x93650 -x93651 -x93652 -x93653 -x93654 -x93655 -x93656 -x93657 -x93658 -x93659 -x93660 -x93661 -x93662 -x93663 -x93664 -x93665 -x93666 -x93667 -x93668 -x93669 -x93670 -x93671 -x93672 -x93673 -x93674 -x93675 -x93676 -x93677 -x93678 -x93679 -x93680 -x93681 -x93682 -x93683 -x93684 -x93685 -x93686 -x93687 -x93688 -x93689 -x93690 -x93691 x93692 -x93693 -x93694 -x93695 -x93696 -x93697 -x93698 -x93699 -x93700 -x93701 -x93702 -x93703 -x93704 -x93705 -x93706 -x93707 -x93708 -x93709 -x93710 -x93711 -x93712 -x93713 -x93714 -x93715 -x93716 -x93717 -x93718 -x93719 -x93720 -x93721 -x93722 -x93723 -x93724 -x93725 -x93726 -x93727 -x93728 -x93729 -x93730 -x93731 -x93732 -x93733 -x93734 -x93735 -x93736 -x93737 -x93738 -x93739 -x93740 -x93741 -x93742 -x93743 -x93744 -x93745 -x93746 -x93747 -x93748 -x93749 -x93750 -x93751 -x93752 -x93753 -x93754 -x93755 -x93756 -x93757 -x93758 -x93759 -x93760 -x93761 -x93762 -x93763 -x93764 -x93765 -x93766 -x93767 -x93768 -x93769 -x93770 -x93771 -x93772 -x93773 -x93774 -x93775 -x93776 -x93777 -x93778 -x93779 -x93780 -x93781 -x93782 -x93783 -x93784 -x93785 -x93786 -x93787 -x93788 -x93789 -x93790 -x93791 -x93792 -x93793 -x93794 -x93843 -x93844 -x93845 -x93846 -x93847 -x93848 -x93849 -x93850 -x93851 -x93852 -x93853 -x93854 -x93855 -x93856 -x93857 -x93858 -x93859 -x93860 -x93861 -x93862 -x93863 -x93864 -x93865 -x93866 -x93867 -x93868 -x93869 -x93870 -x93871 -x93872 -x93873 -x93874 -x93875 -x93876 -x93877 -x93878 -x93879 -x93880 -x93881 -x93882 -x93883 x93884 -x93885 -x93886 -x93887 -x93888 -x93889 -x93890 -x94611 -x94612 -x94613 -x94614 -x94615 -x94616 -x94617 -x94618 -x94619 -x94620 -x94621 -x94622 -x94623 -x94624 -x94625 -x94626 -x94627 -x94628 -x94629 -x94630 -x94631 -x94632 -x94633 -x94634 -x94635 -x94636 -x94637 -x94638 -x94639 -x94640 -x94641 -x94642 -x94643 -x94644 -x94645 -x94646 -x94647 -x94648 -x94649 -x94650 -x94651 -x94652 -x94653 -x94654 -x94655 -x94656 -x94657 -x94658 -x95139 -x95140 -x95141 -x95142 -x95143 -x95144 -x95145 -x95146 -x95147 -x95148 -x95149 -x95150 -x95151 -x95152 -x95153 -x95154 -x95155 -x95156 -x95157 -x95158 -x95159 -x95160 -x95161 -x95162 -x95163 -x95164 -x95165 -x95166 -x95167 -x95168 -x95169 -x95170 -x95171 -x95172 -x95173 -x95174 -x95175 -x95176 -x95177 -x95178 -x95179 -x95180 -x95181 -x95182 -x95183 -x95184 -x95185 -x95186 -x95667 -x95668 -x95669 -x95670 -x95671 -x95672 -x95673 -x95674 -x95675 -x95676 -x95677 -x95678 -x95679 -x95680 -x95681 -x95682 -x95683 -x95684 -x95685 -x95686 -x95687 -x95688 -x95689 -x95690 -x95691 -x95692 -x95693 -x95694 -x95695 -x95696 -x95697 -x95698 -x95699 -x95700 -x95701 -x95702 -x95703 -x95704 -x95705 -x95706 -x95707 -x95708 -x95709 -x95710 -x95711 -x95712 -x95713 -x95714 -x96147 -x96148 -x96149 -x96150 -x96151 -x96152 -x96153 -x96154 -x96155 -x96156 -x96157 -x96158 -x96159 -x96160 -x96161 -x96162 -x96163 -x96164 -x96165 -x96166 -x96167 -x96168 -x96169 -x96170 -x96171 -x96172 -x96173 -x96174 -x96175 -x96176 -x96177 -x96178 -x96179 -x96180 -x96181 -x96182 -x96183 -x96184 -x96185 -x96186 -x96187 -x96188 -x96189 -x96190 -x96191 -x96192 -x96193 -x96194 -x96243 -x96244 -x96245 -x96246 -x96247 -x96248 -x96249 -x96250 -x96251 -x96252 -x96253 -x96254 -x96255 -x96256 -x96257 -x96258 -x96259 -x96260 -x96261 -x96262 -x96263 -x96264 -x96265 -x96266 -x96267 -x96268 -x96269 -x96270 -x96271 -x96272 -x96273 -x96274 -x96275 -x96276 -x96277 -x96278 -x96279 -x96280 -x96281 -x96282 -x96283 -x96284 -x96285 -x96286 -x96287 -x96288 -x96289 -x96290 -x96291 -x96292 -x96293 -x96294 -x96295 -x96296 -x96297 -x96298 -x96299 -x96300 -x96301 -x96302 -x96303 -x96304 -x96305 -x96306 -x96307
3600.03/3614.44	v -x96308 -x96309 -x96310 -x96311 -x96312 -x96313 -x96314 -x96315 -x96316 -x96317 -x96318 -x96319 -x96320 -x96321 -x96322 -x96323 -x96324 -x96325 -x96326 -x96327 -x96328 -x96329 -x96330 -x96331 -x96332 -x96333 -x96334 -x96335 -x96336 -x96337 -x96338 -x96339 -x96340 -x96341 -x96342 -x96343 -x96344 -x96345 -x96346 -x96347 -x96348 -x96349 -x96350 -x96351 -x96352 -x96353 -x96354 -x96355 -x96356 -x96357 -x96358 -x96359 -x96360 -x96361 -x96362 -x96363 -x96364 -x96365 -x96366 -x96367 -x96368 -x96369 -x96370 -x96371 -x96372 -x96373 -x96374 -x96375 -x96376 -x96377 -x96378 -x96379 -x96380 -x96381 -x96382 -x96383 -x96384 -x96385 -x96386 -x96387 -x96388 -x96389 -x96390 -x96391 -x96392 -x96393 -x96394 -x96395 -x96396 -x96397 -x96398 -x96399 -x96400 -x96401 -x96402 -x96403 -x96404 -x96405 -x96406 -x96407 -x96408 -x96409 -x96410 -x96411 -x96412 -x96413 -x96414 -x96415 -x96416 -x96417 -x96418 -x96419 -x96420 -x96421 -x96422 -x96423 -x96424 -x96425 -x96426 -x96427 -x96428 -x96429 -x96430 -x96431 -x96432 -x96433 -x96434 -x96435 -x96436 -x96437 -x96438 -x96439 -x96440 -x96441 -x96442 -x96443 -x96444 -x96445 -x96446 -x96447 -x96448 -x96449 -x96450 -x96451 -x96452 -x96453 -x96454 -x96455 -x96456 -x96457 -x96458 -x96459 -x96460 -x96461 -x96462 -x96463 -x96464 -x96465 -x96466 -x96467 -x96468 -x96469 -x96470 -x96471 -x96472 -x96473 -x96474 -x96475 -x96476 -x96477 -x96478 -x96479 -x96480 -x96481 -x96482 -x94131 -x94132 -x94133 -x94134 -x94135 -x94136 -x94137 -x94138 -x94139 -x94140 -x94141 -x94142 -x94143 -x94144 -x94145 -x94146 -x94147 -x94148 -x94149 -x94150 -x94151 -x94152 -x94153 -x94154 -x94155 -x94156 -x94157 -x94158 -x94159 -x94160 -x94161 -x94162 -x94163 -x94164 -x94165 -x94166 -x94167 -x94168 -x94169 -x94170 -x94171 -x94172 -x94173 -x94174 -x94175 -x94176 -x94177 -x94178 -x94179 -x94180 -x94181 -x94182 -x94183 -x94184 -x94185 -x94186 -x94187 -x94188 -x94189 -x94190 -x94191 -x94192 -x94193 -x94194 -x94195 -x94196 -x94197 -x94198 -x94199 -x94200 -x94201 -x94202 -x94203 -x94204 -x94205 -x94206 -x94207 -x94208 -x94209 -x94210 -x94211 -x94212 -x94213 -x94214 -x94215 -x94216 -x94217 -x94218 -x94219 -x94220 -x94221 -x94222 -x94223 -x94224 -x94225 -x94226 -x94227 -x94228 -x94229 -x94230 -x94231 -x94232 -x94233 -x94234 -x94235 -x94236 -x94237 -x94238 -x94239 -x94240 -x94241 -x94242 -x94243 -x94244 -x94245 -x94246 -x94247 -x94248 -x94249 -x94250 -x94251 -x94252 -x94253 -x94254 -x94255 -x94256 -x94257 -x94258 -x94259 -x94260 -x94261 -x94262 -x94263 -x94264 -x94265 -x94266 -x94267 -x94268 -x94269 -x94270 -x94271 -x94272 -x94273 -x94274 -x94275 -x94276 -x94277 -x94278 -x94279 -x94280 -x94281 -x94282 -x94283 -x94284 -x94285 -x94286 -x94287 -x94288 -x94289 -x94290 -x94291 -x94292 -x94293 -x94294 -x94295 -x94296 -x94297 -x94298 -x94299 -x94300 -x94301 -x94302 -x94303 -x94304 -x94305 -x94306 -x94307 -x94308 -x94309 -x94310 -x94311 -x94312 -x94313 -x94314 x94315 -x94316 -x94317 -x94318 -x94319 -x94320 -x94321 -x94322 -x94323 -x94324 -x94325 -x94326 -x94327 -x94328 -x94329 -x94330 -x94331 -x94332 -x94333 -x94334 -x94335 -x94336 -x94337 -x94338 -x94339 -x94340 -x94341 -x94342 -x94343 -x94344 -x94345 -x94346 -x94347 -x94348 -x94349 -x94350 -x94351 -x94352 -x94353 -x94354 -x94355 -x94356 -x94357 -x94358 -x94359 -x94360 -x94361 -x94362 -x94363 -x94364 -x94365 -x94366 -x94367 -x94368 -x94369 -x94370 -x94371 -x94372 -x94373 -x94374 -x94375 -x94376 -x94377 -x94378 -x94379 -x94380 -x94381 -x94382 -x94383 -x94384 -x94385 -x94386 -x94387 -x94388 -x94389 -x94390 -x94391 -x94392 -x94393 -x94394 -x94395 -x94396 -x94397 -x94398 -x94399 -x94400 -x94401 -x94402 -x94403 -x94404 -x94405 -x94406 -x94407 -x94408 -x94409 -x94410 -x94411 -x94412 -x94413 -x94414 -x94415 -x94416 -x94417 -x94418 -x94419 -x94420 -x94421 -x94422 -x94423 -x94424 -x94425 -x94426 -x94427 -x94428 -x94429 -x94430 -x94431 -x94432 -x94433 -x94434 -x94435 -x94436 -x94437 -x94438 -x94439 -x94440 -x94441 -x94442 -x94443 -x94444 -x94445 -x94446 -x94447 -x94448 -x94449 -x94450 -x94451 -x94452 -x94453 -x94454 -x94455 -x94456 -x94457 -x94458 -x94459 -x94460 -x94461 -x94462 -x94463 -x94464 -x94465 -x94466 -x94467 -x94468 -x94469 -x94470 -x94471 -x94472 -x94473 -x94474 -x94475 -x94476 -x94477 -x94478 -x94479 -x94480 -x94481 -x94482 -x94483 -x94484 -x94485 -x94486 -x94487 -x94488 -x94489 -x94490 -x94491 -x94492 -x94493 -x94494 -x94495 -x94496 -x94497 -x94498 -x94499 -x94500 -x94501 -x94502 -x94503 -x94504 -x94505 -x94506 -x94507 -x94508 -x94509 -x94510 -x94511 -x94512 -x94513 -x94514 -x94515 -x94516 -x94517 -x94518 -x94519 -x94520 -x94521 -x94522 -x94523 -x94524 -x94525 -x94526 -x94527 -x94528 -x94529 -x94530 -x94531 -x94532 -x94533 -x94534 -x94535 -x94536 -x94537 -x94538 -x94539 -x94540 -x94541 -x94542 -x94543 -x94544 -x94545 -x94546 -x94547 -x94548 -x94549 -x94550 -x94551 -x94552 -x94553 -x94554 -x94555 -x94556 -x94557 -x94558 -x94559 -x94560 -x94561 -x94562 -x94563 -x94564 -x94565 -x94566 -x94567 -x94568 -x94569 -x94570 -x94571 -x94572 -x94573 -x94574 -x94575 -x94576 -x94577 -x94578 -x94579 -x94580 -x94581 -x94582 -x94583 -x94584 -x94585 -x94586 -x94587 -x94588 -x94589 -x94590 -x94591 -x94592 -x94593 -x94594 -x94595 -x94596 -x94597 -x94598 -x94599 -x94600 -x94601 -x94602 -x94603 -x94604 -x94605 -x94606 -x94607 -x94608 -x94609 -x94610 -x94659 -x94660 -x94661 -x94662 -x94663 -x94664 -x94665 -x94666 -x94667 -x94668 -x94669 -x94670 -x94671 -x94672 -x94673 -x94674 -x94675 -x94676 -x94677 -x94678 -x94679 -x94680 -x94681 -x94682 -x94683 -x94684 -x94685 -x94686 -x94687 -x94688 -x94689 -x94690 -x94691 -x94692 -x94693 -x94694 -x94695 -x94696 -x94697 -x94698 -x94699 -x94700 -x94701 -x94702 -x94703 -x94704 -x94705 -x94706 -x94707 -x94708 -x94709 -x94710 -x94711 -x94712 -x94713 -x94714 -x94715 -x94716 -x94717 -x94718 -x94719 -x94720 -x94721 -x94722 -x94723 -x94724 -x94725 -x94726 -x94727 -x94728 -x94729 -x94730 -x94731 -x94732 -x94733 -x94734 -x94735 -x94736 -x94737 -x94738 -x94739 -x94740 -x94741 -x94742 -x94743 -x94744 -x94745 -x94746 -x94747 -x94748 -x94749 -x94750 -x94751 -x94752 -x94753 -x94754 -x94755 -x94756 -x94757 -x94758 -x94759 -x94760 -x94761 -x94762 -x94763 -x94764 -x94765 -x94766 -x94767 -x94768 -x94769 -x94770 -x94771 -x94772 -x94773 -x94774 -x94775 -x94776 -x94777 -x94778 -x94779 -x94780 -x94781 -x94782 -x94783 -x94784 -x94785 -x94786 -x94787 -x94788 -x94789 -x94790 -x94791 -x94792 -x94793 -x94794 -x94795 -x94796 -x94797 -x94798 -x94799 -x94800 -x94801 -x94802 -x94803 -x94804 -x94805 -x94806 -x94807 -x94808 -x94809 -x94810 -x94811 -x94812 -x94813 -x94814 -x94815 -x94816 -x94817 -x94818 -x94819 -x94820 -x94821 -x94822 -x94823 -x94824 -x94825 -x94826 -x94827 -x94828 -x94829 -x94830 -x94831 -x94832 -x94833 -x94834 -x94835 -x94836 -x94837 -x94838 -x94839 -x94840 -x94841 -x94842 -x94843 -x94844 -x94845 -x94846 -x94847 -x94848 -x94849 -x94850 -x94851 -x94852 -x94853 -x94854 -x94855 -x94856 -x94857 -x94858 -x94859 -x94860 -x94861 -x94862 -x94863 -x94864 -x94865 -x94866 -x94867 -x94868 -x94869 -x94870 -x94871 -x94872 -x94873 -x94874 -x94875 -x94876 -x94877 -x94878 -x94879 -x94880 -x94881 -x94882 -x94883 -x94884 -x94885 -x94886 -x94887 -x94888 -x94889 -x94890 -x94891 -x94892 -x94893 -x94894 -x94895 -x94896 -x94897 -x94898 -x94899 -x94900 -x94901 -x94902 -x94903 -x94904 -x94905 -x94906 -x94907 -x94908 -x94909 -x94910 -x94911 -x94912 -x94913 -x94914 -x94915 -x94916 -x94917 -x94918 -x94919 -x94920 -x94921 -x94922 -x94923 -x94924 -x94925 -x94926 -x94927 -x94928 -x94929 -x94930 -x94931 -x94932 -x94933 -x94934 -x94935 -x94936 -x94937 -x94938 -x94939 -x94940 -x94941 -x94942 -x94943 -x94944 -x94945 -x94946 -x94947 -x94948 -x94949 -x94950 -x94951 -x94952 -x94953 -x94954 -x94955 -x94956 -x94957 -x94958 -x94959 -x94960 -x94961 -x94962 -x94963 -x94964 -x94965 -x94966 -x94967 -x94968 -x94969 -x94970 -x94971 -x94972 -x94973 -x94974 -x94975 -x94976 -x94977 -x94978 -x94979 -x94980 -x94981 -x94982 -x94983 -x94984 -x94985 -x94986 -x94987 -x94988 -x94989 -x94990 -x94991 -x94992 -x94993 -x94994 -x94995 -x94996 -x94997 -x94998 -x94999 -x95000 -x95001 -x95002 -x95003 -x95004 -x95005 -x95006 -x95007 -x95008 -x95009 -x95010 -x95011 -x95012 -x95013 -x95014 -x95015 -x95016 -x95017 -x95018 -x95019 -x95020 -x95021 -x95022 -x95023 -x95024 -x95025 -x95026 -x95027 -x95028 -x95029 -x95030 -x95031 -x95032 -x95033 -x95034 x95035 -x95036 -x95037 -x95038 -x95039 -x95040 -x95041 -x95042 -x95043 -x95044 -x95045 -x95046 -x95047 -x95048 -x95049 -x95050 -x95051 -x95052 -x95053 -x95054 -x95055 -x95056 -x95057 -x95058 -x95059 -x95060 -x95061 -x95062 -x95063 -x95064 -x95065 -x95066 -x95067 -x95068 -x95069 -x95070 -x95071 -x95072 -x95073 -x95074 -x95075 -x95076 -x95077 -x95078 -x95079 -x95080 -x95081 -x95082 -x95083 -x95084 -x95085 -x95086 -x95087 -x95088 -x95089 -x95090 -x95091 -x95092 -x95093 -x95094 -x95095 -x95096 -x95097 -x95098 -x95099 -x95100 -x95101 -x95102 -x95103 -x95104 -x95105 -x95106 -x95107 -x95108 -x95109 -x95110 -x95111 -x95112 -x95113 -x95114 -x95115 -x95116 -x95117 -x95118 -x95119 -x95120 -x95121 -x95122 -x95123 -x95124 -x95125 -x95126 -x95127 -x95128 -x95129 -x95130 x95131 -x95132 -x95133 -x95134 -x95135 -x95136 -x95137 -x95138 -x95187 -x95188 -x95189 -x95190 -x95191 -x95192 -x95193 -x95194 -x95195 -x95196 -x95197 -x95198 -x95199 -x95200 -x95201 -x95202 -x95203 -x95204 -x95205 -x95206 -x95207 -x95208 -x95209 -x95210 -x95211 -x95212 -x95213 -x95214 -x95215 -x95216 -x95217 -x95218 -x95219 -x95220 -x95221 -x95222 -x95223 -x95224 -x95225 -x95226 -x95227 -x95228 -x95229 -x95230 -x95231 -x95232 -x95233 -x95234 -x95235 -x95236 -x95237 -x95238 -x95239 -x95240 -x95241 -x95242 -x95243 -x95244 -x95245 -x95246 -x95247 -x95248 -x95249 -x95250 -x95251 -x95252 -x95253 -x95254 -x95255 -x95256 -x95257 -x95258 -x95259 -x95260 -x95261 -x95262 -x95263 -x95264 -x95265 -x95266 -x95267 -x95268 -x95269 -x95270 -x95271 -x95272 -x95273 -x95274 -x95275 -x95276 -x95277 -x95278 -x95279 -x95280 -x95281 -x95282 -x95283 -x95284 -x95285 -x95286 -x95287 -x95288 -x95289 -x95290 -x95291 -x95292 -x95293 -x95294 -x95295 -x95296 -x95297 -x95298 -x95299 -x95300 -x95301 -x95302 -x95303 -x95304 -x95305 -x95306 -x95307 -x95308 -x95309 -x95310 -x95311 -x95312 -x95313 -x95314 -x95315 -x95316 -x95317 -x95318 -x95319 -x95320 -x95321 -x95322 -x95323 -x95324 -x95325 -x95326 -x95327 -x95328 -x95329 -x95330 -x95331 -x95332 -x95333 -x95334 -x95335 -x95336 -x95337 -x95338 -x95339 -x95340 -x95341 -x95342 -x95343 -x95344 -x95345 -x95346 -x95347 -x95348 -x95349 -x95350 -x95351 -x95352 -x95353 -x95354 -x95355 -x95356 -x95357 -x95358 -x95359 -x95360 -x95361 -x95362 -x95363 -x95364 -x95365 -x95366 -x95367 -x95368 -x95369 -x95370 -x95371 -x95372 -x95373 -x95374 -x95375 -x95376 -x95377 -x95378 -x95379 -x95380 -x95381 -x95382 -x95383 -x95384 -x95385 -x95386 -x95387 -x95388 -x95389 -x95390 -x95391 -x95392 -x95393 -x95394 -x95395 -x95396 -x95397 -x95398 -x95399 -x95400 -x95401 -x95402 -x95403 -x95404 -x95405 -x95406 -x95407 -x95408 -x95409 -x95410 -x95411 -x95412 -x95413 -x95414 -x95415 -x95416 -x95417 -x95418 x95419 -x95420 -x95421 -x95422 -x95423 -x95424 -x95425 -x95426 -x95427 -x95428 -x95429 -x95430 -x95431 -x95432 -x95433 -x95434 -x95435 -x95436 -x95437 -x95438 -x95439 -x95440 -x95441 -x95442 -x95443 -x95444 -x95445 -x95446 -x95447 -x95448 -x95449 -x95450 -x95451 -x95452 -x95453 -x95454 -x95455 -x95456 -x95457 -x95458 -x95459 -x95460 -x95461 -x95462 -x95463 -x95464 -x95465 -x95466 -x95467 -x95468 -x95469 -x95470 -x95471 -x95472 -x95473 -x95474 -x95475 -x95476 -x95477 -x95478 -x95479 -x95480 -x95481 -x95482 -x95483 -x95484 -x95485 -x95486 -x95487 -x95488 -x95489 -x95490 -x95491 -x95492 -x95493 -x95494 -x95495 -x95496 -x95497 -x95498 -x95499 -x95500 -x95501 -x95502 -x95503 -x95504 -x95505 -x95506 -x95507 -x95508 -x95509 -x95510 -x95511 -x95512 -x95513 -x95514 -x95515 -x95516 -x95517 -x95518 -x95519 -x95520 -x95521 -x95522 -x95523 -x95524 -x95525 -x95526 -x95527 -x95528 -x95529 -x95530 -x95531 -x95532 -x95533 -x95534 -x95535 -x95536 -x95537 -x95538 -x95539 -x95540 -x95541 -x95542 -x95543 -x95544 -x95545 -x95546 -x95547 -x95548 -x95549 -x95550 -x95551 -x95552 -x95553 -x95554 -x95555 -x95556 -x95557 -x95558 -x95559 -x95560 -x95561 -x95562 -x95563 -x95564 -x95565 -x95566 -x95567 -x95568 -x95569 -x95570 -x95571 -x95572 -x95573 -x95574 -x95575 -x95576 -x95577 -x95578 -x95579 -x95580 -x95581 -x95582 -x95583 -x95584 -x95585 -x95586 -x95587 -x95588 -x95589 -x95590 -x95591 -x95592 -x95593 -x95594 -x95595 -x95596 -x95597 -x95598 -x95599 -x95600 -x95601 -x95602 -x95603 -x95604 -x95605 -x95606 -x95607 -x95608 -x95609 -x95610 -x95611 -x95612 -x95613 -x95614 -x95615 -x95616 -x95617 -x95618 -x95619 -x95620 -x95621 -x95622 -x95623 -x95624 -x95625 -x95626 -x95627 -x95628 -x95629 -x95630 -x95631 -x95632 -x95633 -x95634 -x95635 -x95636 -x95637 -x95638 -x95639 -x95640 -x95641 -x95642 -x95643 -x95644 -x95645 -x95646 -x95647 -x95648 -x95649 -x95650 -x95651 -x95652 -x95653 -x95654 -x95655 -x95656 -x95657 -x95658 x95659 -x95660 -x95661 -x95662 -x95663 -x95664 -x95665 -x95666 -x95715 -x95716 -x95717 -x95718 -x95719 -x95720 -x95721 -x95722 -x95723 -x95724 -x95725 -x95726 -x95727 -x95728 -x95729 -x95730 -x95731 -x95732 -x95733 -x95734 -x95735 -x95736 -x95737 -x95738 -x95739 -x95740 -x95741 -x95742 -x95743 -x95744 -x95745 -x95746 -x95747 -x95748 -x95749 -x95750 -x95751 -x95752 -x95753 -x95754 -x95755 -x95756 -x95757 -x95758 -x95759 -x95760 -x95761 -x95762 -x95763 -x95764 -x95765 -x95766 -x95767 -x95768 -x95769 -x95770 -x95771 -x95772 -x95773 -x95774 -x95775 -x95776 -x95777 -x95778 -x95779 -x95780 -x95781 -x95782 -x95783 -x95784 -x95785 -x95786 -x95787 -x95788 -x95789 -x95790 -x95791 -x95792 -x95793 -x95794 -x95795 -x95796 -x95797 -x95798 -x95799 -x95800 -x95801 -x95802 x95803 -x95804 -x95805 -x95806 -x95807 -x95808 -x95809 -x95810 -x95811 -x95812 -x95813 -x95814 -x95815 -x95816 -x95817 -x95818 -x95819 -x95820 -x95821 -x95822 -x95823 -x95824 -x95825 -x95826 -x95827 -x95828 -x95829 -x95830 -x95831 -x95832 -x95833 -x95834 -x95835 -x95836 -x95837 -x95838 -x95839 -x95840 -x95841 -x95842 -x95843 -x95844 -x95845 -x95846 -x95847 -x95848 -x95849 -x95850 -x95851 -x95852 -x95853 -x95854 -x95855 -x95856 -x95857 -x95858 -x95859 -x95860 -x95861 -x95862 -x95863 -x95864 -x95865 -x95866 -x95867 -x95868 -x95869 -x95870 -x95871 -x95872 -x95873 -x95874 -x95875 -x95876 -x95877 -x95878 -x95879 -x95880 -x95881 -x95882 -x95883 -x95884 -x95885 -x95886 -x95887 -x95888 -x95889 -x95890 -x95891 -x95892 -x95893 -x95894 -x95895 -x95896 -x95897 -x95898 -x95899 -x95900 -x95901 -x95902 -x95903 -x95904 -x95905 -x95906 -x95907 -x95908 -x95909 -x95910 -x95911 -x95912 -x95913 -x95914 -x95915 -x95916 -x95917 -x95918 -x95919 -x95920 -x95921 -x95922 -x95923 -x95924 -x95925 -x95926 -x95927 -x95928 -x95929 -x95930 -x95931 -x95932 -x95933 -x95934 -x95935 -x95936 -x95937 -x95938 -x95939 -x95940 -x95941 -x95942 -x95943 -x95944 -x95945 -x95946 -x95947 -x95948 -x95949 -x95950 -x95951 -x95952 -x95953 -x95954 -x95955 -x95956 -x95957 -x95958 -x95959 -x95960 -x95961 -x95962 -x95963 -x95964 -x95965 -x95966 -x95967 -x95968 -x95969 -x95970 -x95971 -x95972 -x95973 -x95974 -x95975 -x95976 -x95977 -x95978 -x95979 -x95980 -x95981 -x95982 -x95983 -x95984 -x95985 -x95986 -x95987 -x95988 -x95989 -x95990 -x95991 -x95992 -x95993 -x95994 -x95995 -x95996 -x95997 -x95998 -x95999 -x96000 -x96001 -x96002 -x96003 -x96004 -x96005 -x96006 -x96007 -x96008 -x96009 -x96010 -x96011 -x96012 -x96013 -x96014 -x96015 -x96016 -x96017 -x96018 -x96019 -x96020 -x96021 -x96022 -x96023 -x96024 -x96025 -x96026 -x96027 -x96028 -x96029 -x96030 -x96031 -x96032 -x96033 -x96034 -x96035 -x96036 -x96037 -x96038 -x96039 -x96040 -x96041 -x96042 -x96043 x96044 -x96045 -x96046 -x96047 -x96048 -x96049 -x96050 -x96051 -x96052 -x96053 -x96054 -x96055 -x96056 -x96057 -x96058 -x96059 -x96060 -x96061 -x96062 -x96063 -x96064 -x96065 -x96066 -x96067 -x96068 -x96069 -x96070 -x96071 -x96072 -x96073 -x96074 -x96075 -x96076 -x96077 -x96078 -x96079 -x96080 -x96081 -x96082 -x96083 -x96084 -x96085 -x96086 -x96087 -x96088 -x96089 -x96090 -x96091 -x96092 -x96093 -x96094 -x96095 -x96096 -x96097 -x96098 -x96099
3600.03/3614.44	v -x96100 -x96101 -x96102 -x96103 -x96104 -x96105 -x96106 -x96107 -x96108 -x96109 -x96110 -x96111 -x96112 -x96113 -x96114 -x96115 -x96116 -x96117 -x96118 -x96119 -x96120 -x96121 -x96122 -x96123 -x96124 -x96125 -x96126 -x96127 -x96128 -x96129 -x96130 -x96131 -x96132 -x96133 -x96134 -x96135 -x96136 -x96137 -x96138 -x96139 -x96140 -x96141 -x96142 -x96143 -x96144 -x96145 -x96146 -x96195 -x96196 -x96197 -x96198 -x96199 -x96200 -x96201 -x96202 -x96203 -x96204 -x96205 -x96206 -x96207 -x96208 -x96209 -x96210 -x96211 -x96212 -x96213 -x96214 -x96215 -x96216 -x96217 -x96218 -x96219 -x96220 -x96221 -x96222 -x96223 -x96224 -x96225 -x96226 -x96227 -x96228 -x96229 -x96230 -x96231 -x96232 -x96233 -x96234 -x96235 x96236 -x96237 -x96238 -x96239 -x96240 -x96241 -x96242 -x96963 -x96964 -x96965 -x96966 -x96967 -x96968 -x96969 -x96970 -x96971 -x96972 -x96973 -x96974 -x96975 x96976 -x96977 -x96978 -x96979 -x96980 -x96981 -x96982 -x96983 -x96984 -x96985 -x96986 -x96987 -x96988 -x96989 -x96990 -x96991 -x96992 -x96993 -x96994 -x96995 -x96996 -x96997 -x96998 -x96999 -x97000 -x97001 -x97002 -x97003 -x97004 -x97005 -x97006 -x97007 -x97008 -x97009 -x97010 -x97491 -x97492 -x97493 -x97494 -x97495 -x97496 -x97497 -x97498 -x97499 -x97500 -x97501 -x97502 -x97503 -x97504 -x97505 -x97506 -x97507 -x97508 -x97509 -x97510 -x97511 -x97512 -x97513 -x97514 -x97515 -x97516 -x97517 -x97518 -x97519 -x97520 -x97521 -x97522 -x97523 -x97524 -x97525 -x97526 -x97527 -x97528 -x97529 -x97530 -x97531 -x97532 -x97533 -x97534 -x97535 -x97536 -x97537 -x97538 -x98019 -x98020 -x98021 -x98022 -x98023 -x98024 -x98025 -x98026 -x98027 -x98028 -x98029 -x98030 -x98031 x98032 -x98033 -x98034 -x98035 -x98036 -x98037 -x98038 -x98039 -x98040 -x98041 -x98042 -x98043 -x98044 -x98045 -x98046 -x98047 -x98048 -x98049 -x98050 -x98051 -x98052 -x98053 -x98054 -x98055 -x98056 -x98057 -x98058 -x98059 -x98060 -x98061 -x98062 -x98063 -x98064 -x98065 -x98066 -x98499 -x98500 -x98501 -x98502 -x98503 -x98504 -x98505 -x98506 -x98507 -x98508 -x98509 -x98510 -x98511 x98512 -x98513 -x98514 -x98515 -x98516 -x98517 -x98518 -x98519 -x98520 -x98521 -x98522 -x98523 -x98524 -x98525 -x98526 -x98527 -x98528 -x98529 -x98530 -x98531 -x98532 -x98533 -x98534 -x98535 -x98536 -x98537 -x98538 -x98539 -x98540 -x98541 -x98542 -x98543 -x98544 -x98545 -x98546 -x98595 -x98596 -x98597 -x98598 -x98599 -x98600 -x98601 -x98602 -x98603 -x98604 -x98605 -x98606 -x98607 -x98608 -x98609 -x98610 -x98611 -x98612 -x98613 -x98614 -x98615 -x98616 -x98617 -x98618 -x98619 -x98620 -x98621 -x98622 -x98623 -x98624 -x98625 -x98626 -x98627 -x98628 -x98629 -x98630 -x98631 -x98632 -x98633 -x98634 -x98635 -x98636 -x98637 -x98638 -x98639 -x98640 -x98641 -x98642 -x98643 -x98644 -x98645 -x98646 -x98647 -x98648 -x98649 -x98650 -x98651 -x98652 -x98653 -x98654 -x98655 -x98656 -x98657 -x98658 -x98659 -x98660 -x98661 -x98662 -x98663 -x98664 -x98665 -x98666 -x98667 -x98668 -x98669 -x98670 -x98671 -x98672 -x98673 -x98674 -x98675 -x98676 -x98677 -x98678 -x98679 -x98680 -x98681 -x98682 -x98683 -x98684 -x98685 -x98686 -x98687 -x98688 -x98689 -x98690 -x98691 -x98692 -x98693 -x98694 -x98695 -x98696 -x98697 -x98698 -x98699 -x98700 -x98701 -x98702 -x98703 -x98704 -x98705 -x98706 -x98707 -x98708 -x98709 -x98710 -x98711 -x98712 -x98713 -x98714 -x98715 -x98716 -x98717 -x98718 -x98719 -x98720 -x98721 -x98722 -x98723 -x98724 -x98725 -x98726 -x98727 -x98728 -x98729 -x98730 -x98731 -x98732 -x98733 -x98734 -x98735 -x98736 -x98737 -x98738 -x98739 -x98740 -x98741 -x98742 -x98743 -x98744 -x98745 -x98746 -x98747 -x98748 -x98749 -x98750 -x98751 x98752 -x98753 -x98754 -x98755 -x98756 -x98757 -x98758 -x98759 -x98760 -x98761 -x98762 -x98763 -x98764 -x98765 -x98766 -x98767 -x98768 -x98769 -x98770 -x98771 -x98772 -x98773 -x98774 -x98775 -x98776 -x98777 -x98778 -x98779 -x98780 -x98781 -x98782 -x98783 -x98784 -x98785 -x98786 -x98787 -x98788 -x98789 -x98790 -x98791 -x98792 -x98793 -x98794 -x98795 -x98796 -x98797 -x98798 -x98799 -x98800 -x98801 -x98802 -x98803 -x98804 -x98805 -x98806 -x98807 -x98808 -x98809 -x98810 -x98811 -x98812 -x98813 -x98814 -x98815 -x98816 -x98817 -x98818 -x98819 -x98820 -x98821 -x98822 -x98823 -x98824 -x98825 -x98826 -x98827 -x98828 -x98829 -x98830 -x98831 -x98832 -x98833 -x98834 -x96483 -x96484 -x96485 -x96486 -x96487 -x96488 -x96489 -x96490 -x96491 -x96492 -x96493 -x96494 -x96495 -x96496 -x96497 -x96498 -x96499 -x96500 -x96501 -x96502 -x96503 -x96504 -x96505 -x96506 -x96507 -x96508 -x96509 -x96510 -x96511 -x96512 -x96513 -x96514 -x96515 -x96516 -x96517 -x96518 -x96519 -x96520 -x96521 -x96522 -x96523 -x96524 -x96525 -x96526 -x96527 -x96528 -x96529 -x96530 -x96531 -x96532 -x96533 -x96534 -x96535 -x96536 -x96537 -x96538 -x96539 -x96540 -x96541 -x96542 -x96543 x96544 -x96545 -x96546 -x96547 -x96548 -x96549 -x96550 -x96551 -x96552 -x96553 -x96554 -x96555 -x96556 -x96557 -x96558 -x96559 -x96560 -x96561 -x96562 -x96563 -x96564 -x96565 -x96566 -x96567 -x96568 -x96569 -x96570 -x96571 -x96572 -x96573 -x96574 -x96575 -x96576 -x96577 -x96578 -x96579 -x96580 -x96581 -x96582 -x96583 -x96584 -x96585 -x96586 -x96587 -x96588 -x96589 -x96590 -x96591 -x96592 -x96593 -x96594 -x96595 -x96596 -x96597 -x96598 -x96599 -x96600 -x96601 -x96602 -x96603 -x96604 -x96605 -x96606 -x96607 -x96608 -x96609 -x96610 -x96611 -x96612 -x96613 -x96614 -x96615 -x96616 -x96617 -x96618 -x96619 -x96620 -x96621 -x96622 -x96623 -x96624 -x96625 -x96626 -x96627 -x96628 -x96629 -x96630 -x96631 -x96632 -x96633 -x96634 -x96635 -x96636 -x96637 -x96638 -x96639 -x96640 -x96641 -x96642 -x96643 -x96644 -x96645 -x96646 -x96647 -x96648 -x96649 -x96650 -x96651 -x96652 -x96653 -x96654 -x96655 -x96656 -x96657 -x96658 -x96659 -x96660 -x96661 -x96662 -x96663 -x96664 -x96665 -x96666 -x96667 -x96668 -x96669 -x96670 -x96671 -x96672 -x96673 -x96674 -x96675 -x96676 -x96677 -x96678 -x96679 -x96680 -x96681 -x96682 -x96683 -x96684 -x96685 -x96686 -x96687 -x96688 -x96689 -x96690 -x96691 -x96692 -x96693 -x96694 -x96695 -x96696 -x96697 -x96698 -x96699 -x96700 -x96701 -x96702 -x96703 -x96704 -x96705 -x96706 -x96707 -x96708 -x96709 -x96710 -x96711 -x96712 -x96713 -x96714 -x96715 -x96716 -x96717 -x96718 -x96719 -x96720 -x96721 -x96722 -x96723 -x96724 -x96725 -x96726 -x96727 -x96728 -x96729 -x96730 -x96731 -x96732 -x96733 -x96734 -x96735 -x96736 -x96737 -x96738 -x96739 -x96740 -x96741 -x96742 -x96743 -x96744 -x96745 -x96746 -x96747 -x96748 -x96749 -x96750 -x96751 -x96752 -x96753 -x96754 -x96755 -x96756 -x96757 -x96758 -x96759 -x96760 -x96761 -x96762 -x96763 -x96764 -x96765 -x96766 -x96767 -x96768 -x96769 -x96770 -x96771 -x96772 -x96773 -x96774 -x96775 -x96776 -x96777 -x96778 -x96779 -x96780 -x96781 -x96782 -x96783 -x96784 -x96785 -x96786 -x96787 -x96788 -x96789 -x96790 -x96791 -x96792 -x96793 -x96794 -x96795 -x96796 -x96797 -x96798 -x96799 -x96800 -x96801 -x96802 -x96803 -x96804 -x96805 -x96806 -x96807 -x96808 -x96809 -x96810 -x96811 -x96812 -x96813 -x96814 -x96815 -x96816 -x96817 -x96818 -x96819 -x96820 -x96821 -x96822 -x96823 -x96824 -x96825 -x96826 -x96827 -x96828 -x96829 -x96830 -x96831 -x96832 -x96833 -x96834 -x96835 -x96836 -x96837 -x96838 -x96839 -x96840 -x96841 -x96842 -x96843 -x96844 -x96845 -x96846 -x96847 -x96848 -x96849 -x96850 -x96851 -x96852 -x96853 -x96854 -x96855 -x96856 -x96857 -x96858 -x96859 -x96860 -x96861 -x96862 -x96863 -x96864 -x96865 -x96866 -x96867 -x96868 -x96869 -x96870 -x96871 -x96872 -x96873 -x96874 -x96875 -x96876 -x96877 -x96878 -x96879 -x96880 x96881 -x96882 -x96883 -x96884 -x96885 -x96886 -x96887 -x96888 -x96889 -x96890 -x96891 -x96892 -x96893 -x96894 -x96895 -x96896 -x96897 -x96898 -x96899 -x96900 -x96901 -x96902 -x96903 -x96904 -x96905 -x96906 -x96907 -x96908 -x96909 -x96910 -x96911 -x96912 -x96913 -x96914 -x96915 -x96916 -x96917 -x96918 -x96919 -x96920 -x96921 -x96922 -x96923 -x96924 -x96925 -x96926 -x96927 -x96928 -x96929 -x96930 -x96931 -x96932 -x96933 -x96934 -x96935 -x96936 -x96937 -x96938 -x96939 -x96940 -x96941 -x96942 -x96943 -x96944 -x96945 -x96946 -x96947 -x96948 -x96949 -x96950 -x96951 -x96952 -x96953 -x96954 -x96955 -x96956 -x96957 -x96958 -x96959 -x96960 -x96961 -x96962 -x97011 -x97012 -x97013 -x97014 -x97015 -x97016 -x97017 -x97018 -x97019 -x97020 -x97021 -x97022 -x97023 -x97024 -x97025 -x97026 -x97027 -x97028 -x97029 -x97030 -x97031 -x97032 -x97033 -x97034 -x97035 -x97036 -x97037 -x97038 -x97039 -x97040 -x97041 -x97042 -x97043 -x97044 -x97045 -x97046 -x97047 -x97048 -x97049 -x97050 -x97051 -x97052 -x97053 -x97054 -x97055 -x97056 -x97057 -x97058 -x97059 -x97060 -x97061 -x97062 -x97063 -x97064 -x97065 -x97066 -x97067 -x97068 -x97069 -x97070 -x97071 -x97072 -x97073 -x97074 -x97075 -x97076 -x97077 -x97078 -x97079 -x97080 -x97081 -x97082 -x97083 -x97084 -x97085 -x97086 -x97087 -x97088 -x97089 -x97090 -x97091 -x97092 -x97093 -x97094 -x97095 -x97096 -x97097 -x97098 -x97099 -x97100 -x97101 -x97102 -x97103 -x97104 -x97105 -x97106 -x97107 -x97108 -x97109 -x97110 -x97111 -x97112 -x97113 -x97114 -x97115 -x97116 -x97117 -x97118 -x97119 -x97120 -x97121 -x97122 -x97123 -x97124 -x97125 -x97126 -x97127 -x97128 -x97129 -x97130 -x97131 -x97132 -x97133 -x97134 -x97135 -x97136 -x97137 -x97138 -x97139 -x97140 -x97141 -x97142 -x97143 -x97144 -x97145 -x97146 -x97147 -x97148 -x97149 -x97150 -x97151 -x97152 -x97153 -x97154 -x97155 -x97156 -x97157 -x97158 -x97159 -x97160 -x97161 -x97162 -x97163 -x97164 -x97165 -x97166 -x97167 -x97168 -x97169 -x97170 -x97171 -x97172 -x97173 -x97174 -x97175 -x97176 -x97177 -x97178 -x97179 -x97180 -x97181 -x97182 -x97183 -x97184 -x97185 -x97186 -x97187 -x97188 -x97189 -x97190 -x97191 -x97192 -x97193 -x97194 -x97195 -x97196 -x97197 -x97198 -x97199 -x97200 -x97201 -x97202 -x97203 -x97204 -x97205 -x97206 -x97207 -x97208 -x97209 -x97210 -x97211 -x97212 -x97213 -x97214 -x97215 -x97216 -x97217 -x97218 -x97219 -x97220 -x97221 -x97222 -x97223 -x97224 -x97225 -x97226 -x97227 -x97228 -x97229 -x97230 -x97231 -x97232 -x97233 -x97234 -x97235 -x97236 -x97237 -x97238 -x97239 -x97240 -x97241 -x97242 -x97243 -x97244 -x97245 -x97246 -x97247 -x97248 -x97249 -x97250 -x97251 -x97252 -x97253 -x97254 -x97255 -x97256 -x97257 -x97258 -x97259 -x97260 -x97261 -x97262 -x97263 -x97264 -x97265 -x97266 -x97267 -x97268 -x97269 -x97270 -x97271 -x97272 -x97273 -x97274 -x97275 -x97276 -x97277 -x97278 -x97279 -x97280 -x97281 -x97282 -x97283 -x97284 -x97285 -x97286 -x97287 -x97288 -x97289 -x97290 -x97291 -x97292 -x97293 -x97294 -x97295 -x97296 -x97297 -x97298 -x97299 -x97300 -x97301 -x97302 -x97303 -x97304 -x97305 -x97306 -x97307 -x97308 -x97309 -x97310 -x97311 -x97312 -x97313 -x97314 -x97315 -x97316 -x97317 -x97318 -x97319 -x97320 -x97321 -x97322 -x97323 -x97324 -x97325 -x97326 -x97327 -x97328 -x97329 -x97330 -x97331 -x97332 -x97333 -x97334 -x97335 -x97336 -x97337 -x97338 -x97339 -x97340 -x97341 -x97342 -x97343 -x97344 -x97345 -x97346 -x97347 -x97348 -x97349 -x97350 -x97351 -x97352 -x97353 -x97354 -x97355 -x97356 -x97357 -x97358 -x97359 -x97360 -x97361 -x97362 -x97363 -x97364 -x97365 -x97366 -x97367 -x97368 -x97369 -x97370 -x97371 -x97372 -x97373 -x97374 -x97375 -x97376 -x97377 -x97378 -x97379 -x97380 -x97381 -x97382 -x97383 -x97384 -x97385 -x97386 -x97387 -x97388 -x97389 -x97390 -x97391 -x97392 -x97393 -x97394 -x97395 -x97396 -x97397 -x97398 -x97399 -x97400 -x97401 -x97402 -x97403 -x97404 -x97405 -x97406 -x97407 -x97408 -x97409 -x97410 -x97411 -x97412 -x97413 -x97414 -x97415 -x97416 -x97417 -x97418 -x97419 -x97420 -x97421 -x97422 -x97423 -x97424 -x97425 -x97426 -x97427 -x97428 -x97429 -x97430 -x97431 -x97432 -x97433 -x97434 -x97435 -x97436 -x97437 -x97438 -x97439 -x97440 -x97441 -x97442 -x97443 -x97444 -x97445 -x97446 -x97447 -x97448 -x97449 -x97450 -x97451 -x97452 -x97453 -x97454 -x97455 -x97456 -x97457 -x97458 -x97459 -x97460 -x97461 -x97462 -x97463 -x97464 -x97465 -x97466 -x97467 -x97468 -x97469 -x97470 -x97471 -x97472 -x97473 -x97474 -x97475 -x97476 -x97477 -x97478 -x97479 -x97480 -x97481 -x97482 -x97483 -x97484 -x97485 -x97486 -x97487 -x97488 -x97489 -x97490 -x97539 -x97540 -x97541 -x97542 -x97543 -x97544 -x97545 -x97546 -x97547 -x97548 -x97549 -x97550 -x97551 -x97552 -x97553 -x97554 -x97555 -x97556 -x97557 -x97558 -x97559 -x97560 -x97561 -x97562 -x97563 -x97564 -x97565 -x97566 -x97567 -x97568 -x97569 -x97570 -x97571 -x97572 -x97573 -x97574 -x97575 -x97576 -x97577 -x97578 -x97579 -x97580 -x97581 -x97582 -x97583 -x97584 -x97585 -x97586 -x97587 -x97588 -x97589 -x97590 -x97591 -x97592 -x97593 -x97594 -x97595 -x97596 -x97597 -x97598 -x97599 -x97600 -x97601 -x97602 -x97603 -x97604 -x97605 -x97606 -x97607 -x97608 -x97609 -x97610 -x97611 -x97612 -x97613 -x97614 -x97615 -x97616 -x97617 -x97618 -x97619 -x97620 -x97621 -x97622 -x97623 -x97624 -x97625 -x97626 -x97627 -x97628 -x97629 -x97630 -x97631 -x97632 -x97633 -x97634 -x97635 -x97636 -x97637 -x97638 -x97639 -x97640 -x97641 -x97642 -x97643 -x97644 -x97645 -x97646 -x97647 -x97648 x97649 -x97650 -x97651 -x97652 -x97653 -x97654 -x97655 -x97656 -x97657 -x97658 -x97659 -x97660 -x97661 -x97662 -x97663 -x97664 -x97665 -x97666 -x97667 -x97668 -x97669 -x97670 -x97671 -x97672 -x97673 -x97674 -x97675 -x97676 -x97677 -x97678 -x97679 -x97680 -x97681 -x97682 -x97683 -x97684 -x97685 -x97686 -x97687 -x97688 -x97689 -x97690 -x97691 -x97692 -x97693 -x97694 -x97695 -x97696 -x97697 -x97698 -x97699 -x97700 -x97701 -x97702 -x97703 -x97704 -x97705 -x97706 -x97707 -x97708 -x97709 -x97710 -x97711 -x97712 -x97713 -x97714 -x97715 -x97716 -x97717 -x97718 -x97719 -x97720 -x97721 -x97722 -x97723 -x97724 -x97725 -x97726 -x97727 -x97728 -x97729 -x97730 -x97731 -x97732 -x97733 -x97734 -x97735 -x97736 -x97737 -x97738 -x97739 -x97740 -x97741 -x97742 -x97743 -x97744 -x97745 -x97746 -x97747 -x97748 -x97749 -x97750 -x97751 -x97752 -x97753 -x97754 -x97755 -x97756 -x97757 -x97758 -x97759 -x97760 -x97761 -x97762 -x97763 -x97764 -x97765 -x97766 -x97767 -x97768 -x97769 -x97770 -x97771 -x97772 -x97773 -x97774 -x97775 -x97776 -x97777 -x97778 -x97779 -x97780 -x97781 -x97782 -x97783 -x97784 -x97785 -x97786 -x97787 -x97788 -x97789 -x97790 -x97791 -x97792 -x97793 -x97794 -x97795 -x97796 -x97797 -x97798 -x97799 -x97800 -x97801 -x97802 -x97803 -x97804 -x97805 -x97806 -x97807 -x97808 -x97809 -x97810 -x97811 -x97812 -x97813 -x97814 -x97815 -x97816 -x97817 -x97818 -x97819 -x97820 -x97821 -x97822 -x97823 -x97824 -x97825 -x97826 -x97827 -x97828 -x97829 -x97830 -x97831 -x97832 -x97833 -x97834 -x97835 -x97836 -x97837 -x97838 -x97839 -x97840 -x97841 -x97842 -x97843 -x97844 -x97845 -x97846 -x97847 -x97848 -x97849 -x97850 -x97851 -x97852 -x97853 -x97854 -x97855 -x97856 -x97857 -x97858 -x97859 -x97860 -x97861 -x97862 -x97863 -x97864 -x97865 -x97866 -x97867 -x97868 -x97869 -x97870 -x97871 -x97872 -x97873 -x97874 -x97875 -x97876 -x97877 -x97878 -x97879 -x97880 -x97881 -x97882 -x97883 -x97884 -x97885 -x97886 -x97887 -x97888 -x97889 -x97890 -x97891 -x97892 -x97893 -x97894 -x97895 -x97896 -x97897 -x97898 -x97899 -x97900 -x97901 -x97902 -x97903 -x97904 -x97905 -x97906 -x97907 -x97908 -x97909 -x97910 -x97911 -x97912 -x97913 -x97914 -x97915 -x97916 -x97917 -x97918 -x97919 -x97920 -x97921 -x97922 -x97923 -x97924 -x97925 -x97926 -x97927 -x97928 -x97929 -x97930 -x97931 -x97932 -x97933 -x97934 -x97935 -x97936 -x97937 -x97938 -x97939 -x97940 -x97941 -x97942 -x97943 -x97944 -x97945 -x97946 -x97947 -x97948 -x97949 -x97950 -x97951 -x97952 -x97953 -x97954 -x97955 -x97956 -x97957 -x97958 -x97959 -x97960 -x97961 -x97962 -x97963 -x97964 -x97965 -x97966 -x97967 -x97968 -x97969 -x97970 -x97971 -x97972 -x97973 -x97974 -x97975 -x97976 -x97977 -x97978 -x97979 -x97980 -x97981 -x97982 -x97983 -x97984 -x97985 -x97986 -x97987 -x97988 -x97989 -x97990 -x97991 -x97992 -x97993 -x97994 -x97995 -x97996 -x97997 -x97998 -x97999 -x98000 -x98001 -x98002 -x98003 -x98004 -x98005 -x98006 -x98007 -x98008 -x98009 -x98010 -x98011 -x98012 -x98013 -x98014 -x98015 -x98016 -x98017 -x98018 -x98067 -x98068 -x98069 -x98070 -x98071 -x98072 -x98073 -x98074 -x98075 -x98076 -x98077 -x98078 -x98079 -x98080 -x98081 -x98082 -x98083 -x98084 -x98085 -x98086 -x98087 -x98088 -x98089 -x98090 -x98091 -x98092 -x98093 -x98094 -x98095 -x98096 -x98097 -x98098 -x98099
3600.03/3614.45	v -x98100 -x98101 -x98102 -x98103 -x98104 -x98105 -x98106 -x98107 -x98108 -x98109 -x98110 -x98111 -x98112 -x98113 -x98114 -x98115 -x98116 -x98117 -x98118 -x98119 -x98120 -x98121 -x98122 -x98123 -x98124 -x98125 -x98126 -x98127 -x98128 -x98129 -x98130 -x98131 -x98132 -x98133 -x98134 -x98135 -x98136 -x98137 -x98138 -x98139 -x98140 -x98141 -x98142 -x98143 -x98144 -x98145 -x98146 -x98147 -x98148 -x98149 -x98150 -x98151 -x98152 -x98153 -x98154 -x98155 -x98156 -x98157 -x98158 -x98159 -x98160 -x98161 -x98162 -x98163 -x98164 -x98165 -x98166 -x98167 -x98168 -x98169 -x98170 -x98171 -x98172 -x98173 -x98174 -x98175 -x98176 -x98177 -x98178 -x98179 -x98180 -x98181 -x98182 -x98183 -x98184 -x98185 -x98186 -x98187 -x98188 -x98189 -x98190 -x98191 -x98192 -x98193 -x98194 -x98195 -x98196 -x98197 -x98198 -x98199 -x98200 -x98201 -x98202 -x98203 -x98204 -x98205 -x98206 -x98207 -x98208 -x98209 -x98210 -x98211 -x98212 -x98213 -x98214 -x98215 -x98216 -x98217 -x98218 -x98219 -x98220 -x98221 -x98222 -x98223 -x98224 x98225 -x98226 -x98227 -x98228 -x98229 -x98230 -x98231 -x98232 -x98233 -x98234 -x98235 -x98236 -x98237 -x98238 -x98239 -x98240 -x98241 -x98242 -x98243 -x98244 -x98245 -x98246 -x98247 -x98248 -x98249 -x98250 -x98251 -x98252 -x98253 -x98254 -x98255 -x98256 -x98257 -x98258 -x98259 -x98260 -x98261 -x98262 -x98263 -x98264 -x98265 -x98266 -x98267 -x98268 -x98269 -x98270 -x98271 -x98272 -x98273 -x98274 -x98275 -x98276 -x98277 -x98278 -x98279 -x98280 -x98281 -x98282 -x98283 -x98284 -x98285 -x98286 -x98287 -x98288 -x98289 -x98290 -x98291 -x98292 -x98293 -x98294 -x98295 -x98296 -x98297 -x98298 -x98299 -x98300 -x98301 -x98302 -x98303 -x98304 -x98305 -x98306 -x98307 -x98308 -x98309 -x98310 -x98311 -x98312 -x98313 -x98314 -x98315 -x98316 -x98317 -x98318 -x98319 -x98320 -x98321 -x98322 -x98323 -x98324 -x98325 -x98326 -x98327 -x98328 -x98329 -x98330 -x98331 -x98332 -x98333 -x98334 -x98335 -x98336 -x98337 -x98338 -x98339 -x98340 -x98341 -x98342 -x98343 -x98344 -x98345 -x98346 -x98347 -x98348 -x98349 -x98350 -x98351 -x98352 -x98353 -x98354 -x98355 -x98356 -x98357 -x98358 -x98359 -x98360 -x98361 -x98362 -x98363 -x98364 -x98365 -x98366 -x98367 -x98368 -x98369 -x98370 -x98371 -x98372 -x98373 -x98374 -x98375 -x98376 -x98377 -x98378 -x98379 -x98380 -x98381 -x98382 -x98383 -x98384 -x98385 -x98386 -x98387 -x98388 -x98389 -x98390 -x98391 -x98392 -x98393 -x98394 -x98395 -x98396 -x98397 -x98398 -x98399 -x98400 -x98401 -x98402 -x98403 -x98404 -x98405 -x98406 -x98407 -x98408 -x98409 -x98410 -x98411 -x98412 -x98413 -x98414 -x98415 -x98416 -x98417 -x98418 -x98419 -x98420 -x98421 -x98422 -x98423 -x98424 -x98425 -x98426 -x98427 -x98428 -x98429 -x98430 -x98431 -x98432 -x98433 -x98434 -x98435 -x98436 -x98437 -x98438 -x98439 -x98440 -x98441 -x98442 -x98443 -x98444 -x98445 -x98446 -x98447 -x98448 -x98449 -x98450 -x98451 -x98452 -x98453 -x98454 -x98455 -x98456 -x98457 -x98458 -x98459 -x98460 -x98461 -x98462 -x98463 -x98464 -x98465 -x98466 -x98467 -x98468 -x98469 -x98470 -x98471 -x98472 -x98473 -x98474 -x98475 -x98476 -x98477 -x98478 -x98479 -x98480 -x98481 -x98482 -x98483 -x98484 -x98485 -x98486 -x98487 -x98488 -x98489 -x98490 -x98491 -x98492 -x98493 -x98494 -x98495 -x98496 -x98497 -x98498 -x98547 -x98548 -x98549 -x98550 -x98551 -x98552 -x98553 -x98554 -x98555 -x98556 -x98557 -x98558 -x98559 -x98560 -x98561 -x98562 -x98563 -x98564 -x98565 -x98566 -x98567 -x98568 -x98569 -x98570 -x98571 -x98572 -x98573 -x98574 -x98575 -x98576 -x98577 -x98578 -x98579 -x98580 -x98581 -x98582 -x98583 -x98584 -x98585 -x98586 -x98587 -x98588 -x98589 -x98590 -x98591 -x98592 -x98593 -x98594 -x99315 -x99316 -x99317 -x99318 -x99319 -x99320 -x99321 -x99322 -x99323 -x99324 -x99325 -x99326 -x99327 -x99328 -x99329 -x99330 -x99331 -x99332 -x99333 -x99334 -x99335 -x99336 -x99337 -x99338 -x99339 -x99340 -x99341 -x99342 -x99343 -x99344 -x99345 -x99346 -x99347 -x99348 -x99349 -x99350 -x99351 -x99352 -x99353 -x99354 -x99355 -x99356 -x99357 -x99358 -x99359 -x99360 -x99361 -x99362 -x99843 -x99844 -x99845 -x99846 -x99847 -x99848 -x99849 -x99850 -x99851 -x99852 -x99853 -x99854 -x99855 -x99856 -x99857 -x99858 -x99859 -x99860 -x99861 -x99862 -x99863 -x99864 -x99865 -x99866 -x99867 -x99868 -x99869 -x99870 -x99871 -x99872 -x99873 -x99874 -x99875 -x99876 -x99877 -x99878 -x99879 -x99880 -x99881 -x99882 -x99883 -x99884 -x99885 -x99886 -x99887 -x99888 -x99889 -x99890 -x100371 -x100372 -x100373 -x100374 -x100375 -x100376 -x100377 -x100378 -x100379 -x100380 -x100381 -x100382 -x100383 -x100384 -x100385 -x100386 -x100387 -x100388 -x100389 -x100390 -x100391 -x100392 -x100393 -x100394 -x100395 -x100396 -x100397 -x100398 -x100399 -x100400 -x100401 -x100402 -x100403 -x100404 -x100405 -x100406 -x100407 -x100408 -x100409 -x100410 -x100411 -x100412 -x100413 -x100414 -x100415 -x100416 -x100417 -x100418 -x100851 -x100852 -x100853 -x100854 -x100855 -x100856 -x100857 -x100858 -x100859 -x100860 -x100861 -x100862 -x100863 -x100864 -x100865 -x100866 -x100867 -x100868 -x100869 -x100870 -x100871 -x100872 -x100873 -x100874 -x100875 -x100876 -x100877 -x100878 -x100879 -x100880 -x100881 -x100882 -x100883 -x100884 -x100885 -x100886 -x100887 -x100888 -x100889 -x100890 -x100891 -x100892 -x100893 -x100894 -x100895 -x100896 -x100897 -x100898 -x100947 -x100948 -x100949 -x100950 -x100951 -x100952 -x100953 -x100954 -x100955 -x100956 -x100957 -x100958 -x100959 -x100960 -x100961 -x100962 -x100963 -x100964 -x100965 -x100966 -x100967 -x100968 -x100969 -x100970 -x100971 -x100972 -x100973 -x100974 -x100975 -x100976 -x100977 -x100978 -x100979 -x100980 -x100981 -x100982 -x100983 -x100984 -x100985 -x100986 -x100987 -x100988 -x100989 -x100990 -x100991 -x100992 -x100993 -x100994 -x100995 -x100996 -x100997 -x100998 -x100999 -x101000 -x101001 -x101002 -x101003 -x101004 -x101005 -x101006 -x101007 -x101008 -x101009 -x101010 -x101011 -x101012 -x101013 -x101014 -x101015 -x101016 -x101017 -x101018 -x101019 -x101020 -x101021 -x101022 -x101023 -x101024 -x101025 -x101026 -x101027 -x101028 -x101029 -x101030 -x101031 -x101032 -x101033 -x101034 -x101035 -x101036 -x101037 -x101038 -x101039 -x101040 -x101041 -x101042 -x101043 -x101044 -x101045 -x101046 -x101047 -x101048 -x101049 -x101050 -x101051 -x101052 -x101053 -x101054 -x101055 -x101056 -x101057 -x101058 -x101059 -x101060 -x101061 -x101062 -x101063 -x101064 -x101065 -x101066 -x101067 -x101068 -x101069 -x101070 -x101071 -x101072 -x101073 -x101074 -x101075 -x101076 -x101077 -x101078 -x101079 -x101080 -x101081 -x101082 -x101083 -x101084 -x101085 -x101086 -x101087 -x101088 -x101089 -x101090 -x101091 -x101092 -x101093 -x101094 -x101095 -x101096 -x101097 -x101098 -x101099 -x101100 -x101101 -x101102 -x101103 -x101104 -x101105 -x101106 -x101107 -x101108 -x101109 -x101110 -x101111 -x101112 -x101113 -x101114 -x101115 -x101116 -x101117 -x101118 -x101119 -x101120 -x101121 -x101122 -x101123 -x101124 -x101125 -x101126 -x101127 -x101128 -x101129 -x101130 -x101131 -x101132 -x101133 -x101134 -x101135 -x101136 -x101137 -x101138 -x101139 -x101140 -x101141 -x101142 -x101143 -x101144 -x101145 -x101146 -x101147 -x101148 -x101149 -x101150 -x101151 -x101152 -x101153 -x101154 -x101155 -x101156 -x101157 -x101158 -x101159 -x101160 -x101161 -x101162 -x101163 -x101164 -x101165 -x101166 -x101167 -x101168 -x101169 -x101170 -x101171 -x101172 -x101173 -x101174 -x101175 -x101176 -x101177 -x101178 -x101179 -x101180 -x101181 -x101182 -x101183 -x101184 -x101185 -x101186 -x98835 -x98836 -x98837 -x98838 -x98839 -x98840 -x98841 -x98842 -x98843 -x98844 -x98845 -x98846 -x98847 -x98848 -x98849 -x98850 -x98851 -x98852 -x98853 -x98854 -x98855 -x98856 -x98857 -x98858 -x98859 -x98860 -x98861 -x98862 -x98863 -x98864 -x98865 x98866 -x98867 -x98868 -x98869 -x98870 -x98871 -x98872 -x98873 -x98874 -x98875 -x98876 -x98877 -x98878 -x98879 -x98880 -x98881 -x98882 -x98883 -x98884 -x98885 -x98886 -x98887 -x98888 -x98889 -x98890 -x98891 -x98892 -x98893 -x98894 -x98895 -x98896 -x98897 -x98898 -x98899 -x98900 -x98901 -x98902 -x98903 -x98904 -x98905 -x98906 -x98907 -x98908 -x98909 -x98910 -x98911 -x98912 -x98913 -x98914 -x98915 -x98916 -x98917 -x98918 -x98919 -x98920 -x98921 -x98922 -x98923 -x98924 -x98925 -x98926 -x98927 -x98928 -x98929 -x98930 -x98931 -x98932 -x98933 -x98934 -x98935 -x98936 -x98937 -x98938 -x98939 -x98940 -x98941 -x98942 -x98943 -x98944 -x98945 -x98946 -x98947 -x98948 -x98949 -x98950 -x98951 -x98952 -x98953 -x98954 -x98955 -x98956 -x98957 -x98958 -x98959 -x98960 -x98961 -x98962 -x98963 -x98964 -x98965 -x98966 -x98967 -x98968 -x98969 -x98970 -x98971 -x98972 -x98973 -x98974 -x98975 -x98976 -x98977 -x98978 -x98979 -x98980 -x98981 -x98982 -x98983 -x98984 -x98985 -x98986 -x98987 -x98988 -x98989 -x98990 -x98991 -x98992 -x98993 -x98994 -x98995 -x98996 -x98997 -x98998 -x98999 -x99000 -x99001 -x99002 -x99003 -x99004 -x99005 -x99006 -x99007 -x99008 -x99009 -x99010 -x99011 -x99012 -x99013 -x99014 -x99015 -x99016 -x99017 -x99018 -x99019 -x99020 -x99021 -x99022 -x99023 -x99024 -x99025 -x99026 -x99027 -x99028 -x99029 -x99030 -x99031 -x99032 -x99033 -x99034 -x99035 -x99036 -x99037 -x99038 -x99039 -x99040 -x99041 -x99042 -x99043 -x99044 -x99045 -x99046 -x99047 -x99048 -x99049 -x99050 -x99051 -x99052 -x99053 -x99054 -x99055 -x99056 -x99057 -x99058 -x99059 -x99060 -x99061 -x99062 -x99063 -x99064 -x99065 -x99066 -x99067 -x99068 -x99069 -x99070 -x99071 -x99072 -x99073 -x99074 -x99075 -x99076 -x99077 -x99078 -x99079 -x99080 -x99081 -x99082 -x99083 -x99084 -x99085 -x99086 -x99087 -x99088 -x99089 -x99090 -x99091 -x99092 -x99093 -x99094 -x99095 -x99096 -x99097 -x99098 -x99099 -x99100 -x99101 -x99102 -x99103 -x99104 -x99105 -x99106 -x99107 -x99108 -x99109 -x99110 -x99111 -x99112 -x99113 -x99114 -x99115 -x99116 -x99117 -x99118 -x99119 -x99120 -x99121 -x99122 -x99123 -x99124 -x99125 -x99126 -x99127 -x99128 -x99129 -x99130 -x99131 -x99132 -x99133 -x99134 -x99135 -x99136 -x99137 -x99138 -x99139 -x99140 -x99141 -x99142 -x99143 -x99144 -x99145 -x99146 -x99147 -x99148 -x99149 -x99150 -x99151 -x99152 -x99153 -x99154 -x99155 -x99156 -x99157 -x99158 -x99159 -x99160 -x99161 -x99162 -x99163 -x99164 -x99165 -x99166 -x99167 -x99168 -x99169 -x99170 -x99171 -x99172 -x99173 -x99174 -x99175 -x99176 -x99177 -x99178 -x99179 -x99180 -x99181 -x99182 -x99183 -x99184 -x99185 -x99186 -x99187 -x99188 -x99189 -x99190 -x99191 -x99192 -x99193 -x99194 -x99195 -x99196 -x99197 -x99198 -x99199 -x99200 -x99201 -x99202 -x99203 -x99204 -x99205 -x99206 -x99207 -x99208 -x99209 -x99210 -x99211 -x99212 -x99213 -x99214 -x99215 -x99216 -x99217 -x99218 -x99219 -x99220 -x99221 -x99222 -x99223 -x99224 -x99225 -x99226 -x99227 -x99228 -x99229 -x99230 -x99231 -x99232 -x99233 -x99234 -x99235 -x99236 -x99237 -x99238 -x99239 -x99240 -x99241 -x99242 -x99243 -x99244 -x99245 -x99246 -x99247 -x99248 -x99249 -x99250 -x99251 -x99252 -x99253 -x99254 -x99255 -x99256 -x99257 -x99258 -x99259 -x99260 -x99261 -x99262 -x99263 -x99264 -x99265 -x99266 -x99267 -x99268 -x99269 -x99270 -x99271 -x99272 -x99273 -x99274 -x99275 -x99276 -x99277 -x99278 -x99279 -x99280 -x99281 -x99282 -x99283 -x99284 -x99285 -x99286 -x99287 -x99288 -x99289 -x99290 -x99291 -x99292 -x99293 -x99294 -x99295 -x99296 -x99297 x99298 -x99299 -x99300 -x99301 -x99302 -x99303 -x99304 -x99305 -x99306 -x99307 -x99308 -x99309 -x99310 -x99311 -x99312 -x99313 -x99314 -x99363 -x99364 -x99365 -x99366 -x99367 -x99368 -x99369 -x99370 -x99371 -x99372 -x99373 -x99374 -x99375 -x99376 -x99377 -x99378 -x99379 -x99380 -x99381 -x99382 -x99383 -x99384 -x99385 -x99386 -x99387 -x99388 -x99389 -x99390 -x99391 -x99392 -x99393 -x99394 -x99395 -x99396 -x99397 -x99398 -x99399 -x99400 -x99401 -x99402 -x99403 -x99404 -x99405 -x99406 -x99407 -x99408 -x99409 -x99410 -x99411 -x99412 -x99413 -x99414 -x99415 -x99416 -x99417 -x99418 -x99419 -x99420 -x99421 -x99422 -x99423 -x99424 -x99425 -x99426 -x99427 -x99428 -x99429 -x99430 -x99431 -x99432 -x99433 -x99434 -x99435 -x99436 -x99437 -x99438 -x99439 -x99440 -x99441 -x99442 -x99443 -x99444 -x99445 -x99446 -x99447 -x99448 -x99449 -x99450 -x99451 -x99452 -x99453 -x99454 -x99455 -x99456 -x99457 -x99458 -x99459 -x99460 -x99461 -x99462 -x99463 -x99464 -x99465 -x99466 -x99467 -x99468 -x99469 -x99470 -x99471 -x99472 -x99473 -x99474 -x99475 -x99476 -x99477 -x99478 -x99479 -x99480 -x99481 -x99482 -x99483 -x99484 -x99485 -x99486 -x99487 -x99488 -x99489 x99490 -x99491 -x99492 -x99493 -x99494 -x99495 -x99496 -x99497 -x99498 -x99499 -x99500 -x99501 -x99502 -x99503 -x99504 -x99505 -x99506 -x99507 -x99508 -x99509 -x99510 -x99511 -x99512 -x99513 -x99514 -x99515 -x99516 -x99517 -x99518 -x99519 -x99520 -x99521 -x99522 -x99523 -x99524 -x99525 -x99526 -x99527 -x99528 -x99529 -x99530 -x99531 -x99532 -x99533 -x99534 -x99535 -x99536 -x99537 x99538 -x99539 -x99540 -x99541 -x99542 -x99543 -x99544 -x99545 -x99546 -x99547 -x99548 -x99549 -x99550 -x99551 -x99552 -x99553 -x99554 -x99555 -x99556 -x99557 -x99558 -x99559 -x99560 -x99561 -x99562 -x99563 -x99564 -x99565 -x99566 -x99567 -x99568 -x99569 -x99570 -x99571 -x99572 -x99573 -x99574 -x99575 -x99576 -x99577 -x99578 -x99579 -x99580 -x99581 -x99582 -x99583 -x99584 -x99585 x99586 -x99587 -x99588 -x99589 -x99590 -x99591 -x99592 -x99593 -x99594 -x99595 -x99596 -x99597 -x99598 -x99599 -x99600 -x99601 -x99602 -x99603 -x99604 -x99605 -x99606 -x99607 -x99608 -x99609 -x99610 -x99611 -x99612 -x99613 -x99614 -x99615 -x99616 -x99617 -x99618 -x99619 -x99620 -x99621 -x99622 -x99623 -x99624 -x99625 -x99626 -x99627 -x99628 -x99629 -x99630 -x99631 -x99632 -x99633 -x99634 -x99635 -x99636 -x99637 -x99638 -x99639 -x99640 -x99641 -x99642 -x99643 -x99644 -x99645 -x99646 -x99647 -x99648 -x99649 -x99650 -x99651 -x99652 -x99653 -x99654 -x99655 -x99656 -x99657 -x99658 -x99659 -x99660 -x99661 -x99662 -x99663 -x99664 -x99665 -x99666 -x99667 -x99668 -x99669 -x99670 -x99671 -x99672 -x99673 -x99674 -x99675 -x99676 -x99677 -x99678 -x99679 -x99680 -x99681 -x99682 -x99683 -x99684 -x99685 -x99686 -x99687 -x99688 -x99689 -x99690 -x99691 -x99692 -x99693 -x99694 -x99695 -x99696 -x99697 -x99698 -x99699 -x99700 -x99701 -x99702 -x99703 -x99704 -x99705 -x99706 -x99707 -x99708 -x99709 -x99710 -x99711 -x99712 -x99713 -x99714 -x99715 -x99716 -x99717 -x99718 -x99719 -x99720 -x99721 -x99722 -x99723 -x99724 -x99725 -x99726 -x99727 -x99728 -x99729 -x99730 -x99731 -x99732 -x99733 -x99734 -x99735 -x99736 -x99737 -x99738 -x99739 -x99740 -x99741 -x99742 -x99743 -x99744 -x99745 -x99746 -x99747 -x99748 -x99749 -x99750 -x99751 -x99752 -x99753 -x99754 -x99755 -x99756 -x99757 -x99758 -x99759 -x99760 -x99761 -x99762 -x99763 -x99764 -x99765 -x99766 -x99767 -x99768 -x99769 -x99770 -x99771 -x99772 -x99773 -x99774 -x99775 -x99776 -x99777 -x99778 -x99779 -x99780 -x99781 -x99782 -x99783 -x99784 -x99785 -x99786 -x99787 -x99788 -x99789 -x99790 -x99791 -x99792 -x99793 -x99794 -x99795 -x99796 -x99797 -x99798 -x99799 -x99800 -x99801 -x99802 -x99803 -x99804 -x99805 -x99806 -x99807 -x99808 -x99809 -x99810 -x99811 -x99812 -x99813 -x99814 -x99815 -x99816 -x99817 -x99818 -x99819 -x99820 -x99821 -x99822 -x99823 -x99824 -x99825 -x99826 -x99827 -x99828 -x99829 -x99830 -x99831 -x99832 -x99833 -x99834 -x99835 -x99836 -x99837 -x99838 -x99839 -x99840 -x99841 -x99842 -x99891 -x99892 -x99893 -x99894 -x99895 -x99896 -x99897 -x99898 -x99899 -x99900 -x99901 -x99902 -x99903 -x99904 -x99905 -x99906 -x99907 -x99908 -x99909 -x99910 -x99911 -x99912 -x99913 -x99914 -x99915 -x99916 -x99917 -x99918 -x99919 -x99920 -x99921 x99922 -x99923 -x99924 -x99925 -x99926 -x99927 -x99928 -x99929 -x99930 -x99931 -x99932 -x99933 -x99934 -x99935 -x99936 -x99937 -x99938 -x99939 -x99940 -x99941 -x99942 -x99943 -x99944 -x99945 -x99946 -x99947 -x99948 -x99949 -x99950 -x99951 -x99952 -x99953 -x99954 -x99955 -x99956 -x99957 -x99958 -x99959 -x99960 -x99961 -x99962 -x99963 -x99964 -x99965 -x99966 -x99967 -x99968 -x99969 x99970 -x99971 -x99972 -x99973 -x99974 -x99975 -x99976 -x99977 -x99978 -x99979 -x99980 -x99981 -x99982 -x99983 -x99984 -x99985 -x99986 -x99987 -x99988 -x99989 -x99990 -x99991 -x99992 -x99993 -x99994 -x99995 -x99996 -x99997 -x99998 -x99999 -x100000 -x100001 -x100002 -x100003 -x100004 -x100005 -x100006 -x100007 -x100008 -x100009 -x100010 -x100011 -x100012 -x100013 -x100014 -x100015 -x100016 -x100017 -x100018 -x100019 -x100020 -x100021 -x100022 -x100023 -x100024 -x100025 -x100026 -x100027 -x100028 -x100029 -x100030 -x100031 -x100032 -x100033 -x100034 -x100035 -x100036 -x100037 -x100038 -x100039 -x100040 -x100041 -x100042 -x100043 -x100044 -x100045 -x100046 -x100047 -x100048 -x100049 -x100050 -x100051
3600.03/3614.45	v -x100052 -x100053 -x100054 -x100055 -x100056 -x100057 -x100058 -x100059 -x100060 -x100061 -x100062 -x100063 -x100064 -x100065 -x100066 -x100067 -x100068 -x100069 -x100070 -x100071 -x100072 -x100073 -x100074 -x100075 -x100076 -x100077 -x100078 -x100079 -x100080 -x100081 -x100082 -x100083 -x100084 -x100085 -x100086 -x100087 -x100088 -x100089 -x100090 -x100091 -x100092 -x100093 -x100094 -x100095 -x100096 -x100097 -x100098 -x100099 -x100100 -x100101 -x100102 -x100103 -x100104 -x100105 -x100106 -x100107 -x100108 -x100109 -x100110 -x100111 -x100112 -x100113 -x100114 -x100115 -x100116 -x100117 -x100118 -x100119 -x100120 -x100121 -x100122 -x100123 -x100124 -x100125 -x100126 -x100127 -x100128 -x100129 -x100130 -x100131 -x100132 -x100133 -x100134 -x100135 -x100136 -x100137 -x100138 -x100139 -x100140 -x100141 -x100142 -x100143 -x100144 -x100145 -x100146 -x100147 -x100148 -x100149 -x100150 -x100151 -x100152 -x100153 -x100154 -x100155 -x100156 -x100157 -x100158 -x100159 -x100160 -x100161 -x100162 x100163 -x100164 -x100165 -x100166 -x100167 -x100168 -x100169 -x100170 -x100171 -x100172 -x100173 -x100174 -x100175 -x100176 -x100177 -x100178 -x100179 -x100180 -x100181 -x100182 -x100183 -x100184 -x100185 -x100186 -x100187 -x100188 -x100189 -x100190 -x100191 -x100192 -x100193 -x100194 -x100195 -x100196 -x100197 -x100198 -x100199 -x100200 -x100201 -x100202 -x100203 -x100204 -x100205 -x100206 -x100207 -x100208 -x100209 -x100210 -x100211 -x100212 -x100213 -x100214 -x100215 -x100216 -x100217 -x100218 -x100219 -x100220 -x100221 -x100222 -x100223 -x100224 -x100225 -x100226 -x100227 -x100228 -x100229 -x100230 -x100231 -x100232 -x100233 -x100234 -x100235 -x100236 -x100237 -x100238 -x100239 -x100240 -x100241 -x100242 -x100243 -x100244 -x100245 -x100246 -x100247 -x100248 -x100249 -x100250 -x100251 -x100252 -x100253 -x100254 -x100255 -x100256 -x100257 -x100258 -x100259 -x100260 -x100261 -x100262 -x100263 -x100264 -x100265 -x100266 -x100267 -x100268 -x100269 -x100270 -x100271 -x100272 -x100273 -x100274 -x100275 -x100276 -x100277 -x100278 -x100279 -x100280 -x100281 -x100282 -x100283 -x100284 -x100285 -x100286 -x100287 -x100288 -x100289 -x100290 -x100291 -x100292 -x100293 -x100294 -x100295 -x100296 -x100297 -x100298 -x100299 -x100300 -x100301 -x100302 -x100303 -x100304 -x100305 -x100306 -x100307 -x100308 -x100309 -x100310 -x100311 -x100312 -x100313 -x100314 -x100315 -x100316 -x100317 -x100318 -x100319 -x100320 -x100321 -x100322 -x100323 -x100324 -x100325 -x100326 -x100327 -x100328 -x100329 -x100330 -x100331 -x100332 -x100333 -x100334 -x100335 -x100336 -x100337 -x100338 -x100339 -x100340 -x100341 -x100342 -x100343 -x100344 -x100345 -x100346 -x100347 -x100348 -x100349 -x100350 -x100351 -x100352 -x100353 -x100354 -x100355 -x100356 -x100357 -x100358 -x100359 -x100360 -x100361 -x100362 -x100363 -x100364 -x100365 -x100366 -x100367 -x100368 -x100369 -x100370 -x100419 -x100420 -x100421 -x100422 -x100423 -x100424 -x100425 -x100426 -x100427 -x100428 -x100429 -x100430 -x100431 -x100432 -x100433 -x100434 -x100435 -x100436 -x100437 -x100438 -x100439 -x100440 -x100441 -x100442 -x100443 -x100444 -x100445 -x100446 -x100447 -x100448 -x100449 -x100450 -x100451 -x100452 -x100453 -x100454 -x100455 -x100456 -x100457 -x100458 -x100459 -x100460 -x100461 -x100462 -x100463 -x100464 -x100465 -x100466 -x100467 -x100468 -x100469 -x100470 -x100471 -x100472 -x100473 -x100474 -x100475 -x100476 -x100477 -x100478 -x100479 -x100480 -x100481 -x100482 -x100483 -x100484 -x100485 -x100486 -x100487 -x100488 -x100489 -x100490 -x100491 -x100492 -x100493 -x100494 -x100495 -x100496 -x100497 -x100498 -x100499 -x100500 -x100501 -x100502 -x100503 -x100504 -x100505 -x100506 -x100507 -x100508 -x100509 -x100510 -x100511 -x100512 -x100513 -x100514 -x100515 -x100516 -x100517 -x100518 -x100519 -x100520 -x100521 -x100522 -x100523 -x100524 -x100525 -x100526 -x100527 -x100528 -x100529 -x100530 -x100531 -x100532 -x100533 -x100534 -x100535 -x100536 -x100537 -x100538 -x100539 -x100540 -x100541 -x100542 -x100543 -x100544 -x100545 -x100546 -x100547 -x100548 -x100549 -x100550 -x100551 -x100552 -x100553 -x100554 -x100555 -x100556 -x100557 -x100558 -x100559 -x100560 -x100561 -x100562 -x100563 -x100564 -x100565 -x100566 -x100567 -x100568 -x100569 -x100570 -x100571 -x100572 -x100573 -x100574 -x100575 -x100576 -x100577 -x100578 -x100579 -x100580 -x100581 -x100582 -x100583 -x100584 -x100585 -x100586 -x100587 -x100588 -x100589 -x100590 -x100591 -x100592 -x100593 -x100594 -x100595 -x100596 -x100597 -x100598 -x100599 -x100600 -x100601 -x100602 -x100603 -x100604 -x100605 -x100606 -x100607 -x100608 -x100609 -x100610 -x100611 -x100612 -x100613 -x100614 -x100615 -x100616 -x100617 -x100618 -x100619 -x100620 -x100621 -x100622 -x100623 -x100624 -x100625 -x100626 -x100627 -x100628 -x100629 -x100630 -x100631 -x100632 -x100633 -x100634 -x100635 -x100636 -x100637 -x100638 -x100639 -x100640 -x100641 -x100642 -x100643 -x100644 -x100645 -x100646 -x100647 -x100648 -x100649 -x100650 -x100651 -x100652 -x100653 -x100654 -x100655 -x100656 -x100657 -x100658 -x100659 -x100660 -x100661 -x100662 -x100663 -x100664 -x100665 -x100666 -x100667 -x100668 -x100669 -x100670 -x100671 -x100672 -x100673 -x100674 -x100675 -x100676 -x100677 -x100678 -x100679 -x100680 -x100681 -x100682 -x100683 -x100684 -x100685 -x100686 -x100687 -x100688 -x100689 -x100690 -x100691 -x100692 -x100693 -x100694 -x100695 -x100696 -x100697 -x100698 -x100699 -x100700 -x100701 -x100702 -x100703 -x100704 -x100705 -x100706 -x100707 -x100708 -x100709 -x100710 -x100711 -x100712 -x100713 -x100714 -x100715 -x100716 -x100717 -x100718 -x100719 -x100720 -x100721 -x100722 -x100723 -x100724 -x100725 -x100726 -x100727 -x100728 -x100729 -x100730 -x100731 -x100732 -x100733 -x100734 -x100735 -x100736 -x100737 -x100738 -x100739 -x100740 -x100741 -x100742 -x100743 -x100744 -x100745 -x100746 -x100747 -x100748 -x100749 -x100750 -x100751 -x100752 -x100753 -x100754 -x100755 -x100756 -x100757 -x100758 -x100759 -x100760 -x100761 -x100762 -x100763 -x100764 -x100765 -x100766 -x100767 -x100768 -x100769 -x100770 -x100771 -x100772 -x100773 -x100774 -x100775 -x100776 -x100777 -x100778 -x100779 -x100780 -x100781 -x100782 -x100783 -x100784 -x100785 -x100786 -x100787 -x100788 -x100789 -x100790 -x100791 -x100792 -x100793 -x100794 -x100795 -x100796 -x100797 -x100798 -x100799 -x100800 -x100801 -x100802 -x100803 -x100804 -x100805 -x100806 -x100807 -x100808 -x100809 -x100810 -x100811 -x100812 -x100813 -x100814 -x100815 -x100816 -x100817 -x100818 -x100819 -x100820 -x100821 -x100822 -x100823 -x100824 -x100825 -x100826 -x100827 -x100828 -x100829 -x100830 -x100831 -x100832 -x100833 -x100834 -x100835 -x100836 -x100837 -x100838 -x100839 -x100840 -x100841 -x100842 -x100843 -x100844 -x100845 -x100846 -x100847 -x100848 -x100849 -x100850 -x100899 -x100900 -x100901 -x100902 -x100903 -x100904 -x100905 -x100906 -x100907 -x100908 -x100909 -x100910 -x100911 -x100912 -x100913 -x100914 -x100915 -x100916 -x100917 -x100918 -x100919 -x100920 -x100921 -x100922 -x100923 -x100924 -x100925 -x100926 -x100927 -x100928 -x100929 -x100930 -x100931 -x100932 -x100933 -x100934 -x100935 -x100936 -x100937 -x100938 -x100939 -x100940 -x100941 -x100942 -x100943 -x100944 -x100945 -x100946 -x104019 -x104020 -x104021 -x104022 -x104023 -x104024 -x104025 -x104026 -x104027 -x104028 -x104029 -x104030 -x104031 -x104032 -x104033 -x104034 -x104035 -x104036 -x104037 -x104038 -x104039 -x104040 -x104041 -x104042 -x104043 -x104044 -x104045 -x104046 -x104047 -x104048 -x104049 -x104050 -x104051 -x104052 -x104053 -x104054 -x104055 -x104056 -x104057 -x104058 -x104059 -x104060 -x104061 -x104062 -x104063 -x104064 -x104065 -x104066 -x104547 -x104548 -x104549 -x104550 -x104551 -x104552 -x104553 -x104554 -x104555 -x104556 -x104557 -x104558 -x104559 -x104560 -x104561 -x104562 -x104563 -x104564 -x104565 -x104566 -x104567 -x104568 -x104569 -x104570 -x104571 -x104572 -x104573 -x104574 -x104575 -x104576 -x104577 -x104578 -x104579 -x104580 -x104581 -x104582 -x104583 -x104584 -x104585 -x104586 -x104587 -x104588 -x104589 -x104590 -x104591 -x104592 -x104593 -x104594 -x105075 -x105076 -x105077 -x105078 -x105079 -x105080 -x105081 -x105082 -x105083 -x105084 -x105085 -x105086 -x105087 -x105088 -x105089 -x105090 -x105091 -x105092 -x105093 -x105094 -x105095 -x105096 -x105097 -x105098 -x105099 -x105100 -x105101 -x105102 -x105103 -x105104 -x105105 -x105106 -x105107 -x105108 -x105109 -x105110 -x105111 -x105112 -x105113 -x105114 -x105115 -x105116 -x105117 -x105118 -x105119 -x105120 -x105121 -x105122 -x105603 -x105604 -x105605 -x105606 -x105607 -x105608 -x105609 -x105610 -x105611 -x105612 -x105613 -x105614 -x105615 -x105616 -x105617 -x105618 -x105619 -x105620 -x105621 -x105622 -x105623 -x105624 -x105625 -x105626 -x105627 -x105628 -x105629 -x105630 -x105631 -x105632 -x105633 -x105634 -x105635 -x105636 -x105637 -x105638 -x105639 -x105640 -x105641 -x105642 -x105643 -x105644 -x105645 -x105646 -x105647 -x105648 -x105649 -x105650 -x105651 -x105652 -x105653 -x105654 -x105655 -x105656 -x105657 -x105658 -x105659 -x105660 -x105661 -x105662 -x105663 -x105664 -x105665 -x105666 -x105667 -x105668 -x105669 -x105670 -x105671 -x105672 -x105673 -x105674 -x105675 -x105676 -x105677 -x105678 -x105679 -x105680 -x105681 -x105682 -x105683 -x105684 -x105685 -x105686 -x105687 -x105688 -x105689 -x105690 -x105691 -x105692 -x105693 -x105694 -x105695 -x105696 -x105697 -x105698 -x105699 -x105700 -x105701 -x105702 -x105703 -x105704 -x105705 -x105706 -x105707 -x105708 -x105709 -x105710 -x105711 -x105712 -x105713 -x105714 -x105715 -x105716 -x105717 -x105718 -x105719 -x105720 -x105721 -x105722 -x105723 -x105724 -x105725 -x105726 -x105727 -x105728 -x105729 -x105730 -x105731 -x105732 -x105733 -x105734 -x105735 -x105736 -x105737 -x105738 -x105739 -x105740 -x105741 -x105742 -x105743 -x105744 -x105745 -x105746 -x105747 -x105748 -x105749 -x105750 -x105751 -x105752 -x105753 -x105754 -x105755 -x105756 -x105757 -x105758 -x105759 -x105760 -x105761 -x105762 -x105763 -x105764 -x105765 -x105766 -x105767 -x105768 -x105769 -x105770 -x105771 -x105772 -x105773 -x105774 -x105775 -x105776 -x105777 -x105778 -x105779 -x105780 -x105781 -x105782 -x105783 -x105784 -x105785 -x105786 -x105787 -x105788 -x105789 -x105790 -x105791 -x105792 -x105793 -x105794 -x105795 -x105796 -x105797 -x105798 -x105799 -x105800 -x105801 -x105802 -x105803 -x105804 -x105805 -x105806 -x105807 -x105808 -x105809 -x105810 -x105811 -x105812 -x105813 -x105814 -x105815 -x105816 -x105817 -x105818 -x105819 -x105820 -x105821 -x105822 -x105823 -x105824 -x105825 -x105826 -x105827 -x105828 -x105829 -x105830 -x105831 -x105832 -x105833 -x105834 -x105835 -x105836 -x105837 -x105838 -x105839 -x105840 -x105841 -x105842 -x105843 -x105844 -x105845 -x105846 -x105847 -x105848 -x105849 -x105850 -x105851 -x105852 -x105853 -x105854 -x105855 -x105856 -x105857 -x105858 -x105859 -x105860 -x105861 -x105862 -x105863 -x105864 -x105865 -x105866 -x105867 -x105868 -x105869 -x105870 -x105871 -x105872 -x105873 -x105874 -x105875 -x105876 -x105877 -x105878 -x105879 -x105880 -x105881 -x105882 -x105883 -x105884 -x105885 -x105886 -x105887 -x105888 -x105889 -x105890 -x103539 -x103540 -x103541 -x103542 -x103543 -x103544 -x103545 -x103546 -x103547 -x103548 -x103549 -x103550 -x103551 -x103552 -x103553 -x103554 -x103555 -x103556 -x103557 -x103558 -x103559 -x103560 -x103561 -x103562 -x103563 -x103564 -x103565 -x103566 -x103567 -x103568 -x103569 -x103570 -x103571 -x103572 -x103573 -x103574 -x103575 -x103576 -x103577 -x103578 -x103579 -x103580 -x103581 -x103582 -x103583 -x103584 -x103585 -x103586 -x103587 -x103588 -x103589 -x103590 -x103591 -x103592 -x103593 -x103594 -x103595 -x103596 -x103597 -x103598 -x103599 -x103600 -x103601 -x103602 -x103603 -x103604 -x103605 -x103606 -x103607 -x103608 -x103609 -x103610 -x103611 -x103612 -x103613 -x103614 -x103615 -x103616 -x103617 -x103618 -x103619 -x103620 -x103621 -x103622 -x103623 -x103624 -x103625 -x103626 -x103627 -x103628 -x103629 -x103630 -x103631 -x103632 -x103633 -x103634 -x103635 -x103636 -x103637 -x103638 -x103639 -x103640 -x103641 -x103642 -x103643 -x103644 -x103645 -x103646 -x103647 -x103648 -x103649 -x103650 -x103651 -x103652 -x103653 -x103654 -x103655 -x103656 -x103657 -x103658 -x103659 -x103660 -x103661 -x103662 -x103663 -x103664 -x103665 -x103666 -x103667 -x103668 -x103669 -x103670 -x103671 -x103672 -x103673 -x103674 -x103675 -x103676 -x103677 -x103678 -x103679 -x103680 -x103681 -x103682 -x103683 -x103684 -x103685 -x103686 -x103687 -x103688 -x103689 -x103690 -x103691 -x103692 -x103693 -x103694 -x103695 -x103696 -x103697 -x103698 -x103699 -x103700 -x103701 -x103702 -x103703 -x103704 -x103705 -x103706 -x103707 -x103708 -x103709 -x103710 -x103711 -x103712 -x103713 -x103714 -x103715 -x103716 -x103717 -x103718 -x103719 -x103720 -x103721 -x103722 x103723 -x103724 -x103725 -x103726 -x103727 -x103728 -x103729 -x103730 -x103731 -x103732 -x103733 -x103734 -x103735 -x103736 -x103737 -x103738 -x103739 -x103740 -x103741 -x103742 -x103743 -x103744 -x103745 -x103746 -x103747 -x103748 -x103749 -x103750 -x103751 -x103752 -x103753 -x103754 -x103755 -x103756 -x103757 -x103758 -x103759 -x103760 -x103761 -x103762 -x103763 -x103764 -x103765 -x103766 -x103767 -x103768 -x103769 -x103770 -x103771 -x103772 -x103773 -x103774 -x103775 -x103776 -x103777 -x103778 -x103779 -x103780 -x103781 -x103782 -x103783 -x103784 -x103785 -x103786 -x103787 -x103788 -x103789 -x103790 -x103791 -x103792 -x103793 -x103794 -x103795 -x103796 -x103797 -x103798 -x103799 -x103800 -x103801 -x103802 -x103803 -x103804 -x103805 -x103806 -x103807 -x103808 -x103809 -x103810 -x103811 -x103812 -x103813 -x103814 -x103815 -x103816 -x103817 -x103818 -x103819 -x103820 -x103821 -x103822 -x103823 -x103824 -x103825 -x103826 -x103827 -x103828 -x103829 -x103830 -x103831 -x103832 -x103833 -x103834 -x103835 -x103836 -x103837 -x103838 -x103839 -x103840 -x103841 -x103842 -x103843 -x103844 -x103845 -x103846 -x103847 -x103848 -x103849 -x103850 -x103851 -x103852 -x103853 -x103854 -x103855 -x103856 -x103857 -x103858 -x103859 -x103860 -x103861 -x103862 -x103863 -x103864 -x103865 -x103866 -x103867 -x103868 -x103869 -x103870 -x103871 -x103872 -x103873 -x103874 -x103875 -x103876 -x103877 -x103878 -x103879 -x103880 -x103881 -x103882 -x103883 -x103884 -x103885 -x103886 -x103887 -x103888 -x103889 -x103890 -x103891 -x103892 -x103893 -x103894 -x103895 -x103896 -x103897 -x103898 -x103899 -x103900 -x103901 -x103902 -x103903 -x103904 -x103905 -x103906 -x103907 -x103908 -x103909 -x103910 -x103911 -x103912 -x103913 -x103914 -x103915 -x103916 -x103917 -x103918 -x103919 -x103920 -x103921 -x103922 -x103923 -x103924 -x103925 -x103926 -x103927 -x103928 -x103929 -x103930 -x103931 -x103932 -x103933 -x103934 -x103935 -x103936 -x103937 -x103938 -x103939 -x103940 -x103941 -x103942 -x103943 -x103944 -x103945 -x103946 -x103947 -x103948 -x103949 -x103950 -x103951 -x103952 -x103953 -x103954 -x103955 -x103956 -x103957 -x103958 -x103959 -x103960 -x103961 -x103962 -x103963 -x103964 -x103965 -x103966 -x103967 -x103968 -x103969 -x103970 -x103971 -x103972 -x103973 -x103974 -x103975 -x103976 -x103977 -x103978 -x103979 -x103980 -x103981 -x103982 -x103983 -x103984 -x103985 -x103986 -x103987 -x103988 -x103989 -x103990 -x103991 -x103992 -x103993 -x103994 -x103995 -x103996 -x103997 -x103998 -x103999 -x104000 -x104001 -x104002 -x104003 -x104004 -x104005 -x104006 -x104007 -x104008 -x104009 -x104010 -x104011 -x104012 -x104013 -x104014 -x104015 -x104016 -x104017 -x104018 -x104067 -x104068 -x104069 -x104070 -x104071 -x104072 -x104073 -x104074 -x104075 -x104076 -x104077 -x104078 -x104079 -x104080 -x104081 -x104082 -x104083 -x104084 -x104085 -x104086 -x104087 -x104088 -x104089 -x104090 -x104091 -x104092 -x104093 -x104094 -x104095 -x104096 -x104097 -x104098 -x104099 -x104100 -x104101 -x104102 -x104103 -x104104 -x104105 -x104106 -x104107 -x104108 -x104109 -x104110 -x104111 -x104112 -x104113 -x104114 -x104115 -x104116 -x104117 -x104118 -x104119 -x104120 -x104121 -x104122 -x104123 -x104124 -x104125 -x104126 -x104127 -x104128 -x104129 -x104130 -x104131 -x104132 -x104133 -x104134 -x104135 -x104136 -x104137 -x104138 -x104139 -x104140 -x104141 -x104142 -x104143 -x104144 -x104145 -x104146 -x104147 -x104148 -x104149 -x104150 -x104151 -x104152 -x104153 -x104154 -x104155 -x104156 -x104157 -x104158 -x104159 -x104160 -x104161 -x104162 -x104163 -x104164 -x104165 -x104166 -x104167 -x104168 -x104169 -x104170 -x104171 -x104172 -x104173 -x104174 -x104175 -x104176 -x104177 -x104178 -x104179 -x104180 -x104181 -x104182 -x104183 -x104184 -x104185 -x104186 -x104187 -x104188 -x104189 -x104190 -x104191 -x104192 -x104193 -x104194 -x104195 -x104196 -x104197 -x104198 -x104199 -x104200 -x104201 -x104202 -x104203 -x104204 -x104205 -x104206 -x104207 -x104208 -x104209 -x104210 -x104211 -x104212 -x104213 -x104214 -x104215 -x104216 -x104217 -x104218 -x104219 -x104220 -x104221 -x104222 -x104223 -x104224 -x104225 -x104226 -x104227 -x104228 -x104229 -x104230 -x104231 -x104232 -x104233 -x104234 -x104235 -x104236 -x104237 -x104238 -x104239 -x104240 -x104241 -x104242 -x104243 -x104244 -x104245 -x104246 -x104247 -x104248 -x104249 -x104250 -x104251 -x104252 -x104253 -x104254 -x104255 -x104256 -x104257 -x104258 -x104259 -x104260 -x104261 -x104262 -x104263 -x104264 -x104265 -x104266 -x104267 -x104268 -x104269 -x104270 -x104271 -x104272 -x104273 -x104274 -x104275 -x104276 -x104277 -x104278 -x104279 -x104280 -x104281 -x104282 -x104283 -x104284 -x104285 -x104286 -x104287 -x104288 -x104289 -x104290 -x104291 -x104292 -x104293 -x104294 -x104295 -x104296 -x104297 -x104298 -x104299 -x104300 -x104301 -x104302 -x104303 -x104304 -x104305 -x104306 -x104307 -x104308 -x104309 -x104310 -x104311 -x104312 -x104313 -x104314 -x104315 -x104316 -x104317 -x104318 -x104319 -x104320 -x104321 -x104322 -x104323 -x104324 -x104325 -x104326 -x104327 -x104328 -x104329 -x104330 -x104331 -x104332 -x104333 -x104334 -x104335 -x104336 -x104337 -x104338 -x104339 -x104340 -x104341 -x104342 -x104343 -x104344 -x104345 -x104346 -x104347 -x104348 -x104349 -x104350 -x104351 -x104352 -x104353 -x104354 -x104355
3600.03/3614.45	v -x104356 -x104357 -x104358 -x104359 -x104360 -x104361 -x104362 -x104363 -x104364 -x104365 -x104366 -x104367 -x104368 -x104369 -x104370 -x104371 -x104372 -x104373 -x104374 -x104375 -x104376 -x104377 -x104378 -x104379 -x104380 -x104381 -x104382 -x104383 -x104384 -x104385 -x104386 -x104387 -x104388 -x104389 -x104390 -x104391 -x104392 -x104393 -x104394 -x104395 -x104396 -x104397 -x104398 -x104399 -x104400 -x104401 -x104402 -x104403 -x104404 -x104405 -x104406 -x104407 -x104408 -x104409 -x104410 -x104411 -x104412 -x104413 -x104414 -x104415 -x104416 -x104417 -x104418 -x104419 -x104420 -x104421 -x104422 -x104423 -x104424 -x104425 -x104426 -x104427 -x104428 -x104429 -x104430 -x104431 -x104432 -x104433 -x104434 -x104435 -x104436 -x104437 -x104438 -x104439 -x104440 -x104441 -x104442 x104443 -x104444 -x104445 -x104446 -x104447 -x104448 -x104449 -x104450 -x104451 -x104452 -x104453 -x104454 -x104455 -x104456 -x104457 -x104458 -x104459 -x104460 -x104461 -x104462 -x104463 -x104464 -x104465 -x104466 -x104467 -x104468 -x104469 -x104470 -x104471 -x104472 -x104473 -x104474 -x104475 -x104476 -x104477 -x104478 -x104479 -x104480 -x104481 -x104482 -x104483 -x104484 -x104485 -x104486 -x104487 -x104488 -x104489 -x104490 -x104491 -x104492 -x104493 -x104494 -x104495 -x104496 -x104497 -x104498 -x104499 -x104500 -x104501 -x104502 -x104503 -x104504 -x104505 -x104506 -x104507 -x104508 -x104509 -x104510 -x104511 -x104512 -x104513 -x104514 -x104515 -x104516 -x104517 -x104518 -x104519 -x104520 -x104521 -x104522 -x104523 -x104524 -x104525 -x104526 -x104527 -x104528 -x104529 -x104530 -x104531 -x104532 -x104533 -x104534 -x104535 -x104536 -x104537 -x104538 x104539 -x104540 -x104541 -x104542 -x104543 -x104544 -x104545 -x104546 -x104595 -x104596 -x104597 -x104598 -x104599 -x104600 -x104601 -x104602 -x104603 -x104604 -x104605 -x104606 -x104607 -x104608 -x104609 -x104610 -x104611 -x104612 -x104613 -x104614 -x104615 -x104616 -x104617 -x104618 -x104619 -x104620 -x104621 -x104622 -x104623 -x104624 -x104625 -x104626 -x104627 -x104628 -x104629 -x104630 -x104631 -x104632 -x104633 -x104634 -x104635 -x104636 -x104637 -x104638 -x104639 -x104640 -x104641 -x104642 -x104643 -x104644 -x104645 -x104646 -x104647 -x104648 -x104649 -x104650 -x104651 -x104652 -x104653 -x104654 -x104655 -x104656 -x104657 -x104658 -x104659 -x104660 -x104661 -x104662 -x104663 -x104664 -x104665 -x104666 -x104667 -x104668 -x104669 -x104670 -x104671 -x104672 -x104673 -x104674 -x104675 -x104676 -x104677 -x104678 -x104679 -x104680 -x104681 -x104682 -x104683 -x104684 -x104685 -x104686 -x104687 -x104688 -x104689 -x104690 -x104691 -x104692 -x104693 -x104694 -x104695 -x104696 -x104697 -x104698 -x104699 -x104700 -x104701 -x104702 -x104703 -x104704 -x104705 -x104706 -x104707 -x104708 -x104709 -x104710 -x104711 -x104712 -x104713 -x104714 -x104715 -x104716 -x104717 -x104718 -x104719 -x104720 -x104721 -x104722 -x104723 -x104724 -x104725 -x104726 -x104727 -x104728 -x104729 -x104730 -x104731 -x104732 -x104733 -x104734 -x104735 -x104736 -x104737 -x104738 -x104739 -x104740 -x104741 -x104742 -x104743 -x104744 -x104745 -x104746 -x104747 -x104748 -x104749 -x104750 -x104751 -x104752 -x104753 -x104754 -x104755 -x104756 -x104757 -x104758 -x104759 -x104760 -x104761 -x104762 -x104763 -x104764 -x104765 -x104766 -x104767 -x104768 -x104769 -x104770 -x104771 -x104772 -x104773 -x104774 -x104775 -x104776 -x104777 -x104778 -x104779 -x104780 -x104781 -x104782 -x104783 -x104784 -x104785 -x104786 -x104787 -x104788 -x104789 -x104790 -x104791 -x104792 -x104793 -x104794 -x104795 -x104796 -x104797 -x104798 -x104799 -x104800 -x104801 -x104802 -x104803 -x104804 -x104805 -x104806 -x104807 -x104808 -x104809 -x104810 -x104811 -x104812 -x104813 -x104814 -x104815 -x104816 -x104817 -x104818 -x104819 -x104820 -x104821 -x104822 -x104823 -x104824 -x104825 -x104826 x104827 -x104828 -x104829 -x104830 -x104831 -x104832 -x104833 -x104834 -x104835 -x104836 -x104837 -x104838 -x104839 -x104840 -x104841 -x104842 -x104843 -x104844 -x104845 -x104846 -x104847 -x104848 -x104849 -x104850 -x104851 -x104852 -x104853 -x104854 -x104855 -x104856 -x104857 -x104858 -x104859 -x104860 -x104861 -x104862 -x104863 -x104864 -x104865 -x104866 -x104867 -x104868 -x104869 -x104870 -x104871 -x104872 -x104873 -x104874 -x104875 -x104876 -x104877 -x104878 -x104879 -x104880 -x104881 -x104882 -x104883 -x104884 -x104885 -x104886 -x104887 -x104888 -x104889 -x104890 -x104891 -x104892 -x104893 -x104894 -x104895 -x104896 -x104897 -x104898 -x104899 -x104900 -x104901 -x104902 -x104903 -x104904 -x104905 -x104906 -x104907 -x104908 -x104909 -x104910 -x104911 -x104912 -x104913 -x104914 -x104915 -x104916 -x104917 -x104918 -x104919 -x104920 -x104921 -x104922 -x104923 -x104924 -x104925 -x104926 -x104927 -x104928 -x104929 -x104930 -x104931 -x104932 -x104933 -x104934 -x104935 -x104936 -x104937 -x104938 -x104939 -x104940 -x104941 -x104942 -x104943 -x104944 -x104945 -x104946 -x104947 -x104948 -x104949 -x104950 -x104951 -x104952 -x104953 -x104954 -x104955 -x104956 -x104957 -x104958 -x104959 -x104960 -x104961 -x104962 -x104963 -x104964 -x104965 -x104966 -x104967 -x104968 -x104969 -x104970 -x104971 -x104972 -x104973 -x104974 -x104975 -x104976 -x104977 -x104978 -x104979 -x104980 -x104981 -x104982 -x104983 -x104984 -x104985 -x104986 -x104987 -x104988 -x104989 -x104990 -x104991 -x104992 -x104993 -x104994 -x104995 -x104996 -x104997 -x104998 -x104999 -x105000 -x105001 -x105002 -x105003 -x105004 -x105005 -x105006 -x105007 -x105008 -x105009 -x105010 -x105011 -x105012 -x105013 -x105014 -x105015 -x105016 -x105017 -x105018 -x105019 -x105020 -x105021 -x105022 -x105023 -x105024 -x105025 -x105026 -x105027 -x105028 -x105029 -x105030 -x105031 -x105032 -x105033 -x105034 -x105035 -x105036 -x105037 -x105038 -x105039 -x105040 -x105041 -x105042 -x105043 -x105044 -x105045 -x105046 -x105047 -x105048 -x105049 -x105050 -x105051 -x105052 -x105053 -x105054 -x105055 -x105056 -x105057 -x105058 -x105059 -x105060 -x105061 -x105062 -x105063 -x105064 -x105065 -x105066 x105067 -x105068 -x105069 -x105070 -x105071 -x105072 -x105073 -x105074 -x105123 -x105124 -x105125 -x105126 -x105127 -x105128 -x105129 -x105130 -x105131 -x105132 -x105133 -x105134 -x105135 -x105136 -x105137 -x105138 -x105139 -x105140 -x105141 -x105142 -x105143 -x105144 -x105145 -x105146 -x105147 -x105148 -x105149 -x105150 -x105151 -x105152 -x105153 -x105154 -x105155 -x105156 -x105157 -x105158 -x105159 -x105160 -x105161 -x105162 -x105163 -x105164 -x105165 -x105166 -x105167 -x105168 -x105169 -x105170 -x105171 -x105172 -x105173 -x105174 -x105175 -x105176 -x105177 -x105178 -x105179 -x105180 -x105181 -x105182 -x105183 -x105184 -x105185 -x105186 -x105187 -x105188 -x105189 -x105190 -x105191 -x105192 -x105193 -x105194 -x105195 -x105196 -x105197 -x105198 -x105199 -x105200 -x105201 -x105202 -x105203 -x105204 -x105205 -x105206 -x105207 -x105208 -x105209 -x105210 x105211 -x105212 -x105213 -x105214 -x105215 -x105216 -x105217 -x105218 -x105219 -x105220 -x105221 -x105222 -x105223 -x105224 -x105225 -x105226 -x105227 -x105228 -x105229 -x105230 -x105231 -x105232 -x105233 -x105234 -x105235 -x105236 -x105237 -x105238 -x105239 -x105240 -x105241 -x105242 -x105243 -x105244 -x105245 -x105246 -x105247 -x105248 -x105249 -x105250 -x105251 -x105252 -x105253 -x105254 -x105255 -x105256 -x105257 -x105258 -x105259 -x105260 -x105261 -x105262 -x105263 -x105264 -x105265 -x105266 -x105267 -x105268 -x105269 -x105270 -x105271 -x105272 -x105273 -x105274 -x105275 -x105276 -x105277 -x105278 -x105279 -x105280 -x105281 -x105282 -x105283 -x105284 -x105285 -x105286 -x105287 -x105288 -x105289 -x105290 -x105291 -x105292 -x105293 -x105294 -x105295 -x105296 -x105297 -x105298 -x105299 -x105300 -x105301 -x105302 -x105303 -x105304 -x105305 -x105306 -x105307 -x105308 -x105309 -x105310 -x105311 -x105312 -x105313 -x105314 -x105315 -x105316 -x105317 -x105318 -x105319 -x105320 -x105321 -x105322 -x105323 -x105324 -x105325 -x105326 -x105327 -x105328 -x105329 -x105330 -x105331 -x105332 -x105333 -x105334 -x105335 -x105336 -x105337 -x105338 -x105339 -x105340 -x105341 -x105342 -x105343 -x105344 -x105345 -x105346 -x105347 -x105348 -x105349 -x105350 -x105351 -x105352 -x105353 -x105354 -x105355 -x105356 -x105357 -x105358 -x105359 -x105360 -x105361 -x105362 -x105363 -x105364 -x105365 -x105366 -x105367 -x105368 -x105369 -x105370 -x105371 -x105372 -x105373 -x105374 -x105375 -x105376 -x105377 -x105378 -x105379 -x105380 -x105381 -x105382 -x105383 -x105384 -x105385 -x105386 -x105387 -x105388 -x105389 -x105390 -x105391 -x105392 -x105393 -x105394 -x105395 -x105396 -x105397 -x105398 -x105399 -x105400 -x105401 -x105402 -x105403 -x105404 -x105405 -x105406 -x105407 -x105408 -x105409 -x105410 -x105411 -x105412 -x105413 -x105414 -x105415 -x105416 -x105417 -x105418 -x105419 -x105420 -x105421 -x105422 -x105423 -x105424 -x105425 -x105426 -x105427 -x105428 -x105429 -x105430 -x105431 -x105432 -x105433 -x105434 -x105435 -x105436 -x105437 -x105438 -x105439 -x105440 -x105441 -x105442 -x105443 -x105444 -x105445 -x105446 -x105447 -x105448 -x105449 -x105450 -x105451 x105452 -x105453 -x105454 -x105455 -x105456 -x105457 -x105458 -x105459 -x105460 -x105461 -x105462 -x105463 -x105464 -x105465 -x105466 -x105467 -x105468 -x105469 -x105470 -x105471 -x105472 -x105473 -x105474 -x105475 -x105476 -x105477 -x105478 -x105479 -x105480 -x105481 -x105482 -x105483 -x105484 -x105485 -x105486 -x105487 -x105488 -x105489 -x105490 -x105491 -x105492 -x105493 -x105494 -x105495 -x105496 -x105497 -x105498 -x105499 x105500 -x105501 -x105502 -x105503 -x105504 -x105505 -x105506 -x105507 -x105508 -x105509 -x105510 -x105511 -x105512 -x105513 -x105514 -x105515 -x105516 -x105517 -x105518 -x105519 -x105520 -x105521 -x105522 -x105523 -x105524 -x105525 -x105526 -x105527 -x105528 -x105529 -x105530 -x105531 -x105532 -x105533 -x105534 -x105535 -x105536 -x105537 -x105538 -x105539 -x105540 -x105541 -x105542 -x105543 -x105544 -x105545 -x105546 -x105547 -x105548 -x105549 -x105550 -x105551 -x105552 -x105553 -x105554 -x105555 -x105556 -x105557 -x105558 -x105559 -x105560 -x105561 -x105562 -x105563 -x105564 -x105565 -x105566 -x105567 -x105568 -x105569 -x105570 -x105571 -x105572 -x105573 -x105574 -x105575 -x105576 -x105577 -x105578 -x105579 -x105580 -x105581 -x105582 -x105583 -x105584 -x105585 -x105586 -x105587 -x105588 -x105589 -x105590 -x105591 -x105592 -x105593 -x105594 -x105595 -x105596 -x105597 -x105598 -x105599 -x105600 -x105601 -x105602 -x118151 -x118702 -x119253 -x119804 -x119905 -x119956 -x120007 -x120058 -x120109 -x117660 -x117711 -x117762 -x117813 -x117864 -x117915 -x117966 -x118017 -x118068 -x118119 -x118220 -x118271 -x118322 -x118373 -x118424 -x118475 -x118526 -x118577 -x118628 -x118679 -x118780 -x118831 -x118882 -x118933 -x118984 -x119035 -x119086 -x119137 -x119188 -x119239 -x119340 -x119391 -x119442 -x119493 -x119544 -x119595 -x119646 -x119697 -x119748 -x119799 -x119900
3600.03/3614.45	c Model check passed
3600.03/3614.45	c Model check has passed with goal value: 61078069
3600.03/3614.45	c _____________________________________________________________________________
3600.03/3614.45	c std/band forms        : 121438,0
3600.03/3614.45	c 2cl/3cl ITE-codings   : 50900,0
3600.03/3614.45	c BDD/srt/adr Max costs : 416,9442830,0
3600.03/3614.45	c BDDraw/bin/mul/srt/adr: 121425,0,0,13,0
3600.03/3614.45	c BDD nodes             : 538325
3600.03/3614.45	c Es1/CC detections     : 0,0
3600.03/3614.45	c CC sort               : 4
3600.03/3614.45	c SAT/UNSAT calls       : 1,0
3600.03/3614.45	c regenrated variables  : 0
3600.03/3614.45	c eliminated fixed lits : 150
3600.03/3614.45	c goal lit flips        : 0
3600.03/3614.45	c goal stages           : 0
3600.03/3614.45	c goal shrink           : 0
3600.03/3614.45	c goal coeff separations: 1208
3600.03/3614.45	c restarts              : 824
3600.03/3614.45	c conflicts             : 12875          (4 /sec)
3600.03/3614.45	c decisions             : 135258         (38 /sec)
3600.03/3614.45	c propagations          : 754068665      (209458 /sec)
3600.03/3614.45	c inspects              : 0              (0 /sec)
3600.03/3614.45	c CPU time (solving tm) : 3600 s        (540.8 s, SAT 0.07632 s, UNSAT 0 s)
3600.03/3614.45	c SAT solver time       : 540.8 s
3600.03/3614.45	c SAT solver SAT time   : 0.07632 s
3600.03/3614.45	c SAT solver UNSAT time : 0 s
3600.03/3614.45	c SAT solver TO time    : 540.7 s
3600.03/3614.45	c Time for SCIP         : 1591 s
3600.03/3614.45	c Coop SCIP LB improvements           : 2
3600.03/3614.45	c Coop SCIP UB improvements           : 5
3600.03/3614.45	c SCIP globally fixed variables       : 0
3600.03/3614.45	c SAT  globally fixed variables       : 0
3600.03/3614.45	c SCIP freeTransform calls            : 17
3600.03/3614.45	c Time for Opt-base     : 14.71 s
3600.03/3614.45	c Steps for Opt-base    : 109527400
3600.03/3614.45	c Time for BDD coding   : 0.9581 s
3600.03/3614.45	c Time for srt coding   : 10.4 s
3600.03/3614.45	c Inner solver invocations            : 0
3600.03/3614.45	c Inner solving count                 : 0
3600.03/3614.45	c _____________________________________________________________________________

Verifier Data

OK	61078069

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-4780122-1782136214/watcher-4780122-1782136214 -o /tmp/evaluation-result-4780122-1782136214/solver-4780122-1782136214 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780122-1782136214/vars-4780122-1782136214 --bin-var /tmp/runsolver-exch-nodeE005-1782136005-2194607 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780122-1782136214.opb 

running on 4 cores: 16-19

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

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (77458 MiB free)
  node 1: cores 8-15, 129019 MiB (107267 MiB free)
  node 2: cores 16-23, 128973 MiB (105259 MiB free)
  node 3: cores 24-31, 129003 MiB (81005 MiB free)
  node 4: cores 32-39, 129019 MiB (94055 MiB free)
  node 5: cores 40-47, 129019 MiB (77740 MiB free)
  node 6: cores 48-55, 129019 MiB (58676 MiB free)
  node 7: cores 56-63, 128474 MiB (56938 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=2195125, runsolver pid=2195122
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 15.51 8.50 5.55 18/873 2195128
/proc/meminfo: memFree=674077608/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=103760 memory=32120 CPUtime=0.08 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 5906 206 0 0 8 0 0 0 20 0 1 0 146909316 106250240 7936 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 25940 8030 2736 506 0 6631 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 103760 KiB
Current children cumulated memory: 32120 KiB

[startup+0.212752 s]*
/proc/loadavg: 15.51 8.50 5.55 18/873 2195128
/proc/meminfo: memFree=675066840/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=140676 memory=68324 CPUtime=0.19 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 15024 206 0 0 18 1 0 0 20 0 1 0 146909316 144052224 16924 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 35169 17081 2736 506 0 15860 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 140676 KiB
Current children cumulated memory: 68324 KiB

[startup+0.313005 s]*
/proc/loadavg: 15.51 8.50 5.55 17/873 2195128
/proc/meminfo: memFree=674918108/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=174984 memory=101364 CPUtime=0.3 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 22520 206 0 0 28 2 0 0 20 0 1 0 146909316 179183616 25213 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 43746 25341 2736 506 0 24437 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 174984 KiB
Current children cumulated memory: 101364 KiB

[startup+0.70012 s]
/proc/loadavg: 15.51 8.50 5.55 17/873 2195128
/proc/meminfo: memFree=671951664/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=263912 memory=191700 CPUtime=0.67 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 45102 206 0 0 64 3 0 0 20 0 1 0 146909316 270245888 47869 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 65978 47925 2736 506 0 46669 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 263912 KiB
Current children cumulated memory: 191700 KiB

[startup+1.50019 s]
/proc/loadavg: 15.55 8.62 5.61 19/873 2195128
/proc/meminfo: memFree=670330392/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=513632 memory=447020 CPUtime=1.47 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 107458 206 0 0 140 7 0 0 20 0 1 0 146909316 525959168 111618 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 128408 111755 4814 506 0 109099 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 513632 KiB
Current children cumulated memory: 447020 KiB

[startup+3.11351 s]
/proc/loadavg: 15.55 8.62 5.61 19/873 2195128
/proc/meminfo: memFree=669036032/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=1193772 memory=1114820 CPUtime=3.07 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 276055 206 0 0 289 18 0 0 20 0 1 0 146909316 1222422528 278500 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 298443 278705 5731 506 0 279134 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1193772 KiB
Current children cumulated memory: 1114820 KiB

[startup+6.30018 s]
/proc/loadavg: 15.59 8.75 5.66 19/873 2195128
/proc/meminfo: memFree=666532340/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=1303800 memory=1224464 CPUtime=6.25 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 303427 206 0 0 605 20 0 0 20 0 1 0 146909316 1335091200 306020 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 325950 306116 5779 506 0 306641 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1303800 KiB
Current children cumulated memory: 1224464 KiB

[startup+12.7002 s]
/proc/loadavg: 15.62 8.87 5.72 20/873 2195178
/proc/meminfo: memFree=666170236/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=1306864 memory=1227376 CPUtime=12.62 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 304159 206 0 0 1242 20 0 0 20 0 1 0 146909316 1338228736 306788 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 326716 306844 5779 506 0 307407 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1306864 KiB
Current children cumulated memory: 1227376 KiB

[startup+25.5002 s]
/proc/loadavg: 15.68 9.10 5.83 19/874 2195179
/proc/meminfo: memFree=640417916/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=1311984 memory=1232532 CPUtime=25.38 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 305448 206 0 0 2518 20 0 0 20 0 1 0 146909316 1343471616 308068 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 327996 308133 5779 506 0 308687 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1311984 KiB
Current children cumulated memory: 1232532 KiB

[startup+51.1137 s]
/proc/loadavg: 15.81 9.76 6.16 19/873 2195179
/proc/meminfo: memFree=592790028/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=1318124 memory=1238720 CPUtime=50.91 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 306995 206 0 0 5071 20 0 0 20 0 1 0 146909316 1349758976 309604 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 329531 309680 5779 506 0 310222 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1318124 KiB
Current children cumulated memory: 1238720 KiB

[startup+102.3 s]
/proc/loadavg: 15.96 10.74 6.68 20/871 2195180
/proc/meminfo: memFree=585133320/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=7313536 memory=6818064 CPUtime=101.96 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 887673 206 0 0 10101 95 0 0 20 0 1 0 146909316 7489060864 1704346 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 1828384 1704516 5936 506 0 1809075 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 7313536 KiB
Current children cumulated memory: 6818064 KiB

[startup+162.3 s]
/proc/loadavg: 16.19 11.75 7.28 18/871 2195181
/proc/meminfo: memFree=527630016/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=7245400 memory=6751920 CPUtime=161.77 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 888081 206 0 0 16078 99 0 0 20 0 1 0 146909316 7419289600 1687908 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 1811350 1687980 5936 506 0 1792041 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 7245400 KiB
Current children cumulated memory: 6751920 KiB

[startup+222.3 s]
/proc/loadavg: 16.68 12.71 7.89 19/872 2195189
/proc/meminfo: memFree=503203280/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=7411744 memory=6819432 CPUtime=221.58 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 904519 206 0 0 22036 122 0 0 20 0 1 0 146909316 7589625856 1704762 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 1852936 1704858 5984 506 0 1833627 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 7411744 KiB
Current children cumulated memory: 6819432 KiB

[startup+282.3 s]
/proc/loadavg: 16.30 13.32 8.41 18/871 2195290
/proc/meminfo: memFree=555632148/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=7452620 memory=6860416 CPUtime=281.38 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 914033 206 0 0 28015 123 0 0 20 0 1 0 146909316 7631482880 1714958 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 1863155 1715104 5984 506 0 1843846 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 7452620 KiB
Current children cumulated memory: 6860416 KiB

[startup+342.3 s]
/proc/loadavg: 16.11 13.81 8.89 19/870 2195340

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

/proc/2195125/statm: 5372253 4927540 6217 506 0 5352944 0
Current children cumulated CPU time: 2850.94 s
Current children cumulated vsize: 21489012 KiB
Current children cumulated memory: 19710160 KiB

[startup+2922.3 s]
/proc/loadavg: 16.06 16.18 15.92 17/871 2195974
/proc/meminfo: memFree=595927168/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21508992 memory=19731728 CPUtime=2910.7 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2577402 206 0 0 288139 2931 0 0 20 0 1 0 146909316 22025207808 4932806 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5377248 4932932 6217 506 0 5357939 0
Current children cumulated CPU time: 2910.7 s
Current children cumulated vsize: 21508992 KiB
Current children cumulated memory: 19731728 KiB

[startup+2982.3 s]
/proc/loadavg: 16.02 16.14 15.93 17/871 2195975
/proc/meminfo: memFree=600194528/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21527996 memory=19741592 CPUtime=2970.47 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2580072 206 0 0 294114 2933 0 0 20 0 1 0 146909316 22044667904 4935238 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5381999 4935398 6217 506 0 5362690 0
Current children cumulated CPU time: 2970.47 s
Current children cumulated vsize: 21527996 KiB
Current children cumulated memory: 19741592 KiB

[startup+3042.3 s]
/proc/loadavg: 16.01 16.11 15.93 17/870 2195976
/proc/meminfo: memFree=596850948/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21591232 memory=19770576 CPUtime=3030.23 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2587551 206 0 0 300089 2934 0 0 20 0 1 0 146909316 22109421568 4942534 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5397808 4942644 6217 506 0 5378499 0
Current children cumulated CPU time: 3030.23 s
Current children cumulated vsize: 21591232 KiB
Current children cumulated memory: 19770576 KiB

[startup+3102.3 s]
/proc/loadavg: 16.00 16.09 15.94 17/870 2195977
/proc/meminfo: memFree=591473988/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21671816 memory=19806068 CPUtime=3089.98 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2596597 206 0 0 306063 2935 0 0 20 0 1 0 146909316 22191939584 4951366 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5417954 4951517 6217 506 0 5398645 0
Current children cumulated CPU time: 3089.98 s
Current children cumulated vsize: 21671816 KiB
Current children cumulated memory: 19806068 KiB

[startup+3162.3 s]
/proc/loadavg: 16.00 16.07 15.94 17/870 2195978
/proc/meminfo: memFree=587855620/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21739212 memory=19833456 CPUtime=3149.74 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2602072 206 0 0 312038 2936 0 0 20 0 1 0 146909316 22260953088 4958206 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5434803 4958364 6217 506 0 5415494 0
Current children cumulated CPU time: 3149.74 s
Current children cumulated vsize: 21739212 KiB
Current children cumulated memory: 19833456 KiB

[startup+3222.3 s]
/proc/loadavg: 16.00 16.06 15.95 17/870 2195979
/proc/meminfo: memFree=593615752/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21744944 memory=19839456 CPUtime=3209.5 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2603897 206 0 0 318013 2937 0 0 20 0 1 0 146909316 22266822656 4959742 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5436236 4959864 6217 506 0 5416927 0
Current children cumulated CPU time: 3209.5 s
Current children cumulated vsize: 21744944 KiB
Current children cumulated memory: 19839456 KiB

[startup+3282.3 s]
/proc/loadavg: 16.04 16.06 15.96 17/869 2195980
/proc/meminfo: memFree=592000736/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21758052 memory=19851440 CPUtime=3269.26 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2606585 206 0 0 323989 2937 0 0 20 0 1 0 146909316 22280245248 4962735 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5439513 4962860 6217 506 0 5420204 0
Current children cumulated CPU time: 3269.26 s
Current children cumulated vsize: 21758052 KiB
Current children cumulated memory: 19851440 KiB

[startup+3342.3 s]
/proc/loadavg: 16.01 16.05 15.97 17/870 2195988
/proc/meminfo: memFree=592401416/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21763396 memory=19855840 CPUtime=3329.01 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2607884 206 0 0 329963 2938 0 0 20 0 1 0 146909316 22285717504 4963887 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5440849 4963960 6217 506 0 5421540 0
Current children cumulated CPU time: 3329.01 s
Current children cumulated vsize: 21763396 KiB
Current children cumulated memory: 19855840 KiB

[startup+3402.3 s]
/proc/loadavg: 16.00 16.03 15.97 17/870 2195989
/proc/meminfo: memFree=591829472/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21844260 memory=19886096 CPUtime=3388.77 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2615603 206 0 0 335938 2939 0 0 20 0 1 0 146909316 22368522240 4971439 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5461065 4971524 6217 506 0 5441756 0
Current children cumulated CPU time: 3388.77 s
Current children cumulated vsize: 21844260 KiB
Current children cumulated memory: 19886096 KiB

[startup+3462.3 s]
/proc/loadavg: 14.83 15.70 15.86 15/862 2196211
/proc/meminfo: memFree=660991540/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21837388 memory=19879552 CPUtime=3448.54 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2677683 206 0 0 341909 2945 0 0 20 0 1 0 146909316 22361485312 4969812 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5459347 4969888 6217 506 0 5440038 0
Current children cumulated CPU time: 3448.54 s
Current children cumulated vsize: 21837388 KiB
Current children cumulated memory: 19879552 KiB

[startup+3522.3 s]
/proc/loadavg: 14.53 15.44 15.76 15/862 2196212
/proc/meminfo: memFree=663935508/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21879760 memory=19882924 CPUtime=3508.3 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2678164 206 0 0 347885 2945 0 0 20 0 1 0 146909316 22404874240 4970656 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5469940 4970731 6217 506 0 5450631 0
Current children cumulated CPU time: 3508.3 s
Current children cumulated vsize: 21879760 KiB
Current children cumulated memory: 19882924 KiB

[startup+3582.3 s]
/proc/loadavg: 15.12 15.45 15.74 14/856 2196247
/proc/meminfo: memFree=688311520/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21881716 memory=19883836 CPUtime=3568.05 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2741365 206 0 0 353856 2949 0 0 20 0 1 0 146909316 22406877184 4970812 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5470429 4970959 6217 506 0 5451120 0
Current children cumulated CPU time: 3568.05 s
Current children cumulated vsize: 21881716 KiB
Current children cumulated memory: 19883836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.4 s]
/proc/loadavg: 14.68 15.31 15.68 14/855 2196247
/proc/meminfo: memFree=683682528/1055320704 swapFree=33554428/33554428
[pid=2195125] ppid=2195122 vsize=21936492 memory=19906952 CPUtime=3600.03 cores=16-19
/proc/2195125/stat : 2195125 (naps_release) R 2195122 2195125 2194593 0 -1 4194304 2746135 206 0 0 357053 2950 0 0 20 0 1 0 146909316 22462967808 4976481 18446744073709551615 4210688 6281017 140728457886400 0 0 0 0 0 16898 0 0 0 17 17 0 0 0 0 0 6662968 6676388 17780736 140728457890011 140728457890192 140728457890192 140728457895880 0
/proc/2195125/statm: 5484123 4976738 6217 506 0 5464814 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 21936492 KiB
Current children cumulated memory: 19906952 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.55 s, system=29.707 s

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

[startup+3614.61 s]
/proc/loadavg: 14.68 15.31 15.68 14/855 2196247
/proc/meminfo: memFree=687171912/1055320704 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3614.62
CPU time (s): 3600.26
CPU user time (s): 3570.55
CPU system time (s): 29.707
CPU usage (%): 99.6027
Max. virtual memory (cumulated for all children) (KiB): 23723704
Max. memory (cumulated for all children) (KiB): 22597084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.55
system time used= 29.707
maximum resident set size= 22596404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2746371
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= 302
involuntary context switches= 4242


# summary of solver processes directly reported to runsolver:
#   pid: 2195125
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3570.55
#   total CPU system time (s): 29.707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4713 second user time and 36.6719 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-22 15:50:14
IDJOB=4780122
IDBENCH=155725
IDSOLVER=3589
FILE ID=nodeE005/4780122-1782136214
RUNJOBID= nodeE005-1782136005-2194607
SLURM_JOB_ID= 12510919
Free space on /tmp= 798720 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat50_6_9_7_ic.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4780122-1782136214/watcher-4780122-1782136214 -o /tmp/evaluation-result-4780122-1782136214/solver-4780122-1782136214 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780122-1782136214/vars-4780122-1782136214 --bin-var /tmp/runsolver-exch-nodeE005-1782136005-2194607 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4780122-1782136214.opb

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

MD5SUM BENCH= c0a0878d092ae8016520dd28e1b05072
RANDOM SEED=1589551748

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

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

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

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

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

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

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.059
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		: 3576.966
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		: 3579.401
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		: 3561.379
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		: 3561.017
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.226
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		: 2493.659
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		: 3582.886
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3576.949
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		: 3593.495
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		: 3599.115
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		: 3590.949
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		: 3576.773
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:        674256152 kB
MemAvailable:   805869668 kB
Buffers:            2348 kB
Cached:         135931552 kB
SwapCached:            0 kB
Active:         241033932 kB
Inactive:       134336332 kB
Active(anon):   240303164 kB
Inactive(anon):        0 kB
Active(file):     730768 kB
Inactive(file): 134336332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27200 kB
Writeback:             0 kB
AnonPages:      239429988 kB
Mapped:           241280 kB
Shmem:            866792 kB
KReclaimable:    1378084 kB
Slab:            1939692 kB
SReclaimable:    1378084 kB
SUnreclaim:       561608 kB
KernelStack:       14928 kB
PageTables:       477024 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   252452100 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478352 kB
VmallocChunk:          0 kB
Percpu:           130048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  133955584 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= 797872 MiB
End job on nodeE005 at 2026-06-22 16:50:29