Trace number 4780726

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.04? (TO) 3600.1 3612.23

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/
devriendt/tsplib/normalized-pr76.opb
MD5SUM93a49659783afe44866b3651caae5afa
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark108159
Best CPU time to get the best result obtained on this benchmark31183.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6225
Total number of constraints5852
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints5700
Minimum length of a constraint7
Maximum length of a constraint75
Number of terms in the objective function 5700
Biggest coefficient in the objective function 22674
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 43084556
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 22674
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 43084556
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780726-1782138537.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-4780726-1782138537.opb
0.00/0.02	c Parsing PB file...
0.00/0.03	c goal was devided by 1 with offset 43084556.
0.08/0.16	c assumptions before coding: 
0.08/0.18	c initScipForCoop
0.08/0.19	c Running SCIP presolver (time limit: 10 sec)...
0.08/0.19	c solveScip
0.08/0.19	c initScipForCoop
0.08/0.19	c Cooperative mode: scip_coop_offset=43084556.000000
0.08/0.19	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.08/0.19	c Running SCIP presolve for solve-time propagation (rounds=3)
0.08/0.20	c presolving:
0.08/0.21	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
0.20/0.23	c    (0.0s) running MILP presolver
0.20/0.25	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.20/0.26	c (round 2, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
0.40/0.44	c    (0.2s) probing: 51/6225 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.40/0.44	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.49/0.53	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.49/0.53	c  0 deleted vars, 152 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 75 changed sides, 150 changed coefficients
0.49/0.53	c  0 implications, 302 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.49/0.53	c presolved problem has 6225 variables (6225 bin, 0 int, 0 cont) and 5852 constraints
0.49/0.53	c    5625 constraints of type <knapsack>
0.49/0.53	c     152 constraints of type <setppc>
0.49/0.53	c      75 constraints of type <logicor>
0.49/0.53	c transformed objective value is always integral (scale: 1)
0.49/0.53	c Presolving Time: 0.33
0.49/0.55	c presolving:
0.49/0.56	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
0.49/0.58	c    (0.0s) running MILP presolver
0.49/0.60	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.49/0.61	c (round 2, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
0.58/0.63	c (round 3, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
0.58/0.64	c (round 4, medium)     0 del vars, 152 del conss, 150 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
0.58/0.64	c (round 5, fast)       0 del vars, 227 del conss, 225 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
0.76/0.80	c    (0.3s) probing: 51/6225 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.76/0.80	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.76/0.89	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.86/0.91	c    (0.4s) no symmetry present (symcode time: 0.01)
0.86/0.92	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
0.86/0.92	c  0 deleted vars, 227 deleted constraints, 225 added constraints, 0 tightened bounds, 0 added holes, 225 changed sides, 450 changed coefficients
0.86/0.92	c  0 implications, 302 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.86/0.92	c presolved problem has 6225 variables (6225 bin, 0 int, 0 cont) and 6002 constraints
0.86/0.92	c    5550 constraints of type <knapsack>
0.86/0.92	c     302 constraints of type <setppc>
0.86/0.92	c     150 constraints of type <logicor>
0.86/0.92	c transformed objective value is always integral (scale: 1)
0.86/0.92	c Presolving Time: 0.37
0.86/0.92	c 
0.98/1.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.98/1.05	c   0.5s|     1 |     0 |   491 |     - |   189M |   0 |6225 |6260 |6002 |   0 |  0 | 257 |   0 |-7.766339e+04 |      --      |    Inf | unknown
1.37/1.40	c   0.9s|     1 |     0 |  2175 |     - |   197M |   0 |6225 |6260 |6078 |  76 |  1 | 257 |   0 |-8.583652e+04 |      --      |    Inf | unknown
1.47/1.52	c   1.0s|     1 |     0 |  2282 |     - |   204M |   0 |6225 |6260 |6130 | 128 |  2 | 257 |   0 |-8.643980e+04 |      --      |    Inf | unknown
1.57/1.63	c   1.1s|     1 |     0 |  2365 |     - |   210M |   0 |6225 |6260 |6178 | 176 |  3 | 257 |   0 |-8.677402e+04 |      --      |    Inf | unknown
1.67/1.75	c   1.2s|     1 |     0 |  2489 |     - |   215M |   0 |6225 |6260 |6218 | 216 |  4 | 257 |   0 |-8.800148e+04 |      --      |    Inf | unknown
1.77/1.89	c   1.4s|     1 |     0 |  2639 |     - |   221M |   0 |6225 |6260 |6263 | 261 |  5 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
1.98/2.02	c   1.5s|     1 |     0 |  2708 |     - |   229M |   0 |6225 |6260 |6301 | 299 |  6 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
2.08/2.13	c   1.6s|     1 |     0 |  2784 |     - |   234M |   0 |6225 |6260 |6337 | 335 |  7 | 257 |   0 |-8.855161e+04 |      --      |    Inf | unknown
2.16/2.26	c   1.7s|     1 |     0 |  2857 |     - |   244M |   0 |6225 |6260 |6372 | 370 |  8 | 257 |   0 |-8.884121e+04 |      --      |    Inf | unknown
2.36/2.41	c   1.9s|     1 |     0 |  2916 |     - |   250M |   0 |6225 |6260 |6405 | 403 |  9 | 257 |   0 |-8.898848e+04 |      --      |    Inf | unknown
2.46/2.57	c   2.0s|     1 |     0 |  3030 |     - |   256M |   0 |6225 |6260 |6441 | 439 | 10 | 257 |   0 |-8.945556e+04 |      --      |    Inf | unknown
2.56/2.64	c   2.1s|     1 |     0 |  3117 |     - |   257M |   0 |6225 |6261 |6446 | 469 | 11 | 258 |   0 |-8.946724e+04 |      --      |    Inf | unknown
2.56/2.69	c   2.2s|     1 |     0 |  3173 |     - |   258M |   0 |6225 |6261 |6473 | 496 | 12 | 258 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2.66/2.75	c   2.2s|     1 |     0 |  3221 |     - |   260M |   0 |6225 |6262 |6499 | 522 | 13 | 259 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2.76/2.81	c   2.3s|     1 |     0 |  3270 |     - |   260M |   0 |6225 |6263 |6524 | 547 | 14 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2.76/2.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2.76/2.87	c   2.3s|     1 |     0 |  3308 |     - |   262M |   0 |6225 |6263 |6550 | 573 | 15 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2.86/2.93	c   2.4s|     1 |     0 |  3363 |     - |   263M |   0 |6225 |6263 |6571 | 594 | 16 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2.86/2.99	c   2.5s|     1 |     0 |  3402 |     - |   263M |   0 |6225 |6263 |6443 | 614 | 17 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2.98/3.05	c   2.5s|     1 |     0 |  3432 |     - |   264M |   0 |6225 |6264 |6458 | 629 | 18 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2.98/3.11	c   2.6s|     1 |     0 |  3478 |     - |   265M |   0 |6225 |6264 |6475 | 646 | 19 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
3.08/3.15	c   2.6s|     1 |     0 |  3523 |     - |   266M |   0 |6225 |6266 |6487 | 658 | 20 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
3.16/3.21	c   2.7s|     1 |     0 |  3573 |     - |   266M |   0 |6225 |6266 |6503 | 674 | 21 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
5.35/5.41	c   4.9s|     1 |     2 |  6794 |     - |   268M |   0 |6225 |6275 |6503 | 674 | 21 | 272 |  25 |-9.018234e+04 |      --      |    Inf | unknown
10.43/10.54	c 
10.43/10.54	c SCIP Status        : solving was interrupted [time limit reached]
10.43/10.54	c Solving Time (sec) : 10.00
10.43/10.54	c Solving Nodes      : 22
10.43/10.54	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.43/10.54	c Dual Bound         : -9.59558393162393e+04
10.43/10.54	c Gap                : infinite
10.43/10.54	c SCIP status: 23 (TIMELIMIT)
10.43/10.54	c solveScip: freeing transform (!can_skip_free_transform)
10.43/10.59	c SCIP presolver: sst_unknown
10.43/10.59	c Converting 6004 PB-constraints to clauses...
10.43/10.59	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 9
10.53/10.61	c Try to convert by bdds
10.53/10.61	c d: 1
10.53/10.61	c estimatedAdderCost: 18
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 18
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 18
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 18
10.53/10.61	c Try to convert by bdds
10.53/10.61	c D: 1
10.53/10.61	c estimatedAdderCost: 18
10.53/10.61	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.62	c D: 1
10.53/10.62	c estimatedAdderCost: 18
10.53/10.62	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.63	c D: 1
10.53/10.63	c estimatedAdderCost: 18
10.53/10.63	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.64	c D: 1
10.53/10.64	c estimatedAdderCost: 18
10.53/10.64	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.65	c D: 1
10.53/10.65	c estimatedAdderCost: 18
10.53/10.65	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.66	c D: 1
10.53/10.66	c estimatedAdderCost: 18
10.53/10.66	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.67	c D: 1
10.53/10.67	c estimatedAdderCost: 18
10.53/10.67	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.68	c D: 1
10.53/10.68	c estimatedAdderCost: 18
10.53/10.68	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.53/10.69	c D: 1
10.53/10.69	c estimatedAdderCost: 18
10.53/10.69	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.70	c D: 1
10.63/10.70	c estimatedAdderCost: 18
10.63/10.70	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.71	c D: 1
10.63/10.71	c estimatedAdderCost: 18
10.63/10.71	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.72	c D: 1
10.63/10.72	c estimatedAdderCost: 18
10.63/10.72	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.73	c D: 1
10.63/10.73	c estimatedAdderCost: 18
10.63/10.73	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.74	c D: 1
10.63/10.74	c estimatedAdderCost: 18
10.63/10.74	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.75	c D: 1
10.63/10.75	c estimatedAdderCost: 18
10.63/10.75	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.76	c D: 1
10.63/10.76	c estimatedAdderCost: 18
10.63/10.76	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.77	c D: 1
10.63/10.77	c estimatedAdderCost: 18
10.63/10.77	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.78	c D: 1
10.63/10.78	c estimatedAdderCost: 18
10.63/10.78	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.63/10.79	c D: 1
10.63/10.79	c estimatedAdderCost: 18
10.63/10.79	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.80	c D: 1
10.73/10.80	c estimatedAdderCost: 18
10.73/10.80	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.81	c D: 1
10.73/10.81	c estimatedAdderCost: 18
10.73/10.81	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.82	c D: 1
10.73/10.82	c estimatedAdderCost: 18
10.73/10.82	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.83	c D: 1
10.73/10.83	c estimatedAdderCost: 18
10.73/10.83	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.84	c D: 1
10.73/10.84	c estimatedAdderCost: 18
10.73/10.84	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.85	c D: 1
10.73/10.85	c estimatedAdderCost: 18
10.73/10.85	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.86	c D: 1
10.73/10.86	c estimatedAdderCost: 18
10.73/10.86	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.87	c D: 1
10.73/10.87	c estimatedAdderCost: 18
10.73/10.87	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.88	c D: 1
10.73/10.88	c estimatedAdderCost: 18
10.73/10.88	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 18
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 18
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 18
10.73/10.89	c Try to convert by bdds
10.73/10.89	c D: 1
10.73/10.89	c estimatedAdderCost: 18
10.73/10.89	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 18
10.82/10.90	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 18
10.82/10.91	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 18
10.82/10.92	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 18
10.82/10.93	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 18
10.82/10.94	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 18
10.82/10.95	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 18
10.82/10.96	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 18
10.82/10.97	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 18
10.82/10.98	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 18
10.82/10.99	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 18
10.82/11.00	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 18
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 18
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 18
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 18
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 18
10.82/11.01	c Try to convert by bdds
10.82/11.01	c D: 1
10.82/11.01	c estimatedAdderCost: 18
10.82/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 18
10.94/11.01	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 18
10.94/11.02	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 18
10.94/11.03	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 18
10.94/11.04	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 18
10.94/11.05	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 18
10.94/11.06	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 18
10.94/11.07	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 18
10.94/11.08	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 18
10.94/11.09	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 18
10.94/11.10	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 18
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 18
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 18
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 18
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 18
10.94/11.11	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 18
10.94/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.11	c D: 1
11.05/11.11	c estimatedAdderCost: 18
11.05/11.11	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.12	c D: 1
11.05/11.12	c estimatedAdderCost: 18
11.05/11.12	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.13	c D: 1
11.05/11.13	c estimatedAdderCost: 18
11.05/11.13	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.14	c D: 1
11.05/11.14	c estimatedAdderCost: 18
11.05/11.14	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.15	c D: 1
11.05/11.15	c estimatedAdderCost: 18
11.05/11.15	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.16	c D: 1
11.05/11.16	c estimatedAdderCost: 18
11.05/11.16	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.17	c D: 1
11.05/11.17	c estimatedAdderCost: 18
11.05/11.17	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.18	c D: 1
11.05/11.18	c estimatedAdderCost: 18
11.05/11.18	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.19	c D: 1
11.05/11.19	c estimatedAdderCost: 18
11.05/11.19	c Try to convert by bdds
11.05/11.20	c D: 1
11.05/11.20	c estimatedAdderCost: 18
11.05/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.20	c D: 1
11.13/11.20	c estimatedAdderCost: 18
11.13/11.20	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.21	c D: 1
11.13/11.21	c estimatedAdderCost: 18
11.13/11.21	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.22	c D: 1
11.13/11.22	c estimatedAdderCost: 18
11.13/11.22	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.23	c D: 1
11.13/11.23	c estimatedAdderCost: 18
11.13/11.23	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.24	c D: 1
11.13/11.24	c estimatedAdderCost: 18
11.13/11.24	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.25	c D: 1
11.13/11.25	c estimatedAdderCost: 18
11.13/11.25	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.26	c D: 1
11.13/11.26	c estimatedAdderCost: 18
11.13/11.26	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.27	c D: 1
11.13/11.27	c estimatedAdderCost: 18
11.13/11.27	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.28	c D: 1
11.13/11.28	c estimatedAdderCost: 18
11.13/11.28	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.29	c D: 1
11.13/11.29	c estimatedAdderCost: 18
11.13/11.29	c Try to convert by bdds
11.13/11.30	c D: 1
11.13/11.30	c estimatedAdderCost: 18
11.13/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.30	c D: 1
11.23/11.30	c estimatedAdderCost: 18
11.23/11.30	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.31	c D: 1
11.23/11.31	c estimatedAdderCost: 18
11.23/11.31	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.32	c D: 1
11.23/11.32	c estimatedAdderCost: 18
11.23/11.32	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.33	c D: 1
11.23/11.33	c estimatedAdderCost: 18
11.23/11.33	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.34	c D: 1
11.23/11.34	c estimatedAdderCost: 18
11.23/11.34	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.35	c D: 1
11.23/11.35	c estimatedAdderCost: 18
11.23/11.35	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.36	c D: 1
11.23/11.36	c estimatedAdderCost: 18
11.23/11.36	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.37	c D: 1
11.23/11.37	c estimatedAdderCost: 18
11.23/11.37	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.38	c D: 1
11.23/11.38	c estimatedAdderCost: 18
11.23/11.38	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.23/11.39	c D: 1
11.23/11.39	c estimatedAdderCost: 18
11.23/11.39	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.40	c D: 1
11.33/11.40	c estimatedAdderCost: 18
11.33/11.40	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.41	c D: 1
11.33/11.41	c estimatedAdderCost: 18
11.33/11.41	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.42	c D: 1
11.33/11.42	c estimatedAdderCost: 18
11.33/11.42	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.43	c D: 1
11.33/11.43	c estimatedAdderCost: 18
11.33/11.43	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.44	c D: 1
11.33/11.44	c estimatedAdderCost: 18
11.33/11.44	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.45	c D: 1
11.33/11.45	c estimatedAdderCost: 18
11.33/11.45	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.46	c D: 1
11.33/11.46	c estimatedAdderCost: 18
11.33/11.46	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.47	c D: 1
11.33/11.47	c estimatedAdderCost: 18
11.33/11.47	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.48	c D: 1
11.33/11.48	c estimatedAdderCost: 18
11.33/11.48	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.33/11.49	c D: 1
11.33/11.49	c estimatedAdderCost: 18
11.33/11.49	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.50	c D: 1
11.43/11.50	c estimatedAdderCost: 18
11.43/11.50	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.51	c D: 1
11.43/11.51	c estimatedAdderCost: 18
11.43/11.51	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.52	c D: 1
11.43/11.52	c estimatedAdderCost: 18
11.43/11.52	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.53	c D: 1
11.43/11.53	c estimatedAdderCost: 18
11.43/11.53	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.54	c D: 1
11.43/11.54	c estimatedAdderCost: 18
11.43/11.54	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.55	c D: 1
11.43/11.55	c estimatedAdderCost: 18
11.43/11.55	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.56	c D: 1
11.43/11.56	c estimatedAdderCost: 18
11.43/11.56	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.57	c D: 1
11.43/11.57	c estimatedAdderCost: 18
11.43/11.57	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.58	c D: 1
11.43/11.58	c estimatedAdderCost: 18
11.43/11.58	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.43/11.59	c D: 1
11.43/11.59	c estimatedAdderCost: 18
11.43/11.59	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.60	c D: 1
11.53/11.60	c estimatedAdderCost: 18
11.53/11.60	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.61	c D: 1
11.53/11.61	c estimatedAdderCost: 18
11.53/11.61	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.62	c D: 1
11.53/11.62	c estimatedAdderCost: 18
11.53/11.62	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.63	c D: 1
11.53/11.63	c estimatedAdderCost: 18
11.53/11.63	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.64	c D: 1
11.53/11.64	c estimatedAdderCost: 18
11.53/11.64	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.65	c D: 1
11.53/11.65	c estimatedAdderCost: 18
11.53/11.65	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.66	c D: 1
11.53/11.66	c estimatedAdderCost: 18
11.53/11.66	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.67	c D: 1
11.53/11.67	c estimatedAdderCost: 18
11.53/11.67	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.68	c D: 1
11.53/11.68	c estimatedAdderCost: 18
11.53/11.68	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.53/11.69	c D: 1
11.53/11.69	c estimatedAdderCost: 18
11.53/11.69	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.70	c D: 1
11.63/11.70	c estimatedAdderCost: 18
11.63/11.70	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.71	c D: 1
11.63/11.71	c estimatedAdderCost: 18
11.63/11.71	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.72	c D: 1
11.63/11.72	c estimatedAdderCost: 18
11.63/11.72	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.73	c D: 1
11.63/11.73	c estimatedAdderCost: 18
11.63/11.73	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.74	c D: 1
11.63/11.74	c estimatedAdderCost: 18
11.63/11.74	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.75	c D: 1
11.63/11.75	c estimatedAdderCost: 18
11.63/11.75	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.76	c D: 1
11.63/11.76	c estimatedAdderCost: 18
11.63/11.76	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.77	c D: 1
11.63/11.77	c estimatedAdderCost: 18
11.63/11.77	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.78	c D: 1
11.63/11.78	c estimatedAdderCost: 18
11.63/11.78	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.63/11.79	c D: 1
11.63/11.79	c estimatedAdderCost: 18
11.63/11.79	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.80	c D: 1
11.73/11.80	c estimatedAdderCost: 18
11.73/11.80	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.81	c D: 1
11.73/11.81	c estimatedAdderCost: 18
11.73/11.81	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.82	c D: 1
11.73/11.82	c estimatedAdderCost: 18
11.73/11.82	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.83	c D: 1
11.73/11.83	c estimatedAdderCost: 18
11.73/11.83	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.84	c D: 1
11.73/11.84	c estimatedAdderCost: 18
11.73/11.84	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.85	c D: 1
11.73/11.85	c estimatedAdderCost: 18
11.73/11.85	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.86	c D: 1
11.73/11.86	c estimatedAdderCost: 18
11.73/11.86	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.87	c D: 1
11.73/11.87	c estimatedAdderCost: 18
11.73/11.87	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.88	c D: 1
11.73/11.88	c estimatedAdderCost: 18
11.73/11.88	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.89	c D: 1
11.73/11.89	c estimatedAdderCost: 18
11.73/11.89	c Try to convert by bdds
11.73/11.90	c D: 1
11.73/11.90	c estimatedAdderCost: 18
11.73/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.90	c D: 1
11.83/11.90	c estimatedAdderCost: 18
11.83/11.90	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.91	c D: 1
11.83/11.91	c estimatedAdderCost: 18
11.83/11.91	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.92	c D: 1
11.83/11.92	c estimatedAdderCost: 18
11.83/11.92	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.93	c D: 1
11.83/11.93	c estimatedAdderCost: 18
11.83/11.93	c Try to convert by bdds
11.83/11.94	c D: 1
11.83/11.94	c estimatedAdderCost: 18
11.83/11.94	c Try to convert by bdds
11.83/11.94	c D: 1
11.83/11.94	c estimatedAdderCost: 18
11.83/11.94	c Try to convert by bdds
11.83/11.94	c D: 1
11.83/11.94	c estimatedAdderCost: 18
11.83/11.94	c Try to convert by bdds
11.83/11.94	c D: 1
11.83/11.94	c estimatedAdderCost: 18
11.83/11.94	c Try to convert by bdds
11.83/11.94	c D: 1
11.83/11.94	c estimatedAdderCost: 18
11.83/11.94	c Try to convert by bdds
11.83/11.94	c D: 1
11.83/11.94	c estimatedAdderCost: 18
11.83/11.94	c Try to convert by bdds
11.83/11.94	c D: 1
11.83/11.94	c estimatedAdderCost: 18
11.83/11.94	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.96	c D: 1
11.83/11.96	c estimatedAdderCost: 18
11.83/11.96	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.97	c D: 1
11.83/11.97	c estimatedAdderCost: 18
11.83/11.97	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.98	c D: 1
11.83/11.98	c estimatedAdderCost: 18
11.83/11.98	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/11.99	c D: 1
11.83/11.99	c estimatedAdderCost: 18
11.83/11.99	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.00	c D: 1
11.83/12.00	c estimatedAdderCost: 18
11.83/12.00	c Try to convert by bdds
11.83/12.01	c D: 1
11.83/12.01	c estimatedAdderCost: 18
11.83/12.01	c Try to convert by bdds
11.83/12.01	c D: 1
11.83/12.01	c estimatedAdderCost: 18
11.83/12.01	c Try to convert by bdds
11.83/12.01	c D: 1
11.83/12.01	c estimatedAdderCost: 18
11.83/12.01	c Try to convert by bdds
11.83/12.01	c D: 1
11.83/12.01	c estimatedAdderCost: 18
11.83/12.01	c Try to convert by bdds
11.83/12.01	c D: 1
11.83/12.01	c estimatedAdderCost: 18
11.83/12.01	c Try to convert by bdds
11.83/12.01	c D: 1
11.83/12.01	c estimatedAdderCost: 18
11.83/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.01	c D: 1
11.94/12.01	c estimatedAdderCost: 18
11.94/12.01	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.02	c D: 1
11.94/12.02	c estimatedAdderCost: 18
11.94/12.02	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.03	c D: 1
11.94/12.03	c estimatedAdderCost: 18
11.94/12.03	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.04	c D: 1
11.94/12.04	c estimatedAdderCost: 18
11.94/12.04	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.05	c D: 1
11.94/12.05	c estimatedAdderCost: 18
11.94/12.05	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.06	c D: 1
11.94/12.06	c estimatedAdderCost: 18
11.94/12.06	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.07	c D: 1
11.94/12.07	c estimatedAdderCost: 18
11.94/12.07	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.08	c D: 1
11.94/12.08	c estimatedAdderCost: 18
11.94/12.08	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.09	c D: 1
11.94/12.09	c estimatedAdderCost: 18
11.94/12.09	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 18
12.32/12.40	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 18
12.32/12.41	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 18
12.32/12.42	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 18
12.32/12.43	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 18
12.32/12.44	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 18
12.32/12.45	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 18
12.32/12.46	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 18
12.32/12.47	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 18
12.32/12.48	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 18
12.32/12.49	c Try to convert by bdds
12.32/12.50	c D: 1
12.32/12.50	c estimatedAdderCost: 18
12.32/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 18
12.42/12.50	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 18
12.42/12.51	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 18
12.42/12.52	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 18
12.42/12.53	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 18
12.42/12.54	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 18
12.42/12.55	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 18
12.42/12.56	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 18
12.42/12.57	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 18
12.42/12.58	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 18
12.42/12.59	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 18
12.52/12.60	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 18
12.52/12.61	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 18
12.52/12.62	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 18
12.52/12.63	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 18
12.52/12.64	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 18
12.52/12.65	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 18
12.52/12.66	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 18
12.52/12.67	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 18
12.52/12.68	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 18
12.52/12.69	c Try to convert by bdds
12.52/12.70	c D: 1
12.52/12.70	c estimatedAdderCost: 18
12.52/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 18
12.62/12.70	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 18
12.62/12.71	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 18
12.62/12.72	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 18
12.62/12.73	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 18
12.62/12.74	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 18
12.62/12.75	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 18
12.62/12.76	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 18
12.62/12.77	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 18
12.62/12.78	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 18
12.62/12.79	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 18
12.72/12.80	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 18
12.72/12.81	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 18
12.72/12.82	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 18
12.72/12.83	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 18
12.72/12.84	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 18
12.72/12.85	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 18
12.72/12.86	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 18
12.72/12.87	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 18
12.72/12.88	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 18
12.72/12.89	c Try to convert by bdds
12.72/12.90	c D: 1
12.72/12.90	c estimatedAdderCost: 18
12.72/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 18
12.82/12.90	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 18
12.82/12.91	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 18
12.82/12.92	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 18
12.82/12.93	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 18
12.82/12.94	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 18
12.82/12.95	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 18
12.82/12.96	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 18
12.82/12.97	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 18
12.82/12.98	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 18
12.82/12.99	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 18
12.82/13.00	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 18
12.82/13.01	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 18
12.82/13.01	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 18
12.82/13.01	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 18
12.82/13.01	c Try to convert by bdds
12.82/13.01	c D: 1
12.82/13.01	c estimatedAdderCost: 18
12.82/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 18
12.94/13.01	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 18
12.94/13.02	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 18
12.94/13.03	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 18
12.94/13.04	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 18
12.94/13.05	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 18
12.94/13.06	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 18
12.94/13.07	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 18
12.94/13.08	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 18
12.94/13.09	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 18
12.94/13.10	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 18
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 18
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 18
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 18
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 18
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 18
12.94/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 18
13.03/13.11	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 18
13.03/13.12	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 18
13.03/13.13	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 18
13.03/13.14	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 18
13.03/13.15	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 18
13.03/13.16	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 18
13.03/13.17	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 18
13.03/13.18	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 18
13.03/13.19	c Try to convert by bdds
13.03/13.20	c D: 1
13.03/13.20	c estimatedAdderCost: 18
13.03/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 18
13.12/13.20	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 18
13.12/13.21	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 18
13.12/13.22	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 18
13.12/13.23	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 18
13.12/13.24	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 18
13.12/13.25	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 18
13.12/13.26	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 18
13.12/13.27	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 18
13.12/13.28	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 18
13.12/13.29	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 18
13.22/13.30	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 18
13.22/13.31	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 18
13.22/13.32	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 18
13.22/13.33	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 18
13.22/13.34	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 18
13.22/13.35	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 18
13.22/13.36	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 18
13.22/13.37	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 18
13.22/13.38	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 18
13.22/13.39	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 18
13.32/13.40	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 18
13.32/13.41	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 18
13.32/13.42	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 18
13.32/13.43	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 18
13.32/13.44	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 18
13.32/13.45	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 18
13.32/13.46	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 18
13.32/13.47	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 18
13.32/13.48	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 18
13.32/13.49	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 18
13.42/13.50	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 18
13.42/13.51	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 18
13.42/13.52	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 18
13.42/13.53	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 18
13.42/13.54	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 18
13.42/13.55	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 18
13.42/13.56	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 18
13.42/13.57	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 18
13.42/13.58	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 18
13.42/13.59	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 18
13.52/13.60	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 18
13.52/13.61	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 18
13.52/13.62	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 18
13.52/13.63	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 18
13.52/13.64	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 18
13.52/13.65	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 18
13.52/13.66	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 18
13.52/13.67	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 18
13.52/13.68	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 18
13.52/13.69	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 18
13.62/13.70	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 18
13.62/13.71	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 18
13.62/13.72	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 18
13.62/13.73	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 18
13.62/13.74	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 18
13.62/13.75	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 18
13.62/13.76	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 18
13.62/13.77	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 18
13.62/13.78	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 18
13.62/13.79	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 18
13.72/13.80	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 18
13.72/13.81	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 18
13.72/13.82	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 18
13.72/13.83	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 18
13.72/13.84	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 18
13.72/13.85	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 18
13.72/13.86	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 18
13.72/13.87	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 18
13.72/13.88	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 18
13.72/13.89	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.30	c D: 1
14.13/14.30	c estimatedAdderCost: 18
14.13/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.50	c D: 1
14.33/14.50	c estimatedAdderCost: 18
14.33/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.60	c D: 1
14.43/14.60	c estimatedAdderCost: 18
14.43/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 18
14.52/14.60	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 18
14.52/14.61	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 18
14.52/14.62	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 18
14.52/14.63	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 18
14.52/14.64	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 18
14.52/14.65	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 18
14.52/14.66	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 18
14.52/14.67	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 18
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 18
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 18
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c 
15.22/15.35	c pb_solver_status: sst_unknown
15.22/15.35	c SCIP presolver nodes=22 > 1; boosting initial SCIP budget to 1000.0 sec
15.22/15.36	c total stages of optimization mode: 1
15.22/15.36	c Use UB found in presolve
15.22/15.36	c LB updated by evalGoalLB to 0
15.22/15.36	c minimizationMode: cmm_First_solve
15.22/15.36	c goal coeffs: 300 300 300 300 522 522 522 522 522 522 550 550 550 550 550 550 550 550 550 550 
15.22/15.37	c assumptions: 
15.22/15.37	c invoking solver with time budget: 5.000000
21.10/21.20	c sat_solver_result: sst_unknown
21.10/21.20	c SAT solver timed out; proceeding to cooperative SCIP call
21.10/21.20	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 42988600
21.10/21.20	c scip solving with time budget: 1000.000000
21.10/21.20	c solveScip
21.10/21.20	c initScipForCoop
21.10/21.20	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
21.10/21.21	c presolving:
21.10/21.22	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
21.10/21.24	c    (0.0s) running MILP presolver
21.10/21.26	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
21.10/21.27	c (round 2, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
21.10/21.29	c (round 3, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
21.20/21.30	c (round 4, medium)     0 del vars, 152 del conss, 150 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
21.20/21.31	c (round 5, fast)       0 del vars, 227 del conss, 225 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
21.30/21.47	c    (0.3s) probing: 51/6225 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
21.30/21.47	c    (0.3s) probing aborted: 50/50 successive totally useless probings
21.39/21.56	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
21.39/21.57	c    (0.4s) no symmetry present (symcode time: 0.01)
21.39/21.58	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
21.39/21.58	c  0 deleted vars, 227 deleted constraints, 225 added constraints, 0 tightened bounds, 0 added holes, 225 changed sides, 450 changed coefficients
21.39/21.58	c  0 implications, 302 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
21.39/21.58	c presolved problem has 6225 variables (6225 bin, 0 int, 0 cont) and 6002 constraints
21.39/21.58	c    5550 constraints of type <knapsack>
21.39/21.58	c     302 constraints of type <setppc>
21.39/21.58	c     150 constraints of type <logicor>
21.39/21.58	c transformed objective value is always integral (scale: 1)
21.39/21.58	c Presolving Time: 0.37
21.39/21.58	c 
21.59/21.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.59/21.71	c   0.5s|     1 |     0 |   491 |     - |   264M |   0 |6225 |6260 |6002 |   0 |  0 | 257 |   0 |-7.766339e+04 |      --      |    Inf | unknown
21.90/22.07	c   0.9s|     1 |     0 |  2175 |     - |   265M |   0 |6225 |6260 |6078 |  76 |  1 | 257 |   0 |-8.583652e+04 |      --      |    Inf | unknown
22.01/22.18	c   1.0s|     1 |     0 |  2282 |     - |   265M |   0 |6225 |6260 |6130 | 128 |  2 | 257 |   0 |-8.643980e+04 |      --      |    Inf | unknown
22.10/22.29	c   1.1s|     1 |     0 |  2365 |     - |   267M |   0 |6225 |6260 |6178 | 176 |  3 | 257 |   0 |-8.677402e+04 |      --      |    Inf | unknown
22.30/22.41	c   1.2s|     1 |     0 |  2489 |     - |   267M |   0 |6225 |6260 |6218 | 216 |  4 | 257 |   0 |-8.800148e+04 |      --      |    Inf | unknown
22.40/22.56	c   1.4s|     1 |     0 |  2639 |     - |   267M |   0 |6225 |6260 |6263 | 261 |  5 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
22.50/22.68	c   1.5s|     1 |     0 |  2708 |     - |   268M |   0 |6225 |6260 |6301 | 299 |  6 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
22.69/22.80	c   1.6s|     1 |     0 |  2784 |     - |   269M |   0 |6225 |6260 |6337 | 335 |  7 | 257 |   0 |-8.855161e+04 |      --      |    Inf | unknown
22.79/22.93	c   1.7s|     1 |     0 |  2857 |     - |   269M |   0 |6225 |6260 |6372 | 370 |  8 | 257 |   0 |-8.884121e+04 |      --      |    Inf | unknown
22.91/23.08	c   1.9s|     1 |     0 |  2916 |     - |   270M |   0 |6225 |6260 |6405 | 403 |  9 | 257 |   0 |-8.898848e+04 |      --      |    Inf | unknown
23.09/23.24	c   2.0s|     1 |     0 |  3030 |     - |   270M |   0 |6225 |6260 |6441 | 439 | 10 | 257 |   0 |-8.945556e+04 |      --      |    Inf | unknown
23.19/23.31	c   2.1s|     1 |     0 |  3117 |     - |   270M |   0 |6225 |6261 |6446 | 469 | 11 | 258 |   0 |-8.946724e+04 |      --      |    Inf | unknown
23.19/23.36	c   2.2s|     1 |     0 |  3173 |     - |   270M |   0 |6225 |6261 |6473 | 496 | 12 | 258 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.29/23.42	c   2.2s|     1 |     0 |  3221 |     - |   270M |   0 |6225 |6262 |6499 | 522 | 13 | 259 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.29/23.48	c   2.3s|     1 |     0 |  3270 |     - |   270M |   0 |6225 |6263 |6524 | 547 | 14 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.39/23.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.39/23.54	c   2.3s|     1 |     0 |  3308 |     - |   270M |   0 |6225 |6263 |6550 | 573 | 15 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.49/23.60	c   2.4s|     1 |     0 |  3363 |     - |   271M |   0 |6225 |6263 |6571 | 594 | 16 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.49/23.66	c   2.5s|     1 |     0 |  3402 |     - |   272M |   0 |6225 |6263 |6443 | 614 | 17 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.59/23.72	c   2.5s|     1 |     0 |  3432 |     - |   272M |   0 |6225 |6264 |6458 | 629 | 18 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.59/23.78	c   2.6s|     1 |     0 |  3478 |     - |   272M |   0 |6225 |6264 |6475 | 646 | 19 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.69/23.82	c   2.6s|     1 |     0 |  3523 |     - |   272M |   0 |6225 |6266 |6487 | 658 | 20 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
23.69/23.88	c   2.7s|     1 |     0 |  3573 |     - |   272M |   0 |6225 |6266 |6503 | 674 | 21 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
25.89/26.09	c   4.9s|     1 |     2 |  6794 |     - |   272M |   0 |6225 |6275 |6503 | 674 | 21 | 272 |  25 |-9.018234e+04 |      --      |    Inf | unknown
41.02/41.29	c  20.1s|   100 |   101 | 13609 | 103.2 |   284M |  18 |6225 |6303 |6269 |1153 |  1 | 301 |1285 |-9.595584e+04 |      --      |    Inf | unknown
48.90/49.18	c  28.0s|   200 |   199 | 21571 |  91.4 |   300M |  24 |6225 |6339 |6279 |1750 |  1 | 338 |1949 |-9.722440e+04 |      --      |    Inf | unknown
55.17/55.48	c  34.3s|   300 |   297 | 26687 |  77.9 |   302M |  29 |6225 |6389 |6291 |2048 |  1 | 390 |2258 |-9.756977e+04 |      --      |    Inf | unknown
58.46/58.79	c  37.6s|   400 |   397 | 32045 |  71.8 |   304M |  31 |6225 |6399 |6299 |2351 |  2 | 401 |2436 |-9.760952e+04 |      --      |    Inf | unknown
61.55/61.80	c  40.6s|   500 |   495 | 36552 |  66.5 |   308M |  40 |6225 |6400 |6358 |2678 |  3 | 404 |2576 |-9.763974e+04 |      --      |    Inf | unknown
64.34/64.67	c  43.5s|   600 |   593 | 45834 |  70.9 |   311M |  41 |6225 |6443 |6285 |2882 |  1 | 447 |2657 |-9.763974e+04 |      --      |    Inf | unknown
67.13/67.40	c  46.2s|   700 |   691 | 50501 |  67.4 |   315M |  41 |6225 |6477 |6292 |3256 |  1 | 482 |2752 |-9.771412e+04 |      --      |    Inf | unknown
69.52/69.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.52/69.80	c  48.6s|   800 |   785 | 56085 |  65.9 |   320M |  43 |6225 |6535 |6285 |3562 |  1 | 542 |2825 |-9.771412e+04 |      --      |    Inf | unknown
72.11/72.44	c  51.2s|   900 |   885 | 61764 |  64.9 |   324M |  43 |6225 |6565 |6301 |3913 |  1 | 574 |2885 |-9.771412e+04 |      --      |    Inf | unknown
74.10/74.40	c  53.2s|  1000 |   973 | 66324 |  63.0 |   325M |  43 |6225 |6652 |6293 |4138 |  1 | 661 |2942 |-9.771719e+04 |      --      |    Inf | unknown
75.99/76.33	c  55.1s|  1100 |  1069 | 71541 |  62.0 |   326M |  43 |6225 |6671 |6293 |4357 |  1 | 681 |2986 |-9.771719e+04 |      --      |    Inf | unknown
79.79/80.18	c  59.0s|  1200 |  1167 | 87458 |  70.1 |   331M |  43 |6225 |6704 |6284 |4897 |  1 | 716 |3019 |-9.771719e+04 |      --      |    Inf | unknown
82.36/82.79	c  61.6s|  1300 |  1267 | 93980 |  69.7 |   341M |  45 |6225 |6745 |6341 |5374 |  1 | 760 |3061 |-9.771719e+04 |      --      |    Inf | unknown
85.25/85.65	c  64.4s|  1400 |  1367 |102710 |  71.0 |   352M |  45 |6225 |6773 |6311 |5806 |  1 | 791 |3103 |-9.771719e+04 |      --      |    Inf | unknown
88.44/88.87	c  67.7s|  1500 |  1465 |109739 |  70.9 |   359M |  45 |6225 |6805 |6317 |6329 |  1 | 836 |3196 |-9.783368e+04 |      --      |    Inf | unknown
91.93/92.33	c  71.1s|  1600 |  1565 |117999 |  71.7 |   369M |  45 |6225 |6855 |6296 |6776 |  1 | 902 |3285 |-9.784049e+04 |      --      |    Inf | unknown
94.73/95.15	c  73.9s|  1700 |  1665 |124367 |  71.2 |   371M |  45 |6225 |6869 |6316 |7255 |  2 | 942 |3345 |-9.784285e+04 |      --      |    Inf | unknown
97.51/97.96	c  76.8s|  1800 |  1765 |129355 |  70.0 |   373M |  45 |6225 |6904 |6286 |7664 |  1 | 993 |3399 |-9.785945e+04 |      --      |    Inf | unknown
100.40/100.83	c  79.6s|  1900 |  1865 |136431 |  70.1 |   381M |  45 |6225 |6903 |6283 |8237 |  1 |1006 |3432 |-9.787813e+04 |      --      |    Inf | unknown
102.99/103.42	c  82.2s|  2000 |  1965 |141457 |  69.1 |   390M |  45 |6225 |6941 |6328 |8615 |  2 |1062 |3449 |-9.787813e+04 |      --      |    Inf | unknown
104.70/105.13	c  83.9s|  2100 |  2065 |145967 |  67.9 |   391M |  45 |6225 |6986 |6331 |9025 |  1 |1122 |3482 |-9.793877e+04 |      --      |    Inf | unknown
106.98/107.42	c  86.2s|  2200 |  2161 |150119 |  66.7 |   401M |  45 |6225 |7009 |6317 |9462 |  1 |1159 |3516 |-9.801275e+04 |      --      |    Inf | unknown
108.37/108.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
108.37/108.80	c  87.6s|  2300 |  2261 |154216 |  65.6 |   405M |  45 |6225 |7001 |6317 |9938 |  1 |1159 |3528 |-9.801275e+04 |      --      |    Inf | unknown
110.26/110.74	c  89.5s|  2400 |  2361 |160628 |  65.5 |   412M |  45 |6225 |7006 |6341 |  10k|  3 |1178 |3537 |-9.808691e+04 |      --      |    Inf | unknown
111.36/111.86	c  90.7s|  2500 |  2459 |164979 |  64.7 |   412M |  45 |6225 |7008 |6301 |  10k|  1 |1188 |3549 |-9.838090e+04 |      --      |    Inf | unknown
112.76/113.27	c  92.1s|  2600 |  2559 |171460 |  64.7 |   413M |  45 |6225 |7038 |6301 |  11k|  1 |1230 |3553 |-9.870574e+04 |      --      |    Inf | unknown
114.15/114.63	c  93.4s|  2700 |  2659 |175648 |  63.8 |   414M |  45 |6225 |7032 |6327 |  11k|  1 |1230 |3561 |-9.870859e+04 |      --      |    Inf | unknown
115.45/115.97	c  94.8s|  2800 |  2759 |180203 |  63.2 |   417M |  45 |6225 |7011 |6341 |  12k|  1 |1230 |3568 |-9.879565e+04 |      --      |    Inf | unknown
116.34/116.89	c  95.7s|  2900 |  2855 |183733 |  62.2 |   417M |  45 |6225 |7025 |6320 |  12k|  1 |1250 |3577 |-9.879565e+04 |      --      |    Inf | unknown
117.55/118.04	c  96.8s|  3000 |  2949 |187208 |  61.3 |   418M |  45 |6225 |7038 |6353 |  12k|  1 |1276 |3588 |-9.879565e+04 |      --      |    Inf | unknown
119.43/119.91	c  98.7s|  3100 |  3049 |191796 |  60.8 |   422M |  45 |6225 |7026 |6305 |  13k|  1 |1276 |3597 |-9.879565e+04 |      --      |    Inf | unknown
121.03/121.54	c   100s|  3200 |  3147 |196844 |  60.5 |   423M |  45 |6225 |7027 |6322 |  14k|  1 |1286 |3604 |-9.879565e+04 |      --      |    Inf | unknown
122.82/123.33	c   102s|  3300 |  3247 |201381 |  60.0 |   427M |  45 |6225 |7013 |6317 |  14k|  1 |1286 |3611 |-9.891943e+04 |      --      |    Inf | unknown
124.41/124.92	c   104s|  3400 |  3347 |205449 |  59.4 |   431M |  45 |6225 |7011 |6350 |  15k|  1 |1286 |3613 |-9.891943e+04 |      --      |    Inf | unknown
126.11/126.61	c   105s|  3500 |  3447 |209989 |  59.0 |   434M |  45 |6225 |7006 |6360 |  15k|  1 |1286 |3616 |-9.892828e+04 |      --      |    Inf | unknown
128.10/128.66	c   107s|  3600 |  3545 |215165 |  58.8 |   441M |  45 |6225 |7005 |6332 |  16k|  1 |1290 |3625 |-9.898664e+04 |      --      |    Inf | unknown
129.51/130.08	c   109s|  3700 |  3645 |218886 |  58.3 |   441M |  45 |6225 |6994 |6303 |  16k|  1 |1290 |3643 |-9.898664e+04 |      --      |    Inf | unknown
130.69/131.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
130.69/131.22	c   110s|  3800 |  3743 |222346 |  57.6 |   441M |  45 |6225 |7016 |6280 |  17k|  1 |1319 |3671 |-9.898664e+04 |      --      |    Inf | unknown
132.38/132.98	c   112s|  3900 |  3841 |226976 |  57.3 |   442M |  45 |6225 |7018 |6308 |  17k|  1 |1324 |3712 |-9.898922e+04 |      --      |    Inf | unknown
134.38/135.00	c   114s|  4000 |  3941 |230978 |  56.9 |   445M |  45 |6225 |7009 |6338 |  18k|  1 |1324 |3754 |-9.898922e+04 |      --      |    Inf | unknown
136.87/137.45	c   116s|  4100 |  4041 |235604 |  56.7 |   447M |  45 |6225 |7001 |6314 |  18k|  1 |1324 |3807 |-9.898922e+04 |      --      |    Inf | unknown
138.86/139.43	c   118s|  4200 |  4135 |239892 |  56.3 |   451M |  45 |6225 |7018 |6297 |  19k|  1 |1349 |3885 |-9.898922e+04 |      --      |    Inf | unknown
140.57/141.15	c   120s|  4300 |  4235 |244166 |  56.0 |   453M |  45 |6225 |7015 |6317 |  19k|  1 |1349 |3948 |-9.898922e+04 |      --      |    Inf | unknown
142.35/142.90	c   122s|  4400 |  4335 |247999 |  55.6 |   453M |  45 |6225 |7008 |6296 |  20k|  1 |1351 |3987 |-9.898922e+04 |      --      |    Inf | unknown
144.04/144.64	c   123s|  4500 |  4433 |252878 |  55.5 |   455M |  45 |6225 |7011 |6277 |  20k|  1 |1360 |4022 |-9.898922e+04 |      --      |    Inf | unknown
145.64/146.24	c   125s|  4600 |  4531 |257216 |  55.2 |   458M |  45 |6225 |7012 |6315 |  21k|  1 |1365 |4049 |-9.901496e+04 |      --      |    Inf | unknown
147.13/147.76	c   127s|  4700 |  4629 |261409 |  54.9 |   460M |  45 |6225 |7009 |6295 |  21k|  1 |1366 |4075 |-9.906223e+04 |      --      |    Inf | unknown
148.73/149.33	c   128s|  4800 |  4729 |265449 |  54.6 |   460M |  45 |6225 |7001 |6342 |  21k|  1 |1369 |4110 |-9.906223e+04 |      --      |    Inf | unknown
151.53/152.14	c   131s|  4900 |  4829 |273627 |  55.2 |   463M |  45 |6225 |6997 |6338 |  22k|  1 |1369 |4130 |-9.948303e+04 |      --      |    Inf | unknown
153.42/154.06	c   133s|  5000 |  4929 |278379 |  55.0 |   463M |  45 |6225 |6988 |6322 |  23k|  1 |1369 |4141 |-9.958917e+04 |      --      |    Inf | unknown
155.00/155.65	c   134s|  5100 |  5027 |282430 |  54.7 |   464M |  45 |6225 |6982 |6294 |  23k|  1 |1374 |4145 |-9.958917e+04 |      --      |    Inf | unknown
156.30/156.97	c   136s|  5200 |  5127 |286218 |  54.4 |   464M |  45 |6225 |6907 |6272 |  23k|  1 |1377 |4162 |-9.958917e+04 |      --      |    Inf | unknown
157.89/158.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
157.89/158.51	c   137s|  5300 |  5227 |290879 |  54.3 |   464M |  45 |6225 |6912 |6336 |  24k|  3 |1388 |4180 |-9.958917e+04 |      --      |    Inf | unknown
159.09/159.74	c   139s|  5400 |  5327 |295801 |  54.2 |   465M |  45 |6225 |6921 |6325 |  24k|  1 |1399 |4198 |-9.958917e+04 |      --      |    Inf | unknown
160.98/161.63	c   140s|  5500 |  5425 |300803 |  54.1 |   466M |  45 |6225 |6913 |6335 |  25k|  1 |1409 |4212 |-1.000276e+05 |      --      |    Inf | unknown
162.57/163.23	c   142s|  5600 |  5525 |305575 |  54.0 |   466M |  45 |6225 |6931 |6331 |  25k|  1 |1440 |4218 |-1.001111e+05 |      --      |    Inf | unknown
164.38/165.02	c   144s|  5700 |  5625 |310004 |  53.8 |   467M |  45 |6225 |6929 |6342 |  26k|  1 |1440 |4229 |-1.001111e+05 |      --      |    Inf | unknown
166.26/166.91	c   146s|  5800 |  5723 |314188 |  53.6 |   469M |  45 |6225 |6922 |6288 |  26k|  1 |1443 |4232 |-1.003067e+05 |      --      |    Inf | unknown
168.15/168.86	c   148s|  5900 |  5823 |319199 |  53.5 |   470M |  45 |6225 |6918 |6327 |  27k|  1 |1443 |4242 |-1.004369e+05 |      --      |    Inf | unknown
170.24/170.90	c   150s|  6000 |  5923 |324311 |  53.5 |   472M |  45 |6225 |6926 |6331 |  27k|  1 |1453 |4253 |-1.004369e+05 |      --      |    Inf | unknown
171.84/172.56	c   151s|  6100 |  6021 |329161 |  53.4 |   474M |  45 |6225 |6944 |6354 |  28k|  1 |1474 |4261 |-1.004369e+05 |      --      |    Inf | unknown
173.83/174.54	c   153s|  6200 |  6121 |334235 |  53.4 |   475M |  45 |6225 |6940 |6391 |  29k|  3 |1474 |4270 |-1.005037e+05 |      --      |    Inf | unknown
175.44/176.15	c   155s|  6300 |  6221 |338604 |  53.2 |   478M |  49 |6225 |6936 |6360 |  29k|  1 |1474 |4275 |-1.005037e+05 |      --      |    Inf | unknown
177.52/178.22	c   157s|  6400 |  6321 |343285 |  53.1 |   478M |  49 |6225 |6939 |6310 |  30k|  1 |1477 |4284 |-1.005037e+05 |      --      |    Inf | unknown
179.12/179.82	c   159s|  6500 |  6421 |346464 |  52.8 |   478M |  55 |6225 |6925 |6355 |  30k|  1 |1477 |4303 |-1.005037e+05 |      --      |    Inf | unknown
181.11/181.87	c   161s|  6600 |  6521 |351737 |  52.8 |   481M |  55 |6225 |6924 |6324 |  30k|  1 |1477 |4306 |-1.005366e+05 |      --      |    Inf | unknown
183.11/183.80	c   163s|  6700 |  6621 |356833 |  52.8 |   482M |  55 |6225 |6922 |6410 |  31k|  6 |1477 |4313 |-1.005366e+05 |      --      |    Inf | unknown
185.20/185.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
185.20/185.99	c   165s|  6800 |  6721 |362460 |  52.8 |   484M |  55 |6225 |6952 |6298 |  32k|  1 |1509 |4326 |-1.005366e+05 |      --      |    Inf | unknown
186.99/187.74	c   167s|  6900 |  6821 |366485 |  52.6 |   487M |  55 |6225 |6950 |6404 |  32k|  1 |1509 |4326 |-1.005366e+05 |      --      |    Inf | unknown
188.69/189.43	c   168s|  7000 |  6921 |370413 |  52.4 |   487M |  61 |6225 |6944 |6371 |  32k|  1 |1509 |4337 |-1.005366e+05 |      --      |    Inf | unknown
190.78/191.54	c   170s|  7100 |  7021 |374832 |  52.3 |   489M |  61 |6225 |6954 |6343 |  33k|  1 |1522 |4351 |-1.005366e+05 |      --      |    Inf | unknown
192.48/193.22	c   172s|  7200 |  7121 |379283 |  52.2 |   490M |  65 |6225 |6953 |6356 |  33k|  1 |1522 |4359 |-1.005366e+05 |      --      |    Inf | unknown
194.17/194.95	c   174s|  7300 |  7221 |384057 |  52.2 |   493M |  65 |6225 |6956 |6438 |  34k|  1 |1525 |4380 |-1.005366e+05 |      --      |    Inf | unknown
196.06/196.84	c   176s|  7400 |  7321 |389964 |  52.2 |   494M |  65 |6225 |6990 |6368 |  34k|  1 |1561 |4390 |-1.005366e+05 |      --      |    Inf | unknown
197.76/198.57	c   177s|  7500 |  7421 |394300 |  52.1 |   495M |  65 |6225 |6985 |6389 |  35k|  1 |1561 |4393 |-1.005366e+05 |      --      |    Inf | unknown
199.05/199.80	c   179s|  7600 |  7521 |398232 |  52.0 |   495M |  65 |6225 |6984 |6328 |  35k|  1 |1561 |4397 |-1.005366e+05 |      --      |    Inf | unknown
201.05/201.83	c   181s|  7700 |  7621 |403069 |  51.9 |   495M |  65 |6225 |6981 |6341 |  36k|  1 |1561 |4414 |-1.005366e+05 |      --      |    Inf | unknown
203.14/203.90	c   183s|  7800 |  7721 |406391 |  51.7 |   497M |  65 |6225 |6978 |6356 |  36k|  1 |1561 |4418 |-1.005366e+05 |      --      |    Inf | unknown
204.93/205.77	c   185s|  7900 |  7821 |411296 |  51.6 |   499M |  69 |6225 |6974 |6302 |  37k|  1 |1561 |4438 |-1.005366e+05 |      --      |    Inf | unknown
207.02/207.84	c   187s|  8000 |  7921 |416738 |  51.7 |   500M |  69 |6225 |6994 |6313 |  37k|  1 |1582 |4449 |-1.005366e+05 |      --      |    Inf | unknown
208.92/209.76	c   189s|  8100 |  8021 |421433 |  51.6 |   510M |  69 |6225 |6993 |6433 |  38k|  1 |1582 |4452 |-1.005366e+05 |      --      |    Inf | unknown
210.81/211.66	c   190s|  8200 |  8121 |427015 |  51.7 |   511M |  69 |6225 |6979 |6364 |  38k|  1 |1582 |4465 |-1.005366e+05 |      --      |    Inf | unknown
212.61/213.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
212.61/213.40	c   192s|  8300 |  8221 |431907 |  51.6 |   511M |  69 |6225 |6977 |6356 |  39k|  1 |1582 |4475 |-1.005366e+05 |      --      |    Inf | unknown
214.60/215.47	c   194s|  8400 |  8321 |437669 |  51.7 |   516M |  69 |6225 |6973 |6296 |  39k|  1 |1582 |4495 |-1.005366e+05 |      --      |    Inf | unknown
217.89/218.73	c   198s|  8500 |  8421 |450467 |  52.6 |   525M |  69 |6225 |7006 |6301 |  40k|  1 |1624 |4521 |-1.005366e+05 |      --      |    Inf | unknown
219.58/220.49	c   199s|  8600 |  8521 |455075 |  52.5 |   525M |  69 |6225 |7002 |6380 |  40k|  1 |1624 |4527 |-1.005366e+05 |      --      |    Inf | unknown
221.97/222.89	c   202s|  8700 |  8621 |459305 |  52.4 |   525M |  69 |6225 |7011 |6348 |  41k|  1 |1634 |4557 |-1.005366e+05 |      --      |    Inf | unknown
223.37/224.28	c   203s|  8800 |  8721 |463741 |  52.3 |   525M |  69 |6225 |7011 |6337 |  41k|  1 |1634 |4559 |-1.005366e+05 |      --      |    Inf | unknown
225.18/226.01	c   205s|  8900 |  8821 |467532 |  52.2 |   528M |  69 |6225 |7010 |6302 |  41k|  1 |1634 |4578 |-1.005366e+05 |      --      |    Inf | unknown
227.45/228.39	c   207s|  9000 |  8921 |473764 |  52.3 |   531M |  69 |6225 |7011 |6377 |  42k|  1 |1646 |4593 |-1.005366e+05 |      --      |    Inf | unknown
228.95/229.81	c   209s|  9100 |  9021 |477395 |  52.1 |   532M |  69 |6225 |7003 |6332 |  42k|  1 |1646 |4601 |-1.005366e+05 |      --      |    Inf | unknown
230.54/231.45	c   210s|  9200 |  9121 |482037 |  52.0 |   533M |  69 |6225 |7001 |6328 |  43k|  1 |1646 |4604 |-1.005366e+05 |      --      |    Inf | unknown
232.83/233.76	c   213s|  9300 |  9221 |486570 |  52.0 |   536M |  69 |6225 |6999 |6323 |  43k|  1 |1646 |4622 |-1.005366e+05 |      --      |    Inf | unknown
234.63/235.52	c   214s|  9400 |  9321 |491421 |  51.9 |   537M |  69 |6225 |6996 |6321 |  44k|  2 |1646 |4627 |-1.005366e+05 |      --      |    Inf | unknown
236.72/237.63	c   216s|  9500 |  9421 |496624 |  51.9 |   541M |  69 |6225 |7014 |6409 |  45k|  1 |1664 |4631 |-1.005366e+05 |      --      |    Inf | unknown
238.61/239.58	c   218s|  9600 |  9521 |501659 |  51.9 |   545M |  69 |6225 |7012 |6359 |  45k|  1 |1664 |4633 |-1.005366e+05 |      --      |    Inf | unknown
240.31/241.25	c   220s|  9700 |  9621 |506139 |  51.8 |   546M |  69 |6225 |7028 |6336 |  46k|  1 |1685 |4638 |-1.005366e+05 |      --      |    Inf | unknown
242.21/243.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
242.21/243.13	c   222s|  9800 |  9719 |510387 |  51.7 |   548M |  69 |6225 |7027 |6341 |  46k|  1 |1695 |4648 |-1.005366e+05 |      --      |    Inf | unknown
244.11/245.02	c   224s|  9900 |  9819 |515055 |  51.7 |   549M |  69 |6225 |7024 |6385 |  46k|  1 |1695 |4651 |-1.005368e+05 |      --      |    Inf | unknown
245.69/246.62	c   225s| 10000 |  9919 |518827 |  51.5 |   549M |  69 |6225 |7019 |6365 |  47k|  1 |1695 |4651 |-1.005368e+05 |      --      |    Inf | unknown
247.78/248.75	c   228s| 10100 | 10019 |524984 |  51.6 |   549M |  69 |6225 |7023 |6352 |  47k|  1 |1705 |4659 |-1.006003e+05 |      --      |    Inf | unknown
250.09/251.05	c   230s| 10200 | 10119 |530577 |  51.7 |   552M |  69 |6225 |7022 |6324 |  48k|  1 |1705 |4663 |-1.006887e+05 |      --      |    Inf | unknown
251.86/252.81	c   232s| 10300 | 10219 |534801 |  51.6 |   554M |  69 |6225 |7022 |6282 |  48k|  1 |1705 |4669 |-1.006887e+05 |      --      |    Inf | unknown
253.66/254.67	c   233s| 10400 | 10319 |539352 |  51.5 |   554M |  73 |6225 |7022 |6432 |  49k|  3 |1707 |4682 |-1.006887e+05 |      --      |    Inf | unknown
255.75/256.70	c   235s| 10500 | 10419 |544953 |  51.6 |   556M |  73 |6225 |7014 |6313 |  49k|  1 |1707 |4698 |-1.006911e+05 |      --      |    Inf | unknown
257.75/258.72	c   238s| 10600 | 10517 |550763 |  51.6 |   557M |  73 |6225 |7043 |6445 |  50k|  2 |1738 |4713 |-1.006911e+05 |      --      |    Inf | unknown
259.64/260.67	c   239s| 10700 | 10617 |554611 |  51.5 |   558M |  73 |6225 |7043 |6333 |  50k|  1 |1738 |4724 |-1.006911e+05 |      --      |    Inf | unknown
262.53/263.57	c   242s| 10800 | 10715 |562360 |  51.8 |   560M |  73 |6225 |7056 |6316 |  51k|  1 |1758 |4727 |-1.006911e+05 |      --      |    Inf | unknown
264.63/265.60	c   244s| 10900 | 10815 |566548 |  51.7 |   561M |  73 |6225 |7056 |6404 |  51k|  3 |1758 |4728 |-1.008443e+05 |      --      |    Inf | unknown
265.92/266.95	c   246s| 11000 | 10915 |570552 |  51.6 |   563M |  73 |6225 |7052 |6345 |  52k|  1 |1758 |4730 |-1.008443e+05 |      --      |    Inf | unknown
268.03/269.03	c   248s| 11100 | 11015 |574690 |  51.5 |   564M |  73 |6225 |7047 |6300 |  52k|  1 |1758 |4743 |-1.008668e+05 |      --      |    Inf | unknown
269.81/270.84	c   250s| 11200 | 11115 |578850 |  51.4 |   564M |  73 |6225 |7045 |6384 |  53k|  1 |1758 |4752 |-1.008668e+05 |      --      |    Inf | unknown
271.80/272.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
271.80/272.86	c   252s| 11300 | 11213 |583723 |  51.4 |   565M |  73 |6225 |7054 |6346 |  53k|  1 |1768 |4758 |-1.009057e+05 |      --      |    Inf | unknown
274.01/275.02	c   254s| 11400 | 11313 |588784 |  51.4 |   565M |  73 |6225 |7053 |6362 |  54k|  1 |1768 |4761 |-1.009057e+05 |      --      |    Inf | unknown
275.69/276.79	c   256s| 11500 | 11413 |593460 |  51.3 |   565M |  73 |6225 |7061 |6381 |  54k|  1 |1778 |4779 |-1.009057e+05 |      --      |    Inf | unknown
277.38/278.48	c   257s| 11600 | 11513 |598152 |  51.3 |   565M |  73 |6225 |7056 |6334 |  55k|  1 |1778 |4787 |-1.009057e+05 |      --      |    Inf | unknown
279.17/280.20	c   259s| 11700 | 11613 |602773 |  51.2 |   567M |  73 |6225 |7067 |6400 |  55k|  1 |1793 |4787 |-1.009057e+05 |      --      |    Inf | unknown
280.47/281.57	c   260s| 11800 | 11713 |606847 |  51.1 |   567M |  73 |6225 |7054 |6366 |  55k|  1 |1793 |4787 |-1.009057e+05 |      --      |    Inf | unknown
282.97/284.09	c   263s| 11900 | 11813 |612749 |  51.2 |   568M |  73 |6225 |7051 |6368 |  56k|  1 |1793 |4794 |-1.009057e+05 |      --      |    Inf | unknown
284.85/285.91	c   265s| 12000 | 11913 |619008 |  51.3 |   569M |  73 |6225 |7048 |6356 |  56k|  1 |1793 |4811 |-1.009057e+05 |      --      |    Inf | unknown
286.15/287.26	c   266s| 12100 | 12013 |622341 |  51.2 |   569M |  73 |6225 |7046 |6317 |  57k|  1 |1793 |4818 |-1.009057e+05 |      --      |    Inf | unknown
287.96/289.11	c   268s| 12200 | 12113 |626564 |  51.1 |   571M |  73 |6225 |7055 |6289 |  57k|  1 |1804 |4836 |-1.009057e+05 |      --      |    Inf | unknown
289.84/290.92	c   270s| 12300 | 12213 |631765 |  51.1 |   572M |  73 |6225 |7049 |6372 |  58k|  1 |1804 |4843 |-1.009057e+05 |      --      |    Inf | unknown
291.23/292.39	c   271s| 12400 | 12313 |636959 |  51.1 |   572M |  73 |6225 |7057 |6331 |  58k|  1 |1819 |4852 |-1.009057e+05 |      --      |    Inf | unknown
292.53/293.69	c   272s| 12500 | 12413 |641369 |  51.0 |   572M |  73 |6225 |7057 |6395 |  59k|  4 |1819 |4852 |-1.009057e+05 |      --      |    Inf | unknown
293.72/294.80	c   274s| 12600 | 12513 |645021 |  50.9 |   573M |  73 |6225 |7056 |6339 |  59k|  1 |1819 |4854 |-1.009057e+05 |      --      |    Inf | unknown
295.32/296.47	c   275s| 12700 | 12613 |649953 |  50.9 |   573M |  73 |6225 |7055 |6353 |  60k|  1 |1819 |4863 |-1.009057e+05 |      --      |    Inf | unknown
297.41/298.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
297.41/298.58	c   277s| 12800 | 12713 |654410 |  50.9 |   576M |  73 |6225 |7051 |6405 |  60k|  1 |1819 |4867 |-1.009057e+05 |      --      |    Inf | unknown
299.80/300.93	c   280s| 12900 | 12813 |660496 |  50.9 |   578M |  73 |6225 |7047 |6399 |  61k|  6 |1819 |4874 |-1.009057e+05 |      --      |    Inf | unknown
302.19/303.32	c   282s| 13000 | 12913 |665326 |  50.9 |   579M |  73 |6225 |7043 |6379 |  61k|  6 |1819 |4895 |-1.009057e+05 |      --      |    Inf | unknown
303.90/305.03	c   284s| 13100 | 13013 |669302 |  50.8 |   585M |  73 |6225 |7039 |6369 |  62k|  1 |1819 |4902 |-1.009057e+05 |      --      |    Inf | unknown
307.18/308.35	c   287s| 13200 | 13113 |684417 |  51.6 |   585M |  73 |6225 |7039 |6368 |  62k|  3 |1819 |4909 |-1.009057e+05 |      --      |    Inf | unknown
308.67/309.83	c   289s| 13300 | 13213 |688180 |  51.5 |   585M |  73 |6225 |7053 |6402 |  62k|  1 |1840 |4918 |-1.009057e+05 |      --      |    Inf | unknown
310.77/311.99	c   291s| 13400 | 13313 |694558 |  51.6 |   587M |  73 |6225 |7048 |6416 |  63k|  1 |1840 |4918 |-1.009057e+05 |      --      |    Inf | unknown
311.98/313.16	c   292s| 13500 | 13413 |698407 |  51.5 |   587M |  73 |6225 |7047 |6315 |  64k|  1 |1840 |4919 |-1.009057e+05 |      --      |    Inf | unknown
313.56/314.78	c   294s| 13600 | 13511 |702813 |  51.4 |   587M |  73 |6225 |7051 |6375 |  64k|  1 |1851 |4929 |-1.009057e+05 |      --      |    Inf | unknown
315.15/316.32	c   295s| 13700 | 13611 |706890 |  51.4 |   589M |  73 |6225 |7038 |6326 |  64k|  1 |1851 |4933 |-1.009057e+05 |      --      |    Inf | unknown
316.87/318.06	c   297s| 13800 | 13709 |710468 |  51.2 |   591M |  73 |6225 |7046 |6281 |  65k|  1 |1862 |4933 |-1.010528e+05 |      --      |    Inf | unknown
317.75/318.97	c   298s| 13900 | 13807 |713644 |  51.1 |   591M |  73 |6225 |7054 |6333 |  65k|  1 |1873 |4936 |-1.010528e+05 |      --      |    Inf | unknown
319.86/321.07	c   300s| 14000 | 13907 |718264 |  51.1 |   593M |  73 |6225 |7050 |6372 |  66k|  1 |1873 |4941 |-1.010608e+05 |      --      |    Inf | unknown
321.74/322.92	c   302s| 14100 | 14007 |722974 |  51.0 |   594M |  73 |6225 |7046 |6405 |  66k|  1 |1873 |4946 |-1.010608e+05 |      --      |    Inf | unknown
323.43/324.60	c   303s| 14200 | 14107 |727806 |  51.0 |   596M |  73 |6225 |7044 |6345 |  66k|  1 |1873 |4947 |-1.010838e+05 |      --      |    Inf | unknown
324.94/326.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
324.94/326.17	c   305s| 14300 | 14207 |732440 |  51.0 |   597M |  73 |6225 |7040 |6299 |  67k|  1 |1873 |4950 |-1.010838e+05 |      --      |    Inf | unknown
327.12/328.32	c   307s| 14400 | 14307 |737038 |  51.0 |   607M |  73 |6225 |7039 |6412 |  67k|  1 |1873 |4952 |-1.010845e+05 |      --      |    Inf | unknown
328.51/329.74	c   309s| 14500 | 14407 |741310 |  50.9 |   608M |  73 |6225 |7057 |6325 |  68k|  1 |1894 |4958 |-1.010845e+05 |      --      |    Inf | unknown
330.61/331.80	c   311s| 14600 | 14507 |746056 |  50.9 |   609M |  73 |6225 |7049 |6383 |  68k|  1 |1894 |4964 |-1.010925e+05 |      --      |    Inf | unknown
332.81/334.09	c   313s| 14700 | 14607 |752001 |  50.9 |   613M |  73 |6225 |7048 |6358 |  69k|  1 |1894 |4971 |-1.010925e+05 |      --      |    Inf | unknown
334.59/335.86	c   315s| 14800 | 14707 |756649 |  50.9 |   614M |  73 |6225 |7046 |6368 |  70k|  1 |1894 |4975 |-1.011074e+05 |      --      |    Inf | unknown
336.39/337.66	c   316s| 14900 | 14807 |761165 |  50.9 |   616M |  73 |6225 |7041 |6375 |  70k|  1 |1894 |4982 |-1.011074e+05 |      --      |    Inf | unknown
338.28/339.57	c   318s| 15000 | 14907 |765824 |  50.8 |   617M |  73 |6225 |7038 |6424 |  70k|  1 |1894 |4982 |-1.011593e+05 |      --      |    Inf | unknown
340.57/341.85	c   321s| 15100 | 15007 |770959 |  50.8 |   619M |  73 |6225 |7032 |6325 |  71k|  1 |1894 |4982 |-1.012164e+05 |      --      |    Inf | unknown
342.57/343.88	c   323s| 15200 | 15107 |777198 |  50.9 |   620M |  73 |6225 |7032 |6441 |  71k|  1 |1894 |4982 |-1.012164e+05 |      --      |    Inf | unknown
344.87/346.19	c   325s| 15300 | 15207 |783814 |  51.0 |   622M |  73 |6225 |7053 |6335 |  72k|  1 |1933 |5003 |-1.012198e+05 |      --      |    Inf | unknown
347.45/348.79	c   328s| 15400 | 15307 |792678 |  51.3 |   623M |  73 |6225 |7052 |6312 |  72k|  1 |1944 |5023 |-1.012198e+05 |      --      |    Inf | unknown
349.94/351.22	c   330s| 15500 | 15407 |797278 |  51.2 |   628M |  73 |6225 |7041 |6348 |  73k|  1 |1944 |5049 |-1.012573e+05 |      --      |    Inf | unknown
352.93/354.26	c   333s| 15600 | 15507 |806019 |  51.5 |   629M |  73 |6225 |7062 |6365 |  74k|  1 |1974 |5078 |-1.012573e+05 |      --      |    Inf | unknown
355.52/356.85	c   336s| 15700 | 15607 |811604 |  51.5 |   630M |  73 |6225 |7056 |6287 |  74k|  1 |1974 |5108 |-1.012659e+05 |      --      |    Inf | unknown
357.91/359.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
357.91/359.29	c   338s| 15800 | 15707 |817748 |  51.5 |   631M |  73 |6225 |7051 |6383 |  75k|  1 |1974 |5137 |-1.012659e+05 |      --      |    Inf | unknown
360.10/361.46	c   340s| 15900 | 15807 |824057 |  51.6 |   631M |  73 |6225 |7042 |6337 |  76k|  1 |1974 |5153 |-1.012664e+05 |      --      |    Inf | unknown
362.30/363.68	c   342s| 16000 | 15907 |828574 |  51.6 |   633M |  73 |6225 |7034 |6364 |  76k|  1 |1974 |5175 |-1.012664e+05 |      --      |    Inf | unknown
364.80/366.16	c   345s| 16100 | 16007 |833737 |  51.6 |   637M |  73 |6225 |7016 |6347 |  77k|  1 |1974 |5196 |-1.012664e+05 |      --      |    Inf | unknown
366.58/367.98	c   347s| 16200 | 16107 |838007 |  51.5 |   637M |  73 |6225 |7021 |6340 |  77k|  1 |1982 |5215 |-1.012664e+05 |      --      |    Inf | unknown
368.58/369.97	c   349s| 16300 | 16207 |842614 |  51.5 |   639M |  73 |6225 |7013 |6382 |  78k|  1 |1982 |5241 |-1.012664e+05 |      --      |    Inf | unknown
369.69/371.10	c   350s| 16400 | 16307 |846250 |  51.4 |   639M |  73 |6225 |7007 |6341 |  78k|  1 |1982 |5252 |-1.012664e+05 |      --      |    Inf | unknown
372.07/373.43	c   352s| 16500 | 16407 |851525 |  51.4 |   641M |  73 |6225 |7004 |6318 |  78k|  1 |1985 |5277 |-1.012664e+05 |      --      |    Inf | unknown
374.67/376.03	c   355s| 16600 | 16507 |858214 |  51.5 |   646M |  73 |6225 |6999 |6352 |  79k|  1 |1985 |5293 |-1.012664e+05 |      --      |    Inf | unknown
376.76/378.14	c   357s| 16700 | 16607 |863818 |  51.5 |   647M |  73 |6225 |6989 |6332 |  80k|  1 |1985 |5337 |-1.012664e+05 |      --      |    Inf | unknown
378.76/380.16	c   359s| 16800 | 16707 |868428 |  51.5 |   649M |  75 |6225 |6981 |6377 |  80k|  1 |1985 |5368 |-1.012664e+05 |      --      |    Inf | unknown
380.65/382.11	c   361s| 16900 | 16807 |874414 |  51.5 |   649M |  75 |6225 |6979 |6376 |  81k|  1 |1985 |5384 |-1.012664e+05 |      --      |    Inf | unknown
382.53/383.95	c   363s| 17000 | 16907 |879167 |  51.5 |   649M |  75 |6225 |6975 |6368 |  81k|  1 |1985 |5396 |-1.012664e+05 |      --      |    Inf | unknown
385.32/386.75	c   366s| 17100 | 17007 |886582 |  51.7 |   650M |  75 |6225 |6979 |6457 |  82k|  7 |1996 |5424 |-1.012664e+05 |      --      |    Inf | unknown
387.63/389.07	c   368s| 17200 | 17107 |892223 |  51.7 |   653M |  75 |6225 |6973 |6296 |  82k|  1 |1996 |5477 |-1.012664e+05 |      --      |    Inf | unknown
390.40/391.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
390.40/391.85	c   371s| 17300 | 17207 |900348 |  51.9 |   653M |  75 |6225 |6977 |6352 |  83k|  1 |2017 |5515 |-1.012691e+05 |      --      |    Inf | unknown
392.61/394.05	c   373s| 17400 | 17307 |904962 |  51.8 |   654M |  75 |6225 |6972 |6337 |  84k|  1 |2017 |5553 |-1.012691e+05 |      --      |    Inf | unknown
394.99/396.40	c   375s| 17500 | 17407 |912545 |  52.0 |   654M |  75 |6225 |6968 |6374 |  84k|  1 |2017 |5589 |-1.012691e+05 |      --      |    Inf | unknown
396.78/398.26	c   377s| 17600 | 17507 |919495 |  52.1 |   655M |  75 |6225 |6966 |6342 |  85k|  1 |2027 |5614 |-1.012691e+05 |      --      |    Inf | unknown
399.37/400.87	c   380s| 17700 | 17607 |927039 |  52.2 |   655M |  75 |6225 |6961 |6325 |  85k|  2 |2027 |5636 |-1.012774e+05 |      --      |    Inf | unknown
401.37/402.81	c   382s| 17800 | 17707 |932026 |  52.2 |   656M |  75 |6225 |6957 |6344 |  86k|  1 |2027 |5663 |-1.012774e+05 |      --      |    Inf | unknown
403.26/404.72	c   384s| 17900 | 17807 |938883 |  52.3 |   659M |  75 |6225 |6986 |6285 |  86k|  1 |2062 |5688 |-1.012774e+05 |      --      |    Inf | unknown
405.35/406.84	c   386s| 18000 | 17907 |945431 |  52.3 |   661M |  75 |6225 |6983 |6383 |  87k|  1 |2062 |5693 |-1.012774e+05 |      --      |    Inf | unknown
407.15/408.65	c   387s| 18100 | 18007 |951257 |  52.4 |   661M |  75 |6225 |6979 |6344 |  87k|  1 |2062 |5698 |-1.013264e+05 |      --      |    Inf | unknown
409.44/410.92	c   390s| 18200 | 18107 |957251 |  52.4 |   665M |  75 |6225 |6974 |6408 |  88k|  1 |2062 |5715 |-1.013264e+05 |      --      |    Inf | unknown
411.13/412.64	c   391s| 18300 | 18207 |963411 |  52.5 |   666M |  75 |6225 |6972 |6332 |  88k|  1 |2062 |5725 |-1.013264e+05 |      --      |    Inf | unknown
413.42/414.98	c   394s| 18400 | 18307 |969485 |  52.5 |   668M |  81 |6225 |6970 |6434 |  89k|  1 |2062 |5773 |-1.013264e+05 |      --      |    Inf | unknown
415.22/416.73	c   396s| 18500 | 18407 |973970 |  52.5 |   668M |  81 |6225 |6967 |6320 |  89k|  1 |2062 |5802 |-1.013264e+05 |      --      |    Inf | unknown
417.21/418.71	c   398s| 18600 | 18507 |980680 |  52.5 |   669M |  81 |6225 |6967 |6423 |  90k|  1 |2062 |5819 |-1.013264e+05 |      --      |    Inf | unknown
418.81/420.39	c   399s| 18700 | 18607 |985611 |  52.5 |   669M |  81 |6225 |6962 |6447 |  90k|  2 |2062 |5830 |-1.013264e+05 |      --      |    Inf | unknown
421.10/422.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
421.10/422.63	c   401s| 18800 | 18707 |992073 |  52.6 |   670M |  81 |6225 |6959 |6380 |  91k|  1 |2062 |5839 |-1.013264e+05 |      --      |    Inf | unknown
423.19/424.76	c   404s| 18900 | 18807 |999103 |  52.7 |   670M |  81 |6225 |6955 |6431 |  92k|  1 |2062 |5847 |-1.013264e+05 |      --      |    Inf | unknown
424.89/426.41	c   405s| 19000 | 18907 |  1003k|  52.7 |   671M |  81 |6225 |6948 |6286 |  92k|  1 |2062 |5881 |-1.013264e+05 |      --      |    Inf | unknown
426.88/428.45	c   407s| 19100 | 19007 |  1010k|  52.7 |   674M |  81 |6225 |6949 |6399 |  93k|  1 |2076 |5903 |-1.013264e+05 |      --      |    Inf | unknown
428.87/430.48	c   409s| 19200 | 19107 |  1016k|  52.8 |   677M |  81 |6225 |6942 |6471 |  93k|  1 |2076 |5908 |-1.013264e+05 |      --      |    Inf | unknown
430.58/432.12	c   411s| 19300 | 19207 |  1023k|  52.9 |   678M |  81 |6225 |6938 |6345 |  94k|  1 |2076 |5924 |-1.013264e+05 |      --      |    Inf | unknown
432.86/434.41	c   413s| 19400 | 19307 |  1028k|  52.8 |   678M |  81 |6225 |6935 |6422 |  94k|  1 |2076 |5927 |-1.013264e+05 |      --      |    Inf | unknown
435.46/437.01	c   416s| 19500 | 19407 |  1033k|  52.9 |   679M |  81 |6225 |6940 |6320 |  95k|  1 |2088 |5946 |-1.013264e+05 |      --      |    Inf | unknown
437.55/439.14	c   418s| 19600 | 19507 |  1042k|  53.0 |   679M |  81 |6225 |6939 |6332 |  95k|  1 |2094 |5950 |-1.013264e+05 |      --      |    Inf | unknown
439.55/441.13	c   420s| 19700 | 19607 |  1046k|  53.0 |   679M |  81 |6225 |6938 |6365 |  96k|  1 |2094 |5966 |-1.013264e+05 |      --      |    Inf | unknown
440.93/442.58	c   421s| 19800 | 19707 |  1050k|  52.9 |   679M |  81 |6225 |6937 |6288 |  96k|  1 |2094 |5980 |-1.013264e+05 |      --      |    Inf | unknown
443.22/444.80	c   424s| 19900 | 19807 |  1056k|  52.9 |   681M |  81 |6225 |6932 |6342 |  97k|  1 |2094 |5987 |-1.013264e+05 |      --      |    Inf | unknown
444.82/446.41	c   425s| 20000 | 19905 |  1060k|  52.9 |   681M |  81 |6225 |6936 |6362 |  97k|  1 |2105 |6017 |-1.013264e+05 |      --      |    Inf | unknown
446.91/448.57	c   427s| 20100 | 20005 |  1068k|  53.0 |   684M |  81 |6225 |6951 |6356 |  98k|  1 |2126 |6027 |-1.013264e+05 |      --      |    Inf | unknown
448.90/450.52	c   429s| 20200 | 20105 |  1073k|  53.0 |   685M |  81 |6225 |6945 |6365 |  98k|  1 |2126 |6033 |-1.013264e+05 |      --      |    Inf | unknown
450.51/452.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
450.51/452.14	c   431s| 20300 | 20205 |  1079k|  53.0 |   685M |  81 |6225 |6936 |6311 |  98k|  1 |2126 |6034 |-1.013264e+05 |      --      |    Inf | unknown
452.19/453.82	c   433s| 20400 | 20305 |  1083k|  53.0 |   685M |  81 |6225 |6927 |6373 |  99k|  2 |2126 |6039 |-1.013477e+05 |      --      |    Inf | unknown
453.50/455.15	c   434s| 20500 | 20405 |  1088k|  52.9 |   685M |  81 |6225 |6926 |6458 |  99k|  1 |2126 |6042 |-1.013477e+05 |      --      |    Inf | unknown
455.28/456.97	c   436s| 20600 | 20505 |  1095k|  53.0 |   687M |  81 |6225 |6925 |6313 | 100k|  1 |2126 |6043 |-1.013477e+05 |      --      |    Inf | unknown
456.68/458.33	c   437s| 20700 | 20605 |  1099k|  52.9 |   687M |  81 |6225 |6925 |6329 | 100k|  1 |2126 |6046 |-1.013477e+05 |      --      |    Inf | unknown
458.78/460.43	c   439s| 20800 | 20705 |  1106k|  53.0 |   687M |  81 |6225 |6924 |6370 | 101k|  1 |2128 |6047 |-1.013477e+05 |      --      |    Inf | unknown
460.39/462.04	c   441s| 20900 | 20805 |  1111k|  53.0 |   691M |  81 |6225 |6913 |6313 | 101k|  1 |2128 |6054 |-1.013477e+05 |      --      |    Inf | unknown
461.97/463.62	c   442s| 21000 | 20905 |  1116k|  53.0 |   691M |  81 |6225 |6907 |6393 | 102k|  1 |2128 |6060 |-1.013688e+05 |      --      |    Inf | unknown
463.56/465.25	c   444s| 21100 | 21005 |  1120k|  52.9 |   692M |  81 |6225 |6914 |6286 | 102k|  1 |2149 |6064 |-1.013688e+05 |      --      |    Inf | unknown
465.75/467.45	c   446s| 21200 | 21103 |  1126k|  53.0 |   693M |  81 |6225 |6920 |6399 | 103k|  1 |2160 |6083 |-1.013688e+05 |      --      |    Inf | unknown
467.94/469.63	c   448s| 21300 | 21203 |  1133k|  53.1 |   694M |  81 |6225 |6913 |6395 | 103k|  1 |2160 |6117 |-1.013688e+05 |      --      |    Inf | unknown
469.74/471.41	c   450s| 21400 | 21303 |  1138k|  53.0 |   698M |  81 |6225 |6913 |6317 | 104k|  1 |2160 |6120 |-1.013688e+05 |      --      |    Inf | unknown
471.83/473.56	c   452s| 21500 | 21403 |  1143k|  53.0 |   699M |  81 |6225 |6907 |6360 | 104k|  1 |2160 |6135 |-1.013688e+05 |      --      |    Inf | unknown
473.72/475.48	c   454s| 21600 | 21503 |  1149k|  53.1 |   706M |  81 |6225 |6901 |6435 | 105k|  2 |2160 |6149 |-1.013688e+05 |      --      |    Inf | unknown
475.43/477.13	c   456s| 21700 | 21603 |  1153k|  53.0 |   708M |  81 |6225 |6898 |6347 | 105k|  1 |2160 |6162 |-1.013688e+05 |      --      |    Inf | unknown
477.51/479.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
477.51/479.22	c   458s| 21800 | 21703 |  1158k|  53.0 |   710M |  81 |6225 |6889 |6341 | 105k|  1 |2160 |6187 |-1.013688e+05 |      --      |    Inf | unknown
479.20/480.96	c   460s| 21900 | 21803 |  1163k|  53.0 |   710M |  81 |6225 |6883 |6329 | 106k|  1 |2160 |6189 |-1.013688e+05 |      --      |    Inf | unknown
480.70/482.49	c   461s| 22000 | 21903 |  1168k|  53.0 |   712M |  81 |6225 |6880 |6352 | 106k|  1 |2160 |6190 |-1.013688e+05 |      --      |    Inf | unknown
482.69/484.43	c   463s| 22100 | 22003 |  1174k|  53.0 |   713M |  81 |6225 |6880 |6366 | 107k|  1 |2160 |6191 |-1.013688e+05 |      --      |    Inf | unknown
485.08/486.81	c   466s| 22200 | 22103 |  1180k|  53.0 |   713M |  81 |6225 |6878 |6374 | 107k|  1 |2160 |6204 |-1.013688e+05 |      --      |    Inf | unknown
486.88/488.60	c   467s| 22300 | 22203 |  1184k|  53.0 |   713M |  81 |6225 |6872 |6319 | 107k|  1 |2160 |6215 |-1.013688e+05 |      --      |    Inf | unknown
488.67/490.46	c   469s| 22400 | 22303 |  1190k|  53.0 |   716M |  81 |6225 |6869 |6293 | 108k|  1 |2160 |6217 |-1.013688e+05 |      --      |    Inf | unknown
490.86/492.65	c   471s| 22500 | 22403 |  1197k|  53.1 |   723M |  81 |6225 |6869 |6366 | 108k|  2 |2160 |6225 |-1.013688e+05 |      --      |    Inf | unknown
492.85/494.62	c   473s| 22600 | 22503 |  1203k|  53.1 |   724M |  81 |6225 |6865 |6416 | 109k|  1 |2162 |6241 |-1.013688e+05 |      --      |    Inf | unknown
494.65/496.42	c   475s| 22700 | 22603 |  1208k|  53.1 |   725M |  81 |6225 |6856 |6315 | 109k|  1 |2162 |6247 |-1.013688e+05 |      --      |    Inf | unknown
496.85/498.69	c   477s| 22800 | 22703 |  1215k|  53.2 |   732M |  81 |6225 |6854 |6393 | 110k|  1 |2164 |6247 |-1.013688e+05 |      --      |    Inf | unknown
498.94/500.78	c   480s| 22900 | 22803 |  1220k|  53.2 |   737M |  81 |6225 |6852 |6423 | 110k|  1 |2164 |6261 |-1.013688e+05 |      --      |    Inf | unknown
501.13/502.96	c   482s| 23000 | 22903 |  1227k|  53.2 |   737M |  81 |6225 |6849 |6473 | 111k|  5 |2164 |6265 |-1.013688e+05 |      --      |    Inf | unknown
503.12/504.96	c   484s| 23100 | 23003 |  1235k|  53.3 |   739M |  81 |6225 |6845 |6447 | 111k|  1 |2164 |6275 |-1.013688e+05 |      --      |    Inf | unknown
504.71/506.57	c   485s| 23200 | 23103 |  1241k|  53.4 |   739M |  81 |6225 |6836 |6311 | 112k|  1 |2167 |6294 |-1.013688e+05 |      --      |    Inf | unknown
506.61/508.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
506.61/508.44	c   487s| 23300 | 23203 |  1247k|  53.4 |   740M |  81 |6225 |6832 |6406 | 112k|  1 |2171 |6296 |-1.013688e+05 |      --      |    Inf | unknown
509.00/510.87	c   490s| 23400 | 23303 |  1255k|  53.5 |   742M |  81 |6225 |6830 |6435 | 113k|  1 |2171 |6298 |-1.013688e+05 |      --      |    Inf | unknown
510.89/512.71	c   492s| 23500 | 23403 |  1261k|  53.5 |   743M |  81 |6225 |6812 |6374 | 113k|  1 |2171 |6308 |-1.013688e+05 |      --      |    Inf | unknown
512.88/514.77	c   494s| 23600 | 23503 |  1266k|  53.5 |   743M |  81 |6225 |6807 |6399 | 114k|  1 |2171 |6333 |-1.013688e+05 |      --      |    Inf | unknown
515.19/517.05	c   496s| 23700 | 23603 |  1272k|  53.5 |   744M |  81 |6225 |6801 |6416 | 114k|  1 |2171 |6367 |-1.013688e+05 |      --      |    Inf | unknown
516.67/518.50	c   497s| 23800 | 23703 |  1276k|  53.5 |   747M |  81 |6225 |6795 |6347 | 115k|  1 |2171 |6369 |-1.013688e+05 |      --      |    Inf | unknown
518.46/520.34	c   499s| 23900 | 23803 |  1281k|  53.5 |   748M |  81 |6225 |6792 |6389 | 115k|  1 |2171 |6379 |-1.013688e+05 |      --      |    Inf | unknown
520.35/522.22	c   501s| 24000 | 23903 |  1286k|  53.5 |   749M |  81 |6225 |6781 |6341 | 116k|  1 |2171 |6404 |-1.013688e+05 |      --      |    Inf | unknown
522.64/524.51	c   503s| 24100 | 24003 |  1292k|  53.5 |   752M |  81 |6225 |6783 |6379 | 116k|  1 |2179 |6429 |-1.013688e+05 |      --      |    Inf | unknown
524.43/526.37	c   505s| 24200 | 24103 |  1298k|  53.5 |   753M |  81 |6225 |6782 |6410 | 116k|  1 |2182 |6443 |-1.013688e+05 |      --      |    Inf | unknown
526.92/528.82	c   508s| 24300 | 24203 |  1305k|  53.6 |   753M |  81 |6225 |6774 |6363 | 117k|  1 |2182 |6473 |-1.013688e+05 |      --      |    Inf | unknown
528.62/530.51	c   509s| 24400 | 24303 |  1310k|  53.6 |   754M |  81 |6225 |6769 |6375 | 117k|  1 |2182 |6494 |-1.013688e+05 |      --      |    Inf | unknown
530.51/532.44	c   511s| 24500 | 24403 |  1315k|  53.6 |   754M |  81 |6225 |6765 |6308 | 118k|  1 |2182 |6523 |-1.013688e+05 |      --      |    Inf | unknown
532.50/534.40	c   513s| 24600 | 24503 |  1320k|  53.5 |   755M |  81 |6225 |6758 |6391 | 118k|  3 |2182 |6538 |-1.013688e+05 |      --      |    Inf | unknown
534.50/536.47	c   515s| 24700 | 24603 |  1325k|  53.5 |   756M |  81 |6225 |6752 |6360 | 119k|  1 |2182 |6559 |-1.013688e+05 |      --      |    Inf | unknown
536.11/538.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
536.11/538.07	c   517s| 24800 | 24703 |  1329k|  53.5 |   759M |  81 |6225 |6743 |6309 | 119k|  1 |2182 |6573 |-1.013688e+05 |      --      |    Inf | unknown
538.29/540.22	c   519s| 24900 | 24803 |  1336k|  53.5 |   759M |  81 |6225 |6738 |6393 | 119k|  1 |2182 |6596 |-1.013688e+05 |      --      |    Inf | unknown
540.68/542.69	c   521s| 25000 | 24903 |  1342k|  53.6 |   759M |  81 |6225 |6732 |6411 | 120k|  1 |2182 |6644 |-1.013688e+05 |      --      |    Inf | unknown
542.77/544.78	c   524s| 25100 | 25003 |  1349k|  53.6 |   759M |  81 |6225 |6736 |6368 | 120k|  1 |2194 |6680 |-1.013688e+05 |      --      |    Inf | unknown
544.46/546.41	c   525s| 25200 | 25103 |  1354k|  53.6 |   759M |  81 |6225 |6735 |6355 | 121k|  1 |2194 |6691 |-1.013688e+05 |      --      |    Inf | unknown
546.08/548.07	c   527s| 25300 | 25203 |  1358k|  53.6 |   759M |  81 |6225 |6732 |6311 | 121k|  1 |2194 |6717 |-1.013688e+05 |      --      |    Inf | unknown
547.85/549.85	c   529s| 25400 | 25303 |  1364k|  53.6 |   760M |  81 |6225 |6727 |6338 | 122k|  1 |2194 |6744 |-1.013688e+05 |      --      |    Inf | unknown
549.07/551.06	c   530s| 25500 | 25403 |  1368k|  53.5 |   761M |  81 |6225 |6725 |6357 | 122k|  1 |2194 |6761 |-1.013688e+05 |      --      |    Inf | unknown
550.54/552.56	c   531s| 25600 | 25503 |  1372k|  53.5 |   762M |  81 |6225 |6723 |6357 | 122k|  1 |2194 |6775 |-1.013688e+05 |      --      |    Inf | unknown
552.63/554.60	c   533s| 25700 | 25603 |  1378k|  53.5 |   765M |  81 |6225 |6721 |6453 | 123k|  1 |2194 |6797 |-1.013688e+05 |      --      |    Inf | unknown
555.22/557.29	c   536s| 25800 | 25703 |  1389k|  53.7 |   771M |  81 |6225 |6734 |6433 | 123k|  1 |2215 |6844 |-1.013688e+05 |      --      |    Inf | unknown
558.03/560.03	c   539s| 25900 | 25803 |  1401k|  54.0 |   771M |  81 |6225 |6730 |6353 | 124k|  1 |2215 |6912 |-1.013688e+05 |      --      |    Inf | unknown
561.80/563.86	c   543s| 26000 | 25903 |  1409k|  54.1 |   773M |  81 |6225 |6721 |6343 | 124k|  1 |2215 |6964 |-1.013688e+05 |      --      |    Inf | unknown
564.39/566.44	c   545s| 26100 | 26003 |  1421k|  54.3 |   777M |  81 |6225 |6719 |6304 | 125k|  1 |2240 |6999 |-1.013688e+05 |      --      |    Inf | unknown
566.38/568.40	c   547s| 26200 | 26103 |  1429k|  54.4 |   778M |  81 |6225 |6718 |6348 | 125k|  1 |2240 |7035 |-1.013688e+05 |      --      |    Inf | unknown
567.58/569.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
567.58/569.68	c   548s| 26300 | 26203 |  1435k|  54.4 |   778M |  81 |6225 |6715 |6372 | 126k|  1 |2240 |7054 |-1.013688e+05 |      --      |    Inf | unknown
569.27/571.35	c   550s| 26400 | 26303 |  1440k|  54.4 |   779M |  81 |6225 |6710 |6371 | 126k|  3 |2240 |7066 |-1.013688e+05 |      --      |    Inf | unknown
571.66/573.74	c   553s| 26500 | 26403 |  1451k|  54.6 |   779M |  81 |6225 |6700 |6396 | 126k|  1 |2240 |7097 |-1.013688e+05 |      --      |    Inf | unknown
574.07/576.15	c   555s| 26600 | 26503 |  1460k|  54.8 |   781M |  81 |6225 |6712 |6306 | 127k|  1 |2261 |7122 |-1.013688e+05 |      --      |    Inf | unknown
576.34/578.40	c   557s| 26700 | 26603 |  1471k|  55.0 |   781M |  81 |6225 |6705 |6374 | 127k|  1 |2261 |7131 |-1.013688e+05 |      --      |    Inf | unknown
577.64/579.75	c   559s| 26800 | 26703 |  1477k|  55.0 |   783M |  81 |6225 |6699 |6398 | 128k|  1 |2261 |7151 |-1.013688e+05 |      --      |    Inf | unknown
580.23/582.36	c   561s| 26900 | 26803 |  1489k|  55.3 |   784M |  81 |6225 |6709 |6369 | 128k|  1 |2282 |7164 |-1.013688e+05 |      --      |    Inf | unknown
581.94/584.11	c   563s| 27000 | 26903 |  1499k|  55.4 |   784M |  81 |6225 |6698 |6395 | 129k|  1 |2282 |7171 |-1.013688e+05 |      --      |    Inf | unknown
583.93/586.03	c   565s| 27100 | 27003 |  1508k|  55.6 |   785M |  81 |6225 |6696 |6443 | 129k|  1 |2282 |7187 |-1.013688e+05 |      --      |    Inf | unknown
586.71/588.85	c   568s| 27200 | 27103 |  1522k|  55.9 |   786M |  81 |6225 |6706 |6337 | 130k|  1 |2293 |7196 |-1.013688e+05 |      --      |    Inf | unknown
589.02/591.16	c   570s| 27300 | 27203 |  1535k|  56.1 |   786M |  81 |6225 |6721 |6387 | 130k|  1 |2314 |7200 |-1.013688e+05 |      --      |    Inf | unknown
591.19/593.39	c   572s| 27400 | 27303 |  1545k|  56.3 |   787M |  81 |6225 |6716 |6288 | 131k|  1 |2314 |7215 |-1.013688e+05 |      --      |    Inf | unknown
593.18/595.36	c   574s| 27500 | 27403 |  1556k|  56.5 |   788M |  81 |6225 |6734 |6450 | 131k|  4 |2335 |7221 |-1.013688e+05 |      --      |    Inf | unknown
596.17/598.39	c   577s| 27600 | 27503 |  1567k|  56.7 |   792M |  81 |6225 |6724 |6450 | 132k|  1 |2335 |7224 |-1.013688e+05 |      --      |    Inf | unknown
598.46/600.69	c   579s| 27700 | 27603 |  1580k|  56.9 |   793M |  81 |6225 |6719 |6393 | 132k|  1 |2339 |7236 |-1.013688e+05 |      --      |    Inf | unknown
601.05/603.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
601.05/603.27	c   582s| 27800 | 27703 |  1590k|  57.1 |   796M |  81 |6225 |6714 |6447 | 133k|  1 |2339 |7241 |-1.013688e+05 |      --      |    Inf | unknown
602.65/604.88	c   584s| 27900 | 27803 |  1598k|  57.2 |   796M |  81 |6225 |6709 |6416 | 133k|  2 |2339 |7247 |-1.013688e+05 |      --      |    Inf | unknown
604.54/606.70	c   585s| 28000 | 27903 |  1607k|  57.3 |   796M |  81 |6225 |6707 |6351 | 134k|  1 |2343 |7258 |-1.013688e+05 |      --      |    Inf | unknown
606.95/609.16	c   588s| 28100 | 28003 |  1618k|  57.5 |   800M |  81 |6225 |6699 |6429 | 134k|  1 |2343 |7263 |-1.013688e+05 |      --      |    Inf | unknown
610.62/612.88	c   592s| 28200 | 28103 |  1632k|  57.8 |   805M |  81 |6225 |6689 |6288 | 135k|  1 |2343 |7319 |-1.013688e+05 |      --      |    Inf | unknown
613.50/615.79	c   595s| 28300 | 28203 |  1644k|  58.0 |   805M |  81 |6225 |6700 |6409 | 135k|  1 |2354 |7328 |-1.013688e+05 |      --      |    Inf | unknown
615.60/617.86	c   597s| 28400 | 28303 |  1653k|  58.1 |   806M |  81 |6225 |6707 |6429 | 136k|  1 |2365 |7351 |-1.013688e+05 |      --      |    Inf | unknown
617.69/620.01	c   599s| 28500 | 28403 |  1662k|  58.2 |   807M |  81 |6225 |6705 |6348 | 136k|  1 |2365 |7360 |-1.013688e+05 |      --      |    Inf | unknown
620.08/622.34	c   601s| 28600 | 28503 |  1671k|  58.3 |   808M |  81 |6225 |6705 |6427 | 137k|  1 |2365 |7364 |-1.013688e+05 |      --      |    Inf | unknown
622.57/624.87	c   604s| 28700 | 28603 |  1683k|  58.5 |   810M |  81 |6225 |6692 |6303 | 137k|  1 |2365 |7391 |-1.013688e+05 |      --      |    Inf | unknown
624.88/627.18	c   606s| 28800 | 28703 |  1693k|  58.7 |   810M |  81 |6225 |6687 |6370 | 138k|  1 |2365 |7399 |-1.013688e+05 |      --      |    Inf | unknown
626.66/628.99	c   608s| 28900 | 28803 |  1701k|  58.8 |   812M |  81 |6225 |6684 |6406 | 138k|  1 |2365 |7415 |-1.013688e+05 |      --      |    Inf | unknown
628.65/630.91	c   610s| 29000 | 28903 |  1711k|  58.9 |   812M |  81 |6225 |6698 |6363 | 138k|  1 |2387 |7422 |-1.013688e+05 |      --      |    Inf | unknown
631.04/633.31	c   612s| 29100 | 29003 |  1723k|  59.1 |   813M |  81 |6225 |6695 |6410 | 139k|  1 |2387 |7437 |-1.013688e+05 |      --      |    Inf | unknown
633.03/635.32	c   614s| 29200 | 29103 |  1732k|  59.2 |   814M |  81 |6225 |6693 |6458 | 139k|  1 |2387 |7441 |-1.013688e+05 |      --      |    Inf | unknown
636.74/639.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
636.74/639.04	c   618s| 29300 | 29203 |  1756k|  59.8 |   837M |  81 |6225 |6694 |6380 | 140k|  1 |2398 |7443 |-1.013688e+05 |      --      |    Inf | unknown
640.60/643.01	c   622s| 29400 | 29303 |  1771k|  60.1 |   838M |  81 |6225 |6706 |6468 | 141k|  1 |2424 |7488 |-1.013688e+05 |      --      |    Inf | unknown
643.29/645.60	c   624s| 29500 | 29403 |  1786k|  60.5 |   838M |  81 |6225 |6696 |6286 | 141k|  1 |2424 |7508 |-1.013688e+05 |      --      |    Inf | unknown
646.28/648.61	c   627s| 29600 | 29503 |  1800k|  60.7 |   840M |  81 |6225 |6705 |6402 | 142k|  1 |2437 |7513 |-1.013688e+05 |      --      |    Inf | unknown
648.58/650.90	c   630s| 29700 | 29603 |  1811k|  60.9 |   842M |  81 |6225 |6692 |6459 | 142k|  1 |2437 |7536 |-1.013688e+05 |      --      |    Inf | unknown
651.07/653.41	c   632s| 29800 | 29703 |  1824k|  61.1 |   843M |  81 |6225 |6676 |6385 | 143k|  1 |2437 |7550 |-1.013688e+05 |      --      |    Inf | unknown
653.67/656.02	c   635s| 29900 | 29803 |  1836k|  61.3 |   845M |  81 |6225 |6676 |6452 | 144k|  1 |2437 |7578 |-1.013688e+05 |      --      |    Inf | unknown
655.95/658.35	c   637s| 30000 | 29903 |  1848k|  61.5 |   845M |  81 |6225 |6669 |6432 | 144k|  1 |2437 |7605 |-1.013688e+05 |      --      |    Inf | unknown
658.24/660.66	c   639s| 30100 | 30003 |  1858k|  61.6 |   848M |  81 |6225 |6666 |6377 | 145k|  1 |2437 |7629 |-1.013688e+05 |      --      |    Inf | unknown
661.13/663.55	c   642s| 30200 | 30103 |  1869k|  61.8 |   853M |  81 |6225 |6663 |6437 | 145k|  1 |2437 |7649 |-1.013688e+05 |      --      |    Inf | unknown
664.12/666.58	c   645s| 30300 | 30203 |  1882k|  62.0 |   860M |  81 |6225 |6659 |6326 | 146k|  1 |2437 |7686 |-1.013688e+05 |      --      |    Inf | unknown
666.73/669.14	c   648s| 30400 | 30303 |  1891k|  62.1 |   861M |  81 |6225 |6656 |6387 | 146k|  1 |2437 |7716 |-1.013688e+05 |      --      |    Inf | unknown
668.80/671.25	c   650s| 30500 | 30403 |  1899k|  62.2 |   861M |  81 |6225 |6656 |6422 | 147k|  1 |2437 |7759 |-1.013688e+05 |      --      |    Inf | unknown
671.39/673.88	c   653s| 30600 | 30503 |  1912k|  62.4 |   863M |  81 |6225 |6648 |6331 | 147k|  1 |2437 |7769 |-1.013688e+05 |      --      |    Inf | unknown
673.60/676.05	c   655s| 30700 | 30603 |  1921k|  62.5 |   868M |  81 |6225 |6641 |6420 | 148k|  1 |2437 |7779 |-1.013688e+05 |      --      |    Inf | unknown
675.78/678.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
675.78/678.21	c   657s| 30800 | 30703 |  1930k|  62.6 |   868M |  81 |6225 |6630 |6312 | 148k|  1 |2437 |7810 |-1.013688e+05 |      --      |    Inf | unknown
677.87/680.32	c   659s| 30900 | 30803 |  1939k|  62.6 |   869M |  81 |6225 |6651 |6420 | 148k|  1 |2458 |7834 |-1.013688e+05 |      --      |    Inf | unknown
680.68/683.16	c   662s| 31000 | 30903 |  1951k|  62.8 |   870M |  81 |6225 |6646 |6407 | 149k|  1 |2458 |7841 |-1.013688e+05 |      --      |    Inf | unknown
683.26/685.78	c   665s| 31100 | 31003 |  1963k|  63.0 |   871M |  81 |6225 |6645 |6347 | 149k|  1 |2460 |7865 |-1.013688e+05 |      --      |    Inf | unknown
685.15/687.62	c   666s| 31200 | 31103 |  1971k|  63.1 |   871M |  81 |6225 |6635 |6342 | 150k|  1 |2463 |7884 |-1.013688e+05 |      --      |    Inf | unknown
688.44/690.97	c   670s| 31300 | 31203 |  1985k|  63.3 |   873M |  81 |6225 |6628 |6505 | 151k|  1 |2463 |7935 |-1.013688e+05 |      --      |    Inf | unknown
690.73/693.27	c   672s| 31400 | 31303 |  1996k|  63.5 |   874M |  81 |6225 |6651 |6349 | 151k|  1 |2500 |7958 |-1.013688e+05 |      --      |    Inf | unknown
694.22/696.72	c   676s| 31500 | 31403 |  2010k|  63.7 |   876M |  81 |6225 |6635 |6424 | 152k|  1 |2500 |7989 |-1.013688e+05 |      --      |    Inf | unknown
696.71/699.28	c   678s| 31600 | 31503 |  2022k|  63.9 |   878M |  81 |6225 |6625 |6293 | 152k|  1 |2500 |8027 |-1.013688e+05 |      --      |    Inf | unknown
700.19/702.71	c   682s| 31700 | 31603 |  2034k|  64.1 |   878M |  81 |6225 |6616 |6356 | 153k|  1 |2500 |8098 |-1.013688e+05 |      --      |    Inf | unknown
701.89/704.43	c   683s| 31800 | 31703 |  2044k|  64.2 |   879M |  81 |6225 |6611 |6431 | 153k|  1 |2500 |8100 |-1.013688e+05 |      --      |    Inf | unknown
704.50/707.06	c   686s| 31900 | 31803 |  2059k|  64.5 |   882M |  81 |6225 |6609 |6369 | 154k|  1 |2500 |8108 |-1.013688e+05 |      --      |    Inf | unknown
707.27/709.81	c   689s| 32000 | 31903 |  2070k|  64.6 |   882M |  81 |6225 |6606 |6402 | 154k|  1 |2500 |8131 |-1.013688e+05 |      --      |    Inf | unknown
709.06/711.63	c   690s| 32100 | 32003 |  2079k|  64.7 |   882M |  81 |6225 |6605 |6439 | 155k|  1 |2500 |8152 |-1.013688e+05 |      --      |    Inf | unknown
711.15/713.76	c   693s| 32200 | 32103 |  2088k|  64.8 |   882M |  81 |6225 |6599 |6348 | 155k|  2 |2500 |8200 |-1.013688e+05 |      --      |    Inf | unknown
713.25/715.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
713.25/715.84	c   695s| 32300 | 32203 |  2098k|  64.9 |   883M |  81 |6225 |6598 |6436 | 156k|  1 |2500 |8205 |-1.013688e+05 |      --      |    Inf | unknown
715.84/718.42	c   697s| 32400 | 32303 |  2109k|  65.0 |   884M |  81 |6225 |6588 |6281 | 156k|  1 |2500 |8227 |-1.013688e+05 |      --      |    Inf | unknown
718.62/721.24	c   700s| 32500 | 32403 |  2120k|  65.1 |   886M |  81 |6225 |6583 |6433 | 157k|  2 |2500 |8271 |-1.013688e+05 |      --      |    Inf | unknown
720.82/723.41	c   702s| 32600 | 32503 |  2131k|  65.3 |   886M |  81 |6225 |6580 |6356 | 157k|  1 |2500 |8303 |-1.013688e+05 |      --      |    Inf | unknown
722.43/725.07	c   704s| 32700 | 32603 |  2138k|  65.3 |   886M |  81 |6225 |6576 |6338 | 157k|  1 |2500 |8328 |-1.013688e+05 |      --      |    Inf | unknown
724.80/727.45	c   706s| 32800 | 32703 |  2149k|  65.4 |   886M |  81 |6225 |6587 |6371 | 158k|  1 |2514 |8354 |-1.013688e+05 |      --      |    Inf | unknown
727.69/730.31	c   709s| 32900 | 32803 |  2162k|  65.6 |   887M |  81 |6225 |6592 |6343 | 158k|  1 |2520 |8389 |-1.013688e+05 |      --      |    Inf | unknown
729.78/732.45	c   711s| 33000 | 32903 |  2172k|  65.7 |   889M |  81 |6225 |6589 |6388 | 159k|  1 |2520 |8424 |-1.013688e+05 |      --      |    Inf | unknown
732.17/734.84	c   714s| 33100 | 33003 |  2182k|  65.8 |   890M |  81 |6225 |6582 |6361 | 159k|  1 |2520 |8462 |-1.013688e+05 |      --      |    Inf | unknown
734.38/737.05	c   716s| 33200 | 33103 |  2191k|  65.9 |   890M |  81 |6225 |6577 |6339 | 160k|  1 |2520 |8490 |-1.013688e+05 |      --      |    Inf | unknown
737.05/739.70	c   718s| 33300 | 33203 |  2203k|  66.1 |   890M |  81 |6225 |6574 |6402 | 160k|  1 |2520 |8500 |-1.013688e+05 |      --      |    Inf | unknown
739.05/741.76	c   721s| 33400 | 33303 |  2214k|  66.2 |   894M |  81 |6225 |6574 |6381 | 161k|  1 |2533 |8518 |-1.013688e+05 |      --      |    Inf | unknown
741.14/743.84	c   723s| 33500 | 33403 |  2224k|  66.3 |   897M |  81 |6225 |6571 |6375 | 161k|  1 |2533 |8549 |-1.013688e+05 |      --      |    Inf | unknown
744.12/746.87	c   726s| 33600 | 33503 |  2236k|  66.5 |   897M |  81 |6225 |6559 |6380 | 162k|  1 |2533 |8580 |-1.013688e+05 |      --      |    Inf | unknown
746.02/748.71	c   728s| 33700 | 33603 |  2243k|  66.5 |   899M |  81 |6225 |6555 |6401 | 162k|  4 |2533 |8593 |-1.013688e+05 |      --      |    Inf | unknown
748.51/751.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
748.51/751.27	c   730s| 33800 | 33703 |  2255k|  66.6 |   905M |  81 |6225 |6550 |6358 | 163k|  1 |2533 |8613 |-1.013688e+05 |      --      |    Inf | unknown
751.60/754.34	c   733s| 33900 | 33803 |  2266k|  66.8 |   915M |  81 |6225 |6548 |6386 | 163k|  1 |2533 |8636 |-1.013688e+05 |      --      |    Inf | unknown
753.60/756.37	c   735s| 34000 | 33903 |  2275k|  66.8 |   919M |  81 |6225 |6546 |6299 | 164k|  1 |2533 |8653 |-1.013688e+05 |      --      |    Inf | unknown
756.30/759.05	c   738s| 34100 | 34003 |  2287k|  67.0 |   925M |  81 |6225 |6543 |6433 | 164k|  1 |2533 |8673 |-1.013688e+05 |      --      |    Inf | unknown
758.48/761.24	c   740s| 34200 | 34103 |  2297k|  67.1 |   925M |  81 |6225 |6540 |6526 | 165k|  5 |2533 |8689 |-1.013688e+05 |      --      |    Inf | unknown
761.57/764.32	c   743s| 34300 | 34203 |  2313k|  67.4 |   927M |  81 |6225 |6533 |6418 | 166k|  5 |2533 |8700 |-1.013688e+05 |      --      |    Inf | unknown
764.06/766.89	c   746s| 34400 | 34303 |  2324k|  67.5 |   928M |  81 |6225 |6525 |6437 | 166k|  1 |2533 |8703 |-1.013688e+05 |      --      |    Inf | unknown
765.75/768.54	c   747s| 34500 | 34403 |  2332k|  67.5 |   928M |  81 |6225 |6520 |6318 | 167k|  1 |2533 |8720 |-1.013688e+05 |      --      |    Inf | unknown
767.36/770.18	c   749s| 34600 | 34503 |  2339k|  67.5 |   930M |  81 |6225 |6518 |6344 | 167k|  1 |2533 |8725 |-1.013688e+05 |      --      |    Inf | unknown
769.74/772.59	c   751s| 34700 | 34603 |  2351k|  67.7 |   931M |  81 |6225 |6514 |6507 | 168k|  2 |2533 |8736 |-1.013688e+05 |      --      |    Inf | unknown
772.72/775.50	c   754s| 34800 | 34703 |  2364k|  67.9 |   936M |  81 |6225 |6522 |6368 | 168k|  1 |2546 |8770 |-1.013688e+05 |      --      |    Inf | unknown
774.81/777.68	c   756s| 34900 | 34803 |  2376k|  68.0 |   939M |  81 |6225 |6524 |6353 | 168k|  1 |2565 |8784 |-1.013688e+05 |      --      |    Inf | unknown
777.01/779.83	c   759s| 35000 | 34903 |  2388k|  68.1 |   939M |  81 |6225 |6517 |6333 | 169k|  1 |2565 |8798 |-1.013688e+05 |      --      |    Inf | unknown
778.70/781.54	c   760s| 35100 | 35003 |  2396k|  68.2 |   942M |  81 |6225 |6514 |6339 | 169k|  1 |2565 |8816 |-1.013688e+05 |      --      |    Inf | unknown
781.21/784.04	c   763s| 35200 | 35103 |  2406k|  68.3 |   944M |  81 |6225 |6513 |6405 | 170k|  1 |2565 |8831 |-1.013688e+05 |      --      |    Inf | unknown
783.68/786.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
783.68/786.51	c   765s| 35300 | 35203 |  2420k|  68.5 |   945M |  81 |6225 |6507 |6340 | 170k|  3 |2565 |8836 |-1.013688e+05 |      --      |    Inf | unknown
785.67/788.51	c   767s| 35400 | 35303 |  2430k|  68.6 |   945M |  81 |6225 |6507 |6442 | 171k|  1 |2565 |8836 |-1.013688e+05 |      --      |    Inf | unknown
787.87/790.79	c   770s| 35500 | 35403 |  2441k|  68.7 |   945M |  81 |6225 |6505 |6449 | 171k|  1 |2565 |8840 |-1.013688e+05 |      --      |    Inf | unknown
790.06/792.94	c   772s| 35600 | 35503 |  2454k|  68.8 |   945M |  81 |6225 |6501 |6348 | 172k|  2 |2565 |8850 |-1.013688e+05 |      --      |    Inf | unknown
792.95/795.82	c   775s| 35700 | 35603 |  2466k|  69.0 |   946M |  81 |6225 |6501 |6413 | 172k|  1 |2565 |8871 |-1.013688e+05 |      --      |    Inf | unknown
795.94/798.84	c   778s| 35800 | 35703 |  2481k|  69.2 |   948M |  81 |6225 |6493 |6294 | 173k|  1 |2565 |8891 |-1.013688e+05 |      --      |    Inf | unknown
798.03/800.91	c   780s| 35900 | 35803 |  2493k|  69.4 |   949M |  81 |6225 |6491 |6356 | 173k|  1 |2565 |8893 |-1.013688e+05 |      --      |    Inf | unknown
800.62/803.50	c   782s| 36000 | 35903 |  2506k|  69.5 |   949M |  81 |6225 |6509 |6390 | 174k|  1 |2586 |8895 |-1.013688e+05 |      --      |    Inf | unknown
802.13/805.08	c   784s| 36100 | 36003 |  2512k|  69.5 |   950M |  81 |6225 |6518 |6341 | 174k|  1 |2608 |8900 |-1.013688e+05 |      --      |    Inf | unknown
804.61/807.58	c   786s| 36200 | 36103 |  2524k|  69.7 |   951M |  81 |6225 |6514 |6424 | 174k|  1 |2608 |8940 |-1.013688e+05 |      --      |    Inf | unknown
806.81/809.76	c   789s| 36300 | 36203 |  2536k|  69.8 |   951M |  81 |6225 |6513 |6415 | 175k|  1 |2608 |8954 |-1.013688e+05 |      --      |    Inf | unknown
809.00/812.01	c   791s| 36400 | 36303 |  2546k|  69.9 |   953M |  81 |6225 |6501 |6330 | 175k|  1 |2608 |8980 |-1.013688e+05 |      --      |    Inf | unknown
810.99/813.91	c   793s| 36500 | 36403 |  2556k|  70.0 |   954M |  81 |6225 |6509 |6450 | 176k|  2 |2617 |8981 |-1.013688e+05 |      --      |    Inf | unknown
813.28/816.22	c   795s| 36600 | 36503 |  2568k|  70.1 |   954M |  81 |6225 |6500 |6332 | 176k|  1 |2617 |8983 |-1.013688e+05 |      --      |    Inf | unknown
814.97/817.97	c   797s| 36700 | 36603 |  2576k|  70.1 |   954M |  81 |6225 |6494 |6390 | 177k|  1 |2617 |8985 |-1.013688e+05 |      --      |    Inf | unknown
817.46/820.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
817.46/820.45	c   799s| 36800 | 36703 |  2588k|  70.2 |   954M |  81 |6225 |6494 |6441 | 177k|  1 |2617 |9007 |-1.013688e+05 |      --      |    Inf | unknown
819.86/822.84	c   802s| 36900 | 36803 |  2600k|  70.4 |   955M |  81 |6225 |6488 |6397 | 178k|  1 |2617 |9010 |-1.013688e+05 |      --      |    Inf | unknown
821.75/824.74	c   804s| 37000 | 36903 |  2609k|  70.4 |   955M |  81 |6225 |6485 |6376 | 178k|  1 |2619 |9033 |-1.013688e+05 |      --      |    Inf | unknown
823.54/826.57	c   805s| 37100 | 37003 |  2617k|  70.5 |   956M |  81 |6225 |6485 |6318 | 179k|  1 |2619 |9061 |-1.013688e+05 |      --      |    Inf | unknown
825.64/828.60	c   807s| 37200 | 37103 |  2627k|  70.5 |   956M |  81 |6225 |6482 |6336 | 179k|  1 |2619 |9075 |-1.013688e+05 |      --      |    Inf | unknown
827.33/830.36	c   809s| 37300 | 37203 |  2635k|  70.6 |   956M |  81 |6225 |6480 |6404 | 179k|  1 |2619 |9075 |-1.013688e+05 |      --      |    Inf | unknown
829.22/832.26	c   811s| 37400 | 37303 |  2645k|  70.7 |   956M |  81 |6225 |6477 |6313 | 180k|  1 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
831.91/834.93	c   814s| 37500 | 37403 |  2659k|  70.8 |   958M |  81 |6225 |6474 |6365 | 180k|  1 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
834.12/837.19	c   816s| 37600 | 37503 |  2670k|  70.9 |   960M |  81 |6225 |6471 |6433 | 181k|  2 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
836.40/839.44	c   818s| 37700 | 37603 |  2681k|  71.0 |   960M |  81 |6225 |6469 |6413 | 181k|  1 |2619 |9079 |-1.013688e+05 |      --      |    Inf | unknown
838.29/841.30	c   820s| 37800 | 37703 |  2693k|  71.2 |   961M |  81 |6225 |6467 |6372 | 182k|  1 |2619 |9082 |-1.013688e+05 |      --      |    Inf | unknown
840.10/843.15	c   822s| 37900 | 37803 |  2702k|  71.2 |   962M |  81 |6225 |6462 |6306 | 182k|  1 |2619 |9086 |-1.013688e+05 |      --      |    Inf | unknown
841.68/844.73	c   824s| 38000 | 37903 |  2712k|  71.3 |   963M |  81 |6225 |6460 |6352 | 183k|  1 |2619 |9094 |-1.013688e+05 |      --      |    Inf | unknown
843.67/846.78	c   826s| 38100 | 38003 |  2722k|  71.4 |   964M |  81 |6225 |6460 |6427 | 183k|  1 |2619 |9094 |-1.013688e+05 |      --      |    Inf | unknown
846.46/849.54	c   828s| 38200 | 38103 |  2732k|  71.4 |   965M |  81 |6225 |6457 |6428 | 184k|  5 |2619 |9122 |-1.013688e+05 |      --      |    Inf | unknown
848.15/851.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
848.15/851.21	c   830s| 38300 | 38203 |  2739k|  71.4 |   967M |  81 |6225 |6452 |6399 | 184k|  1 |2619 |9138 |-1.013688e+05 |      --      |    Inf | unknown
849.85/852.97	c   832s| 38400 | 38303 |  2749k|  71.5 |   967M |  81 |6225 |6450 |6463 | 184k|  1 |2623 |9139 |-1.013688e+05 |      --      |    Inf | unknown
852.74/855.85	c   835s| 38500 | 38403 |  2763k|  71.7 |   970M |  81 |6225 |6450 |6383 | 185k|  1 |2623 |9155 |-1.013688e+05 |      --      |    Inf | unknown
855.43/858.56	c   837s| 38600 | 38503 |  2775k|  71.8 |   970M |  81 |6225 |6444 |6401 | 185k|  1 |2623 |9168 |-1.013688e+05 |      --      |    Inf | unknown
857.82/860.95	c   840s| 38700 | 38603 |  2785k|  71.9 |   971M |  81 |6225 |6442 |6328 | 186k|  1 |2623 |9182 |-1.013688e+05 |      --      |    Inf | unknown
859.71/862.87	c   842s| 38800 | 38703 |  2795k|  72.0 |   974M |  81 |6225 |6442 |6369 | 186k|  1 |2629 |9196 |-1.013688e+05 |      --      |    Inf | unknown
862.20/865.36	c   844s| 38900 | 38803 |  2808k|  72.1 |   976M |  81 |6225 |6442 |6378 | 187k|  1 |2632 |9209 |-1.013688e+05 |      --      |    Inf | unknown
864.91/868.04	c   847s| 39000 | 38903 |  2820k|  72.2 |   980M |  81 |6225 |6436 |6347 | 187k|  2 |2632 |9244 |-1.013688e+05 |      --      |    Inf | unknown
866.68/869.81	c   849s| 39100 | 39003 |  2830k|  72.3 |   980M |  81 |6225 |6431 |6390 | 188k|  2 |2632 |9260 |-1.013688e+05 |      --      |    Inf | unknown
869.27/872.41	c   851s| 39200 | 39103 |  2840k|  72.4 |   982M |  81 |6225 |6439 |6307 | 188k|  1 |2643 |9291 |-1.013688e+05 |      --      |    Inf | unknown
871.17/874.36	c   853s| 39300 | 39203 |  2850k|  72.4 |   982M |  81 |6225 |6439 |6354 | 189k|  1 |2643 |9313 |-1.013688e+05 |      --      |    Inf | unknown
874.25/877.42	c   856s| 39400 | 39303 |  2863k|  72.6 |   985M |  81 |6225 |6436 |6467 | 189k|  3 |2643 |9345 |-1.013688e+05 |      --      |    Inf | unknown
876.55/879.79	c   859s| 39500 | 39403 |  2874k|  72.7 |   986M |  81 |6225 |6433 |6328 | 190k|  1 |2643 |9366 |-1.013688e+05 |      --      |    Inf | unknown
879.23/882.42	c   861s| 39600 | 39503 |  2887k|  72.8 |   988M |  81 |6225 |6437 |6403 | 190k|  1 |2653 |9388 |-1.013688e+05 |      --      |    Inf | unknown
881.52/884.80	c   864s| 39700 | 39603 |  2896k|  72.9 |   988M |  81 |6225 |6431 |6455 | 190k|  1 |2653 |9423 |-1.013688e+05 |      --      |    Inf | unknown
884.21/887.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
884.21/887.42	c   866s| 39800 | 39703 |  2908k|  73.0 |   988M |  81 |6225 |6424 |6355 | 191k|  1 |2653 |9453 |-1.013688e+05 |      --      |    Inf | unknown
886.70/889.98	c   869s| 39900 | 39803 |  2919k|  73.1 |   991M |  81 |6225 |6421 |6453 | 192k|  1 |2653 |9461 |-1.013688e+05 |      --      |    Inf | unknown
889.91/893.14	c   872s| 40000 | 39903 |  2930k|  73.2 |   993M |  81 |6225 |6415 |6348 | 192k|  1 |2653 |9466 |-1.013688e+05 |      --      |    Inf | unknown
892.29/895.53	c   874s| 40100 | 40003 |  2942k|  73.3 |   994M |  81 |6225 |6411 |6337 | 192k|  1 |2653 |9499 |-1.013688e+05 |      --      |    Inf | unknown
894.80/898.04	c   877s| 40200 | 40103 |  2952k|  73.4 |   995M |  81 |6225 |6408 |6453 | 193k|  1 |2653 |9525 |-1.013688e+05 |      --      |    Inf | unknown
897.97/901.22	c   880s| 40300 | 40203 |  2968k|  73.6 |  1002M |  81 |6225 |6430 |6333 | 193k|  1 |2677 |9547 |-1.013688e+05 |      --      |    Inf | unknown
899.96/903.20	c   882s| 40400 | 40303 |  2977k|  73.6 |  1002M |  81 |6225 |6428 |6403 | 194k|  1 |2677 |9564 |-1.013688e+05 |      --      |    Inf | unknown
902.25/905.54	c   884s| 40500 | 40403 |  2988k|  73.7 |  1002M |  81 |6225 |6425 |6431 | 194k|  1 |2677 |9602 |-1.013688e+05 |      --      |    Inf | unknown
904.86/908.16	c   887s| 40600 | 40503 |  2999k|  73.8 |  1005M |  81 |6225 |6420 |6387 | 195k|  1 |2677 |9623 |-1.013688e+05 |      --      |    Inf | unknown
907.03/910.39	c   889s| 40700 | 40603 |  3009k|  73.9 |  1007M |  81 |6225 |6418 |6399 | 195k|  1 |2677 |9645 |-1.013688e+05 |      --      |    Inf | unknown
909.92/913.21	c   892s| 40800 | 40703 |  3023k|  74.0 |  1009M |  81 |6225 |6414 |6299 | 196k|  1 |2677 |9683 |-1.013688e+05 |      --      |    Inf | unknown
911.92/915.29	c   894s| 40900 | 40803 |  3032k|  74.1 |  1009M |  81 |6225 |6410 |6394 | 196k|  1 |2677 |9694 |-1.013688e+05 |      --      |    Inf | unknown
914.11/917.46	c   896s| 41000 | 40903 |  3042k|  74.1 |  1009M |  81 |6225 |6406 |6402 | 196k|  1 |2677 |9727 |-1.013688e+05 |      --      |    Inf | unknown
916.60/919.92	c   899s| 41100 | 41003 |  3049k|  74.1 |  1010M |  81 |6225 |6405 |6384 | 197k|  1 |2677 |9774 |-1.013688e+05 |      --      |    Inf | unknown
918.99/922.35	c   901s| 41200 | 41103 |  3063k|  74.3 |  1010M |  81 |6225 |6424 |6429 | 197k|  1 |2698 |9777 |-1.013688e+05 |      --      |    Inf | unknown
921.80/925.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
921.80/925.18	c   904s| 41300 | 41203 |  3075k|  74.4 |  1015M |  81 |6225 |6423 |6297 | 198k|  1 |2698 |9796 |-1.013688e+05 |      --      |    Inf | unknown
924.87/928.28	c   907s| 41400 | 41303 |  3091k|  74.6 |  1016M |  81 |6225 |6431 |6336 | 198k|  1 |2709 |9826 |-1.013688e+05 |      --      |    Inf | unknown
927.36/930.77	c   910s| 41500 | 41403 |  3102k|  74.7 |  1016M |  81 |6225 |6430 |6425 | 199k|  1 |2709 |9852 |-1.013688e+05 |      --      |    Inf | unknown
930.05/933.47	c   912s| 41600 | 41503 |  3113k|  74.8 |  1016M |  81 |6225 |6429 |6373 | 199k|  4 |2709 |9893 |-1.013688e+05 |      --      |    Inf | unknown
932.14/935.53	c   914s| 41700 | 41603 |  3122k|  74.8 |  1016M |  81 |6225 |6423 |6370 | 200k|  1 |2709 |9902 |-1.013688e+05 |      --      |    Inf | unknown
934.93/938.31	c   917s| 41800 | 41703 |  3135k|  74.9 |  1018M |  81 |6225 |6422 |6429 | 200k|  1 |2709 |9934 |-1.013688e+05 |      --      |    Inf | unknown
937.12/940.57	c   919s| 41900 | 41803 |  3147k|  75.0 |  1019M |  81 |6225 |6419 |6373 | 201k|  1 |2709 |9938 |-1.013688e+05 |      --      |    Inf | unknown
940.31/943.77	c   923s| 42000 | 41903 |  3160k|  75.2 |  1023M |  81 |6225 |6419 |6395 | 201k|  1 |2709 |9958 |-1.013688e+05 |      --      |    Inf | unknown
942.90/946.30	c   925s| 42100 | 42003 |  3171k|  75.2 |  1023M |  81 |6225 |6415 |6310 | 202k|  1 |2709 |9983 |-1.013688e+05 |      --      |    Inf | unknown
945.09/948.58	c   927s| 42200 | 42103 |  3179k|  75.3 |  1023M |  81 |6225 |6413 |6345 | 202k|  2 |2709 |  10k|-1.013688e+05 |      --      |    Inf | unknown
947.38/950.84	c   930s| 42300 | 42203 |  3189k|  75.3 |  1023M |  81 |6225 |6434 |6356 | 203k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
949.48/953.01	c   932s| 42400 | 42303 |  3199k|  75.4 |  1024M |  81 |6225 |6429 |6323 | 203k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
951.77/955.20	c   934s| 42500 | 42403 |  3208k|  75.4 |  1024M |  81 |6225 |6428 |6405 | 204k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
953.76/957.29	c   936s| 42600 | 42503 |  3219k|  75.5 |  1025M |  81 |6225 |6427 |6479 | 204k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
958.24/961.73	c   941s| 42700 | 42603 |  3243k|  75.9 |  1026M |  81 |6225 |6418 |6367 | 205k|  3 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
960.56/964.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
960.56/964.08	c   943s| 42800 | 42703 |  3256k|  76.0 |  1026M |  81 |6225 |6437 |6418 | 205k|  2 |2751 |  10k|-1.013688e+05 |      --      |    Inf | unknown
963.72/967.28	c   946s| 42900 | 42803 |  3273k|  76.2 |  1028M |  81 |6225 |6446 |6325 | 206k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
965.63/969.12	c   948s| 43000 | 42903 |  3283k|  76.3 |  1028M |  81 |6225 |6445 |6353 | 206k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
967.63/971.14	c   950s| 43100 | 43003 |  3294k|  76.4 |  1029M |  81 |6225 |6443 |6420 | 207k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
969.30/972.88	c   952s| 43200 | 43103 |  3302k|  76.4 |  1030M |  81 |6225 |6434 |6351 | 207k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
972.19/975.76	c   955s| 43300 | 43203 |  3314k|  76.5 |  1033M |  81 |6225 |6432 |6398 | 208k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
974.98/978.56	c   957s| 43400 | 43303 |  3328k|  76.6 |  1034M |  81 |6225 |6430 |6371 | 208k|  3 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
976.77/980.30	c   959s| 43500 | 43403 |  3335k|  76.6 |  1037M |  81 |6225 |6429 |6359 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
979.06/982.67	c   961s| 43600 | 43503 |  3345k|  76.7 |  1041M |  81 |6225 |6425 |6438 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
981.06/984.63	c   963s| 43700 | 43603 |  3354k|  76.7 |  1043M |  81 |6225 |6423 |6328 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
983.05/986.63	c   965s| 43800 | 43703 |  3363k|  76.7 |  1046M |  81 |6225 |6430 |6369 | 210k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
985.46/989.02	c   968s| 43900 | 43803 |  3374k|  76.8 |  1046M |  81 |6225 |6424 |6422 | 210k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
987.14/990.72	c   970s| 44000 | 43903 |  3383k|  76.8 |  1050M |  81 |6225 |6419 |6371 | 211k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
988.63/992.24	c   971s| 44100 | 44003 |  3390k|  76.8 |  1050M |  81 |6225 |6416 |6387 | 211k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
991.44/995.08	c   974s| 44200 | 44103 |  3405k|  77.0 |  1051M |  81 |6225 |6411 |6306 | 212k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
994.01/997.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
994.01/997.62	c   976s| 44300 | 44203 |  3415k|  77.0 |  1051M |  81 |6225 |6408 |6377 | 212k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
996.00/999.69	c   978s| 44400 | 44303 |  3424k|  77.1 |  1051M |  81 |6225 |6406 |6384 | 213k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
998.29/1002.01	c   981s| 44500 | 44403 |  3436k|  77.1 |  1052M |  81 |6225 |6400 |6363 | 213k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1000.40/1004.04	c   983s| 44600 | 44503 |  3448k|  77.2 |  1053M |  81 |6225 |6399 |6405 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1002.28/1005.91	c   985s| 44700 | 44603 |  3456k|  77.3 |  1055M |  81 |6225 |6399 |6385 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1004.17/1007.87	c   987s| 44800 | 44703 |  3465k|  77.3 |  1055M |  81 |6225 |6396 |6363 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1006.48/1010.17	c   989s| 44900 | 44803 |  3477k|  77.4 |  1056M |  81 |6225 |6396 |6387 | 215k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1008.26/1011.91	c   991s| 45000 | 44903 |  3486k|  77.4 |  1057M |  81 |6225 |6394 |6318 | 215k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1010.47/1014.18	c   993s| 45100 | 45003 |  3499k|  77.5 |  1057M |  81 |6225 |6392 |6409 | 216k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1012.46/1016.19	c   995s| 45200 | 45103 |  3511k|  77.6 |  1057M |  81 |6225 |6404 |6399 | 216k|  1 |2788 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1015.13/1018.88	c   998s| 45300 | 45203 |  3523k|  77.7 |  1057M |  81 |6225 |6401 |6310 | 217k|  1 |2788 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1017.45/1021.18	c  1000s| 45400 | 45303 |  3535k|  77.8 |  1063M |  81 |6225 |6403 |6426 | 217k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1017.53/1021.20	c 
1017.53/1021.20	c SCIP Status        : solving was interrupted [time limit reached]
1017.53/1021.20	c Solving Time (sec) : 1000.00
1017.53/1021.20	c Solving Nodes      : 45401
1017.53/1021.20	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1017.53/1021.20	c Dual Bound         : -1.01368773333333e+05
1017.53/1021.20	c Gap                : infinite
1017.53/1021.20	c SCIP status: 23 (TIMELIMIT)
1017.53/1021.20	c SCIP LP bound tightened UB: 42988600 -> 42983188
1017.53/1021.20	c pb_solver_status: sst_unknown
1017.53/1021.20	c LB_goalvalue: 0
1017.53/1021.20	c UB_goalvalue: 42983188
1017.53/1021.20	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1017.53/1021.20	c SCIP returned: sst_unknown
1017.53/1021.20	c SCIP primal LB: -oo, dual UB: 42983188
1017.53/1021.20	c assumptions: 
1017.53/1021.20	c invoking solver with time budget: 5.000000
1023.32/1027.09	c sat_solver_result: sst_unknown
1023.32/1027.09	c SAT solver timed out; proceeding to cooperative SCIP call
1023.32/1027.09	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 42983188
1023.32/1027.09	c scip solving with time budget: 1400.000000
1023.32/1027.09	c solveScip
1023.32/1027.09	c initScipForCoop
1023.32/1027.09	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1023.32/1027.09	c SCIPfreeTransform due to timeout and having shadow nodes
1023.32/1027.09	c forcing SCIPfreeTransform before solve
1023.80/1027.50	c Running SCIP presolve for solve-time propagation (rounds=3)
1023.80/1027.51	c presolving:
1023.80/1027.52	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
1023.80/1027.54	c    (0.0s) running MILP presolver
1023.80/1027.56	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1023.80/1027.57	c (round 2, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
1024.00/1027.75	c    (0.2s) probing: 51/6225 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1024.00/1027.75	c    (0.2s) probing aborted: 50/50 successive totally useless probings
1024.10/1027.84	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1024.10/1027.84	c  0 deleted vars, 152 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 75 changed sides, 150 changed coefficients
1024.10/1027.84	c  0 implications, 302 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1024.10/1027.84	c presolved problem has 6225 variables (6225 bin, 0 int, 0 cont) and 5852 constraints
1024.10/1027.84	c    5625 constraints of type <knapsack>
1024.10/1027.84	c     152 constraints of type <setppc>
1024.10/1027.84	c      75 constraints of type <logicor>
1024.10/1027.84	c transformed objective value is always integral (scale: 1)
1024.10/1027.84	c Presolving Time: 0.33
1024.10/1027.86	c presolving:
1024.10/1027.87	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
1024.10/1027.89	c    (0.0s) running MILP presolver
1024.20/1027.91	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1024.20/1027.92	c (round 2, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
1024.20/1027.94	c (round 3, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
1024.20/1027.96	c (round 4, medium)     0 del vars, 152 del conss, 150 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
1024.20/1027.96	c (round 5, fast)       0 del vars, 227 del conss, 225 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
1024.42/1028.12	c    (0.3s) probing: 51/6225 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1024.42/1028.12	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1024.50/1028.21	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1024.50/1028.23	c    (0.4s) no symmetry present (symcode time: 0.00)
1024.50/1028.23	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
1024.50/1028.23	c  0 deleted vars, 227 deleted constraints, 225 added constraints, 0 tightened bounds, 0 added holes, 225 changed sides, 450 changed coefficients
1024.50/1028.23	c  0 implications, 302 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1024.50/1028.23	c presolved problem has 6225 variables (6225 bin, 0 int, 0 cont) and 6002 constraints
1024.50/1028.23	c    5550 constraints of type <knapsack>
1024.50/1028.23	c     302 constraints of type <setppc>
1024.50/1028.23	c     150 constraints of type <logicor>
1024.50/1028.23	c transformed objective value is always integral (scale: 1)
1024.50/1028.23	c Presolving Time: 0.37
1024.50/1028.23	c 
1024.60/1028.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1024.60/1028.37	c   0.5s|     1 |     0 |   491 |     - |   786M |   0 |6225 |6260 |6002 |   0 |  0 | 257 |   0 |-7.766339e+04 |      --      |    Inf | unknown
1025.00/1028.74	c   0.9s|     1 |     0 |  2175 |     - |   787M |   0 |6225 |6260 |6078 |  76 |  1 | 257 |   0 |-8.583652e+04 |      --      |    Inf | unknown
1025.10/1028.85	c   1.0s|     1 |     0 |  2282 |     - |   787M |   0 |6225 |6260 |6130 | 128 |  2 | 257 |   0 |-8.643980e+04 |      --      |    Inf | unknown
1025.20/1028.97	c   1.1s|     1 |     0 |  2365 |     - |   788M |   0 |6225 |6260 |6178 | 176 |  3 | 257 |   0 |-8.677402e+04 |      --      |    Inf | unknown
1025.32/1029.09	c   1.2s|     1 |     0 |  2489 |     - |   789M |   0 |6225 |6260 |6218 | 216 |  4 | 257 |   0 |-8.800148e+04 |      --      |    Inf | unknown
1025.50/1029.24	c   1.4s|     1 |     0 |  2639 |     - |   789M |   0 |6225 |6260 |6263 | 261 |  5 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
1025.60/1029.37	c   1.5s|     1 |     0 |  2708 |     - |   791M |   0 |6225 |6260 |6301 | 299 |  6 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
1025.70/1029.49	c   1.6s|     1 |     0 |  2784 |     - |   792M |   0 |6225 |6260 |6337 | 335 |  7 | 257 |   0 |-8.855161e+04 |      --      |    Inf | unknown
1025.89/1029.62	c   1.8s|     1 |     0 |  2857 |     - |   792M |   0 |6225 |6260 |6372 | 370 |  8 | 257 |   0 |-8.884121e+04 |      --      |    Inf | unknown
1025.99/1029.78	c   1.9s|     1 |     0 |  2916 |     - |   792M |   0 |6225 |6260 |6405 | 403 |  9 | 257 |   0 |-8.898848e+04 |      --      |    Inf | unknown
1026.19/1029.95	c   2.1s|     1 |     0 |  3030 |     - |   793M |   0 |6225 |6260 |6441 | 439 | 10 | 257 |   0 |-8.945556e+04 |      --      |    Inf | unknown
1026.31/1030.02	c   2.2s|     1 |     0 |  3117 |     - |   793M |   0 |6225 |6261 |6446 | 469 | 11 | 258 |   0 |-8.946724e+04 |      --      |    Inf | unknown
1026.31/1030.08	c   2.2s|     1 |     0 |  3173 |     - |   793M |   0 |6225 |6261 |6473 | 496 | 12 | 258 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.41/1030.14	c   2.3s|     1 |     0 |  3221 |     - |   793M |   0 |6225 |6262 |6499 | 522 | 13 | 259 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.49/1030.20	c   2.3s|     1 |     0 |  3270 |     - |   793M |   0 |6225 |6263 |6524 | 547 | 14 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.49/1030.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1026.49/1030.26	c   2.4s|     1 |     0 |  3308 |     - |   793M |   0 |6225 |6263 |6550 | 573 | 15 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.59/1030.32	c   2.5s|     1 |     0 |  3363 |     - |   793M |   0 |6225 |6263 |6571 | 594 | 16 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.59/1030.39	c   2.5s|     1 |     0 |  3402 |     - |   793M |   0 |6225 |6263 |6443 | 614 | 17 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.69/1030.44	c   2.6s|     1 |     0 |  3432 |     - |   793M |   0 |6225 |6264 |6458 | 629 | 18 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.79/1030.50	c   2.7s|     1 |     0 |  3478 |     - |   793M |   0 |6225 |6264 |6475 | 646 | 19 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.79/1030.55	c   2.7s|     1 |     0 |  3523 |     - |   793M |   0 |6225 |6266 |6487 | 658 | 20 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1026.89/1030.61	c   2.8s|     1 |     0 |  3573 |     - |   793M |   0 |6225 |6266 |6503 | 674 | 21 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
1029.08/1032.86	c   5.0s|     1 |     2 |  6794 |     - |   793M |   0 |6225 |6275 |6503 | 674 | 21 | 272 |  25 |-9.018234e+04 |      --      |    Inf | unknown
1044.53/1048.33	c  20.5s|   100 |   101 | 13609 | 103.2 |   793M |  18 |6225 |6303 |6269 |1153 |  1 | 301 |1285 |-9.595584e+04 |      --      |    Inf | unknown
1052.60/1056.40	c  28.5s|   200 |   199 | 21571 |  91.4 |   797M |  24 |6225 |6339 |6279 |1750 |  1 | 338 |1949 |-9.722440e+04 |      --      |    Inf | unknown
1058.97/1062.82	c  35.0s|   300 |   297 | 26687 |  77.9 |   796M |  29 |6225 |6389 |6291 |2048 |  1 | 390 |2258 |-9.756977e+04 |      --      |    Inf | unknown
1062.36/1066.23	c  38.4s|   400 |   397 | 32045 |  71.8 |   730M |  31 |6225 |6399 |6299 |2351 |  2 | 401 |2436 |-9.760952e+04 |      --      |    Inf | unknown
1065.45/1069.31	c  41.5s|   500 |   495 | 36552 |  66.5 |   730M |  40 |6225 |6400 |6358 |2678 |  3 | 404 |2576 |-9.763974e+04 |      --      |    Inf | unknown
1068.34/1072.25	c  44.4s|   600 |   593 | 45834 |  70.9 |   730M |  41 |6225 |6443 |6285 |2882 |  1 | 447 |2657 |-9.763974e+04 |      --      |    Inf | unknown
1071.15/1075.06	c  47.2s|   700 |   691 | 50501 |  67.4 |   730M |  41 |6225 |6477 |6292 |3256 |  1 | 482 |2752 |-9.771412e+04 |      --      |    Inf | unknown
1073.62/1077.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1073.62/1077.51	c  49.7s|   800 |   785 | 56085 |  65.9 |   730M |  43 |6225 |6535 |6285 |3562 |  1 | 542 |2825 |-9.771412e+04 |      --      |    Inf | unknown
1076.31/1080.24	c  52.4s|   900 |   885 | 61764 |  64.9 |   730M |  43 |6225 |6565 |6301 |3913 |  1 | 574 |2885 |-9.771412e+04 |      --      |    Inf | unknown
1078.30/1082.26	c  54.4s|  1000 |   973 | 66324 |  63.0 |   730M |  43 |6225 |6652 |6293 |4138 |  1 | 661 |2942 |-9.771719e+04 |      --      |    Inf | unknown
1080.30/1084.24	c  56.4s|  1100 |  1069 | 71541 |  62.0 |   730M |  43 |6225 |6671 |6293 |4357 |  1 | 681 |2986 |-9.771719e+04 |      --      |    Inf | unknown
1084.20/1088.19	c  60.3s|  1200 |  1167 | 87458 |  70.1 |   730M |  43 |6225 |6704 |6284 |4897 |  1 | 716 |3019 |-9.771719e+04 |      --      |    Inf | unknown
1086.87/1090.86	c  63.0s|  1300 |  1267 | 93980 |  69.7 |   730M |  45 |6225 |6745 |6341 |5374 |  1 | 760 |3061 |-9.771719e+04 |      --      |    Inf | unknown
1089.76/1093.79	c  65.9s|  1400 |  1367 |102710 |  71.0 |   733M |  45 |6225 |6773 |6311 |5806 |  1 | 791 |3103 |-9.771719e+04 |      --      |    Inf | unknown
1093.07/1097.09	c  69.2s|  1500 |  1465 |109739 |  70.9 |   733M |  45 |6225 |6805 |6317 |6329 |  1 | 836 |3196 |-9.783368e+04 |      --      |    Inf | unknown
1096.64/1100.63	c  72.8s|  1600 |  1565 |117999 |  71.7 |   736M |  45 |6225 |6855 |6296 |6776 |  1 | 902 |3285 |-9.784049e+04 |      --      |    Inf | unknown
1099.53/1103.51	c  75.7s|  1700 |  1665 |124367 |  71.2 |   736M |  45 |6225 |6869 |6316 |7255 |  2 | 942 |3345 |-9.784285e+04 |      --      |    Inf | unknown
1102.32/1106.39	c  78.5s|  1800 |  1765 |129355 |  70.0 |   738M |  45 |6225 |6904 |6286 |7664 |  1 | 993 |3399 |-9.785945e+04 |      --      |    Inf | unknown
1105.30/1109.34	c  81.5s|  1900 |  1865 |136431 |  70.1 |   738M |  45 |6225 |6903 |6283 |8237 |  1 |1006 |3432 |-9.787813e+04 |      --      |    Inf | unknown
1107.90/1112.00	c  84.2s|  2000 |  1965 |141457 |  69.1 |   741M |  45 |6225 |6941 |6328 |8615 |  2 |1062 |3449 |-9.787813e+04 |      --      |    Inf | unknown
1109.69/1113.75	c  85.9s|  2100 |  2065 |145967 |  67.9 |   741M |  45 |6225 |6986 |6331 |9025 |  1 |1122 |3482 |-9.793877e+04 |      --      |    Inf | unknown
1112.00/1116.10	c  88.3s|  2200 |  2161 |150119 |  66.7 |   743M |  45 |6225 |7009 |6317 |9462 |  1 |1159 |3516 |-9.801275e+04 |      --      |    Inf | unknown
1113.48/1117.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1113.48/1117.54	c  89.7s|  2300 |  2261 |154216 |  65.6 |   744M |  45 |6225 |7001 |6317 |9938 |  1 |1159 |3528 |-9.801275e+04 |      --      |    Inf | unknown
1115.47/1119.53	c  91.7s|  2400 |  2361 |160628 |  65.5 |   745M |  45 |6225 |7006 |6341 |  10k|  3 |1178 |3537 |-9.808691e+04 |      --      |    Inf | unknown
1116.56/1120.68	c  92.8s|  2500 |  2459 |164979 |  64.7 |   746M |  45 |6225 |7008 |6301 |  10k|  1 |1188 |3549 |-9.838090e+04 |      --      |    Inf | unknown
1118.08/1122.13	c  94.3s|  2600 |  2559 |171460 |  64.7 |   746M |  45 |6225 |7038 |6301 |  11k|  1 |1230 |3553 |-9.870574e+04 |      --      |    Inf | unknown
1119.45/1123.52	c  95.7s|  2700 |  2659 |175648 |  63.8 |   746M |  45 |6225 |7032 |6327 |  11k|  1 |1230 |3561 |-9.870859e+04 |      --      |    Inf | unknown
1120.85/1124.90	c  97.1s|  2800 |  2759 |180203 |  63.2 |   746M |  45 |6225 |7011 |6341 |  12k|  1 |1230 |3568 |-9.879565e+04 |      --      |    Inf | unknown
1121.74/1125.85	c  98.0s|  2900 |  2855 |183733 |  62.2 |   746M |  45 |6225 |7025 |6320 |  12k|  1 |1250 |3577 |-9.879565e+04 |      --      |    Inf | unknown
1122.96/1127.04	c  99.2s|  3000 |  2949 |187208 |  61.3 |   746M |  45 |6225 |7038 |6353 |  12k|  1 |1276 |3588 |-9.879565e+04 |      --      |    Inf | unknown
1124.83/1128.97	c   101s|  3100 |  3049 |191796 |  60.8 |   746M |  45 |6225 |7026 |6305 |  13k|  1 |1276 |3597 |-9.879565e+04 |      --      |    Inf | unknown
1126.53/1130.65	c   103s|  3200 |  3147 |196844 |  60.5 |   746M |  45 |6225 |7027 |6322 |  14k|  1 |1286 |3604 |-9.879565e+04 |      --      |    Inf | unknown
1128.32/1132.49	c   105s|  3300 |  3247 |201381 |  60.0 |   748M |  45 |6225 |7013 |6317 |  14k|  1 |1286 |3611 |-9.891943e+04 |      --      |    Inf | unknown
1130.03/1134.12	c   106s|  3400 |  3347 |205449 |  59.4 |   749M |  45 |6225 |7011 |6350 |  15k|  1 |1286 |3613 |-9.891943e+04 |      --      |    Inf | unknown
1131.71/1135.87	c   108s|  3500 |  3447 |209989 |  59.0 |   750M |  45 |6225 |7006 |6360 |  15k|  1 |1286 |3616 |-9.892828e+04 |      --      |    Inf | unknown
1133.80/1137.97	c   110s|  3600 |  3545 |215165 |  58.8 |   752M |  45 |6225 |7005 |6332 |  16k|  1 |1290 |3625 |-9.898664e+04 |      --      |    Inf | unknown
1135.29/1139.43	c   112s|  3700 |  3645 |218886 |  58.3 |   752M |  45 |6225 |6994 |6303 |  16k|  1 |1290 |3643 |-9.898664e+04 |      --      |    Inf | unknown
1136.39/1140.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1136.39/1140.59	c   113s|  3800 |  3743 |222346 |  57.6 |   752M |  45 |6225 |7016 |6280 |  17k|  1 |1319 |3671 |-9.898664e+04 |      --      |    Inf | unknown
1138.28/1142.40	c   115s|  3900 |  3841 |226976 |  57.3 |   752M |  45 |6225 |7018 |6308 |  17k|  1 |1324 |3712 |-9.898922e+04 |      --      |    Inf | unknown
1140.28/1144.46	c   117s|  4000 |  3941 |230978 |  56.9 |   753M |  45 |6225 |7009 |6338 |  18k|  1 |1324 |3754 |-9.898922e+04 |      --      |    Inf | unknown
1142.77/1146.98	c   119s|  4100 |  4041 |235604 |  56.7 |   753M |  45 |6225 |7001 |6314 |  18k|  1 |1324 |3807 |-9.898922e+04 |      --      |    Inf | unknown
1144.76/1149.01	c   121s|  4200 |  4135 |239892 |  56.3 |   754M |  45 |6225 |7018 |6297 |  19k|  1 |1349 |3885 |-9.898922e+04 |      --      |    Inf | unknown
1146.55/1150.77	c   123s|  4300 |  4235 |244166 |  56.0 |   754M |  45 |6225 |7015 |6317 |  19k|  1 |1349 |3948 |-9.898922e+04 |      --      |    Inf | unknown
1148.35/1152.57	c   125s|  4400 |  4335 |247999 |  55.6 |   754M |  45 |6225 |7008 |6296 |  20k|  1 |1351 |3987 |-9.898922e+04 |      --      |    Inf | unknown
1150.14/1154.36	c   127s|  4500 |  4433 |252878 |  55.5 |   754M |  45 |6225 |7011 |6277 |  20k|  1 |1360 |4022 |-9.898922e+04 |      --      |    Inf | unknown
1151.85/1156.01	c   128s|  4600 |  4531 |257216 |  55.2 |   754M |  45 |6225 |7012 |6315 |  21k|  1 |1365 |4049 |-9.901496e+04 |      --      |    Inf | unknown
1153.33/1157.58	c   130s|  4700 |  4629 |261409 |  54.9 |   755M |  45 |6225 |7009 |6295 |  21k|  1 |1366 |4075 |-9.906223e+04 |      --      |    Inf | unknown
1154.94/1159.19	c   131s|  4800 |  4729 |265449 |  54.6 |   755M |  45 |6225 |7001 |6342 |  21k|  1 |1369 |4110 |-9.906223e+04 |      --      |    Inf | unknown
1157.83/1162.08	c   134s|  4900 |  4829 |273627 |  55.2 |   756M |  45 |6225 |6997 |6338 |  22k|  1 |1369 |4130 |-9.948303e+04 |      --      |    Inf | unknown
1159.82/1164.06	c   136s|  5000 |  4929 |278379 |  55.0 |   756M |  45 |6225 |6988 |6322 |  23k|  1 |1369 |4141 |-9.958917e+04 |      --      |    Inf | unknown
1161.50/1165.70	c   138s|  5100 |  5027 |282430 |  54.7 |   756M |  45 |6225 |6982 |6294 |  23k|  1 |1374 |4145 |-9.958917e+04 |      --      |    Inf | unknown
1162.81/1167.06	c   139s|  5200 |  5127 |286218 |  54.4 |   756M |  45 |6225 |6907 |6272 |  23k|  1 |1377 |4162 |-9.958917e+04 |      --      |    Inf | unknown
1164.39/1168.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1164.39/1168.64	c   141s|  5300 |  5227 |290879 |  54.3 |   757M |  45 |6225 |6912 |6336 |  24k|  3 |1388 |4180 |-9.958917e+04 |      --      |    Inf | unknown
1165.58/1169.89	c   142s|  5400 |  5327 |295801 |  54.2 |   758M |  45 |6225 |6921 |6325 |  24k|  1 |1399 |4198 |-9.958917e+04 |      --      |    Inf | unknown
1167.58/1171.84	c   144s|  5500 |  5425 |300803 |  54.1 |   758M |  45 |6225 |6913 |6335 |  25k|  1 |1409 |4212 |-1.000276e+05 |      --      |    Inf | unknown
1169.17/1173.47	c   146s|  5600 |  5525 |305575 |  54.0 |   759M |  45 |6225 |6931 |6331 |  25k|  1 |1440 |4218 |-1.001111e+05 |      --      |    Inf | unknown
1171.06/1175.30	c   147s|  5700 |  5625 |310004 |  53.8 |   759M |  45 |6225 |6929 |6342 |  26k|  1 |1440 |4229 |-1.001111e+05 |      --      |    Inf | unknown
1172.96/1177.26	c   149s|  5800 |  5723 |314188 |  53.6 |   759M |  45 |6225 |6922 |6288 |  26k|  1 |1443 |4232 |-1.003067e+05 |      --      |    Inf | unknown
1174.95/1179.27	c   151s|  5900 |  5823 |319199 |  53.5 |   760M |  45 |6225 |6918 |6327 |  27k|  1 |1443 |4242 |-1.004369e+05 |      --      |    Inf | unknown
1177.04/1181.36	c   154s|  6000 |  5923 |324311 |  53.5 |   760M |  45 |6225 |6926 |6331 |  27k|  1 |1453 |4253 |-1.004369e+05 |      --      |    Inf | unknown
1178.75/1183.06	c   155s|  6100 |  6021 |329161 |  53.4 |   762M |  45 |6225 |6944 |6354 |  28k|  1 |1474 |4261 |-1.004369e+05 |      --      |    Inf | unknown
1180.75/1185.10	c   157s|  6200 |  6121 |334235 |  53.4 |   762M |  45 |6225 |6940 |6391 |  29k|  3 |1474 |4270 |-1.005037e+05 |      --      |    Inf | unknown
1182.42/1186.76	c   159s|  6300 |  6221 |338604 |  53.2 |   762M |  49 |6225 |6936 |6360 |  29k|  1 |1474 |4275 |-1.005037e+05 |      --      |    Inf | unknown
1184.51/1188.89	c   161s|  6400 |  6321 |343285 |  53.1 |   762M |  49 |6225 |6939 |6310 |  30k|  1 |1477 |4284 |-1.005037e+05 |      --      |    Inf | unknown
1186.21/1190.54	c   163s|  6500 |  6421 |346464 |  52.8 |   762M |  55 |6225 |6925 |6355 |  30k|  1 |1477 |4303 |-1.005037e+05 |      --      |    Inf | unknown
1188.30/1192.64	c   165s|  6600 |  6521 |351737 |  52.8 |   762M |  55 |6225 |6924 |6324 |  30k|  1 |1477 |4306 |-1.005366e+05 |      --      |    Inf | unknown
1190.29/1194.64	c   167s|  6700 |  6621 |356833 |  52.8 |   762M |  55 |6225 |6922 |6410 |  31k|  6 |1477 |4313 |-1.005366e+05 |      --      |    Inf | unknown
1192.49/1196.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1192.49/1196.89	c   169s|  6800 |  6721 |362460 |  52.8 |   765M |  55 |6225 |6952 |6298 |  32k|  1 |1509 |4326 |-1.005366e+05 |      --      |    Inf | unknown
1194.38/1198.70	c   171s|  6900 |  6821 |366485 |  52.6 |   765M |  55 |6225 |6950 |6404 |  32k|  1 |1509 |4326 |-1.005366e+05 |      --      |    Inf | unknown
1196.07/1200.45	c   173s|  7000 |  6921 |370413 |  52.4 |   765M |  61 |6225 |6944 |6371 |  32k|  1 |1509 |4337 |-1.005366e+05 |      --      |    Inf | unknown
1198.26/1202.60	c   175s|  7100 |  7021 |374832 |  52.3 |   767M |  61 |6225 |6954 |6343 |  33k|  1 |1522 |4351 |-1.005366e+05 |      --      |    Inf | unknown
1199.96/1204.33	c   176s|  7200 |  7121 |379283 |  52.2 |   767M |  65 |6225 |6953 |6356 |  33k|  1 |1522 |4359 |-1.005366e+05 |      --      |    Inf | unknown
1201.66/1206.10	c   178s|  7300 |  7221 |384057 |  52.2 |   767M |  65 |6225 |6956 |6438 |  34k|  1 |1525 |4380 |-1.005366e+05 |      --      |    Inf | unknown
1203.66/1208.04	c   180s|  7400 |  7321 |389964 |  52.2 |   767M |  65 |6225 |6990 |6368 |  34k|  1 |1561 |4390 |-1.005366e+05 |      --      |    Inf | unknown
1205.44/1209.82	c   182s|  7500 |  7421 |394300 |  52.1 |   769M |  65 |6225 |6985 |6389 |  35k|  1 |1561 |4393 |-1.005366e+05 |      --      |    Inf | unknown
1206.65/1211.09	c   183s|  7600 |  7521 |398232 |  52.0 |   769M |  65 |6225 |6984 |6328 |  35k|  1 |1561 |4397 |-1.005366e+05 |      --      |    Inf | unknown
1208.74/1213.17	c   185s|  7700 |  7621 |403069 |  51.9 |   770M |  65 |6225 |6981 |6341 |  36k|  1 |1561 |4414 |-1.005366e+05 |      --      |    Inf | unknown
1210.92/1215.31	c   187s|  7800 |  7721 |406391 |  51.7 |   771M |  65 |6225 |6978 |6356 |  36k|  1 |1561 |4418 |-1.005366e+05 |      --      |    Inf | unknown
1212.81/1217.23	c   189s|  7900 |  7821 |411296 |  51.6 |   773M |  69 |6225 |6974 |6302 |  37k|  1 |1561 |4438 |-1.005366e+05 |      --      |    Inf | unknown
1214.90/1219.36	c   192s|  8000 |  7921 |416738 |  51.7 |   774M |  69 |6225 |6994 |6313 |  37k|  1 |1582 |4449 |-1.005366e+05 |      --      |    Inf | unknown
1216.90/1221.33	c   193s|  8100 |  8021 |421433 |  51.6 |   780M |  69 |6225 |6993 |6433 |  38k|  1 |1582 |4452 |-1.005366e+05 |      --      |    Inf | unknown
1218.79/1223.28	c   195s|  8200 |  8121 |427015 |  51.7 |   781M |  69 |6225 |6979 |6364 |  38k|  1 |1582 |4465 |-1.005366e+05 |      --      |    Inf | unknown
1220.60/1225.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1220.60/1225.08	c   197s|  8300 |  8221 |431907 |  51.6 |   781M |  69 |6225 |6977 |6356 |  39k|  1 |1582 |4475 |-1.005366e+05 |      --      |    Inf | unknown
1222.77/1227.21	c   199s|  8400 |  8321 |437669 |  51.7 |   782M |  69 |6225 |6973 |6296 |  39k|  1 |1582 |4495 |-1.005366e+05 |      --      |    Inf | unknown
1226.06/1230.55	c   203s|  8500 |  8421 |450467 |  52.6 |   786M |  69 |6225 |7006 |6301 |  40k|  1 |1624 |4521 |-1.005366e+05 |      --      |    Inf | unknown
1227.86/1232.36	c   205s|  8600 |  8521 |455075 |  52.5 |   786M |  69 |6225 |7002 |6380 |  40k|  1 |1624 |4527 |-1.005366e+05 |      --      |    Inf | unknown
1230.35/1234.84	c   207s|  8700 |  8621 |459305 |  52.4 |   786M |  69 |6225 |7011 |6348 |  41k|  1 |1634 |4557 |-1.005366e+05 |      --      |    Inf | unknown
1231.74/1236.26	c   208s|  8800 |  8721 |463741 |  52.3 |   786M |  69 |6225 |7011 |6337 |  41k|  1 |1634 |4559 |-1.005366e+05 |      --      |    Inf | unknown
1233.55/1238.04	c   210s|  8900 |  8821 |467532 |  52.2 |   789M |  69 |6225 |7010 |6302 |  41k|  1 |1634 |4578 |-1.005366e+05 |      --      |    Inf | unknown
1235.93/1240.49	c   213s|  9000 |  8921 |473764 |  52.3 |   791M |  69 |6225 |7011 |6377 |  42k|  1 |1646 |4593 |-1.005366e+05 |      --      |    Inf | unknown
1237.42/1241.96	c   214s|  9100 |  9021 |477395 |  52.1 |   792M |  69 |6225 |7003 |6332 |  42k|  1 |1646 |4601 |-1.005366e+05 |      --      |    Inf | unknown
1239.12/1243.65	c   216s|  9200 |  9121 |482037 |  52.0 |   792M |  69 |6225 |7001 |6328 |  43k|  1 |1646 |4604 |-1.005366e+05 |      --      |    Inf | unknown
1241.52/1246.04	c   218s|  9300 |  9221 |486570 |  52.0 |   795M |  69 |6225 |6999 |6323 |  43k|  1 |1646 |4622 |-1.005366e+05 |      --      |    Inf | unknown
1243.30/1247.86	c   220s|  9400 |  9321 |491421 |  51.9 |   795M |  69 |6225 |6996 |6321 |  44k|  2 |1646 |4627 |-1.005366e+05 |      --      |    Inf | unknown
1245.51/1250.04	c   222s|  9500 |  9421 |496624 |  51.9 |   797M |  69 |6225 |7014 |6409 |  45k|  1 |1664 |4631 |-1.005366e+05 |      --      |    Inf | unknown
1247.50/1252.04	c   224s|  9600 |  9521 |501659 |  51.9 |   800M |  69 |6225 |7012 |6359 |  45k|  1 |1664 |4633 |-1.005366e+05 |      --      |    Inf | unknown
1249.18/1253.76	c   226s|  9700 |  9621 |506139 |  51.8 |   801M |  69 |6225 |7028 |6336 |  46k|  1 |1685 |4638 |-1.005366e+05 |      --      |    Inf | unknown
1251.17/1255.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1251.17/1255.70	c   228s|  9800 |  9719 |510387 |  51.7 |   802M |  69 |6225 |7027 |6341 |  46k|  1 |1695 |4648 |-1.005366e+05 |      --      |    Inf | unknown
1253.07/1257.65	c   230s|  9900 |  9819 |515055 |  51.7 |   803M |  69 |6225 |7024 |6385 |  46k|  1 |1695 |4651 |-1.005368e+05 |      --      |    Inf | unknown
1254.76/1259.30	c   231s| 10000 |  9919 |518827 |  51.5 |   803M |  69 |6225 |7019 |6365 |  47k|  1 |1695 |4651 |-1.005368e+05 |      --      |    Inf | unknown
1256.95/1261.50	c   234s| 10100 | 10019 |524984 |  51.6 |   803M |  69 |6225 |7023 |6352 |  47k|  1 |1705 |4659 |-1.006003e+05 |      --      |    Inf | unknown
1259.24/1263.86	c   236s| 10200 | 10119 |530577 |  51.7 |   806M |  69 |6225 |7022 |6324 |  48k|  1 |1705 |4663 |-1.006887e+05 |      --      |    Inf | unknown
1261.04/1265.67	c   238s| 10300 | 10219 |534801 |  51.6 |   808M |  69 |6225 |7022 |6282 |  48k|  1 |1705 |4669 |-1.006887e+05 |      --      |    Inf | unknown
1262.93/1267.58	c   240s| 10400 | 10319 |539352 |  51.5 |   808M |  73 |6225 |7022 |6432 |  49k|  3 |1707 |4682 |-1.006887e+05 |      --      |    Inf | unknown
1265.03/1269.67	c   242s| 10500 | 10419 |544953 |  51.6 |   810M |  73 |6225 |7014 |6313 |  49k|  1 |1707 |4698 |-1.006911e+05 |      --      |    Inf | unknown
1267.12/1271.75	c   244s| 10600 | 10517 |550763 |  51.6 |   810M |  73 |6225 |7043 |6445 |  50k|  2 |1738 |4713 |-1.006911e+05 |      --      |    Inf | unknown
1269.12/1273.75	c   246s| 10700 | 10617 |554611 |  51.5 |   810M |  73 |6225 |7043 |6333 |  50k|  1 |1738 |4724 |-1.006911e+05 |      --      |    Inf | unknown
1272.10/1276.73	c   249s| 10800 | 10715 |562360 |  51.8 |   810M |  73 |6225 |7056 |6316 |  51k|  1 |1758 |4727 |-1.006911e+05 |      --      |    Inf | unknown
1274.20/1278.81	c   251s| 10900 | 10815 |566548 |  51.7 |   812M |  73 |6225 |7056 |6404 |  51k|  3 |1758 |4728 |-1.008443e+05 |      --      |    Inf | unknown
1275.59/1280.20	c   252s| 11000 | 10915 |570552 |  51.6 |   812M |  73 |6225 |7052 |6345 |  52k|  1 |1758 |4730 |-1.008443e+05 |      --      |    Inf | unknown
1277.68/1282.34	c   254s| 11100 | 11015 |574690 |  51.5 |   812M |  73 |6225 |7047 |6300 |  52k|  1 |1758 |4743 |-1.008668e+05 |      --      |    Inf | unknown
1279.58/1284.20	c   256s| 11200 | 11115 |578850 |  51.4 |   812M |  73 |6225 |7045 |6384 |  53k|  1 |1758 |4752 |-1.008668e+05 |      --      |    Inf | unknown
1281.57/1286.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1281.57/1286.28	c   258s| 11300 | 11213 |583723 |  51.4 |   813M |  73 |6225 |7054 |6346 |  53k|  1 |1768 |4758 |-1.009057e+05 |      --      |    Inf | unknown
1283.86/1288.50	c   261s| 11400 | 11313 |588784 |  51.4 |   813M |  73 |6225 |7053 |6362 |  54k|  1 |1768 |4761 |-1.009057e+05 |      --      |    Inf | unknown
1285.65/1290.32	c   262s| 11500 | 11413 |593460 |  51.3 |   813M |  73 |6225 |7061 |6381 |  54k|  1 |1778 |4779 |-1.009057e+05 |      --      |    Inf | unknown
1287.36/1292.05	c   264s| 11600 | 11513 |598152 |  51.3 |   814M |  73 |6225 |7056 |6334 |  55k|  1 |1778 |4787 |-1.009057e+05 |      --      |    Inf | unknown
1289.14/1293.83	c   266s| 11700 | 11613 |602773 |  51.2 |   814M |  73 |6225 |7067 |6400 |  55k|  1 |1793 |4787 |-1.009057e+05 |      --      |    Inf | unknown
1290.54/1295.23	c   267s| 11800 | 11713 |606847 |  51.1 |   814M |  73 |6225 |7054 |6366 |  55k|  1 |1793 |4787 |-1.009057e+05 |      --      |    Inf | unknown
1293.13/1297.83	c   270s| 11900 | 11813 |612749 |  51.2 |   814M |  73 |6225 |7051 |6368 |  56k|  1 |1793 |4794 |-1.009057e+05 |      --      |    Inf | unknown
1294.92/1299.69	c   272s| 12000 | 11913 |619008 |  51.3 |   814M |  73 |6225 |7048 |6356 |  56k|  1 |1793 |4811 |-1.009057e+05 |      --      |    Inf | unknown
1296.33/1301.08	c   273s| 12100 | 12013 |622341 |  51.2 |   814M |  73 |6225 |7046 |6317 |  57k|  1 |1793 |4818 |-1.009057e+05 |      --      |    Inf | unknown
1298.21/1302.97	c   275s| 12200 | 12113 |626564 |  51.1 |   814M |  73 |6225 |7055 |6289 |  57k|  1 |1804 |4836 |-1.009057e+05 |      --      |    Inf | unknown
1300.10/1304.83	c   277s| 12300 | 12213 |631765 |  51.1 |   815M |  73 |6225 |7049 |6372 |  58k|  1 |1804 |4843 |-1.009057e+05 |      --      |    Inf | unknown
1301.60/1306.33	c   278s| 12400 | 12313 |636959 |  51.1 |   815M |  73 |6225 |7057 |6331 |  58k|  1 |1819 |4852 |-1.009057e+05 |      --      |    Inf | unknown
1302.89/1307.66	c   280s| 12500 | 12413 |641369 |  51.0 |   816M |  73 |6225 |7057 |6395 |  59k|  4 |1819 |4852 |-1.009057e+05 |      --      |    Inf | unknown
1303.99/1308.79	c   281s| 12600 | 12513 |645021 |  50.9 |   816M |  73 |6225 |7056 |6339 |  59k|  1 |1819 |4854 |-1.009057e+05 |      --      |    Inf | unknown
1305.78/1310.50	c   283s| 12700 | 12613 |649953 |  50.9 |   816M |  73 |6225 |7055 |6353 |  60k|  1 |1819 |4863 |-1.009057e+05 |      --      |    Inf | unknown
1307.87/1312.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1307.87/1312.67	c   285s| 12800 | 12713 |654410 |  50.9 |   816M |  73 |6225 |7051 |6405 |  60k|  1 |1819 |4867 |-1.009057e+05 |      --      |    Inf | unknown
1310.28/1315.10	c   287s| 12900 | 12813 |660496 |  50.9 |   816M |  73 |6225 |7047 |6399 |  61k|  6 |1819 |4874 |-1.009057e+05 |      --      |    Inf | unknown
1312.76/1317.56	c   290s| 13000 | 12913 |665326 |  50.9 |   820M |  73 |6225 |7043 |6379 |  61k|  6 |1819 |4895 |-1.009057e+05 |      --      |    Inf | unknown
1314.55/1319.32	c   291s| 13100 | 13013 |669302 |  50.8 |   823M |  73 |6225 |7039 |6369 |  62k|  1 |1819 |4902 |-1.009057e+05 |      --      |    Inf | unknown
1317.94/1322.71	c   295s| 13200 | 13113 |684417 |  51.6 |   823M |  73 |6225 |7039 |6368 |  62k|  3 |1819 |4909 |-1.009057e+05 |      --      |    Inf | unknown
1319.43/1324.24	c   296s| 13300 | 13213 |688180 |  51.5 |   823M |  73 |6225 |7053 |6402 |  62k|  1 |1840 |4918 |-1.009057e+05 |      --      |    Inf | unknown
1321.63/1326.43	c   299s| 13400 | 13313 |694558 |  51.6 |   823M |  73 |6225 |7048 |6416 |  63k|  1 |1840 |4918 |-1.009057e+05 |      --      |    Inf | unknown
1322.82/1327.64	c   300s| 13500 | 13413 |698407 |  51.5 |   823M |  73 |6225 |7047 |6315 |  64k|  1 |1840 |4919 |-1.009057e+05 |      --      |    Inf | unknown
1324.52/1329.31	c   301s| 13600 | 13511 |702813 |  51.4 |   823M |  73 |6225 |7051 |6375 |  64k|  1 |1851 |4929 |-1.009057e+05 |      --      |    Inf | unknown
1326.01/1330.88	c   303s| 13700 | 13611 |706890 |  51.4 |   824M |  73 |6225 |7038 |6326 |  64k|  1 |1851 |4933 |-1.009057e+05 |      --      |    Inf | unknown
1327.80/1332.67	c   305s| 13800 | 13709 |710468 |  51.2 |   825M |  73 |6225 |7046 |6281 |  65k|  1 |1862 |4933 |-1.010528e+05 |      --      |    Inf | unknown
1328.80/1333.61	c   306s| 13900 | 13807 |713644 |  51.1 |   825M |  73 |6225 |7054 |6333 |  65k|  1 |1873 |4936 |-1.010528e+05 |      --      |    Inf | unknown
1330.89/1335.77	c   308s| 14000 | 13907 |718264 |  51.1 |   825M |  73 |6225 |7050 |6372 |  66k|  1 |1873 |4941 |-1.010608e+05 |      --      |    Inf | unknown
1332.79/1337.66	c   310s| 14100 | 14007 |722974 |  51.0 |   826M |  73 |6225 |7046 |6405 |  66k|  1 |1873 |4946 |-1.010608e+05 |      --      |    Inf | unknown
1334.48/1339.39	c   312s| 14200 | 14107 |727806 |  51.0 |   827M |  73 |6225 |7044 |6345 |  66k|  1 |1873 |4947 |-1.010838e+05 |      --      |    Inf | unknown
1336.07/1341.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1336.07/1341.00	c   313s| 14300 | 14207 |732440 |  51.0 |   827M |  73 |6225 |7040 |6299 |  67k|  1 |1873 |4950 |-1.010838e+05 |      --      |    Inf | unknown
1338.37/1343.22	c   315s| 14400 | 14307 |737038 |  51.0 |   839M |  73 |6225 |7039 |6412 |  67k|  1 |1873 |4952 |-1.010845e+05 |      --      |    Inf | unknown
1339.76/1344.67	c   317s| 14500 | 14407 |741310 |  50.9 |   839M |  73 |6225 |7057 |6325 |  68k|  1 |1894 |4958 |-1.010845e+05 |      --      |    Inf | unknown
1341.95/1346.80	c   319s| 14600 | 14507 |746056 |  50.9 |   841M |  73 |6225 |7049 |6383 |  68k|  1 |1894 |4964 |-1.010925e+05 |      --      |    Inf | unknown
1344.26/1349.15	c   321s| 14700 | 14607 |752001 |  50.9 |   842M |  73 |6225 |7048 |6358 |  69k|  1 |1894 |4971 |-1.010925e+05 |      --      |    Inf | unknown
1346.04/1350.96	c   323s| 14800 | 14707 |756649 |  50.9 |   843M |  73 |6225 |7046 |6368 |  70k|  1 |1894 |4975 |-1.011074e+05 |      --      |    Inf | unknown
1347.93/1352.80	c   325s| 14900 | 14807 |761165 |  50.9 |   846M |  73 |6225 |7041 |6375 |  70k|  1 |1894 |4982 |-1.011074e+05 |      --      |    Inf | unknown
1349.82/1354.76	c   327s| 15000 | 14907 |765824 |  50.8 |   846M |  73 |6225 |7038 |6424 |  70k|  1 |1894 |4982 |-1.011593e+05 |      --      |    Inf | unknown
1352.13/1357.09	c   329s| 15100 | 15007 |770959 |  50.8 |   847M |  73 |6225 |7032 |6325 |  71k|  1 |1894 |4982 |-1.012164e+05 |      --      |    Inf | unknown
1354.22/1359.18	c   331s| 15200 | 15107 |777198 |  50.9 |   847M |  73 |6225 |7032 |6441 |  71k|  1 |1894 |4982 |-1.012164e+05 |      --      |    Inf | unknown
1356.60/1361.55	c   334s| 15300 | 15207 |783814 |  51.0 |   848M |  73 |6225 |7053 |6335 |  72k|  1 |1933 |5003 |-1.012198e+05 |      --      |    Inf | unknown
1359.29/1364.22	c   336s| 15400 | 15307 |792678 |  51.3 |   849M |  73 |6225 |7052 |6312 |  72k|  1 |1944 |5023 |-1.012198e+05 |      --      |    Inf | unknown
1361.78/1366.71	c   339s| 15500 | 15407 |797278 |  51.2 |   852M |  73 |6225 |7041 |6348 |  73k|  1 |1944 |5049 |-1.012573e+05 |      --      |    Inf | unknown
1364.87/1369.81	c   342s| 15600 | 15507 |806019 |  51.5 |   853M |  73 |6225 |7062 |6365 |  74k|  1 |1974 |5078 |-1.012573e+05 |      --      |    Inf | unknown
1367.46/1372.46	c   345s| 15700 | 15607 |811604 |  51.5 |   853M |  73 |6225 |7056 |6287 |  74k|  1 |1974 |5108 |-1.012659e+05 |      --      |    Inf | unknown
1369.95/1374.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1369.95/1374.95	c   347s| 15800 | 15707 |817748 |  51.5 |   854M |  73 |6225 |7051 |6383 |  75k|  1 |1974 |5137 |-1.012659e+05 |      --      |    Inf | unknown
1372.16/1377.19	c   349s| 15900 | 15807 |824057 |  51.6 |   854M |  73 |6225 |7042 |6337 |  76k|  1 |1974 |5153 |-1.012664e+05 |      --      |    Inf | unknown
1374.44/1379.46	c   352s| 16000 | 15907 |828574 |  51.6 |   856M |  73 |6225 |7034 |6364 |  76k|  1 |1974 |5175 |-1.012664e+05 |      --      |    Inf | unknown
1377.04/1382.01	c   354s| 16100 | 16007 |833737 |  51.6 |   857M |  73 |6225 |7016 |6347 |  77k|  1 |1974 |5196 |-1.012664e+05 |      --      |    Inf | unknown
1378.82/1383.87	c   356s| 16200 | 16107 |838007 |  51.5 |   858M |  73 |6225 |7021 |6340 |  77k|  1 |1982 |5215 |-1.012664e+05 |      --      |    Inf | unknown
1380.91/1385.91	c   358s| 16300 | 16207 |842614 |  51.5 |   858M |  73 |6225 |7013 |6382 |  78k|  1 |1982 |5241 |-1.012664e+05 |      --      |    Inf | unknown
1382.02/1387.07	c   359s| 16400 | 16307 |846250 |  51.4 |   859M |  73 |6225 |7007 |6341 |  78k|  1 |1982 |5252 |-1.012664e+05 |      --      |    Inf | unknown
1384.40/1389.46	c   362s| 16500 | 16407 |851525 |  51.4 |   861M |  73 |6225 |7004 |6318 |  78k|  1 |1985 |5277 |-1.012664e+05 |      --      |    Inf | unknown
1387.10/1392.12	c   364s| 16600 | 16507 |858214 |  51.5 |   864M |  73 |6225 |6999 |6352 |  79k|  1 |1985 |5293 |-1.012664e+05 |      --      |    Inf | unknown
1389.18/1394.28	c   366s| 16700 | 16607 |863818 |  51.5 |   864M |  73 |6225 |6989 |6332 |  80k|  1 |1985 |5337 |-1.012664e+05 |      --      |    Inf | unknown
1391.27/1396.35	c   369s| 16800 | 16707 |868428 |  51.5 |   866M |  75 |6225 |6981 |6377 |  80k|  1 |1985 |5368 |-1.012664e+05 |      --      |    Inf | unknown
1393.27/1398.34	c   370s| 16900 | 16807 |874414 |  51.5 |   867M |  75 |6225 |6979 |6376 |  81k|  1 |1985 |5384 |-1.012664e+05 |      --      |    Inf | unknown
1395.16/1400.24	c   372s| 17000 | 16907 |879167 |  51.5 |   867M |  75 |6225 |6975 |6368 |  81k|  1 |1985 |5396 |-1.012664e+05 |      --      |    Inf | unknown
1397.96/1403.11	c   375s| 17100 | 17007 |886582 |  51.7 |   867M |  75 |6225 |6979 |6457 |  82k|  7 |1996 |5424 |-1.012664e+05 |      --      |    Inf | unknown
1400.34/1405.48	c   378s| 17200 | 17107 |892223 |  51.7 |   868M |  75 |6225 |6973 |6296 |  82k|  1 |1996 |5477 |-1.012664e+05 |      --      |    Inf | unknown
1403.23/1408.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1403.23/1408.33	c   380s| 17300 | 17207 |900348 |  51.9 |   868M |  75 |6225 |6977 |6352 |  83k|  1 |2017 |5515 |-1.012691e+05 |      --      |    Inf | unknown
1405.52/1410.60	c   383s| 17400 | 17307 |904962 |  51.8 |   869M |  75 |6225 |6972 |6337 |  84k|  1 |2017 |5553 |-1.012691e+05 |      --      |    Inf | unknown
1407.81/1412.99	c   385s| 17500 | 17407 |912545 |  52.0 |   870M |  75 |6225 |6968 |6374 |  84k|  1 |2017 |5589 |-1.012691e+05 |      --      |    Inf | unknown
1409.81/1414.90	c   387s| 17600 | 17507 |919495 |  52.1 |   870M |  75 |6225 |6966 |6342 |  85k|  1 |2027 |5614 |-1.012691e+05 |      --      |    Inf | unknown
1412.40/1417.59	c   390s| 17700 | 17607 |927039 |  52.2 |   870M |  75 |6225 |6961 |6325 |  85k|  2 |2027 |5636 |-1.012774e+05 |      --      |    Inf | unknown
1414.39/1419.58	c   392s| 17800 | 17707 |932026 |  52.2 |   872M |  75 |6225 |6957 |6344 |  86k|  1 |2027 |5663 |-1.012774e+05 |      --      |    Inf | unknown
1416.38/1421.54	c   394s| 17900 | 17807 |938883 |  52.3 |   872M |  75 |6225 |6986 |6285 |  86k|  1 |2062 |5688 |-1.012774e+05 |      --      |    Inf | unknown
1418.57/1423.72	c   396s| 18000 | 17907 |945431 |  52.3 |   873M |  75 |6225 |6983 |6383 |  87k|  1 |2062 |5693 |-1.012774e+05 |      --      |    Inf | unknown
1420.37/1425.57	c   398s| 18100 | 18007 |951257 |  52.4 |   873M |  75 |6225 |6979 |6344 |  87k|  1 |2062 |5698 |-1.013264e+05 |      --      |    Inf | unknown
1422.76/1427.92	c   400s| 18200 | 18107 |957251 |  52.4 |   878M |  75 |6225 |6974 |6408 |  88k|  1 |2062 |5715 |-1.013264e+05 |      --      |    Inf | unknown
1424.45/1429.68	c   402s| 18300 | 18207 |963411 |  52.5 |   878M |  75 |6225 |6972 |6332 |  88k|  1 |2062 |5725 |-1.013264e+05 |      --      |    Inf | unknown
1426.86/1432.07	c   404s| 18400 | 18307 |969485 |  52.5 |   879M |  81 |6225 |6970 |6434 |  89k|  1 |2062 |5773 |-1.013264e+05 |      --      |    Inf | unknown
1428.64/1433.88	c   406s| 18500 | 18407 |973970 |  52.5 |   880M |  81 |6225 |6967 |6320 |  89k|  1 |2062 |5802 |-1.013264e+05 |      --      |    Inf | unknown
1430.73/1435.92	c   408s| 18600 | 18507 |980680 |  52.5 |   880M |  81 |6225 |6967 |6423 |  90k|  1 |2062 |5819 |-1.013264e+05 |      --      |    Inf | unknown
1432.43/1437.65	c   410s| 18700 | 18607 |985611 |  52.5 |   881M |  81 |6225 |6962 |6447 |  90k|  2 |2062 |5830 |-1.013264e+05 |      --      |    Inf | unknown
1434.72/1439.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1434.72/1439.96	c   412s| 18800 | 18707 |992073 |  52.6 |   881M |  81 |6225 |6959 |6380 |  91k|  1 |2062 |5839 |-1.013264e+05 |      --      |    Inf | unknown
1436.92/1442.14	c   414s| 18900 | 18807 |999103 |  52.7 |   881M |  81 |6225 |6955 |6431 |  92k|  1 |2062 |5847 |-1.013264e+05 |      --      |    Inf | unknown
1438.60/1443.83	c   416s| 19000 | 18907 |  1003k|  52.7 |   881M |  81 |6225 |6948 |6286 |  92k|  1 |2062 |5881 |-1.013264e+05 |      --      |    Inf | unknown
1440.70/1445.93	c   418s| 19100 | 19007 |  1010k|  52.7 |   882M |  81 |6225 |6949 |6399 |  93k|  1 |2076 |5903 |-1.013264e+05 |      --      |    Inf | unknown
1442.80/1448.02	c   420s| 19200 | 19107 |  1016k|  52.8 |   883M |  81 |6225 |6942 |6471 |  93k|  1 |2076 |5908 |-1.013264e+05 |      --      |    Inf | unknown
1444.48/1449.70	c   422s| 19300 | 19207 |  1023k|  52.9 |   883M |  81 |6225 |6938 |6345 |  94k|  1 |2076 |5924 |-1.013264e+05 |      --      |    Inf | unknown
1446.79/1452.05	c   424s| 19400 | 19307 |  1028k|  52.8 |   883M |  81 |6225 |6935 |6422 |  94k|  1 |2076 |5927 |-1.013264e+05 |      --      |    Inf | unknown
1449.47/1454.73	c   427s| 19500 | 19407 |  1033k|  52.9 |   884M |  81 |6225 |6940 |6320 |  95k|  1 |2088 |5946 |-1.013264e+05 |      --      |    Inf | unknown
1451.66/1456.90	c   429s| 19600 | 19507 |  1042k|  53.0 |   884M |  81 |6225 |6939 |6332 |  95k|  1 |2094 |5950 |-1.013264e+05 |      --      |    Inf | unknown
1453.65/1458.94	c   431s| 19700 | 19607 |  1046k|  53.0 |   884M |  81 |6225 |6938 |6365 |  96k|  1 |2094 |5966 |-1.013264e+05 |      --      |    Inf | unknown
1455.15/1460.44	c   433s| 19800 | 19707 |  1050k|  52.9 |   884M |  81 |6225 |6937 |6288 |  96k|  1 |2094 |5980 |-1.013264e+05 |      --      |    Inf | unknown
1457.44/1462.71	c   435s| 19900 | 19807 |  1056k|  52.9 |   886M |  81 |6225 |6932 |6342 |  97k|  1 |2094 |5987 |-1.013264e+05 |      --      |    Inf | unknown
1459.03/1464.37	c   437s| 20000 | 19905 |  1060k|  52.9 |   887M |  81 |6225 |6936 |6362 |  97k|  1 |2105 |6017 |-1.013264e+05 |      --      |    Inf | unknown
1461.22/1466.58	c   439s| 20100 | 20005 |  1068k|  53.0 |   887M |  81 |6225 |6951 |6356 |  98k|  1 |2126 |6027 |-1.013264e+05 |      --      |    Inf | unknown
1463.22/1468.57	c   441s| 20200 | 20105 |  1073k|  53.0 |   887M |  81 |6225 |6945 |6365 |  98k|  1 |2126 |6033 |-1.013264e+05 |      --      |    Inf | unknown
1464.91/1470.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1464.91/1470.23	c   442s| 20300 | 20205 |  1079k|  53.0 |   887M |  81 |6225 |6936 |6311 |  98k|  1 |2126 |6034 |-1.013264e+05 |      --      |    Inf | unknown
1466.61/1471.95	c   444s| 20400 | 20305 |  1083k|  53.0 |   887M |  81 |6225 |6927 |6373 |  99k|  2 |2126 |6039 |-1.013477e+05 |      --      |    Inf | unknown
1468.00/1473.32	c   445s| 20500 | 20405 |  1088k|  52.9 |   887M |  81 |6225 |6926 |6458 |  99k|  1 |2126 |6042 |-1.013477e+05 |      --      |    Inf | unknown
1469.81/1475.18	c   447s| 20600 | 20505 |  1095k|  53.0 |   889M |  81 |6225 |6925 |6313 | 100k|  1 |2126 |6043 |-1.013477e+05 |      --      |    Inf | unknown
1471.19/1476.58	c   449s| 20700 | 20605 |  1099k|  52.9 |   889M |  81 |6225 |6925 |6329 | 100k|  1 |2126 |6046 |-1.013477e+05 |      --      |    Inf | unknown
1473.38/1478.73	c   451s| 20800 | 20705 |  1106k|  53.0 |   889M |  81 |6225 |6924 |6370 | 101k|  1 |2128 |6047 |-1.013477e+05 |      --      |    Inf | unknown
1474.98/1480.38	c   453s| 20900 | 20805 |  1111k|  53.0 |   891M |  81 |6225 |6913 |6313 | 101k|  1 |2128 |6054 |-1.013477e+05 |      --      |    Inf | unknown
1476.57/1481.99	c   454s| 21000 | 20905 |  1116k|  53.0 |   891M |  81 |6225 |6907 |6393 | 102k|  1 |2128 |6060 |-1.013688e+05 |      --      |    Inf | unknown
1478.26/1483.67	c   456s| 21100 | 21005 |  1120k|  52.9 |   892M |  81 |6225 |6914 |6286 | 102k|  1 |2149 |6064 |-1.013688e+05 |      --      |    Inf | unknown
1480.56/1485.93	c   458s| 21200 | 21103 |  1126k|  53.0 |   892M |  81 |6225 |6920 |6399 | 103k|  1 |2160 |6083 |-1.013688e+05 |      --      |    Inf | unknown
1482.76/1488.15	c   460s| 21300 | 21203 |  1133k|  53.1 |   896M |  81 |6225 |6913 |6395 | 103k|  1 |2160 |6117 |-1.013688e+05 |      --      |    Inf | unknown
1484.54/1489.96	c   462s| 21400 | 21303 |  1138k|  53.0 |   897M |  81 |6225 |6913 |6317 | 104k|  1 |2160 |6120 |-1.013688e+05 |      --      |    Inf | unknown
1486.75/1492.16	c   464s| 21500 | 21403 |  1143k|  53.0 |   898M |  81 |6225 |6907 |6360 | 104k|  1 |2160 |6135 |-1.013688e+05 |      --      |    Inf | unknown
1488.74/1494.12	c   466s| 21600 | 21503 |  1149k|  53.1 |   899M |  81 |6225 |6901 |6435 | 105k|  2 |2160 |6149 |-1.013688e+05 |      --      |    Inf | unknown
1490.42/1495.82	c   468s| 21700 | 21603 |  1153k|  53.0 |   902M |  81 |6225 |6898 |6347 | 105k|  1 |2160 |6162 |-1.013688e+05 |      --      |    Inf | unknown
1492.51/1497.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1492.51/1497.96	c   470s| 21800 | 21703 |  1158k|  53.0 |   902M |  81 |6225 |6889 |6341 | 105k|  1 |2160 |6187 |-1.013688e+05 |      --      |    Inf | unknown
1494.31/1499.76	c   472s| 21900 | 21803 |  1163k|  53.0 |   902M |  81 |6225 |6883 |6329 | 106k|  1 |2160 |6189 |-1.013688e+05 |      --      |    Inf | unknown
1495.90/1501.32	c   473s| 22000 | 21903 |  1168k|  53.0 |   904M |  81 |6225 |6880 |6352 | 106k|  1 |2160 |6190 |-1.013688e+05 |      --      |    Inf | unknown
1497.90/1503.32	c   475s| 22100 | 22003 |  1174k|  53.0 |   904M |  81 |6225 |6880 |6366 | 107k|  1 |2160 |6191 |-1.013688e+05 |      --      |    Inf | unknown
1500.29/1505.76	c   478s| 22200 | 22103 |  1180k|  53.0 |   905M |  81 |6225 |6878 |6374 | 107k|  1 |2160 |6204 |-1.013688e+05 |      --      |    Inf | unknown
1502.08/1507.59	c   480s| 22300 | 22203 |  1184k|  53.0 |   906M |  81 |6225 |6872 |6319 | 107k|  1 |2160 |6215 |-1.013688e+05 |      --      |    Inf | unknown
1504.07/1509.50	c   482s| 22400 | 22303 |  1190k|  53.0 |   908M |  81 |6225 |6869 |6293 | 108k|  1 |2160 |6217 |-1.013688e+05 |      --      |    Inf | unknown
1506.27/1511.75	c   484s| 22500 | 22403 |  1197k|  53.1 |   910M |  81 |6225 |6869 |6366 | 108k|  2 |2160 |6225 |-1.013688e+05 |      --      |    Inf | unknown
1508.26/1513.76	c   486s| 22600 | 22503 |  1203k|  53.1 |   911M |  81 |6225 |6865 |6416 | 109k|  1 |2162 |6241 |-1.013688e+05 |      --      |    Inf | unknown
1510.15/1515.62	c   488s| 22700 | 22603 |  1208k|  53.1 |   913M |  81 |6225 |6856 |6315 | 109k|  1 |2162 |6247 |-1.013688e+05 |      --      |    Inf | unknown
1512.44/1517.95	c   490s| 22800 | 22703 |  1215k|  53.2 |   914M |  81 |6225 |6854 |6393 | 110k|  1 |2164 |6247 |-1.013688e+05 |      --      |    Inf | unknown
1514.55/1520.08	c   492s| 22900 | 22803 |  1220k|  53.2 |   914M |  81 |6225 |6852 |6423 | 110k|  1 |2164 |6261 |-1.013688e+05 |      --      |    Inf | unknown
1516.83/1522.32	c   494s| 23000 | 22903 |  1227k|  53.2 |   914M |  81 |6225 |6849 |6473 | 111k|  5 |2164 |6265 |-1.013688e+05 |      --      |    Inf | unknown
1518.82/1524.36	c   497s| 23100 | 23003 |  1235k|  53.3 |   914M |  81 |6225 |6845 |6447 | 111k|  1 |2164 |6275 |-1.013688e+05 |      --      |    Inf | unknown
1520.41/1526.00	c   498s| 23200 | 23103 |  1241k|  53.4 |   915M |  81 |6225 |6836 |6311 | 112k|  1 |2167 |6294 |-1.013688e+05 |      --      |    Inf | unknown
1522.41/1527.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1522.41/1527.91	c   500s| 23300 | 23203 |  1247k|  53.4 |   915M |  81 |6225 |6832 |6406 | 112k|  1 |2171 |6296 |-1.013688e+05 |      --      |    Inf | unknown
1524.90/1530.41	c   503s| 23400 | 23303 |  1255k|  53.5 |   916M |  81 |6225 |6830 |6435 | 113k|  1 |2171 |6298 |-1.013688e+05 |      --      |    Inf | unknown
1526.69/1532.29	c   504s| 23500 | 23403 |  1261k|  53.5 |   916M |  81 |6225 |6812 |6374 | 113k|  1 |2171 |6308 |-1.013688e+05 |      --      |    Inf | unknown
1528.88/1534.41	c   507s| 23600 | 23503 |  1266k|  53.5 |   916M |  81 |6225 |6807 |6399 | 114k|  1 |2171 |6333 |-1.013688e+05 |      --      |    Inf | unknown
1531.18/1536.73	c   509s| 23700 | 23603 |  1272k|  53.5 |   917M |  81 |6225 |6801 |6416 | 114k|  1 |2171 |6367 |-1.013688e+05 |      --      |    Inf | unknown
1532.67/1538.23	c   510s| 23800 | 23703 |  1276k|  53.5 |   917M |  81 |6225 |6795 |6347 | 115k|  1 |2171 |6369 |-1.013688e+05 |      --      |    Inf | unknown
1534.48/1540.11	c   512s| 23900 | 23803 |  1281k|  53.5 |   917M |  81 |6225 |6792 |6389 | 115k|  1 |2171 |6379 |-1.013688e+05 |      --      |    Inf | unknown
1536.47/1542.02	c   514s| 24000 | 23903 |  1286k|  53.5 |   918M |  81 |6225 |6781 |6341 | 116k|  1 |2171 |6404 |-1.013688e+05 |      --      |    Inf | unknown
1538.75/1544.36	c   517s| 24100 | 24003 |  1292k|  53.5 |   921M |  81 |6225 |6783 |6379 | 116k|  1 |2179 |6429 |-1.013688e+05 |      --      |    Inf | unknown
1540.64/1546.28	c   518s| 24200 | 24103 |  1298k|  53.5 |   922M |  81 |6225 |6782 |6410 | 116k|  1 |2182 |6443 |-1.013688e+05 |      --      |    Inf | unknown
1543.13/1548.78	c   521s| 24300 | 24203 |  1305k|  53.6 |   922M |  81 |6225 |6774 |6363 | 117k|  1 |2182 |6473 |-1.013688e+05 |      --      |    Inf | unknown
1544.93/1550.52	c   523s| 24400 | 24303 |  1310k|  53.6 |   923M |  81 |6225 |6769 |6375 | 117k|  1 |2182 |6494 |-1.013688e+05 |      --      |    Inf | unknown
1546.92/1552.50	c   525s| 24500 | 24403 |  1315k|  53.6 |   923M |  81 |6225 |6765 |6308 | 118k|  1 |2182 |6523 |-1.013688e+05 |      --      |    Inf | unknown
1548.91/1554.52	c   527s| 24600 | 24503 |  1320k|  53.5 |   924M |  81 |6225 |6758 |6391 | 118k|  3 |2182 |6538 |-1.013688e+05 |      --      |    Inf | unknown
1551.01/1556.63	c   529s| 24700 | 24603 |  1325k|  53.5 |   927M |  81 |6225 |6752 |6360 | 119k|  1 |2182 |6559 |-1.013688e+05 |      --      |    Inf | unknown
1552.60/1558.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1552.60/1558.27	c   530s| 24800 | 24703 |  1329k|  53.5 |   928M |  81 |6225 |6743 |6309 | 119k|  1 |2182 |6573 |-1.013688e+05 |      --      |    Inf | unknown
1554.79/1560.47	c   533s| 24900 | 24803 |  1336k|  53.5 |   928M |  81 |6225 |6738 |6393 | 119k|  1 |2182 |6596 |-1.013688e+05 |      --      |    Inf | unknown
1557.28/1562.99	c   535s| 25000 | 24903 |  1342k|  53.6 |   928M |  81 |6225 |6732 |6411 | 120k|  1 |2182 |6644 |-1.013688e+05 |      --      |    Inf | unknown
1559.49/1565.13	c   537s| 25100 | 25003 |  1349k|  53.6 |   928M |  81 |6225 |6736 |6368 | 120k|  1 |2194 |6680 |-1.013688e+05 |      --      |    Inf | unknown
1561.17/1566.81	c   539s| 25200 | 25103 |  1354k|  53.6 |   928M |  81 |6225 |6735 |6355 | 121k|  1 |2194 |6691 |-1.013688e+05 |      --      |    Inf | unknown
1562.86/1568.52	c   541s| 25300 | 25203 |  1358k|  53.6 |   928M |  81 |6225 |6732 |6311 | 121k|  1 |2194 |6717 |-1.013688e+05 |      --      |    Inf | unknown
1564.66/1570.34	c   542s| 25400 | 25303 |  1364k|  53.6 |   929M |  81 |6225 |6727 |6338 | 122k|  1 |2194 |6744 |-1.013688e+05 |      --      |    Inf | unknown
1565.85/1571.58	c   544s| 25500 | 25403 |  1368k|  53.5 |   929M |  81 |6225 |6725 |6357 | 122k|  1 |2194 |6761 |-1.013688e+05 |      --      |    Inf | unknown
1567.46/1573.13	c   545s| 25600 | 25503 |  1372k|  53.5 |   929M |  81 |6225 |6723 |6357 | 122k|  1 |2194 |6775 |-1.013688e+05 |      --      |    Inf | unknown
1569.54/1575.21	c   547s| 25700 | 25603 |  1378k|  53.5 |   931M |  81 |6225 |6721 |6453 | 123k|  1 |2194 |6797 |-1.013688e+05 |      --      |    Inf | unknown
1572.23/1577.95	c   550s| 25800 | 25703 |  1389k|  53.7 |   933M |  81 |6225 |6734 |6433 | 123k|  1 |2215 |6844 |-1.013688e+05 |      --      |    Inf | unknown
1575.02/1580.74	c   553s| 25900 | 25803 |  1401k|  54.0 |   933M |  81 |6225 |6730 |6353 | 124k|  1 |2215 |6912 |-1.013688e+05 |      --      |    Inf | unknown
1578.91/1584.62	c   557s| 26000 | 25903 |  1409k|  54.1 |   934M |  81 |6225 |6721 |6343 | 124k|  1 |2215 |6964 |-1.013688e+05 |      --      |    Inf | unknown
1581.50/1587.27	c   559s| 26100 | 26003 |  1421k|  54.3 |   936M |  81 |6225 |6719 |6304 | 125k|  1 |2240 |6999 |-1.013688e+05 |      --      |    Inf | unknown
1583.49/1589.28	c   561s| 26200 | 26103 |  1429k|  54.4 |   936M |  81 |6225 |6718 |6348 | 125k|  1 |2240 |7035 |-1.013688e+05 |      --      |    Inf | unknown
1584.78/1590.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1584.78/1590.59	c   563s| 26300 | 26203 |  1435k|  54.4 |   937M |  81 |6225 |6715 |6372 | 126k|  1 |2240 |7054 |-1.013688e+05 |      --      |    Inf | unknown
1586.58/1592.31	c   564s| 26400 | 26303 |  1440k|  54.4 |   937M |  81 |6225 |6710 |6371 | 126k|  3 |2240 |7066 |-1.013688e+05 |      --      |    Inf | unknown
1588.97/1594.76	c   567s| 26500 | 26403 |  1451k|  54.6 |   937M |  81 |6225 |6700 |6396 | 126k|  1 |2240 |7097 |-1.013688e+05 |      --      |    Inf | unknown
1591.46/1597.22	c   569s| 26600 | 26503 |  1460k|  54.8 |   937M |  81 |6225 |6712 |6306 | 127k|  1 |2261 |7122 |-1.013688e+05 |      --      |    Inf | unknown
1593.75/1599.53	c   572s| 26700 | 26603 |  1471k|  55.0 |   937M |  81 |6225 |6705 |6374 | 127k|  1 |2261 |7131 |-1.013688e+05 |      --      |    Inf | unknown
1595.15/1600.90	c   573s| 26800 | 26703 |  1477k|  55.0 |   938M |  81 |6225 |6699 |6398 | 128k|  1 |2261 |7151 |-1.013688e+05 |      --      |    Inf | unknown
1597.74/1603.58	c   576s| 26900 | 26803 |  1489k|  55.3 |   938M |  81 |6225 |6709 |6369 | 128k|  1 |2282 |7164 |-1.013688e+05 |      --      |    Inf | unknown
1599.53/1605.36	c   578s| 27000 | 26903 |  1499k|  55.4 |   939M |  81 |6225 |6698 |6395 | 129k|  1 |2282 |7171 |-1.013688e+05 |      --      |    Inf | unknown
1601.53/1607.31	c   579s| 27100 | 27003 |  1508k|  55.6 |   940M |  81 |6225 |6696 |6443 | 129k|  1 |2282 |7187 |-1.013688e+05 |      --      |    Inf | unknown
1604.33/1610.18	c   582s| 27200 | 27103 |  1522k|  55.9 |   940M |  81 |6225 |6706 |6337 | 130k|  1 |2293 |7196 |-1.013688e+05 |      --      |    Inf | unknown
1606.71/1612.53	c   585s| 27300 | 27203 |  1535k|  56.1 |   940M |  81 |6225 |6721 |6387 | 130k|  1 |2314 |7200 |-1.013688e+05 |      --      |    Inf | unknown
1609.00/1614.82	c   587s| 27400 | 27303 |  1545k|  56.3 |   941M |  81 |6225 |6716 |6288 | 131k|  1 |2314 |7215 |-1.013688e+05 |      --      |    Inf | unknown
1610.99/1616.82	c   589s| 27500 | 27403 |  1556k|  56.5 |   942M |  81 |6225 |6734 |6450 | 131k|  4 |2335 |7221 |-1.013688e+05 |      --      |    Inf | unknown
1614.08/1619.93	c   592s| 27600 | 27503 |  1567k|  56.7 |   943M |  81 |6225 |6724 |6450 | 132k|  1 |2335 |7224 |-1.013688e+05 |      --      |    Inf | unknown
1616.37/1622.26	c   594s| 27700 | 27603 |  1580k|  56.9 |   944M |  81 |6225 |6719 |6393 | 132k|  1 |2339 |7236 |-1.013688e+05 |      --      |    Inf | unknown
1619.06/1624.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1619.06/1624.90	c   597s| 27800 | 27703 |  1590k|  57.1 |   944M |  81 |6225 |6714 |6447 | 133k|  1 |2339 |7241 |-1.013688e+05 |      --      |    Inf | unknown
1620.66/1626.55	c   599s| 27900 | 27803 |  1598k|  57.2 |   944M |  81 |6225 |6709 |6416 | 133k|  2 |2339 |7247 |-1.013688e+05 |      --      |    Inf | unknown
1622.55/1628.41	c   601s| 28000 | 27903 |  1607k|  57.3 |   944M |  81 |6225 |6707 |6351 | 134k|  1 |2343 |7258 |-1.013688e+05 |      --      |    Inf | unknown
1625.04/1630.92	c   603s| 28100 | 28003 |  1618k|  57.5 |   944M |  81 |6225 |6699 |6429 | 134k|  1 |2343 |7263 |-1.013688e+05 |      --      |    Inf | unknown
1628.83/1634.71	c   607s| 28200 | 28103 |  1632k|  57.8 |   949M |  81 |6225 |6689 |6288 | 135k|  1 |2343 |7319 |-1.013688e+05 |      --      |    Inf | unknown
1631.72/1637.69	c   610s| 28300 | 28203 |  1644k|  58.0 |   947M |  81 |6225 |6700 |6409 | 135k|  1 |2354 |7328 |-1.013688e+05 |      --      |    Inf | unknown
1633.81/1639.79	c   612s| 28400 | 28303 |  1653k|  58.1 |   947M |  81 |6225 |6707 |6429 | 136k|  1 |2365 |7351 |-1.013688e+05 |      --      |    Inf | unknown
1636.00/1641.99	c   614s| 28500 | 28403 |  1662k|  58.2 |   948M |  81 |6225 |6705 |6348 | 136k|  1 |2365 |7360 |-1.013688e+05 |      --      |    Inf | unknown
1638.39/1644.37	c   617s| 28600 | 28503 |  1671k|  58.3 |   948M |  81 |6225 |6705 |6427 | 137k|  1 |2365 |7364 |-1.013688e+05 |      --      |    Inf | unknown
1640.98/1646.95	c   619s| 28700 | 28603 |  1683k|  58.5 |   949M |  81 |6225 |6692 |6303 | 137k|  1 |2365 |7391 |-1.013688e+05 |      --      |    Inf | unknown
1643.37/1649.30	c   621s| 28800 | 28703 |  1693k|  58.7 |   949M |  81 |6225 |6687 |6370 | 138k|  1 |2365 |7399 |-1.013688e+05 |      --      |    Inf | unknown
1645.18/1651.15	c   623s| 28900 | 28803 |  1701k|  58.8 |   950M |  81 |6225 |6684 |6406 | 138k|  1 |2365 |7415 |-1.013688e+05 |      --      |    Inf | unknown
1647.17/1653.11	c   625s| 29000 | 28903 |  1711k|  58.9 |   950M |  81 |6225 |6698 |6363 | 138k|  1 |2387 |7422 |-1.013688e+05 |      --      |    Inf | unknown
1649.55/1655.56	c   628s| 29100 | 29003 |  1723k|  59.1 |   950M |  81 |6225 |6695 |6410 | 139k|  1 |2387 |7437 |-1.013688e+05 |      --      |    Inf | unknown
1651.64/1657.62	c   630s| 29200 | 29103 |  1732k|  59.2 |   950M |  81 |6225 |6693 |6458 | 139k|  1 |2387 |7441 |-1.013688e+05 |      --      |    Inf | unknown
1655.43/1661.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1655.43/1661.40	c   634s| 29300 | 29203 |  1756k|  59.8 |   950M |  81 |6225 |6694 |6380 | 140k|  1 |2398 |7443 |-1.013688e+05 |      --      |    Inf | unknown
1659.42/1665.45	c   638s| 29400 | 29303 |  1771k|  60.1 |   950M |  81 |6225 |6706 |6468 | 141k|  1 |2424 |7488 |-1.013688e+05 |      --      |    Inf | unknown
1662.02/1668.09	c   640s| 29500 | 29403 |  1786k|  60.5 |   951M |  81 |6225 |6696 |6286 | 141k|  1 |2424 |7508 |-1.013688e+05 |      --      |    Inf | unknown
1665.11/1671.17	c   643s| 29600 | 29503 |  1800k|  60.7 |   952M |  81 |6225 |6705 |6402 | 142k|  1 |2437 |7513 |-1.013688e+05 |      --      |    Inf | unknown
1667.49/1673.50	c   646s| 29700 | 29603 |  1811k|  60.9 |   952M |  81 |6225 |6692 |6459 | 142k|  1 |2437 |7536 |-1.013688e+05 |      --      |    Inf | unknown
1669.99/1676.05	c   648s| 29800 | 29703 |  1824k|  61.1 |   954M |  81 |6225 |6676 |6385 | 143k|  1 |2437 |7550 |-1.013688e+05 |      --      |    Inf | unknown
1672.67/1678.71	c   651s| 29900 | 29803 |  1836k|  61.3 |   954M |  81 |6225 |6676 |6452 | 144k|  1 |2437 |7578 |-1.013688e+05 |      --      |    Inf | unknown
1674.98/1681.08	c   653s| 30000 | 29903 |  1848k|  61.5 |   955M |  81 |6225 |6669 |6432 | 144k|  1 |2437 |7605 |-1.013688e+05 |      --      |    Inf | unknown
1677.35/1683.43	c   656s| 30100 | 30003 |  1858k|  61.6 |   956M |  81 |6225 |6666 |6377 | 145k|  1 |2437 |7629 |-1.013688e+05 |      --      |    Inf | unknown
1680.24/1686.38	c   659s| 30200 | 30103 |  1869k|  61.8 |   960M |  81 |6225 |6663 |6437 | 145k|  1 |2437 |7649 |-1.013688e+05 |      --      |    Inf | unknown
1683.33/1689.48	c   662s| 30300 | 30203 |  1882k|  62.0 |   963M |  81 |6225 |6659 |6326 | 146k|  1 |2437 |7686 |-1.013688e+05 |      --      |    Inf | unknown
1685.93/1692.09	c   664s| 30400 | 30303 |  1891k|  62.1 |   963M |  81 |6225 |6656 |6387 | 146k|  1 |2437 |7716 |-1.013688e+05 |      --      |    Inf | unknown
1688.11/1694.24	c   666s| 30500 | 30403 |  1899k|  62.2 |   963M |  81 |6225 |6656 |6422 | 147k|  1 |2437 |7759 |-1.013688e+05 |      --      |    Inf | unknown
1690.80/1696.91	c   669s| 30600 | 30503 |  1912k|  62.4 |   964M |  81 |6225 |6648 |6331 | 147k|  1 |2437 |7769 |-1.013688e+05 |      --      |    Inf | unknown
1693.01/1699.12	c   671s| 30700 | 30603 |  1921k|  62.5 |   965M |  81 |6225 |6641 |6420 | 148k|  1 |2437 |7779 |-1.013688e+05 |      --      |    Inf | unknown
1695.19/1701.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1695.19/1701.33	c   673s| 30800 | 30703 |  1930k|  62.6 |   965M |  81 |6225 |6630 |6312 | 148k|  1 |2437 |7810 |-1.013688e+05 |      --      |    Inf | unknown
1697.28/1703.49	c   676s| 30900 | 30803 |  1939k|  62.6 |   966M |  81 |6225 |6651 |6420 | 148k|  1 |2458 |7834 |-1.013688e+05 |      --      |    Inf | unknown
1700.17/1706.39	c   679s| 31000 | 30903 |  1951k|  62.8 |   966M |  81 |6225 |6646 |6407 | 149k|  1 |2458 |7841 |-1.013688e+05 |      --      |    Inf | unknown
1702.88/1709.06	c   681s| 31100 | 31003 |  1963k|  63.0 |   967M |  81 |6225 |6645 |6347 | 149k|  1 |2460 |7865 |-1.013688e+05 |      --      |    Inf | unknown
1704.76/1710.94	c   683s| 31200 | 31103 |  1971k|  63.1 |   967M |  81 |6225 |6635 |6342 | 150k|  1 |2463 |7884 |-1.013688e+05 |      --      |    Inf | unknown
1708.14/1714.35	c   686s| 31300 | 31203 |  1985k|  63.3 |   967M |  81 |6225 |6628 |6505 | 151k|  1 |2463 |7935 |-1.013688e+05 |      --      |    Inf | unknown
1710.54/1716.70	c   689s| 31400 | 31303 |  1996k|  63.5 |   967M |  81 |6225 |6651 |6349 | 151k|  1 |2500 |7958 |-1.013688e+05 |      --      |    Inf | unknown
1714.02/1720.21	c   692s| 31500 | 31403 |  2010k|  63.7 |   967M |  81 |6225 |6635 |6424 | 152k|  1 |2500 |7989 |-1.013688e+05 |      --      |    Inf | unknown
1716.61/1722.82	c   695s| 31600 | 31503 |  2022k|  63.9 |   968M |  81 |6225 |6625 |6293 | 152k|  1 |2500 |8027 |-1.013688e+05 |      --      |    Inf | unknown
1720.10/1726.31	c   698s| 31700 | 31603 |  2034k|  64.1 |   968M |  81 |6225 |6616 |6356 | 153k|  1 |2500 |8098 |-1.013688e+05 |      --      |    Inf | unknown
1721.81/1728.06	c   700s| 31800 | 31703 |  2044k|  64.2 |   968M |  81 |6225 |6611 |6431 | 153k|  1 |2500 |8100 |-1.013688e+05 |      --      |    Inf | unknown
1724.49/1730.74	c   703s| 31900 | 31803 |  2059k|  64.5 |   968M |  81 |6225 |6609 |6369 | 154k|  1 |2500 |8108 |-1.013688e+05 |      --      |    Inf | unknown
1727.28/1733.54	c   706s| 32000 | 31903 |  2070k|  64.6 |   971M |  81 |6225 |6606 |6402 | 154k|  1 |2500 |8131 |-1.013688e+05 |      --      |    Inf | unknown
1729.17/1735.40	c   708s| 32100 | 32003 |  2079k|  64.7 |   971M |  81 |6225 |6605 |6439 | 155k|  1 |2500 |8152 |-1.013688e+05 |      --      |    Inf | unknown
1731.26/1737.57	c   710s| 32200 | 32103 |  2088k|  64.8 |   971M |  81 |6225 |6599 |6348 | 155k|  2 |2500 |8200 |-1.013688e+05 |      --      |    Inf | unknown
1733.36/1739.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1733.36/1739.69	c   712s| 32300 | 32203 |  2098k|  64.9 |   972M |  81 |6225 |6598 |6436 | 156k|  1 |2500 |8205 |-1.013688e+05 |      --      |    Inf | unknown
1736.05/1742.33	c   714s| 32400 | 32303 |  2109k|  65.0 |   972M |  81 |6225 |6588 |6281 | 156k|  1 |2500 |8227 |-1.013688e+05 |      --      |    Inf | unknown
1738.94/1745.21	c   717s| 32500 | 32403 |  2120k|  65.1 |   973M |  81 |6225 |6583 |6433 | 157k|  2 |2500 |8271 |-1.013688e+05 |      --      |    Inf | unknown
1741.13/1747.40	c   720s| 32600 | 32503 |  2131k|  65.3 |   973M |  81 |6225 |6580 |6356 | 157k|  1 |2500 |8303 |-1.013688e+05 |      --      |    Inf | unknown
1742.74/1749.09	c   721s| 32700 | 32603 |  2138k|  65.3 |   973M |  81 |6225 |6576 |6338 | 157k|  1 |2500 |8328 |-1.013688e+05 |      --      |    Inf | unknown
1745.22/1751.52	c   724s| 32800 | 32703 |  2149k|  65.4 |   973M |  81 |6225 |6587 |6371 | 158k|  1 |2514 |8354 |-1.013688e+05 |      --      |    Inf | unknown
1748.11/1754.44	c   727s| 32900 | 32803 |  2162k|  65.6 |   973M |  81 |6225 |6592 |6343 | 158k|  1 |2520 |8389 |-1.013688e+05 |      --      |    Inf | unknown
1750.30/1756.62	c   729s| 33000 | 32903 |  2172k|  65.7 |   974M |  81 |6225 |6589 |6388 | 159k|  1 |2520 |8424 |-1.013688e+05 |      --      |    Inf | unknown
1752.70/1759.06	c   731s| 33100 | 33003 |  2182k|  65.8 |   975M |  81 |6225 |6582 |6361 | 159k|  1 |2520 |8462 |-1.013688e+05 |      --      |    Inf | unknown
1754.98/1761.32	c   733s| 33200 | 33103 |  2191k|  65.9 |   975M |  81 |6225 |6577 |6339 | 160k|  1 |2520 |8490 |-1.013688e+05 |      --      |    Inf | unknown
1757.69/1764.02	c   736s| 33300 | 33203 |  2203k|  66.1 |   976M |  81 |6225 |6574 |6402 | 160k|  1 |2520 |8500 |-1.013688e+05 |      --      |    Inf | unknown
1759.78/1766.12	c   738s| 33400 | 33303 |  2214k|  66.2 |   976M |  81 |6225 |6574 |6381 | 161k|  1 |2533 |8518 |-1.013688e+05 |      --      |    Inf | unknown
1761.86/1768.24	c   740s| 33500 | 33403 |  2224k|  66.3 |   976M |  81 |6225 |6571 |6375 | 161k|  1 |2533 |8549 |-1.013688e+05 |      --      |    Inf | unknown
1764.95/1771.34	c   743s| 33600 | 33503 |  2236k|  66.5 |   976M |  81 |6225 |6559 |6380 | 162k|  1 |2533 |8580 |-1.013688e+05 |      --      |    Inf | unknown
1766.84/1773.22	c   745s| 33700 | 33603 |  2243k|  66.5 |   977M |  81 |6225 |6555 |6401 | 162k|  4 |2533 |8593 |-1.013688e+05 |      --      |    Inf | unknown
1769.43/1775.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1769.43/1775.83	c   748s| 33800 | 33703 |  2255k|  66.6 |   981M |  81 |6225 |6550 |6358 | 163k|  1 |2533 |8613 |-1.013688e+05 |      --      |    Inf | unknown
1772.52/1778.96	c   751s| 33900 | 33803 |  2266k|  66.8 |   985M |  81 |6225 |6548 |6386 | 163k|  1 |2533 |8636 |-1.013688e+05 |      --      |    Inf | unknown
1774.63/1781.03	c   753s| 34000 | 33903 |  2275k|  66.8 |   986M |  81 |6225 |6546 |6299 | 164k|  1 |2533 |8653 |-1.013688e+05 |      --      |    Inf | unknown
1777.30/1783.77	c   756s| 34100 | 34003 |  2287k|  67.0 |   987M |  81 |6225 |6543 |6433 | 164k|  1 |2533 |8673 |-1.013688e+05 |      --      |    Inf | unknown
1779.50/1786.00	c   758s| 34200 | 34103 |  2297k|  67.1 |   987M |  81 |6225 |6540 |6526 | 165k|  5 |2533 |8689 |-1.013688e+05 |      --      |    Inf | unknown
1782.70/1789.15	c   761s| 34300 | 34203 |  2313k|  67.4 |   987M |  81 |6225 |6533 |6418 | 166k|  5 |2533 |8700 |-1.013688e+05 |      --      |    Inf | unknown
1785.28/1791.76	c   764s| 34400 | 34303 |  2324k|  67.5 |   988M |  81 |6225 |6525 |6437 | 166k|  1 |2533 |8703 |-1.013688e+05 |      --      |    Inf | unknown
1786.97/1793.45	c   766s| 34500 | 34403 |  2332k|  67.5 |   989M |  81 |6225 |6520 |6318 | 167k|  1 |2533 |8720 |-1.013688e+05 |      --      |    Inf | unknown
1788.68/1795.12	c   767s| 34600 | 34503 |  2339k|  67.5 |   989M |  81 |6225 |6518 |6344 | 167k|  1 |2533 |8725 |-1.013688e+05 |      --      |    Inf | unknown
1791.06/1797.57	c   770s| 34700 | 34603 |  2351k|  67.7 |   989M |  81 |6225 |6514 |6507 | 168k|  2 |2533 |8736 |-1.013688e+05 |      --      |    Inf | unknown
1794.04/1800.53	c   773s| 34800 | 34703 |  2364k|  67.9 |   989M |  81 |6225 |6522 |6368 | 168k|  1 |2546 |8770 |-1.013688e+05 |      --      |    Inf | unknown
1796.24/1802.75	c   775s| 34900 | 34803 |  2376k|  68.0 |   989M |  81 |6225 |6524 |6353 | 168k|  1 |2565 |8784 |-1.013688e+05 |      --      |    Inf | unknown
1798.43/1804.93	c   777s| 35000 | 34903 |  2388k|  68.1 |   990M |  81 |6225 |6517 |6333 | 169k|  1 |2565 |8798 |-1.013688e+05 |      --      |    Inf | unknown
1800.12/1806.67	c   779s| 35100 | 35003 |  2396k|  68.2 |   990M |  81 |6225 |6514 |6339 | 169k|  1 |2565 |8816 |-1.013688e+05 |      --      |    Inf | unknown
1802.71/1809.22	c   781s| 35200 | 35103 |  2406k|  68.3 |   990M |  81 |6225 |6513 |6405 | 170k|  1 |2565 |8831 |-1.013688e+05 |      --      |    Inf | unknown
1805.21/1811.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1805.21/1811.74	c   784s| 35300 | 35203 |  2420k|  68.5 |   990M |  81 |6225 |6507 |6340 | 170k|  3 |2565 |8836 |-1.013688e+05 |      --      |    Inf | unknown
1807.20/1813.78	c   786s| 35400 | 35303 |  2430k|  68.6 |   990M |  81 |6225 |6507 |6442 | 171k|  1 |2565 |8836 |-1.013688e+05 |      --      |    Inf | unknown
1809.51/1816.11	c   788s| 35500 | 35403 |  2441k|  68.7 |   990M |  81 |6225 |6505 |6449 | 171k|  1 |2565 |8840 |-1.013688e+05 |      --      |    Inf | unknown
1811.68/1818.29	c   790s| 35600 | 35503 |  2454k|  68.8 |   990M |  81 |6225 |6501 |6348 | 172k|  2 |2565 |8850 |-1.013688e+05 |      --      |    Inf | unknown
1814.67/1821.22	c   793s| 35700 | 35603 |  2466k|  69.0 |   993M |  81 |6225 |6501 |6413 | 172k|  1 |2565 |8871 |-1.013688e+05 |      --      |    Inf | unknown
1817.66/1824.29	c   796s| 35800 | 35703 |  2481k|  69.2 |   993M |  81 |6225 |6493 |6294 | 173k|  1 |2565 |8891 |-1.013688e+05 |      --      |    Inf | unknown
1819.75/1826.39	c   799s| 35900 | 35803 |  2493k|  69.4 |   993M |  81 |6225 |6491 |6356 | 173k|  1 |2565 |8893 |-1.013688e+05 |      --      |    Inf | unknown
1822.46/1829.03	c   801s| 36000 | 35903 |  2506k|  69.5 |   993M |  81 |6225 |6509 |6390 | 174k|  1 |2586 |8895 |-1.013688e+05 |      --      |    Inf | unknown
1824.04/1830.64	c   803s| 36100 | 36003 |  2512k|  69.5 |   993M |  81 |6225 |6518 |6341 | 174k|  1 |2608 |8900 |-1.013688e+05 |      --      |    Inf | unknown
1826.55/1833.19	c   805s| 36200 | 36103 |  2524k|  69.7 |   993M |  81 |6225 |6514 |6424 | 174k|  1 |2608 |8940 |-1.013688e+05 |      --      |    Inf | unknown
1828.82/1835.40	c   808s| 36300 | 36203 |  2536k|  69.8 |   993M |  81 |6225 |6513 |6415 | 175k|  1 |2608 |8954 |-1.013688e+05 |      --      |    Inf | unknown
1831.02/1837.68	c   810s| 36400 | 36303 |  2546k|  69.9 |   994M |  81 |6225 |6501 |6330 | 175k|  1 |2608 |8980 |-1.013688e+05 |      --      |    Inf | unknown
1833.01/1839.62	c   812s| 36500 | 36403 |  2556k|  70.0 |   994M |  81 |6225 |6509 |6450 | 176k|  2 |2617 |8981 |-1.013688e+05 |      --      |    Inf | unknown
1835.30/1841.96	c   814s| 36600 | 36503 |  2568k|  70.1 |   994M |  81 |6225 |6500 |6332 | 176k|  1 |2617 |8983 |-1.013688e+05 |      --      |    Inf | unknown
1837.09/1843.75	c   816s| 36700 | 36603 |  2576k|  70.1 |   994M |  81 |6225 |6494 |6390 | 177k|  1 |2617 |8985 |-1.013688e+05 |      --      |    Inf | unknown
1839.59/1846.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1839.59/1846.27	c   818s| 36800 | 36703 |  2588k|  70.2 |   994M |  81 |6225 |6494 |6441 | 177k|  1 |2617 |9007 |-1.013688e+05 |      --      |    Inf | unknown
1842.08/1848.71	c   821s| 36900 | 36803 |  2600k|  70.4 |   996M |  81 |6225 |6488 |6397 | 178k|  1 |2617 |9010 |-1.013688e+05 |      --      |    Inf | unknown
1843.97/1850.64	c   823s| 37000 | 36903 |  2609k|  70.4 |   996M |  81 |6225 |6485 |6376 | 178k|  1 |2619 |9033 |-1.013688e+05 |      --      |    Inf | unknown
1845.86/1852.50	c   825s| 37100 | 37003 |  2617k|  70.5 |   998M |  81 |6225 |6485 |6318 | 179k|  1 |2619 |9061 |-1.013688e+05 |      --      |    Inf | unknown
1847.86/1854.57	c   827s| 37200 | 37103 |  2627k|  70.5 |   998M |  81 |6225 |6482 |6336 | 179k|  1 |2619 |9075 |-1.013688e+05 |      --      |    Inf | unknown
1849.65/1856.37	c   829s| 37300 | 37203 |  2635k|  70.6 |   998M |  81 |6225 |6480 |6404 | 179k|  1 |2619 |9075 |-1.013688e+05 |      --      |    Inf | unknown
1851.64/1858.30	c   830s| 37400 | 37303 |  2645k|  70.7 |   998M |  81 |6225 |6477 |6313 | 180k|  1 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
1854.35/1861.03	c   833s| 37500 | 37403 |  2659k|  70.8 |   999M |  81 |6225 |6474 |6365 | 180k|  1 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
1856.63/1863.33	c   835s| 37600 | 37503 |  2670k|  70.9 |   999M |  81 |6225 |6471 |6433 | 181k|  2 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
1858.92/1865.63	c   838s| 37700 | 37603 |  2681k|  71.0 |   999M |  81 |6225 |6469 |6413 | 181k|  1 |2619 |9079 |-1.013688e+05 |      --      |    Inf | unknown
1860.81/1867.52	c   840s| 37800 | 37703 |  2693k|  71.2 |  1000M |  81 |6225 |6467 |6372 | 182k|  1 |2619 |9082 |-1.013688e+05 |      --      |    Inf | unknown
1862.70/1869.40	c   842s| 37900 | 37803 |  2702k|  71.2 |  1000M |  81 |6225 |6462 |6306 | 182k|  1 |2619 |9086 |-1.013688e+05 |      --      |    Inf | unknown
1864.20/1871.00	c   843s| 38000 | 37903 |  2712k|  71.3 |  1000M |  81 |6225 |6460 |6352 | 183k|  1 |2619 |9094 |-1.013688e+05 |      --      |    Inf | unknown
1866.31/1873.09	c   845s| 38100 | 38003 |  2722k|  71.4 |  1000M |  81 |6225 |6460 |6427 | 183k|  1 |2619 |9094 |-1.013688e+05 |      --      |    Inf | unknown
1869.18/1875.90	c   848s| 38200 | 38103 |  2732k|  71.4 |  1001M |  81 |6225 |6457 |6428 | 184k|  5 |2619 |9122 |-1.013688e+05 |      --      |    Inf | unknown
1870.88/1877.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1870.88/1877.62	c   850s| 38300 | 38203 |  2739k|  71.4 |  1001M |  81 |6225 |6452 |6399 | 184k|  1 |2619 |9138 |-1.013688e+05 |      --      |    Inf | unknown
1872.67/1879.40	c   852s| 38400 | 38303 |  2749k|  71.5 |  1001M |  81 |6225 |6450 |6463 | 184k|  1 |2623 |9139 |-1.013688e+05 |      --      |    Inf | unknown
1875.56/1882.33	c   854s| 38500 | 38403 |  2763k|  71.7 |  1003M |  81 |6225 |6450 |6383 | 185k|  1 |2623 |9155 |-1.013688e+05 |      --      |    Inf | unknown
1878.27/1885.09	c   857s| 38600 | 38503 |  2775k|  71.8 |  1003M |  81 |6225 |6444 |6401 | 185k|  1 |2623 |9168 |-1.013688e+05 |      --      |    Inf | unknown
1880.74/1887.53	c   860s| 38700 | 38603 |  2785k|  71.9 |  1007M |  81 |6225 |6442 |6328 | 186k|  1 |2623 |9182 |-1.013688e+05 |      --      |    Inf | unknown
1882.64/1889.48	c   862s| 38800 | 38703 |  2795k|  72.0 |  1007M |  81 |6225 |6442 |6369 | 186k|  1 |2629 |9196 |-1.013688e+05 |      --      |    Inf | unknown
1885.24/1892.02	c   864s| 38900 | 38803 |  2808k|  72.1 |  1007M |  81 |6225 |6442 |6378 | 187k|  1 |2632 |9209 |-1.013688e+05 |      --      |    Inf | unknown
1887.92/1894.74	c   867s| 39000 | 38903 |  2820k|  72.2 |  1008M |  81 |6225 |6436 |6347 | 187k|  2 |2632 |9244 |-1.013688e+05 |      --      |    Inf | unknown
1889.71/1896.55	c   869s| 39100 | 39003 |  2830k|  72.3 |  1008M |  81 |6225 |6431 |6390 | 188k|  2 |2632 |9260 |-1.013688e+05 |      --      |    Inf | unknown
1892.40/1899.20	c   871s| 39200 | 39103 |  2840k|  72.4 |  1009M |  81 |6225 |6439 |6307 | 188k|  1 |2643 |9291 |-1.013688e+05 |      --      |    Inf | unknown
1894.31/1901.18	c   873s| 39300 | 39203 |  2850k|  72.4 |  1009M |  81 |6225 |6439 |6354 | 189k|  1 |2643 |9313 |-1.013688e+05 |      --      |    Inf | unknown
1897.48/1904.30	c   876s| 39400 | 39303 |  2863k|  72.6 |  1009M |  81 |6225 |6436 |6467 | 189k|  3 |2643 |9345 |-1.013688e+05 |      --      |    Inf | unknown
1899.87/1906.73	c   879s| 39500 | 39403 |  2874k|  72.7 |  1009M |  81 |6225 |6433 |6328 | 190k|  1 |2643 |9366 |-1.013688e+05 |      --      |    Inf | unknown
1902.57/1909.40	c   882s| 39600 | 39503 |  2887k|  72.8 |  1013M |  81 |6225 |6437 |6403 | 190k|  1 |2653 |9388 |-1.013688e+05 |      --      |    Inf | unknown
1904.96/1911.82	c   884s| 39700 | 39603 |  2896k|  72.9 |  1014M |  81 |6225 |6431 |6455 | 190k|  1 |2653 |9423 |-1.013688e+05 |      --      |    Inf | unknown
1907.65/1914.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1907.65/1914.50	c   887s| 39800 | 39703 |  2908k|  73.0 |  1014M |  81 |6225 |6424 |6355 | 191k|  1 |2653 |9453 |-1.013688e+05 |      --      |    Inf | unknown
1910.25/1917.12	c   889s| 39900 | 39803 |  2919k|  73.1 |  1016M |  81 |6225 |6421 |6453 | 192k|  1 |2653 |9461 |-1.013688e+05 |      --      |    Inf | unknown
1913.43/1920.30	c   892s| 40000 | 39903 |  2930k|  73.2 |  1017M |  81 |6225 |6415 |6348 | 192k|  1 |2653 |9466 |-1.013688e+05 |      --      |    Inf | unknown
1915.82/1922.73	c   895s| 40100 | 40003 |  2942k|  73.3 |  1017M |  81 |6225 |6411 |6337 | 192k|  1 |2653 |9499 |-1.013688e+05 |      --      |    Inf | unknown
1918.31/1925.28	c   897s| 40200 | 40103 |  2952k|  73.4 |  1017M |  81 |6225 |6408 |6453 | 193k|  1 |2653 |9525 |-1.013688e+05 |      --      |    Inf | unknown
1921.60/1928.52	c   901s| 40300 | 40203 |  2968k|  73.6 |  1017M |  81 |6225 |6430 |6333 | 193k|  1 |2677 |9547 |-1.013688e+05 |      --      |    Inf | unknown
1923.59/1930.55	c   903s| 40400 | 40303 |  2977k|  73.6 |  1017M |  81 |6225 |6428 |6403 | 194k|  1 |2677 |9564 |-1.013688e+05 |      --      |    Inf | unknown
1925.98/1932.91	c   905s| 40500 | 40403 |  2988k|  73.7 |  1018M |  81 |6225 |6425 |6431 | 194k|  1 |2677 |9602 |-1.013688e+05 |      --      |    Inf | unknown
1928.57/1935.59	c   908s| 40600 | 40503 |  2999k|  73.8 |  1019M |  81 |6225 |6420 |6387 | 195k|  1 |2677 |9623 |-1.013688e+05 |      --      |    Inf | unknown
1930.87/1937.87	c   910s| 40700 | 40603 |  3009k|  73.9 |  1019M |  81 |6225 |6418 |6399 | 195k|  1 |2677 |9645 |-1.013688e+05 |      --      |    Inf | unknown
1933.76/1940.73	c   913s| 40800 | 40703 |  3023k|  74.0 |  1020M |  81 |6225 |6414 |6299 | 196k|  1 |2677 |9683 |-1.013688e+05 |      --      |    Inf | unknown
1935.85/1942.85	c   915s| 40900 | 40803 |  3032k|  74.1 |  1021M |  81 |6225 |6410 |6394 | 196k|  1 |2677 |9694 |-1.013688e+05 |      --      |    Inf | unknown
1938.06/1945.06	c   917s| 41000 | 40903 |  3042k|  74.1 |  1021M |  81 |6225 |6406 |6402 | 196k|  1 |2677 |9727 |-1.013688e+05 |      --      |    Inf | unknown
1940.53/1947.58	c   920s| 41100 | 41003 |  3049k|  74.1 |  1021M |  81 |6225 |6405 |6384 | 197k|  1 |2677 |9774 |-1.013688e+05 |      --      |    Inf | unknown
1943.04/1950.06	c   922s| 41200 | 41103 |  3063k|  74.3 |  1023M |  81 |6225 |6424 |6429 | 197k|  1 |2698 |9777 |-1.013688e+05 |      --      |    Inf | unknown
1945.92/1952.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1945.92/1952.94	c   925s| 41300 | 41203 |  3075k|  74.4 |  1023M |  81 |6225 |6423 |6297 | 198k|  1 |2698 |9796 |-1.013688e+05 |      --      |    Inf | unknown
1949.02/1956.08	c   928s| 41400 | 41303 |  3091k|  74.6 |  1023M |  81 |6225 |6431 |6336 | 198k|  1 |2709 |9826 |-1.013688e+05 |      --      |    Inf | unknown
1951.60/1958.62	c   931s| 41500 | 41403 |  3102k|  74.7 |  1023M |  81 |6225 |6430 |6425 | 199k|  1 |2709 |9852 |-1.013688e+05 |      --      |    Inf | unknown
1954.29/1961.38	c   934s| 41600 | 41503 |  3113k|  74.8 |  1023M |  81 |6225 |6429 |6373 | 199k|  4 |2709 |9893 |-1.013688e+05 |      --      |    Inf | unknown
1956.38/1963.49	c   936s| 41700 | 41603 |  3122k|  74.8 |  1023M |  81 |6225 |6423 |6370 | 200k|  1 |2709 |9902 |-1.013688e+05 |      --      |    Inf | unknown
1959.27/1966.31	c   938s| 41800 | 41703 |  3135k|  74.9 |  1024M |  81 |6225 |6422 |6429 | 200k|  1 |2709 |9934 |-1.013688e+05 |      --      |    Inf | unknown
1961.56/1968.61	c   941s| 41900 | 41803 |  3147k|  75.0 |  1025M |  81 |6225 |6419 |6373 | 201k|  1 |2709 |9938 |-1.013688e+05 |      --      |    Inf | unknown
1964.75/1971.87	c   944s| 42000 | 41903 |  3160k|  75.2 |  1027M |  81 |6225 |6419 |6395 | 201k|  1 |2709 |9958 |-1.013688e+05 |      --      |    Inf | unknown
1967.34/1974.46	c   947s| 42100 | 42003 |  3171k|  75.2 |  1027M |  81 |6225 |6415 |6310 | 202k|  1 |2709 |9983 |-1.013688e+05 |      --      |    Inf | unknown
1969.64/1976.77	c   949s| 42200 | 42103 |  3179k|  75.3 |  1027M |  81 |6225 |6413 |6345 | 202k|  2 |2709 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1971.94/1979.07	c   951s| 42300 | 42203 |  3189k|  75.3 |  1027M |  81 |6225 |6434 |6356 | 203k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1974.12/1981.28	c   953s| 42400 | 42303 |  3199k|  75.4 |  1027M |  81 |6225 |6429 |6323 | 203k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1976.41/1983.52	c   956s| 42500 | 42403 |  3208k|  75.4 |  1027M |  81 |6225 |6428 |6405 | 204k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1978.51/1985.65	c   958s| 42600 | 42503 |  3219k|  75.5 |  1030M |  81 |6225 |6427 |6479 | 204k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1983.00/1990.16	c   962s| 42700 | 42603 |  3243k|  75.9 |  1032M |  81 |6225 |6418 |6367 | 205k|  3 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1985.38/1992.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1985.38/1992.53	c   965s| 42800 | 42703 |  3256k|  76.0 |  1034M |  81 |6225 |6437 |6418 | 205k|  2 |2751 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1988.57/1995.78	c   968s| 42900 | 42803 |  3273k|  76.2 |  1034M |  81 |6225 |6446 |6325 | 206k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1990.47/1997.65	c   970s| 43000 | 42903 |  3283k|  76.3 |  1035M |  81 |6225 |6445 |6353 | 206k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1992.56/1999.71	c   972s| 43100 | 43003 |  3294k|  76.4 |  1035M |  81 |6225 |6443 |6420 | 207k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1994.25/2001.47	c   974s| 43200 | 43103 |  3302k|  76.4 |  1036M |  81 |6225 |6434 |6351 | 207k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
1997.24/2004.41	c   977s| 43300 | 43203 |  3314k|  76.5 |  1037M |  81 |6225 |6432 |6398 | 208k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2000.03/2007.26	c   979s| 43400 | 43303 |  3328k|  76.6 |  1038M |  81 |6225 |6430 |6371 | 208k|  3 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2001.84/2009.04	c   981s| 43500 | 43403 |  3335k|  76.6 |  1043M |  81 |6225 |6429 |6359 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2004.22/2011.45	c   984s| 43600 | 43503 |  3345k|  76.7 |  1045M |  81 |6225 |6425 |6438 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2006.21/2013.45	c   986s| 43700 | 43603 |  3354k|  76.7 |  1046M |  81 |6225 |6423 |6328 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2008.20/2015.49	c   988s| 43800 | 43703 |  3363k|  76.7 |  1048M |  81 |6225 |6430 |6369 | 210k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2010.70/2017.92	c   990s| 43900 | 43803 |  3374k|  76.8 |  1048M |  81 |6225 |6424 |6422 | 210k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2012.39/2019.65	c   992s| 44000 | 43903 |  3383k|  76.8 |  1049M |  81 |6225 |6419 |6371 | 211k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2013.90/2021.19	c   993s| 44100 | 44003 |  3390k|  76.8 |  1049M |  81 |6225 |6416 |6387 | 211k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2016.79/2024.06	c   996s| 44200 | 44103 |  3405k|  77.0 |  1052M |  81 |6225 |6411 |6306 | 212k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2019.37/2026.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2019.37/2026.64	c   999s| 44300 | 44203 |  3415k|  77.0 |  1053M |  81 |6225 |6408 |6377 | 212k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2021.46/2028.75	c  1001s| 44400 | 44303 |  3424k|  77.1 |  1053M |  81 |6225 |6406 |6384 | 213k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2023.76/2031.10	c  1003s| 44500 | 44403 |  3436k|  77.1 |  1054M |  81 |6225 |6400 |6363 | 213k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2025.86/2033.16	c  1005s| 44600 | 44503 |  3448k|  77.2 |  1055M |  81 |6225 |6399 |6405 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2027.75/2035.06	c  1007s| 44700 | 44603 |  3456k|  77.3 |  1056M |  81 |6225 |6399 |6385 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2029.75/2037.06	c  1009s| 44800 | 44703 |  3465k|  77.3 |  1057M |  81 |6225 |6396 |6363 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2032.12/2039.41	c  1012s| 44900 | 44803 |  3477k|  77.4 |  1058M |  81 |6225 |6396 |6387 | 215k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2033.83/2041.17	c  1013s| 45000 | 44903 |  3486k|  77.4 |  1058M |  81 |6225 |6394 |6318 | 215k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2036.11/2043.48	c  1016s| 45100 | 45003 |  3499k|  77.5 |  1058M |  81 |6225 |6392 |6409 | 216k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2038.20/2045.53	c  1018s| 45200 | 45103 |  3511k|  77.6 |  1058M |  81 |6225 |6404 |6399 | 216k|  1 |2788 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2040.89/2048.27	c  1020s| 45300 | 45203 |  3523k|  77.7 |  1059M |  81 |6225 |6401 |6310 | 217k|  1 |2788 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2043.28/2050.61	c  1023s| 45400 | 45303 |  3535k|  77.8 |  1060M |  81 |6225 |6403 |6426 | 217k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2045.28/2052.65	c  1025s| 45500 | 45403 |  3545k|  77.8 |  1062M |  81 |6225 |6401 |6310 | 218k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2047.17/2054.54	c  1027s| 45600 | 45503 |  3554k|  77.9 |  1063M |  81 |6225 |6400 |6316 | 218k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2049.86/2057.23	c  1029s| 45700 | 45603 |  3566k|  78.0 |  1066M |  81 |6225 |6399 |6386 | 219k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2052.15/2059.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2052.15/2059.55	c  1032s| 45800 | 45703 |  3577k|  78.0 |  1066M |  81 |6225 |6395 |6369 | 219k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2055.14/2062.52	c  1035s| 45900 | 45803 |  3588k|  78.1 |  1067M |  81 |6225 |6387 |6438 | 220k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2057.24/2064.61	c  1037s| 46000 | 45903 |  3600k|  78.2 |  1070M |  81 |6225 |6384 |6439 | 220k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2060.03/2067.48	c  1040s| 46100 | 46003 |  3612k|  78.3 |  1073M |  81 |6225 |6383 |6373 | 221k|  2 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2062.02/2069.48	c  1042s| 46200 | 46103 |  3623k|  78.4 |  1074M |  81 |6225 |6382 |6365 | 221k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2063.91/2071.31	c  1043s| 46300 | 46203 |  3634k|  78.4 |  1074M |  81 |6225 |6382 |6370 | 221k|  4 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2065.81/2073.21	c  1045s| 46400 | 46303 |  3644k|  78.5 |  1074M |  81 |6225 |6382 |6381 | 222k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2067.71/2075.16	c  1047s| 46500 | 46403 |  3653k|  78.5 |  1074M |  81 |6225 |6382 |6408 | 222k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2069.99/2077.41	c  1050s| 46600 | 46503 |  3665k|  78.6 |  1075M |  81 |6225 |6380 |6364 | 223k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2072.88/2080.31	c  1052s| 46700 | 46603 |  3675k|  78.6 |  1077M |  81 |6225 |6378 |6390 | 223k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2075.18/2082.68	c  1055s| 46800 | 46703 |  3687k|  78.7 |  1078M |  81 |6225 |6376 |6441 | 224k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2077.17/2084.62	c  1057s| 46900 | 46803 |  3699k|  78.8 |  1078M |  81 |6225 |6375 |6351 | 224k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2078.96/2086.49	c  1059s| 47000 | 46903 |  3711k|  78.9 |  1079M |  81 |6225 |6371 |6394 | 225k|  1 |2806 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2080.76/2088.26	c  1060s| 47100 | 47003 |  3720k|  78.9 |  1079M |  81 |6225 |6372 |6332 | 225k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2082.85/2090.34	c  1062s| 47200 | 47103 |  3732k|  79.0 |  1079M |  81 |6225 |6366 |6345 | 225k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2085.55/2093.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2085.55/2093.04	c  1065s| 47300 | 47203 |  3742k|  79.1 |  1082M |  81 |6225 |6363 |6440 | 226k|  2 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2087.43/2094.97	c  1067s| 47400 | 47303 |  3751k|  79.1 |  1083M |  81 |6225 |6361 |6343 | 226k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2089.43/2096.97	c  1069s| 47500 | 47403 |  3760k|  79.1 |  1085M |  81 |6225 |6360 |6396 | 227k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2092.32/2099.81	c  1072s| 47600 | 47503 |  3772k|  79.2 |  1088M |  81 |6225 |6358 |6419 | 227k|  5 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2094.91/2102.46	c  1075s| 47700 | 47603 |  3783k|  79.3 |  1099M |  81 |6225 |6357 |6390 | 228k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2097.00/2104.56	c  1077s| 47800 | 47703 |  3791k|  79.3 |  1099M |  81 |6225 |6357 |6402 | 228k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2099.51/2107.03	c  1079s| 47900 | 47803 |  3797k|  79.2 |  1102M |  81 |6225 |6357 |6384 | 229k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2101.69/2109.24	c  1081s| 48000 | 47903 |  3809k|  79.3 |  1103M |  81 |6225 |6356 |6401 | 229k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2103.78/2111.36	c  1084s| 48100 | 48003 |  3818k|  79.3 |  1104M |  81 |6225 |6348 |6447 | 230k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2105.97/2113.56	c  1086s| 48200 | 48103 |  3828k|  79.4 |  1106M |  81 |6225 |6366 |6362 | 230k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2108.36/2115.98	c  1088s| 48300 | 48203 |  3837k|  79.4 |  1106M |  81 |6225 |6366 |6431 | 231k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2110.36/2117.95	c  1090s| 48400 | 48303 |  3848k|  79.4 |  1106M |  81 |6225 |6365 |6309 | 231k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2111.95/2119.57	c  1092s| 48500 | 48403 |  3855k|  79.4 |  1107M |  81 |6225 |6362 |6368 | 231k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2114.14/2121.73	c  1094s| 48600 | 48503 |  3865k|  79.5 |  1107M |  81 |6225 |6361 |6456 | 232k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2116.45/2124.09	c  1096s| 48700 | 48603 |  3876k|  79.5 |  1109M |  81 |6225 |6361 |6322 | 232k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2118.33/2125.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2118.33/2125.93	c  1098s| 48800 | 48703 |  3886k|  79.6 |  1111M |  81 |6225 |6361 |6418 | 233k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2120.82/2128.48	c  1101s| 48900 | 48803 |  3896k|  79.6 |  1114M |  81 |6225 |6360 |6477 | 233k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2123.31/2130.95	c  1103s| 49000 | 48903 |  3907k|  79.7 |  1116M |  81 |6225 |6360 |6418 | 234k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2125.80/2133.45	c  1106s| 49100 | 49003 |  3917k|  79.7 |  1117M |  81 |6225 |6354 |6376 | 234k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2127.80/2135.40	c  1108s| 49200 | 49103 |  3926k|  79.7 |  1117M |  81 |6225 |6350 |6324 | 235k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2130.19/2137.89	c  1110s| 49300 | 49203 |  3937k|  79.8 |  1119M |  81 |6225 |6350 |6369 | 235k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2132.08/2139.73	c  1112s| 49400 | 49303 |  3946k|  79.8 |  1120M |  81 |6225 |6346 |6468 | 236k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2134.39/2142.07	c  1114s| 49500 | 49403 |  3957k|  79.9 |  1122M |  81 |6225 |6344 |6358 | 236k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2136.48/2144.12	c  1116s| 49600 | 49503 |  3967k|  79.9 |  1122M |  81 |6225 |6344 |6397 | 237k|  2 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2138.56/2146.26	c  1118s| 49700 | 49603 |  3978k|  80.0 |  1122M |  81 |6225 |6340 |6299 | 237k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2140.47/2148.14	c  1120s| 49800 | 49703 |  3988k|  80.0 |  1122M |  81 |6225 |6339 |6352 | 238k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2143.15/2150.88	c  1123s| 49900 | 49803 |  4000k|  80.1 |  1124M |  81 |6225 |6336 |6429 | 238k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
2145.14/2152.88	c  1125s| 50000 | 49903 |  4010k|  80.1 |  1124M |  81 |6225 |6332 |6327 | 238k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2148.13/2155.81	c  1128s| 50100 | 50003 |  4025k|  80.3 |  1128M |  81 |6225 |6329 |6433 | 239k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2150.12/2157.83	c  1130s| 50200 | 50103 |  4033k|  80.3 |  1131M |  81 |6225 |6325 |6475 | 240k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2151.82/2159.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2151.82/2159.57	c  1132s| 50300 | 50203 |  4041k|  80.3 |  1134M |  81 |6225 |6325 |6330 | 240k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2154.32/2162.04	c  1134s| 50400 | 50303 |  4051k|  80.3 |  1137M |  81 |6225 |6325 |6393 | 241k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2156.90/2164.63	c  1137s| 50500 | 50403 |  4061k|  80.4 |  1138M |  81 |6225 |6324 |6283 | 241k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2158.89/2166.68	c  1139s| 50600 | 50503 |  4071k|  80.4 |  1139M |  81 |6225 |6324 |6345 | 242k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2161.09/2168.80	c  1141s| 50700 | 50603 |  4080k|  80.4 |  1139M |  81 |6225 |6324 |6471 | 242k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2162.88/2170.60	c  1143s| 50800 | 50703 |  4091k|  80.5 |  1139M |  81 |6225 |6319 |6301 | 242k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2165.17/2172.99	c  1145s| 50900 | 50801 |  4101k|  80.5 |  1141M |  81 |6225 |6330 |6401 | 243k|  1 |2849 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2166.77/2174.59	c  1147s| 51000 | 50901 |  4108k|  80.5 |  1141M |  81 |6225 |6330 |6434 | 243k|  1 |2849 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2168.46/2176.23	c  1148s| 51100 | 51001 |  4116k|  80.5 |  1141M |  81 |6225 |6342 |6366 | 244k|  1 |2861 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2170.85/2178.64	c  1151s| 51200 | 51101 |  4128k|  80.6 |  1141M |  81 |6225 |6338 |6384 | 244k|  1 |2861 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2174.04/2181.81	c  1154s| 51300 | 51201 |  4143k|  80.7 |  1150M |  81 |6225 |6341 |6295 | 245k|  1 |2864 |  11k|-1.013688e+05 |      --      |    Inf | unknown
2175.84/2183.63	c  1156s| 51400 | 51301 |  4153k|  80.7 |  1150M |  81 |6225 |6337 |6354 | 245k|  1 |2864 |  11k|-1.013970e+05 |      --      |    Inf | unknown
2178.13/2186.01	c  1158s| 51500 | 51401 |  4162k|  80.8 |  1150M |  81 |6225 |6355 |6399 | 246k|  1 |2885 |  11k|-1.013970e+05 |      --      |    Inf | unknown
2180.82/2188.67	c  1161s| 51600 | 51501 |  4175k|  80.8 |  1152M |  81 |6225 |6351 |6351 | 246k|  1 |2885 |  11k|-1.013970e+05 |      --      |    Inf | unknown
2183.51/2191.32	c  1163s| 51700 | 51601 |  4187k|  80.9 |  1152M |  81 |6225 |6351 |6453 | 247k|  1 |2885 |  11k|-1.013970e+05 |      --      |    Inf | unknown
2186.01/2193.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2186.01/2193.81	c  1166s| 51800 | 51701 |  4200k|  81.0 |  1159M |  81 |6225 |6362 |6430 | 247k|  1 |2898 |  11k|-1.013970e+05 |      --      |    Inf | unknown
2188.60/2196.40	c  1169s| 51900 | 51801 |  4212k|  81.1 |  1159M |  81 |6225 |6361 |6436 | 248k|  1 |2898 |  11k|-1.013997e+05 |      --      |    Inf | unknown
2190.60/2198.42	c  1171s| 52000 | 51901 |  4223k|  81.2 |  1159M |  81 |6225 |6369 |6486 | 248k|  1 |2909 |  11k|-1.013997e+05 |      --      |    Inf | unknown
2193.20/2201.06	c  1173s| 52100 | 52001 |  4236k|  81.2 |  1160M |  81 |6225 |6363 |6310 | 249k|  1 |2909 |  11k|-1.014033e+05 |      --      |    Inf | unknown
2195.20/2203.08	c  1175s| 52200 | 52101 |  4245k|  81.3 |  1165M |  81 |6225 |6362 |6392 | 249k|  1 |2909 |  11k|-1.014033e+05 |      --      |    Inf | unknown
2196.78/2204.66	c  1177s| 52300 | 52201 |  4251k|  81.2 |  1168M |  81 |6225 |6362 |6411 | 250k|  1 |2909 |  11k|-1.014596e+05 |      --      |    Inf | unknown
2199.37/2207.24	c  1179s| 52400 | 52301 |  4266k|  81.4 |  1168M |  81 |6225 |6372 |6368 | 250k|  1 |2920 |  11k|-1.014596e+05 |      --      |    Inf | unknown
2202.27/2210.16	c  1182s| 52500 | 52401 |  4280k|  81.5 |  1168M |  81 |6225 |6370 |6387 | 251k|  3 |2920 |  11k|-1.014596e+05 |      --      |    Inf | unknown
2204.35/2212.27	c  1184s| 52600 | 52501 |  4290k|  81.5 |  1168M |  81 |6225 |6366 |6376 | 251k|  4 |2920 |  11k|-1.014596e+05 |      --      |    Inf | unknown
2207.26/2215.13	c  1187s| 52700 | 52601 |  4303k|  81.6 |  1168M |  81 |6225 |6364 |6366 | 252k|  1 |2920 |  11k|-1.015469e+05 |      --      |    Inf | unknown
2209.73/2217.61	c  1190s| 52800 | 52701 |  4315k|  81.7 |  1168M |  81 |6225 |6362 |6510 | 253k|  1 |2920 |  11k|-1.015469e+05 |      --      |    Inf | unknown
2212.14/2220.06	c  1192s| 52900 | 52801 |  4326k|  81.7 |  1171M |  81 |6225 |6359 |6375 | 253k|  1 |2920 |  11k|-1.015622e+05 |      --      |    Inf | unknown
2214.62/2222.55	c  1195s| 53000 | 52901 |  4338k|  81.8 |  1171M |  81 |6225 |6349 |6349 | 254k|  1 |2920 |  11k|-1.015622e+05 |      --      |    Inf | unknown
2216.61/2224.56	c  1197s| 53100 | 53001 |  4346k|  81.8 |  1171M |  81 |6225 |6343 |6413 | 254k|  1 |2920 |  11k|-1.015622e+05 |      --      |    Inf | unknown
2218.61/2226.58	c  1199s| 53200 | 53101 |  4356k|  81.8 |  1171M |  81 |6225 |6344 |6358 | 255k|  1 |2924 |  11k|-1.015622e+05 |      --      |    Inf | unknown
2221.30/2229.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2221.30/2229.24	c  1201s| 53300 | 53201 |  4368k|  81.9 |  1171M |  81 |6225 |6335 |6377 | 255k|  1 |2924 |  11k|-1.015642e+05 |      --      |    Inf | unknown
2223.79/2231.71	c  1204s| 53400 | 53301 |  4378k|  81.9 |  1171M |  81 |6225 |6330 |6377 | 256k|  1 |2924 |  11k|-1.015642e+05 |      --      |    Inf | unknown
2226.58/2234.55	c  1207s| 53500 | 53401 |  4388k|  82.0 |  1172M |  81 |6225 |6328 |6344 | 256k|  1 |2924 |  11k|-1.016088e+05 |      --      |    Inf | unknown
2229.19/2237.19	c  1209s| 53600 | 53501 |  4399k|  82.0 |  1173M |  81 |6225 |6328 |6451 | 257k|  1 |2924 |  11k|-1.016088e+05 |      --      |    Inf | unknown
2231.18/2239.19	c  1211s| 53700 | 53601 |  4408k|  82.0 |  1174M |  81 |6225 |6325 |6327 | 257k|  1 |2924 |  11k|-1.017140e+05 |      --      |    Inf | unknown
2234.17/2242.16	c  1214s| 53800 | 53701 |  4424k|  82.2 |  1174M |  81 |6225 |6323 |6414 | 258k|  1 |2924 |  11k|-1.017140e+05 |      --      |    Inf | unknown
2236.65/2244.64	c  1217s| 53900 | 53801 |  4436k|  82.2 |  1174M |  81 |6225 |6321 |6460 | 258k|  2 |2924 |  11k|-1.017140e+05 |      --      |    Inf | unknown
2239.24/2247.24	c  1219s| 54000 | 53901 |  4447k|  82.3 |  1174M |  81 |6225 |6340 |6389 | 259k|  1 |2945 |  11k|-1.017140e+05 |      --      |    Inf | unknown
2241.53/2249.50	c  1222s| 54100 | 54001 |  4460k|  82.4 |  1176M |  81 |6225 |6337 |6392 | 259k|  1 |2945 |  11k|-1.017140e+05 |      --      |    Inf | unknown
2243.42/2251.48	c  1224s| 54200 | 54101 |  4468k|  82.4 |  1177M |  81 |6225 |6335 |6297 | 260k|  1 |2945 |  11k|-1.017228e+05 |      --      |    Inf | unknown
2246.21/2254.24	c  1226s| 54300 | 54201 |  4481k|  82.5 |  1178M |  81 |6225 |6334 |6365 | 260k|  1 |2945 |  11k|-1.017228e+05 |      --      |    Inf | unknown
2248.90/2256.95	c  1229s| 54400 | 54301 |  4493k|  82.5 |  1180M |  81 |6225 |6333 |6390 | 261k|  1 |2945 |  11k|-1.017361e+05 |      --      |    Inf | unknown
2251.80/2259.81	c  1232s| 54500 | 54401 |  4506k|  82.6 |  1181M |  81 |6225 |6331 |6349 | 262k|  1 |2945 |  11k|-1.017361e+05 |      --      |    Inf | unknown
2254.69/2262.75	c  1235s| 54600 | 54501 |  4519k|  82.7 |  1182M |  81 |6225 |6330 |6408 | 262k|  1 |2945 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2257.48/2265.51	c  1238s| 54700 | 54601 |  4533k|  82.8 |  1184M |  81 |6225 |6325 |6332 | 263k|  1 |2945 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2260.37/2268.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2260.37/2268.43	c  1241s| 54800 | 54701 |  4545k|  82.9 |  1188M |  81 |6225 |6321 |6404 | 263k|  1 |2945 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2262.66/2270.78	c  1243s| 54900 | 54801 |  4556k|  82.9 |  1188M |  81 |6225 |6321 |6456 | 264k|  1 |2945 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2265.65/2273.79	c  1246s| 55000 | 54901 |  4572k|  83.1 |  1190M |  81 |6225 |6318 |6369 | 264k|  1 |2945 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2268.84/2276.93	c  1249s| 55100 | 55001 |  4586k|  83.2 |  1193M |  81 |6225 |6326 |6393 | 265k|  1 |2955 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2271.33/2279.43	c  1252s| 55200 | 55101 |  4599k|  83.3 |  1195M |  81 |6225 |6356 |6475 | 265k|  1 |2989 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2273.72/2281.84	c  1254s| 55300 | 55199 |  4611k|  83.3 |  1196M |  81 |6225 |6357 |6364 | 266k|  1 |2992 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2276.41/2284.54	c  1257s| 55400 | 55299 |  4623k|  83.4 |  1196M |  81 |6225 |6356 |6395 | 267k|  1 |2992 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2278.71/2286.81	c  1259s| 55500 | 55399 |  4633k|  83.4 |  1196M |  81 |6225 |6350 |6350 | 267k|  1 |2992 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2281.70/2289.87	c  1262s| 55600 | 55499 |  4644k|  83.5 |  1197M |  81 |6225 |6347 |6339 | 268k|  4 |2992 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2284.79/2292.92	c  1265s| 55700 | 55599 |  4658k|  83.6 |  1198M |  81 |6225 |6345 |6456 | 268k|  1 |2992 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2287.08/2295.24	c  1267s| 55800 | 55699 |  4669k|  83.6 |  1200M |  81 |6225 |6343 |6356 | 269k|  1 |2992 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2289.99/2298.19	c  1270s| 55900 | 55799 |  4684k|  83.7 |  1204M |  81 |6225 |6363 |6437 | 269k|  1 |3013 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2292.26/2300.46	c  1273s| 56000 | 55899 |  4693k|  83.8 |  1205M |  81 |6225 |6361 |6366 | 270k|  1 |3013 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2294.46/2302.62	c  1275s| 56100 | 55999 |  4704k|  83.8 |  1205M |  81 |6225 |6359 |6343 | 270k|  1 |3013 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2296.75/2304.95	c  1277s| 56200 | 56099 |  4715k|  83.9 |  1205M |  81 |6225 |6357 |6444 | 271k|  1 |3013 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2298.44/2306.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2298.44/2306.67	c  1279s| 56300 | 56199 |  4724k|  83.9 |  1205M |  81 |6225 |6356 |6332 | 271k|  1 |3013 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2301.04/2309.26	c  1281s| 56400 | 56299 |  4736k|  83.9 |  1206M |  81 |6225 |6355 |6379 | 272k|  1 |3013 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2303.84/2312.07	c  1284s| 56500 | 56399 |  4749k|  84.0 |  1209M |  81 |6225 |6372 |6473 | 272k|  1 |3035 |  11k|-1.017367e+05 |      --      |    Inf | unknown
2306.72/2314.91	c  1287s| 56600 | 56499 |  4762k|  84.1 |  1209M |  81 |6225 |6366 |6362 | 273k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2308.82/2317.08	c  1289s| 56700 | 56599 |  4770k|  84.1 |  1210M |  81 |6225 |6365 |6410 | 273k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2310.71/2319.00	c  1291s| 56800 | 56699 |  4780k|  84.1 |  1210M |  81 |6225 |6362 |6317 | 274k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2313.30/2321.58	c  1294s| 56900 | 56799 |  4792k|  84.2 |  1211M |  81 |6225 |6360 |6347 | 274k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2316.09/2324.33	c  1296s| 57000 | 56899 |  4803k|  84.2 |  1212M |  81 |6225 |6358 |6393 | 275k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2319.18/2327.45	c  1300s| 57100 | 56999 |  4819k|  84.4 |  1213M |  81 |6225 |6356 |6323 | 275k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2321.27/2329.58	c  1302s| 57200 | 57099 |  4830k|  84.4 |  1215M |  81 |6225 |6356 |6378 | 276k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2323.06/2331.36	c  1304s| 57300 | 57199 |  4840k|  84.4 |  1215M |  81 |6225 |6355 |6445 | 276k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2325.06/2333.38	c  1306s| 57400 | 57299 |  4848k|  84.4 |  1215M |  81 |6225 |6351 |6372 | 277k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2329.34/2337.61	c  1310s| 57500 | 57399 |  4871k|  84.7 |  1221M |  81 |6225 |6349 |6450 | 277k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2331.34/2339.66	c  1312s| 57600 | 57499 |  4881k|  84.7 |  1222M |  81 |6225 |6346 |6295 | 277k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2333.43/2341.70	c  1314s| 57700 | 57599 |  4891k|  84.7 |  1224M |  81 |6225 |6345 |6309 | 278k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2335.23/2343.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2335.23/2343.52	c  1316s| 57800 | 57699 |  4898k|  84.7 |  1227M |  81 |6225 |6344 |6434 | 278k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2337.73/2346.08	c  1318s| 57900 | 57799 |  4909k|  84.7 |  1230M |  81 |6225 |6341 |6396 | 279k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2340.21/2348.56	c  1321s| 58000 | 57899 |  4919k|  84.8 |  1232M |  81 |6225 |6337 |6386 | 279k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2343.00/2351.34	c  1323s| 58100 | 57999 |  4932k|  84.8 |  1235M |  81 |6225 |6336 |6473 | 280k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2346.39/2354.73	c  1327s| 58200 | 58099 |  4946k|  84.9 |  1239M |  81 |6225 |6335 |6438 | 281k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2348.70/2357.02	c  1329s| 58300 | 58199 |  4956k|  85.0 |  1239M |  81 |6225 |6333 |6465 | 281k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2350.69/2359.02	c  1331s| 58400 | 58299 |  4967k|  85.0 |  1240M |  81 |6225 |6329 |6273 | 281k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2352.97/2361.39	c  1334s| 58500 | 58399 |  4978k|  85.1 |  1241M |  81 |6225 |6326 |6375 | 282k|  2 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2355.96/2364.37	c  1337s| 58600 | 58499 |  4993k|  85.2 |  1241M |  81 |6225 |6323 |6434 | 282k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2357.45/2365.85	c  1338s| 58700 | 58599 |  5001k|  85.1 |  1241M |  81 |6225 |6307 |6346 | 283k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2359.76/2368.17	c  1340s| 58800 | 58699 |  5010k|  85.2 |  1242M |  81 |6225 |6298 |6373 | 283k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2361.94/2370.33	c  1342s| 58900 | 58799 |  5021k|  85.2 |  1242M |  81 |6225 |6295 |6291 | 284k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2363.93/2372.35	c  1344s| 59000 | 58899 |  5032k|  85.2 |  1242M |  81 |6225 |6293 |6371 | 284k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2365.74/2374.17	c  1346s| 59100 | 58999 |  5040k|  85.2 |  1248M |  81 |6225 |6289 |6403 | 285k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2367.74/2376.14	c  1348s| 59200 | 59099 |  5049k|  85.2 |  1249M |  81 |6225 |6283 |6342 | 285k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2370.41/2378.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2370.41/2378.84	c  1351s| 59300 | 59199 |  5062k|  85.3 |  1250M |  81 |6225 |6276 |6437 | 286k|  1 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2372.72/2381.17	c  1353s| 59400 | 59299 |  5074k|  85.4 |  1250M |  81 |6225 |6274 |6509 | 286k|  2 |3035 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2374.50/2383.00	c  1355s| 59500 | 59399 |  5085k|  85.4 |  1252M |  81 |6225 |6282 |6338 | 287k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2377.39/2385.80	c  1358s| 59600 | 59499 |  5097k|  85.5 |  1252M |  81 |6225 |6276 |6406 | 287k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2379.38/2387.88	c  1360s| 59700 | 59599 |  5107k|  85.5 |  1252M |  81 |6225 |6274 |6272 | 288k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2381.87/2390.39	c  1363s| 59800 | 59699 |  5120k|  85.6 |  1255M |  81 |6225 |6273 |6351 | 288k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2384.77/2393.29	c  1365s| 59900 | 59799 |  5131k|  85.6 |  1257M |  81 |6225 |6273 |6392 | 289k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2387.36/2395.83	c  1368s| 60000 | 59899 |  5145k|  85.7 |  1262M |  81 |6225 |6268 |6419 | 289k|  4 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2389.75/2398.25	c  1370s| 60100 | 59999 |  5157k|  85.8 |  1262M |  81 |6225 |6268 |6435 | 290k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2391.74/2400.20	c  1372s| 60200 | 60099 |  5165k|  85.8 |  1262M |  81 |6225 |6266 |6427 | 290k|  2 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2393.74/2402.28	c  1374s| 60300 | 60199 |  5175k|  85.8 |  1262M |  81 |6225 |6260 |6333 | 291k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2396.54/2405.04	c  1377s| 60400 | 60299 |  5186k|  85.8 |  1262M |  81 |6225 |6260 |6410 | 291k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2398.42/2407.01	c  1379s| 60500 | 60399 |  5194k|  85.8 |  1266M |  81 |6225 |6260 |6293 | 292k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2401.01/2409.50	c  1382s| 60600 | 60499 |  5208k|  85.9 |  1268M |  81 |6225 |6258 |6403 | 292k|  1 |3046 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2402.90/2411.40	c  1384s| 60700 | 60599 |  5218k|  85.9 |  1270M |  81 |6225 |6262 |6408 | 293k|  1 |3056 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2405.10/2413.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2405.10/2413.60	c  1386s| 60800 | 60699 |  5229k|  86.0 |  1270M |  81 |6225 |6301 |6364 | 293k|  1 |3098 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2409.09/2417.62	c  1390s| 60900 | 60799 |  5255k|  86.2 |  1271M |  81 |6225 |6300 |6375 | 293k|  1 |3098 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2411.18/2419.77	c  1392s| 61000 | 60899 |  5267k|  86.3 |  1271M |  81 |6225 |6300 |6314 | 294k|  1 |3098 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2413.97/2422.54	c  1395s| 61100 | 60999 |  5280k|  86.4 |  1271M |  81 |6225 |6299 |6359 | 294k|  1 |3098 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2415.86/2424.47	c  1397s| 61200 | 61099 |  5290k|  86.4 |  1273M |  81 |6225 |6297 |6400 | 295k|  1 |3098 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2418.47/2427.06	c  1399s| 61300 | 61199 |  5300k|  86.4 |  1274M |  81 |6225 |6290 |6338 | 295k|  1 |3098 |  12k|-1.017367e+05 |      --      |    Inf | unknown
2419.25/2427.85	c 
2419.25/2427.85	c SCIP Status        : solving was interrupted [time limit reached]
2419.25/2427.85	c Solving Time (sec) : 1400.00
2419.25/2427.85	c Solving Nodes      : 61319
2419.25/2427.85	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2419.25/2427.85	c Dual Bound         : -1.01736713956710e+05
2419.25/2427.85	c Gap                : infinite
2419.25/2427.85	c SCIP status: 23 (TIMELIMIT)
2419.25/2427.85	c solveScip: freeing transform (!can_skip_free_transform)
2419.75/2428.39	c SCIP LP bound tightened UB: 42983188 -> 42982820
2419.75/2428.39	c pb_solver_status: sst_unknown
2419.75/2428.39	c LB_goalvalue: 0
2419.75/2428.39	c UB_goalvalue: 42982820
2419.75/2428.39	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2419.75/2428.39	c SCIP returned: sst_unknown
2419.75/2428.39	c SCIP primal LB: -oo, dual UB: 42982820
2419.75/2428.39	c assumptions: 
2419.75/2428.39	c invoking solver with time budget: 5.000000
2424.84/2433.41	c sat_solver_result: sst_unknown
2424.84/2433.41	c SAT solver timed out; proceeding to cooperative SCIP call
2424.84/2433.41	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 42982820
2424.84/2433.41	c scip solving with time budget: 1800.000000
2424.84/2433.41	c solveScip
2424.84/2433.41	c initScipForCoop
2424.84/2433.41	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2424.84/2433.42	c presolving:
2424.84/2433.44	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
2424.84/2433.46	c    (0.0s) running MILP presolver
2424.84/2433.48	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2424.84/2433.48	c (round 2, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 302 clqs, 0 implints
2424.94/2433.51	c (round 3, exhaustive) 0 del vars, 152 del conss, 0 add conss, 0 chg bounds, 75 chg sides, 150 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
2424.94/2433.52	c (round 4, medium)     0 del vars, 152 del conss, 150 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
2424.94/2433.52	c (round 5, fast)       0 del vars, 227 del conss, 225 add conss, 0 chg bounds, 225 chg sides, 450 chg coeffs, 5852 upgd conss, 0 impls, 302 clqs, 0 implints
2425.04/2433.69	c    (0.3s) probing: 51/6225 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2425.04/2433.69	c    (0.3s) probing aborted: 50/50 successive totally useless probings
2425.14/2433.78	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2425.14/2433.79	c    (0.4s) no symmetry present (symcode time: 0.00)
2425.24/2433.80	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
2425.24/2433.80	c  0 deleted vars, 227 deleted constraints, 225 added constraints, 0 tightened bounds, 0 added holes, 225 changed sides, 450 changed coefficients
2425.24/2433.80	c  0 implications, 302 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2425.24/2433.80	c presolved problem has 6225 variables (6225 bin, 0 int, 0 cont) and 6002 constraints
2425.24/2433.80	c    5550 constraints of type <knapsack>
2425.24/2433.80	c     302 constraints of type <setppc>
2425.24/2433.80	c     150 constraints of type <logicor>
2425.24/2433.80	c transformed objective value is always integral (scale: 1)
2425.24/2433.80	c Presolving Time: 0.38
2425.24/2433.80	c 
2425.34/2433.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2425.34/2433.94	c   0.5s|     1 |     0 |   491 |     - |   987M |   0 |6225 |6260 |6002 |   0 |  0 | 257 |   0 |-7.766339e+04 |      --      |    Inf | unknown
2425.74/2434.30	c   0.9s|     1 |     0 |  2175 |     - |   988M |   0 |6225 |6260 |6078 |  76 |  1 | 257 |   0 |-8.583652e+04 |      --      |    Inf | unknown
2425.84/2434.42	c   1.0s|     1 |     0 |  2282 |     - |   988M |   0 |6225 |6260 |6130 | 128 |  2 | 257 |   0 |-8.643980e+04 |      --      |    Inf | unknown
2425.94/2434.53	c   1.1s|     1 |     0 |  2365 |     - |   988M |   0 |6225 |6260 |6178 | 176 |  3 | 257 |   0 |-8.677402e+04 |      --      |    Inf | unknown
2426.04/2434.66	c   1.2s|     1 |     0 |  2489 |     - |   989M |   0 |6225 |6260 |6218 | 216 |  4 | 257 |   0 |-8.800148e+04 |      --      |    Inf | unknown
2426.24/2434.81	c   1.4s|     1 |     0 |  2639 |     - |   989M |   0 |6225 |6260 |6263 | 261 |  5 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
2426.34/2434.93	c   1.5s|     1 |     0 |  2708 |     - |   990M |   0 |6225 |6260 |6301 | 299 |  6 | 257 |   0 |-8.829161e+04 |      --      |    Inf | unknown
2426.45/2435.05	c   1.6s|     1 |     0 |  2784 |     - |   991M |   0 |6225 |6260 |6337 | 335 |  7 | 257 |   0 |-8.855161e+04 |      --      |    Inf | unknown
2426.55/2435.18	c   1.8s|     1 |     0 |  2857 |     - |   991M |   0 |6225 |6260 |6372 | 370 |  8 | 257 |   0 |-8.884121e+04 |      --      |    Inf | unknown
2426.74/2435.34	c   1.9s|     1 |     0 |  2916 |     - |   991M |   0 |6225 |6260 |6405 | 403 |  9 | 257 |   0 |-8.898848e+04 |      --      |    Inf | unknown
2426.93/2435.50	c   2.1s|     1 |     0 |  3030 |     - |   991M |   0 |6225 |6260 |6441 | 439 | 10 | 257 |   0 |-8.945556e+04 |      --      |    Inf | unknown
2426.93/2435.57	c   2.2s|     1 |     0 |  3117 |     - |   991M |   0 |6225 |6261 |6446 | 469 | 11 | 258 |   0 |-8.946724e+04 |      --      |    Inf | unknown
2427.03/2435.63	c   2.2s|     1 |     0 |  3173 |     - |   991M |   0 |6225 |6261 |6473 | 496 | 12 | 258 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.03/2435.69	c   2.3s|     1 |     0 |  3221 |     - |   991M |   0 |6225 |6262 |6499 | 522 | 13 | 259 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.13/2435.75	c   2.3s|     1 |     0 |  3270 |     - |   991M |   0 |6225 |6263 |6524 | 547 | 14 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.23/2435.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2427.23/2435.81	c   2.4s|     1 |     0 |  3308 |     - |   991M |   0 |6225 |6263 |6550 | 573 | 15 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.23/2435.88	c   2.5s|     1 |     0 |  3363 |     - |   991M |   0 |6225 |6263 |6571 | 594 | 16 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.33/2435.94	c   2.5s|     1 |     0 |  3402 |     - |   991M |   0 |6225 |6263 |6443 | 614 | 17 | 260 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.33/2436.00	c   2.6s|     1 |     0 |  3432 |     - |   991M |   0 |6225 |6264 |6458 | 629 | 18 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.45/2436.06	c   2.6s|     1 |     0 |  3478 |     - |   991M |   0 |6225 |6264 |6475 | 646 | 19 | 261 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.45/2436.11	c   2.7s|     1 |     0 |  3523 |     - |   991M |   0 |6225 |6266 |6487 | 658 | 20 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2427.55/2436.17	c   2.8s|     1 |     0 |  3573 |     - |   991M |   0 |6225 |6266 |6503 | 674 | 21 | 263 |   0 |-8.947122e+04 |      --      |    Inf | unknown
2429.83/2438.43	c   5.0s|     1 |     2 |  6794 |     - |   991M |   0 |6225 |6275 |6503 | 674 | 21 | 272 |  25 |-9.018234e+04 |      --      |    Inf | unknown
2445.18/2453.89	c  20.5s|   100 |   101 | 13609 | 103.2 |   991M |  18 |6225 |6303 |6269 |1153 |  1 | 301 |1285 |-9.595584e+04 |      --      |    Inf | unknown
2453.25/2461.97	c  28.6s|   200 |   199 | 21571 |  91.4 |   993M |  24 |6225 |6339 |6279 |1750 |  1 | 338 |1949 |-9.722440e+04 |      --      |    Inf | unknown
2459.63/2468.39	c  35.0s|   300 |   297 | 26687 |  77.9 |   985M |  29 |6225 |6389 |6291 |2048 |  1 | 390 |2258 |-9.756977e+04 |      --      |    Inf | unknown
2463.02/2471.78	c  38.4s|   400 |   397 | 32045 |  71.8 |   903M |  31 |6225 |6399 |6299 |2351 |  2 | 401 |2436 |-9.760952e+04 |      --      |    Inf | unknown
2466.11/2474.86	c  41.5s|   500 |   495 | 36552 |  66.5 |   903M |  40 |6225 |6400 |6358 |2678 |  3 | 404 |2576 |-9.763974e+04 |      --      |    Inf | unknown
2469.10/2477.80	c  44.4s|   600 |   593 | 45834 |  70.9 |   903M |  41 |6225 |6443 |6285 |2882 |  1 | 447 |2657 |-9.763974e+04 |      --      |    Inf | unknown
2471.79/2480.58	c  47.2s|   700 |   691 | 50501 |  67.4 |   889M |  41 |6225 |6477 |6292 |3256 |  1 | 482 |2752 |-9.771412e+04 |      --      |    Inf | unknown
2474.30/2483.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2474.30/2483.02	c  49.6s|   800 |   785 | 56085 |  65.9 |   889M |  43 |6225 |6535 |6285 |3562 |  1 | 542 |2825 |-9.771412e+04 |      --      |    Inf | unknown
2476.98/2485.72	c  52.3s|   900 |   885 | 61764 |  64.9 |   889M |  43 |6225 |6565 |6301 |3913 |  1 | 574 |2885 |-9.771412e+04 |      --      |    Inf | unknown
2478.97/2487.73	c  54.3s|  1000 |   973 | 66324 |  63.0 |   889M |  43 |6225 |6652 |6293 |4138 |  1 | 661 |2942 |-9.771719e+04 |      --      |    Inf | unknown
2480.96/2489.70	c  56.3s|  1100 |  1069 | 71541 |  62.0 |   889M |  43 |6225 |6671 |6293 |4357 |  1 | 681 |2986 |-9.771719e+04 |      --      |    Inf | unknown
2484.85/2493.62	c  60.2s|  1200 |  1167 | 87458 |  70.1 |   889M |  43 |6225 |6704 |6284 |4897 |  1 | 716 |3019 |-9.771719e+04 |      --      |    Inf | unknown
2487.44/2496.28	c  62.9s|  1300 |  1267 | 93980 |  69.7 |   889M |  45 |6225 |6745 |6341 |5374 |  1 | 760 |3061 |-9.771719e+04 |      --      |    Inf | unknown
2490.35/2499.18	c  65.8s|  1400 |  1367 |102710 |  71.0 |   893M |  45 |6225 |6773 |6311 |5806 |  1 | 791 |3103 |-9.771719e+04 |      --      |    Inf | unknown
2493.62/2502.46	c  69.0s|  1500 |  1465 |109739 |  70.9 |   893M |  45 |6225 |6805 |6317 |6329 |  1 | 836 |3196 |-9.783368e+04 |      --      |    Inf | unknown
2497.11/2505.97	c  72.6s|  1600 |  1565 |117999 |  71.7 |   895M |  45 |6225 |6855 |6296 |6776 |  1 | 902 |3285 |-9.784049e+04 |      --      |    Inf | unknown
2500.00/2508.83	c  75.4s|  1700 |  1665 |124367 |  71.2 |   895M |  45 |6225 |6869 |6316 |7255 |  2 | 942 |3345 |-9.784285e+04 |      --      |    Inf | unknown
2502.79/2511.69	c  78.3s|  1800 |  1765 |129355 |  70.0 |   895M |  45 |6225 |6904 |6286 |7664 |  1 | 993 |3399 |-9.785945e+04 |      --      |    Inf | unknown
2505.78/2514.61	c  81.2s|  1900 |  1865 |136431 |  70.1 |   895M |  45 |6225 |6903 |6283 |8237 |  1 |1006 |3432 |-9.787813e+04 |      --      |    Inf | unknown
2508.38/2517.25	c  83.8s|  2000 |  1965 |141457 |  69.1 |   895M |  45 |6225 |6941 |6328 |8615 |  2 |1062 |3449 |-9.787813e+04 |      --      |    Inf | unknown
2510.07/2518.98	c  85.6s|  2100 |  2065 |145967 |  67.9 |   895M |  45 |6225 |6986 |6331 |9025 |  1 |1122 |3482 |-9.793877e+04 |      --      |    Inf | unknown
2512.46/2521.32	c  87.9s|  2200 |  2161 |150119 |  66.7 |   897M |  45 |6225 |7009 |6317 |9462 |  1 |1159 |3516 |-9.801275e+04 |      --      |    Inf | unknown
2513.86/2522.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2513.86/2522.73	c  89.3s|  2300 |  2261 |154216 |  65.6 |   897M |  45 |6225 |7001 |6317 |9938 |  1 |1159 |3528 |-9.801275e+04 |      --      |    Inf | unknown
2515.85/2524.70	c  91.3s|  2400 |  2361 |160628 |  65.5 |   899M |  45 |6225 |7006 |6341 |  10k|  3 |1178 |3537 |-9.808691e+04 |      --      |    Inf | unknown
2516.95/2525.84	c  92.4s|  2500 |  2459 |164979 |  64.7 |   899M |  45 |6225 |7008 |6301 |  10k|  1 |1188 |3549 |-9.838090e+04 |      --      |    Inf | unknown
2518.34/2527.28	c  93.9s|  2600 |  2559 |171460 |  64.7 |   899M |  45 |6225 |7038 |6301 |  11k|  1 |1230 |3553 |-9.870574e+04 |      --      |    Inf | unknown
2519.74/2528.67	c  95.3s|  2700 |  2659 |175648 |  63.8 |   899M |  45 |6225 |7032 |6327 |  11k|  1 |1230 |3561 |-9.870859e+04 |      --      |    Inf | unknown
2521.15/2530.03	c  96.6s|  2800 |  2759 |180203 |  63.2 |   899M |  45 |6225 |7011 |6341 |  12k|  1 |1230 |3568 |-9.879565e+04 |      --      |    Inf | unknown
2522.03/2530.98	c  97.6s|  2900 |  2855 |183733 |  62.2 |   899M |  45 |6225 |7025 |6320 |  12k|  1 |1250 |3577 |-9.879565e+04 |      --      |    Inf | unknown
2523.24/2532.15	c  98.7s|  3000 |  2949 |187208 |  61.3 |   899M |  45 |6225 |7038 |6353 |  12k|  1 |1276 |3588 |-9.879565e+04 |      --      |    Inf | unknown
2525.14/2534.05	c   101s|  3100 |  3049 |191796 |  60.8 |   899M |  45 |6225 |7026 |6305 |  13k|  1 |1276 |3597 |-9.879565e+04 |      --      |    Inf | unknown
2526.82/2535.70	c   102s|  3200 |  3147 |196844 |  60.5 |   899M |  45 |6225 |7027 |6322 |  14k|  1 |1286 |3604 |-9.879565e+04 |      --      |    Inf | unknown
2528.61/2537.52	c   104s|  3300 |  3247 |201381 |  60.0 |   900M |  45 |6225 |7013 |6317 |  14k|  1 |1286 |3611 |-9.891943e+04 |      --      |    Inf | unknown
2530.22/2539.13	c   106s|  3400 |  3347 |205449 |  59.4 |   901M |  45 |6225 |7011 |6350 |  15k|  1 |1286 |3613 |-9.891943e+04 |      --      |    Inf | unknown
2531.90/2540.86	c   107s|  3500 |  3447 |209989 |  59.0 |   901M |  45 |6225 |7006 |6360 |  15k|  1 |1286 |3616 |-9.892828e+04 |      --      |    Inf | unknown
2533.99/2542.94	c   110s|  3600 |  3545 |215165 |  58.8 |   903M |  45 |6225 |7005 |6332 |  16k|  1 |1290 |3625 |-9.898664e+04 |      --      |    Inf | unknown
2535.39/2544.39	c   111s|  3700 |  3645 |218886 |  58.3 |   903M |  45 |6225 |6994 |6303 |  16k|  1 |1290 |3643 |-9.898664e+04 |      --      |    Inf | unknown
2536.58/2545.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2536.58/2545.56	c   112s|  3800 |  3743 |222346 |  57.6 |   903M |  45 |6225 |7016 |6280 |  17k|  1 |1319 |3671 |-9.898664e+04 |      --      |    Inf | unknown
2538.38/2547.35	c   114s|  3900 |  3841 |226976 |  57.3 |   903M |  45 |6225 |7018 |6308 |  17k|  1 |1324 |3712 |-9.898922e+04 |      --      |    Inf | unknown
2540.37/2549.39	c   116s|  4000 |  3941 |230978 |  56.9 |   904M |  45 |6225 |7009 |6338 |  18k|  1 |1324 |3754 |-9.898922e+04 |      --      |    Inf | unknown
2542.87/2551.89	c   118s|  4100 |  4041 |235604 |  56.7 |   904M |  45 |6225 |7001 |6314 |  18k|  1 |1324 |3807 |-9.898922e+04 |      --      |    Inf | unknown
2544.96/2553.91	c   121s|  4200 |  4135 |239892 |  56.3 |   905M |  45 |6225 |7018 |6297 |  19k|  1 |1349 |3885 |-9.898922e+04 |      --      |    Inf | unknown
2546.65/2555.68	c   122s|  4300 |  4235 |244166 |  56.0 |   905M |  45 |6225 |7015 |6317 |  19k|  1 |1349 |3948 |-9.898922e+04 |      --      |    Inf | unknown
2548.45/2557.47	c   124s|  4400 |  4335 |247999 |  55.6 |   905M |  45 |6225 |7008 |6296 |  20k|  1 |1351 |3987 |-9.898922e+04 |      --      |    Inf | unknown
2550.24/2559.24	c   126s|  4500 |  4433 |252878 |  55.5 |   905M |  45 |6225 |7011 |6277 |  20k|  1 |1360 |4022 |-9.898922e+04 |      --      |    Inf | unknown
2551.84/2560.89	c   127s|  4600 |  4531 |257216 |  55.2 |   905M |  45 |6225 |7012 |6315 |  21k|  1 |1365 |4049 |-9.901496e+04 |      --      |    Inf | unknown
2553.43/2562.43	c   129s|  4700 |  4629 |261409 |  54.9 |   906M |  45 |6225 |7009 |6295 |  21k|  1 |1366 |4075 |-9.906223e+04 |      --      |    Inf | unknown
2555.04/2564.04	c   131s|  4800 |  4729 |265449 |  54.6 |   906M |  45 |6225 |7001 |6342 |  21k|  1 |1369 |4110 |-9.906223e+04 |      --      |    Inf | unknown
2557.92/2566.90	c   133s|  4900 |  4829 |273627 |  55.2 |   907M |  45 |6225 |6997 |6338 |  22k|  1 |1369 |4130 |-9.948303e+04 |      --      |    Inf | unknown
2559.81/2568.85	c   135s|  5000 |  4929 |278379 |  55.0 |   907M |  45 |6225 |6988 |6322 |  23k|  1 |1369 |4141 |-9.958917e+04 |      --      |    Inf | unknown
2561.41/2570.47	c   137s|  5100 |  5027 |282430 |  54.7 |   907M |  45 |6225 |6982 |6294 |  23k|  1 |1374 |4145 |-9.958917e+04 |      --      |    Inf | unknown
2562.80/2571.82	c   138s|  5200 |  5127 |286218 |  54.4 |   907M |  45 |6225 |6907 |6272 |  23k|  1 |1377 |4162 |-9.958917e+04 |      --      |    Inf | unknown
2564.30/2573.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2564.30/2573.38	c   140s|  5300 |  5227 |290879 |  54.3 |   907M |  45 |6225 |6912 |6336 |  24k|  3 |1388 |4180 |-9.958917e+04 |      --      |    Inf | unknown
2565.59/2574.63	c   141s|  5400 |  5327 |295801 |  54.2 |   908M |  45 |6225 |6921 |6325 |  24k|  1 |1399 |4198 |-9.958917e+04 |      --      |    Inf | unknown
2567.49/2576.55	c   143s|  5500 |  5425 |300803 |  54.1 |   908M |  45 |6225 |6913 |6335 |  25k|  1 |1409 |4212 |-1.000276e+05 |      --      |    Inf | unknown
2569.10/2578.17	c   145s|  5600 |  5525 |305575 |  54.0 |   908M |  45 |6225 |6931 |6331 |  25k|  1 |1440 |4218 |-1.001111e+05 |      --      |    Inf | unknown
2570.88/2579.98	c   147s|  5700 |  5625 |310004 |  53.8 |   909M |  45 |6225 |6929 |6342 |  26k|  1 |1440 |4229 |-1.001111e+05 |      --      |    Inf | unknown
2572.87/2581.92	c   149s|  5800 |  5723 |314188 |  53.6 |   909M |  45 |6225 |6922 |6288 |  26k|  1 |1443 |4232 |-1.003067e+05 |      --      |    Inf | unknown
2574.86/2583.90	c   150s|  5900 |  5823 |319199 |  53.5 |   909M |  45 |6225 |6918 |6327 |  27k|  1 |1443 |4242 |-1.004369e+05 |      --      |    Inf | unknown
2576.86/2585.97	c   153s|  6000 |  5923 |324311 |  53.5 |   909M |  45 |6225 |6926 |6331 |  27k|  1 |1453 |4253 |-1.004369e+05 |      --      |    Inf | unknown
2578.55/2587.65	c   154s|  6100 |  6021 |329161 |  53.4 |   910M |  45 |6225 |6944 |6354 |  28k|  1 |1474 |4261 |-1.004369e+05 |      --      |    Inf | unknown
2580.54/2589.66	c   156s|  6200 |  6121 |334235 |  53.4 |   910M |  45 |6225 |6940 |6391 |  29k|  3 |1474 |4270 |-1.005037e+05 |      --      |    Inf | unknown
2582.24/2591.31	c   158s|  6300 |  6221 |338604 |  53.2 |   910M |  49 |6225 |6936 |6360 |  29k|  1 |1474 |4275 |-1.005037e+05 |      --      |    Inf | unknown
2584.33/2593.41	c   160s|  6400 |  6321 |343285 |  53.1 |   910M |  49 |6225 |6939 |6310 |  30k|  1 |1477 |4284 |-1.005037e+05 |      --      |    Inf | unknown
2585.94/2595.04	c   162s|  6500 |  6421 |346464 |  52.8 |   910M |  55 |6225 |6925 |6355 |  30k|  1 |1477 |4303 |-1.005037e+05 |      --      |    Inf | unknown
2588.04/2597.13	c   164s|  6600 |  6521 |351737 |  52.8 |   910M |  55 |6225 |6924 |6324 |  30k|  1 |1477 |4306 |-1.005366e+05 |      --      |    Inf | unknown
2589.93/2599.09	c   166s|  6700 |  6621 |356833 |  52.8 |   910M |  55 |6225 |6922 |6410 |  31k|  6 |1477 |4313 |-1.005366e+05 |      --      |    Inf | unknown
2592.21/2601.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2592.21/2601.32	c   168s|  6800 |  6721 |362460 |  52.8 |   912M |  55 |6225 |6952 |6298 |  32k|  1 |1509 |4326 |-1.005366e+05 |      --      |    Inf | unknown
2593.92/2603.09	c   170s|  6900 |  6821 |366485 |  52.6 |   912M |  55 |6225 |6950 |6404 |  32k|  1 |1509 |4326 |-1.005366e+05 |      --      |    Inf | unknown
2595.70/2604.81	c   171s|  7000 |  6921 |370413 |  52.4 |   912M |  61 |6225 |6944 |6371 |  32k|  1 |1509 |4337 |-1.005366e+05 |      --      |    Inf | unknown
2597.79/2606.95	c   174s|  7100 |  7021 |374832 |  52.3 |   913M |  61 |6225 |6954 |6343 |  33k|  1 |1522 |4351 |-1.005366e+05 |      --      |    Inf | unknown
2599.49/2608.66	c   175s|  7200 |  7121 |379283 |  52.2 |   913M |  65 |6225 |6953 |6356 |  33k|  1 |1522 |4359 |-1.005366e+05 |      --      |    Inf | unknown
2601.28/2610.41	c   177s|  7300 |  7221 |384057 |  52.2 |   914M |  65 |6225 |6956 |6438 |  34k|  1 |1525 |4380 |-1.005366e+05 |      --      |    Inf | unknown
2603.17/2612.33	c   179s|  7400 |  7321 |389964 |  52.2 |   914M |  65 |6225 |6990 |6368 |  34k|  1 |1561 |4390 |-1.005366e+05 |      --      |    Inf | unknown
2604.88/2614.09	c   181s|  7500 |  7421 |394300 |  52.1 |   916M |  65 |6225 |6985 |6389 |  35k|  1 |1561 |4393 |-1.005366e+05 |      --      |    Inf | unknown
2606.16/2615.35	c   182s|  7600 |  7521 |398232 |  52.0 |   916M |  65 |6225 |6984 |6328 |  35k|  1 |1561 |4397 |-1.005366e+05 |      --      |    Inf | unknown
2608.26/2617.40	c   184s|  7700 |  7621 |403069 |  51.9 |   918M |  65 |6225 |6981 |6341 |  36k|  1 |1561 |4414 |-1.005366e+05 |      --      |    Inf | unknown
2610.35/2619.50	c   186s|  7800 |  7721 |406391 |  51.7 |   918M |  65 |6225 |6978 |6356 |  36k|  1 |1561 |4418 |-1.005366e+05 |      --      |    Inf | unknown
2612.24/2621.40	c   188s|  7900 |  7821 |411296 |  51.6 |   919M |  69 |6225 |6974 |6302 |  37k|  1 |1561 |4438 |-1.005366e+05 |      --      |    Inf | unknown
2614.34/2623.50	c   190s|  8000 |  7921 |416738 |  51.7 |   919M |  69 |6225 |6994 |6313 |  37k|  1 |1582 |4449 |-1.005366e+05 |      --      |    Inf | unknown
2616.23/2625.45	c   192s|  8100 |  8021 |421433 |  51.6 |   924M |  69 |6225 |6993 |6433 |  38k|  1 |1582 |4452 |-1.005366e+05 |      --      |    Inf | unknown
2618.12/2627.37	c   194s|  8200 |  8121 |427015 |  51.7 |   925M |  69 |6225 |6979 |6364 |  38k|  1 |1582 |4465 |-1.005366e+05 |      --      |    Inf | unknown
2619.93/2629.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2619.93/2629.14	c   196s|  8300 |  8221 |431907 |  51.6 |   926M |  69 |6225 |6977 |6356 |  39k|  1 |1582 |4475 |-1.005366e+05 |      --      |    Inf | unknown
2622.01/2631.25	c   198s|  8400 |  8321 |437669 |  51.7 |   927M |  69 |6225 |6973 |6296 |  39k|  1 |1582 |4495 |-1.005366e+05 |      --      |    Inf | unknown
2625.30/2634.56	c   201s|  8500 |  8421 |450467 |  52.6 |   928M |  69 |6225 |7006 |6301 |  40k|  1 |1624 |4521 |-1.005366e+05 |      --      |    Inf | unknown
2627.09/2636.34	c   203s|  8600 |  8521 |455075 |  52.5 |   928M |  69 |6225 |7002 |6380 |  40k|  1 |1624 |4527 |-1.005366e+05 |      --      |    Inf | unknown
2629.49/2638.79	c   205s|  8700 |  8621 |459305 |  52.4 |   928M |  69 |6225 |7011 |6348 |  41k|  1 |1634 |4557 |-1.005366e+05 |      --      |    Inf | unknown
2630.98/2640.20	c   207s|  8800 |  8721 |463741 |  52.3 |   928M |  69 |6225 |7011 |6337 |  41k|  1 |1634 |4559 |-1.005366e+05 |      --      |    Inf | unknown
2632.68/2641.95	c   209s|  8900 |  8821 |467532 |  52.2 |   930M |  69 |6225 |7010 |6302 |  41k|  1 |1634 |4578 |-1.005366e+05 |      --      |    Inf | unknown
2635.07/2644.37	c   211s|  9000 |  8921 |473764 |  52.3 |   932M |  69 |6225 |7011 |6377 |  42k|  1 |1646 |4593 |-1.005366e+05 |      --      |    Inf | unknown
2636.56/2645.82	c   212s|  9100 |  9021 |477395 |  52.1 |   933M |  69 |6225 |7003 |6332 |  42k|  1 |1646 |4601 |-1.005366e+05 |      --      |    Inf | unknown
2638.16/2647.50	c   214s|  9200 |  9121 |482037 |  52.0 |   933M |  69 |6225 |7001 |6328 |  43k|  1 |1646 |4604 |-1.005366e+05 |      --      |    Inf | unknown
2640.55/2649.86	c   216s|  9300 |  9221 |486570 |  52.0 |   934M |  69 |6225 |6999 |6323 |  43k|  1 |1646 |4622 |-1.005366e+05 |      --      |    Inf | unknown
2642.35/2651.65	c   218s|  9400 |  9321 |491421 |  51.9 |   934M |  69 |6225 |6996 |6321 |  44k|  2 |1646 |4627 |-1.005366e+05 |      --      |    Inf | unknown
2644.54/2653.81	c   220s|  9500 |  9421 |496624 |  51.9 |   937M |  69 |6225 |7014 |6409 |  45k|  1 |1664 |4631 |-1.005366e+05 |      --      |    Inf | unknown
2646.43/2655.79	c   222s|  9600 |  9521 |501659 |  51.9 |   942M |  69 |6225 |7012 |6359 |  45k|  1 |1664 |4633 |-1.005366e+05 |      --      |    Inf | unknown
2648.13/2657.48	c   224s|  9700 |  9621 |506139 |  51.8 |   942M |  69 |6225 |7028 |6336 |  46k|  1 |1685 |4638 |-1.005366e+05 |      --      |    Inf | unknown
2650.12/2659.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2650.12/2659.40	c   226s|  9800 |  9719 |510387 |  51.7 |   943M |  69 |6225 |7027 |6341 |  46k|  1 |1695 |4648 |-1.005366e+05 |      --      |    Inf | unknown
2652.02/2661.33	c   228s|  9900 |  9819 |515055 |  51.7 |   944M |  69 |6225 |7024 |6385 |  46k|  1 |1695 |4651 |-1.005368e+05 |      --      |    Inf | unknown
2653.61/2662.96	c   230s| 10000 |  9919 |518827 |  51.5 |   944M |  69 |6225 |7019 |6365 |  47k|  1 |1695 |4651 |-1.005368e+05 |      --      |    Inf | unknown
2655.82/2665.13	c   232s| 10100 | 10019 |524984 |  51.6 |   944M |  69 |6225 |7023 |6352 |  47k|  1 |1705 |4659 |-1.006003e+05 |      --      |    Inf | unknown
2658.10/2667.47	c   234s| 10200 | 10119 |530577 |  51.7 |   946M |  69 |6225 |7022 |6324 |  48k|  1 |1705 |4663 |-1.006887e+05 |      --      |    Inf | unknown
2659.89/2669.26	c   236s| 10300 | 10219 |534801 |  51.6 |   947M |  69 |6225 |7022 |6282 |  48k|  1 |1705 |4669 |-1.006887e+05 |      --      |    Inf | unknown
2661.80/2671.15	c   238s| 10400 | 10319 |539352 |  51.5 |   949M |  73 |6225 |7022 |6432 |  49k|  3 |1707 |4682 |-1.006887e+05 |      --      |    Inf | unknown
2663.88/2673.21	c   240s| 10500 | 10419 |544953 |  51.6 |   949M |  73 |6225 |7014 |6313 |  49k|  1 |1707 |4698 |-1.006911e+05 |      --      |    Inf | unknown
2665.87/2675.27	c   242s| 10600 | 10517 |550763 |  51.6 |   949M |  73 |6225 |7043 |6445 |  50k|  2 |1738 |4713 |-1.006911e+05 |      --      |    Inf | unknown
2667.87/2677.25	c   244s| 10700 | 10617 |554611 |  51.5 |   949M |  73 |6225 |7043 |6333 |  50k|  1 |1738 |4724 |-1.006911e+05 |      --      |    Inf | unknown
2670.86/2680.20	c   247s| 10800 | 10715 |562360 |  51.8 |   949M |  73 |6225 |7056 |6316 |  51k|  1 |1758 |4727 |-1.006911e+05 |      --      |    Inf | unknown
2672.85/2682.26	c   249s| 10900 | 10815 |566548 |  51.7 |   951M |  73 |6225 |7056 |6404 |  51k|  3 |1758 |4728 |-1.008443e+05 |      --      |    Inf | unknown
2674.25/2683.62	c   250s| 11000 | 10915 |570552 |  51.6 |   951M |  73 |6225 |7052 |6345 |  52k|  1 |1758 |4730 |-1.008443e+05 |      --      |    Inf | unknown
2676.34/2685.73	c   252s| 11100 | 11015 |574690 |  51.5 |   951M |  73 |6225 |7047 |6300 |  52k|  1 |1758 |4743 |-1.008668e+05 |      --      |    Inf | unknown
2678.13/2687.58	c   254s| 11200 | 11115 |578850 |  51.4 |   952M |  73 |6225 |7045 |6384 |  53k|  1 |1758 |4752 |-1.008668e+05 |      --      |    Inf | unknown
2680.23/2689.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2680.23/2689.63	c   256s| 11300 | 11213 |583723 |  51.4 |   953M |  73 |6225 |7054 |6346 |  53k|  1 |1768 |4758 |-1.009057e+05 |      --      |    Inf | unknown
2682.42/2691.82	c   258s| 11400 | 11313 |588784 |  51.4 |   953M |  73 |6225 |7053 |6362 |  54k|  1 |1768 |4761 |-1.009057e+05 |      --      |    Inf | unknown
2684.21/2693.62	c   260s| 11500 | 11413 |593460 |  51.3 |   953M |  73 |6225 |7061 |6381 |  54k|  1 |1778 |4779 |-1.009057e+05 |      --      |    Inf | unknown
2685.91/2695.34	c   262s| 11600 | 11513 |598152 |  51.3 |   954M |  73 |6225 |7056 |6334 |  55k|  1 |1778 |4787 |-1.009057e+05 |      --      |    Inf | unknown
2687.62/2697.09	c   264s| 11700 | 11613 |602773 |  51.2 |   954M |  73 |6225 |7067 |6400 |  55k|  1 |1793 |4787 |-1.009057e+05 |      --      |    Inf | unknown
2689.00/2698.49	c   265s| 11800 | 11713 |606847 |  51.1 |   954M |  73 |6225 |7054 |6366 |  55k|  1 |1793 |4787 |-1.009057e+05 |      --      |    Inf | unknown
2691.61/2701.06	c   268s| 11900 | 11813 |612749 |  51.2 |   954M |  73 |6225 |7051 |6368 |  56k|  1 |1793 |4794 |-1.009057e+05 |      --      |    Inf | unknown
2693.49/2702.90	c   269s| 12000 | 11913 |619008 |  51.3 |   954M |  73 |6225 |7048 |6356 |  56k|  1 |1793 |4811 |-1.009057e+05 |      --      |    Inf | unknown
2694.78/2704.28	c   271s| 12100 | 12013 |622341 |  51.2 |   954M |  73 |6225 |7046 |6317 |  57k|  1 |1793 |4818 |-1.009057e+05 |      --      |    Inf | unknown
2696.69/2706.17	c   273s| 12200 | 12113 |626564 |  51.1 |   954M |  73 |6225 |7055 |6289 |  57k|  1 |1804 |4836 |-1.009057e+05 |      --      |    Inf | unknown
2698.58/2708.01	c   275s| 12300 | 12213 |631765 |  51.1 |   955M |  73 |6225 |7049 |6372 |  58k|  1 |1804 |4843 |-1.009057e+05 |      --      |    Inf | unknown
2700.06/2709.50	c   276s| 12400 | 12313 |636959 |  51.1 |   956M |  73 |6225 |7057 |6331 |  58k|  1 |1819 |4852 |-1.009057e+05 |      --      |    Inf | unknown
2701.36/2710.82	c   277s| 12500 | 12413 |641369 |  51.0 |   956M |  73 |6225 |7057 |6395 |  59k|  4 |1819 |4852 |-1.009057e+05 |      --      |    Inf | unknown
2702.46/2711.95	c   279s| 12600 | 12513 |645021 |  50.9 |   956M |  73 |6225 |7056 |6339 |  59k|  1 |1819 |4854 |-1.009057e+05 |      --      |    Inf | unknown
2704.15/2713.64	c   280s| 12700 | 12613 |649953 |  50.9 |   956M |  73 |6225 |7055 |6353 |  60k|  1 |1819 |4863 |-1.009057e+05 |      --      |    Inf | unknown
2706.25/2715.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2706.25/2715.78	c   282s| 12800 | 12713 |654410 |  50.9 |   956M |  73 |6225 |7051 |6405 |  60k|  1 |1819 |4867 |-1.009057e+05 |      --      |    Inf | unknown
2708.65/2718.18	c   285s| 12900 | 12813 |660496 |  50.9 |   956M |  73 |6225 |7047 |6399 |  61k|  6 |1819 |4874 |-1.009057e+05 |      --      |    Inf | unknown
2711.13/2720.60	c   287s| 13000 | 12913 |665326 |  50.9 |   958M |  73 |6225 |7043 |6379 |  61k|  6 |1819 |4895 |-1.009057e+05 |      --      |    Inf | unknown
2712.82/2722.34	c   289s| 13100 | 13013 |669302 |  50.8 |   961M |  73 |6225 |7039 |6369 |  62k|  1 |1819 |4902 |-1.009057e+05 |      --      |    Inf | unknown
2716.21/2725.73	c   292s| 13200 | 13113 |684417 |  51.6 |   961M |  73 |6225 |7039 |6368 |  62k|  3 |1819 |4909 |-1.009057e+05 |      --      |    Inf | unknown
2717.71/2727.25	c   294s| 13300 | 13213 |688180 |  51.5 |   961M |  73 |6225 |7053 |6402 |  62k|  1 |1840 |4918 |-1.009057e+05 |      --      |    Inf | unknown
2719.90/2729.42	c   296s| 13400 | 13313 |694558 |  51.6 |   961M |  73 |6225 |7048 |6416 |  63k|  1 |1840 |4918 |-1.009057e+05 |      --      |    Inf | unknown
2721.10/2730.62	c   297s| 13500 | 13413 |698407 |  51.5 |   961M |  73 |6225 |7047 |6315 |  64k|  1 |1840 |4919 |-1.009057e+05 |      --      |    Inf | unknown
2722.69/2732.27	c   299s| 13600 | 13511 |702813 |  51.4 |   961M |  73 |6225 |7051 |6375 |  64k|  1 |1851 |4929 |-1.009057e+05 |      --      |    Inf | unknown
2724.29/2733.83	c   300s| 13700 | 13611 |706890 |  51.4 |   962M |  73 |6225 |7038 |6326 |  64k|  1 |1851 |4933 |-1.009057e+05 |      --      |    Inf | unknown
2726.08/2735.60	c   302s| 13800 | 13709 |710468 |  51.2 |   964M |  73 |6225 |7046 |6281 |  65k|  1 |1862 |4933 |-1.010528e+05 |      --      |    Inf | unknown
2726.98/2736.53	c   303s| 13900 | 13807 |713644 |  51.1 |   964M |  73 |6225 |7054 |6333 |  65k|  1 |1873 |4936 |-1.010528e+05 |      --      |    Inf | unknown
2729.07/2738.65	c   305s| 14000 | 13907 |718264 |  51.1 |   964M |  73 |6225 |7050 |6372 |  66k|  1 |1873 |4941 |-1.010608e+05 |      --      |    Inf | unknown
2730.97/2740.52	c   307s| 14100 | 14007 |722974 |  51.0 |   965M |  73 |6225 |7046 |6405 |  66k|  1 |1873 |4946 |-1.010608e+05 |      --      |    Inf | unknown
2732.66/2742.22	c   309s| 14200 | 14107 |727806 |  51.0 |   965M |  73 |6225 |7044 |6345 |  66k|  1 |1873 |4947 |-1.010838e+05 |      --      |    Inf | unknown
2734.26/2743.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2734.26/2743.82	c   310s| 14300 | 14207 |732440 |  51.0 |   965M |  73 |6225 |7040 |6299 |  67k|  1 |1873 |4950 |-1.010838e+05 |      --      |    Inf | unknown
2736.35/2746.01	c   313s| 14400 | 14307 |737038 |  51.0 |   974M |  73 |6225 |7039 |6412 |  67k|  1 |1873 |4952 |-1.010845e+05 |      --      |    Inf | unknown
2737.85/2747.45	c   314s| 14500 | 14407 |741310 |  50.9 |   974M |  73 |6225 |7057 |6325 |  68k|  1 |1894 |4958 |-1.010845e+05 |      --      |    Inf | unknown
2739.94/2749.55	c   316s| 14600 | 14507 |746056 |  50.9 |   977M |  73 |6225 |7049 |6383 |  68k|  1 |1894 |4964 |-1.010925e+05 |      --      |    Inf | unknown
2742.23/2751.88	c   318s| 14700 | 14607 |752001 |  50.9 |   977M |  73 |6225 |7048 |6358 |  69k|  1 |1894 |4971 |-1.010925e+05 |      --      |    Inf | unknown
2744.03/2753.66	c   320s| 14800 | 14707 |756649 |  50.9 |   977M |  73 |6225 |7046 |6368 |  70k|  1 |1894 |4975 |-1.011074e+05 |      --      |    Inf | unknown
2745.82/2755.48	c   322s| 14900 | 14807 |761165 |  50.9 |   978M |  73 |6225 |7041 |6375 |  70k|  1 |1894 |4982 |-1.011074e+05 |      --      |    Inf | unknown
2747.81/2757.41	c   324s| 15000 | 14907 |765824 |  50.8 |   978M |  73 |6225 |7038 |6424 |  70k|  1 |1894 |4982 |-1.011593e+05 |      --      |    Inf | unknown
2750.11/2759.72	c   326s| 15100 | 15007 |770959 |  50.8 |   979M |  73 |6225 |7032 |6325 |  71k|  1 |1894 |4982 |-1.012164e+05 |      --      |    Inf | unknown
2752.10/2761.78	c   328s| 15200 | 15107 |777198 |  50.9 |   979M |  73 |6225 |7032 |6441 |  71k|  1 |1894 |4982 |-1.012164e+05 |      --      |    Inf | unknown
2754.51/2764.12	c   331s| 15300 | 15207 |783814 |  51.0 |   980M |  73 |6225 |7053 |6335 |  72k|  1 |1933 |5003 |-1.012198e+05 |      --      |    Inf | unknown
2757.08/2766.77	c   333s| 15400 | 15307 |792678 |  51.3 |   981M |  73 |6225 |7052 |6312 |  72k|  1 |1944 |5023 |-1.012198e+05 |      --      |    Inf | unknown
2759.58/2769.23	c   336s| 15500 | 15407 |797278 |  51.2 |   984M |  73 |6225 |7041 |6348 |  73k|  1 |1944 |5049 |-1.012573e+05 |      --      |    Inf | unknown
2762.67/2772.30	c   339s| 15600 | 15507 |806019 |  51.5 |   985M |  73 |6225 |7062 |6365 |  74k|  1 |1974 |5078 |-1.012573e+05 |      --      |    Inf | unknown
2765.26/2774.93	c   342s| 15700 | 15607 |811604 |  51.5 |   985M |  73 |6225 |7056 |6287 |  74k|  1 |1974 |5108 |-1.012659e+05 |      --      |    Inf | unknown
2767.75/2777.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2767.75/2777.40	c   344s| 15800 | 15707 |817748 |  51.5 |   986M |  73 |6225 |7051 |6383 |  75k|  1 |1974 |5137 |-1.012659e+05 |      --      |    Inf | unknown
2769.94/2779.61	c   346s| 15900 | 15807 |824057 |  51.6 |   986M |  73 |6225 |7042 |6337 |  76k|  1 |1974 |5153 |-1.012664e+05 |      --      |    Inf | unknown
2772.14/2781.86	c   348s| 16000 | 15907 |828574 |  51.6 |   988M |  73 |6225 |7034 |6364 |  76k|  1 |1974 |5175 |-1.012664e+05 |      --      |    Inf | unknown
2774.63/2784.37	c   351s| 16100 | 16007 |833737 |  51.6 |   988M |  73 |6225 |7016 |6347 |  77k|  1 |1974 |5196 |-1.012664e+05 |      --      |    Inf | unknown
2776.52/2786.21	c   353s| 16200 | 16107 |838007 |  51.5 |   988M |  73 |6225 |7021 |6340 |  77k|  1 |1982 |5215 |-1.012664e+05 |      --      |    Inf | unknown
2778.51/2788.24	c   355s| 16300 | 16207 |842614 |  51.5 |   988M |  73 |6225 |7013 |6382 |  78k|  1 |1982 |5241 |-1.012664e+05 |      --      |    Inf | unknown
2779.61/2789.39	c   356s| 16400 | 16307 |846250 |  51.4 |   989M |  73 |6225 |7007 |6341 |  78k|  1 |1982 |5252 |-1.012664e+05 |      --      |    Inf | unknown
2782.00/2791.77	c   358s| 16500 | 16407 |851525 |  51.4 |   991M |  73 |6225 |7004 |6318 |  78k|  1 |1985 |5277 |-1.012664e+05 |      --      |    Inf | unknown
2784.69/2794.40	c   361s| 16600 | 16507 |858214 |  51.5 |   993M |  73 |6225 |6999 |6352 |  79k|  1 |1985 |5293 |-1.012664e+05 |      --      |    Inf | unknown
2786.78/2796.54	c   363s| 16700 | 16607 |863818 |  51.5 |   993M |  73 |6225 |6989 |6332 |  80k|  1 |1985 |5337 |-1.012664e+05 |      --      |    Inf | unknown
2788.78/2798.59	c   365s| 16800 | 16707 |868428 |  51.5 |   994M |  75 |6225 |6981 |6377 |  80k|  1 |1985 |5368 |-1.012664e+05 |      --      |    Inf | unknown
2790.77/2800.57	c   367s| 16900 | 16807 |874414 |  51.5 |   995M |  75 |6225 |6979 |6376 |  81k|  1 |1985 |5384 |-1.012664e+05 |      --      |    Inf | unknown
2792.67/2802.44	c   369s| 17000 | 16907 |879167 |  51.5 |   995M |  75 |6225 |6975 |6368 |  81k|  1 |1985 |5396 |-1.012664e+05 |      --      |    Inf | unknown
2795.46/2805.28	c   372s| 17100 | 17007 |886582 |  51.7 |   997M |  75 |6225 |6979 |6457 |  82k|  7 |1996 |5424 |-1.012664e+05 |      --      |    Inf | unknown
2797.85/2807.64	c   374s| 17200 | 17107 |892223 |  51.7 |   998M |  75 |6225 |6973 |6296 |  82k|  1 |1996 |5477 |-1.012664e+05 |      --      |    Inf | unknown
2800.64/2810.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2800.64/2810.46	c   377s| 17300 | 17207 |900348 |  51.9 |   998M |  75 |6225 |6977 |6352 |  83k|  1 |2017 |5515 |-1.012691e+05 |      --      |    Inf | unknown
2802.93/2812.71	c   379s| 17400 | 17307 |904962 |  51.8 |   999M |  75 |6225 |6972 |6337 |  84k|  1 |2017 |5553 |-1.012691e+05 |      --      |    Inf | unknown
2805.24/2815.09	c   382s| 17500 | 17407 |912545 |  52.0 |  1001M |  75 |6225 |6968 |6374 |  84k|  1 |2017 |5589 |-1.012691e+05 |      --      |    Inf | unknown
2807.12/2816.99	c   384s| 17600 | 17507 |919495 |  52.1 |  1001M |  75 |6225 |6966 |6342 |  85k|  1 |2027 |5614 |-1.012691e+05 |      --      |    Inf | unknown
2809.81/2819.65	c   386s| 17700 | 17607 |927039 |  52.2 |  1001M |  75 |6225 |6961 |6325 |  85k|  2 |2027 |5636 |-1.012774e+05 |      --      |    Inf | unknown
2811.81/2821.62	c   388s| 17800 | 17707 |932026 |  52.2 |  1003M |  75 |6225 |6957 |6344 |  86k|  1 |2027 |5663 |-1.012774e+05 |      --      |    Inf | unknown
2813.70/2823.57	c   390s| 17900 | 17807 |938883 |  52.3 |  1003M |  75 |6225 |6986 |6285 |  86k|  1 |2062 |5688 |-1.012774e+05 |      --      |    Inf | unknown
2815.89/2825.73	c   392s| 18000 | 17907 |945431 |  52.3 |  1004M |  75 |6225 |6983 |6383 |  87k|  1 |2062 |5693 |-1.012774e+05 |      --      |    Inf | unknown
2817.69/2827.56	c   394s| 18100 | 18007 |951257 |  52.4 |  1004M |  75 |6225 |6979 |6344 |  87k|  1 |2062 |5698 |-1.013264e+05 |      --      |    Inf | unknown
2819.98/2829.88	c   396s| 18200 | 18107 |957251 |  52.4 |  1006M |  75 |6225 |6974 |6408 |  88k|  1 |2062 |5715 |-1.013264e+05 |      --      |    Inf | unknown
2821.77/2831.63	c   398s| 18300 | 18207 |963411 |  52.5 |  1006M |  75 |6225 |6972 |6332 |  88k|  1 |2062 |5725 |-1.013264e+05 |      --      |    Inf | unknown
2824.07/2834.01	c   401s| 18400 | 18307 |969485 |  52.5 |  1007M |  81 |6225 |6970 |6434 |  89k|  1 |2062 |5773 |-1.013264e+05 |      --      |    Inf | unknown
2825.96/2835.80	c   402s| 18500 | 18407 |973970 |  52.5 |  1008M |  81 |6225 |6967 |6320 |  89k|  1 |2062 |5802 |-1.013264e+05 |      --      |    Inf | unknown
2827.95/2837.82	c   404s| 18600 | 18507 |980680 |  52.5 |  1008M |  81 |6225 |6967 |6423 |  90k|  1 |2062 |5819 |-1.013264e+05 |      --      |    Inf | unknown
2829.65/2839.52	c   406s| 18700 | 18607 |985611 |  52.5 |  1009M |  81 |6225 |6962 |6447 |  90k|  2 |2062 |5830 |-1.013264e+05 |      --      |    Inf | unknown
2831.94/2841.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2831.94/2841.80	c   408s| 18800 | 18707 |992073 |  52.6 |  1009M |  81 |6225 |6959 |6380 |  91k|  1 |2062 |5839 |-1.013264e+05 |      --      |    Inf | unknown
2834.03/2843.95	c   411s| 18900 | 18807 |999103 |  52.7 |  1009M |  81 |6225 |6955 |6431 |  92k|  1 |2062 |5847 |-1.013264e+05 |      --      |    Inf | unknown
2835.73/2845.64	c   412s| 19000 | 18907 |  1003k|  52.7 |  1009M |  81 |6225 |6948 |6286 |  92k|  1 |2062 |5881 |-1.013264e+05 |      --      |    Inf | unknown
2837.82/2847.71	c   414s| 19100 | 19007 |  1010k|  52.7 |  1010M |  81 |6225 |6949 |6399 |  93k|  1 |2076 |5903 |-1.013264e+05 |      --      |    Inf | unknown
2839.82/2849.77	c   416s| 19200 | 19107 |  1016k|  52.8 |  1011M |  81 |6225 |6942 |6471 |  93k|  1 |2076 |5908 |-1.013264e+05 |      --      |    Inf | unknown
2841.51/2851.43	c   418s| 19300 | 19207 |  1023k|  52.9 |  1011M |  81 |6225 |6938 |6345 |  94k|  1 |2076 |5924 |-1.013264e+05 |      --      |    Inf | unknown
2843.80/2853.75	c   420s| 19400 | 19307 |  1028k|  52.8 |  1011M |  81 |6225 |6935 |6422 |  94k|  1 |2076 |5927 |-1.013264e+05 |      --      |    Inf | unknown
2846.40/2856.39	c   423s| 19500 | 19407 |  1033k|  52.9 |  1012M |  81 |6225 |6940 |6320 |  95k|  1 |2088 |5946 |-1.013264e+05 |      --      |    Inf | unknown
2848.59/2858.56	c   425s| 19600 | 19507 |  1042k|  53.0 |  1012M |  81 |6225 |6939 |6332 |  95k|  1 |2094 |5950 |-1.013264e+05 |      --      |    Inf | unknown
2850.58/2860.57	c   427s| 19700 | 19607 |  1046k|  53.0 |  1012M |  81 |6225 |6938 |6365 |  96k|  1 |2094 |5966 |-1.013264e+05 |      --      |    Inf | unknown
2852.09/2862.05	c   429s| 19800 | 19707 |  1050k|  52.9 |  1012M |  81 |6225 |6937 |6288 |  96k|  1 |2094 |5980 |-1.013264e+05 |      --      |    Inf | unknown
2854.27/2864.29	c   431s| 19900 | 19807 |  1056k|  52.9 |  1014M |  81 |6225 |6932 |6342 |  97k|  1 |2094 |5987 |-1.013264e+05 |      --      |    Inf | unknown
2855.97/2865.93	c   433s| 20000 | 19905 |  1060k|  52.9 |  1014M |  81 |6225 |6936 |6362 |  97k|  1 |2105 |6017 |-1.013264e+05 |      --      |    Inf | unknown
2858.17/2868.12	c   435s| 20100 | 20005 |  1068k|  53.0 |  1014M |  81 |6225 |6951 |6356 |  98k|  1 |2126 |6027 |-1.013264e+05 |      --      |    Inf | unknown
2860.07/2870.10	c   437s| 20200 | 20105 |  1073k|  53.0 |  1014M |  81 |6225 |6945 |6365 |  98k|  1 |2126 |6033 |-1.013264e+05 |      --      |    Inf | unknown
2861.75/2871.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2861.75/2871.74	c   438s| 20300 | 20205 |  1079k|  53.0 |  1014M |  81 |6225 |6936 |6311 |  98k|  1 |2126 |6034 |-1.013264e+05 |      --      |    Inf | unknown
2863.44/2873.45	c   440s| 20400 | 20305 |  1083k|  53.0 |  1014M |  81 |6225 |6927 |6373 |  99k|  2 |2126 |6039 |-1.013477e+05 |      --      |    Inf | unknown
2864.84/2874.81	c   441s| 20500 | 20405 |  1088k|  52.9 |  1014M |  81 |6225 |6926 |6458 |  99k|  1 |2126 |6042 |-1.013477e+05 |      --      |    Inf | unknown
2866.63/2876.65	c   443s| 20600 | 20505 |  1095k|  53.0 |  1016M |  81 |6225 |6925 |6313 | 100k|  1 |2126 |6043 |-1.013477e+05 |      --      |    Inf | unknown
2868.04/2878.04	c   445s| 20700 | 20605 |  1099k|  52.9 |  1016M |  81 |6225 |6925 |6329 | 100k|  1 |2126 |6046 |-1.013477e+05 |      --      |    Inf | unknown
2870.13/2880.16	c   447s| 20800 | 20705 |  1106k|  53.0 |  1016M |  81 |6225 |6924 |6370 | 101k|  1 |2128 |6047 |-1.013477e+05 |      --      |    Inf | unknown
2871.82/2881.80	c   448s| 20900 | 20805 |  1111k|  53.0 |  1018M |  81 |6225 |6913 |6313 | 101k|  1 |2128 |6054 |-1.013477e+05 |      --      |    Inf | unknown
2873.41/2883.41	c   450s| 21000 | 20905 |  1116k|  53.0 |  1018M |  81 |6225 |6907 |6393 | 102k|  1 |2128 |6060 |-1.013688e+05 |      --      |    Inf | unknown
2875.02/2885.07	c   452s| 21100 | 21005 |  1120k|  52.9 |  1019M |  81 |6225 |6914 |6286 | 102k|  1 |2149 |6064 |-1.013688e+05 |      --      |    Inf | unknown
2877.30/2887.31	c   454s| 21200 | 21103 |  1126k|  53.0 |  1020M |  81 |6225 |6920 |6399 | 103k|  1 |2160 |6083 |-1.013688e+05 |      --      |    Inf | unknown
2879.49/2889.51	c   456s| 21300 | 21203 |  1133k|  53.1 |  1023M |  81 |6225 |6913 |6395 | 103k|  1 |2160 |6117 |-1.013688e+05 |      --      |    Inf | unknown
2881.29/2891.31	c   458s| 21400 | 21303 |  1138k|  53.0 |  1024M |  81 |6225 |6913 |6317 | 104k|  1 |2160 |6120 |-1.013688e+05 |      --      |    Inf | unknown
2883.38/2893.49	c   460s| 21500 | 21403 |  1143k|  53.0 |  1025M |  81 |6225 |6907 |6360 | 104k|  1 |2160 |6135 |-1.013688e+05 |      --      |    Inf | unknown
2885.37/2895.44	c   462s| 21600 | 21503 |  1149k|  53.1 |  1025M |  81 |6225 |6901 |6435 | 105k|  2 |2160 |6149 |-1.013688e+05 |      --      |    Inf | unknown
2887.08/2897.12	c   464s| 21700 | 21603 |  1153k|  53.0 |  1027M |  81 |6225 |6898 |6347 | 105k|  1 |2160 |6162 |-1.013688e+05 |      --      |    Inf | unknown
2889.16/2899.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2889.16/2899.26	c   466s| 21800 | 21703 |  1158k|  53.0 |  1027M |  81 |6225 |6889 |6341 | 105k|  1 |2160 |6187 |-1.013688e+05 |      --      |    Inf | unknown
2890.97/2901.04	c   468s| 21900 | 21803 |  1163k|  53.0 |  1027M |  81 |6225 |6883 |6329 | 106k|  1 |2160 |6189 |-1.013688e+05 |      --      |    Inf | unknown
2892.55/2902.60	c   469s| 22000 | 21903 |  1168k|  53.0 |  1029M |  81 |6225 |6880 |6352 | 106k|  1 |2160 |6190 |-1.013688e+05 |      --      |    Inf | unknown
2894.44/2904.56	c   471s| 22100 | 22003 |  1174k|  53.0 |  1029M |  81 |6225 |6880 |6366 | 107k|  1 |2160 |6191 |-1.013688e+05 |      --      |    Inf | unknown
2896.84/2906.98	c   474s| 22200 | 22103 |  1180k|  53.0 |  1029M |  81 |6225 |6878 |6374 | 107k|  1 |2160 |6204 |-1.013688e+05 |      --      |    Inf | unknown
2898.73/2908.81	c   475s| 22300 | 22203 |  1184k|  53.0 |  1029M |  81 |6225 |6872 |6319 | 107k|  1 |2160 |6215 |-1.013688e+05 |      --      |    Inf | unknown
2900.62/2910.70	c   477s| 22400 | 22303 |  1190k|  53.0 |  1030M |  81 |6225 |6869 |6293 | 108k|  1 |2160 |6217 |-1.013688e+05 |      --      |    Inf | unknown
2902.82/2912.93	c   480s| 22500 | 22403 |  1197k|  53.1 |  1031M |  81 |6225 |6869 |6366 | 108k|  2 |2160 |6225 |-1.013688e+05 |      --      |    Inf | unknown
2904.81/2914.93	c   482s| 22600 | 22503 |  1203k|  53.1 |  1031M |  81 |6225 |6865 |6416 | 109k|  1 |2162 |6241 |-1.013688e+05 |      --      |    Inf | unknown
2906.60/2916.76	c   483s| 22700 | 22603 |  1208k|  53.1 |  1032M |  81 |6225 |6856 |6315 | 109k|  1 |2162 |6247 |-1.013688e+05 |      --      |    Inf | unknown
2908.91/2919.07	c   486s| 22800 | 22703 |  1215k|  53.2 |  1032M |  81 |6225 |6854 |6393 | 110k|  1 |2164 |6247 |-1.013688e+05 |      --      |    Inf | unknown
2911.00/2921.19	c   488s| 22900 | 22803 |  1220k|  53.2 |  1032M |  81 |6225 |6852 |6423 | 110k|  1 |2164 |6261 |-1.013688e+05 |      --      |    Inf | unknown
2913.28/2923.41	c   490s| 23000 | 22903 |  1227k|  53.2 |  1032M |  81 |6225 |6849 |6473 | 111k|  5 |2164 |6265 |-1.013688e+05 |      --      |    Inf | unknown
2915.28/2925.44	c   492s| 23100 | 23003 |  1235k|  53.3 |  1032M |  81 |6225 |6845 |6447 | 111k|  1 |2164 |6275 |-1.013688e+05 |      --      |    Inf | unknown
2916.88/2927.08	c   494s| 23200 | 23103 |  1241k|  53.4 |  1033M |  81 |6225 |6836 |6311 | 112k|  1 |2167 |6294 |-1.013688e+05 |      --      |    Inf | unknown
2918.76/2928.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2918.76/2928.97	c   496s| 23300 | 23203 |  1247k|  53.4 |  1033M |  81 |6225 |6832 |6406 | 112k|  1 |2171 |6296 |-1.013688e+05 |      --      |    Inf | unknown
2921.26/2931.44	c   498s| 23400 | 23303 |  1255k|  53.5 |  1034M |  81 |6225 |6830 |6435 | 113k|  1 |2171 |6298 |-1.013688e+05 |      --      |    Inf | unknown
2923.15/2933.31	c   500s| 23500 | 23403 |  1261k|  53.5 |  1034M |  81 |6225 |6812 |6374 | 113k|  1 |2171 |6308 |-1.013688e+05 |      --      |    Inf | unknown
2925.24/2935.40	c   502s| 23600 | 23503 |  1266k|  53.5 |  1034M |  81 |6225 |6807 |6399 | 114k|  1 |2171 |6333 |-1.013688e+05 |      --      |    Inf | unknown
2927.53/2937.71	c   504s| 23700 | 23603 |  1272k|  53.5 |  1034M |  81 |6225 |6801 |6416 | 114k|  1 |2171 |6367 |-1.013688e+05 |      --      |    Inf | unknown
2929.03/2939.20	c   506s| 23800 | 23703 |  1276k|  53.5 |  1034M |  81 |6225 |6795 |6347 | 115k|  1 |2171 |6369 |-1.013688e+05 |      --      |    Inf | unknown
2930.84/2941.07	c   508s| 23900 | 23803 |  1281k|  53.5 |  1034M |  81 |6225 |6792 |6389 | 115k|  1 |2171 |6379 |-1.013688e+05 |      --      |    Inf | unknown
2932.72/2942.97	c   510s| 24000 | 23903 |  1286k|  53.5 |  1036M |  81 |6225 |6781 |6341 | 116k|  1 |2171 |6404 |-1.013688e+05 |      --      |    Inf | unknown
2935.01/2945.29	c   512s| 24100 | 24003 |  1292k|  53.5 |  1039M |  81 |6225 |6783 |6379 | 116k|  1 |2179 |6429 |-1.013688e+05 |      --      |    Inf | unknown
2936.92/2947.19	c   514s| 24200 | 24103 |  1298k|  53.5 |  1040M |  81 |6225 |6782 |6410 | 116k|  1 |2182 |6443 |-1.013688e+05 |      --      |    Inf | unknown
2939.40/2949.68	c   516s| 24300 | 24203 |  1305k|  53.6 |  1040M |  81 |6225 |6774 |6363 | 117k|  1 |2182 |6473 |-1.013688e+05 |      --      |    Inf | unknown
2941.19/2951.40	c   518s| 24400 | 24303 |  1310k|  53.6 |  1040M |  81 |6225 |6769 |6375 | 117k|  1 |2182 |6494 |-1.013688e+05 |      --      |    Inf | unknown
2943.09/2953.37	c   520s| 24500 | 24403 |  1315k|  53.6 |  1040M |  81 |6225 |6765 |6308 | 118k|  1 |2182 |6523 |-1.013688e+05 |      --      |    Inf | unknown
2945.08/2955.37	c   522s| 24600 | 24503 |  1320k|  53.5 |  1042M |  81 |6225 |6758 |6391 | 118k|  3 |2182 |6538 |-1.013688e+05 |      --      |    Inf | unknown
2947.17/2957.47	c   524s| 24700 | 24603 |  1325k|  53.5 |  1043M |  81 |6225 |6752 |6360 | 119k|  1 |2182 |6559 |-1.013688e+05 |      --      |    Inf | unknown
2948.78/2959.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2948.78/2959.10	c   526s| 24800 | 24703 |  1329k|  53.5 |  1044M |  81 |6225 |6743 |6309 | 119k|  1 |2182 |6573 |-1.013688e+05 |      --      |    Inf | unknown
2950.96/2961.28	c   528s| 24900 | 24803 |  1336k|  53.5 |  1044M |  81 |6225 |6738 |6393 | 119k|  1 |2182 |6596 |-1.013688e+05 |      --      |    Inf | unknown
2953.45/2963.78	c   530s| 25000 | 24903 |  1342k|  53.6 |  1044M |  81 |6225 |6732 |6411 | 120k|  1 |2182 |6644 |-1.013688e+05 |      --      |    Inf | unknown
2955.64/2965.91	c   532s| 25100 | 25003 |  1349k|  53.6 |  1044M |  81 |6225 |6736 |6368 | 120k|  1 |2194 |6680 |-1.013688e+05 |      --      |    Inf | unknown
2957.24/2967.57	c   534s| 25200 | 25103 |  1354k|  53.6 |  1044M |  81 |6225 |6735 |6355 | 121k|  1 |2194 |6691 |-1.013688e+05 |      --      |    Inf | unknown
2958.93/2969.27	c   536s| 25300 | 25203 |  1358k|  53.6 |  1044M |  81 |6225 |6732 |6311 | 121k|  1 |2194 |6717 |-1.013688e+05 |      --      |    Inf | unknown
2960.74/2971.07	c   538s| 25400 | 25303 |  1364k|  53.6 |  1045M |  81 |6225 |6727 |6338 | 122k|  1 |2194 |6744 |-1.013688e+05 |      --      |    Inf | unknown
2962.02/2972.31	c   539s| 25500 | 25403 |  1368k|  53.5 |  1045M |  81 |6225 |6725 |6357 | 122k|  1 |2194 |6761 |-1.013688e+05 |      --      |    Inf | unknown
2963.52/2973.84	c   540s| 25600 | 25503 |  1372k|  53.5 |  1045M |  81 |6225 |6723 |6357 | 122k|  1 |2194 |6775 |-1.013688e+05 |      --      |    Inf | unknown
2965.61/2975.90	c   542s| 25700 | 25603 |  1378k|  53.5 |  1047M |  81 |6225 |6721 |6453 | 123k|  1 |2194 |6797 |-1.013688e+05 |      --      |    Inf | unknown
2968.30/2978.61	c   545s| 25800 | 25703 |  1389k|  53.7 |  1048M |  81 |6225 |6734 |6433 | 123k|  1 |2215 |6844 |-1.013688e+05 |      --      |    Inf | unknown
2971.00/2981.39	c   548s| 25900 | 25803 |  1401k|  54.0 |  1048M |  81 |6225 |6730 |6353 | 124k|  1 |2215 |6912 |-1.013688e+05 |      --      |    Inf | unknown
2974.88/2985.24	c   552s| 26000 | 25903 |  1409k|  54.1 |  1048M |  81 |6225 |6721 |6343 | 124k|  1 |2215 |6964 |-1.013688e+05 |      --      |    Inf | unknown
2977.47/2987.87	c   554s| 26100 | 26003 |  1421k|  54.3 |  1049M |  81 |6225 |6719 |6304 | 125k|  1 |2240 |6999 |-1.013688e+05 |      --      |    Inf | unknown
2979.47/2989.86	c   556s| 26200 | 26103 |  1429k|  54.4 |  1049M |  81 |6225 |6718 |6348 | 125k|  1 |2240 |7035 |-1.013688e+05 |      --      |    Inf | unknown
2980.78/2991.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2980.78/2991.17	c   558s| 26300 | 26203 |  1435k|  54.4 |  1050M |  81 |6225 |6715 |6372 | 126k|  1 |2240 |7054 |-1.013688e+05 |      --      |    Inf | unknown
2982.46/2992.87	c   559s| 26400 | 26303 |  1440k|  54.4 |  1050M |  81 |6225 |6710 |6371 | 126k|  3 |2240 |7066 |-1.013688e+05 |      --      |    Inf | unknown
2984.95/2995.30	c   562s| 26500 | 26403 |  1451k|  54.6 |  1050M |  81 |6225 |6700 |6396 | 126k|  1 |2240 |7097 |-1.013688e+05 |      --      |    Inf | unknown
2987.34/2997.74	c   564s| 26600 | 26503 |  1460k|  54.8 |  1050M |  81 |6225 |6712 |6306 | 127k|  1 |2261 |7122 |-1.013688e+05 |      --      |    Inf | unknown
2989.65/3000.03	c   567s| 26700 | 26603 |  1471k|  55.0 |  1050M |  81 |6225 |6705 |6374 | 127k|  1 |2261 |7131 |-1.013688e+05 |      --      |    Inf | unknown
2990.93/3001.39	c   568s| 26800 | 26703 |  1477k|  55.0 |  1051M |  81 |6225 |6699 |6398 | 128k|  1 |2261 |7151 |-1.013688e+05 |      --      |    Inf | unknown
2993.63/3004.04	c   571s| 26900 | 26803 |  1489k|  55.3 |  1051M |  81 |6225 |6709 |6369 | 128k|  1 |2282 |7164 |-1.013688e+05 |      --      |    Inf | unknown
2995.42/3005.81	c   572s| 27000 | 26903 |  1499k|  55.4 |  1052M |  81 |6225 |6698 |6395 | 129k|  1 |2282 |7171 |-1.013688e+05 |      --      |    Inf | unknown
2997.31/3007.75	c   574s| 27100 | 27003 |  1508k|  55.6 |  1053M |  81 |6225 |6696 |6443 | 129k|  1 |2282 |7187 |-1.013688e+05 |      --      |    Inf | unknown
3000.10/3010.59	c   577s| 27200 | 27103 |  1522k|  55.9 |  1053M |  81 |6225 |6706 |6337 | 130k|  1 |2293 |7196 |-1.013688e+05 |      --      |    Inf | unknown
3002.49/3012.93	c   580s| 27300 | 27203 |  1535k|  56.1 |  1053M |  81 |6225 |6721 |6387 | 130k|  1 |2314 |7200 |-1.013688e+05 |      --      |    Inf | unknown
3004.70/3015.19	c   582s| 27400 | 27303 |  1545k|  56.3 |  1055M |  81 |6225 |6716 |6288 | 131k|  1 |2314 |7215 |-1.013688e+05 |      --      |    Inf | unknown
3006.69/3017.18	c   584s| 27500 | 27403 |  1556k|  56.5 |  1056M |  81 |6225 |6734 |6450 | 131k|  4 |2335 |7221 |-1.013688e+05 |      --      |    Inf | unknown
3009.77/3020.25	c   587s| 27600 | 27503 |  1567k|  56.7 |  1057M |  81 |6225 |6724 |6450 | 132k|  1 |2335 |7224 |-1.013688e+05 |      --      |    Inf | unknown
3012.06/3022.57	c   589s| 27700 | 27603 |  1580k|  56.9 |  1058M |  81 |6225 |6719 |6393 | 132k|  1 |2339 |7236 |-1.013688e+05 |      --      |    Inf | unknown
3014.67/3025.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3014.67/3025.18	c   592s| 27800 | 27703 |  1590k|  57.1 |  1058M |  81 |6225 |6714 |6447 | 133k|  1 |2339 |7241 |-1.013688e+05 |      --      |    Inf | unknown
3016.35/3026.83	c   593s| 27900 | 27803 |  1598k|  57.2 |  1058M |  81 |6225 |6709 |6416 | 133k|  2 |2339 |7247 |-1.013688e+05 |      --      |    Inf | unknown
3018.14/3028.67	c   595s| 28000 | 27903 |  1607k|  57.3 |  1058M |  81 |6225 |6707 |6351 | 134k|  1 |2343 |7258 |-1.013688e+05 |      --      |    Inf | unknown
3020.65/3031.16	c   598s| 28100 | 28003 |  1618k|  57.5 |  1058M |  81 |6225 |6699 |6429 | 134k|  1 |2343 |7263 |-1.013688e+05 |      --      |    Inf | unknown
3024.42/3034.91	c   602s| 28200 | 28103 |  1632k|  57.8 |  1062M |  81 |6225 |6689 |6288 | 135k|  1 |2343 |7319 |-1.013688e+05 |      --      |    Inf | unknown
3027.31/3037.87	c   604s| 28300 | 28203 |  1644k|  58.0 |  1061M |  81 |6225 |6700 |6409 | 135k|  1 |2354 |7328 |-1.013688e+05 |      --      |    Inf | unknown
3029.41/3039.96	c   607s| 28400 | 28303 |  1653k|  58.1 |  1061M |  81 |6225 |6707 |6429 | 136k|  1 |2365 |7351 |-1.013688e+05 |      --      |    Inf | unknown
3031.61/3042.14	c   609s| 28500 | 28403 |  1662k|  58.2 |  1061M |  81 |6225 |6705 |6348 | 136k|  1 |2365 |7360 |-1.013688e+05 |      --      |    Inf | unknown
3033.99/3044.50	c   611s| 28600 | 28503 |  1671k|  58.3 |  1061M |  81 |6225 |6705 |6427 | 137k|  1 |2365 |7364 |-1.013688e+05 |      --      |    Inf | unknown
3036.50/3047.07	c   614s| 28700 | 28603 |  1683k|  58.5 |  1063M |  81 |6225 |6692 |6303 | 137k|  1 |2365 |7391 |-1.013688e+05 |      --      |    Inf | unknown
3038.88/3049.40	c   616s| 28800 | 28703 |  1693k|  58.7 |  1063M |  81 |6225 |6687 |6370 | 138k|  1 |2365 |7399 |-1.013688e+05 |      --      |    Inf | unknown
3040.67/3051.23	c   618s| 28900 | 28803 |  1701k|  58.8 |  1065M |  81 |6225 |6684 |6406 | 138k|  1 |2365 |7415 |-1.013688e+05 |      --      |    Inf | unknown
3042.58/3053.19	c   620s| 29000 | 28903 |  1711k|  58.9 |  1065M |  81 |6225 |6698 |6363 | 138k|  1 |2387 |7422 |-1.013688e+05 |      --      |    Inf | unknown
3045.06/3055.61	c   622s| 29100 | 29003 |  1723k|  59.1 |  1065M |  81 |6225 |6695 |6410 | 139k|  1 |2387 |7437 |-1.013688e+05 |      --      |    Inf | unknown
3047.05/3057.64	c   624s| 29200 | 29103 |  1732k|  59.2 |  1065M |  81 |6225 |6693 |6458 | 139k|  1 |2387 |7441 |-1.013688e+05 |      --      |    Inf | unknown
3050.84/3061.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3050.84/3061.40	c   628s| 29300 | 29203 |  1756k|  59.8 |  1065M |  81 |6225 |6694 |6380 | 140k|  1 |2398 |7443 |-1.013688e+05 |      --      |    Inf | unknown
3054.84/3065.40	c   632s| 29400 | 29303 |  1771k|  60.1 |  1065M |  81 |6225 |6706 |6468 | 141k|  1 |2424 |7488 |-1.013688e+05 |      --      |    Inf | unknown
3057.44/3068.01	c   635s| 29500 | 29403 |  1786k|  60.5 |  1066M |  81 |6225 |6696 |6286 | 141k|  1 |2424 |7508 |-1.013688e+05 |      --      |    Inf | unknown
3060.43/3071.06	c   638s| 29600 | 29503 |  1800k|  60.7 |  1067M |  81 |6225 |6705 |6402 | 142k|  1 |2437 |7513 |-1.013688e+05 |      --      |    Inf | unknown
3062.71/3073.37	c   640s| 29700 | 29603 |  1811k|  60.9 |  1067M |  81 |6225 |6692 |6459 | 142k|  1 |2437 |7536 |-1.013688e+05 |      --      |    Inf | unknown
3065.30/3075.91	c   642s| 29800 | 29703 |  1824k|  61.1 |  1069M |  81 |6225 |6676 |6385 | 143k|  1 |2437 |7550 |-1.013688e+05 |      --      |    Inf | unknown
3067.89/3078.55	c   645s| 29900 | 29803 |  1836k|  61.3 |  1069M |  81 |6225 |6676 |6452 | 144k|  1 |2437 |7578 |-1.013688e+05 |      --      |    Inf | unknown
3070.29/3080.92	c   648s| 30000 | 29903 |  1848k|  61.5 |  1071M |  81 |6225 |6669 |6432 | 144k|  1 |2437 |7605 |-1.013688e+05 |      --      |    Inf | unknown
3072.58/3083.26	c   650s| 30100 | 30003 |  1858k|  61.6 |  1072M |  81 |6225 |6666 |6377 | 145k|  1 |2437 |7629 |-1.013688e+05 |      --      |    Inf | unknown
3075.48/3086.18	c   653s| 30200 | 30103 |  1869k|  61.8 |  1075M |  81 |6225 |6663 |6437 | 145k|  1 |2437 |7649 |-1.013688e+05 |      --      |    Inf | unknown
3078.56/3089.25	c   656s| 30300 | 30203 |  1882k|  62.0 |  1077M |  81 |6225 |6659 |6326 | 146k|  1 |2437 |7686 |-1.013688e+05 |      --      |    Inf | unknown
3081.15/3091.85	c   658s| 30400 | 30303 |  1891k|  62.1 |  1078M |  81 |6225 |6656 |6387 | 146k|  1 |2437 |7716 |-1.013688e+05 |      --      |    Inf | unknown
3083.24/3093.99	c   661s| 30500 | 30403 |  1899k|  62.2 |  1079M |  81 |6225 |6656 |6422 | 147k|  1 |2437 |7759 |-1.013688e+05 |      --      |    Inf | unknown
3085.94/3096.64	c   663s| 30600 | 30503 |  1912k|  62.4 |  1080M |  81 |6225 |6648 |6331 | 147k|  1 |2437 |7769 |-1.013688e+05 |      --      |    Inf | unknown
3088.13/3098.83	c   665s| 30700 | 30603 |  1921k|  62.5 |  1081M |  81 |6225 |6641 |6420 | 148k|  1 |2437 |7779 |-1.013688e+05 |      --      |    Inf | unknown
3090.34/3101.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3090.34/3101.03	c   668s| 30800 | 30703 |  1930k|  62.6 |  1081M |  81 |6225 |6630 |6312 | 148k|  1 |2437 |7810 |-1.013688e+05 |      --      |    Inf | unknown
3092.43/3103.17	c   670s| 30900 | 30803 |  1939k|  62.6 |  1082M |  81 |6225 |6651 |6420 | 148k|  1 |2458 |7834 |-1.013688e+05 |      --      |    Inf | unknown
3095.32/3106.04	c   673s| 31000 | 30903 |  1951k|  62.8 |  1082M |  81 |6225 |6646 |6407 | 149k|  1 |2458 |7841 |-1.013688e+05 |      --      |    Inf | unknown
3097.90/3108.69	c   675s| 31100 | 31003 |  1963k|  63.0 |  1084M |  81 |6225 |6645 |6347 | 149k|  1 |2460 |7865 |-1.013688e+05 |      --      |    Inf | unknown
3099.79/3110.55	c   677s| 31200 | 31103 |  1971k|  63.1 |  1084M |  81 |6225 |6635 |6342 | 150k|  1 |2463 |7884 |-1.013688e+05 |      --      |    Inf | unknown
3103.18/3113.94	c   681s| 31300 | 31203 |  1985k|  63.3 |  1084M |  81 |6225 |6628 |6505 | 151k|  1 |2463 |7935 |-1.013688e+05 |      --      |    Inf | unknown
3105.47/3116.27	c   683s| 31400 | 31303 |  1996k|  63.5 |  1084M |  81 |6225 |6651 |6349 | 151k|  1 |2500 |7958 |-1.013688e+05 |      --      |    Inf | unknown
3108.96/3119.76	c   686s| 31500 | 31403 |  2010k|  63.7 |  1084M |  81 |6225 |6635 |6424 | 152k|  1 |2500 |7989 |-1.013688e+05 |      --      |    Inf | unknown
3111.55/3122.35	c   689s| 31600 | 31503 |  2022k|  63.9 |  1085M |  81 |6225 |6625 |6293 | 152k|  1 |2500 |8027 |-1.013688e+05 |      --      |    Inf | unknown
3115.04/3125.81	c   692s| 31700 | 31603 |  2034k|  64.1 |  1085M |  81 |6225 |6616 |6356 | 153k|  1 |2500 |8098 |-1.013688e+05 |      --      |    Inf | unknown
3116.74/3127.55	c   694s| 31800 | 31703 |  2044k|  64.2 |  1085M |  81 |6225 |6611 |6431 | 153k|  1 |2500 |8100 |-1.013688e+05 |      --      |    Inf | unknown
3119.43/3130.21	c   697s| 31900 | 31803 |  2059k|  64.5 |  1085M |  81 |6225 |6609 |6369 | 154k|  1 |2500 |8108 |-1.013688e+05 |      --      |    Inf | unknown
3122.12/3132.98	c   700s| 32000 | 31903 |  2070k|  64.6 |  1086M |  81 |6225 |6606 |6402 | 154k|  1 |2500 |8131 |-1.013688e+05 |      --      |    Inf | unknown
3124.02/3134.83	c   701s| 32100 | 32003 |  2079k|  64.7 |  1086M |  81 |6225 |6605 |6439 | 155k|  1 |2500 |8152 |-1.013688e+05 |      --      |    Inf | unknown
3126.11/3136.98	c   704s| 32200 | 32103 |  2088k|  64.8 |  1086M |  81 |6225 |6599 |6348 | 155k|  2 |2500 |8200 |-1.013688e+05 |      --      |    Inf | unknown
3128.21/3139.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3128.21/3139.09	c   706s| 32300 | 32203 |  2098k|  64.9 |  1087M |  81 |6225 |6598 |6436 | 156k|  1 |2500 |8205 |-1.013688e+05 |      --      |    Inf | unknown
3130.89/3141.70	c   708s| 32400 | 32303 |  2109k|  65.0 |  1087M |  81 |6225 |6588 |6281 | 156k|  1 |2500 |8227 |-1.013688e+05 |      --      |    Inf | unknown
3133.68/3144.56	c   711s| 32500 | 32403 |  2120k|  65.1 |  1089M |  81 |6225 |6583 |6433 | 157k|  2 |2500 |8271 |-1.013688e+05 |      --      |    Inf | unknown
3135.88/3146.74	c   713s| 32600 | 32503 |  2131k|  65.3 |  1089M |  81 |6225 |6580 |6356 | 157k|  1 |2500 |8303 |-1.013688e+05 |      --      |    Inf | unknown
3137.57/3148.42	c   715s| 32700 | 32603 |  2138k|  65.3 |  1089M |  81 |6225 |6576 |6338 | 157k|  1 |2500 |8328 |-1.013688e+05 |      --      |    Inf | unknown
3139.97/3150.84	c   717s| 32800 | 32703 |  2149k|  65.4 |  1089M |  81 |6225 |6587 |6371 | 158k|  1 |2514 |8354 |-1.013688e+05 |      --      |    Inf | unknown
3142.86/3153.73	c   720s| 32900 | 32803 |  2162k|  65.6 |  1089M |  81 |6225 |6592 |6343 | 158k|  1 |2520 |8389 |-1.013688e+05 |      --      |    Inf | unknown
3145.05/3155.90	c   722s| 33000 | 32903 |  2172k|  65.7 |  1090M |  81 |6225 |6589 |6388 | 159k|  1 |2520 |8424 |-1.013688e+05 |      --      |    Inf | unknown
3147.44/3158.32	c   725s| 33100 | 33003 |  2182k|  65.8 |  1092M |  81 |6225 |6582 |6361 | 159k|  1 |2520 |8462 |-1.013688e+05 |      --      |    Inf | unknown
3149.63/3160.56	c   727s| 33200 | 33103 |  2191k|  65.9 |  1092M |  81 |6225 |6577 |6339 | 160k|  1 |2520 |8490 |-1.013688e+05 |      --      |    Inf | unknown
3152.33/3163.23	c   730s| 33300 | 33203 |  2203k|  66.1 |  1093M |  81 |6225 |6574 |6402 | 160k|  1 |2520 |8500 |-1.013688e+05 |      --      |    Inf | unknown
3154.42/3165.32	c   732s| 33400 | 33303 |  2214k|  66.2 |  1093M |  81 |6225 |6574 |6381 | 161k|  1 |2533 |8518 |-1.013688e+05 |      --      |    Inf | unknown
3156.51/3167.43	c   734s| 33500 | 33403 |  2224k|  66.3 |  1093M |  81 |6225 |6571 |6375 | 161k|  1 |2533 |8549 |-1.013688e+05 |      --      |    Inf | unknown
3159.50/3170.50	c   737s| 33600 | 33503 |  2236k|  66.5 |  1093M |  81 |6225 |6559 |6380 | 162k|  1 |2533 |8580 |-1.013688e+05 |      --      |    Inf | unknown
3161.40/3172.37	c   739s| 33700 | 33603 |  2243k|  66.5 |  1094M |  81 |6225 |6555 |6401 | 162k|  4 |2533 |8593 |-1.013688e+05 |      --      |    Inf | unknown
3163.99/3174.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3163.99/3174.95	c   742s| 33800 | 33703 |  2255k|  66.6 |  1096M |  81 |6225 |6550 |6358 | 163k|  1 |2533 |8613 |-1.013688e+05 |      --      |    Inf | unknown
3167.09/3178.06	c   745s| 33900 | 33803 |  2266k|  66.8 |  1099M |  81 |6225 |6548 |6386 | 163k|  1 |2533 |8636 |-1.013688e+05 |      --      |    Inf | unknown
3169.19/3180.12	c   747s| 34000 | 33903 |  2275k|  66.8 |  1100M |  81 |6225 |6546 |6299 | 164k|  1 |2533 |8653 |-1.013688e+05 |      --      |    Inf | unknown
3171.86/3182.84	c   749s| 34100 | 34003 |  2287k|  67.0 |  1101M |  81 |6225 |6543 |6433 | 164k|  1 |2533 |8673 |-1.013688e+05 |      --      |    Inf | unknown
3174.07/3185.06	c   752s| 34200 | 34103 |  2297k|  67.1 |  1101M |  81 |6225 |6540 |6526 | 165k|  5 |2533 |8689 |-1.013688e+05 |      --      |    Inf | unknown
3177.16/3188.17	c   755s| 34300 | 34203 |  2313k|  67.4 |  1101M |  81 |6225 |6533 |6418 | 166k|  5 |2533 |8700 |-1.013688e+05 |      --      |    Inf | unknown
3179.74/3190.76	c   757s| 34400 | 34303 |  2324k|  67.5 |  1102M |  81 |6225 |6525 |6437 | 166k|  1 |2533 |8703 |-1.013688e+05 |      --      |    Inf | unknown
3181.43/3192.44	c   759s| 34500 | 34403 |  2332k|  67.5 |  1102M |  81 |6225 |6520 |6318 | 167k|  1 |2533 |8720 |-1.013688e+05 |      --      |    Inf | unknown
3183.04/3194.10	c   761s| 34600 | 34503 |  2339k|  67.5 |  1102M |  81 |6225 |6518 |6344 | 167k|  1 |2533 |8725 |-1.013688e+05 |      --      |    Inf | unknown
3185.52/3196.53	c   763s| 34700 | 34603 |  2351k|  67.7 |  1103M |  81 |6225 |6514 |6507 | 168k|  2 |2533 |8736 |-1.013688e+05 |      --      |    Inf | unknown
3188.41/3199.46	c   766s| 34800 | 34703 |  2364k|  67.9 |  1103M |  81 |6225 |6522 |6368 | 168k|  1 |2546 |8770 |-1.013688e+05 |      --      |    Inf | unknown
3190.61/3201.67	c   768s| 34900 | 34803 |  2376k|  68.0 |  1103M |  81 |6225 |6524 |6353 | 168k|  1 |2565 |8784 |-1.013688e+05 |      --      |    Inf | unknown
3192.80/3203.83	c   770s| 35000 | 34903 |  2388k|  68.1 |  1104M |  81 |6225 |6517 |6333 | 169k|  1 |2565 |8798 |-1.013688e+05 |      --      |    Inf | unknown
3194.49/3205.56	c   772s| 35100 | 35003 |  2396k|  68.2 |  1104M |  81 |6225 |6514 |6339 | 169k|  1 |2565 |8816 |-1.013688e+05 |      --      |    Inf | unknown
3197.00/3208.07	c   775s| 35200 | 35103 |  2406k|  68.3 |  1104M |  81 |6225 |6513 |6405 | 170k|  1 |2565 |8831 |-1.013688e+05 |      --      |    Inf | unknown
3199.48/3210.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3199.48/3210.58	c   777s| 35300 | 35203 |  2420k|  68.5 |  1104M |  81 |6225 |6507 |6340 | 170k|  3 |2565 |8836 |-1.013688e+05 |      --      |    Inf | unknown
3201.57/3212.61	c   779s| 35400 | 35303 |  2430k|  68.6 |  1104M |  81 |6225 |6507 |6442 | 171k|  1 |2565 |8836 |-1.013688e+05 |      --      |    Inf | unknown
3203.86/3214.91	c   782s| 35500 | 35403 |  2441k|  68.7 |  1104M |  81 |6225 |6505 |6449 | 171k|  1 |2565 |8840 |-1.013688e+05 |      --      |    Inf | unknown
3205.97/3217.08	c   784s| 35600 | 35503 |  2454k|  68.8 |  1104M |  81 |6225 |6501 |6348 | 172k|  2 |2565 |8850 |-1.013688e+05 |      --      |    Inf | unknown
3208.85/3219.98	c   787s| 35700 | 35603 |  2466k|  69.0 |  1106M |  81 |6225 |6501 |6413 | 172k|  1 |2565 |8871 |-1.013688e+05 |      --      |    Inf | unknown
3211.95/3223.03	c   790s| 35800 | 35703 |  2481k|  69.2 |  1106M |  81 |6225 |6493 |6294 | 173k|  1 |2565 |8891 |-1.013688e+05 |      --      |    Inf | unknown
3214.04/3225.12	c   792s| 35900 | 35803 |  2493k|  69.4 |  1106M |  81 |6225 |6491 |6356 | 173k|  1 |2565 |8893 |-1.013688e+05 |      --      |    Inf | unknown
3216.62/3227.74	c   794s| 36000 | 35903 |  2506k|  69.5 |  1106M |  81 |6225 |6509 |6390 | 174k|  1 |2586 |8895 |-1.013688e+05 |      --      |    Inf | unknown
3218.22/3229.34	c   796s| 36100 | 36003 |  2512k|  69.5 |  1107M |  81 |6225 |6518 |6341 | 174k|  1 |2608 |8900 |-1.013688e+05 |      --      |    Inf | unknown
3220.71/3231.86	c   798s| 36200 | 36103 |  2524k|  69.7 |  1107M |  81 |6225 |6514 |6424 | 174k|  1 |2608 |8940 |-1.013688e+05 |      --      |    Inf | unknown
3222.92/3234.05	c   801s| 36300 | 36203 |  2536k|  69.8 |  1107M |  81 |6225 |6513 |6415 | 175k|  1 |2608 |8954 |-1.013688e+05 |      --      |    Inf | unknown
3225.20/3236.32	c   803s| 36400 | 36303 |  2546k|  69.9 |  1108M |  81 |6225 |6501 |6330 | 175k|  1 |2608 |8980 |-1.013688e+05 |      --      |    Inf | unknown
3227.09/3238.25	c   805s| 36500 | 36403 |  2556k|  70.0 |  1109M |  81 |6225 |6509 |6450 | 176k|  2 |2617 |8981 |-1.013688e+05 |      --      |    Inf | unknown
3229.38/3240.58	c   807s| 36600 | 36503 |  2568k|  70.1 |  1109M |  81 |6225 |6500 |6332 | 176k|  1 |2617 |8983 |-1.013688e+05 |      --      |    Inf | unknown
3231.18/3242.35	c   809s| 36700 | 36603 |  2576k|  70.1 |  1109M |  81 |6225 |6494 |6390 | 177k|  1 |2617 |8985 |-1.013688e+05 |      --      |    Inf | unknown
3233.67/3244.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3233.67/3244.86	c   811s| 36800 | 36703 |  2588k|  70.2 |  1109M |  81 |6225 |6494 |6441 | 177k|  1 |2617 |9007 |-1.013688e+05 |      --      |    Inf | unknown
3236.06/3247.28	c   814s| 36900 | 36803 |  2600k|  70.4 |  1111M |  81 |6225 |6488 |6397 | 178k|  1 |2617 |9010 |-1.013688e+05 |      --      |    Inf | unknown
3238.05/3249.21	c   816s| 37000 | 36903 |  2609k|  70.4 |  1111M |  81 |6225 |6485 |6376 | 178k|  1 |2619 |9033 |-1.013688e+05 |      --      |    Inf | unknown
3239.86/3251.07	c   818s| 37100 | 37003 |  2617k|  70.5 |  1112M |  81 |6225 |6485 |6318 | 179k|  1 |2619 |9061 |-1.013688e+05 |      --      |    Inf | unknown
3241.96/3253.12	c   820s| 37200 | 37103 |  2627k|  70.5 |  1112M |  81 |6225 |6482 |6336 | 179k|  1 |2619 |9075 |-1.013688e+05 |      --      |    Inf | unknown
3243.74/3254.90	c   821s| 37300 | 37203 |  2635k|  70.6 |  1112M |  81 |6225 |6480 |6404 | 179k|  1 |2619 |9075 |-1.013688e+05 |      --      |    Inf | unknown
3245.63/3256.81	c   823s| 37400 | 37303 |  2645k|  70.7 |  1112M |  81 |6225 |6477 |6313 | 180k|  1 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
3248.32/3259.53	c   826s| 37500 | 37403 |  2659k|  70.8 |  1113M |  81 |6225 |6474 |6365 | 180k|  1 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
3250.61/3261.80	c   828s| 37600 | 37503 |  2670k|  70.9 |  1113M |  81 |6225 |6471 |6433 | 181k|  2 |2619 |9078 |-1.013688e+05 |      --      |    Inf | unknown
3252.82/3264.08	c   831s| 37700 | 37603 |  2681k|  71.0 |  1113M |  81 |6225 |6469 |6413 | 181k|  1 |2619 |9079 |-1.013688e+05 |      --      |    Inf | unknown
3254.70/3265.95	c   833s| 37800 | 37703 |  2693k|  71.2 |  1114M |  81 |6225 |6467 |6372 | 182k|  1 |2619 |9082 |-1.013688e+05 |      --      |    Inf | unknown
3256.60/3267.81	c   834s| 37900 | 37803 |  2702k|  71.2 |  1114M |  81 |6225 |6462 |6306 | 182k|  1 |2619 |9086 |-1.013688e+05 |      --      |    Inf | unknown
3258.19/3269.40	c   836s| 38000 | 37903 |  2712k|  71.3 |  1114M |  81 |6225 |6460 |6352 | 183k|  1 |2619 |9094 |-1.013688e+05 |      --      |    Inf | unknown
3260.18/3271.47	c   838s| 38100 | 38003 |  2722k|  71.4 |  1114M |  81 |6225 |6460 |6427 | 183k|  1 |2619 |9094 |-1.013688e+05 |      --      |    Inf | unknown
3262.98/3274.26	c   841s| 38200 | 38103 |  2732k|  71.4 |  1114M |  81 |6225 |6457 |6428 | 184k|  5 |2619 |9122 |-1.013688e+05 |      --      |    Inf | unknown
3264.67/3275.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3264.67/3275.96	c   843s| 38300 | 38203 |  2739k|  71.4 |  1114M |  81 |6225 |6452 |6399 | 184k|  1 |2619 |9138 |-1.013688e+05 |      --      |    Inf | unknown
3266.46/3277.73	c   844s| 38400 | 38303 |  2749k|  71.5 |  1114M |  81 |6225 |6450 |6463 | 184k|  1 |2623 |9139 |-1.013688e+05 |      --      |    Inf | unknown
3269.36/3280.63	c   847s| 38500 | 38403 |  2763k|  71.7 |  1116M |  81 |6225 |6450 |6383 | 185k|  1 |2623 |9155 |-1.013688e+05 |      --      |    Inf | unknown
3272.05/3283.37	c   850s| 38600 | 38503 |  2775k|  71.8 |  1117M |  81 |6225 |6444 |6401 | 185k|  1 |2623 |9168 |-1.013688e+05 |      --      |    Inf | unknown
3274.44/3285.79	c   852s| 38700 | 38603 |  2785k|  71.9 |  1119M |  81 |6225 |6442 |6328 | 186k|  1 |2623 |9182 |-1.013688e+05 |      --      |    Inf | unknown
3276.44/3287.72	c   854s| 38800 | 38703 |  2795k|  72.0 |  1119M |  81 |6225 |6442 |6369 | 186k|  1 |2629 |9196 |-1.013688e+05 |      --      |    Inf | unknown
3278.93/3290.24	c   857s| 38900 | 38803 |  2808k|  72.1 |  1119M |  81 |6225 |6442 |6378 | 187k|  1 |2632 |9209 |-1.013688e+05 |      --      |    Inf | unknown
3281.62/3292.95	c   860s| 39000 | 38903 |  2820k|  72.2 |  1119M |  81 |6225 |6436 |6347 | 187k|  2 |2632 |9244 |-1.013688e+05 |      --      |    Inf | unknown
3283.42/3294.75	c   861s| 39100 | 39003 |  2830k|  72.3 |  1119M |  81 |6225 |6431 |6390 | 188k|  2 |2632 |9260 |-1.013688e+05 |      --      |    Inf | unknown
3286.01/3297.38	c   864s| 39200 | 39103 |  2840k|  72.4 |  1120M |  81 |6225 |6439 |6307 | 188k|  1 |2643 |9291 |-1.013688e+05 |      --      |    Inf | unknown
3288.00/3299.35	c   866s| 39300 | 39203 |  2850k|  72.4 |  1120M |  81 |6225 |6439 |6354 | 189k|  1 |2643 |9313 |-1.013688e+05 |      --      |    Inf | unknown
3291.09/3302.45	c   869s| 39400 | 39303 |  2863k|  72.6 |  1120M |  81 |6225 |6436 |6467 | 189k|  3 |2643 |9345 |-1.013688e+05 |      --      |    Inf | unknown
3293.49/3304.85	c   871s| 39500 | 39403 |  2874k|  72.7 |  1120M |  81 |6225 |6433 |6328 | 190k|  1 |2643 |9366 |-1.013688e+05 |      --      |    Inf | unknown
3296.18/3307.51	c   874s| 39600 | 39503 |  2887k|  72.8 |  1124M |  81 |6225 |6437 |6403 | 190k|  1 |2653 |9388 |-1.013688e+05 |      --      |    Inf | unknown
3298.57/3309.91	c   877s| 39700 | 39603 |  2896k|  72.9 |  1125M |  81 |6225 |6431 |6455 | 190k|  1 |2653 |9423 |-1.013688e+05 |      --      |    Inf | unknown
3301.16/3312.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3301.16/3312.58	c   879s| 39800 | 39703 |  2908k|  73.0 |  1125M |  81 |6225 |6424 |6355 | 191k|  1 |2653 |9453 |-1.013688e+05 |      --      |    Inf | unknown
3303.77/3315.17	c   882s| 39900 | 39803 |  2919k|  73.1 |  1127M |  81 |6225 |6421 |6453 | 192k|  1 |2653 |9461 |-1.013688e+05 |      --      |    Inf | unknown
3306.95/3318.33	c   885s| 40000 | 39903 |  2930k|  73.2 |  1128M |  81 |6225 |6415 |6348 | 192k|  1 |2653 |9466 |-1.013688e+05 |      --      |    Inf | unknown
3309.34/3320.75	c   887s| 40100 | 40003 |  2942k|  73.3 |  1128M |  81 |6225 |6411 |6337 | 192k|  1 |2653 |9499 |-1.013688e+05 |      --      |    Inf | unknown
3311.83/3323.29	c   890s| 40200 | 40103 |  2952k|  73.4 |  1129M |  81 |6225 |6408 |6453 | 193k|  1 |2653 |9525 |-1.013688e+05 |      --      |    Inf | unknown
3315.12/3326.50	c   893s| 40300 | 40203 |  2968k|  73.6 |  1130M |  81 |6225 |6430 |6333 | 193k|  1 |2677 |9547 |-1.013688e+05 |      --      |    Inf | unknown
3317.12/3328.51	c   895s| 40400 | 40303 |  2977k|  73.6 |  1130M |  81 |6225 |6428 |6403 | 194k|  1 |2677 |9564 |-1.013688e+05 |      --      |    Inf | unknown
3319.41/3330.86	c   897s| 40500 | 40403 |  2988k|  73.7 |  1131M |  81 |6225 |6425 |6431 | 194k|  1 |2677 |9602 |-1.013688e+05 |      --      |    Inf | unknown
3322.10/3333.51	c   900s| 40600 | 40503 |  2999k|  73.8 |  1133M |  81 |6225 |6420 |6387 | 195k|  1 |2677 |9623 |-1.013688e+05 |      --      |    Inf | unknown
3324.30/3335.77	c   902s| 40700 | 40603 |  3009k|  73.9 |  1133M |  81 |6225 |6418 |6399 | 195k|  1 |2677 |9645 |-1.013688e+05 |      --      |    Inf | unknown
3327.19/3338.61	c   905s| 40800 | 40703 |  3023k|  74.0 |  1134M |  81 |6225 |6414 |6299 | 196k|  1 |2677 |9683 |-1.013688e+05 |      --      |    Inf | unknown
3329.28/3340.71	c   907s| 40900 | 40803 |  3032k|  74.1 |  1134M |  81 |6225 |6410 |6394 | 196k|  1 |2677 |9694 |-1.013688e+05 |      --      |    Inf | unknown
3331.47/3342.91	c   909s| 41000 | 40903 |  3042k|  74.1 |  1134M |  81 |6225 |6406 |6402 | 196k|  1 |2677 |9727 |-1.013688e+05 |      --      |    Inf | unknown
3333.97/3345.41	c   912s| 41100 | 41003 |  3049k|  74.1 |  1134M |  81 |6225 |6405 |6384 | 197k|  1 |2677 |9774 |-1.013688e+05 |      --      |    Inf | unknown
3336.36/3347.86	c   914s| 41200 | 41103 |  3063k|  74.3 |  1136M |  81 |6225 |6424 |6429 | 197k|  1 |2698 |9777 |-1.013688e+05 |      --      |    Inf | unknown
3339.25/3350.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3339.25/3350.72	c   917s| 41300 | 41203 |  3075k|  74.4 |  1136M |  81 |6225 |6423 |6297 | 198k|  1 |2698 |9796 |-1.013688e+05 |      --      |    Inf | unknown
3342.34/3353.84	c   920s| 41400 | 41303 |  3091k|  74.6 |  1136M |  81 |6225 |6431 |6336 | 198k|  1 |2709 |9826 |-1.013688e+05 |      --      |    Inf | unknown
3344.83/3356.35	c   923s| 41500 | 41403 |  3102k|  74.7 |  1136M |  81 |6225 |6430 |6425 | 199k|  1 |2709 |9852 |-1.013688e+05 |      --      |    Inf | unknown
3347.54/3359.08	c   926s| 41600 | 41503 |  3113k|  74.8 |  1136M |  81 |6225 |6429 |6373 | 199k|  4 |2709 |9893 |-1.013688e+05 |      --      |    Inf | unknown
3349.63/3361.16	c   928s| 41700 | 41603 |  3122k|  74.8 |  1136M |  81 |6225 |6423 |6370 | 200k|  1 |2709 |9902 |-1.013688e+05 |      --      |    Inf | unknown
3352.41/3363.97	c   931s| 41800 | 41703 |  3135k|  74.9 |  1137M |  81 |6225 |6422 |6429 | 200k|  1 |2709 |9934 |-1.013688e+05 |      --      |    Inf | unknown
3354.71/3366.25	c   933s| 41900 | 41803 |  3147k|  75.0 |  1138M |  81 |6225 |6419 |6373 | 201k|  1 |2709 |9938 |-1.013688e+05 |      --      |    Inf | unknown
3357.90/3369.47	c   936s| 42000 | 41903 |  3160k|  75.2 |  1139M |  81 |6225 |6419 |6395 | 201k|  1 |2709 |9958 |-1.013688e+05 |      --      |    Inf | unknown
3360.51/3372.03	c   939s| 42100 | 42003 |  3171k|  75.2 |  1139M |  81 |6225 |6415 |6310 | 202k|  1 |2709 |9983 |-1.013688e+05 |      --      |    Inf | unknown
3362.79/3374.33	c   941s| 42200 | 42103 |  3179k|  75.3 |  1139M |  81 |6225 |6413 |6345 | 202k|  2 |2709 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3365.08/3376.61	c   943s| 42300 | 42203 |  3189k|  75.3 |  1139M |  81 |6225 |6434 |6356 | 203k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3367.27/3378.80	c   945s| 42400 | 42303 |  3199k|  75.4 |  1139M |  81 |6225 |6429 |6323 | 203k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3369.48/3381.02	c   948s| 42500 | 42403 |  3208k|  75.4 |  1139M |  81 |6225 |6428 |6405 | 204k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3371.58/3383.13	c   950s| 42600 | 42503 |  3219k|  75.5 |  1141M |  81 |6225 |6427 |6479 | 204k|  1 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3376.05/3387.61	c   954s| 42700 | 42603 |  3243k|  75.9 |  1143M |  81 |6225 |6418 |6367 | 205k|  3 |2730 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3378.34/3389.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3378.34/3389.98	c   957s| 42800 | 42703 |  3256k|  76.0 |  1145M |  81 |6225 |6437 |6418 | 205k|  2 |2751 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3381.64/3393.20	c   960s| 42900 | 42803 |  3273k|  76.2 |  1145M |  81 |6225 |6446 |6325 | 206k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3383.44/3395.05	c   962s| 43000 | 42903 |  3283k|  76.3 |  1146M |  81 |6225 |6445 |6353 | 206k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3385.44/3397.09	c   964s| 43100 | 43003 |  3294k|  76.4 |  1146M |  81 |6225 |6443 |6420 | 207k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3387.22/3398.85	c   965s| 43200 | 43103 |  3302k|  76.4 |  1147M |  81 |6225 |6434 |6351 | 207k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3390.11/3401.76	c   968s| 43300 | 43203 |  3314k|  76.5 |  1148M |  81 |6225 |6432 |6398 | 208k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3392.91/3404.59	c   971s| 43400 | 43303 |  3328k|  76.6 |  1149M |  81 |6225 |6430 |6371 | 208k|  3 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3394.70/3406.35	c   973s| 43500 | 43403 |  3335k|  76.6 |  1150M |  81 |6225 |6429 |6359 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3397.09/3408.73	c   975s| 43600 | 43503 |  3345k|  76.7 |  1150M |  81 |6225 |6425 |6438 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3399.09/3410.71	c   977s| 43700 | 43603 |  3354k|  76.7 |  1150M |  81 |6225 |6423 |6328 | 209k|  1 |2763 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3401.08/3412.74	c   979s| 43800 | 43703 |  3363k|  76.7 |  1151M |  81 |6225 |6430 |6369 | 210k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3403.49/3415.15	c   982s| 43900 | 43803 |  3374k|  76.8 |  1151M |  81 |6225 |6424 |6422 | 210k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3405.17/3416.87	c   983s| 44000 | 43903 |  3383k|  76.8 |  1152M |  81 |6225 |6419 |6371 | 211k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3406.77/3418.40	c   985s| 44100 | 44003 |  3390k|  76.8 |  1153M |  81 |6225 |6416 |6387 | 211k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3409.56/3421.25	c   988s| 44200 | 44103 |  3405k|  77.0 |  1154M |  81 |6225 |6411 |6306 | 212k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3412.15/3423.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3412.15/3423.83	c   990s| 44300 | 44203 |  3415k|  77.0 |  1154M |  81 |6225 |6408 |6377 | 212k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3414.25/3425.92	c   993s| 44400 | 44303 |  3424k|  77.1 |  1154M |  81 |6225 |6406 |6384 | 213k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3416.54/3428.25	c   995s| 44500 | 44403 |  3436k|  77.1 |  1154M |  81 |6225 |6400 |6363 | 213k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3418.64/3430.30	c   997s| 44600 | 44503 |  3448k|  77.2 |  1155M |  81 |6225 |6399 |6405 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3420.44/3432.19	c   999s| 44700 | 44603 |  3456k|  77.3 |  1156M |  81 |6225 |6399 |6385 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3422.44/3434.17	c  1001s| 44800 | 44703 |  3465k|  77.3 |  1157M |  81 |6225 |6396 |6363 | 214k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3424.72/3436.49	c  1003s| 44900 | 44803 |  3477k|  77.4 |  1157M |  81 |6225 |6396 |6387 | 215k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3426.52/3438.25	c  1005s| 45000 | 44903 |  3486k|  77.4 |  1157M |  81 |6225 |6394 |6318 | 215k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3428.81/3440.55	c  1007s| 45100 | 45003 |  3499k|  77.5 |  1157M |  81 |6225 |6392 |6409 | 216k|  1 |2776 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3430.80/3442.58	c  1009s| 45200 | 45103 |  3511k|  77.6 |  1157M |  81 |6225 |6404 |6399 | 216k|  1 |2788 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3433.60/3445.30	c  1012s| 45300 | 45203 |  3523k|  77.7 |  1157M |  81 |6225 |6401 |6310 | 217k|  1 |2788 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3435.89/3447.61	c  1014s| 45400 | 45303 |  3535k|  77.8 |  1159M |  81 |6225 |6403 |6426 | 217k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3437.88/3449.62	c  1016s| 45500 | 45403 |  3545k|  77.8 |  1159M |  81 |6225 |6401 |6310 | 218k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3439.78/3451.50	c  1018s| 45600 | 45503 |  3554k|  77.9 |  1159M |  81 |6225 |6400 |6316 | 218k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3442.39/3454.16	c  1021s| 45700 | 45603 |  3566k|  78.0 |  1159M |  81 |6225 |6399 |6386 | 219k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3444.67/3456.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3444.67/3456.46	c  1023s| 45800 | 45703 |  3577k|  78.0 |  1159M |  81 |6225 |6395 |6369 | 219k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3447.66/3459.40	c  1026s| 45900 | 45803 |  3588k|  78.1 |  1160M |  81 |6225 |6387 |6438 | 220k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3449.65/3461.47	c  1028s| 46000 | 45903 |  3600k|  78.2 |  1162M |  81 |6225 |6384 |6439 | 220k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3452.55/3464.31	c  1031s| 46100 | 46003 |  3612k|  78.3 |  1164M |  81 |6225 |6383 |6373 | 221k|  2 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3454.54/3466.30	c  1033s| 46200 | 46103 |  3623k|  78.4 |  1164M |  81 |6225 |6382 |6365 | 221k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3456.35/3468.11	c  1035s| 46300 | 46203 |  3634k|  78.4 |  1164M |  81 |6225 |6382 |6370 | 221k|  4 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3458.13/3469.98	c  1037s| 46400 | 46303 |  3644k|  78.5 |  1164M |  81 |6225 |6382 |6381 | 222k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3460.12/3471.92	c  1039s| 46500 | 46403 |  3653k|  78.5 |  1164M |  81 |6225 |6382 |6408 | 222k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3462.33/3474.16	c  1041s| 46600 | 46503 |  3665k|  78.6 |  1164M |  81 |6225 |6380 |6364 | 223k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3465.22/3477.02	c  1044s| 46700 | 46603 |  3675k|  78.6 |  1167M |  81 |6225 |6378 |6390 | 223k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3467.50/3479.37	c  1046s| 46800 | 46703 |  3687k|  78.7 |  1167M |  81 |6225 |6376 |6441 | 224k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3469.50/3481.30	c  1048s| 46900 | 46803 |  3699k|  78.8 |  1167M |  81 |6225 |6375 |6351 | 224k|  1 |2793 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3471.31/3483.16	c  1050s| 47000 | 46903 |  3711k|  78.9 |  1167M |  81 |6225 |6371 |6394 | 225k|  1 |2806 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3473.09/3484.91	c  1052s| 47100 | 47003 |  3720k|  78.9 |  1167M |  81 |6225 |6372 |6332 | 225k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3475.08/3486.98	c  1054s| 47200 | 47103 |  3732k|  79.0 |  1167M |  81 |6225 |6366 |6345 | 225k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3477.78/3489.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3477.78/3489.65	c  1056s| 47300 | 47203 |  3742k|  79.1 |  1170M |  81 |6225 |6363 |6440 | 226k|  2 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3479.67/3491.57	c  1058s| 47400 | 47303 |  3751k|  79.1 |  1171M |  81 |6225 |6361 |6343 | 226k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3481.67/3493.54	c  1060s| 47500 | 47403 |  3760k|  79.1 |  1171M |  81 |6225 |6360 |6396 | 227k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3484.46/3496.35	c  1063s| 47600 | 47503 |  3772k|  79.2 |  1172M |  81 |6225 |6358 |6419 | 227k|  5 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3487.05/3498.97	c  1066s| 47700 | 47603 |  3783k|  79.3 |  1174M |  81 |6225 |6357 |6390 | 228k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3489.16/3501.06	c  1068s| 47800 | 47703 |  3791k|  79.3 |  1174M |  81 |6225 |6357 |6402 | 228k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3491.64/3503.52	c  1070s| 47900 | 47803 |  3797k|  79.2 |  1177M |  81 |6225 |6357 |6384 | 229k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3493.83/3505.72	c  1072s| 48000 | 47903 |  3809k|  79.3 |  1178M |  81 |6225 |6356 |6401 | 229k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3495.93/3507.83	c  1074s| 48100 | 48003 |  3818k|  79.3 |  1179M |  81 |6225 |6348 |6447 | 230k|  1 |2817 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3498.02/3510.00	c  1077s| 48200 | 48103 |  3828k|  79.4 |  1181M |  81 |6225 |6366 |6362 | 230k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3500.52/3512.41	c  1079s| 48300 | 48203 |  3837k|  79.4 |  1181M |  81 |6225 |6366 |6431 | 231k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3502.41/3514.38	c  1081s| 48400 | 48303 |  3848k|  79.4 |  1181M |  81 |6225 |6365 |6309 | 231k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3504.01/3515.98	c  1083s| 48500 | 48403 |  3855k|  79.4 |  1182M |  81 |6225 |6362 |6368 | 231k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3506.21/3518.15	c  1085s| 48600 | 48503 |  3865k|  79.5 |  1182M |  81 |6225 |6361 |6456 | 232k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3508.50/3520.48	c  1087s| 48700 | 48603 |  3876k|  79.5 |  1184M |  81 |6225 |6361 |6322 | 232k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3510.39/3522.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3510.39/3522.30	c  1089s| 48800 | 48703 |  3886k|  79.6 |  1186M |  81 |6225 |6361 |6418 | 233k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3512.88/3524.84	c  1091s| 48900 | 48803 |  3896k|  79.6 |  1186M |  81 |6225 |6360 |6477 | 233k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3515.28/3527.29	c  1094s| 49000 | 48903 |  3907k|  79.7 |  1186M |  81 |6225 |6360 |6418 | 234k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3517.77/3529.78	c  1096s| 49100 | 49003 |  3917k|  79.7 |  1187M |  81 |6225 |6354 |6376 | 234k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3519.77/3531.72	c  1098s| 49200 | 49103 |  3926k|  79.7 |  1187M |  81 |6225 |6350 |6324 | 235k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3522.17/3534.19	c  1101s| 49300 | 49203 |  3937k|  79.8 |  1188M |  81 |6225 |6350 |6369 | 235k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3524.07/3536.01	c  1103s| 49400 | 49303 |  3946k|  79.8 |  1188M |  81 |6225 |6346 |6468 | 236k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3526.35/3538.33	c  1105s| 49500 | 49403 |  3957k|  79.9 |  1189M |  81 |6225 |6344 |6358 | 236k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3528.34/3540.38	c  1107s| 49600 | 49503 |  3967k|  79.9 |  1189M |  81 |6225 |6344 |6397 | 237k|  2 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3530.54/3542.50	c  1109s| 49700 | 49603 |  3978k|  80.0 |  1190M |  81 |6225 |6340 |6299 | 237k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3532.33/3544.37	c  1111s| 49800 | 49703 |  3988k|  80.0 |  1190M |  81 |6225 |6339 |6352 | 238k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3535.04/3547.09	c  1114s| 49900 | 49803 |  4000k|  80.1 |  1191M |  81 |6225 |6336 |6429 | 238k|  1 |2838 |  10k|-1.013688e+05 |      --      |    Inf | unknown
3537.03/3549.09	c  1116s| 50000 | 49903 |  4010k|  80.1 |  1191M |  81 |6225 |6332 |6327 | 238k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3539.91/3551.99	c  1119s| 50100 | 50003 |  4025k|  80.3 |  1192M |  81 |6225 |6329 |6433 | 239k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3541.91/3553.99	c  1121s| 50200 | 50103 |  4033k|  80.3 |  1194M |  81 |6225 |6325 |6475 | 240k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3543.70/3555.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3543.70/3555.71	c  1122s| 50300 | 50203 |  4041k|  80.3 |  1194M |  81 |6225 |6325 |6330 | 240k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3546.11/3558.18	c  1125s| 50400 | 50303 |  4051k|  80.3 |  1196M |  81 |6225 |6325 |6393 | 241k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3548.69/3560.74	c  1127s| 50500 | 50403 |  4061k|  80.4 |  1196M |  81 |6225 |6324 |6283 | 241k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3550.68/3562.78	c  1129s| 50600 | 50503 |  4071k|  80.4 |  1196M |  81 |6225 |6324 |6345 | 242k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3552.78/3564.87	c  1131s| 50700 | 50603 |  4080k|  80.4 |  1196M |  81 |6225 |6324 |6471 | 242k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3554.57/3566.67	c  1133s| 50800 | 50703 |  4091k|  80.5 |  1197M |  81 |6225 |6319 |6301 | 242k|  1 |2838 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3556.98/3569.03	c  1136s| 50900 | 50801 |  4101k|  80.5 |  1199M |  81 |6225 |6330 |6401 | 243k|  1 |2849 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3558.56/3570.61	c  1137s| 51000 | 50901 |  4108k|  80.5 |  1199M |  81 |6225 |6330 |6434 | 243k|  1 |2849 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3560.16/3572.24	c  1139s| 51100 | 51001 |  4116k|  80.5 |  1199M |  81 |6225 |6342 |6366 | 244k|  1 |2861 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3562.55/3574.63	c  1141s| 51200 | 51101 |  4128k|  80.6 |  1199M |  81 |6225 |6338 |6384 | 244k|  1 |2861 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3565.64/3577.79	c  1144s| 51300 | 51201 |  4143k|  80.7 |  1203M |  81 |6225 |6341 |6295 | 245k|  1 |2864 |  11k|-1.013688e+05 |      --      |    Inf | unknown
3567.44/3579.59	c  1146s| 51400 | 51301 |  4153k|  80.7 |  1203M |  81 |6225 |6337 |6354 | 245k|  1 |2864 |  11k|-1.013970e+05 |      --      |    Inf | unknown
3569.83/3581.96	c  1149s| 51500 | 51401 |  4162k|  80.8 |  1203M |  81 |6225 |6355 |6399 | 246k|  1 |2885 |  11k|-1.013970e+05 |      --      |    Inf | unknown
3572.42/3584.59	c  1151s| 51600 | 51501 |  4175k|  80.8 |  1205M |  81 |6225 |6351 |6351 | 246k|  1 |2885 |  11k|-1.013970e+05 |      --      |    Inf | unknown
3575.12/3587.22	c  1154s| 51700 | 51601 |  4187k|  80.9 |  1205M |  81 |6225 |6351 |6453 | 247k|  1 |2885 |  11k|-1.013970e+05 |      --      |    Inf | unknown
3577.61/3589.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.61/3589.70	c  1156s| 51800 | 51701 |  4200k|  81.0 |  1205M |  81 |6225 |6362 |6430 | 247k|  1 |2898 |  11k|-1.013970e+05 |      --      |    Inf | unknown
3580.10/3592.27	c  1159s| 51900 | 51801 |  4212k|  81.1 |  1205M |  81 |6225 |6361 |6436 | 248k|  1 |2898 |  11k|-1.013997e+05 |      --      |    Inf | unknown
3582.10/3594.28	c  1161s| 52000 | 51901 |  4223k|  81.2 |  1205M |  81 |6225 |6369 |6486 | 248k|  1 |2909 |  11k|-1.013997e+05 |      --      |    Inf | unknown
3584.69/3596.89	c  1163s| 52100 | 52001 |  4236k|  81.2 |  1205M |  81 |6225 |6363 |6310 | 249k|  1 |2909 |  11k|-1.014033e+05 |      --      |    Inf | unknown
3586.68/3598.90	c  1165s| 52200 | 52101 |  4245k|  81.3 |  1207M |  81 |6225 |6362 |6392 | 249k|  1 |2909 |  11k|-1.014033e+05 |      --      |    Inf | unknown
3588.28/3600.47	c  1167s| 52300 | 52201 |  4251k|  81.2 |  1207M |  81 |6225 |6362 |6411 | 250k|  1 |2909 |  11k|-1.014596e+05 |      --      |    Inf | unknown
3590.89/3603.03	c  1170s| 52400 | 52301 |  4266k|  81.4 |  1207M |  81 |6225 |6372 |6368 | 250k|  1 |2920 |  11k|-1.014596e+05 |      --      |    Inf | unknown
3593.77/3605.93	c  1173s| 52500 | 52401 |  4280k|  81.5 |  1207M |  81 |6225 |6370 |6387 | 251k|  3 |2920 |  11k|-1.014596e+05 |      --      |    Inf | unknown
3595.87/3608.03	c  1175s| 52600 | 52501 |  4290k|  81.5 |  1207M |  81 |6225 |6366 |6376 | 251k|  4 |2920 |  11k|-1.014596e+05 |      --      |    Inf | unknown
3598.65/3610.87	c  1177s| 52700 | 52601 |  4303k|  81.6 |  1207M |  81 |6225 |6364 |6366 | 252k|  1 |2920 |  11k|-1.015469e+05 |      --      |    Inf | unknown
3600.05/3612.20	
3600.05/3612.20	*** TERMINATED *** by signal
3600.05/3612.20	c
3600.05/3612.20	s UNKNOWN
3600.05/3612.20	c _____________________________________________________________________________
3600.05/3612.20	c std/band forms        : 5777,0
3600.05/3612.20	c 2cl/3cl ITE-codings   : 1032744,0
3600.05/3612.20	c BDD/srt/adr Max costs : 255,1588,0
3600.05/3612.20	c BDDraw/bin/mul/srt/adr: 75,0,5550,152,0
3600.05/3612.20	c BDD nodes             : 1421175
3600.05/3612.20	c Es1/CC detections     : 0,0
3600.05/3612.20	c CC sort               : 152
3600.05/3612.20	c SAT/UNSAT calls       : 0,0
3600.05/3612.20	c regenrated variables  : 0
3600.05/3612.20	c eliminated fixed lits : 0
3600.05/3612.20	c goal lit flips        : 0
3600.05/3612.20	c goal stages           : 0
3600.05/3612.20	c goal shrink           : 0
3600.05/3612.20	c goal coeff separations: 1032
3600.05/3612.20	c restarts              : 126
3600.05/3612.20	c conflicts             : 7237           (2 /sec)
3600.05/3612.20	c decisions             : 381318         (106 /sec)
3600.05/3612.20	c propagations          : 59561125       (16544 /sec)
3600.05/3612.20	c inspects              : 0              (0 /sec)
3600.05/3612.20	c CPU time (solving tm) : 3600 s        (16.68 s, SAT 0 s, UNSAT 0 s)
3600.05/3612.20	c SAT solver time       : 16.68 s
3600.05/3612.20	c SAT solver SAT time   : 0 s
3600.05/3612.20	c SAT solver UNSAT time : 0 s
3600.05/3612.20	c SAT solver TO time    : 16.68 s
3600.05/3612.20	c Time for SCIP         : 2402 s
3600.05/3612.20	c Coop SCIP LB improvements           : 0
3600.05/3612.20	c Coop SCIP UB improvements           : 2
3600.05/3612.20	c SCIP globally fixed variables       : 0
3600.05/3612.20	c SAT  globally fixed variables       : 0
3600.05/3612.20	c SCIP freeTransform calls            : 5
3600.05/3612.20	c Time for Opt-base     : 1.335 s
3600.05/3612.20	c Steps for Opt-base    : 6160500
3600.05/3612.20	c Time for BDD coding   : 4 s
3600.05/3612.20	c Time for srt coding   : 0.01497 s
3600.05/3612.20	c Inner solver invocations            : 0
3600.05/3612.20	c Inner solving count                 : 0
3600.05/3612.20	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4780726-1782138537/watcher-4780726-1782138537 -o /tmp/evaluation-result-4780726-1782138537/solver-4780726-1782138537 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780726-1782138537/vars-4780726-1782138537 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291496 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780726-1782138537.opb 

running on 4 cores: 32-35

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

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

CPU governors:
  performance: 32-35

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (94356 MiB free)
  node 1: cores 8-15, 128973 MiB (48743 MiB free)
  node 2: cores 16-23, 129019 MiB (113538 MiB free)
  node 3: cores 24-31, 129003 MiB (71353 MiB free)
  node 4: cores 32-39, 129019 MiB (117897 MiB free)
  node 5: cores 40-47, 129019 MiB (82102 MiB free)
  node 6: cores 48-55, 129019 MiB (93415 MiB free)
  node 7: cores 56-63, 128474 MiB (108859 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=2296473, runsolver pid=2296470
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 16.05 16.09 16.03 18/877 2296476
/proc/meminfo: memFree=747796816/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=97900 memory=25908 CPUtime=0.08 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 4259 205 0 0 8 0 0 0 20 0 1 0 147141370 100249600 6400 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 24475 6477 2727 506 0 5166 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 97900 KiB
Current children cumulated memory: 25908 KiB

[startup+0.212646 s]*
/proc/loadavg: 16.05 16.09 16.03 17/877 2296476
/proc/meminfo: memFree=747740504/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=155200 memory=89880 CPUtime=0.2 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 17790 205 0 0 19 1 0 0 20 0 1 0 147141370 158924800 22272 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 38800 22469 5490 506 0 19491 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 155200 KiB
Current children cumulated memory: 89880 KiB

[startup+0.313608 s]*
/proc/loadavg: 16.05 16.09 16.03 18/877 2296476
/proc/meminfo: memFree=747696596/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=193644 memory=128912 CPUtime=0.3 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 30288 205 0 0 28 2 0 0 20 0 1 0 147141370 198291456 32094 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 48411 32228 5768 506 0 29102 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 193644 KiB
Current children cumulated memory: 128912 KiB

[startup+0.700196 s]
/proc/loadavg: 16.05 16.09 16.03 18/877 2296476
/proc/meminfo: memFree=747636196/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=259604 memory=181560 CPUtime=0.66 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 41304 205 0 0 64 2 0 0 20 0 1 0 147141370 265834496 45244 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 64901 45390 5845 506 0 45592 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 259604 KiB
Current children cumulated memory: 181560 KiB

[startup+1.50021 s]
/proc/loadavg: 16.05 16.09 16.03 17/877 2296476
/proc/meminfo: memFree=747600416/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=380308 memory=290464 CPUtime=1.47 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 73687 205 0 0 142 5 0 0 20 0 1 0 147141370 389435392 72546 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 95077 72616 6167 506 0 75768 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 380308 KiB
Current children cumulated memory: 290464 KiB

[startup+3.11492 s]
/proc/loadavg: 16.05 16.09 16.03 17/873 2296513
/proc/meminfo: memFree=769989216/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=396420 memory=307380 CPUtime=3.08 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 78031 205 0 0 303 5 0 0 20 0 1 0 147141370 405934080 76770 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 99105 76845 6167 506 0 79796 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 396420 KiB
Current children cumulated memory: 307380 KiB

[startup+6.30013 s]
/proc/loadavg: 16.04 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=768835212/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=399488 memory=310724 CPUtime=6.25 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 88846 205 0 0 619 6 0 0 20 0 1 0 147141370 409075712 77736 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 99872 77681 6167 506 0 80563 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 399488 KiB
Current children cumulated memory: 310724 KiB

[startup+12.7001 s]
/proc/loadavg: 16.04 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=767558680/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=482868 memory=394144 CPUtime=12.62 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 112969 205 0 0 1255 7 0 0 20 0 1 0 147141370 494456832 98503 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 120717 98536 6177 506 0 101408 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 482868 KiB
Current children cumulated memory: 394144 KiB

[startup+25.5001 s]
/proc/loadavg: 16.03 16.08 16.03 17/877 2296576
/proc/meminfo: memFree=765749504/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=1415080 memory=1258968 CPUtime=25.38 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 220422 205 0 0 2492 46 0 0 20 0 1 0 147141370 1449041920 314645 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 353770 314742 6273 506 0 334461 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1415080 KiB
Current children cumulated memory: 1258968 KiB

[startup+51.1141 s]
/proc/loadavg: 16.02 16.07 16.03 17/877 2296576
/proc/meminfo: memFree=754031752/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=1493272 memory=1337612 CPUtime=50.89 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 253497 205 0 0 5042 47 0 0 20 0 1 0 147141370 1529110528 334307 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 373318 334403 6289 506 0 354009 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1493272 KiB
Current children cumulated memory: 1337612 KiB

[startup+102.3 s]
/proc/loadavg: 16.01 16.06 16.02 17/876 2296577
/proc/meminfo: memFree=744909336/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=1581488 memory=1426044 CPUtime=101.9 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 275666 205 0 0 10141 49 0 0 20 0 1 0 147141370 1619443712 356451 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 395372 356511 6289 506 0 376063 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 1581488 KiB
Current children cumulated memory: 1426044 KiB

[startup+162.3 s]
/proc/loadavg: 16.00 16.05 16.02 17/874 2296578
/proc/meminfo: memFree=743529704/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=1594388 memory=1438652 CPUtime=161.68 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 278870 205 0 0 16119 49 0 0 20 0 1 0 147141370 1632653312 359523 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 398597 359663 6289 506 0 379288 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 1594388 KiB
Current children cumulated memory: 1438652 KiB

[startup+222.3 s]
/proc/loadavg: 16.00 16.04 16.01 17/872 2296579
/proc/meminfo: memFree=709943940/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=1651556 memory=1494128 CPUtime=221.48 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 292842 205 0 0 22098 50 0 0 20 0 1 0 147141370 1691193344 373475 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 412889 373532 6289 506 0 393580 0
Current children cumulated CPU time: 221.48 s
Current children cumulated vsize: 1651556 KiB
Current children cumulated memory: 1494128 KiB

[startup+282.3 s]
/proc/loadavg: 16.00 16.03 16.01 17/872 2296584
/proc/meminfo: memFree=685085300/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=1692564 memory=1534276 CPUtime=281.27 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 303110 205 0 0 28076 51 0 0 20 0 1 0 147141370 1733185536 383459 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 423141 383569 6289 506 0 403832 0
Current children cumulated CPU time: 281.27 s
Current children cumulated vsize: 1692564 KiB
Current children cumulated memory: 1534276 KiB

[startup+342.3 s]
/proc/loadavg: 16.03 16.03 16.01 17/870 2296585
/proc/meminfo: memFree=659034388/1055320708 swapFree=32681384/33554428

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

Current children cumulated memory: 2083772 KiB

[startup+2862.3 s]
/proc/loadavg: 10.14 10.50 12.22 11/835 2297025
/proc/meminfo: memFree=835018388/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=2852.38 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443406 205 0 0 285150 88 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 2852.38 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+2922.3 s]
/proc/loadavg: 10.09 10.42 12.08 11/835 2297026
/proc/meminfo: memFree=834478136/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=2912.19 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443407 205 0 0 291131 88 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 2912.19 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+2982.3 s]
/proc/loadavg: 10.06 10.35 11.95 11/835 2297029
/proc/meminfo: memFree=834946988/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=2971.99 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443411 205 0 0 297111 88 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 2971.99 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3042.3 s]
/proc/loadavg: 10.02 10.29 11.83 11/835 2297033
/proc/meminfo: memFree=834738576/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=3031.8 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443502 205 0 0 303092 88 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 3031.8 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3102.3 s]
/proc/loadavg: 10.54 10.38 11.76 11/835 2297034
/proc/meminfo: memFree=834768944/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=3091.62 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443520 205 0 0 309073 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 3091.62 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3162.3 s]
/proc/loadavg: 10.34 10.36 11.66 11/834 2297035
/proc/meminfo: memFree=834796204/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=3151.43 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443524 205 0 0 315054 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 3151.43 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3222.3 s]
/proc/loadavg: 10.12 10.29 11.56 11/834 2297036
/proc/meminfo: memFree=834771932/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=3211.24 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443531 205 0 0 321035 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 3211.24 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3282.3 s]
/proc/loadavg: 9.60 10.14 11.42 9/822 2297105
/proc/meminfo: memFree=888108024/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=3271.05 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443532 205 0 0 327016 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 3271.05 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3342.3 s]
/proc/loadavg: 8.59 9.75 11.21 9/822 2297109
/proc/meminfo: memFree=888136528/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=3330.88 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443535 205 0 0 332999 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 3330.88 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3402.3 s]
/proc/loadavg: 7.02 9.09 10.89 7/810 2297177
/proc/meminfo: memFree=890023064/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083772 CPUtime=3390.71 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443535 205 0 0 338982 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520943 6305 506 0 548277 0
Current children cumulated CPU time: 3390.71 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083772 KiB

[startup+3462.3 s]
/proc/loadavg: 6.37 8.53 10.58 7/810 2297178
/proc/meminfo: memFree=890100928/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083776 CPUtime=3450.55 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443537 205 0 0 344966 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520944 6305 506 0 548277 0
Current children cumulated CPU time: 3450.55 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083776 KiB

[startup+3522.3 s]
/proc/loadavg: 6.13 8.06 10.29 7/810 2297179
/proc/meminfo: memFree=890155968/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083784 CPUtime=3510.39 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443539 205 0 0 350950 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520946 6305 506 0 548277 0
Current children cumulated CPU time: 3510.39 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083784 KiB

[startup+3582.3 s]
/proc/loadavg: 6.05 7.68 10.02 7/810 2297180
/proc/meminfo: memFree=890148092/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2083792 CPUtime=3570.23 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443654 205 0 0 356934 89 0 0 20 0 1 0 147141370 2324832256 520817 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 520948 6305 506 0 548277 0
Current children cumulated CPU time: 3570.23 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2083792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.2 s]
/proc/loadavg: 5.87 7.49 9.88 6/805 2297218
/proc/meminfo: memFree=896938980/1055320708 swapFree=32681384/33554428
[pid=2296473] ppid=2296470 vsize=2270344 memory=2084392 CPUtime=3600.05 cores=32-35
/proc/2296473/stat : 2296473 (naps_release) R 2296470 2296473 2291478 0 -1 4194304 443664 205 0 0 359916 89 0 0 20 0 1 0 147141370 2324832256 520945 18446744073709551615 4210688 6281017 140732636212400 0 0 0 0 0 16898 0 0 0 17 33 0 0 0 0 0 6662968 6676388 21323776 140732636215515 140732636215696 140732636215696 140732636221384 0
/proc/2296473/statm: 567586 521098 6305 506 0 548277 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2270344 KiB
Current children cumulated memory: 2084392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.17 s, system=0.931436 s

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

Child status: 10

Real time (s): 3612.23
CPU time (s): 3600.1
CPU user time (s): 3599.17
CPU system time (s): 0.931436
CPU usage (%): 99.664
Max. virtual memory (cumulated for all children) (KiB): 2413428
Max. memory (cumulated for all children) (KiB): 2226112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 0.931436
maximum resident set size= 2225920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443869
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= 1995


# summary of solver processes directly reported to runsolver:
#   pid: 2296473
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 0.931436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9874 second user time and 44.2844 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 16:28:57
IDJOB=4780726
IDBENCH=183165
IDSOLVER=3589
FILE ID=nodeE010/4780726-1782138537
RUNJOBID= nodeE010-1782134575-2291496
SLURM_JOB_ID= 12510915
Free space on /tmp= 798064 MiB

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

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

MD5SUM BENCH= 93a49659783afe44866b3651caae5afa
RANDOM SEED=1195733282

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3601.251
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:       1055320708 kB
MemFree:        747781200 kB
MemAvailable:   827178672 kB
Buffers:              32 kB
Cached:         83177496 kB
SwapCached:         6960 kB
Active:         215751724 kB
Inactive:       81846648 kB
Active(anon):   214457156 kB
Inactive(anon):    50272 kB
Active(file):    1294568 kB
Inactive(file): 81796376 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51948 kB
Writeback:             0 kB
AnonPages:      214420080 kB
Mapped:           118316 kB
Shmem:             86536 kB
KReclaimable:    1111304 kB
Slab:            1624196 kB
SReclaimable:    1111304 kB
SUnreclaim:       512892 kB
KernelStack:       15008 kB
PageTables:       430692 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   228807108 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479044 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  101851136 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:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798312 MiB
End job on nodeE010 at 2026-06-22 17:29:09