Trace number 4779490

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.18 3613.63

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUMb48e8711e48bf421c56e401ff58b5422
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark237
Best CPU time to get the best result obtained on this benchmark57600.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
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-4779490-1782133656.opb
0.00/0.04	c NaPS 1.03a50.
0.00/0.04	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.04	c Input file name: HOME/instance-4779490-1782133656.opb
0.00/0.04	c Parsing PB file...
0.00/0.04	c goal was devided by 1 with offset 511.
0.56/0.62	c assumptions before coding: 
0.56/0.67	c initScipForCoop
0.65/0.73	c Running SCIP presolver (time limit: 10 sec)...
0.65/0.73	c solveScip
0.65/0.73	c initScipForCoop
0.65/0.73	c Cooperative mode: scip_coop_offset=511.000000
0.65/0.73	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.65/0.73	c Running SCIP presolve for solve-time propagation (rounds=3)
0.65/0.76	c presolving:
0.85/0.90	c    (0.2s) running MILP presolver
0.85/1.01	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.85/1.01	c (round 1, medium)     0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 136 clqs, 0 implints
0.96/1.04	c (round 2, exhaustive) 0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 136 clqs, 0 implints
0.96/1.06	c    (0.3s) probing: 89/7089 (1.3%) - 0 fixings, 0 aggregations, 10 implications, 0 bound changes
0.96/1.06	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1.06/1.11	c presolving (3 rounds: 3 fast, 3 medium, 2 exhaustive):
1.06/1.11	c  0 deleted vars, 13888 deleted constraints, 6952 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.06/1.11	c  0 implications, 162 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.06/1.11	c presolved problem has 7089 variables (7089 bin, 0 int, 0 cont) and 6952 constraints
1.06/1.11	c      16 constraints of type <knapsack>
1.06/1.11	c    6936 constraints of type <linear>
1.06/1.11	c transformed objective value is always integral (scale: 1)
1.06/1.11	c Presolving Time: 0.35
1.06/1.16	c presolving:
1.15/1.29	c    (0.2s) running MILP presolver
1.35/1.40	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.35/1.40	c (round 1, medium)     0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 136 clqs, 0 implints
1.35/1.43	c (round 2, exhaustive) 0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 136 clqs, 0 implints
1.35/1.47	c    (0.3s) probing: 89/7089 (1.3%) - 0 fixings, 0 aggregations, 10 implications, 0 bound changes
1.35/1.47	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1.45/1.52	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.45/1.58	c    (0.5s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 921.15) (symcode time: 0.03)
1.55/1.65	c dynamic symmetry handling statistics:
1.55/1.65	c    orbitopal reduction:       no components
1.55/1.65	c    orbital reduction:         no components
1.55/1.65	c    lexicographic reduction:   no permutations
1.55/1.65	c handled 1500 out of 1500 symmetry components
1.55/1.65	c (round 3, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 1662 clqs, 0 implints
1.55/1.67	c (round 4, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1516 upgd conss, 0 impls, 1662 clqs, 0 implints
1.55/1.69	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
1.55/1.69	c  0 deleted vars, 13888 deleted constraints, 8452 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.55/1.69	c  0 implications, 1662 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.55/1.69	c presolved problem has 7089 variables (7089 bin, 0 int, 0 cont) and 8452 constraints
1.55/1.69	c      16 constraints of type <knapsack>
1.55/1.69	c    1500 constraints of type <setppc>
1.55/1.69	c    6936 constraints of type <linear>
1.55/1.69	c transformed objective value is always integral (scale: 1)
1.55/1.69	c Presolving Time: 0.53
1.55/1.69	c 
1.96/2.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.96/2.05	c   0.9s|     1 |     0 |  7601 |     - |   333M |   0 |7089 |8457 |8452 |   0 |  0 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.14/3.26	c   2.1s|     1 |     0 | 12839 |     - |   341M |   0 |7089 |8457 |8461 |   9 |  1 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.24/3.35	c   2.2s|     1 |     0 | 12852 |     - |   344M |   0 |7089 |8457 |8471 |  19 |  2 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.34/3.46	c   2.3s|     1 |     0 | 12866 |     - |   346M |   0 |7089 |8457 |8481 |  29 |  3 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.44/3.57	c   2.4s|     1 |     0 | 12879 |     - |   351M |   0 |7089 |8457 |8492 |  40 |  4 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.54/3.70	c   2.6s|     1 |     0 | 12898 |     - |   355M |   0 |7089 |8457 |8504 |  52 |  5 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.74/3.80	c   2.7s|     1 |     0 | 12917 |     - |   361M |   0 |7089 |8457 |8515 |  63 |  6 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.84/3.95	c   2.8s|     1 |     0 | 12939 |     - |   364M |   0 |7089 |8457 |8526 |  74 |  7 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
3.95/4.10	c   3.0s|     1 |     0 | 12953 |     - |   368M |   0 |7089 |8457 |8536 |  84 |  8 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
4.13/4.25	c   3.1s|     1 |     0 | 12971 |     - |   370M |   0 |7089 |8457 |8547 |  95 |  9 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
4.33/4.41	c   3.3s|     1 |     0 | 12987 |     - |   375M |   0 |7089 |8457 |8558 | 106 | 10 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
4.43/4.54	c   3.4s|     1 |     0 | 13016 |     - |   377M |   0 |7089 |8457 |8570 | 118 | 11 |   5 |   0 |-1.600000e+01 |      --      |    Inf | unknown
8.42/8.59	c   7.5s|     1 |     2 | 39762 |     - |   378M |   0 |7089 |8467 |8570 | 118 | 11 |  15 |  20 |-1.700000e+01 |      --      |    Inf | unknown
11.02/11.13	c 
11.02/11.13	c SCIP Status        : solving was interrupted [time limit reached]
11.02/11.13	c Solving Time (sec) : 10.00
11.02/11.13	c Solving Nodes      : 41
11.02/11.13	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
11.02/11.13	c Dual Bound         : -1.70000000000000e+01
11.02/11.13	c Gap                : infinite
11.02/11.13	c SCIP status: 23 (TIMELIMIT)
11.02/11.13	c solveScip: freeing transform (!can_skip_free_transform)
11.02/11.16	c SCIP presolver: sst_unknown
11.02/11.16	c Converting 13888 PB-constraints to clauses...
11.02/11.16	c   -- Clauses(.)/Splits(s): ########################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################estimatedAdderCost: 30
11.11/11.21	c Try to convert by bdds
11.11/11.22	c D: 1
11.11/11.22	c estimatedAdderCost: 30
11.11/11.22	c Try to convert by bdds
11.11/11.23	c D: 1
11.11/11.23	c estimatedAdderCost: 39
11.11/11.23	c Try to convert by bdds
11.11/11.24	c D: 1
11.11/11.24	c estimatedAdderCost: 39
11.11/11.24	c Try to convert by bdds
11.11/11.26	c D: 1
11.11/11.26	c estimatedAdderCost: 30
11.11/11.26	c Try to convert by bdds
11.11/11.27	c D: 1
11.11/11.27	c estimatedAdderCost: 30
11.11/11.27	c Try to convert by bdds
11.11/11.28	c D: 1
11.11/11.28	c estimatedAdderCost: 30
11.11/11.28	c Try to convert by bdds
11.11/11.29	c D: 1
11.11/11.29	c estimatedAdderCost: 39
11.11/11.29	c Try to convert by bdds
11.21/11.30	c D: 1
11.21/11.30	c estimatedAdderCost: 39
11.21/11.30	c Try to convert by bdds
11.21/11.31	c D: 1
11.21/11.31	c estimatedAdderCost: 39
11.21/11.31	c Try to convert by bdds
11.21/11.32	c D: 1
11.21/11.32	c estimatedAdderCost: 30
11.21/11.32	c Try to convert by bdds
11.21/11.33	c D: 1
11.21/11.33	c estimatedAdderCost: 30
11.21/11.33	c Try to convert by bdds
11.21/11.34	c D: 1
11.21/11.34	c estimatedAdderCost: 39
11.21/11.34	c Try to convert by bdds
11.21/11.36	c D: 1
11.21/11.36	c estimatedAdderCost: 39
11.21/11.36	c Try to convert by bdds
11.21/11.37	c D: 1
11.21/11.37	c estimatedAdderCost: 39
11.21/11.37	c Try to convert by bdds
11.21/11.38	c D: 1
11.21/11.38	c estimatedAdderCost: 39
11.21/11.38	c Try to convert by bdds
11.31/11.40	c D: 1
11.31/11.40	c estimatedAdderCost: 39
11.31/11.40	c Try to convert by bdds
11.31/11.41	c D: 1
11.31/11.41	c estimatedAdderCost: 30
11.31/11.41	c Try to convert by bdds
11.31/11.42	c D: 1
11.31/11.42	c estimatedAdderCost: 30
11.31/11.42	c Try to convert by bdds
11.31/11.43	c D: 1
11.31/11.43	c estimatedAdderCost: 30
11.31/11.43	c Try to convert by bdds
11.31/11.44	c D: 1
11.31/11.44	c estimatedAdderCost: 30
11.31/11.44	c Try to convert by bdds
11.31/11.45	c D: 1
11.31/11.45	c estimatedAdderCost: 39
11.31/11.45	c Try to convert by bdds
11.31/11.46	c D: 1
11.31/11.46	c estimatedAdderCost: 39
11.31/11.46	c Try to convert by bdds
11.31/11.47	c D: 1
11.31/11.47	c estimatedAdderCost: 39
11.31/11.47	c Try to convert by bdds
11.31/11.49	c D: 1
11.31/11.49	c estimatedAdderCost: 39
11.31/11.49	c Try to convert by bdds
11.41/11.50	c D: 1
11.41/11.50	c estimatedAdderCost: 30
11.41/11.50	c Try to convert by bdds
11.41/11.51	c D: 1
11.41/11.51	c estimatedAdderCost: 30
11.41/11.51	c Try to convert by bdds
11.41/11.52	c D: 1
11.41/11.52	c estimatedAdderCost: 39
11.41/11.52	c Try to convert by bdds
11.41/11.53	c D: 1
11.41/11.53	c estimatedAdderCost: 39
11.41/11.53	c Try to convert by bdds
11.41/11.54	c D: 1
11.41/11.54	c estimatedAdderCost: 39
11.41/11.54	c Try to convert by bdds
11.41/11.56	c D: 1
11.41/11.56	c estimatedAdderCost: 39
11.41/11.56	c Try to convert by bdds
11.41/11.57	c D: 1
11.41/11.57	c estimatedAdderCost: 39
11.41/11.57	c Try to convert by bdds
11.41/11.58	c D: 1
11.41/11.58	c estimatedAdderCost: 39
11.41/11.58	c Try to convert by bdds
11.51/11.60	c D: 1
11.51/11.60	c estimatedAdderCost: 39
11.51/11.60	c Try to convert by bdds
11.51/11.61	c D: 1
11.51/11.61	c estimatedAdderCost: 30
11.51/11.61	c Try to convert by bdds
11.51/11.62	c D: 1
11.51/11.62	c estimatedAdderCost: 30
11.51/11.62	c Try to convert by bdds
11.51/11.63	c D: 1
11.51/11.63	c estimatedAdderCost: 30
11.51/11.63	c Try to convert by bdds
11.51/11.64	c D: 1
11.51/11.64	c estimatedAdderCost: 39
11.51/11.64	c Try to convert by bdds
11.51/11.65	c D: 1
11.51/11.65	c estimatedAdderCost: 39
11.51/11.65	c Try to convert by bdds
11.51/11.66	c D: 1
11.51/11.66	c estimatedAdderCost: 39
11.51/11.66	c Try to convert by bdds
11.51/11.68	c D: 1
11.51/11.68	c estimatedAdderCost: 39
11.51/11.68	c Try to convert by bdds
11.51/11.69	c D: 1
11.51/11.69	c estimatedAdderCost: 39
11.51/11.69	c Try to convert by bdds
11.61/11.71	c D: 1
11.61/11.71	c estimatedAdderCost: 39
11.61/11.71	c Try to convert by bdds
11.61/11.72	c D: 1
11.61/11.72	c estimatedAdderCost: 39
11.61/11.72	c Try to convert by bdds
11.61/11.73	c D: 1
11.61/11.73	c estimatedAdderCost: 39
11.61/11.73	c Try to convert by bdds
11.61/11.75	c D: 1
11.61/11.75	c estimatedAdderCost: 39
11.61/11.75	c Try to convert by bdds
11.61/11.76	c D: 1
11.61/11.76	c estimatedAdderCost: 30
11.61/11.76	c Try to convert by bdds
11.61/11.77	c D: 1
11.61/11.77	c estimatedAdderCost: 30
11.61/11.77	c Try to convert by bdds
11.61/11.78	c D: 1
11.61/11.78	c estimatedAdderCost: 30
11.61/11.78	c Try to convert by bdds
11.61/11.79	c D: 1
11.61/11.79	c estimatedAdderCost: 30
11.61/11.79	c Try to convert by bdds
11.71/11.80	c D: 1
11.71/11.80	c estimatedAdderCost: 30
11.71/11.80	c Try to convert by bdds
11.71/11.81	c D: 1
11.71/11.81	c estimatedAdderCost: 39
11.71/11.81	c Try to convert by bdds
11.71/11.82	c D: 1
11.71/11.82	c estimatedAdderCost: 39
11.71/11.82	c Try to convert by bdds
11.71/11.83	c D: 1
11.71/11.83	c estimatedAdderCost: 39
11.71/11.83	c Try to convert by bdds
11.71/11.85	c D: 1
11.71/11.85	c estimatedAdderCost: 39
11.71/11.85	c Try to convert by bdds
11.71/11.86	c D: 1
11.71/11.86	c estimatedAdderCost: 39
11.71/11.86	c Try to convert by bdds
11.71/11.87	c D: 1
11.71/11.87	c estimatedAdderCost: 30
11.71/11.87	c Try to convert by bdds
11.71/11.88	c D: 1
11.71/11.88	c estimatedAdderCost: 30
11.71/11.88	c Try to convert by bdds
11.71/11.89	c D: 1
11.71/11.89	c estimatedAdderCost: 39
11.71/11.89	c Try to convert by bdds
11.81/11.91	c D: 1
11.81/11.91	c estimatedAdderCost: 39
11.81/11.91	c Try to convert by bdds
11.81/11.92	c D: 1
11.81/11.92	c estimatedAdderCost: 39
11.81/11.92	c Try to convert by bdds
11.81/11.93	c D: 1
11.81/11.93	c estimatedAdderCost: 39
11.81/11.93	c Try to convert by bdds
11.81/11.95	c D: 1
11.81/11.95	c estimatedAdderCost: 39
11.81/11.95	c Try to convert by bdds
11.81/11.96	c D: 1
11.81/11.96	c estimatedAdderCost: 39
11.81/11.96	c Try to convert by bdds
11.81/11.97	c D: 1
11.81/11.97	c estimatedAdderCost: 39
11.81/11.97	c Try to convert by bdds
11.81/11.99	c D: 1
11.81/11.99	c estimatedAdderCost: 39
11.81/11.99	c Try to convert by bdds
11.81/12.00	c D: 1
11.81/12.00	c estimatedAdderCost: 39
11.81/12.00	c Try to convert by bdds
11.92/12.01	c D: 1
11.92/12.01	c estimatedAdderCost: 30
11.92/12.01	c Try to convert by bdds
11.92/12.02	c D: 1
11.92/12.02	c estimatedAdderCost: 30
11.92/12.02	c Try to convert by bdds
11.92/12.03	c D: 1
11.92/12.03	c estimatedAdderCost: 30
11.92/12.03	c Try to convert by bdds
11.92/12.04	c D: 1
11.92/12.04	c estimatedAdderCost: 39
11.92/12.04	c Try to convert by bdds
11.92/12.06	c D: 1
11.92/12.06	c estimatedAdderCost: 39
11.92/12.06	c Try to convert by bdds
11.92/12.07	c D: 1
11.92/12.07	c estimatedAdderCost: 39
11.92/12.07	c Try to convert by bdds
11.92/12.08	c D: 1
11.92/12.08	c estimatedAdderCost: 39
11.92/12.08	c Try to convert by bdds
11.92/12.10	c D: 1
11.92/12.10	c estimatedAdderCost: 39
11.92/12.10	c Try to convert by bdds
12.02/12.11	c D: 1
12.02/12.11	c estimatedAdderCost: 39
12.02/12.11	c Try to convert by bdds
12.02/12.12	c D: 1
12.02/12.12	c estimatedAdderCost: 39
12.02/12.12	c Try to convert by bdds
12.02/12.14	c D: 1
12.02/12.14	c estimatedAdderCost: 39
12.02/12.14	c Try to convert by bdds
12.02/12.15	c D: 1
12.02/12.15	c estimatedAdderCost: 39
12.02/12.15	c Try to convert by bdds
12.02/12.16	c D: 1
12.02/12.16	c estimatedAdderCost: 39
12.02/12.16	c Try to convert by bdds
12.02/12.18	c D: 1
12.02/12.18	c estimatedAdderCost: 39
12.02/12.18	c Try to convert by bdds
12.02/12.19	c D: 1
12.02/12.19	c estimatedAdderCost: 39
12.02/12.19	c Try to convert by bdds
12.11/12.21	c D: 1
12.11/12.21	c estimatedAdderCost: 30
12.11/12.21	c Try to convert by bdds
12.11/12.22	c D: 1
12.11/12.22	c estimatedAdderCost: 30
12.11/12.22	c Try to convert by bdds
12.11/12.22	c D: 1
12.11/12.22	c estimatedAdderCost: 30
12.11/12.22	c Try to convert by bdds
12.11/12.23	c D: 1
12.11/12.23	c estimatedAdderCost: 30
12.11/12.23	c Try to convert by bdds
12.11/12.24	c D: 1
12.11/12.24	c estimatedAdderCost: 39
12.11/12.24	c Try to convert by bdds
12.11/12.26	c D: 1
12.11/12.26	c estimatedAdderCost: 39
12.11/12.26	c Try to convert by bdds
12.11/12.27	c D: 1
12.11/12.27	c estimatedAdderCost: 39
12.11/12.27	c Try to convert by bdds
12.11/12.28	c D: 1
12.11/12.28	c estimatedAdderCost: 39
12.11/12.28	c Try to convert by bdds
12.21/12.30	c D: 1
12.21/12.30	c estimatedAdderCost: 39
12.21/12.30	c Try to convert by bdds
12.21/12.31	c D: 1
12.21/12.31	c estimatedAdderCost: 39
12.21/12.31	c Try to convert by bdds
12.21/12.33	c D: 1
12.21/12.33	c estimatedAdderCost: 39
12.21/12.33	c Try to convert by bdds
12.21/12.34	c D: 1
12.21/12.34	c estimatedAdderCost: 39
12.21/12.34	c Try to convert by bdds
12.21/12.35	c D: 1
12.21/12.35	c estimatedAdderCost: 39
12.21/12.35	c Try to convert by bdds
12.21/12.37	c D: 1
12.21/12.37	c estimatedAdderCost: 39
12.21/12.37	c Try to convert by bdds
12.21/12.38	c D: 1
12.21/12.38	c estimatedAdderCost: 39
12.21/12.38	c Try to convert by bdds
12.31/12.40	c D: 1
12.31/12.40	c estimatedAdderCost: 39
12.31/12.40	c Try to convert by bdds
12.31/12.41	c D: 1
12.31/12.41	c estimatedAdderCost: 39
12.31/12.41	c Try to convert by bdds
12.31/12.42	c D: 1
12.31/12.42	c estimatedAdderCost: 39
12.31/12.42	c Try to convert by bdds
12.31/12.44	c D: 1
12.31/12.44	c estimatedAdderCost: 30
12.31/12.44	c Try to convert by bdds
12.31/12.45	c D: 1
12.31/12.45	c estimatedAdderCost: 30
12.31/12.45	c Try to convert by bdds
12.31/12.46	c D: 1
12.31/12.46	c estimatedAdderCost: 30
12.31/12.46	c Try to convert by bdds
12.31/12.46	c D: 1
12.31/12.46	c estimatedAdderCost: 30
12.31/12.46	c Try to convert by bdds
12.31/12.47	c D: 1
12.31/12.47	c estimatedAdderCost: 30
12.31/12.47	c Try to convert by bdds
12.31/12.48	c D: 1
12.31/12.48	c estimatedAdderCost: 30
12.31/12.48	c Try to convert by bdds
12.31/12.49	c D: 1
12.31/12.49	c estimatedAdderCost: 39
12.31/12.49	c Try to convert by bdds
12.41/12.51	c D: 1
12.41/12.51	c estimatedAdderCost: 39
12.41/12.51	c Try to convert by bdds
12.41/12.52	c D: 1
12.41/12.52	c estimatedAdderCost: 39
12.41/12.52	c Try to convert by bdds
12.41/12.53	c D: 1
12.41/12.53	c estimatedAdderCost: 39
12.41/12.53	c Try to convert by bdds
12.41/12.55	c D: 1
12.41/12.55	c estimatedAdderCost: 39
12.41/12.55	c Try to convert by bdds
12.41/12.56	c D: 1
12.41/12.56	c estimatedAdderCost: 39
12.41/12.56	c Try to convert by bdds
12.41/12.58	c D: 1
12.41/12.58	c estimatedAdderCost: 30
12.41/12.58	c Try to convert by bdds
12.41/12.58	c D: 1
12.41/12.58	c estimatedAdderCost: 30
12.41/12.58	c Try to convert by bdds
12.41/12.59	c D: 1
12.41/12.59	c estimatedAdderCost: 39
12.41/12.59	c Try to convert by bdds
12.51/12.61	c D: 1
12.51/12.61	c estimatedAdderCost: 39
12.51/12.61	c Try to convert by bdds
12.51/12.62	c D: 1
12.51/12.62	c estimatedAdderCost: 39
12.51/12.62	c Try to convert by bdds
12.51/12.64	c D: 1
12.51/12.64	c estimatedAdderCost: 39
12.51/12.64	c Try to convert by bdds
12.51/12.65	c D: 1
12.51/12.65	c estimatedAdderCost: 39
12.51/12.65	c Try to convert by bdds
12.51/12.66	c D: 1
12.51/12.66	c estimatedAdderCost: 39
12.51/12.66	c Try to convert by bdds
12.51/12.68	c D: 1
12.51/12.68	c estimatedAdderCost: 39
12.51/12.68	c Try to convert by bdds
12.51/12.69	c D: 1
12.51/12.69	c estimatedAdderCost: 39
12.51/12.69	c Try to convert by bdds
12.61/12.70	c D: 1
12.61/12.70	c estimatedAdderCost: 39
12.61/12.70	c Try to convert by bdds
12.61/12.72	c D: 1
12.61/12.72	c estimatedAdderCost: 39
12.61/12.72	c Try to convert by bdds
12.61/12.73	c D: 1
12.61/12.73	c estimatedAdderCost: 39
12.61/12.73	c Try to convert by bdds
12.61/12.75	c D: 1
12.61/12.75	c estimatedAdderCost: 30
12.61/12.75	c Try to convert by bdds
12.61/12.76	c D: 1
12.61/12.76	c estimatedAdderCost: 30
12.61/12.76	c Try to convert by bdds
12.61/12.76	c D: 1
12.61/12.76	c estimatedAdderCost: 30
12.61/12.76	c Try to convert by bdds
12.61/12.77	c D: 1
12.61/12.77	c estimatedAdderCost: 39
12.61/12.77	c Try to convert by bdds
12.61/12.79	c D: 1
12.61/12.79	c estimatedAdderCost: 39
12.61/12.79	c Try to convert by bdds
12.71/12.80	c D: 1
12.71/12.80	c estimatedAdderCost: 39
12.71/12.80	c Try to convert by bdds
12.71/12.81	c D: 1
12.71/12.81	c estimatedAdderCost: 39
12.71/12.81	c Try to convert by bdds
12.71/12.83	c D: 1
12.71/12.83	c estimatedAdderCost: 39
12.71/12.83	c Try to convert by bdds
12.71/12.84	c D: 1
12.71/12.84	c estimatedAdderCost: 39
12.71/12.84	c Try to convert by bdds
12.71/12.86	c D: 1
12.71/12.86	c estimatedAdderCost: 39
12.71/12.86	c Try to convert by bdds
12.71/12.87	c D: 1
12.71/12.87	c estimatedAdderCost: 39
12.71/12.87	c Try to convert by bdds
12.71/12.88	c D: 1
12.71/12.88	c estimatedAdderCost: 39
12.71/12.88	c Try to convert by bdds
12.81/12.90	c D: 1
12.81/12.90	c estimatedAdderCost: 39
12.81/12.90	c Try to convert by bdds
12.81/12.91	c D: 1
12.81/12.91	c estimatedAdderCost: 39
12.81/12.91	c Try to convert by bdds
12.81/12.93	c D: 1
12.81/12.93	c estimatedAdderCost: 39
12.81/12.93	c Try to convert by bdds
12.81/12.94	c D: 1
12.81/12.94	c estimatedAdderCost: 39
12.81/12.94	c Try to convert by bdds
12.81/12.95	c D: 1
12.81/12.95	c estimatedAdderCost: 39
12.81/12.95	c Try to convert by bdds
12.81/12.97	c D: 1
12.81/12.97	c estimatedAdderCost: 39
12.81/12.97	c Try to convert by bdds
12.81/12.98	c D: 1
12.81/12.98	c estimatedAdderCost: 30
12.81/12.98	c Try to convert by bdds
12.81/12.99	c D: 1
12.81/12.99	c estimatedAdderCost: 30
12.81/12.99	c Try to convert by bdds
12.81/13.00	c D: 1
12.81/13.00	c estimatedAdderCost: 30
12.81/13.00	c Try to convert by bdds
12.92/13.01	c D: 1
12.92/13.01	c estimatedAdderCost: 30
12.92/13.01	c Try to convert by bdds
12.92/13.02	c D: 1
12.92/13.02	c estimatedAdderCost: 39
12.92/13.02	c Try to convert by bdds
12.92/13.03	c D: 1
12.92/13.03	c estimatedAdderCost: 39
12.92/13.03	c Try to convert by bdds
12.92/13.05	c D: 1
12.92/13.05	c estimatedAdderCost: 39
12.92/13.05	c Try to convert by bdds
12.92/13.06	c D: 1
12.92/13.06	c estimatedAdderCost: 39
12.92/13.06	c Try to convert by bdds
12.92/13.07	c D: 1
12.92/13.07	c estimatedAdderCost: 39
12.92/13.07	c Try to convert by bdds
12.92/13.09	c D: 1
12.92/13.09	c estimatedAdderCost: 39
12.92/13.09	c Try to convert by bdds
12.92/13.10	c D: 1
12.92/13.10	c estimatedAdderCost: 39
12.92/13.10	c Try to convert by bdds
13.02/13.12	c D: 1
13.02/13.12	c estimatedAdderCost: 39
13.02/13.12	c Try to convert by bdds
13.02/13.13	c D: 1
13.02/13.13	c estimatedAdderCost: 39
13.02/13.13	c Try to convert by bdds
13.02/13.14	c D: 1
13.02/13.14	c estimatedAdderCost: 39
13.02/13.14	c Try to convert by bdds
13.02/13.16	c D: 1
13.02/13.16	c estimatedAdderCost: 39
13.02/13.16	c Try to convert by bdds
13.02/13.17	c D: 1
13.02/13.17	c estimatedAdderCost: 39
13.02/13.17	c Try to convert by bdds
13.02/13.18	c D: 1
13.02/13.18	c estimatedAdderCost: 39
13.02/13.18	c Try to convert by bdds
13.11/13.20	c D: 1
13.11/13.20	c estimatedAdderCost: 39
13.11/13.20	c Try to convert by bdds
13.11/13.21	c D: 1
13.11/13.21	c estimatedAdderCost: 39
13.11/13.21	c Try to convert by bdds
13.11/13.23	c D: 1
13.11/13.23	c estimatedAdderCost: 39
13.11/13.23	c Try to convert by bdds
13.11/13.24	c D: 1
13.11/13.24	c estimatedAdderCost: 39
13.11/13.24	c Try to convert by bdds
13.11/13.25	c D: 1
13.11/13.25	c estimatedAdderCost: 39
13.11/13.25	c Try to convert by bdds
13.11/13.27	c D: 1
13.11/13.27	c estimatedAdderCost: 30
13.11/13.27	c Try to convert by bdds
13.11/13.28	c D: 1
13.11/13.28	c estimatedAdderCost: 30
13.11/13.28	c Try to convert by bdds
13.11/13.29	c D: 1
13.11/13.29	c estimatedAdderCost: 30
13.11/13.29	c Try to convert by bdds
13.21/13.30	c D: 1
13.21/13.30	c estimatedAdderCost: 30
13.21/13.30	c Try to convert by bdds
13.21/13.31	c D: 1
13.21/13.31	c estimatedAdderCost: 30
13.21/13.31	c Try to convert by bdds
13.21/13.32	c D: 1
13.21/13.32	c estimatedAdderCost: 39
13.21/13.32	c Try to convert by bdds
13.21/13.33	c D: 1
13.21/13.33	c estimatedAdderCost: 39
13.21/13.33	c Try to convert by bdds
13.21/13.34	c D: 1
13.21/13.34	c estimatedAdderCost: 39
13.21/13.34	c Try to convert by bdds
13.21/13.36	c D: 1
13.21/13.36	c estimatedAdderCost: 39
13.21/13.36	c Try to convert by bdds
13.21/13.37	c D: 1
13.21/13.37	c estimatedAdderCost: 39
13.21/13.37	c Try to convert by bdds
13.21/13.39	c D: 1
13.21/13.39	c estimatedAdderCost: 39
13.21/13.39	c Try to convert by bdds
13.31/13.40	c D: 1
13.31/13.40	c estimatedAdderCost: 39
13.31/13.40	c Try to convert by bdds
13.31/13.41	c D: 1
13.31/13.41	c estimatedAdderCost: 39
13.31/13.41	c Try to convert by bdds
13.31/13.43	c D: 1
13.31/13.43	c estimatedAdderCost: 39
13.31/13.43	c Try to convert by bdds
13.31/13.45	c D: 1
13.31/13.45	c estimatedAdderCost: 39
13.31/13.45	c Try to convert by bdds
13.31/13.46	c D: 1
13.31/13.46	c estimatedAdderCost: 39
13.31/13.46	c Try to convert by bdds
13.31/13.48	c D: 1
13.31/13.48	c estimatedAdderCost: 39
13.31/13.48	c Try to convert by bdds
13.31/13.49	c D: 1
13.31/13.49	c estimatedAdderCost: 39
13.31/13.49	c Try to convert by bdds
13.40/13.50	c D: 1
13.40/13.50	c estimatedAdderCost: 39
13.40/13.50	c Try to convert by bdds
13.40/13.52	c D: 1
13.40/13.52	c estimatedAdderCost: 39
13.40/13.52	c Try to convert by bdds
13.40/13.53	c D: 1
13.40/13.53	c estimatedAdderCost: 39
13.40/13.53	c Try to convert by bdds
13.40/13.55	c D: 1
13.40/13.55	c estimatedAdderCost: 39
13.40/13.55	c Try to convert by bdds
13.40/13.56	c D: 1
13.40/13.56	c estimatedAdderCost: 39
13.40/13.56	c Try to convert by bdds
13.40/13.57	c D: 1
13.40/13.57	c estimatedAdderCost: 39
13.40/13.57	c Try to convert by bdds
13.40/13.59	c D: 1
13.40/13.59	c estimatedAdderCost: 39
13.40/13.59	c Try to convert by bdds
13.50/13.60	c D: 1
13.50/13.60	c estimatedAdderCost: 30
13.50/13.60	c Try to convert by bdds
13.50/13.61	c D: 1
13.50/13.61	c estimatedAdderCost: 30
13.50/13.61	c Try to convert by bdds
13.50/13.62	c D: 1
13.50/13.62	c estimatedAdderCost: 30
13.50/13.62	c Try to convert by bdds
13.50/13.63	c D: 1
13.50/13.63	c estimatedAdderCost: 30
13.50/13.63	c Try to convert by bdds
13.50/13.64	c D: 1
13.50/13.64	c estimatedAdderCost: 30
13.50/13.64	c Try to convert by bdds
13.50/13.65	c D: 1
13.50/13.65	c estimatedAdderCost: 30
13.50/13.65	c Try to convert by bdds
13.50/13.66	c D: 1
13.50/13.66	c estimatedAdderCost: 30
13.50/13.66	c Try to convert by bdds
13.50/13.67	c D: 1
13.50/13.67	c estimatedAdderCost: 39
13.50/13.67	c Try to convert by bdds
13.50/13.68	c D: 1
13.50/13.68	c estimatedAdderCost: 39
13.50/13.68	c Try to convert by bdds
13.50/13.69	c D: 1
13.50/13.69	c estimatedAdderCost: 39
13.50/13.69	c Try to convert by bdds
13.60/13.71	c D: 1
13.60/13.71	c estimatedAdderCost: 39
13.60/13.71	c Try to convert by bdds
13.60/13.72	c D: 1
13.60/13.72	c estimatedAdderCost: 39
13.60/13.72	c Try to convert by bdds
13.60/13.74	c D: 1
13.60/13.74	c estimatedAdderCost: 39
13.60/13.74	c Try to convert by bdds
13.60/13.75	c D: 1
13.60/13.75	c estimatedAdderCost: 39
13.60/13.75	c Try to convert by bdds
13.60/13.76	c D: 1
13.60/13.76	c estimatedAdderCost: 30
13.60/13.76	c Try to convert by bdds
13.60/13.77	c D: 1
13.60/13.77	c estimatedAdderCost: 30
13.60/13.77	c Try to convert by bdds
13.60/13.78	c D: 1
13.60/13.78	c estimatedAdderCost: 39
13.60/13.78	c Try to convert by bdds
13.70/13.80	c D: 1
13.70/13.80	c estimatedAdderCost: 39
13.70/13.80	c Try to convert by bdds
13.70/13.81	c D: 1
13.70/13.81	c estimatedAdderCost: 39
13.70/13.81	c Try to convert by bdds
13.70/13.82	c D: 1
13.70/13.82	c estimatedAdderCost: 39
13.70/13.82	c Try to convert by bdds
13.70/13.84	c D: 1
13.70/13.84	c estimatedAdderCost: 39
13.70/13.84	c Try to convert by bdds
13.70/13.85	c D: 1
13.70/13.85	c estimatedAdderCost: 39
13.70/13.85	c Try to convert by bdds
13.70/13.87	c D: 1
13.70/13.87	c estimatedAdderCost: 39
13.70/13.87	c Try to convert by bdds
13.70/13.88	c D: 1
13.70/13.88	c estimatedAdderCost: 39
13.70/13.88	c Try to convert by bdds
13.70/13.89	c D: 1
13.70/13.89	c estimatedAdderCost: 39
13.70/13.89	c Try to convert by bdds
13.80/13.91	c D: 1
13.80/13.91	c estimatedAdderCost: 39
13.80/13.91	c Try to convert by bdds
13.80/13.92	c D: 1
13.80/13.92	c estimatedAdderCost: 39
13.80/13.92	c Try to convert by bdds
13.80/13.94	c D: 1
13.80/13.94	c estimatedAdderCost: 39
13.80/13.94	c Try to convert by bdds
13.80/13.95	c D: 1
13.80/13.95	c estimatedAdderCost: 39
13.80/13.95	c Try to convert by bdds
13.80/13.96	c D: 1
13.80/13.96	c estimatedAdderCost: 30
13.80/13.96	c Try to convert by bdds
13.80/13.97	c D: 1
13.80/13.97	c estimatedAdderCost: 30
13.80/13.97	c Try to convert by bdds
13.80/13.98	c D: 1
13.80/13.98	c estimatedAdderCost: 30
13.80/13.98	c Try to convert by bdds
13.80/13.99	c D: 1
13.80/13.99	c estimatedAdderCost: 39
13.80/13.99	c Try to convert by bdds
13.80/14.01	c D: 1
13.80/14.01	c estimatedAdderCost: 39
13.80/14.01	c Try to convert by bdds
13.92/14.02	c D: 1
13.92/14.02	c estimatedAdderCost: 39
13.92/14.02	c Try to convert by bdds
13.92/14.04	c D: 1
13.92/14.04	c estimatedAdderCost: 39
13.92/14.04	c Try to convert by bdds
13.92/14.05	c D: 1
13.92/14.05	c estimatedAdderCost: 39
13.92/14.05	c Try to convert by bdds
13.92/14.06	c D: 1
13.92/14.06	c estimatedAdderCost: 39
13.92/14.06	c Try to convert by bdds
13.92/14.08	c D: 1
13.92/14.08	c estimatedAdderCost: 39
13.92/14.08	c Try to convert by bdds
13.92/14.09	c D: 1
13.92/14.09	c estimatedAdderCost: 39
13.92/14.09	c Try to convert by bdds
13.92/14.11	c D: 1
13.92/14.11	c estimatedAdderCost: 39
13.92/14.11	c Try to convert by bdds
14.02/14.12	c D: 1
14.02/14.12	c estimatedAdderCost: 39
14.02/14.12	c Try to convert by bdds
14.02/14.13	c D: 1
14.02/14.13	c estimatedAdderCost: 39
14.02/14.13	c Try to convert by bdds
14.02/14.15	c D: 1
14.02/14.15	c estimatedAdderCost: 39
14.02/14.15	c Try to convert by bdds
14.02/14.16	c D: 1
14.02/14.16	c estimatedAdderCost: 39
14.02/14.16	c Try to convert by bdds
14.02/14.18	c D: 1
14.02/14.18	c estimatedAdderCost: 39
14.02/14.18	c Try to convert by bdds
14.02/14.19	c D: 1
14.02/14.19	c estimatedAdderCost: 39
14.02/14.19	c Try to convert by bdds
14.10/14.20	c D: 1
14.10/14.20	c estimatedAdderCost: 39
14.10/14.20	c Try to convert by bdds
14.10/14.22	c D: 1
14.10/14.22	c estimatedAdderCost: 39
14.10/14.22	c Try to convert by bdds
14.10/14.23	c D: 1
14.10/14.23	c estimatedAdderCost: 39
14.10/14.23	c Try to convert by bdds
14.10/14.25	c D: 1
14.10/14.25	c estimatedAdderCost: 30
14.10/14.25	c Try to convert by bdds
14.10/14.26	c D: 1
14.10/14.26	c estimatedAdderCost: 30
14.10/14.26	c Try to convert by bdds
14.10/14.27	c D: 1
14.10/14.27	c estimatedAdderCost: 30
14.10/14.27	c Try to convert by bdds
14.10/14.28	c D: 1
14.10/14.28	c estimatedAdderCost: 30
14.10/14.28	c Try to convert by bdds
14.10/14.28	c D: 1
14.10/14.28	c estimatedAdderCost: 39
14.10/14.28	c Try to convert by bdds
14.20/14.30	c D: 1
14.20/14.30	c estimatedAdderCost: 39
14.20/14.30	c Try to convert by bdds
14.20/14.31	c D: 1
14.20/14.31	c estimatedAdderCost: 39
14.20/14.31	c Try to convert by bdds
14.20/14.33	c D: 1
14.20/14.33	c estimatedAdderCost: 39
14.20/14.33	c Try to convert by bdds
14.20/14.34	c D: 1
14.20/14.34	c estimatedAdderCost: 39
14.20/14.34	c Try to convert by bdds
14.20/14.36	c D: 1
14.20/14.36	c estimatedAdderCost: 39
14.20/14.36	c Try to convert by bdds
14.20/14.37	c D: 1
14.20/14.37	c estimatedAdderCost: 39
14.20/14.37	c Try to convert by bdds
14.20/14.38	c D: 1
14.20/14.38	c estimatedAdderCost: 39
14.20/14.38	c Try to convert by bdds
14.30/14.40	c D: 1
14.30/14.40	c estimatedAdderCost: 39
14.30/14.40	c Try to convert by bdds
14.30/14.41	c D: 1
14.30/14.41	c estimatedAdderCost: 39
14.30/14.41	c Try to convert by bdds
14.30/14.43	c D: 1
14.30/14.43	c estimatedAdderCost: 39
14.30/14.43	c Try to convert by bdds
14.30/14.44	c D: 1
14.30/14.44	c estimatedAdderCost: 39
14.30/14.44	c Try to convert by bdds
14.30/14.46	c D: 1
14.30/14.46	c estimatedAdderCost: 39
14.30/14.46	c Try to convert by bdds
14.30/14.47	c D: 1
14.30/14.47	c estimatedAdderCost: 39
14.30/14.47	c Try to convert by bdds
14.30/14.48	c D: 1
14.30/14.48	c estimatedAdderCost: 39
14.30/14.48	c Try to convert by bdds
14.40/14.50	c D: 1
14.40/14.50	c estimatedAdderCost: 39
14.40/14.50	c Try to convert by bdds
14.40/14.51	c D: 1
14.40/14.51	c estimatedAdderCost: 39
14.40/14.51	c Try to convert by bdds
14.40/14.53	c D: 1
14.40/14.53	c estimatedAdderCost: 39
14.40/14.53	c Try to convert by bdds
14.40/14.54	c D: 1
14.40/14.54	c estimatedAdderCost: 39
14.40/14.54	c Try to convert by bdds
14.40/14.55	c D: 1
14.40/14.55	c estimatedAdderCost: 39
14.40/14.55	c Try to convert by bdds
14.40/14.57	c D: 1
14.40/14.57	c estimatedAdderCost: 39
14.40/14.57	c Try to convert by bdds
14.40/14.58	c D: 1
14.40/14.58	c estimatedAdderCost: 39
14.40/14.58	c Try to convert by bdds
14.50/14.60	c D: 1
14.50/14.60	c estimatedAdderCost: 30
14.50/14.60	c Try to convert by bdds
14.50/14.61	c D: 1
14.50/14.61	c estimatedAdderCost: 30
14.50/14.61	c Try to convert by bdds
14.50/14.62	c D: 1
14.50/14.62	c estimatedAdderCost: 30
14.50/14.62	c Try to convert by bdds
14.50/14.63	c D: 1
14.50/14.63	c estimatedAdderCost: 30
14.50/14.63	c Try to convert by bdds
14.50/14.64	c D: 1
14.50/14.64	c estimatedAdderCost: 30
14.50/14.64	c Try to convert by bdds
14.50/14.65	c D: 1
14.50/14.65	c estimatedAdderCost: 39
14.50/14.65	c Try to convert by bdds
14.50/14.66	c D: 1
14.50/14.66	c estimatedAdderCost: 39
14.50/14.66	c Try to convert by bdds
14.50/14.67	c D: 1
14.50/14.67	c estimatedAdderCost: 39
14.50/14.67	c Try to convert by bdds
14.50/14.69	c D: 1
14.50/14.69	c estimatedAdderCost: 39
14.50/14.69	c Try to convert by bdds
14.60/14.70	c D: 1
14.60/14.70	c estimatedAdderCost: 39
14.60/14.70	c Try to convert by bdds
14.60/14.72	c D: 1
14.60/14.72	c estimatedAdderCost: 39
14.60/14.72	c Try to convert by bdds
14.60/14.73	c D: 1
14.60/14.73	c estimatedAdderCost: 39
14.60/14.73	c Try to convert by bdds
14.60/14.74	c D: 1
14.60/14.74	c estimatedAdderCost: 39
14.60/14.74	c Try to convert by bdds
14.60/14.76	c D: 1
14.60/14.76	c estimatedAdderCost: 39
14.60/14.76	c Try to convert by bdds
14.60/14.77	c D: 1
14.60/14.77	c estimatedAdderCost: 39
14.60/14.77	c Try to convert by bdds
14.60/14.79	c D: 1
14.60/14.79	c estimatedAdderCost: 39
14.60/14.79	c Try to convert by bdds
14.70/14.80	c D: 1
14.70/14.80	c estimatedAdderCost: 39
14.70/14.80	c Try to convert by bdds
14.70/14.82	c D: 1
14.70/14.82	c estimatedAdderCost: 39
14.70/14.82	c Try to convert by bdds
14.70/14.83	c D: 1
14.70/14.83	c estimatedAdderCost: 39
14.70/14.83	c Try to convert by bdds
14.70/14.84	c D: 1
14.70/14.84	c estimatedAdderCost: 39
14.70/14.84	c Try to convert by bdds
14.70/14.86	c D: 1
14.70/14.86	c estimatedAdderCost: 39
14.70/14.86	c Try to convert by bdds
14.70/14.87	c D: 1
14.70/14.87	c estimatedAdderCost: 39
14.70/14.87	c Try to convert by bdds
14.70/14.89	c D: 1
14.70/14.89	c estimatedAdderCost: 39
14.70/14.89	c Try to convert by bdds
14.80/14.90	c D: 1
14.80/14.90	c estimatedAdderCost: 39
14.80/14.90	c Try to convert by bdds
14.80/14.92	c D: 1
14.80/14.92	c estimatedAdderCost: 39
14.80/14.92	c Try to convert by bdds
14.80/14.93	c D: 1
14.80/14.93	c estimatedAdderCost: 39
14.80/14.93	c Try to convert by bdds
14.80/14.94	c D: 1
14.80/14.94	c estimatedAdderCost: 39
14.80/14.94	c Try to convert by bdds
14.80/14.96	c D: 1
14.80/14.96	c estimatedAdderCost: 39
14.80/14.96	c Try to convert by bdds
14.80/14.97	c D: 1
14.80/14.97	c estimatedAdderCost: 39
14.80/14.97	c Try to convert by bdds
14.80/14.99	c D: 1
14.80/14.99	c estimatedAdderCost: 39
14.80/14.99	c Try to convert by bdds
14.80/15.00	c D: 1
14.80/15.00	c estimatedAdderCost: 30
14.80/15.00	c Try to convert by bdds
14.91/15.01	c D: 1
14.91/15.01	c estimatedAdderCost: 30
14.91/15.01	c Try to convert by bdds
14.91/15.02	c D: 1
14.91/15.02	c estimatedAdderCost: 30
14.91/15.02	c Try to convert by bdds
14.91/15.03	c D: 1
14.91/15.03	c estimatedAdderCost: 30
14.91/15.03	c Try to convert by bdds
14.91/15.04	c D: 1
14.91/15.04	c estimatedAdderCost: 30
14.91/15.04	c Try to convert by bdds
14.91/15.05	c D: 1
14.91/15.05	c estimatedAdderCost: 30
14.91/15.05	c Try to convert by bdds
14.91/15.06	c D: 1
14.91/15.06	c estimatedAdderCost: 39
14.91/15.06	c Try to convert by bdds
14.91/15.07	c D: 1
14.91/15.07	c estimatedAdderCost: 39
14.91/15.07	c Try to convert by bdds
14.91/15.09	c D: 1
14.91/15.09	c estimatedAdderCost: 39
14.91/15.09	c Try to convert by bdds
14.91/15.10	c D: 1
14.91/15.10	c estimatedAdderCost: 39
14.91/15.10	c Try to convert by bdds
15.01/15.12	c D: 1
15.01/15.12	c estimatedAdderCost: 39
15.01/15.12	c Try to convert by bdds
15.01/15.13	c D: 1
15.01/15.13	c estimatedAdderCost: 39
15.01/15.13	c Try to convert by bdds
15.01/15.14	c D: 1
15.01/15.14	c estimatedAdderCost: 39
15.01/15.14	c Try to convert by bdds
15.01/15.16	c D: 1
15.01/15.16	c estimatedAdderCost: 39
15.01/15.16	c Try to convert by bdds
15.01/15.17	c D: 1
15.01/15.17	c estimatedAdderCost: 39
15.01/15.17	c Try to convert by bdds
15.01/15.19	c D: 1
15.01/15.19	c estimatedAdderCost: 39
15.01/15.19	c Try to convert by bdds
15.10/15.20	c D: 1
15.10/15.20	c estimatedAdderCost: 39
15.10/15.20	c Try to convert by bdds
15.10/15.22	c D: 1
15.10/15.22	c estimatedAdderCost: 39
15.10/15.22	c Try to convert by bdds
15.10/15.23	c D: 1
15.10/15.23	c estimatedAdderCost: 39
15.10/15.23	c Try to convert by bdds
15.10/15.24	c D: 1
15.10/15.24	c estimatedAdderCost: 39
15.10/15.24	c Try to convert by bdds
15.10/15.26	c D: 1
15.10/15.26	c estimatedAdderCost: 39
15.10/15.26	c Try to convert by bdds
15.10/15.27	c D: 1
15.10/15.27	c estimatedAdderCost: 39
15.10/15.27	c Try to convert by bdds
15.10/15.29	c D: 1
15.10/15.29	c estimatedAdderCost: 39
15.10/15.29	c Try to convert by bdds
15.20/15.30	c D: 1
15.20/15.30	c estimatedAdderCost: 39
15.20/15.30	c Try to convert by bdds
15.20/15.32	c D: 1
15.20/15.32	c estimatedAdderCost: 39
15.20/15.32	c Try to convert by bdds
15.20/15.33	c D: 1
15.20/15.33	c estimatedAdderCost: 39
15.20/15.33	c Try to convert by bdds
15.20/15.34	c D: 1
15.20/15.34	c estimatedAdderCost: 39
15.20/15.34	c Try to convert by bdds
15.20/15.36	c D: 1
15.20/15.36	c estimatedAdderCost: 39
15.20/15.36	c Try to convert by bdds
15.20/15.37	c D: 1
15.20/15.37	c estimatedAdderCost: 39
15.20/15.37	c Try to convert by bdds
15.20/15.39	c D: 1
15.20/15.39	c estimatedAdderCost: 39
15.20/15.39	c Try to convert by bdds
15.30/15.40	c D: 1
15.30/15.40	c estimatedAdderCost: 39
15.30/15.40	c Try to convert by bdds
15.30/15.42	c D: 1
15.30/15.42	c estimatedAdderCost: 39
15.30/15.42	c Try to convert by bdds
15.30/15.43	c D: 1
15.30/15.43	c estimatedAdderCost: 39
15.30/15.43	c Try to convert by bdds
15.30/15.44	c D: 1
15.30/15.44	c estimatedAdderCost: 30
15.30/15.44	c Try to convert by bdds
15.30/15.45	c D: 1
15.30/15.45	c estimatedAdderCost: 30
15.30/15.45	c Try to convert by bdds
15.30/15.46	c D: 1
15.30/15.46	c estimatedAdderCost: 30
15.30/15.46	c Try to convert by bdds
15.30/15.47	c D: 1
15.30/15.47	c estimatedAdderCost: 30
15.30/15.47	c Try to convert by bdds
15.30/15.48	c D: 1
15.30/15.48	c estimatedAdderCost: 30
15.30/15.48	c Try to convert by bdds
15.30/15.49	c D: 1
15.30/15.49	c estimatedAdderCost: 30
15.30/15.49	c Try to convert by bdds
15.40/15.50	c D: 1
15.40/15.50	c estimatedAdderCost: 30
15.40/15.50	c Try to convert by bdds
15.40/15.51	c D: 1
15.40/15.51	c estimatedAdderCost: 30
15.40/15.51	c Try to convert by bdds
15.40/15.52	c D: 1
15.40/15.52	c estimatedAdderCost: 39
15.40/15.52	c Try to convert by bdds
15.40/15.53	c D: 1
15.40/15.53	c estimatedAdderCost: 39
15.40/15.53	c Try to convert by bdds
15.40/15.55	c D: 1
15.40/15.55	c estimatedAdderCost: 39
15.40/15.55	c Try to convert by bdds
15.40/15.56	c D: 1
15.40/15.56	c estimatedAdderCost: 39
15.40/15.56	c Try to convert by bdds
15.40/15.58	c D: 1
15.40/15.58	c estimatedAdderCost: 39
15.40/15.58	c Try to convert by bdds
15.40/15.59	c D: 1
15.40/15.59	c estimatedAdderCost: 39
15.40/15.59	c Try to convert by bdds
15.50/15.61	c D: 1
15.50/15.61	c estimatedAdderCost: 39
15.50/15.61	c Try to convert by bdds
15.50/15.62	c D: 1
15.50/15.62	c estimatedAdderCost: 39
15.50/15.62	c Try to convert by bdds
15.50/15.63	c D: 1
15.50/15.63	c estimatedAdderCost: 30
15.50/15.63	c Try to convert by bdds
15.50/15.64	c D: 1
15.50/15.64	c estimatedAdderCost: 30
15.50/15.64	c Try to convert by bdds
15.50/15.65	c D: 1
15.50/15.65	c estimatedAdderCost: 39
15.50/15.65	c Try to convert by bdds
15.50/15.67	c D: 1
15.50/15.67	c estimatedAdderCost: 39
15.50/15.67	c Try to convert by bdds
15.50/15.68	c D: 1
15.50/15.68	c estimatedAdderCost: 39
15.50/15.68	c Try to convert by bdds
15.60/15.70	c D: 1
15.60/15.70	c estimatedAdderCost: 39
15.60/15.70	c Try to convert by bdds
15.60/15.71	c D: 1
15.60/15.71	c estimatedAdderCost: 39
15.60/15.71	c Try to convert by bdds
15.60/15.74	c D: 1
15.60/15.74	c estimatedAdderCost: 39
15.60/15.74	c Try to convert by bdds
15.60/15.76	c D: 1
15.60/15.76	c estimatedAdderCost: 39
15.60/15.76	c Try to convert by bdds
15.60/15.77	c D: 1
15.60/15.77	c estimatedAdderCost: 39
15.60/15.77	c Try to convert by bdds
15.60/15.78	c D: 1
15.60/15.78	c estimatedAdderCost: 39
15.60/15.78	c Try to convert by bdds
15.70/15.80	c D: 1
15.70/15.80	c estimatedAdderCost: 39
15.70/15.80	c Try to convert by bdds
15.70/15.81	c D: 1
15.70/15.81	c estimatedAdderCost: 39
15.70/15.81	c Try to convert by bdds
15.70/15.83	c D: 1
15.70/15.83	c estimatedAdderCost: 39
15.70/15.83	c Try to convert by bdds
15.70/15.84	c D: 1
15.70/15.84	c estimatedAdderCost: 39
15.70/15.84	c Try to convert by bdds
15.70/15.86	c D: 1
15.70/15.86	c estimatedAdderCost: 39
15.70/15.86	c Try to convert by bdds
15.70/15.87	c D: 1
15.70/15.87	c estimatedAdderCost: 39
15.70/15.87	c Try to convert by bdds
15.70/15.88	c D: 1
15.70/15.88	c estimatedAdderCost: 30
15.70/15.88	c Try to convert by bdds
15.70/15.89	c D: 1
15.70/15.89	c estimatedAdderCost: 30
15.70/15.89	c Try to convert by bdds
15.80/15.90	c D: 1
15.80/15.90	c estimatedAdderCost: 30
15.80/15.90	c Try to convert by bdds
15.80/15.91	c D: 1
15.80/15.91	c estimatedAdderCost: 39
15.80/15.91	c Try to convert by bdds
15.80/15.93	c D: 1
15.80/15.93	c estimatedAdderCost: 39
15.80/15.93	c Try to convert by bdds
15.80/15.94	c D: 1
15.80/15.94	c estimatedAdderCost: 39
15.80/15.94	c Try to convert by bdds
15.80/15.96	c D: 1
15.80/15.96	c estimatedAdderCost: 39
15.80/15.96	c Try to convert by bdds
15.80/15.97	c D: 1
15.80/15.97	c estimatedAdderCost: 39
15.80/15.97	c Try to convert by bdds
15.80/15.99	c D: 1
15.80/15.99	c estimatedAdderCost: 39
15.80/15.99	c Try to convert by bdds
15.80/16.00	c D: 1
15.80/16.00	c estimatedAdderCost: 39
15.80/16.00	c Try to convert by bdds
15.91/16.01	c D: 1
15.91/16.01	c estimatedAdderCost: 39
15.91/16.01	c Try to convert by bdds
15.91/16.03	c D: 1
15.91/16.03	c estimatedAdderCost: 39
15.91/16.03	c Try to convert by bdds
15.91/16.04	c D: 1
15.91/16.04	c estimatedAdderCost: 39
15.91/16.04	c Try to convert by bdds
15.91/16.06	c D: 1
15.91/16.06	c estimatedAdderCost: 39
15.91/16.06	c Try to convert by bdds
15.91/16.07	c D: 1
15.91/16.07	c estimatedAdderCost: 39
15.91/16.07	c Try to convert by bdds
15.91/16.09	c D: 1
15.91/16.09	c estimatedAdderCost: 39
15.91/16.09	c Try to convert by bdds
15.91/16.10	c D: 1
15.91/16.10	c estimatedAdderCost: 39
15.91/16.10	c Try to convert by bdds
16.01/16.12	c D: 1
16.01/16.12	c estimatedAdderCost: 39
16.01/16.12	c Try to convert by bdds
16.01/16.13	c D: 1
16.01/16.13	c estimatedAdderCost: 39
16.01/16.13	c Try to convert by bdds
16.01/16.15	c D: 1
16.01/16.15	c estimatedAdderCost: 39
16.01/16.15	c Try to convert by bdds
16.01/16.16	c D: 1
16.01/16.16	c estimatedAdderCost: 39
16.01/16.16	c Try to convert by bdds
16.01/16.17	c D: 1
16.01/16.17	c estimatedAdderCost: 39
16.01/16.17	c Try to convert by bdds
16.01/16.19	c D: 1
16.01/16.19	c estimatedAdderCost: 39
16.01/16.19	c Try to convert by bdds
16.10/16.20	c D: 1
16.10/16.20	c estimatedAdderCost: 39
16.10/16.20	c Try to convert by bdds
16.10/16.22	c D: 1
16.10/16.22	c estimatedAdderCost: 30
16.10/16.22	c Try to convert by bdds
16.10/16.23	c D: 1
16.10/16.23	c estimatedAdderCost: 30
16.10/16.23	c Try to convert by bdds
16.10/16.24	c D: 1
16.10/16.24	c estimatedAdderCost: 30
16.10/16.24	c Try to convert by bdds
16.10/16.25	c D: 1
16.10/16.25	c estimatedAdderCost: 30
16.10/16.25	c Try to convert by bdds
16.10/16.26	c D: 1
16.10/16.26	c estimatedAdderCost: 39
16.10/16.26	c Try to convert by bdds
16.10/16.27	c D: 1
16.10/16.27	c estimatedAdderCost: 39
16.10/16.27	c Try to convert by bdds
16.10/16.28	c D: 1
16.10/16.28	c estimatedAdderCost: 39
16.10/16.28	c Try to convert by bdds
16.20/16.30	c D: 1
16.20/16.30	c estimatedAdderCost: 39
16.20/16.30	c Try to convert by bdds
16.20/16.31	c D: 1
16.20/16.31	c estimatedAdderCost: 39
16.20/16.31	c Try to convert by bdds
16.20/16.33	c D: 1
16.20/16.33	c estimatedAdderCost: 39
16.20/16.33	c Try to convert by bdds
16.20/16.34	c D: 1
16.20/16.34	c estimatedAdderCost: 39
16.20/16.34	c Try to convert by bdds
16.20/16.36	c D: 1
16.20/16.36	c estimatedAdderCost: 39
16.20/16.36	c Try to convert by bdds
16.20/16.37	c D: 1
16.20/16.37	c estimatedAdderCost: 39
16.20/16.37	c Try to convert by bdds
16.20/16.39	c D: 1
16.20/16.39	c estimatedAdderCost: 39
16.20/16.39	c Try to convert by bdds
16.30/16.40	c D: 1
16.30/16.40	c estimatedAdderCost: 39
16.30/16.40	c Try to convert by bdds
16.30/16.41	c D: 1
16.30/16.41	c estimatedAdderCost: 39
16.30/16.41	c Try to convert by bdds
16.30/16.43	c D: 1
16.30/16.43	c estimatedAdderCost: 39
16.30/16.43	c Try to convert by bdds
16.30/16.44	c D: 1
16.30/16.44	c estimatedAdderCost: 39
16.30/16.44	c Try to convert by bdds
16.30/16.46	c D: 1
16.30/16.46	c estimatedAdderCost: 39
16.30/16.46	c Try to convert by bdds
16.30/16.47	c D: 1
16.30/16.47	c estimatedAdderCost: 39
16.30/16.47	c Try to convert by bdds
16.30/16.49	c D: 1
16.30/16.49	c estimatedAdderCost: 39
16.30/16.49	c Try to convert by bdds
16.40/16.50	c D: 1
16.40/16.50	c estimatedAdderCost: 39
16.40/16.50	c Try to convert by bdds
16.40/16.52	c D: 1
16.40/16.52	c estimatedAdderCost: 39
16.40/16.52	c Try to convert by bdds
16.40/16.53	c D: 1
16.40/16.53	c estimatedAdderCost: 39
16.40/16.53	c Try to convert by bdds
16.40/16.54	c D: 1
16.40/16.54	c estimatedAdderCost: 39
16.40/16.54	c Try to convert by bdds
16.40/16.56	c D: 1
16.40/16.56	c estimatedAdderCost: 39
16.40/16.56	c Try to convert by bdds
16.40/16.57	c D: 1
16.40/16.57	c estimatedAdderCost: 39
16.40/16.57	c Try to convert by bdds
16.40/16.59	c D: 1
16.40/16.59	c estimatedAdderCost: 39
16.40/16.59	c Try to convert by bdds
16.49/16.60	c D: 1
16.49/16.60	c estimatedAdderCost: 39
16.49/16.60	c Try to convert by bdds
16.49/16.62	c D: 1
16.49/16.62	c estimatedAdderCost: 39
16.49/16.62	c Try to convert by bdds
16.49/16.63	c D: 1
16.49/16.63	c estimatedAdderCost: 30
16.49/16.63	c Try to convert by bdds
16.49/16.64	c D: 1
16.49/16.64	c estimatedAdderCost: 30
16.49/16.64	c Try to convert by bdds
16.49/16.65	c D: 1
16.49/16.65	c estimatedAdderCost: 30
16.49/16.65	c Try to convert by bdds
16.49/16.66	c D: 1
16.49/16.66	c estimatedAdderCost: 30
16.49/16.66	c Try to convert by bdds
16.49/16.67	c D: 1
16.49/16.67	c estimatedAdderCost: 30
16.49/16.67	c Try to convert by bdds
16.49/16.68	c D: 1
16.49/16.68	c estimatedAdderCost: 39
16.49/16.68	c Try to convert by bdds
16.49/16.69	c D: 1
16.49/16.69	c estimatedAdderCost: 39
16.49/16.69	c Try to convert by bdds
16.59/16.71	c D: 1
16.59/16.71	c estimatedAdderCost: 39
16.59/16.71	c Try to convert by bdds
16.59/16.72	c D: 1
16.59/16.72	c estimatedAdderCost: 39
16.59/16.72	c Try to convert by bdds
16.59/16.74	c D: 1
16.59/16.74	c estimatedAdderCost: 39
16.59/16.74	c Try to convert by bdds
16.59/16.75	c D: 1
16.59/16.75	c estimatedAdderCost: 39
16.59/16.75	c Try to convert by bdds
16.59/16.77	c D: 1
16.59/16.77	c estimatedAdderCost: 39
16.59/16.77	c Try to convert by bdds
16.59/16.78	c D: 1
16.59/16.78	c estimatedAdderCost: 39
16.59/16.78	c Try to convert by bdds
16.59/16.79	c D: 1
16.59/16.79	c estimatedAdderCost: 39
16.59/16.79	c Try to convert by bdds
16.69/16.81	c D: 1
16.69/16.81	c estimatedAdderCost: 39
16.69/16.81	c Try to convert by bdds
16.69/16.82	c D: 1
16.69/16.82	c estimatedAdderCost: 39
16.69/16.82	c Try to convert by bdds
16.69/16.84	c D: 1
16.69/16.84	c estimatedAdderCost: 39
16.69/16.84	c Try to convert by bdds
16.69/16.85	c D: 1
16.69/16.85	c estimatedAdderCost: 39
16.69/16.85	c Try to convert by bdds
16.69/16.87	c D: 1
16.69/16.87	c estimatedAdderCost: 39
16.69/16.87	c Try to convert by bdds
16.69/16.88	c D: 1
16.69/16.88	c estimatedAdderCost: 39
16.69/16.88	c Try to convert by bdds
16.79/16.90	c D: 1
16.79/16.90	c estimatedAdderCost: 39
16.79/16.90	c Try to convert by bdds
16.79/16.91	c D: 1
16.79/16.91	c estimatedAdderCost: 39
16.79/16.91	c Try to convert by bdds
16.79/16.92	c D: 1
16.79/16.92	c estimatedAdderCost: 39
16.79/16.92	c Try to convert by bdds
16.79/16.94	c D: 1
16.79/16.94	c estimatedAdderCost: 39
16.79/16.94	c Try to convert by bdds
16.79/16.95	c D: 1
16.79/16.95	c estimatedAdderCost: 39
16.79/16.95	c Try to convert by bdds
16.79/16.97	c D: 1
16.79/16.97	c estimatedAdderCost: 39
16.79/16.97	c Try to convert by bdds
16.79/16.98	c D: 1
16.79/16.98	c estimatedAdderCost: 39
16.79/16.98	c Try to convert by bdds
16.79/17.00	c D: 1
16.79/17.00	c estimatedAdderCost: 39
16.79/17.00	c Try to convert by bdds
16.91/17.01	c D: 1
16.91/17.01	c estimatedAdderCost: 39
16.91/17.01	c Try to convert by bdds
16.91/17.03	c D: 1
16.91/17.03	c estimatedAdderCost: 39
16.91/17.03	c Try to convert by bdds
16.91/17.04	c D: 1
16.91/17.04	c estimatedAdderCost: 39
16.91/17.04	c Try to convert by bdds
16.91/17.05	c D: 1
16.91/17.05	c estimatedAdderCost: 39
16.91/17.05	c Try to convert by bdds
16.91/17.07	c D: 1
16.91/17.07	c estimatedAdderCost: 39
16.91/17.07	c Try to convert by bdds
16.91/17.08	c D: 1
16.91/17.08	c estimatedAdderCost: 39
16.91/17.08	c Try to convert by bdds
16.91/17.10	c D: 1
16.91/17.10	c estimatedAdderCost: 39
16.91/17.10	c Try to convert by bdds
17.01/17.11	c D: 1
17.01/17.11	c estimatedAdderCost: 30
17.01/17.11	c Try to convert by bdds
17.01/17.12	c D: 1
17.01/17.12	c estimatedAdderCost: 30
17.01/17.12	c Try to convert by bdds
17.01/17.13	c D: 1
17.01/17.13	c estimatedAdderCost: 30
17.01/17.13	c Try to convert by bdds
17.01/17.14	c D: 1
17.01/17.14	c estimatedAdderCost: 30
17.01/17.14	c Try to convert by bdds
17.01/17.15	c D: 1
17.01/17.15	c estimatedAdderCost: 30
17.01/17.15	c Try to convert by bdds
17.01/17.16	c D: 1
17.01/17.16	c estimatedAdderCost: 30
17.01/17.16	c Try to convert by bdds
17.01/17.17	c D: 1
17.01/17.17	c estimatedAdderCost: 39
17.01/17.17	c Try to convert by bdds
17.01/17.18	c D: 1
17.01/17.18	c estimatedAdderCost: 39
17.01/17.18	c Try to convert by bdds
17.09/17.20	c D: 1
17.09/17.20	c estimatedAdderCost: 39
17.09/17.20	c Try to convert by bdds
17.09/17.21	c D: 1
17.09/17.21	c estimatedAdderCost: 39
17.09/17.21	c Try to convert by bdds
17.09/17.23	c D: 1
17.09/17.23	c estimatedAdderCost: 39
17.09/17.23	c Try to convert by bdds
17.09/17.24	c D: 1
17.09/17.24	c estimatedAdderCost: 39
17.09/17.24	c Try to convert by bdds
17.09/17.26	c D: 1
17.09/17.26	c estimatedAdderCost: 39
17.09/17.26	c Try to convert by bdds
17.09/17.27	c D: 1
17.09/17.27	c estimatedAdderCost: 39
17.09/17.27	c Try to convert by bdds
17.09/17.29	c D: 1
17.09/17.29	c estimatedAdderCost: 39
17.09/17.29	c Try to convert by bdds
17.19/17.30	c D: 1
17.19/17.30	c estimatedAdderCost: 39
17.19/17.30	c Try to convert by bdds
17.19/17.32	c D: 1
17.19/17.32	c estimatedAdderCost: 39
17.19/17.32	c Try to convert by bdds
17.19/17.33	c D: 1
17.19/17.33	c estimatedAdderCost: 39
17.19/17.33	c Try to convert by bdds
17.19/17.35	c D: 1
17.19/17.35	c estimatedAdderCost: 39
17.19/17.35	c Try to convert by bdds
17.19/17.36	c D: 1
17.19/17.36	c estimatedAdderCost: 39
17.19/17.36	c Try to convert by bdds
17.19/17.37	c D: 1
17.19/17.37	c estimatedAdderCost: 39
17.19/17.37	c Try to convert by bdds
17.19/17.39	c D: 1
17.19/17.39	c estimatedAdderCost: 39
17.19/17.39	c Try to convert by bdds
17.29/17.40	c D: 1
17.29/17.40	c estimatedAdderCost: 39
17.29/17.40	c Try to convert by bdds
17.29/17.42	c D: 1
17.29/17.42	c estimatedAdderCost: 39
17.29/17.42	c Try to convert by bdds
17.29/17.43	c D: 1
17.29/17.43	c estimatedAdderCost: 39
17.29/17.43	c Try to convert by bdds
17.29/17.45	c D: 1
17.29/17.45	c estimatedAdderCost: 39
17.29/17.45	c Try to convert by bdds
17.29/17.46	c D: 1
17.29/17.46	c estimatedAdderCost: 39
17.29/17.46	c Try to convert by bdds
17.29/17.48	c D: 1
17.29/17.48	c estimatedAdderCost: 39
17.29/17.48	c Try to convert by bdds
17.29/17.49	c D: 1
17.29/17.49	c estimatedAdderCost: 39
17.29/17.49	c Try to convert by bdds
17.39/17.51	c D: 1
17.39/17.51	c estimatedAdderCost: 39
17.39/17.51	c Try to convert by bdds
17.39/17.52	c D: 1
17.39/17.52	c estimatedAdderCost: 39
17.39/17.52	c Try to convert by bdds
17.39/17.53	c D: 1
17.39/17.53	c estimatedAdderCost: 39
17.39/17.53	c Try to convert by bdds
17.39/17.55	c D: 1
17.39/17.55	c estimatedAdderCost: 39
17.39/17.55	c Try to convert by bdds
17.39/17.56	c D: 1
17.39/17.56	c estimatedAdderCost: 39
17.39/17.56	c Try to convert by bdds
17.39/17.58	c D: 1
17.39/17.58	c estimatedAdderCost: 39
17.39/17.58	c Try to convert by bdds
17.39/17.59	c D: 1
17.39/17.59	c estimatedAdderCost: 39
17.39/17.59	c Try to convert by bdds
17.49/17.61	c D: 1
17.49/17.61	c estimatedAdderCost: 39
17.49/17.61	c Try to convert by bdds
17.49/17.62	c D: 1
17.49/17.62	c estimatedAdderCost: 39
17.49/17.62	c Try to convert by bdds
17.49/17.64	c D: 1
17.49/17.64	c estimatedAdderCost: 39
17.49/17.64	c Try to convert by bdds
17.49/17.65	c D: 1
17.49/17.65	c estimatedAdderCost: 30
17.49/17.65	c Try to convert by bdds
17.49/17.66	c D: 1
17.49/17.66	c estimatedAdderCost: 30
17.49/17.66	c Try to convert by bdds
17.49/17.67	c D: 1
17.49/17.67	c estimatedAdderCost: 30
17.49/17.67	c Try to convert by bdds
17.49/17.68	c D: 1
17.49/17.68	c estimatedAdderCost: 30
17.49/17.68	c Try to convert by bdds
17.49/17.69	c D: 1
17.49/17.69	c estimatedAdderCost: 30
17.49/17.69	c Try to convert by bdds
17.59/17.70	c D: 1
17.59/17.70	c estimatedAdderCost: 30
17.59/17.70	c Try to convert by bdds
17.59/17.71	c D: 1
17.59/17.71	c estimatedAdderCost: 30
17.59/17.71	c Try to convert by bdds
17.59/17.72	c D: 1
17.59/17.72	c estimatedAdderCost: 39
17.59/17.72	c Try to convert by bdds
17.59/17.73	c D: 1
17.59/17.73	c estimatedAdderCost: 39
17.59/17.73	c Try to convert by bdds
17.59/17.75	c D: 1
17.59/17.75	c estimatedAdderCost: 39
17.59/17.75	c Try to convert by bdds
17.59/17.76	c D: 1
17.59/17.76	c estimatedAdderCost: 39
17.59/17.76	c Try to convert by bdds
17.59/17.78	c D: 1
17.59/17.78	c estimatedAdderCost: 39
17.59/17.78	c Try to convert by bdds
17.59/17.79	c D: 1
17.59/17.79	c estimatedAdderCost: 39
17.59/17.79	c Try to convert by bdds
17.69/17.81	c D: 1
17.69/17.81	c estimatedAdderCost: 39
17.69/17.81	c Try to convert by bdds
17.69/17.82	c D: 1
17.69/17.82	c estimatedAdderCost: 39
17.69/17.82	c Try to convert by bdds
17.69/17.84	c D: 1
17.69/17.84	c estimatedAdderCost: 39
17.69/17.84	c Try to convert by bdds
17.69/17.85	c D: 1
17.69/17.85	c estimatedAdderCost: 39
17.69/17.85	c Try to convert by bdds
17.69/17.86	c D: 1
17.69/17.86	c estimatedAdderCost: 39
17.69/17.86	c Try to convert by bdds
17.69/17.88	c D: 1
17.69/17.88	c estimatedAdderCost: 39
17.69/17.88	c Try to convert by bdds
17.69/17.89	c D: 1
17.69/17.89	c estimatedAdderCost: 39
17.69/17.89	c Try to convert by bdds
17.79/17.91	c D: 1
17.79/17.91	c estimatedAdderCost: 39
17.79/17.91	c Try to convert by bdds
17.79/17.92	c D: 1
17.79/17.92	c estimatedAdderCost: 39
17.79/17.92	c Try to convert by bdds
17.79/17.94	c D: 1
17.79/17.94	c estimatedAdderCost: 39
17.79/17.94	c Try to convert by bdds
17.79/17.95	c D: 1
17.79/17.95	c estimatedAdderCost: 39
17.79/17.95	c Try to convert by bdds
17.79/17.97	c D: 1
17.79/17.97	c estimatedAdderCost: 39
17.79/17.97	c Try to convert by bdds
17.79/17.98	c D: 1
17.79/17.98	c estimatedAdderCost: 39
17.79/17.98	c Try to convert by bdds
17.79/18.00	c D: 1
17.79/18.00	c estimatedAdderCost: 39
17.79/18.00	c Try to convert by bdds
17.90/18.01	c D: 1
17.90/18.01	c estimatedAdderCost: 39
17.90/18.01	c Try to convert by bdds
17.90/18.03	c D: 1
17.90/18.03	c estimatedAdderCost: 39
17.90/18.03	c Try to convert by bdds
17.90/18.04	c D: 1
17.90/18.04	c estimatedAdderCost: 39
17.90/18.04	c Try to convert by bdds
17.90/18.05	c D: 1
17.90/18.05	c estimatedAdderCost: 39
17.90/18.05	c Try to convert by bdds
17.90/18.07	c D: 1
17.90/18.07	c estimatedAdderCost: 39
17.90/18.07	c Try to convert by bdds
17.90/18.08	c D: 1
17.90/18.08	c estimatedAdderCost: 39
17.90/18.08	c Try to convert by bdds
17.90/18.10	c D: 1
17.90/18.10	c estimatedAdderCost: 39
17.90/18.10	c Try to convert by bdds
18.00/18.11	c D: 1
18.00/18.11	c estimatedAdderCost: 39
18.00/18.11	c Try to convert by bdds
18.00/18.13	c D: 1
18.00/18.13	c estimatedAdderCost: 39
18.00/18.13	c Try to convert by bdds
18.00/18.14	c D: 1
18.00/18.14	c estimatedAdderCost: 39
18.00/18.14	c Try to convert by bdds
18.00/18.16	c D: 1
18.00/18.16	c estimatedAdderCost: 39
18.00/18.16	c Try to convert by bdds
18.00/18.17	c D: 1
18.00/18.17	c estimatedAdderCost: 39
18.00/18.17	c Try to convert by bdds
18.00/18.19	c D: 1
18.00/18.19	c estimatedAdderCost: 39
18.00/18.19	c Try to convert by bdds
18.09/18.20	c D: 1
18.09/18.20	c estimatedAdderCost: 39
18.09/18.20	c Try to convert by bdds
18.09/18.22	c D: 1
18.09/18.22	c estimatedAdderCost: 39
18.09/18.22	c Try to convert by bdds
18.09/18.23	c D: 1
18.09/18.23	c estimatedAdderCost: 30
18.09/18.23	c Try to convert by bdds
18.09/18.24	c D: 1
18.09/18.24	c estimatedAdderCost: 30
18.09/18.24	c Try to convert by bdds
18.09/18.25	c D: 1
18.09/18.25	c estimatedAdderCost: 30
18.09/18.25	c Try to convert by bdds
18.09/18.26	c D: 1
18.09/18.26	c estimatedAdderCost: 30
18.09/18.26	c Try to convert by bdds
18.09/18.27	c D: 1
18.09/18.27	c estimatedAdderCost: 30
18.09/18.27	c Try to convert by bdds
18.09/18.28	c D: 1
18.09/18.28	c estimatedAdderCost: 30
18.09/18.28	c Try to convert by bdds
18.09/18.29	c D: 1
18.09/18.29	c estimatedAdderCost: 30
18.09/18.29	c Try to convert by bdds
18.19/18.30	c D: 1
18.19/18.30	c estimatedAdderCost: 30
18.19/18.30	c Try to convert by bdds
18.19/18.31	c D: 1
18.19/18.31	c estimatedAdderCost: 30
18.19/18.31	c Try to convert by bdds
18.19/18.32	c D: 1
18.19/18.32	c estimatedAdderCost: 39
18.19/18.32	c Try to convert by bdds
18.19/18.33	c D: 1
18.19/18.33	c estimatedAdderCost: 39
18.19/18.33	c Try to convert by bdds
18.19/18.35	c D: 1
18.19/18.35	c estimatedAdderCost: 39
18.19/18.35	c Try to convert by bdds
18.19/18.36	c D: 1
18.19/18.36	c estimatedAdderCost: 39
18.19/18.36	c Try to convert by bdds
18.19/18.38	c D: 1
18.19/18.38	c estimatedAdderCost: 39
18.19/18.38	c Try to convert by bdds
18.19/18.39	c D: 1
18.19/18.39	c estimatedAdderCost: 39
18.19/18.39	c Try to convert by bdds
18.29/18.41	c D: 1
18.29/18.41	c estimatedAdderCost: 39
18.29/18.41	c Try to convert by bdds
18.29/18.42	c D: 1
18.29/18.42	c estimatedAdderCost: 39
18.29/18.42	c Try to convert by bdds
18.29/18.44	c D: 1
18.29/18.44	c estimatedAdderCost: 39
18.29/18.44	c Try to convert by bdds
18.29/18.45	c D: 1
18.29/18.45	c estimatedAdderCost: 30
18.29/18.45	c Try to convert by bdds
18.29/18.46	c D: 1
18.29/18.46	c estimatedAdderCost: 30
18.29/18.46	c Try to convert by bdds
18.29/18.47	c D: 1
18.29/18.47	c estimatedAdderCost: 39
18.29/18.47	c Try to convert by bdds
18.29/18.49	c D: 1
18.29/18.49	c estimatedAdderCost: 39
18.29/18.49	c Try to convert by bdds
18.39/18.50	c D: 1
18.39/18.50	c estimatedAdderCost: 39
18.39/18.50	c Try to convert by bdds
18.39/18.52	c D: 1
18.39/18.52	c estimatedAdderCost: 39
18.39/18.52	c Try to convert by bdds
18.39/18.53	c D: 1
18.39/18.53	c estimatedAdderCost: 39
18.39/18.53	c Try to convert by bdds
18.39/18.55	c D: 1
18.39/18.55	c estimatedAdderCost: 39
18.39/18.55	c Try to convert by bdds
18.39/18.56	c D: 1
18.39/18.56	c estimatedAdderCost: 39
18.39/18.56	c Try to convert by bdds
18.39/18.58	c D: 1
18.39/18.58	c estimatedAdderCost: 39
18.39/18.58	c Try to convert by bdds
18.39/18.59	c D: 1
18.39/18.59	c estimatedAdderCost: 39
18.39/18.59	c Try to convert by bdds
18.49/18.60	c D: 1
18.49/18.60	c estimatedAdderCost: 39
18.49/18.60	c Try to convert by bdds
18.49/18.62	c D: 1
18.49/18.62	c estimatedAdderCost: 39
18.49/18.62	c Try to convert by bdds
18.49/18.63	c D: 1
18.49/18.63	c estimatedAdderCost: 39
18.49/18.63	c Try to convert by bdds
18.49/18.65	c D: 1
18.49/18.65	c estimatedAdderCost: 39
18.49/18.65	c Try to convert by bdds
18.49/18.66	c D: 1
18.49/18.66	c estimatedAdderCost: 39
18.49/18.66	c Try to convert by bdds
18.49/18.68	c D: 1
18.49/18.68	c estimatedAdderCost: 39
18.49/18.68	c Try to convert by bdds
18.49/18.69	c D: 1
18.49/18.69	c estimatedAdderCost: 39
18.49/18.69	c Try to convert by bdds
18.59/18.71	c D: 1
18.59/18.71	c estimatedAdderCost: 39
18.59/18.71	c Try to convert by bdds
18.59/18.72	c D: 1
18.59/18.72	c estimatedAdderCost: 30
18.59/18.72	c Try to convert by bdds
18.59/18.73	c D: 1
18.59/18.73	c estimatedAdderCost: 30
18.59/18.73	c Try to convert by bdds
18.59/18.74	c D: 1
18.59/18.74	c estimatedAdderCost: 30
18.59/18.74	c Try to convert by bdds
18.59/18.75	c D: 1
18.59/18.75	c estimatedAdderCost: 39
18.59/18.75	c Try to convert by bdds
18.59/18.77	c D: 1
18.59/18.77	c estimatedAdderCost: 39
18.59/18.77	c Try to convert by bdds
18.59/18.78	c D: 1
18.59/18.78	c estimatedAdderCost: 39
18.59/18.78	c Try to convert by bdds
18.69/18.80	c D: 1
18.69/18.80	c estimatedAdderCost: 39
18.69/18.80	c Try to convert by bdds
18.69/18.81	c D: 1
18.69/18.81	c estimatedAdderCost: 39
18.69/18.81	c Try to convert by bdds
18.69/18.83	c D: 1
18.69/18.83	c estimatedAdderCost: 39
18.69/18.83	c Try to convert by bdds
18.69/18.84	c D: 1
18.69/18.84	c estimatedAdderCost: 39
18.69/18.84	c Try to convert by bdds
18.69/18.86	c D: 1
18.69/18.86	c estimatedAdderCost: 39
18.69/18.86	c Try to convert by bdds
18.69/18.87	c D: 1
18.69/18.87	c estimatedAdderCost: 39
18.69/18.87	c Try to convert by bdds
18.69/18.89	c D: 1
18.69/18.89	c estimatedAdderCost: 39
18.69/18.89	c Try to convert by bdds
18.79/18.90	c D: 1
18.79/18.90	c estimatedAdderCost: 39
18.79/18.90	c Try to convert by bdds
18.79/18.91	c D: 1
18.79/18.91	c estimatedAdderCost: 39
18.79/18.91	c Try to convert by bdds
18.79/18.93	c D: 1
18.79/18.93	c estimatedAdderCost: 39
18.79/18.93	c Try to convert by bdds
18.79/18.94	c D: 1
18.79/18.94	c estimatedAdderCost: 39
18.79/18.94	c Try to convert by bdds
18.79/18.96	c D: 1
18.79/18.96	c estimatedAdderCost: 39
18.79/18.96	c Try to convert by bdds
18.79/18.97	c D: 1
18.79/18.97	c estimatedAdderCost: 39
18.79/18.97	c Try to convert by bdds
18.79/18.99	c D: 1
18.79/18.99	c estimatedAdderCost: 39
18.79/18.99	c Try to convert by bdds
18.79/19.00	c D: 1
18.79/19.00	c estimatedAdderCost: 39
18.79/19.00	c Try to convert by bdds
18.90/19.02	c D: 1
18.90/19.02	c estimatedAdderCost: 39
18.90/19.02	c Try to convert by bdds
18.90/19.03	c D: 1
18.90/19.03	c estimatedAdderCost: 39
18.90/19.03	c Try to convert by bdds
18.90/19.05	c D: 1
18.90/19.05	c estimatedAdderCost: 39
18.90/19.05	c Try to convert by bdds
18.90/19.06	c D: 1
18.90/19.06	c estimatedAdderCost: 39
18.90/19.06	c Try to convert by bdds
18.90/19.08	c D: 1
18.90/19.08	c estimatedAdderCost: 39
18.90/19.08	c Try to convert by bdds
18.90/19.09	c D: 1
18.90/19.09	c estimatedAdderCost: 39
18.90/19.09	c Try to convert by bdds
18.90/19.11	c D: 1
18.90/19.11	c estimatedAdderCost: 30
18.90/19.11	c Try to convert by bdds
19.00/19.12	c D: 1
19.00/19.12	c estimatedAdderCost: 30
19.00/19.12	c Try to convert by bdds
19.00/19.13	c D: 1
19.00/19.13	c estimatedAdderCost: 30
19.00/19.13	c Try to convert by bdds
19.00/19.14	c D: 1
19.00/19.14	c estimatedAdderCost: 30
19.00/19.14	c Try to convert by bdds
19.00/19.15	c D: 1
19.00/19.15	c estimatedAdderCost: 39
19.00/19.15	c Try to convert by bdds
19.00/19.16	c D: 1
19.00/19.16	c estimatedAdderCost: 39
19.00/19.16	c Try to convert by bdds
19.00/19.18	c D: 1
19.00/19.18	c estimatedAdderCost: 39
19.00/19.18	c Try to convert by bdds
19.00/19.19	c D: 1
19.00/19.19	c estimatedAdderCost: 39
19.00/19.19	c Try to convert by bdds
19.09/19.20	c D: 1
19.09/19.20	c estimatedAdderCost: 39
19.09/19.20	c Try to convert by bdds
19.09/19.22	c D: 1
19.09/19.22	c estimatedAdderCost: 39
19.09/19.22	c Try to convert by bdds
19.09/19.23	c D: 1
19.09/19.23	c estimatedAdderCost: 39
19.09/19.23	c Try to convert by bdds
19.09/19.25	c D: 1
19.09/19.25	c estimatedAdderCost: 39
19.09/19.25	c Try to convert by bdds
19.09/19.26	c D: 1
19.09/19.26	c estimatedAdderCost: 39
19.09/19.26	c Try to convert by bdds
19.09/19.28	c D: 1
19.09/19.28	c estimatedAdderCost: 39
19.09/19.28	c Try to convert by bdds
19.09/19.29	c D: 1
19.09/19.29	c estimatedAdderCost: 39
19.09/19.29	c Try to convert by bdds
19.19/19.31	c D: 1
19.19/19.31	c estimatedAdderCost: 39
19.19/19.31	c Try to convert by bdds
19.19/19.32	c D: 1
19.19/19.32	c estimatedAdderCost: 39
19.19/19.32	c Try to convert by bdds
19.19/19.34	c D: 1
19.19/19.34	c estimatedAdderCost: 39
19.19/19.34	c Try to convert by bdds
19.19/19.35	c D: 1
19.19/19.35	c estimatedAdderCost: 39
19.19/19.35	c Try to convert by bdds
19.19/19.37	c D: 1
19.19/19.37	c estimatedAdderCost: 39
19.19/19.37	c Try to convert by bdds
19.19/19.38	c D: 1
19.19/19.38	c estimatedAdderCost: 39
19.19/19.38	c Try to convert by bdds
19.28/19.40	c D: 1
19.28/19.40	c estimatedAdderCost: 39
19.28/19.40	c Try to convert by bdds
19.28/19.41	c D: 1
19.28/19.41	c estimatedAdderCost: 39
19.28/19.41	c Try to convert by bdds
19.28/19.43	c D: 1
19.28/19.43	c estimatedAdderCost: 39
19.28/19.43	c Try to convert by bdds
19.28/19.44	c D: 1
19.28/19.44	c estimatedAdderCost: 39
19.28/19.44	c Try to convert by bdds
19.28/19.46	c D: 1
19.28/19.46	c estimatedAdderCost: 39
19.28/19.46	c Try to convert by bdds
19.28/19.47	c D: 1
19.28/19.47	c estimatedAdderCost: 39
19.28/19.47	c Try to convert by bdds
19.28/19.48	c D: 1
19.28/19.48	c estimatedAdderCost: 39
19.28/19.48	c Try to convert by bdds
19.38/19.50	c D: 1
19.38/19.50	c estimatedAdderCost: 39
19.38/19.50	c Try to convert by bdds
19.38/19.51	c D: 1
19.38/19.51	c estimatedAdderCost: 39
19.38/19.51	c Try to convert by bdds
19.38/19.53	c D: 1
19.38/19.53	c estimatedAdderCost: 39
19.38/19.53	c Try to convert by bdds
19.38/19.54	c D: 1
19.38/19.54	c estimatedAdderCost: 39
19.38/19.54	c Try to convert by bdds
19.38/19.56	c D: 1
19.38/19.56	c estimatedAdderCost: 39
19.38/19.56	c Try to convert by bdds
19.38/19.57	c D: 1
19.38/19.57	c estimatedAdderCost: 39
19.38/19.57	c Try to convert by bdds
19.38/19.59	c D: 1
19.38/19.59	c estimatedAdderCost: 30
19.38/19.59	c Try to convert by bdds
19.48/19.60	c D: 1
19.48/19.60	c estimatedAdderCost: 30
19.48/19.60	c Try to convert by bdds
19.48/19.61	c D: 1
19.48/19.61	c estimatedAdderCost: 30
19.48/19.61	c Try to convert by bdds
19.48/19.62	c D: 1
19.48/19.62	c estimatedAdderCost: 30
19.48/19.62	c Try to convert by bdds
19.48/19.63	c D: 1
19.48/19.63	c estimatedAdderCost: 30
19.48/19.63	c Try to convert by bdds
19.48/19.64	c D: 1
19.48/19.64	c estimatedAdderCost: 39
19.48/19.64	c Try to convert by bdds
19.48/19.65	c D: 1
19.48/19.65	c estimatedAdderCost: 39
19.48/19.65	c Try to convert by bdds
19.48/19.67	c D: 1
19.48/19.67	c estimatedAdderCost: 39
19.48/19.67	c Try to convert by bdds
19.48/19.68	c D: 1
19.48/19.68	c estimatedAdderCost: 39
19.48/19.68	c Try to convert by bdds
19.58/19.70	c D: 1
19.58/19.70	c estimatedAdderCost: 39
19.58/19.70	c Try to convert by bdds
19.58/19.71	c D: 1
19.58/19.71	c estimatedAdderCost: 39
19.58/19.71	c Try to convert by bdds
19.58/19.73	c D: 1
19.58/19.73	c estimatedAdderCost: 39
19.58/19.73	c Try to convert by bdds
19.58/19.74	c D: 1
19.58/19.74	c estimatedAdderCost: 39
19.58/19.74	c Try to convert by bdds
19.58/19.76	c D: 1
19.58/19.76	c estimatedAdderCost: 39
19.58/19.76	c Try to convert by bdds
19.58/19.77	c D: 1
19.58/19.77	c estimatedAdderCost: 39
19.58/19.77	c Try to convert by bdds
19.58/19.78	c D: 1
19.58/19.78	c estimatedAdderCost: 39
19.58/19.78	c Try to convert by bdds
19.68/19.80	c D: 1
19.68/19.80	c estimatedAdderCost: 39
19.68/19.80	c Try to convert by bdds
19.68/19.81	c D: 1
19.68/19.81	c estimatedAdderCost: 39
19.68/19.81	c Try to convert by bdds
19.68/19.83	c D: 1
19.68/19.83	c estimatedAdderCost: 39
19.68/19.83	c Try to convert by bdds
19.68/19.84	c D: 1
19.68/19.84	c estimatedAdderCost: 39
19.68/19.84	c Try to convert by bdds
19.68/19.86	c D: 1
19.68/19.86	c estimatedAdderCost: 39
19.68/19.86	c Try to convert by bdds
19.68/19.87	c D: 1
19.68/19.87	c estimatedAdderCost: 39
19.68/19.87	c Try to convert by bdds
19.68/19.89	c D: 1
19.68/19.89	c estimatedAdderCost: 39
19.68/19.89	c Try to convert by bdds
19.78/19.90	c D: 1
19.78/19.90	c estimatedAdderCost: 39
19.78/19.90	c Try to convert by bdds
19.78/19.92	c D: 1
19.78/19.92	c estimatedAdderCost: 39
19.78/19.92	c Try to convert by bdds
19.78/19.93	c D: 1
19.78/19.93	c estimatedAdderCost: 39
19.78/19.93	c Try to convert by bdds
19.78/19.95	c D: 1
19.78/19.95	c estimatedAdderCost: 39
19.78/19.95	c Try to convert by bdds
19.78/19.96	c D: 1
19.78/19.96	c estimatedAdderCost: 39
19.78/19.96	c Try to convert by bdds
19.78/19.98	c D: 1
19.78/19.98	c estimatedAdderCost: 39
19.78/19.98	c Try to convert by bdds
19.78/19.99	c D: 1
19.78/19.99	c estimatedAdderCost: 39
19.78/19.99	c Try to convert by bdds
19.78/20.01	c D: 1
19.78/20.01	c estimatedAdderCost: 39
19.78/20.01	c Try to convert by bdds
19.90/20.02	c D: 1
19.90/20.02	c estimatedAdderCost: 39
19.90/20.02	c Try to convert by bdds
19.90/20.04	c D: 1
19.90/20.04	c estimatedAdderCost: 39
19.90/20.04	c Try to convert by bdds
19.90/20.05	c D: 1
19.90/20.05	c estimatedAdderCost: 39
19.90/20.05	c Try to convert by bdds
19.90/20.07	c D: 1
19.90/20.07	c estimatedAdderCost: 39
19.90/20.07	c Try to convert by bdds
19.90/20.08	c D: 1
19.90/20.08	c estimatedAdderCost: 39
19.90/20.08	c Try to convert by bdds
19.90/20.10	c D: 1
19.90/20.10	c estimatedAdderCost: 39
19.90/20.10	c Try to convert by bdds
20.00/20.11	c D: 1
20.00/20.11	c estimatedAdderCost: 39
20.00/20.11	c Try to convert by bdds
20.00/20.13	c D: 1
20.00/20.13	c estimatedAdderCost: 39
20.00/20.13	c Try to convert by bdds
20.00/20.14	c D: 1
20.00/20.14	c estimatedAdderCost: 39
20.00/20.14	c Try to convert by bdds
20.00/20.16	c D: 1
20.00/20.16	c estimatedAdderCost: 30
20.00/20.16	c Try to convert by bdds
20.00/20.17	c D: 1
20.00/20.17	c estimatedAdderCost: 30
20.00/20.17	c Try to convert by bdds
20.00/20.18	c D: 1
20.00/20.18	c estimatedAdderCost: 30
20.00/20.18	c Try to convert by bdds
20.00/20.19	c D: 1
20.00/20.19	c estimatedAdderCost: 30
20.00/20.19	c Try to convert by bdds
20.08/20.20	c D: 1
20.08/20.20	c estimatedAdderCost: 30
20.08/20.20	c Try to convert by bdds
20.08/20.21	c D: 1
20.08/20.21	c estimatedAdderCost: 30
20.08/20.21	c Try to convert by bdds
20.08/20.22	c D: 1
20.08/20.22	c estimatedAdderCost: 39
20.08/20.22	c Try to convert by bdds
20.08/20.23	c D: 1
20.08/20.23	c estimatedAdderCost: 39
20.08/20.23	c Try to convert by bdds
20.08/20.24	c D: 1
20.08/20.24	c estimatedAdderCost: 39
20.08/20.24	c Try to convert by bdds
20.08/20.26	c D: 1
20.08/20.26	c estimatedAdderCost: 39
20.08/20.26	c Try to convert by bdds
20.08/20.27	c D: 1
20.08/20.27	c estimatedAdderCost: 39
20.08/20.27	c Try to convert by bdds
20.08/20.29	c D: 1
20.08/20.29	c estimatedAdderCost: 39
20.08/20.29	c Try to convert by bdds
20.18/20.30	c D: 1
20.18/20.30	c estimatedAdderCost: 39
20.18/20.30	c Try to convert by bdds
20.18/20.32	c D: 1
20.18/20.32	c estimatedAdderCost: 39
20.18/20.32	c Try to convert by bdds
20.18/20.33	c D: 1
20.18/20.33	c estimatedAdderCost: 39
20.18/20.33	c Try to convert by bdds
20.18/20.35	c D: 1
20.18/20.35	c estimatedAdderCost: 39
20.18/20.35	c Try to convert by bdds
20.18/20.36	c D: 1
20.18/20.36	c estimatedAdderCost: 39
20.18/20.36	c Try to convert by bdds
20.18/20.38	c D: 1
20.18/20.38	c estimatedAdderCost: 39
20.18/20.38	c Try to convert by bdds
20.18/20.39	c D: 1
20.18/20.39	c estimatedAdderCost: 39
20.18/20.39	c Try to convert by bdds
20.28/20.41	c D: 1
20.28/20.41	c estimatedAdderCost: 39
20.28/20.41	c Try to convert by bdds
20.28/20.42	c D: 1
20.28/20.42	c estimatedAdderCost: 39
20.28/20.42	c Try to convert by bdds
20.28/20.44	c D: 1
20.28/20.44	c estimatedAdderCost: 39
20.28/20.44	c Try to convert by bdds
20.28/20.49	c D: 1
20.28/20.49	c estimatedAdderCost: 39
20.28/20.49	c Try to convert by bdds
20.38/20.51	c D: 1
20.38/20.51	c estimatedAdderCost: 39
20.38/20.51	c Try to convert by bdds
20.38/20.52	c D: 1
20.38/20.52	c estimatedAdderCost: 39
20.38/20.52	c Try to convert by bdds
20.38/20.54	c D: 1
20.38/20.54	c estimatedAdderCost: 39
20.38/20.54	c Try to convert by bdds
20.38/20.55	c D: 1
20.38/20.55	c estimatedAdderCost: 39
20.38/20.55	c Try to convert by bdds
20.38/20.57	c D: 1
20.38/20.57	c estimatedAdderCost: 39
20.38/20.57	c Try to convert by bdds
20.38/20.58	c D: 1
20.38/20.58	c estimatedAdderCost: 39
20.38/20.58	c Try to convert by bdds
20.38/20.59	c D: 1
20.38/20.59	c estimatedAdderCost: 39
20.38/20.59	c Try to convert by bdds
20.48/20.61	c D: 1
20.48/20.61	c estimatedAdderCost: 39
20.48/20.61	c Try to convert by bdds
20.48/20.62	c D: 1
20.48/20.62	c estimatedAdderCost: 39
20.48/20.62	c Try to convert by bdds
20.48/20.64	c D: 1
20.48/20.64	c estimatedAdderCost: 39
20.48/20.64	c Try to convert by bdds
20.48/20.65	c D: 1
20.48/20.65	c estimatedAdderCost: 39
20.48/20.65	c Try to convert by bdds
20.48/20.67	c D: 1
20.48/20.67	c estimatedAdderCost: 39
20.48/20.67	c Try to convert by bdds
20.48/20.68	c D: 1
20.48/20.68	c estimatedAdderCost: 39
20.48/20.68	c Try to convert by bdds
20.58/20.70	c D: 1
20.58/20.70	c estimatedAdderCost: 39
20.58/20.70	c Try to convert by bdds
20.58/20.71	c D: 1
20.58/20.71	c estimatedAdderCost: 39
20.58/20.71	c Try to convert by bdds
20.58/20.73	c D: 1
20.58/20.73	c estimatedAdderCost: 39
20.58/20.73	c Try to convert by bdds
20.58/20.74	c D: 1
20.58/20.74	c estimatedAdderCost: 39
20.58/20.74	c Try to convert by bdds
20.58/20.76	c D: 1
20.58/20.76	c estimatedAdderCost: 39
20.58/20.76	c Try to convert by bdds
20.58/20.77	c D: 1
20.58/20.77	c estimatedAdderCost: 39
20.58/20.77	c Try to convert by bdds
20.58/20.79	c D: 1
20.58/20.79	c estimatedAdderCost: 39
20.58/20.79	c Try to convert by bdds
20.68/20.80	c D: 1
20.68/20.80	c estimatedAdderCost: 39
20.68/20.80	c Try to convert by bdds
20.68/20.82	c D: 1
20.68/20.82	c estimatedAdderCost: 39
20.68/20.82	c Try to convert by bdds
20.68/20.83	c D: 1
20.68/20.83	c estimatedAdderCost: 30
20.68/20.83	c Try to convert by bdds
20.68/20.84	c D: 1
20.68/20.84	c estimatedAdderCost: 30
20.68/20.84	c Try to convert by bdds
20.68/20.85	c D: 1
20.68/20.85	c estimatedAdderCost: 30
20.68/20.85	c Try to convert by bdds
20.68/20.86	c D: 1
20.68/20.86	c estimatedAdderCost: 30
20.68/20.86	c Try to convert by bdds
20.68/20.87	c D: 1
20.68/20.87	c estimatedAdderCost: 30
20.68/20.87	c Try to convert by bdds
20.68/20.88	c D: 1
20.68/20.88	c estimatedAdderCost: 30
20.68/20.88	c Try to convert by bdds
20.68/20.89	c D: 1
20.68/20.89	c estimatedAdderCost: 30
20.68/20.89	c Try to convert by bdds
20.78/20.90	c D: 1
20.78/20.90	c estimatedAdderCost: 39
20.78/20.90	c Try to convert by bdds
20.78/20.91	c D: 1
20.78/20.91	c estimatedAdderCost: 39
20.78/20.91	c Try to convert by bdds
20.78/20.93	c D: 1
20.78/20.93	c estimatedAdderCost: 39
20.78/20.93	c Try to convert by bdds
20.78/20.94	c D: 1
20.78/20.94	c estimatedAdderCost: 39
20.78/20.94	c Try to convert by bdds
20.78/20.96	c D: 1
20.78/20.96	c estimatedAdderCost: 39
20.78/20.96	c Try to convert by bdds
20.78/20.97	c D: 1
20.78/20.97	c estimatedAdderCost: 39
20.78/20.97	c Try to convert by bdds
20.78/20.99	c D: 1
20.78/20.99	c estimatedAdderCost: 39
20.78/20.99	c Try to convert by bdds
20.78/21.00	c D: 1
20.78/21.00	c estimatedAdderCost: 39
20.78/21.00	c Try to convert by bdds
20.89/21.02	c D: 1
20.89/21.02	c estimatedAdderCost: 39
20.89/21.02	c Try to convert by bdds
20.89/21.03	c D: 1
20.89/21.03	c estimatedAdderCost: 39
20.89/21.03	c Try to convert by bdds
20.89/21.05	c D: 1
20.89/21.05	c estimatedAdderCost: 39
20.89/21.05	c Try to convert by bdds
20.89/21.06	c D: 1
20.89/21.06	c estimatedAdderCost: 39
20.89/21.06	c Try to convert by bdds
20.89/21.08	c D: 1
20.89/21.08	c estimatedAdderCost: 39
20.89/21.08	c Try to convert by bdds
20.89/21.09	c D: 1
20.89/21.09	c estimatedAdderCost: 39
20.89/21.09	c Try to convert by bdds
20.89/21.11	c D: 1
20.89/21.11	c estimatedAdderCost: 39
20.89/21.11	c Try to convert by bdds
20.99/21.12	c D: 1
20.99/21.12	c estimatedAdderCost: 39
20.99/21.12	c Try to convert by bdds
20.99/21.14	c D: 1
20.99/21.14	c estimatedAdderCost: 39
20.99/21.14	c Try to convert by bdds
20.99/21.15	c D: 1
20.99/21.15	c estimatedAdderCost: 39
20.99/21.15	c Try to convert by bdds
20.99/21.17	c D: 1
20.99/21.17	c estimatedAdderCost: 39
20.99/21.17	c Try to convert by bdds
20.99/21.18	c D: 1
20.99/21.18	c estimatedAdderCost: 39
20.99/21.18	c Try to convert by bdds
21.08/21.20	c D: 1
21.08/21.20	c estimatedAdderCost: 39
21.08/21.20	c Try to convert by bdds
21.08/21.21	c D: 1
21.08/21.21	c estimatedAdderCost: 39
21.08/21.21	c Try to convert by bdds
21.08/21.23	c D: 1
21.08/21.23	c estimatedAdderCost: 39
21.08/21.23	c Try to convert by bdds
21.08/21.24	c D: 1
21.08/21.24	c estimatedAdderCost: 39
21.08/21.24	c Try to convert by bdds
21.08/21.26	c D: 1
21.08/21.26	c estimatedAdderCost: 39
21.08/21.26	c Try to convert by bdds
21.08/21.27	c D: 1
21.08/21.27	c estimatedAdderCost: 39
21.08/21.27	c Try to convert by bdds
21.08/21.29	c D: 1
21.08/21.29	c estimatedAdderCost: 39
21.08/21.29	c Try to convert by bdds
21.18/21.30	c D: 1
21.18/21.30	c estimatedAdderCost: 39
21.18/21.30	c Try to convert by bdds
21.18/21.32	c D: 1
21.18/21.32	c estimatedAdderCost: 39
21.18/21.32	c Try to convert by bdds
21.18/21.33	c D: 1
21.18/21.33	c estimatedAdderCost: 39
21.18/21.33	c Try to convert by bdds
21.18/21.35	c D: 1
21.18/21.35	c estimatedAdderCost: 39
21.18/21.35	c Try to convert by bdds
21.18/21.36	c D: 1
21.18/21.36	c estimatedAdderCost: 39
21.18/21.36	c Try to convert by bdds
21.18/21.38	c D: 1
21.18/21.38	c estimatedAdderCost: 39
21.18/21.38	c Try to convert by bdds
21.18/21.39	c D: 1
21.18/21.39	c estimatedAdderCost: 39
21.18/21.39	c Try to convert by bdds
21.28/21.40	c D: 1
21.28/21.40	c estimatedAdderCost: 39
21.28/21.40	c Try to convert by bdds
21.28/21.42	c D: 1
21.28/21.42	c estimatedAdderCost: 39
21.28/21.42	c Try to convert by bdds
21.28/21.43	c D: 1
21.28/21.43	c estimatedAdderCost: 39
21.28/21.43	c Try to convert by bdds
21.28/21.45	c D: 1
21.28/21.45	c estimatedAdderCost: 39
21.28/21.45	c Try to convert by bdds
21.28/21.46	c D: 1
21.28/21.46	c estimatedAdderCost: 39
21.28/21.46	c Try to convert by bdds
21.28/21.48	c D: 1
21.28/21.48	c estimatedAdderCost: 39
21.28/21.48	c Try to convert by bdds
21.28/21.49	c D: 1
21.28/21.49	c estimatedAdderCost: 39
21.28/21.49	c Try to convert by bdds
21.38/21.51	c D: 1
21.38/21.51	c estimatedAdderCost: 39
21.38/21.51	c Try to convert by bdds
21.38/21.52	c D: 1
21.38/21.52	c estimatedAdderCost: 30
21.38/21.52	c Try to convert by bdds
21.38/21.53	c D: 1
21.38/21.53	c estimatedAdderCost: 30
21.38/21.53	c Try to convert by bdds
21.38/21.54	c D: 1
21.38/21.54	c estimatedAdderCost: 30
21.38/21.54	c Try to convert by bdds
21.38/21.55	c D: 1
21.38/21.55	c estimatedAdderCost: 30
21.38/21.55	c Try to convert by bdds
21.38/21.56	c D: 1
21.38/21.56	c estimatedAdderCost: 30
21.38/21.56	c Try to convert by bdds
21.38/21.57	c D: 1
21.38/21.57	c estimatedAdderCost: 30
21.38/21.57	c Try to convert by bdds
21.38/21.58	c D: 1
21.38/21.58	c estimatedAdderCost: 30
21.38/21.58	c Try to convert by bdds
21.38/21.59	c D: 1
21.38/21.59	c estimatedAdderCost: 30
21.38/21.59	c Try to convert by bdds
21.48/21.60	c D: 1
21.48/21.60	c estimatedAdderCost: 39
21.48/21.60	c Try to convert by bdds
21.48/21.62	c D: 1
21.48/21.62	c estimatedAdderCost: 39
21.48/21.62	c Try to convert by bdds
21.48/21.63	c D: 1
21.48/21.63	c estimatedAdderCost: 39
21.48/21.63	c Try to convert by bdds
21.48/21.65	c D: 1
21.48/21.65	c estimatedAdderCost: 39
21.48/21.65	c Try to convert by bdds
21.48/21.66	c D: 1
21.48/21.66	c estimatedAdderCost: 39
21.48/21.66	c Try to convert by bdds
21.48/21.68	c D: 1
21.48/21.68	c estimatedAdderCost: 39
21.48/21.68	c Try to convert by bdds
21.48/21.69	c D: 1
21.48/21.69	c estimatedAdderCost: 39
21.48/21.69	c Try to convert by bdds
21.58/21.71	c D: 1
21.58/21.71	c estimatedAdderCost: 39
21.58/21.71	c Try to convert by bdds
21.58/21.72	c D: 1
21.58/21.72	c estimatedAdderCost: 39
21.58/21.72	c Try to convert by bdds
21.58/21.74	c D: 1
21.58/21.74	c estimatedAdderCost: 39
21.58/21.74	c Try to convert by bdds
21.58/21.75	c D: 1
21.58/21.75	c estimatedAdderCost: 39
21.58/21.75	c Try to convert by bdds
21.58/21.77	c D: 1
21.58/21.77	c estimatedAdderCost: 39
21.58/21.77	c Try to convert by bdds
21.58/21.78	c D: 1
21.58/21.78	c estimatedAdderCost: 39
21.58/21.78	c Try to convert by bdds
21.58/21.79	c D: 1
21.58/21.79	c estimatedAdderCost: 39
21.58/21.79	c Try to convert by bdds
21.67/21.81	c D: 1
21.67/21.81	c estimatedAdderCost: 39
21.67/21.81	c Try to convert by bdds
21.67/21.82	c D: 1
21.67/21.82	c estimatedAdderCost: 39
21.67/21.82	c Try to convert by bdds
21.67/21.84	c D: 1
21.67/21.84	c estimatedAdderCost: 39
21.67/21.84	c Try to convert by bdds
21.67/21.85	c D: 1
21.67/21.85	c estimatedAdderCost: 39
21.67/21.85	c Try to convert by bdds
21.67/21.87	c D: 1
21.67/21.87	c estimatedAdderCost: 39
21.67/21.87	c Try to convert by bdds
21.67/21.88	c D: 1
21.67/21.88	c estimatedAdderCost: 39
21.67/21.88	c Try to convert by bdds
21.77/21.90	c D: 1
21.77/21.90	c estimatedAdderCost: 39
21.77/21.90	c Try to convert by bdds
21.77/21.91	c D: 1
21.77/21.91	c estimatedAdderCost: 39
21.77/21.91	c Try to convert by bdds
21.77/21.93	c D: 1
21.77/21.93	c estimatedAdderCost: 39
21.77/21.93	c Try to convert by bdds
21.77/21.94	c D: 1
21.77/21.94	c estimatedAdderCost: 39
21.77/21.94	c Try to convert by bdds
21.77/21.96	c D: 1
21.77/21.96	c estimatedAdderCost: 39
21.77/21.96	c Try to convert by bdds
21.77/21.97	c D: 1
21.77/21.97	c estimatedAdderCost: 39
21.77/21.97	c Try to convert by bdds
21.77/21.99	c D: 1
21.77/21.99	c estimatedAdderCost: 39
21.77/21.99	c Try to convert by bdds
21.77/22.00	c D: 1
21.77/22.00	c estimatedAdderCost: 39
21.77/22.00	c Try to convert by bdds
21.89/22.02	c D: 1
21.89/22.02	c estimatedAdderCost: 39
21.89/22.02	c Try to convert by bdds
21.89/22.03	c D: 1
21.89/22.03	c estimatedAdderCost: 39
21.89/22.03	c Try to convert by bdds
21.89/22.05	c D: 1
21.89/22.05	c estimatedAdderCost: 39
21.89/22.05	c Try to convert by bdds
21.89/22.06	c D: 1
21.89/22.06	c estimatedAdderCost: 39
21.89/22.06	c Try to convert by bdds
21.89/22.08	c D: 1
21.89/22.08	c estimatedAdderCost: 39
21.89/22.08	c Try to convert by bdds
21.89/22.09	c D: 1
21.89/22.09	c estimatedAdderCost: 39
21.89/22.09	c Try to convert by bdds
21.89/22.11	c D: 1
21.89/22.11	c estimatedAdderCost: 39
21.89/22.11	c Try to convert by bdds
21.99/22.12	c D: 1
21.99/22.12	c estimatedAdderCost: 39
21.99/22.12	c Try to convert by bdds
21.99/22.14	c D: 1
21.99/22.14	c estimatedAdderCost: 39
21.99/22.14	c Try to convert by bdds
21.99/22.15	c D: 1
21.99/22.15	c estimatedAdderCost: 39
21.99/22.15	c Try to convert by bdds
21.99/22.17	c D: 1
21.99/22.17	c estimatedAdderCost: 39
21.99/22.17	c Try to convert by bdds
21.99/22.18	c D: 1
21.99/22.18	c estimatedAdderCost: 39
21.99/22.18	c Try to convert by bdds
21.99/22.19	c D: 1
21.99/22.19	c estimatedAdderCost: 39
21.99/22.19	c Try to convert by bdds
22.07/22.21	c D: 1
22.07/22.21	c estimatedAdderCost: 39
22.07/22.21	c Try to convert by bdds
22.07/22.22	c D: 1
22.07/22.22	c estimatedAdderCost: 39
22.07/22.22	c Try to convert by bdds
22.07/22.24	c D: 1
22.07/22.24	c estimatedAdderCost: 39
22.07/22.24	c Try to convert by bdds
22.07/22.25	c D: 1
22.07/22.25	c estimatedAdderCost: 30
22.07/22.25	c Try to convert by bdds
22.07/22.26	c D: 1
22.07/22.26	c estimatedAdderCost: 30
22.07/22.26	c Try to convert by bdds
22.07/22.27	c D: 1
22.07/22.27	c estimatedAdderCost: 30
22.07/22.27	c Try to convert by bdds
22.07/22.28	c D: 1
22.07/22.28	c estimatedAdderCost: 30
22.07/22.28	c Try to convert by bdds
22.07/22.29	c D: 1
22.07/22.29	c estimatedAdderCost: 30
22.07/22.29	c Try to convert by bdds
22.17/22.30	c D: 1
22.17/22.30	c estimatedAdderCost: 30
22.17/22.30	c Try to convert by bdds
22.17/22.31	c D: 1
22.17/22.31	c estimatedAdderCost: 30
22.17/22.31	c Try to convert by bdds
22.17/22.32	c D: 1
22.17/22.32	c estimatedAdderCost: 30
22.17/22.32	c Try to convert by bdds
22.17/22.33	c D: 1
22.17/22.33	c estimatedAdderCost: 30
22.17/22.33	c Try to convert by bdds
22.17/22.34	c D: 1
22.17/22.34	c estimatedAdderCost: 30
22.17/22.34	c Try to convert by bdds
22.17/22.35	c D: 1
22.17/22.35	c estimatedAdderCost: 39
22.17/22.35	c Try to convert by bdds
22.17/22.37	c D: 1
22.17/22.37	c estimatedAdderCost: 39
22.17/22.37	c Try to convert by bdds
22.17/22.38	c D: 1
22.17/22.38	c estimatedAdderCost: 39
22.17/22.38	c Try to convert by bdds
22.27/22.40	c D: 1
22.27/22.40	c estimatedAdderCost: 39
22.27/22.40	c Try to convert by bdds
22.27/22.41	c D: 1
22.27/22.41	c estimatedAdderCost: 39
22.27/22.41	c Try to convert by bdds
22.27/22.43	c D: 1
22.27/22.43	c estimatedAdderCost: 39
22.27/22.43	c Try to convert by bdds
22.27/22.44	c D: 1
22.27/22.44	c estimatedAdderCost: 39
22.27/22.44	c Try to convert by bdds
22.27/22.46	c D: 1
22.27/22.46	c estimatedAdderCost: 39
22.27/22.46	c Try to convert by bdds
22.27/22.47	c D: 1
22.27/22.47	c estimatedAdderCost: 39
22.27/22.47	c Try to convert by bdds
22.27/22.49	c D: 1
22.27/22.49	c estimatedAdderCost: 39
22.27/22.49	c Try to convert by bdds
22.37/22.50	c D: 1
22.37/22.50	c estimatedAdderCost: 30
22.37/22.50	c Try to convert by bdds
22.37/22.51	c D: 1
22.37/22.51	c estimatedAdderCost: 30
22.37/22.51	c Try to convert by bdds
22.37/22.52	c D: 1
22.37/22.52	c estimatedAdderCost: 39
22.37/22.52	c Try to convert by bdds
22.37/22.54	c D: 1
22.37/22.54	c estimatedAdderCost: 39
22.37/22.54	c Try to convert by bdds
22.37/22.55	c D: 1
22.37/22.55	c estimatedAdderCost: 39
22.37/22.55	c Try to convert by bdds
22.37/22.57	c D: 1
22.37/22.57	c estimatedAdderCost: 39
22.37/22.57	c Try to convert by bdds
22.37/22.58	c D: 1
22.37/22.58	c estimatedAdderCost: 39
22.37/22.58	c Try to convert by bdds
22.47/22.60	c D: 1
22.47/22.60	c estimatedAdderCost: 39
22.47/22.60	c Try to convert by bdds
22.47/22.61	c D: 1
22.47/22.61	c estimatedAdderCost: 39
22.47/22.61	c Try to convert by bdds
22.47/22.63	c D: 1
22.47/22.63	c estimatedAdderCost: 39
22.47/22.63	c Try to convert by bdds
22.47/22.64	c D: 1
22.47/22.64	c estimatedAdderCost: 39
22.47/22.64	c Try to convert by bdds
22.47/22.66	c D: 1
22.47/22.66	c estimatedAdderCost: 39
22.47/22.66	c Try to convert by bdds
22.47/22.67	c D: 1
22.47/22.67	c estimatedAdderCost: 39
22.47/22.67	c Try to convert by bdds
22.47/22.69	c D: 1
22.47/22.69	c estimatedAdderCost: 39
22.47/22.69	c Try to convert by bdds
22.57/22.70	c D: 1
22.57/22.70	c estimatedAdderCost: 39
22.57/22.70	c Try to convert by bdds
22.57/22.71	c D: 1
22.57/22.71	c estimatedAdderCost: 39
22.57/22.71	c Try to convert by bdds
22.57/22.73	c D: 1
22.57/22.73	c estimatedAdderCost: 39
22.57/22.73	c Try to convert by bdds
22.57/22.74	c D: 1
22.57/22.74	c estimatedAdderCost: 39
22.57/22.74	c Try to convert by bdds
22.57/22.76	c D: 1
22.57/22.76	c estimatedAdderCost: 39
22.57/22.76	c Try to convert by bdds
22.57/22.77	c D: 1
22.57/22.77	c estimatedAdderCost: 39
22.57/22.77	c Try to convert by bdds
22.57/22.79	c D: 1
22.57/22.79	c estimatedAdderCost: 39
22.57/22.79	c Try to convert by bdds
22.67/22.80	c D: 1
22.67/22.80	c estimatedAdderCost: 30
22.67/22.80	c Try to convert by bdds
22.67/22.81	c D: 1
22.67/22.81	c estimatedAdderCost: 30
22.67/22.81	c Try to convert by bdds
22.67/22.82	c D: 1
22.67/22.82	c estimatedAdderCost: 30
22.67/22.82	c Try to convert by bdds
22.67/22.83	c D: 1
22.67/22.83	c estimatedAdderCost: 39
22.67/22.83	c Try to convert by bdds
22.67/22.85	c D: 1
22.67/22.85	c estimatedAdderCost: 39
22.67/22.85	c Try to convert by bdds
22.67/22.86	c D: 1
22.67/22.86	c estimatedAdderCost: 39
22.67/22.86	c Try to convert by bdds
22.67/22.88	c D: 1
22.67/22.88	c estimatedAdderCost: 39
22.67/22.88	c Try to convert by bdds
22.67/22.89	c D: 1
22.67/22.89	c estimatedAdderCost: 39
22.67/22.89	c Try to convert by bdds
22.77/22.91	c D: 1
22.77/22.91	c estimatedAdderCost: 39
22.77/22.91	c Try to convert by bdds
22.77/22.92	c D: 1
22.77/22.92	c estimatedAdderCost: 39
22.77/22.92	c Try to convert by bdds
22.77/22.94	c D: 1
22.77/22.94	c estimatedAdderCost: 39
22.77/22.94	c Try to convert by bdds
22.77/22.95	c D: 1
22.77/22.95	c estimatedAdderCost: 39
22.77/22.95	c Try to convert by bdds
22.77/22.97	c D: 1
22.77/22.97	c estimatedAdderCost: 39
22.77/22.97	c Try to convert by bdds
22.77/22.98	c D: 1
22.77/22.98	c estimatedAdderCost: 39
22.77/22.98	c Try to convert by bdds
22.77/23.00	c D: 1
22.77/23.00	c estimatedAdderCost: 39
22.77/23.00	c Try to convert by bdds
22.88/23.01	c D: 1
22.88/23.01	c estimatedAdderCost: 39
22.88/23.01	c Try to convert by bdds
22.88/23.03	c D: 1
22.88/23.03	c estimatedAdderCost: 39
22.88/23.03	c Try to convert by bdds
22.88/23.04	c D: 1
22.88/23.04	c estimatedAdderCost: 39
22.88/23.04	c Try to convert by bdds
22.88/23.06	c D: 1
22.88/23.06	c estimatedAdderCost: 39
22.88/23.06	c Try to convert by bdds
22.88/23.07	c D: 1
22.88/23.07	c estimatedAdderCost: 39
22.88/23.07	c Try to convert by bdds
22.88/23.09	c D: 1
22.88/23.09	c estimatedAdderCost: 39
22.88/23.09	c Try to convert by bdds
22.88/23.10	c D: 1
22.88/23.10	c estimatedAdderCost: 39
22.88/23.10	c Try to convert by bdds
22.98/23.12	c D: 1
22.98/23.12	c estimatedAdderCost: 39
22.98/23.12	c Try to convert by bdds
22.98/23.13	c D: 1
22.98/23.13	c estimatedAdderCost: 39
22.98/23.13	c Try to convert by bdds
22.98/23.15	c D: 1
22.98/23.15	c estimatedAdderCost: 39
22.98/23.15	c Try to convert by bdds
22.98/23.16	c D: 1
22.98/23.16	c estimatedAdderCost: 39
22.98/23.16	c Try to convert by bdds
22.98/23.18	c D: 1
22.98/23.18	c estimatedAdderCost: 39
22.98/23.18	c Try to convert by bdds
22.98/23.19	c D: 1
22.98/23.19	c estimatedAdderCost: 39
22.98/23.19	c Try to convert by bdds
23.07/23.21	c D: 1
23.07/23.21	c estimatedAdderCost: 39
23.07/23.21	c Try to convert by bdds
23.07/23.22	c D: 1
23.07/23.22	c estimatedAdderCost: 39
23.07/23.22	c Try to convert by bdds
23.07/23.24	c D: 1
23.07/23.24	c estimatedAdderCost: 30
23.07/23.24	c Try to convert by bdds
23.07/23.25	c D: 1
23.07/23.25	c estimatedAdderCost: 30
23.07/23.25	c Try to convert by bdds
23.07/23.26	c D: 1
23.07/23.26	c estimatedAdderCost: 30
23.07/23.26	c Try to convert by bdds
23.07/23.27	c D: 1
23.07/23.27	c estimatedAdderCost: 30
23.07/23.27	c Try to convert by bdds
23.07/23.28	c D: 1
23.07/23.28	c estimatedAdderCost: 39
23.07/23.28	c Try to convert by bdds
23.07/23.29	c D: 1
23.07/23.29	c estimatedAdderCost: 39
23.07/23.29	c Try to convert by bdds
23.17/23.31	c D: 1
23.17/23.31	c estimatedAdderCost: 39
23.17/23.31	c Try to convert by bdds
23.17/23.32	c D: 1
23.17/23.32	c estimatedAdderCost: 39
23.17/23.32	c Try to convert by bdds
23.17/23.34	c D: 1
23.17/23.34	c estimatedAdderCost: 39
23.17/23.34	c Try to convert by bdds
23.17/23.35	c D: 1
23.17/23.35	c estimatedAdderCost: 39
23.17/23.35	c Try to convert by bdds
23.17/23.37	c D: 1
23.17/23.37	c estimatedAdderCost: 39
23.17/23.37	c Try to convert by bdds
23.17/23.38	c D: 1
23.17/23.38	c estimatedAdderCost: 39
23.17/23.38	c Try to convert by bdds
23.17/23.40	c D: 1
23.17/23.40	c estimatedAdderCost: 39
23.17/23.40	c Try to convert by bdds
23.27/23.41	c D: 1
23.27/23.41	c estimatedAdderCost: 39
23.27/23.41	c Try to convert by bdds
23.27/23.43	c D: 1
23.27/23.43	c estimatedAdderCost: 39
23.27/23.43	c Try to convert by bdds
23.27/23.44	c D: 1
23.27/23.44	c estimatedAdderCost: 39
23.27/23.44	c Try to convert by bdds
23.27/23.45	c D: 1
23.27/23.45	c estimatedAdderCost: 39
23.27/23.45	c Try to convert by bdds
23.27/23.47	c D: 1
23.27/23.47	c estimatedAdderCost: 39
23.27/23.47	c Try to convert by bdds
23.27/23.48	c D: 1
23.27/23.48	c estimatedAdderCost: 39
23.27/23.48	c Try to convert by bdds
23.37/23.50	c D: 1
23.37/23.50	c estimatedAdderCost: 39
23.37/23.50	c Try to convert by bdds
23.37/23.51	c D: 1
23.37/23.51	c estimatedAdderCost: 39
23.37/23.51	c Try to convert by bdds
23.37/23.53	c D: 1
23.37/23.53	c estimatedAdderCost: 39
23.37/23.53	c Try to convert by bdds
23.37/23.54	c D: 1
23.37/23.54	c estimatedAdderCost: 39
23.37/23.54	c Try to convert by bdds
23.37/23.56	c D: 1
23.37/23.56	c estimatedAdderCost: 39
23.37/23.56	c Try to convert by bdds
23.37/23.57	c D: 1
23.37/23.57	c estimatedAdderCost: 39
23.37/23.57	c Try to convert by bdds
23.37/23.59	c D: 1
23.37/23.59	c estimatedAdderCost: 39
23.37/23.59	c Try to convert by bdds
23.47/23.60	c D: 1
23.47/23.60	c estimatedAdderCost: 39
23.47/23.60	c Try to convert by bdds
23.47/23.62	c D: 1
23.47/23.62	c estimatedAdderCost: 39
23.47/23.62	c Try to convert by bdds
23.47/23.63	c D: 1
23.47/23.63	c estimatedAdderCost: 39
23.47/23.63	c Try to convert by bdds
23.47/23.65	c D: 1
23.47/23.65	c estimatedAdderCost: 39
23.47/23.65	c Try to convert by bdds
23.47/23.66	c D: 1
23.47/23.66	c estimatedAdderCost: 39
23.47/23.66	c Try to convert by bdds
23.47/23.68	c D: 1
23.47/23.68	c estimatedAdderCost: 39
23.47/23.68	c Try to convert by bdds
23.47/23.69	c D: 1
23.47/23.69	c estimatedAdderCost: 39
23.47/23.69	c Try to convert by bdds
23.57/23.71	c D: 1
23.57/23.71	c estimatedAdderCost: 39
23.57/23.71	c Try to convert by bdds
23.57/23.72	c D: 1
23.57/23.72	c estimatedAdderCost: 39
23.57/23.72	c Try to convert by bdds
23.57/23.74	c D: 1
23.57/23.74	c estimatedAdderCost: 39
23.57/23.74	c Try to convert by bdds
23.57/23.75	c D: 1
23.57/23.75	c estimatedAdderCost: 39
23.57/23.75	c Try to convert by bdds
23.57/23.77	c D: 1
23.57/23.77	c estimatedAdderCost: 39
23.57/23.77	c Try to convert by bdds
23.57/23.78	c D: 1
23.57/23.78	c estimatedAdderCost: 30
23.57/23.78	c Try to convert by bdds
23.57/23.79	c D: 1
23.57/23.79	c estimatedAdderCost: 30
23.57/23.79	c Try to convert by bdds
23.67/23.80	c D: 1
23.67/23.80	c estimatedAdderCost: 30
23.67/23.80	c Try to convert by bdds
23.67/23.81	c D: 1
23.67/23.81	c estimatedAdderCost: 30
23.67/23.81	c Try to convert by bdds
23.67/23.82	c D: 1
23.67/23.82	c estimatedAdderCost: 30
23.67/23.82	c Try to convert by bdds
23.67/23.83	c D: 1
23.67/23.83	c estimatedAdderCost: 39
23.67/23.83	c Try to convert by bdds
23.67/23.85	c D: 1
23.67/23.85	c estimatedAdderCost: 39
23.67/23.85	c Try to convert by bdds
23.67/23.86	c D: 1
23.67/23.86	c estimatedAdderCost: 39
23.67/23.86	c Try to convert by bdds
23.67/23.88	c D: 1
23.67/23.88	c estimatedAdderCost: 39
23.67/23.88	c Try to convert by bdds
23.67/23.89	c D: 1
23.67/23.89	c estimatedAdderCost: 39
23.67/23.89	c Try to convert by bdds
23.77/23.91	c D: 1
23.77/23.91	c estimatedAdderCost: 39
23.77/23.91	c Try to convert by bdds
23.77/23.92	c D: 1
23.77/23.92	c estimatedAdderCost: 39
23.77/23.92	c Try to convert by bdds
23.77/23.94	c D: 1
23.77/23.94	c estimatedAdderCost: 39
23.77/23.94	c Try to convert by bdds
23.77/23.95	c D: 1
23.77/23.95	c estimatedAdderCost: 39
23.77/23.95	c Try to convert by bdds
23.77/23.97	c D: 1
23.77/23.97	c estimatedAdderCost: 39
23.77/23.97	c Try to convert by bdds
23.77/23.98	c D: 1
23.77/23.98	c estimatedAdderCost: 39
23.77/23.98	c Try to convert by bdds
23.77/24.00	c D: 1
23.77/24.00	c estimatedAdderCost: 39
23.77/24.00	c Try to convert by bdds
23.88/24.01	c D: 1
23.88/24.01	c estimatedAdderCost: 39
23.88/24.01	c Try to convert by bdds
23.88/24.03	c D: 1
23.88/24.03	c estimatedAdderCost: 39
23.88/24.03	c Try to convert by bdds
23.88/24.04	c D: 1
23.88/24.04	c estimatedAdderCost: 39
23.88/24.04	c Try to convert by bdds
23.88/24.06	c D: 1
23.88/24.06	c estimatedAdderCost: 39
23.88/24.06	c Try to convert by bdds
23.88/24.07	c D: 1
23.88/24.07	c estimatedAdderCost: 39
23.88/24.07	c Try to convert by bdds
23.88/24.09	c D: 1
23.88/24.09	c estimatedAdderCost: 39
23.88/24.09	c Try to convert by bdds
23.88/24.10	c D: 1
23.88/24.10	c estimatedAdderCost: 39
23.88/24.10	c Try to convert by bdds
23.98/24.12	c D: 1
23.98/24.12	c estimatedAdderCost: 39
23.98/24.12	c Try to convert by bdds
23.98/24.13	c D: 1
23.98/24.13	c estimatedAdderCost: 39
23.98/24.13	c Try to convert by bdds
23.98/24.14	c D: 1
23.98/24.14	c estimatedAdderCost: 39
23.98/24.14	c Try to convert by bdds
23.98/24.16	c D: 1
23.98/24.16	c estimatedAdderCost: 39
23.98/24.16	c Try to convert by bdds
23.98/24.17	c D: 1
23.98/24.17	c estimatedAdderCost: 39
23.98/24.17	c Try to convert by bdds
23.98/24.19	c D: 1
23.98/24.19	c estimatedAdderCost: 39
23.98/24.19	c Try to convert by bdds
24.07/24.20	c D: 1
24.07/24.20	c estimatedAdderCost: 39
24.07/24.20	c Try to convert by bdds
24.07/24.22	c D: 1
24.07/24.22	c estimatedAdderCost: 39
24.07/24.22	c Try to convert by bdds
24.07/24.23	c D: 1
24.07/24.23	c estimatedAdderCost: 39
24.07/24.23	c Try to convert by bdds
24.07/24.25	c D: 1
24.07/24.25	c estimatedAdderCost: 39
24.07/24.25	c Try to convert by bdds
24.07/24.26	c D: 1
24.07/24.26	c estimatedAdderCost: 39
24.07/24.26	c Try to convert by bdds
24.07/24.28	c D: 1
24.07/24.28	c estimatedAdderCost: 39
24.07/24.28	c Try to convert by bdds
24.07/24.29	c D: 1
24.07/24.29	c estimatedAdderCost: 39
24.07/24.29	c Try to convert by bdds
24.17/24.31	c D: 1
24.17/24.31	c estimatedAdderCost: 39
24.17/24.31	c Try to convert by bdds
24.17/24.32	c D: 1
24.17/24.32	c estimatedAdderCost: 39
24.17/24.32	c Try to convert by bdds
24.17/24.34	c D: 1
24.17/24.34	c estimatedAdderCost: 39
24.17/24.34	c Try to convert by bdds
24.17/24.35	c D: 1
24.17/24.35	c estimatedAdderCost: 39
24.17/24.35	c Try to convert by bdds
24.17/24.37	c D: 1
24.17/24.37	c estimatedAdderCost: 39
24.17/24.37	c Try to convert by bdds
24.17/24.38	c D: 1
24.17/24.38	c estimatedAdderCost: 39
24.17/24.38	c Try to convert by bdds
24.27/24.40	c D: 1
24.27/24.40	c estimatedAdderCost: 39
24.27/24.40	c Try to convert by bdds
24.27/24.41	c D: 1
24.27/24.41	c estimatedAdderCost: 39
24.27/24.41	c Try to convert by bdds
24.27/24.43	c D: 1
24.27/24.43	c estimatedAdderCost: 30
24.27/24.43	c Try to convert by bdds
24.27/24.44	c D: 1
24.27/24.44	c estimatedAdderCost: 30
24.27/24.44	c Try to convert by bdds
24.27/24.45	c D: 1
24.27/24.45	c estimatedAdderCost: 30
24.27/24.45	c Try to convert by bdds
24.27/24.46	c D: 1
24.27/24.46	c estimatedAdderCost: 30
24.27/24.46	c Try to convert by bdds
24.27/24.47	c D: 1
24.27/24.47	c estimatedAdderCost: 30
24.27/24.47	c Try to convert by bdds
24.27/24.48	c D: 1
24.27/24.48	c estimatedAdderCost: 30
24.27/24.48	c Try to convert by bdds
24.27/24.49	c D: 1
24.27/24.49	c estimatedAdderCost: 39
24.27/24.49	c Try to convert by bdds
24.37/24.50	c D: 1
24.37/24.50	c estimatedAdderCost: 39
24.37/24.50	c Try to convert by bdds
24.37/24.52	c D: 1
24.37/24.52	c estimatedAdderCost: 39
24.37/24.52	c Try to convert by bdds
24.37/24.53	c D: 1
24.37/24.53	c estimatedAdderCost: 39
24.37/24.53	c Try to convert by bdds
24.37/24.55	c D: 1
24.37/24.55	c estimatedAdderCost: 39
24.37/24.55	c Try to convert by bdds
24.37/24.56	c D: 1
24.37/24.56	c estimatedAdderCost: 39
24.37/24.56	c Try to convert by bdds
24.37/24.58	c D: 1
24.37/24.58	c estimatedAdderCost: 39
24.37/24.58	c Try to convert by bdds
24.37/24.59	c D: 1
24.37/24.59	c estimatedAdderCost: 39
24.37/24.59	c Try to convert by bdds
24.47/24.61	c D: 1
24.47/24.61	c estimatedAdderCost: 39
24.47/24.61	c Try to convert by bdds
24.47/24.62	c D: 1
24.47/24.62	c estimatedAdderCost: 39
24.47/24.62	c Try to convert by bdds
24.47/24.64	c D: 1
24.47/24.64	c estimatedAdderCost: 39
24.47/24.64	c Try to convert by bdds
24.47/24.65	c D: 1
24.47/24.65	c estimatedAdderCost: 39
24.47/24.65	c Try to convert by bdds
24.47/24.67	c D: 1
24.47/24.67	c estimatedAdderCost: 39
24.47/24.67	c Try to convert by bdds
24.47/24.68	c D: 1
24.47/24.68	c estimatedAdderCost: 39
24.47/24.68	c Try to convert by bdds
24.57/24.70	c D: 1
24.57/24.70	c estimatedAdderCost: 39
24.57/24.70	c Try to convert by bdds
24.57/24.71	c D: 1
24.57/24.71	c estimatedAdderCost: 39
24.57/24.71	c Try to convert by bdds
24.57/24.73	c D: 1
24.57/24.73	c estimatedAdderCost: 39
24.57/24.73	c Try to convert by bdds
24.57/24.74	c D: 1
24.57/24.74	c estimatedAdderCost: 39
24.57/24.74	c Try to convert by bdds
24.57/24.76	c D: 1
24.57/24.76	c estimatedAdderCost: 39
24.57/24.76	c Try to convert by bdds
24.57/24.77	c D: 1
24.57/24.77	c estimatedAdderCost: 39
24.57/24.77	c Try to convert by bdds
24.57/24.79	c D: 1
24.57/24.79	c estimatedAdderCost: 39
24.57/24.79	c Try to convert by bdds
24.67/24.80	c D: 1
24.67/24.80	c estimatedAdderCost: 39
24.67/24.80	c Try to convert by bdds
24.67/24.82	c D: 1
24.67/24.82	c estimatedAdderCost: 39
24.67/24.82	c Try to convert by bdds
24.67/24.83	c D: 1
24.67/24.83	c estimatedAdderCost: 39
24.67/24.83	c Try to convert by bdds
24.67/24.85	c D: 1
24.67/24.85	c estimatedAdderCost: 39
24.67/24.85	c Try to convert by bdds
24.67/24.86	c D: 1
24.67/24.86	c estimatedAdderCost: 39
24.67/24.86	c Try to convert by bdds
24.67/24.88	c D: 1
24.67/24.88	c estimatedAdderCost: 39
24.67/24.88	c Try to convert by bdds
24.67/24.89	c D: 1
24.67/24.89	c estimatedAdderCost: 39
24.67/24.89	c Try to convert by bdds
24.77/24.91	c D: 1
24.77/24.91	c estimatedAdderCost: 39
24.77/24.91	c Try to convert by bdds
24.77/24.92	c D: 1
24.77/24.92	c estimatedAdderCost: 39
24.77/24.92	c Try to convert by bdds
24.77/24.94	c D: 1
24.77/24.94	c estimatedAdderCost: 39
24.77/24.94	c Try to convert by bdds
24.77/24.95	c D: 1
24.77/24.95	c estimatedAdderCost: 39
24.77/24.95	c Try to convert by bdds
24.77/24.97	c D: 1
24.77/24.97	c estimatedAdderCost: 39
24.77/24.97	c Try to convert by bdds
24.77/24.98	c D: 1
24.77/24.98	c estimatedAdderCost: 39
24.77/24.98	c Try to convert by bdds
24.77/25.00	c D: 1
24.77/25.00	c estimatedAdderCost: 39
24.77/25.00	c Try to convert by bdds
24.88/25.01	c D: 1
24.88/25.01	c estimatedAdderCost: 39
24.88/25.01	c Try to convert by bdds
24.88/25.02	c D: 1
24.88/25.02	c estimatedAdderCost: 39
24.88/25.02	c Try to convert by bdds
24.88/25.04	c D: 1
24.88/25.04	c estimatedAdderCost: 39
24.88/25.04	c Try to convert by bdds
24.88/25.05	c D: 1
24.88/25.05	c estimatedAdderCost: 39
24.88/25.05	c Try to convert by bdds
24.88/25.07	c D: 1
24.88/25.07	c estimatedAdderCost: 39
24.88/25.07	c Try to convert by bdds
24.88/25.08	c D: 1
24.88/25.08	c estimatedAdderCost: 39
24.88/25.08	c Try to convert by bdds
24.88/25.10	c D: 1
24.88/25.10	c estimatedAdderCost: 39
24.88/25.10	c Try to convert by bdds
24.98/25.11	c D: 1
24.98/25.11	c estimatedAdderCost: 39
24.98/25.11	c Try to convert by bdds
24.98/25.13	c D: 1
24.98/25.13	c estimatedAdderCost: 39
24.98/25.13	c Try to convert by bdds
24.98/25.14	c D: 1
24.98/25.14	c estimatedAdderCost: 39
24.98/25.14	c Try to convert by bdds
24.98/25.16	c D: 1
24.98/25.16	c estimatedAdderCost: 30
24.98/25.16	c Try to convert by bdds
24.98/25.17	c D: 1
24.98/25.17	c estimatedAdderCost: 30
24.98/25.17	c Try to convert by bdds
24.98/25.18	c D: 1
24.98/25.18	c estimatedAdderCost: 30
24.98/25.18	c Try to convert by bdds
24.98/25.19	c D: 1
24.98/25.19	c estimatedAdderCost: 30
24.98/25.19	c Try to convert by bdds
25.06/25.20	c D: 1
25.06/25.20	c estimatedAdderCost: 30
25.06/25.20	c Try to convert by bdds
25.06/25.21	c D: 1
25.06/25.21	c estimatedAdderCost: 30
25.06/25.21	c Try to convert by bdds
25.06/25.22	c D: 1
25.06/25.22	c estimatedAdderCost: 30
25.06/25.22	c Try to convert by bdds
25.06/25.23	c D: 1
25.06/25.23	c estimatedAdderCost: 39
25.06/25.23	c Try to convert by bdds
25.06/25.24	c D: 1
25.06/25.24	c estimatedAdderCost: 39
25.06/25.24	c Try to convert by bdds
25.06/25.26	c D: 1
25.06/25.26	c estimatedAdderCost: 39
25.06/25.26	c Try to convert by bdds
25.06/25.27	c D: 1
25.06/25.27	c estimatedAdderCost: 39
25.06/25.27	c Try to convert by bdds
25.06/25.29	c D: 1
25.06/25.29	c estimatedAdderCost: 39
25.06/25.29	c Try to convert by bdds
25.16/25.30	c D: 1
25.16/25.30	c estimatedAdderCost: 39
25.16/25.30	c Try to convert by bdds
25.16/25.32	c D: 1
25.16/25.32	c estimatedAdderCost: 39
25.16/25.32	c Try to convert by bdds
25.16/25.33	c D: 1
25.16/25.33	c estimatedAdderCost: 39
25.16/25.33	c Try to convert by bdds
25.16/25.35	c D: 1
25.16/25.35	c estimatedAdderCost: 39
25.16/25.35	c Try to convert by bdds
25.16/25.36	c D: 1
25.16/25.36	c estimatedAdderCost: 39
25.16/25.36	c Try to convert by bdds
25.16/25.38	c D: 1
25.16/25.38	c estimatedAdderCost: 39
25.16/25.38	c Try to convert by bdds
25.16/25.39	c D: 1
25.16/25.39	c estimatedAdderCost: 39
25.16/25.39	c Try to convert by bdds
25.26/25.41	c D: 1
25.26/25.41	c estimatedAdderCost: 39
25.26/25.41	c Try to convert by bdds
25.26/25.42	c D: 1
25.26/25.42	c estimatedAdderCost: 39
25.26/25.42	c Try to convert by bdds
25.26/25.44	c D: 1
25.26/25.44	c estimatedAdderCost: 39
25.26/25.44	c Try to convert by bdds
25.26/25.45	c D: 1
25.26/25.45	c estimatedAdderCost: 39
25.26/25.45	c Try to convert by bdds
25.26/25.47	c D: 1
25.26/25.47	c estimatedAdderCost: 39
25.26/25.47	c Try to convert by bdds
25.26/25.48	c D: 1
25.26/25.48	c estimatedAdderCost: 39
25.26/25.48	c Try to convert by bdds
25.36/25.50	c D: 1
25.36/25.50	c estimatedAdderCost: 39
25.36/25.50	c Try to convert by bdds
25.36/25.51	c D: 1
25.36/25.51	c estimatedAdderCost: 39
25.36/25.51	c Try to convert by bdds
25.36/25.53	c D: 1
25.36/25.53	c estimatedAdderCost: 39
25.36/25.53	c Try to convert by bdds
25.36/25.54	c D: 1
25.36/25.54	c estimatedAdderCost: 39
25.36/25.54	c Try to convert by bdds
25.36/25.56	c D: 1
25.36/25.56	c estimatedAdderCost: 39
25.36/25.56	c Try to convert by bdds
25.36/25.57	c D: 1
25.36/25.57	c estimatedAdderCost: 39
25.36/25.57	c Try to convert by bdds
25.36/25.59	c D: 1
25.36/25.59	c estimatedAdderCost: 39
25.36/25.59	c Try to convert by bdds
25.46/25.60	c D: 1
25.46/25.60	c estimatedAdderCost: 39
25.46/25.60	c Try to convert by bdds
25.46/25.62	c D: 1
25.46/25.62	c estimatedAdderCost: 39
25.46/25.62	c Try to convert by bdds
25.46/25.63	c D: 1
25.46/25.63	c estimatedAdderCost: 39
25.46/25.63	c Try to convert by bdds
25.46/25.65	c D: 1
25.46/25.65	c estimatedAdderCost: 39
25.46/25.65	c Try to convert by bdds
25.46/25.66	c D: 1
25.46/25.66	c estimatedAdderCost: 39
25.46/25.66	c Try to convert by bdds
25.46/25.68	c D: 1
25.46/25.68	c estimatedAdderCost: 39
25.46/25.68	c Try to convert by bdds
25.46/25.69	c D: 1
25.46/25.69	c estimatedAdderCost: 39
25.46/25.69	c Try to convert by bdds
25.56/25.71	c D: 1
25.56/25.71	c estimatedAdderCost: 39
25.56/25.71	c Try to convert by bdds
25.56/25.72	c D: 1
25.56/25.72	c estimatedAdderCost: 39
25.56/25.72	c Try to convert by bdds
25.56/25.74	c D: 1
25.56/25.74	c estimatedAdderCost: 39
25.56/25.74	c Try to convert by bdds
25.56/25.75	c D: 1
25.56/25.75	c estimatedAdderCost: 39
25.56/25.75	c Try to convert by bdds
25.56/25.77	c D: 1
25.56/25.77	c estimatedAdderCost: 39
25.56/25.77	c Try to convert by bdds
25.56/25.78	c D: 1
25.56/25.78	c estimatedAdderCost: 39
25.56/25.78	c Try to convert by bdds
25.66/25.80	c D: 1
25.66/25.80	c estimatedAdderCost: 39
25.66/25.80	c Try to convert by bdds
25.66/25.81	c D: 1
25.66/25.81	c estimatedAdderCost: 39
25.66/25.81	c Try to convert by bdds
25.66/25.82	c D: 1
25.66/25.82	c estimatedAdderCost: 39
25.66/25.82	c Try to convert by bdds
25.66/25.84	c D: 1
25.66/25.84	c estimatedAdderCost: 39
25.66/25.84	c Try to convert by bdds
25.66/25.85	c D: 1
25.66/25.85	c estimatedAdderCost: 39
25.66/25.85	c Try to convert by bdds
25.66/25.87	c D: 1
25.66/25.87	c estimatedAdderCost: 39
25.66/25.87	c Try to convert by bdds
25.66/25.88	c D: 1
25.66/25.88	c estimatedAdderCost: 39
25.66/25.88	c Try to convert by bdds
25.76/25.90	c D: 1
25.76/25.90	c estimatedAdderCost: 39
25.76/25.90	c Try to convert by bdds
25.76/25.91	c D: 1
25.76/25.91	c estimatedAdderCost: 39
25.76/25.91	c Try to convert by bdds
25.76/25.93	c D: 1
25.76/25.93	c estimatedAdderCost: 39
25.76/25.93	c Try to convert by bdds
25.76/25.94	c D: 1
25.76/25.94	c estimatedAdderCost: 39
25.76/25.94	c Try to convert by bdds
25.76/25.96	c D: 1
25.76/25.96	c estimatedAdderCost: 30
25.76/25.96	c Try to convert by bdds
25.76/25.97	c D: 1
25.76/25.97	c estimatedAdderCost: 30
25.76/25.97	c Try to convert by bdds
25.76/25.98	c D: 1
25.76/25.98	c estimatedAdderCost: 30
25.76/25.98	c Try to convert by bdds
25.76/25.99	c D: 1
25.76/25.99	c estimatedAdderCost: 30
25.76/25.99	c Try to convert by bdds
25.76/26.00	c D: 1
25.76/26.00	c estimatedAdderCost: 30
25.76/26.00	c Try to convert by bdds
25.87/26.01	c D: 1
25.87/26.01	c estimatedAdderCost: 30
25.87/26.01	c Try to convert by bdds
25.87/26.02	c D: 1
25.87/26.02	c estimatedAdderCost: 30
25.87/26.02	c Try to convert by bdds
25.87/26.03	c D: 1
25.87/26.03	c estimatedAdderCost: 30
25.87/26.03	c Try to convert by bdds
25.87/26.04	c D: 1
25.87/26.04	c estimatedAdderCost: 39
25.87/26.04	c Try to convert by bdds
25.87/26.05	c D: 1
25.87/26.05	c estimatedAdderCost: 39
25.87/26.05	c Try to convert by bdds
25.87/26.07	c D: 1
25.87/26.07	c estimatedAdderCost: 39
25.87/26.07	c Try to convert by bdds
25.87/26.08	c D: 1
25.87/26.08	c estimatedAdderCost: 39
25.87/26.08	c Try to convert by bdds
25.87/26.10	c D: 1
25.87/26.10	c estimatedAdderCost: 39
25.87/26.10	c Try to convert by bdds
25.97/26.11	c D: 1
25.97/26.11	c estimatedAdderCost: 39
25.97/26.11	c Try to convert by bdds
25.97/26.13	c D: 1
25.97/26.13	c estimatedAdderCost: 39
25.97/26.13	c Try to convert by bdds
25.97/26.14	c D: 1
25.97/26.14	c estimatedAdderCost: 39
25.97/26.14	c Try to convert by bdds
25.97/26.16	c D: 1
25.97/26.16	c estimatedAdderCost: 39
25.97/26.16	c Try to convert by bdds
25.97/26.17	c D: 1
25.97/26.17	c estimatedAdderCost: 39
25.97/26.17	c Try to convert by bdds
25.97/26.19	c D: 1
25.97/26.19	c estimatedAdderCost: 39
25.97/26.19	c Try to convert by bdds
26.06/26.20	c D: 1
26.06/26.20	c estimatedAdderCost: 39
26.06/26.20	c Try to convert by bdds
26.06/26.22	c D: 1
26.06/26.22	c estimatedAdderCost: 39
26.06/26.22	c Try to convert by bdds
26.06/26.23	c D: 1
26.06/26.23	c estimatedAdderCost: 39
26.06/26.23	c Try to convert by bdds
26.06/26.25	c D: 1
26.06/26.25	c estimatedAdderCost: 39
26.06/26.25	c Try to convert by bdds
26.06/26.26	c D: 1
26.06/26.26	c estimatedAdderCost: 39
26.06/26.26	c Try to convert by bdds
26.06/26.28	c D: 1
26.06/26.28	c estimatedAdderCost: 39
26.06/26.28	c Try to convert by bdds
26.06/26.29	c D: 1
26.06/26.29	c estimatedAdderCost: 39
26.06/26.29	c Try to convert by bdds
26.16/26.31	c D: 1
26.16/26.31	c estimatedAdderCost: 39
26.16/26.31	c Try to convert by bdds
26.16/26.32	c D: 1
26.16/26.32	c estimatedAdderCost: 39
26.16/26.32	c Try to convert by bdds
26.16/26.34	c D: 1
26.16/26.34	c estimatedAdderCost: 39
26.16/26.34	c Try to convert by bdds
26.16/26.35	c D: 1
26.16/26.35	c estimatedAdderCost: 39
26.16/26.35	c Try to convert by bdds
26.16/26.37	c D: 1
26.16/26.37	c estimatedAdderCost: 39
26.16/26.37	c Try to convert by bdds
26.16/26.38	c D: 1
26.16/26.38	c estimatedAdderCost: 39
26.16/26.38	c Try to convert by bdds
26.26/26.40	c D: 1
26.26/26.40	c estimatedAdderCost: 39
26.26/26.40	c Try to convert by bdds
26.26/26.41	c D: 1
26.26/26.41	c estimatedAdderCost: 39
26.26/26.41	c Try to convert by bdds
26.26/26.43	c D: 1
26.26/26.43	c estimatedAdderCost: 39
26.26/26.43	c Try to convert by bdds
26.26/26.44	c D: 1
26.26/26.44	c estimatedAdderCost: 39
26.26/26.44	c Try to convert by bdds
26.26/26.46	c D: 1
26.26/26.46	c estimatedAdderCost: 39
26.26/26.46	c Try to convert by bdds
26.26/26.47	c D: 1
26.26/26.47	c estimatedAdderCost: 39
26.26/26.47	c Try to convert by bdds
26.26/26.49	c D: 1
26.26/26.49	c estimatedAdderCost: 39
26.26/26.49	c Try to convert by bdds
26.36/26.50	c D: 1
26.36/26.50	c estimatedAdderCost: 39
26.36/26.50	c Try to convert by bdds
26.36/26.52	c D: 1
26.36/26.52	c estimatedAdderCost: 39
26.36/26.52	c Try to convert by bdds
26.36/26.53	c D: 1
26.36/26.53	c estimatedAdderCost: 39
26.36/26.53	c Try to convert by bdds
26.36/26.55	c D: 1
26.36/26.55	c estimatedAdderCost: 39
26.36/26.55	c Try to convert by bdds
26.36/26.56	c D: 1
26.36/26.56	c estimatedAdderCost: 39
26.36/26.56	c Try to convert by bdds
26.36/26.58	c D: 1
26.36/26.58	c estimatedAdderCost: 39
26.36/26.58	c Try to convert by bdds
26.36/26.59	c D: 1
26.36/26.59	c estimatedAdderCost: 39
26.36/26.59	c Try to convert by bdds
26.46/26.61	c D: 1
26.46/26.61	c estimatedAdderCost: 39
26.46/26.61	c Try to convert by bdds
26.46/26.62	c D: 1
26.46/26.62	c estimatedAdderCost: 39
26.46/26.62	c Try to convert by bdds
26.46/26.64	c D: 1
26.46/26.64	c estimatedAdderCost: 39
26.46/26.64	c Try to convert by bdds
26.46/26.65	c D: 1
26.46/26.65	c estimatedAdderCost: 39
26.46/26.65	c Try to convert by bdds
26.46/26.67	c D: 1
26.46/26.67	c estimatedAdderCost: 39
26.46/26.67	c Try to convert by bdds
26.46/26.68	c D: 1
26.46/26.68	c estimatedAdderCost: 39
26.46/26.68	c Try to convert by bdds
26.56/26.70	c D: 1
26.56/26.70	c estimatedAdderCost: 39
26.56/26.70	c Try to convert by bdds
26.56/26.71	c D: 1
26.56/26.71	c estimatedAdderCost: 39
26.56/26.71	c Try to convert by bdds
26.56/26.73	c D: 1
26.56/26.73	c estimatedAdderCost: 39
26.56/26.73	c Try to convert by bdds
26.56/26.74	c D: 1
26.56/26.74	c estimatedAdderCost: 39
26.56/26.74	c Try to convert by bdds
26.56/26.76	c D: 1
26.56/26.76	c estimatedAdderCost: 39
26.56/26.76	c Try to convert by bdds
26.56/26.77	c D: 1
26.56/26.77	c estimatedAdderCost: 39
26.56/26.77	c Try to convert by bdds
26.56/26.79	c D: 1
26.56/26.79	c estimatedAdderCost: 39
26.56/26.79	c Try to convert by bdds
26.66/26.80	c D: 1
26.66/26.80	c estimatedAdderCost: 39
26.66/26.80	c Try to convert by bdds
26.66/26.82	c D: 1
26.66/26.82	c estimatedAdderCost: 30
26.66/26.82	c Try to convert by bdds
26.66/26.83	c D: 1
26.66/26.83	c estimatedAdderCost: 30
26.66/26.83	c Try to convert by bdds
26.66/26.84	c D: 1
26.66/26.84	c estimatedAdderCost: 30
26.66/26.84	c Try to convert by bdds
26.66/26.85	c D: 1
26.66/26.85	c estimatedAdderCost: 30
26.66/26.85	c Try to convert by bdds
26.66/26.86	c D: 1
26.66/26.86	c estimatedAdderCost: 30
26.66/26.86	c Try to convert by bdds
26.66/26.87	c D: 1
26.66/26.87	c estimatedAdderCost: 30
26.66/26.87	c Try to convert by bdds
26.66/26.88	c D: 1
26.66/26.88	c estimatedAdderCost: 30
26.66/26.88	c Try to convert by bdds
26.66/26.89	c D: 1
26.66/26.89	c estimatedAdderCost: 30
26.66/26.89	c Try to convert by bdds
26.76/26.90	c D: 1
26.76/26.90	c estimatedAdderCost: 30
26.76/26.90	c Try to convert by bdds
26.76/26.91	c D: 1
26.76/26.91	c estimatedAdderCost: 39
26.76/26.91	c Try to convert by bdds
26.76/26.92	c D: 1
26.76/26.92	c estimatedAdderCost: 39
26.76/26.92	c Try to convert by bdds
26.76/26.94	c D: 1
26.76/26.94	c estimatedAdderCost: 39
26.76/26.94	c Try to convert by bdds
26.76/26.95	c D: 1
26.76/26.95	c estimatedAdderCost: 39
26.76/26.95	c Try to convert by bdds
26.76/26.96	c D: 1
26.76/26.96	c estimatedAdderCost: 39
26.76/26.96	c Try to convert by bdds
26.76/26.98	c D: 1
26.76/26.98	c estimatedAdderCost: 39
26.76/26.98	c Try to convert by bdds
26.76/26.99	c D: 1
26.76/26.99	c estimatedAdderCost: 39
26.76/26.99	c Try to convert by bdds
26.87/27.01	c D: 1
26.87/27.01	c estimatedAdderCost: 39
26.87/27.01	c Try to convert by bdds
26.87/27.02	c D: 1
26.87/27.02	c estimatedAdderCost: 39
26.87/27.02	c Try to convert by bdds
26.87/27.04	c D: 1
26.87/27.04	c estimatedAdderCost: 39
26.87/27.04	c Try to convert by bdds
26.87/27.05	c D: 1
26.87/27.05	c estimatedAdderCost: 39
26.87/27.05	c Try to convert by bdds
26.87/27.07	c D: 1
26.87/27.07	c estimatedAdderCost: 39
26.87/27.07	c Try to convert by bdds
26.87/27.08	c D: 1
26.87/27.08	c estimatedAdderCost: 39
26.87/27.08	c Try to convert by bdds
26.87/27.10	c D: 1
26.87/27.10	c estimatedAdderCost: 39
26.87/27.10	c Try to convert by bdds
26.97/27.11	c D: 1
26.97/27.11	c estimatedAdderCost: 39
26.97/27.11	c Try to convert by bdds
26.97/27.13	c D: 1
26.97/27.13	c estimatedAdderCost: 39
26.97/27.13	c Try to convert by bdds
26.97/27.14	c D: 1
26.97/27.14	c estimatedAdderCost: 39
26.97/27.14	c Try to convert by bdds
26.97/27.16	c D: 1
26.97/27.16	c estimatedAdderCost: 39
26.97/27.16	c Try to convert by bdds
26.97/27.17	c D: 1
26.97/27.17	c estimatedAdderCost: 39
26.97/27.17	c Try to convert by bdds
26.97/27.19	c D: 1
26.97/27.19	c estimatedAdderCost: 39
26.97/27.19	c Try to convert by bdds
27.06/27.20	c D: 1
27.06/27.20	c estimatedAdderCost: 39
27.06/27.20	c Try to convert by bdds
27.06/27.22	c D: 1
27.06/27.22	c estimatedAdderCost: 39
27.06/27.22	c Try to convert by bdds
27.06/27.23	c D: 1
27.06/27.23	c estimatedAdderCost: 39
27.06/27.23	c Try to convert by bdds
27.06/27.25	c D: 1
27.06/27.25	c estimatedAdderCost: 39
27.06/27.25	c Try to convert by bdds
27.06/27.26	c D: 1
27.06/27.26	c estimatedAdderCost: 39
27.06/27.26	c Try to convert by bdds
27.06/27.28	c D: 1
27.06/27.28	c estimatedAdderCost: 39
27.06/27.28	c Try to convert by bdds
27.06/27.29	c D: 1
27.06/27.29	c estimatedAdderCost: 39
27.06/27.29	c Try to convert by bdds
27.15/27.31	c D: 1
27.15/27.31	c estimatedAdderCost: 39
27.15/27.31	c Try to convert by bdds
27.15/27.32	c D: 1
27.15/27.32	c estimatedAdderCost: 39
27.15/27.32	c Try to convert by bdds
27.15/27.34	c D: 1
27.15/27.34	c estimatedAdderCost: 39
27.15/27.34	c Try to convert by bdds
27.15/27.35	c D: 1
27.15/27.35	c estimatedAdderCost: 39
27.15/27.35	c Try to convert by bdds
27.15/27.37	c D: 1
27.15/27.37	c estimatedAdderCost: 39
27.15/27.37	c Try to convert by bdds
27.15/27.38	c D: 1
27.15/27.38	c estimatedAdderCost: 39
27.15/27.38	c Try to convert by bdds
27.25/27.40	c D: 1
27.25/27.40	c estimatedAdderCost: 39
27.25/27.40	c Try to convert by bdds
27.25/27.41	c D: 1
27.25/27.41	c estimatedAdderCost: 39
27.25/27.41	c Try to convert by bdds
27.25/27.43	c D: 1
27.25/27.43	c estimatedAdderCost: 39
27.25/27.43	c Try to convert by bdds
27.25/27.44	c D: 1
27.25/27.44	c estimatedAdderCost: 39
27.25/27.44	c Try to convert by bdds
27.25/27.46	c D: 1
27.25/27.46	c estimatedAdderCost: 39
27.25/27.46	c Try to convert by bdds
27.25/27.47	c D: 1
27.25/27.47	c estimatedAdderCost: 39
27.25/27.47	c Try to convert by bdds
27.25/27.49	c D: 1
27.25/27.49	c estimatedAdderCost: 39
27.25/27.49	c Try to convert by bdds
27.35/27.50	c D: 1
27.35/27.50	c estimatedAdderCost: 39
27.35/27.50	c Try to convert by bdds
27.35/27.52	c D: 1
27.35/27.52	c estimatedAdderCost: 39
27.35/27.52	c Try to convert by bdds
27.35/27.53	c D: 1
27.35/27.53	c estimatedAdderCost: 39
27.35/27.53	c Try to convert by bdds
27.35/27.55	c D: 1
27.35/27.55	c estimatedAdderCost: 39
27.35/27.55	c Try to convert by bdds
27.35/27.56	c D: 1
27.35/27.56	c estimatedAdderCost: 39
27.35/27.56	c Try to convert by bdds
27.35/27.58	c D: 1
27.35/27.58	c estimatedAdderCost: 39
27.35/27.58	c Try to convert by bdds
27.35/27.59	c D: 1
27.35/27.59	c estimatedAdderCost: 39
27.35/27.59	c Try to convert by bdds
27.45/27.61	c D: 1
27.45/27.61	c estimatedAdderCost: 39
27.45/27.61	c Try to convert by bdds
27.45/27.62	c D: 1
27.45/27.62	c estimatedAdderCost: 39
27.45/27.62	c Try to convert by bdds
27.45/27.64	c D: 1
27.45/27.64	c estimatedAdderCost: 39
27.45/27.64	c Try to convert by bdds
27.45/27.65	c D: 1
27.45/27.65	c estimatedAdderCost: 39
27.45/27.65	c Try to convert by bdds
27.45/27.67	c D: 1
27.45/27.67	c estimatedAdderCost: 39
27.45/27.67	c Try to convert by bdds
27.45/27.68	c D: 1
27.45/27.68	c estimatedAdderCost: 39
27.45/27.68	c Try to convert by bdds
27.55/27.70	c D: 1
27.55/27.70	c estimatedAdderCost: 39
27.55/27.70	c Try to convert by bdds
27.55/27.71	c D: 1
27.55/27.71	c estimatedAdderCost: 30
27.55/27.71	c Try to convert by bdds
27.55/27.72	c D: 1
27.55/27.72	c estimatedAdderCost: 30
27.55/27.72	c Try to convert by bdds
27.55/27.73	c D: 1
27.55/27.73	c estimatedAdderCost: 30
27.55/27.73	c Try to convert by bdds
27.55/27.74	c D: 1
27.55/27.74	c estimatedAdderCost: 30
27.55/27.74	c Try to convert by bdds
27.55/27.75	c D: 1
27.55/27.75	c estimatedAdderCost: 30
27.55/27.75	c Try to convert by bdds
27.55/27.76	c D: 1
27.55/27.76	c estimatedAdderCost: 30
27.55/27.76	c Try to convert by bdds
27.55/27.77	c D: 1
27.55/27.77	c estimatedAdderCost: 30
27.55/27.77	c Try to convert by bdds
27.55/27.78	c D: 1
27.55/27.78	c estimatedAdderCost: 30
27.55/27.78	c Try to convert by bdds
27.55/27.79	c D: 1
27.55/27.79	c estimatedAdderCost: 30
27.55/27.79	c Try to convert by bdds
27.66/27.80	c D: 1
27.66/27.80	c estimatedAdderCost: 30
27.66/27.80	c Try to convert by bdds
27.66/27.81	c D: 1
27.66/27.81	c estimatedAdderCost: 30
27.66/27.81	c Try to convert by bdds
27.66/27.82	c D: 1
27.66/27.82	c estimatedAdderCost: 39
27.66/27.82	c Try to convert by bdds
27.66/27.84	c D: 1
27.66/27.84	c estimatedAdderCost: 39
27.66/27.84	c Try to convert by bdds
27.66/27.85	c D: 1
27.66/27.85	c estimatedAdderCost: 39
27.66/27.85	c Try to convert by bdds
27.66/27.87	c D: 1
27.66/27.87	c estimatedAdderCost: 39
27.66/27.87	c Try to convert by bdds
27.66/27.88	c D: 1
27.66/27.88	c estimatedAdderCost: 39
27.66/27.88	c Try to convert by bdds
27.76/27.90	c D: 1
27.76/27.90	c estimatedAdderCost: 39
27.76/27.90	c Try to convert by bdds
27.76/27.91	c D: 1
27.76/27.91	c estimatedAdderCost: 39
27.76/27.91	c Try to convert by bdds
27.76/27.93	c D: 1
27.76/27.93	c estimatedAdderCost: 39
27.76/27.93	c Try to convert by bdds
27.76/27.94	c D: 1
27.76/27.94	c estimatedAdderCost: 39
27.76/27.94	c Try to convert by bdds
27.76/27.96	c D: 1
27.76/27.96	c estimatedAdderCost: 39
27.76/27.96	c Try to convert by bdds
27.76/27.97	c D: 1
27.76/27.97	c estimatedAdderCost: 39
27.76/27.97	c Try to convert by bdds
27.76/27.99	c D: 1
27.76/27.99	c estimatedAdderCost: 30
27.76/27.99	c Try to convert by bdds
27.76/28.00	c D: 1
27.76/28.00	c estimatedAdderCost: 30
27.76/28.00	c Try to convert by bdds
27.76/28.01	c D: 1
27.76/28.01	c estimatedAdderCost: 39
27.76/28.01	c Try to convert by bdds
27.87/28.02	c D: 1
27.87/28.02	c estimatedAdderCost: 39
27.87/28.02	c Try to convert by bdds
27.87/28.04	c D: 1
27.87/28.04	c estimatedAdderCost: 39
27.87/28.04	c Try to convert by bdds
27.87/28.05	c D: 1
27.87/28.05	c estimatedAdderCost: 39
27.87/28.05	c Try to convert by bdds
27.87/28.07	c D: 1
27.87/28.07	c estimatedAdderCost: 39
27.87/28.07	c Try to convert by bdds
27.87/28.08	c D: 1
27.87/28.08	c estimatedAdderCost: 39
27.87/28.08	c Try to convert by bdds
27.87/28.10	c D: 1
27.87/28.10	c estimatedAdderCost: 39
27.87/28.10	c Try to convert by bdds
27.97/28.11	c D: 1
27.97/28.11	c estimatedAdderCost: 39
27.97/28.11	c Try to convert by bdds
27.97/28.13	c D: 1
27.97/28.13	c estimatedAdderCost: 39
27.97/28.13	c Try to convert by bdds
27.97/28.14	c D: 1
27.97/28.14	c estimatedAdderCost: 39
27.97/28.14	c Try to convert by bdds
27.97/28.16	c D: 1
27.97/28.16	c estimatedAdderCost: 39
27.97/28.16	c Try to convert by bdds
27.97/28.17	c D: 1
27.97/28.17	c estimatedAdderCost: 39
27.97/28.17	c Try to convert by bdds
27.97/28.19	c D: 1
27.97/28.19	c estimatedAdderCost: 39
27.97/28.19	c Try to convert by bdds
28.06/28.20	c D: 1
28.06/28.20	c estimatedAdderCost: 39
28.06/28.20	c Try to convert by bdds
28.06/28.22	c D: 1
28.06/28.22	c estimatedAdderCost: 39
28.06/28.22	c Try to convert by bdds
28.06/28.23	c D: 1
28.06/28.23	c estimatedAdderCost: 39
28.06/28.23	c Try to convert by bdds
28.06/28.25	c D: 1
28.06/28.25	c estimatedAdderCost: 39
28.06/28.25	c Try to convert by bdds
28.06/28.26	c D: 1
28.06/28.26	c estimatedAdderCost: 39
28.06/28.26	c Try to convert by bdds
28.06/28.28	c D: 1
28.06/28.28	c estimatedAdderCost: 39
28.06/28.28	c Try to convert by bdds
28.06/28.29	c D: 1
28.06/28.29	c estimatedAdderCost: 39
28.06/28.29	c Try to convert by bdds
28.16/28.31	c D: 1
28.16/28.31	c estimatedAdderCost: 39
28.16/28.31	c Try to convert by bdds
28.16/28.32	c D: 1
28.16/28.32	c estimatedAdderCost: 30
28.16/28.32	c Try to convert by bdds
28.16/28.33	c D: 1
28.16/28.33	c estimatedAdderCost: 30
28.16/28.33	c Try to convert by bdds
28.16/28.34	c D: 1
28.16/28.34	c estimatedAdderCost: 30
28.16/28.34	c Try to convert by bdds
28.16/28.35	c D: 1
28.16/28.35	c estimatedAdderCost: 39
28.16/28.35	c Try to convert by bdds
28.16/28.37	c D: 1
28.16/28.37	c estimatedAdderCost: 39
28.16/28.37	c Try to convert by bdds
28.16/28.38	c D: 1
28.16/28.38	c estimatedAdderCost: 39
28.16/28.38	c Try to convert by bdds
28.26/28.40	c D: 1
28.26/28.40	c estimatedAdderCost: 39
28.26/28.40	c Try to convert by bdds
28.26/28.41	c D: 1
28.26/28.41	c estimatedAdderCost: 39
28.26/28.41	c Try to convert by bdds
28.26/28.43	c D: 1
28.26/28.43	c estimatedAdderCost: 39
28.26/28.43	c Try to convert by bdds
28.26/28.44	c D: 1
28.26/28.44	c estimatedAdderCost: 39
28.26/28.44	c Try to convert by bdds
28.26/28.46	c D: 1
28.26/28.46	c estimatedAdderCost: 39
28.26/28.46	c Try to convert by bdds
28.26/28.47	c D: 1
28.26/28.47	c estimatedAdderCost: 39
28.26/28.47	c Try to convert by bdds
28.26/28.49	c D: 1
28.26/28.49	c estimatedAdderCost: 39
28.26/28.49	c Try to convert by bdds
28.36/28.50	c D: 1
28.36/28.50	c estimatedAdderCost: 39
28.36/28.50	c Try to convert by bdds
28.36/28.52	c D: 1
28.36/28.52	c estimatedAdderCost: 39
28.36/28.52	c Try to convert by bdds
28.36/28.53	c D: 1
28.36/28.53	c estimatedAdderCost: 39
28.36/28.53	c Try to convert by bdds
28.36/28.55	c D: 1
28.36/28.55	c estimatedAdderCost: 39
28.36/28.55	c Try to convert by bdds
28.36/28.56	c D: 1
28.36/28.56	c estimatedAdderCost: 39
28.36/28.56	c Try to convert by bdds
28.36/28.58	c D: 1
28.36/28.58	c estimatedAdderCost: 39
28.36/28.58	c Try to convert by bdds
28.36/28.59	c D: 1
28.36/28.59	c estimatedAdderCost: 39
28.36/28.59	c Try to convert by bdds
28.46/28.61	c D: 1
28.46/28.61	c estimatedAdderCost: 39
28.46/28.61	c Try to convert by bdds
28.46/28.62	c D: 1
28.46/28.62	c estimatedAdderCost: 39
28.46/28.62	c Try to convert by bdds
28.46/28.64	c D: 1
28.46/28.64	c estimatedAdderCost: 39
28.46/28.64	c Try to convert by bdds
28.46/28.65	c D: 1
28.46/28.65	c estimatedAdderCost: 39
28.46/28.65	c Try to convert by bdds
28.46/28.67	c D: 1
28.46/28.67	c estimatedAdderCost: 39
28.46/28.67	c Try to convert by bdds
28.46/28.68	c D: 1
28.46/28.68	c estimatedAdderCost: 39
28.46/28.68	c Try to convert by bdds
28.56/28.70	c D: 1
28.56/28.70	c estimatedAdderCost: 39
28.56/28.70	c Try to convert by bdds
28.56/28.71	c D: 1
28.56/28.71	c estimatedAdderCost: 39
28.56/28.71	c Try to convert by bdds
28.56/28.73	c D: 1
28.56/28.73	c estimatedAdderCost: 39
28.56/28.73	c Try to convert by bdds
28.56/28.74	c D: 1
28.56/28.74	c estimatedAdderCost: 39
28.56/28.74	c Try to convert by bdds
28.56/28.76	c D: 1
28.56/28.76	c estimatedAdderCost: 39
28.56/28.76	c Try to convert by bdds
28.56/28.77	c D: 1
28.56/28.77	c estimatedAdderCost: 39
28.56/28.77	c Try to convert by bdds
28.56/28.79	c D: 1
28.56/28.79	c estimatedAdderCost: 39
28.56/28.79	c Try to convert by bdds
28.66/28.80	c D: 1
28.66/28.80	c estimatedAdderCost: 30
28.66/28.80	c Try to convert by bdds
28.66/28.81	c D: 1
28.66/28.81	c estimatedAdderCost: 30
28.66/28.81	c Try to convert by bdds
28.66/28.82	c D: 1
28.66/28.82	c estimatedAdderCost: 30
28.66/28.82	c Try to convert by bdds
28.66/28.83	c D: 1
28.66/28.83	c estimatedAdderCost: 30
28.66/28.83	c Try to convert by bdds
28.66/28.84	c D: 1
28.66/28.84	c estimatedAdderCost: 39
28.66/28.84	c Try to convert by bdds
28.66/28.86	c D: 1
28.66/28.86	c estimatedAdderCost: 39
28.66/28.86	c Try to convert by bdds
28.66/28.87	c D: 1
28.66/28.87	c estimatedAdderCost: 39
28.66/28.87	c Try to convert by bdds
28.66/28.89	c D: 1
28.66/28.89	c estimatedAdderCost: 39
28.66/28.89	c Try to convert by bdds
28.76/28.90	c D: 1
28.76/28.90	c estimatedAdderCost: 39
28.76/28.90	c Try to convert by bdds
28.76/28.92	c D: 1
28.76/28.92	c estimatedAdderCost: 39
28.76/28.92	c Try to convert by bdds
28.76/28.93	c D: 1
28.76/28.93	c estimatedAdderCost: 39
28.76/28.93	c Try to convert by bdds
28.76/28.95	c D: 1
28.76/28.95	c estimatedAdderCost: 39
28.76/28.95	c Try to convert by bdds
28.76/28.96	c D: 1
28.76/28.96	c estimatedAdderCost: 39
28.76/28.96	c Try to convert by bdds
28.76/28.98	c D: 1
28.76/28.98	c estimatedAdderCost: 39
28.76/28.98	c Try to convert by bdds
28.76/28.99	c D: 1
28.76/28.99	c estimatedAdderCost: 39
28.76/28.99	c Try to convert by bdds
28.76/29.01	c D: 1
28.76/29.01	c estimatedAdderCost: 39
28.76/29.01	c Try to convert by bdds
28.87/29.02	c D: 1
28.87/29.02	c estimatedAdderCost: 39
28.87/29.02	c Try to convert by bdds
28.87/29.04	c D: 1
28.87/29.04	c estimatedAdderCost: 39
28.87/29.04	c Try to convert by bdds
28.87/29.05	c D: 1
28.87/29.05	c estimatedAdderCost: 39
28.87/29.05	c Try to convert by bdds
28.87/29.07	c D: 1
28.87/29.07	c estimatedAdderCost: 39
28.87/29.07	c Try to convert by bdds
28.87/29.08	c D: 1
28.87/29.08	c estimatedAdderCost: 39
28.87/29.08	c Try to convert by bdds
28.87/29.10	c D: 1
28.87/29.10	c estimatedAdderCost: 39
28.87/29.10	c Try to convert by bdds
28.97/29.11	c D: 1
28.97/29.11	c estimatedAdderCost: 39
28.97/29.11	c Try to convert by bdds
28.97/29.13	c D: 1
28.97/29.13	c estimatedAdderCost: 39
28.97/29.13	c Try to convert by bdds
28.97/29.14	c D: 1
28.97/29.14	c estimatedAdderCost: 39
28.97/29.14	c Try to convert by bdds
28.97/29.16	c D: 1
28.97/29.16	c estimatedAdderCost: 39
28.97/29.16	c Try to convert by bdds
28.97/29.17	c D: 1
28.97/29.17	c estimatedAdderCost: 39
28.97/29.17	c Try to convert by bdds
28.97/29.18	c D: 1
28.97/29.18	c estimatedAdderCost: 39
28.97/29.18	c Try to convert by bdds
29.06/29.20	c D: 1
29.06/29.20	c estimatedAdderCost: 39
29.06/29.20	c Try to convert by bdds
29.06/29.21	c D: 1
29.06/29.21	c estimatedAdderCost: 39
29.06/29.21	c Try to convert by bdds
29.06/29.23	c D: 1
29.06/29.23	c estimatedAdderCost: 39
29.06/29.23	c Try to convert by bdds
29.06/29.24	c D: 1
29.06/29.24	c estimatedAdderCost: 39
29.06/29.24	c Try to convert by bdds
29.06/29.26	c D: 1
29.06/29.26	c estimatedAdderCost: 39
29.06/29.26	c Try to convert by bdds
29.06/29.27	c D: 1
29.06/29.27	c estimatedAdderCost: 39
29.06/29.27	c Try to convert by bdds
29.06/29.29	c D: 1
29.06/29.29	c estimatedAdderCost: 39
29.06/29.29	c Try to convert by bdds
29.16/29.30	c D: 1
29.16/29.30	c estimatedAdderCost: 39
29.16/29.30	c Try to convert by bdds
29.16/29.32	c D: 1
29.16/29.32	c estimatedAdderCost: 39
29.16/29.32	c Try to convert by bdds
29.16/29.33	c D: 1
29.16/29.33	c estimatedAdderCost: 39
29.16/29.33	c Try to convert by bdds
29.16/29.35	c D: 1
29.16/29.35	c estimatedAdderCost: 39
29.16/29.35	c Try to convert by bdds
29.16/29.36	c D: 1
29.16/29.36	c estimatedAdderCost: 39
29.16/29.36	c Try to convert by bdds
29.16/29.38	c D: 1
29.16/29.38	c estimatedAdderCost: 39
29.16/29.38	c Try to convert by bdds
29.16/29.39	c D: 1
29.16/29.39	c estimatedAdderCost: 39
29.16/29.39	c Try to convert by bdds
29.26/29.41	c D: 1
29.26/29.41	c estimatedAdderCost: 30
29.26/29.41	c Try to convert by bdds
29.26/29.42	c D: 1
29.26/29.42	c estimatedAdderCost: 30
29.26/29.42	c Try to convert by bdds
29.26/29.43	c D: 1
29.26/29.43	c estimatedAdderCost: 30
29.26/29.43	c Try to convert by bdds
29.26/29.44	c D: 1
29.26/29.44	c estimatedAdderCost: 30
29.26/29.44	c Try to convert by bdds
29.26/29.45	c D: 1
29.26/29.45	c estimatedAdderCost: 30
29.26/29.45	c Try to convert by bdds
29.26/29.46	c D: 1
29.26/29.46	c estimatedAdderCost: 39
29.26/29.46	c Try to convert by bdds
29.26/29.47	c D: 1
29.26/29.47	c estimatedAdderCost: 39
29.26/29.47	c Try to convert by bdds
29.26/29.49	c D: 1
29.26/29.49	c estimatedAdderCost: 39
29.26/29.49	c Try to convert by bdds
29.36/29.50	c D: 1
29.36/29.50	c estimatedAdderCost: 39
29.36/29.50	c Try to convert by bdds
29.36/29.52	c D: 1
29.36/29.52	c estimatedAdderCost: 39
29.36/29.52	c Try to convert by bdds
29.36/29.53	c D: 1
29.36/29.53	c estimatedAdderCost: 39
29.36/29.53	c Try to convert by bdds
29.36/29.55	c D: 1
29.36/29.55	c estimatedAdderCost: 39
29.36/29.55	c Try to convert by bdds
29.36/29.56	c D: 1
29.36/29.56	c estimatedAdderCost: 39
29.36/29.56	c Try to convert by bdds
29.36/29.58	c D: 1
29.36/29.58	c estimatedAdderCost: 39
29.36/29.58	c Try to convert by bdds
29.36/29.59	c D: 1
29.36/29.59	c estimatedAdderCost: 39
29.36/29.59	c Try to convert by bdds
29.46/29.61	c D: 1
29.46/29.61	c estimatedAdderCost: 39
29.46/29.61	c Try to convert by bdds
29.46/29.62	c D: 1
29.46/29.62	c estimatedAdderCost: 39
29.46/29.62	c Try to convert by bdds
29.46/29.64	c D: 1
29.46/29.64	c estimatedAdderCost: 39
29.46/29.64	c Try to convert by bdds
29.46/29.65	c D: 1
29.46/29.65	c estimatedAdderCost: 39
29.46/29.65	c Try to convert by bdds
29.46/29.67	c D: 1
29.46/29.67	c estimatedAdderCost: 39
29.46/29.67	c Try to convert by bdds
29.46/29.68	c D: 1
29.46/29.68	c estimatedAdderCost: 39
29.46/29.68	c Try to convert by bdds
29.56/29.70	c D: 1
29.56/29.70	c estimatedAdderCost: 39
29.56/29.70	c Try to convert by bdds
29.56/29.71	c D: 1
29.56/29.71	c estimatedAdderCost: 39
29.56/29.71	c Try to convert by bdds
29.56/29.73	c D: 1
29.56/29.73	c estimatedAdderCost: 39
29.56/29.73	c Try to convert by bdds
29.56/29.74	c D: 1
29.56/29.74	c estimatedAdderCost: 39
29.56/29.74	c Try to convert by bdds
29.56/29.76	c D: 1
29.56/29.76	c estimatedAdderCost: 39
29.56/29.76	c Try to convert by bdds
29.56/29.77	c D: 1
29.56/29.77	c estimatedAdderCost: 39
29.56/29.77	c Try to convert by bdds
29.56/29.79	c D: 1
29.56/29.79	c estimatedAdderCost: 39
29.56/29.79	c Try to convert by bdds
29.66/29.80	c D: 1
29.66/29.80	c estimatedAdderCost: 39
29.66/29.80	c Try to convert by bdds
29.66/29.82	c D: 1
29.66/29.82	c estimatedAdderCost: 39
29.66/29.82	c Try to convert by bdds
29.66/29.83	c D: 1
29.66/29.83	c estimatedAdderCost: 39
29.66/29.83	c Try to convert by bdds
29.66/29.85	c D: 1
29.66/29.85	c estimatedAdderCost: 39
29.66/29.85	c Try to convert by bdds
29.66/29.86	c D: 1
29.66/29.86	c estimatedAdderCost: 39
29.66/29.86	c Try to convert by bdds
29.66/29.88	c D: 1
29.66/29.88	c estimatedAdderCost: 39
29.66/29.88	c Try to convert by bdds
29.66/29.89	c D: 1
29.66/29.89	c estimatedAdderCost: 39
29.66/29.89	c Try to convert by bdds
29.76/29.91	c D: 1
29.76/29.91	c estimatedAdderCost: 39
29.76/29.91	c Try to convert by bdds
29.76/29.92	c D: 1
29.76/29.92	c estimatedAdderCost: 39
29.76/29.92	c Try to convert by bdds
29.76/29.94	c D: 1
29.76/29.94	c estimatedAdderCost: 39
29.76/29.94	c Try to convert by bdds
29.76/29.95	c D: 1
29.76/29.95	c estimatedAdderCost: 39
29.76/29.95	c Try to convert by bdds
29.76/29.97	c D: 1
29.76/29.97	c estimatedAdderCost: 39
29.76/29.97	c Try to convert by bdds
29.76/29.98	c D: 1
29.76/29.98	c estimatedAdderCost: 39
29.76/29.98	c Try to convert by bdds
29.76/30.00	c D: 1
29.76/30.00	c estimatedAdderCost: 39
29.76/30.00	c Try to convert by bdds
29.87/30.01	c D: 1
29.87/30.01	c estimatedAdderCost: 39
29.87/30.01	c Try to convert by bdds
29.87/30.03	c D: 1
29.87/30.03	c estimatedAdderCost: 39
29.87/30.03	c Try to convert by bdds
29.87/30.04	c D: 1
29.87/30.04	c estimatedAdderCost: 39
29.87/30.04	c Try to convert by bdds
29.87/30.06	c D: 1
29.87/30.06	c estimatedAdderCost: 39
29.87/30.06	c Try to convert by bdds
29.87/30.07	c D: 1
29.87/30.07	c estimatedAdderCost: 39
29.87/30.07	c Try to convert by bdds
29.87/30.09	c D: 1
29.87/30.09	c estimatedAdderCost: 39
29.87/30.09	c Try to convert by bdds
29.96/30.18	c D: 1
29.96/30.18	c estimatedAdderCost: 39
29.96/30.18	c Try to convert by bdds
30.05/30.20	c D: 1
30.05/30.20	c estimatedAdderCost: 39
30.05/30.20	c Try to convert by bdds
30.05/30.21	c D: 1
30.05/30.21	c estimatedAdderCost: 30
30.05/30.21	c Try to convert by bdds
30.05/30.22	c D: 1
30.05/30.22	c estimatedAdderCost: 30
30.05/30.22	c Try to convert by bdds
30.05/30.23	c D: 1
30.05/30.23	c estimatedAdderCost: 30
30.05/30.23	c Try to convert by bdds
30.05/30.24	c D: 1
30.05/30.24	c estimatedAdderCost: 30
30.05/30.24	c Try to convert by bdds
30.05/30.25	c D: 1
30.05/30.25	c estimatedAdderCost: 30
30.05/30.25	c Try to convert by bdds
30.05/30.26	c D: 1
30.05/30.26	c estimatedAdderCost: 30
30.05/30.26	c Try to convert by bdds
30.05/30.27	c D: 1
30.05/30.27	c estimatedAdderCost: 39
30.05/30.27	c Try to convert by bdds
30.05/30.29	c D: 1
30.05/30.29	c estimatedAdderCost: 39
30.05/30.29	c Try to convert by bdds
30.15/30.30	c D: 1
30.15/30.30	c estimatedAdderCost: 39
30.15/30.30	c Try to convert by bdds
30.15/30.32	c D: 1
30.15/30.32	c estimatedAdderCost: 39
30.15/30.32	c Try to convert by bdds
30.15/30.33	c D: 1
30.15/30.33	c estimatedAdderCost: 39
30.15/30.33	c Try to convert by bdds
30.15/30.35	c D: 1
30.15/30.35	c estimatedAdderCost: 39
30.15/30.35	c Try to convert by bdds
30.15/30.36	c D: 1
30.15/30.36	c estimatedAdderCost: 39
30.15/30.36	c Try to convert by bdds
30.15/30.38	c D: 1
30.15/30.38	c estimatedAdderCost: 39
30.15/30.38	c Try to convert by bdds
30.15/30.39	c D: 1
30.15/30.39	c estimatedAdderCost: 39
30.15/30.39	c Try to convert by bdds
30.25/30.41	c D: 1
30.25/30.41	c estimatedAdderCost: 39
30.25/30.41	c Try to convert by bdds
30.25/30.42	c D: 1
30.25/30.42	c estimatedAdderCost: 39
30.25/30.42	c Try to convert by bdds
30.25/30.44	c D: 1
30.25/30.44	c estimatedAdderCost: 39
30.25/30.44	c Try to convert by bdds
30.25/30.45	c D: 1
30.25/30.45	c estimatedAdderCost: 39
30.25/30.45	c Try to convert by bdds
30.25/30.47	c D: 1
30.25/30.47	c estimatedAdderCost: 39
30.25/30.47	c Try to convert by bdds
30.25/30.48	c D: 1
30.25/30.48	c estimatedAdderCost: 39
30.25/30.48	c Try to convert by bdds
30.35/30.50	c D: 1
30.35/30.50	c estimatedAdderCost: 39
30.35/30.50	c Try to convert by bdds
30.35/30.51	c D: 1
30.35/30.51	c estimatedAdderCost: 39
30.35/30.51	c Try to convert by bdds
30.35/30.53	c D: 1
30.35/30.53	c estimatedAdderCost: 39
30.35/30.53	c Try to convert by bdds
30.35/30.54	c D: 1
30.35/30.54	c estimatedAdderCost: 39
30.35/30.54	c Try to convert by bdds
30.35/30.56	c D: 1
30.35/30.56	c estimatedAdderCost: 39
30.35/30.56	c Try to convert by bdds
30.35/30.57	c D: 1
30.35/30.57	c estimatedAdderCost: 39
30.35/30.57	c Try to convert by bdds
30.35/30.59	c D: 1
30.35/30.59	c estimatedAdderCost: 39
30.35/30.59	c Try to convert by bdds
30.45/30.60	c D: 1
30.45/30.60	c estimatedAdderCost: 39
30.45/30.60	c Try to convert by bdds
30.45/30.62	c D: 1
30.45/30.62	c estimatedAdderCost: 39
30.45/30.62	c Try to convert by bdds
30.45/30.63	c D: 1
30.45/30.63	c estimatedAdderCost: 39
30.45/30.63	c Try to convert by bdds
30.45/30.64	c D: 1
30.45/30.64	c estimatedAdderCost: 39
30.45/30.64	c Try to convert by bdds
30.45/30.66	c D: 1
30.45/30.66	c estimatedAdderCost: 39
30.45/30.66	c Try to convert by bdds
30.45/30.67	c D: 1
30.45/30.67	c estimatedAdderCost: 39
30.45/30.67	c Try to convert by bdds
30.45/30.69	c D: 1
30.45/30.69	c estimatedAdderCost: 39
30.45/30.69	c Try to convert by bdds
30.55/30.70	c D: 1
30.55/30.70	c estimatedAdderCost: 39
30.55/30.70	c Try to convert by bdds
30.55/30.72	c D: 1
30.55/30.72	c estimatedAdderCost: 39
30.55/30.72	c Try to convert by bdds
30.55/30.73	c D: 1
30.55/30.73	c estimatedAdderCost: 39
30.55/30.73	c Try to convert by bdds
30.55/30.75	c D: 1
30.55/30.75	c estimatedAdderCost: 39
30.55/30.75	c Try to convert by bdds
30.55/30.76	c D: 1
30.55/30.76	c estimatedAdderCost: 39
30.55/30.76	c Try to convert by bdds
30.55/30.78	c D: 1
30.55/30.78	c estimatedAdderCost: 39
30.55/30.78	c Try to convert by bdds
30.55/30.79	c D: 1
30.55/30.79	c estimatedAdderCost: 39
30.55/30.79	c Try to convert by bdds
30.65/30.81	c D: 1
30.65/30.81	c estimatedAdderCost: 39
30.65/30.81	c Try to convert by bdds
30.65/30.82	c D: 1
30.65/30.82	c estimatedAdderCost: 39
30.65/30.82	c Try to convert by bdds
30.65/30.84	c D: 1
30.65/30.84	c estimatedAdderCost: 39
30.65/30.84	c Try to convert by bdds
30.65/30.85	c D: 1
30.65/30.85	c estimatedAdderCost: 39
30.65/30.85	c Try to convert by bdds
30.65/30.87	c D: 1
30.65/30.87	c estimatedAdderCost: 39
30.65/30.87	c Try to convert by bdds
30.65/30.88	c D: 1
30.65/30.88	c estimatedAdderCost: 39
30.65/30.88	c Try to convert by bdds
30.75/30.90	c D: 1
30.75/30.90	c estimatedAdderCost: 39
30.75/30.90	c Try to convert by bdds
30.75/30.91	c D: 1
30.75/30.91	c estimatedAdderCost: 39
30.75/30.91	c Try to convert by bdds
30.75/30.93	c D: 1
30.75/30.93	c estimatedAdderCost: 39
30.75/30.93	c Try to convert by bdds
30.75/30.94	c D: 1
30.75/30.94	c estimatedAdderCost: 39
30.75/30.94	c Try to convert by bdds
30.75/30.96	c D: 1
30.75/30.96	c estimatedAdderCost: 39
30.75/30.96	c Try to convert by bdds
30.75/30.97	c D: 1
30.75/30.97	c estimatedAdderCost: 39
30.75/30.97	c Try to convert by bdds
30.75/30.99	c D: 1
30.75/30.99	c estimatedAdderCost: 39
30.75/30.99	c Try to convert by bdds
30.75/31.00	c D: 1
30.75/31.00	c estimatedAdderCost: 39
30.75/31.00	c Try to convert by bdds
30.86/31.02	c D: 1
30.86/31.02	c estimatedAdderCost: 39
30.86/31.02	c Try to convert by bdds
30.86/31.03	c D: 1
30.86/31.03	c estimatedAdderCost: 30
30.86/31.03	c Try to convert by bdds
30.86/31.04	c D: 1
30.86/31.04	c estimatedAdderCost: 30
30.86/31.04	c Try to convert by bdds
30.86/31.05	c D: 1
30.86/31.05	c estimatedAdderCost: 30
30.86/31.05	c Try to convert by bdds
30.86/31.06	c D: 1
30.86/31.06	c estimatedAdderCost: 30
30.86/31.06	c Try to convert by bdds
30.86/31.07	c D: 1
30.86/31.07	c estimatedAdderCost: 30
30.86/31.07	c Try to convert by bdds
30.86/31.08	c D: 1
30.86/31.08	c estimatedAdderCost: 30
30.86/31.08	c Try to convert by bdds
30.86/31.09	c D: 1
30.86/31.09	c estimatedAdderCost: 30
30.86/31.09	c Try to convert by bdds
30.86/31.10	c D: 1
30.86/31.10	c estimatedAdderCost: 39
30.86/31.10	c Try to convert by bdds
30.96/31.12	c D: 1
30.96/31.12	c estimatedAdderCost: 39
30.96/31.12	c Try to convert by bdds
30.96/31.13	c D: 1
30.96/31.13	c estimatedAdderCost: 39
30.96/31.13	c Try to convert by bdds
30.96/31.15	c D: 1
30.96/31.15	c estimatedAdderCost: 39
30.96/31.15	c Try to convert by bdds
30.96/31.16	c D: 1
30.96/31.16	c estimatedAdderCost: 39
30.96/31.16	c Try to convert by bdds
30.96/31.17	c D: 1
30.96/31.17	c estimatedAdderCost: 39
30.96/31.17	c Try to convert by bdds
30.96/31.19	c D: 1
30.96/31.19	c estimatedAdderCost: 39
30.96/31.19	c Try to convert by bdds
31.05/31.20	c D: 1
31.05/31.20	c estimatedAdderCost: 39
31.05/31.20	c Try to convert by bdds
31.05/31.22	c D: 1
31.05/31.22	c estimatedAdderCost: 39
31.05/31.22	c Try to convert by bdds
31.05/31.23	c D: 1
31.05/31.23	c estimatedAdderCost: 39
31.05/31.23	c Try to convert by bdds
31.05/31.25	c D: 1
31.05/31.25	c estimatedAdderCost: 39
31.05/31.25	c Try to convert by bdds
31.05/31.26	c D: 1
31.05/31.26	c estimatedAdderCost: 39
31.05/31.26	c Try to convert by bdds
31.05/31.28	c D: 1
31.05/31.28	c estimatedAdderCost: 39
31.05/31.28	c Try to convert by bdds
31.05/31.29	c D: 1
31.05/31.29	c estimatedAdderCost: 39
31.05/31.29	c Try to convert by bdds
31.15/31.31	c D: 1
31.15/31.31	c estimatedAdderCost: 39
31.15/31.31	c Try to convert by bdds
31.15/31.32	c D: 1
31.15/31.32	c estimatedAdderCost: 39
31.15/31.32	c Try to convert by bdds
31.15/31.34	c D: 1
31.15/31.34	c estimatedAdderCost: 39
31.15/31.34	c Try to convert by bdds
31.15/31.35	c D: 1
31.15/31.35	c estimatedAdderCost: 39
31.15/31.35	c Try to convert by bdds
31.15/31.37	c D: 1
31.15/31.37	c estimatedAdderCost: 39
31.15/31.37	c Try to convert by bdds
31.15/31.38	c D: 1
31.15/31.38	c estimatedAdderCost: 39
31.15/31.38	c Try to convert by bdds
31.25/31.40	c D: 1
31.25/31.40	c estimatedAdderCost: 39
31.25/31.40	c Try to convert by bdds
31.25/31.41	c D: 1
31.25/31.41	c estimatedAdderCost: 39
31.25/31.41	c Try to convert by bdds
31.25/31.43	c D: 1
31.25/31.43	c estimatedAdderCost: 39
31.25/31.43	c Try to convert by bdds
31.25/31.44	c D: 1
31.25/31.44	c estimatedAdderCost: 39
31.25/31.44	c Try to convert by bdds
31.25/31.46	c D: 1
31.25/31.46	c estimatedAdderCost: 39
31.25/31.46	c Try to convert by bdds
31.25/31.47	c D: 1
31.25/31.47	c estimatedAdderCost: 39
31.25/31.47	c Try to convert by bdds
31.25/31.49	c D: 1
31.25/31.49	c estimatedAdderCost: 39
31.25/31.49	c Try to convert by bdds
31.35/31.50	c D: 1
31.35/31.50	c estimatedAdderCost: 39
31.35/31.50	c Try to convert by bdds
31.35/31.52	c D: 1
31.35/31.52	c estimatedAdderCost: 39
31.35/31.52	c Try to convert by bdds
31.35/31.53	c D: 1
31.35/31.53	c estimatedAdderCost: 39
31.35/31.53	c Try to convert by bdds
31.35/31.55	c D: 1
31.35/31.55	c estimatedAdderCost: 39
31.35/31.55	c Try to convert by bdds
31.35/31.56	c D: 1
31.35/31.56	c estimatedAdderCost: 39
31.35/31.56	c Try to convert by bdds
31.35/31.58	c D: 1
31.35/31.58	c estimatedAdderCost: 39
31.35/31.58	c Try to convert by bdds
31.35/31.59	c D: 1
31.35/31.59	c estimatedAdderCost: 39
31.35/31.59	c Try to convert by bdds
31.45/31.61	c D: 1
31.45/31.61	c estimatedAdderCost: 39
31.45/31.61	c Try to convert by bdds
31.45/31.62	c D: 1
31.45/31.62	c estimatedAdderCost: 39
31.45/31.62	c Try to convert by bdds
31.45/31.64	c D: 1
31.45/31.64	c estimatedAdderCost: 39
31.45/31.64	c Try to convert by bdds
31.45/31.65	c D: 1
31.45/31.65	c estimatedAdderCost: 39
31.45/31.65	c Try to convert by bdds
31.45/31.66	c D: 1
31.45/31.66	c estimatedAdderCost: 39
31.45/31.66	c Try to convert by bdds
31.45/31.68	c D: 1
31.45/31.68	c estimatedAdderCost: 39
31.45/31.68	c Try to convert by bdds
31.45/31.69	c D: 1
31.45/31.69	c estimatedAdderCost: 39
31.45/31.69	c Try to convert by bdds
31.55/31.71	c D: 1
31.55/31.71	c estimatedAdderCost: 39
31.55/31.71	c Try to convert by bdds
31.55/31.72	c D: 1
31.55/31.72	c estimatedAdderCost: 39
31.55/31.72	c Try to convert by bdds
31.55/31.74	c D: 1
31.55/31.74	c estimatedAdderCost: 39
31.55/31.74	c Try to convert by bdds
31.55/31.75	c D: 1
31.55/31.75	c estimatedAdderCost: 39
31.55/31.75	c Try to convert by bdds
31.55/31.77	c D: 1
31.55/31.77	c estimatedAdderCost: 39
31.55/31.77	c Try to convert by bdds
31.55/31.78	c D: 1
31.55/31.78	c estimatedAdderCost: 39
31.55/31.78	c Try to convert by bdds
31.64/31.80	c D: 1
31.64/31.80	c estimatedAdderCost: 39
31.64/31.80	c Try to convert by bdds
31.64/31.81	c D: 1
31.64/31.81	c estimatedAdderCost: 39
31.64/31.81	c Try to convert by bdds
31.64/31.83	c D: 1
31.64/31.83	c estimatedAdderCost: 39
31.64/31.83	c Try to convert by bdds
31.64/31.84	c D: 1
31.64/31.84	c estimatedAdderCost: 39
31.64/31.84	c Try to convert by bdds
31.64/31.86	c D: 1
31.64/31.86	c estimatedAdderCost: 39
31.64/31.86	c Try to convert by bdds
31.64/31.87	c D: 1
31.64/31.87	c estimatedAdderCost: 39
31.64/31.87	c Try to convert by bdds
31.64/31.89	c D: 1
31.64/31.89	c estimatedAdderCost: 39
31.64/31.89	c Try to convert by bdds
31.74/31.90	c D: 1
31.74/31.90	c estimatedAdderCost: 39
31.74/31.90	c Try to convert by bdds
31.74/31.92	c D: 1
31.74/31.92	c estimatedAdderCost: 39
31.74/31.92	c Try to convert by bdds
31.74/31.93	c D: 1
31.74/31.93	c estimatedAdderCost: 30
31.74/31.93	c Try to convert by bdds
31.74/31.94	c D: 1
31.74/31.94	c estimatedAdderCost: 30
31.74/31.94	c Try to convert by bdds
31.74/31.95	c D: 1
31.74/31.95	c estimatedAdderCost: 30
31.74/31.95	c Try to convert by bdds
31.74/31.96	c D: 1
31.74/31.96	c estimatedAdderCost: 30
31.74/31.96	c Try to convert by bdds
31.74/31.97	c D: 1
31.74/31.97	c estimatedAdderCost: 30
31.74/31.97	c Try to convert by bdds
31.74/31.98	c D: 1
31.74/31.98	c estimatedAdderCost: 30
31.74/31.98	c Try to convert by bdds
31.74/31.99	c D: 1
31.74/31.99	c estimatedAdderCost: 30
31.74/31.99	c Try to convert by bdds
31.74/32.00	c D: 1
31.74/32.00	c estimatedAdderCost: 30
31.74/32.00	c Try to convert by bdds
31.86/32.01	c D: 1
31.86/32.01	c estimatedAdderCost: 39
31.86/32.01	c Try to convert by bdds
31.86/32.03	c D: 1
31.86/32.03	c estimatedAdderCost: 39
31.86/32.03	c Try to convert by bdds
31.86/32.04	c D: 1
31.86/32.04	c estimatedAdderCost: 39
31.86/32.04	c Try to convert by bdds
31.86/32.06	c D: 1
31.86/32.06	c estimatedAdderCost: 39
31.86/32.06	c Try to convert by bdds
31.86/32.07	c D: 1
31.86/32.07	c estimatedAdderCost: 39
31.86/32.07	c Try to convert by bdds
31.86/32.09	c D: 1
31.86/32.09	c estimatedAdderCost: 39
31.86/32.09	c Try to convert by bdds
31.86/32.10	c D: 1
31.86/32.10	c estimatedAdderCost: 39
31.86/32.10	c Try to convert by bdds
31.96/32.12	c D: 1
31.96/32.12	c estimatedAdderCost: 39
31.96/32.12	c Try to convert by bdds
31.96/32.13	c D: 1
31.96/32.13	c estimatedAdderCost: 39
31.96/32.13	c Try to convert by bdds
31.96/32.15	c D: 1
31.96/32.15	c estimatedAdderCost: 39
31.96/32.15	c Try to convert by bdds
31.96/32.16	c D: 1
31.96/32.16	c estimatedAdderCost: 39
31.96/32.16	c Try to convert by bdds
31.96/32.18	c D: 1
31.96/32.18	c estimatedAdderCost: 39
31.96/32.18	c Try to convert by bdds
31.96/32.19	c D: 1
31.96/32.19	c estimatedAdderCost: 39
31.96/32.19	c Try to convert by bdds
32.04/32.21	c D: 1
32.04/32.21	c estimatedAdderCost: 39
32.04/32.21	c Try to convert by bdds
32.04/32.22	c D: 1
32.04/32.22	c estimatedAdderCost: 39
32.04/32.22	c Try to convert by bdds
32.04/32.24	c D: 1
32.04/32.24	c estimatedAdderCost: 39
32.04/32.24	c Try to convert by bdds
32.04/32.25	c D: 1
32.04/32.25	c estimatedAdderCost: 39
32.04/32.25	c Try to convert by bdds
32.04/32.27	c D: 1
32.04/32.27	c estimatedAdderCost: 39
32.04/32.27	c Try to convert by bdds
32.04/32.28	c D: 1
32.04/32.28	c estimatedAdderCost: 39
32.04/32.28	c Try to convert by bdds
32.04/32.29	c D: 1
32.04/32.29	c estimatedAdderCost: 39
32.04/32.29	c Try to convert by bdds
32.14/32.31	c D: 1
32.14/32.31	c estimatedAdderCost: 39
32.14/32.31	c Try to convert by bdds
32.14/32.32	c D: 1
32.14/32.32	c estimatedAdderCost: 39
32.14/32.32	c Try to convert by bdds
32.14/32.34	c D: 1
32.14/32.34	c estimatedAdderCost: 39
32.14/32.34	c Try to convert by bdds
32.14/32.35	c D: 1
32.14/32.35	c estimatedAdderCost: 39
32.14/32.35	c Try to convert by bdds
32.14/32.37	c D: 1
32.14/32.37	c estimatedAdderCost: 39
32.14/32.37	c Try to convert by bdds
32.14/32.38	c D: 1
32.14/32.38	c estimatedAdderCost: 39
32.14/32.38	c Try to convert by bdds
32.24/32.40	c D: 1
32.24/32.40	c estimatedAdderCost: 39
32.24/32.40	c Try to convert by bdds
32.24/32.41	c D: 1
32.24/32.41	c estimatedAdderCost: 39
32.24/32.41	c Try to convert by bdds
32.24/32.43	c D: 1
32.24/32.43	c estimatedAdderCost: 39
32.24/32.43	c Try to convert by bdds
32.24/32.44	c D: 1
32.24/32.44	c estimatedAdderCost: 39
32.24/32.44	c Try to convert by bdds
32.24/32.46	c D: 1
32.24/32.46	c estimatedAdderCost: 39
32.24/32.46	c Try to convert by bdds
32.24/32.47	c D: 1
32.24/32.47	c estimatedAdderCost: 39
32.24/32.47	c Try to convert by bdds
32.24/32.49	c D: 1
32.24/32.49	c estimatedAdderCost: 39
32.24/32.49	c Try to convert by bdds
32.34/32.50	c D: 1
32.34/32.50	c estimatedAdderCost: 39
32.34/32.50	c Try to convert by bdds
32.34/32.52	c D: 1
32.34/32.52	c estimatedAdderCost: 39
32.34/32.52	c Try to convert by bdds
32.34/32.53	c D: 1
32.34/32.53	c estimatedAdderCost: 39
32.34/32.53	c Try to convert by bdds
32.34/32.55	c D: 1
32.34/32.55	c estimatedAdderCost: 39
32.34/32.55	c Try to convert by bdds
32.34/32.56	c D: 1
32.34/32.56	c estimatedAdderCost: 39
32.34/32.56	c Try to convert by bdds
32.34/32.58	c D: 1
32.34/32.58	c estimatedAdderCost: 39
32.34/32.58	c Try to convert by bdds
32.34/32.59	c D: 1
32.34/32.59	c estimatedAdderCost: 39
32.34/32.59	c Try to convert by bdds
32.44/32.61	c D: 1
32.44/32.61	c estimatedAdderCost: 39
32.44/32.61	c Try to convert by bdds
32.44/32.62	c D: 1
32.44/32.62	c estimatedAdderCost: 39
32.44/32.62	c Try to convert by bdds
32.44/32.64	c D: 1
32.44/32.64	c estimatedAdderCost: 39
32.44/32.64	c Try to convert by bdds
32.44/32.65	c D: 1
32.44/32.65	c estimatedAdderCost: 39
32.44/32.65	c Try to convert by bdds
32.44/32.67	c D: 1
32.44/32.67	c estimatedAdderCost: 39
32.44/32.67	c Try to convert by bdds
32.44/32.68	c D: 1
32.44/32.68	c estimatedAdderCost: 39
32.44/32.68	c Try to convert by bdds
32.54/32.70	c D: 1
32.54/32.70	c estimatedAdderCost: 39
32.54/32.70	c Try to convert by bdds
32.54/32.71	c D: 1
32.54/32.71	c estimatedAdderCost: 39
32.54/32.71	c Try to convert by bdds
32.54/32.73	c D: 1
32.54/32.73	c estimatedAdderCost: 39
32.54/32.73	c Try to convert by bdds
32.54/32.74	c D: 1
32.54/32.74	c estimatedAdderCost: 39
32.54/32.74	c Try to convert by bdds
32.54/32.76	c D: 1
32.54/32.76	c estimatedAdderCost: 39
32.54/32.76	c Try to convert by bdds
32.54/32.77	c D: 1
32.54/32.77	c estimatedAdderCost: 39
32.54/32.77	c Try to convert by bdds
32.54/32.79	c D: 1
32.54/32.79	c estimatedAdderCost: 39
32.54/32.79	c Try to convert by bdds
32.64/32.80	c D: 1
32.64/32.80	c estimatedAdderCost: 39
32.64/32.80	c Try to convert by bdds
32.64/32.82	c D: 1
32.64/32.82	c estimatedAdderCost: 39
32.64/32.82	c Try to convert by bdds
32.64/32.83	c D: 1
32.64/32.83	c estimatedAdderCost: 39
32.64/32.83	c Try to convert by bdds
32.64/32.85	c D: 1
32.64/32.85	c estimatedAdderCost: 39
32.64/32.85	c Try to convert by bdds
32.64/32.86	c D: 1
32.64/32.86	c estimatedAdderCost: 39
32.64/32.86	c Try to convert by bdds
32.64/32.87	c D: 1
32.64/32.87	c estimatedAdderCost: 39
32.64/32.87	c Try to convert by bdds
32.64/32.89	c D: 1
32.64/32.89	c estimatedAdderCost: 39
32.64/32.89	c Try to convert by bdds
32.74/32.90	c D: 1
32.74/32.90	c estimatedAdderCost: 30
32.74/32.90	c Try to convert by bdds
32.74/32.91	c D: 1
32.74/32.91	c estimatedAdderCost: 30
32.74/32.91	c Try to convert by bdds
32.74/32.92	c D: 1
32.74/32.92	c estimatedAdderCost: 30
32.74/32.92	c Try to convert by bdds
32.74/32.93	c D: 1
32.74/32.93	c estimatedAdderCost: 30
32.74/32.93	c Try to convert by bdds
32.74/32.94	c D: 1
32.74/32.94	c estimatedAdderCost: 30
32.74/32.94	c Try to convert by bdds
32.74/32.95	c D: 1
32.74/32.95	c estimatedAdderCost: 30
32.74/32.95	c Try to convert by bdds
32.74/32.96	c D: 1
32.74/32.96	c estimatedAdderCost: 30
32.74/32.96	c Try to convert by bdds
32.74/32.97	c D: 1
32.74/32.97	c estimatedAdderCost: 30
32.74/32.97	c Try to convert by bdds
32.74/32.98	c D: 1
32.74/32.98	c estimatedAdderCost: 30
32.74/32.98	c Try to convert by bdds
32.74/32.99	c D: 1
32.74/32.99	c estimatedAdderCost: 39
32.74/32.99	c Try to convert by bdds
32.85/33.01	c D: 1
32.85/33.01	c estimatedAdderCost: 39
32.85/33.01	c Try to convert by bdds
32.85/33.02	c D: 1
32.85/33.02	c estimatedAdderCost: 39
32.85/33.02	c Try to convert by bdds
32.85/33.04	c D: 1
32.85/33.04	c estimatedAdderCost: 39
32.85/33.04	c Try to convert by bdds
32.85/33.05	c D: 1
32.85/33.05	c estimatedAdderCost: 39
32.85/33.05	c Try to convert by bdds
32.85/33.07	c D: 1
32.85/33.07	c estimatedAdderCost: 39
32.85/33.07	c Try to convert by bdds
32.85/33.08	c D: 1
32.85/33.08	c estimatedAdderCost: 39
32.85/33.08	c Try to convert by bdds
32.85/33.10	c D: 1
32.85/33.10	c estimatedAdderCost: 39
32.85/33.10	c Try to convert by bdds
32.95/33.11	c D: 1
32.95/33.11	c estimatedAdderCost: 39
32.95/33.11	c Try to convert by bdds
32.95/33.13	c D: 1
32.95/33.13	c estimatedAdderCost: 39
32.95/33.13	c Try to convert by bdds
32.95/33.14	c D: 1
32.95/33.14	c estimatedAdderCost: 39
32.95/33.14	c Try to convert by bdds
32.95/33.16	c D: 1
32.95/33.16	c estimatedAdderCost: 39
32.95/33.16	c Try to convert by bdds
32.95/33.17	c D: 1
32.95/33.17	c estimatedAdderCost: 39
32.95/33.17	c Try to convert by bdds
32.95/33.19	c D: 1
32.95/33.19	c estimatedAdderCost: 39
32.95/33.19	c Try to convert by bdds
33.04/33.20	c D: 1
33.04/33.20	c estimatedAdderCost: 39
33.04/33.20	c Try to convert by bdds
33.04/33.22	c D: 1
33.04/33.22	c estimatedAdderCost: 39
33.04/33.22	c Try to convert by bdds
33.04/33.23	c D: 1
33.04/33.23	c estimatedAdderCost: 39
33.04/33.23	c Try to convert by bdds
33.04/33.25	c D: 1
33.04/33.25	c estimatedAdderCost: 39
33.04/33.25	c Try to convert by bdds
33.04/33.26	c D: 1
33.04/33.26	c estimatedAdderCost: 39
33.04/33.26	c Try to convert by bdds
33.04/33.28	c D: 1
33.04/33.28	c estimatedAdderCost: 39
33.04/33.28	c Try to convert by bdds
33.04/33.29	c D: 1
33.04/33.29	c estimatedAdderCost: 39
33.04/33.29	c Try to convert by bdds
33.14/33.31	c D: 1
33.14/33.31	c estimatedAdderCost: 39
33.14/33.31	c Try to convert by bdds
33.14/33.32	c D: 1
33.14/33.32	c estimatedAdderCost: 39
33.14/33.32	c Try to convert by bdds
33.14/33.34	c D: 1
33.14/33.34	c estimatedAdderCost: 39
33.14/33.34	c Try to convert by bdds
33.14/33.35	c D: 1
33.14/33.35	c estimatedAdderCost: 39
33.14/33.35	c Try to convert by bdds
33.14/33.37	c D: 1
33.14/33.37	c estimatedAdderCost: 39
33.14/33.37	c Try to convert by bdds
33.14/33.38	c D: 1
33.14/33.38	c estimatedAdderCost: 39
33.14/33.38	c Try to convert by bdds
33.24/33.40	c D: 1
33.24/33.40	c estimatedAdderCost: 39
33.24/33.40	c Try to convert by bdds
33.24/33.41	c D: 1
33.24/33.41	c estimatedAdderCost: 39
33.24/33.41	c Try to convert by bdds
33.24/33.43	c D: 1
33.24/33.43	c estimatedAdderCost: 39
33.24/33.43	c Try to convert by bdds
33.24/33.44	c D: 1
33.24/33.44	c estimatedAdderCost: 39
33.24/33.44	c Try to convert by bdds
33.24/33.46	c D: 1
33.24/33.46	c estimatedAdderCost: 39
33.24/33.46	c Try to convert by bdds
33.24/33.47	c D: 1
33.24/33.47	c estimatedAdderCost: 39
33.24/33.47	c Try to convert by bdds
33.24/33.49	c D: 1
33.24/33.49	c estimatedAdderCost: 39
33.24/33.49	c Try to convert by bdds
33.34/33.50	c D: 1
33.34/33.50	c estimatedAdderCost: 39
33.34/33.50	c Try to convert by bdds
33.34/33.52	c D: 1
33.34/33.52	c estimatedAdderCost: 39
33.34/33.52	c Try to convert by bdds
33.34/33.53	c D: 1
33.34/33.53	c estimatedAdderCost: 39
33.34/33.53	c Try to convert by bdds
33.34/33.55	c D: 1
33.34/33.55	c estimatedAdderCost: 39
33.34/33.55	c Try to convert by bdds
33.34/33.56	c D: 1
33.34/33.56	c estimatedAdderCost: 39
33.34/33.56	c Try to convert by bdds
33.34/33.58	c D: 1
33.34/33.58	c estimatedAdderCost: 39
33.34/33.58	c Try to convert by bdds
33.34/33.59	c D: 1
33.34/33.59	c estimatedAdderCost: 39
33.34/33.59	c Try to convert by bdds
33.44/33.60	c D: 1
33.44/33.60	c estimatedAdderCost: 39
33.44/33.60	c Try to convert by bdds
33.44/33.62	c D: 1
33.44/33.62	c estimatedAdderCost: 39
33.44/33.62	c Try to convert by bdds
33.44/33.63	c D: 1
33.44/33.63	c estimatedAdderCost: 39
33.44/33.63	c Try to convert by bdds
33.44/33.65	c D: 1
33.44/33.65	c estimatedAdderCost: 39
33.44/33.65	c Try to convert by bdds
33.44/33.66	c D: 1
33.44/33.66	c estimatedAdderCost: 39
33.44/33.66	c Try to convert by bdds
33.44/33.68	c D: 1
33.44/33.68	c estimatedAdderCost: 39
33.44/33.68	c Try to convert by bdds
33.44/33.69	c D: 1
33.44/33.69	c estimatedAdderCost: 39
33.44/33.69	c Try to convert by bdds
33.54/33.71	c D: 1
33.54/33.71	c estimatedAdderCost: 39
33.54/33.71	c Try to convert by bdds
33.54/33.72	c D: 1
33.54/33.72	c estimatedAdderCost: 39
33.54/33.72	c Try to convert by bdds
33.54/33.74	c D: 1
33.54/33.74	c estimatedAdderCost: 39
33.54/33.74	c Try to convert by bdds
33.54/33.75	c D: 1
33.54/33.75	c estimatedAdderCost: 39
33.54/33.75	c Try to convert by bdds
33.54/33.77	c D: 1
33.54/33.77	c estimatedAdderCost: 39
33.54/33.77	c Try to convert by bdds
33.54/33.78	c D: 1
33.54/33.78	c estimatedAdderCost: 39
33.54/33.78	c Try to convert by bdds
33.64/33.80	c D: 1
33.64/33.80	c estimatedAdderCost: 39
33.64/33.80	c Try to convert by bdds
33.64/33.81	c D: 1
33.64/33.81	c estimatedAdderCost: 39
33.64/33.81	c Try to convert by bdds
33.64/33.83	c D: 1
33.64/33.83	c estimatedAdderCost: 39
33.64/33.83	c Try to convert by bdds
33.64/33.84	c D: 1
33.64/33.84	c estimatedAdderCost: 39
33.64/33.84	c Try to convert by bdds
33.64/33.86	c D: 1
33.64/33.86	c estimatedAdderCost: 39
33.64/33.86	c Try to convert by bdds
33.64/33.87	c D: 1
33.64/33.87	c estimatedAdderCost: 39
33.64/33.87	c Try to convert by bdds
33.64/33.89	c D: 1
33.64/33.89	c estimatedAdderCost: 39
33.64/33.89	c Try to convert by bdds
33.74/33.90	c D: 1
33.74/33.90	c estimatedAdderCost: 39
33.74/33.90	c Try to convert by bdds
33.74/33.92	c D: 1
33.74/33.92	c estimatedAdderCost: 39
33.74/33.92	c Try to convert by bdds
33.74/33.93	c D: 1
33.74/33.93	c estimatedAdderCost: 30
33.74/33.93	c Try to convert by bdds
33.74/33.94	c D: 1
33.74/33.94	c estimatedAdderCost: 30
33.74/33.94	c Try to convert by bdds
33.74/33.95	c D: 1
33.74/33.95	c estimatedAdderCost: 30
33.74/33.95	c Try to convert by bdds
33.74/33.96	c D: 1
33.74/33.96	c estimatedAdderCost: 30
33.74/33.96	c Try to convert by bdds
33.74/33.97	c D: 1
33.74/33.97	c estimatedAdderCost: 30
33.74/33.97	c Try to convert by bdds
33.74/33.98	c D: 1
33.74/33.98	c estimatedAdderCost: 30
33.74/33.98	c Try to convert by bdds
33.74/33.99	c D: 1
33.74/33.99	c estimatedAdderCost: 30
33.74/33.99	c Try to convert by bdds
33.74/34.00	c D: 1
33.74/34.00	c estimatedAdderCost: 30
33.74/34.00	c Try to convert by bdds
33.85/34.01	c D: 1
33.85/34.01	c estimatedAdderCost: 30
33.85/34.01	c Try to convert by bdds
33.85/34.02	c D: 1
33.85/34.02	c estimatedAdderCost: 30
33.85/34.02	c Try to convert by bdds
33.85/34.03	c D: 1
33.85/34.03	c estimatedAdderCost: 39
33.85/34.03	c Try to convert by bdds
33.85/34.05	c D: 1
33.85/34.05	c estimatedAdderCost: 39
33.85/34.05	c Try to convert by bdds
33.85/34.06	c D: 1
33.85/34.06	c estimatedAdderCost: 39
33.85/34.06	c Try to convert by bdds
33.85/34.08	c D: 1
33.85/34.08	c estimatedAdderCost: 39
33.85/34.08	c Try to convert by bdds
33.85/34.09	c D: 1
33.85/34.09	c estimatedAdderCost: 39
33.85/34.09	c Try to convert by bdds
33.85/34.11	c D: 1
33.85/34.11	c estimatedAdderCost: 39
33.85/34.11	c Try to convert by bdds
33.95/34.12	c D: 1
33.95/34.12	c estimatedAdderCost: 39
33.95/34.12	c Try to convert by bdds
33.95/34.14	c D: 1
33.95/34.14	c estimatedAdderCost: 39
33.95/34.14	c Try to convert by bdds
33.95/34.15	c D: 1
33.95/34.15	c estimatedAdderCost: 39
33.95/34.15	c Try to convert by bdds
33.95/34.17	c D: 1
33.95/34.17	c estimatedAdderCost: 39
33.95/34.17	c Try to convert by bdds
33.95/34.18	c D: 1
33.95/34.18	c estimatedAdderCost: 39
33.95/34.18	c Try to convert by bdds
33.95/34.19	c D: 1
33.95/34.19	c estimatedAdderCost: 39
33.95/34.19	c Try to convert by bdds
34.04/34.21	c D: 1
34.04/34.21	c estimatedAdderCost: 39
34.04/34.21	c Try to convert by bdds
34.04/34.22	c D: 1
34.04/34.22	c estimatedAdderCost: 39
34.04/34.22	c Try to convert by bdds
34.04/34.24	c D: 1
34.04/34.24	c estimatedAdderCost: 39
34.04/34.24	c Try to convert by bdds
34.04/34.25	c D: 1
34.04/34.25	c estimatedAdderCost: 39
34.04/34.25	c Try to convert by bdds
34.04/34.27	c D: 1
34.04/34.27	c estimatedAdderCost: 39
34.04/34.27	c Try to convert by bdds
34.04/34.28	c D: 1
34.04/34.28	c estimatedAdderCost: 39
34.04/34.28	c Try to convert by bdds
34.14/34.30	c D: 1
34.14/34.30	c estimatedAdderCost: 39
34.14/34.30	c Try to convert by bdds
34.14/34.31	c D: 1
34.14/34.31	c estimatedAdderCost: 39
34.14/34.31	c Try to convert by bdds
34.14/34.33	c D: 1
34.14/34.33	c estimatedAdderCost: 39
34.14/34.33	c Try to convert by bdds
34.14/34.34	c D: 1
34.14/34.34	c estimatedAdderCost: 39
34.14/34.34	c Try to convert by bdds
34.14/34.36	c D: 1
34.14/34.36	c estimatedAdderCost: 39
34.14/34.36	c Try to convert by bdds
34.14/34.37	c D: 1
34.14/34.37	c estimatedAdderCost: 39
34.14/34.37	c Try to convert by bdds
34.14/34.39	c D: 1
34.14/34.39	c estimatedAdderCost: 39
34.14/34.39	c Try to convert by bdds
34.24/34.40	c D: 1
34.24/34.40	c estimatedAdderCost: 39
34.24/34.40	c Try to convert by bdds
34.24/34.42	c D: 1
34.24/34.42	c estimatedAdderCost: 39
34.24/34.42	c Try to convert by bdds
34.24/34.43	c D: 1
34.24/34.43	c estimatedAdderCost: 39
34.24/34.43	c Try to convert by bdds
34.24/34.45	c D: 1
34.24/34.45	c estimatedAdderCost: 39
34.24/34.45	c Try to convert by bdds
34.24/34.46	c D: 1
34.24/34.46	c estimatedAdderCost: 39
34.24/34.46	c Try to convert by bdds
34.24/34.48	c D: 1
34.24/34.48	c estimatedAdderCost: 39
34.24/34.48	c Try to convert by bdds
34.24/34.49	c D: 1
34.24/34.49	c estimatedAdderCost: 39
34.24/34.49	c Try to convert by bdds
34.34/34.51	c D: 1
34.34/34.51	c estimatedAdderCost: 39
34.34/34.51	c Try to convert by bdds
34.34/34.52	c D: 1
34.34/34.52	c estimatedAdderCost: 39
34.34/34.52	c Try to convert by bdds
34.34/34.54	c D: 1
34.34/34.54	c estimatedAdderCost: 39
34.34/34.54	c Try to convert by bdds
34.34/34.55	c D: 1
34.34/34.55	c estimatedAdderCost: 39
34.34/34.55	c Try to convert by bdds
34.34/34.57	c D: 1
34.34/34.57	c estimatedAdderCost: 39
34.34/34.57	c Try to convert by bdds
34.34/34.58	c D: 1
34.34/34.58	c estimatedAdderCost: 39
34.34/34.58	c Try to convert by bdds
34.44/34.60	c D: 1
34.44/34.60	c estimatedAdderCost: 39
34.44/34.60	c Try to convert by bdds
34.44/34.61	c D: 1
34.44/34.61	c estimatedAdderCost: 39
34.44/34.61	c Try to convert by bdds
34.44/34.63	c D: 1
34.44/34.63	c estimatedAdderCost: 39
34.44/34.63	c Try to convert by bdds
34.44/34.64	c D: 1
34.44/34.64	c estimatedAdderCost: 39
34.44/34.64	c Try to convert by bdds
34.44/34.66	c D: 1
34.44/34.66	c estimatedAdderCost: 39
34.44/34.66	c Try to convert by bdds
34.44/34.67	c D: 1
34.44/34.67	c estimatedAdderCost: 39
34.44/34.67	c Try to convert by bdds
34.44/34.69	c D: 1
34.44/34.69	c estimatedAdderCost: 39
34.44/34.69	c Try to convert by bdds
34.54/34.70	c D: 1
34.54/34.70	c estimatedAdderCost: 39
34.54/34.70	c Try to convert by bdds
34.54/34.72	c D: 1
34.54/34.72	c estimatedAdderCost: 39
34.54/34.72	c Try to convert by bdds
34.54/34.73	c D: 1
34.54/34.73	c estimatedAdderCost: 39
34.54/34.73	c Try to convert by bdds
34.54/34.75	c D: 1
34.54/34.75	c estimatedAdderCost: 39
34.54/34.75	c Try to convert by bdds
34.54/34.76	c D: 1
34.54/34.76	c estimatedAdderCost: 39
34.54/34.76	c Try to convert by bdds
34.54/34.78	c D: 1
34.54/34.78	c estimatedAdderCost: 39
34.54/34.78	c Try to convert by bdds
34.54/34.79	c D: 1
34.54/34.79	c estimatedAdderCost: 39
34.54/34.79	c Try to convert by bdds
34.63/34.81	c D: 1
34.63/34.81	c estimatedAdderCost: 39
34.63/34.81	c Try to convert by bdds
34.63/34.82	c D: 1
34.63/34.82	c estimatedAdderCost: 39
34.63/34.82	c Try to convert by bdds
34.63/34.84	c D: 1
34.63/34.84	c estimatedAdderCost: 39
34.63/34.84	c Try to convert by bdds
34.63/34.85	c D: 1
34.63/34.85	c estimatedAdderCost: 39
34.63/34.85	c Try to convert by bdds
34.63/34.87	c D: 1
34.63/34.87	c estimatedAdderCost: 39
34.63/34.87	c Try to convert by bdds
34.63/34.88	c D: 1
34.63/34.88	c estimatedAdderCost: 39
34.63/34.88	c Try to convert by bdds
34.73/34.90	c D: 1
34.73/34.90	c estimatedAdderCost: 39
34.73/34.90	c Try to convert by bdds
34.73/34.91	c D: 1
34.73/34.91	c estimatedAdderCost: 39
34.73/34.91	c Try to convert by bdds
34.73/34.93	c D: 1
34.73/34.93	c estimatedAdderCost: 39
34.73/34.93	c Try to convert by bdds
34.73/34.94	c D: 1
34.73/34.94	c estimatedAdderCost: 39
34.73/34.94	c Try to convert by bdds
34.73/34.95	c D: 1
34.73/34.95	c estimatedAdderCost: 39
34.73/34.95	c Try to convert by bdds
34.73/34.97	c D: 1
34.73/34.97	c estimatedAdderCost: 39
34.73/34.97	c Try to convert by bdds
34.73/34.98	c D: 1
34.73/34.98	c estimatedAdderCost: 39
34.73/34.98	c Try to convert by bdds
34.73/35.00	c D: 1
34.73/35.00	c estimatedAdderCost: 30
34.73/35.00	c Try to convert by bdds
34.85/35.01	c D: 1
34.85/35.01	c estimatedAdderCost: 30
34.85/35.01	c Try to convert by bdds
34.85/35.02	c D: 1
34.85/35.02	c estimatedAdderCost: 30
34.85/35.02	c Try to convert by bdds
34.85/35.03	c D: 1
34.85/35.03	c estimatedAdderCost: 30
34.85/35.03	c Try to convert by bdds
34.85/35.04	c D: 1
34.85/35.04	c estimatedAdderCost: 30
34.85/35.04	c Try to convert by bdds
34.85/35.05	c D: 1
34.85/35.05	c estimatedAdderCost: 30
34.85/35.05	c Try to convert by bdds
34.85/35.06	c D: 1
34.85/35.06	c estimatedAdderCost: 30
34.85/35.06	c Try to convert by bdds
34.85/35.07	c D: 1
34.85/35.07	c estimatedAdderCost: 30
34.85/35.07	c Try to convert by bdds
34.85/35.08	c D: 1
34.85/35.08	c estimatedAdderCost: 30
34.85/35.08	c Try to convert by bdds
34.85/35.09	c D: 1
34.85/35.09	c estimatedAdderCost: 30
34.85/35.09	c Try to convert by bdds
34.85/35.10	c D: 1
34.85/35.10	c estimatedAdderCost: 30
34.85/35.10	c Try to convert by bdds
34.95/35.11	c D: 1
34.95/35.11	c estimatedAdderCost: 30
34.95/35.11	c Try to convert by bdds
34.95/35.12	c D: 1
34.95/35.12	c estimatedAdderCost: 39
34.95/35.12	c Try to convert by bdds
34.95/35.13	c D: 1
34.95/35.13	c estimatedAdderCost: 39
34.95/35.13	c Try to convert by bdds
34.95/35.15	c D: 1
34.95/35.15	c estimatedAdderCost: 39
34.95/35.15	c Try to convert by bdds
34.95/35.16	c D: 1
34.95/35.16	c estimatedAdderCost: 39
34.95/35.16	c Try to convert by bdds
34.95/35.18	c D: 1
34.95/35.18	c estimatedAdderCost: 39
34.95/35.18	c Try to convert by bdds
34.95/35.19	c D: 1
34.95/35.19	c estimatedAdderCost: 39
34.95/35.19	c Try to convert by bdds
35.03/35.21	c D: 1
35.03/35.21	c estimatedAdderCost: 39
35.03/35.21	c Try to convert by bdds
35.03/35.22	c D: 1
35.03/35.22	c estimatedAdderCost: 39
35.03/35.22	c Try to convert by bdds
35.03/35.24	c D: 1
35.03/35.24	c estimatedAdderCost: 39
35.03/35.24	c Try to convert by bdds
35.03/35.25	c D: 1
35.03/35.25	c estimatedAdderCost: 39
35.03/35.25	c Try to convert by bdds
35.03/35.27	c D: 1
35.03/35.27	c estimatedAdderCost: 39
35.03/35.27	c Try to convert by bdds
35.03/35.28	c D: 1
35.03/35.28	c estimatedAdderCost: 39
35.03/35.28	c Try to convert by bdds
35.13/35.30	c D: 1
35.13/35.30	c estimatedAdderCost: 30
35.13/35.30	c Try to convert by bdds
35.13/35.31	c D: 1
35.13/35.31	c estimatedAdderCost: 30
35.13/35.31	c Try to convert by bdds
35.13/35.32	c D: 1
35.13/35.32	c estimatedAdderCost: 39
35.13/35.32	c Try to convert by bdds
35.13/35.33	c D: 1
35.13/35.33	c estimatedAdderCost: 39
35.13/35.33	c Try to convert by bdds
35.13/35.35	c D: 1
35.13/35.35	c estimatedAdderCost: 39
35.13/35.35	c Try to convert by bdds
35.13/35.36	c D: 1
35.13/35.36	c estimatedAdderCost: 39
35.13/35.36	c Try to convert by bdds
35.13/35.38	c D: 1
35.13/35.38	c estimatedAdderCost: 39
35.13/35.38	c Try to convert by bdds
35.13/35.39	c D: 1
35.13/35.39	c estimatedAdderCost: 39
35.13/35.39	c Try to convert by bdds
35.23/35.41	c D: 1
35.23/35.41	c estimatedAdderCost: 39
35.23/35.41	c Try to convert by bdds
35.23/35.42	c D: 1
35.23/35.42	c estimatedAdderCost: 39
35.23/35.42	c Try to convert by bdds
35.23/35.44	c D: 1
35.23/35.44	c estimatedAdderCost: 39
35.23/35.44	c Try to convert by bdds
35.23/35.45	c D: 1
35.23/35.45	c estimatedAdderCost: 39
35.23/35.45	c Try to convert by bdds
35.23/35.47	c D: 1
35.23/35.47	c estimatedAdderCost: 39
35.23/35.47	c Try to convert by bdds
35.23/35.48	c D: 1
35.23/35.48	c estimatedAdderCost: 39
35.23/35.48	c Try to convert by bdds
35.33/35.50	c D: 1
35.33/35.50	c estimatedAdderCost: 39
35.33/35.50	c Try to convert by bdds
35.33/35.51	c D: 1
35.33/35.51	c estimatedAdderCost: 39
35.33/35.51	c Try to convert by bdds
35.33/35.53	c D: 1
35.33/35.53	c estimatedAdderCost: 39
35.33/35.53	c Try to convert by bdds
35.33/35.54	c D: 1
35.33/35.54	c estimatedAdderCost: 39
35.33/35.54	c Try to convert by bdds
35.33/35.56	c D: 1
35.33/35.56	c estimatedAdderCost: 39
35.33/35.56	c Try to convert by bdds
35.33/35.57	c D: 1
35.33/35.57	c estimatedAdderCost: 39
35.33/35.57	c Try to convert by bdds
35.33/35.59	c D: 1
35.33/35.59	c estimatedAdderCost: 39
35.33/35.59	c Try to convert by bdds
35.43/35.60	c D: 1
35.43/35.60	c estimatedAdderCost: 39
35.43/35.60	c Try to convert by bdds
35.43/35.61	c D: 1
35.43/35.61	c estimatedAdderCost: 39
35.43/35.61	c Try to convert by bdds
35.43/35.63	c D: 1
35.43/35.63	c estimatedAdderCost: 39
35.43/35.63	c Try to convert by bdds
35.43/35.64	c D: 1
35.43/35.64	c estimatedAdderCost: 39
35.43/35.64	c Try to convert by bdds
35.43/35.66	c D: 1
35.43/35.66	c estimatedAdderCost: 30
35.43/35.66	c Try to convert by bdds
35.43/35.67	c D: 1
35.43/35.67	c estimatedAdderCost: 30
35.43/35.67	c Try to convert by bdds
35.43/35.68	c D: 1
35.43/35.68	c estimatedAdderCost: 30
35.43/35.68	c Try to convert by bdds
35.43/35.69	c D: 1
35.43/35.69	c estimatedAdderCost: 39
35.43/35.69	c Try to convert by bdds
35.53/35.70	c D: 1
35.53/35.70	c estimatedAdderCost: 39
35.53/35.70	c Try to convert by bdds
35.53/35.72	c D: 1
35.53/35.72	c estimatedAdderCost: 39
35.53/35.72	c Try to convert by bdds
35.53/35.73	c D: 1
35.53/35.73	c estimatedAdderCost: 39
35.53/35.73	c Try to convert by bdds
35.53/35.75	c D: 1
35.53/35.75	c estimatedAdderCost: 39
35.53/35.75	c Try to convert by bdds
35.53/35.76	c D: 1
35.53/35.76	c estimatedAdderCost: 39
35.53/35.76	c Try to convert by bdds
35.53/35.78	c D: 1
35.53/35.78	c estimatedAdderCost: 39
35.53/35.78	c Try to convert by bdds
35.53/35.79	c D: 1
35.53/35.79	c estimatedAdderCost: 39
35.53/35.79	c Try to convert by bdds
35.63/35.81	c D: 1
35.63/35.81	c estimatedAdderCost: 39
35.63/35.81	c Try to convert by bdds
35.63/35.82	c D: 1
35.63/35.82	c estimatedAdderCost: 39
35.63/35.82	c Try to convert by bdds
35.63/35.84	c D: 1
35.63/35.84	c estimatedAdderCost: 39
35.63/35.84	c Try to convert by bdds
35.63/35.85	c D: 1
35.63/35.85	c estimatedAdderCost: 39
35.63/35.85	c Try to convert by bdds
35.63/35.87	c D: 1
35.63/35.87	c estimatedAdderCost: 39
35.63/35.87	c Try to convert by bdds
35.63/35.88	c D: 1
35.63/35.88	c estimatedAdderCost: 39
35.63/35.88	c Try to convert by bdds
35.73/35.90	c D: 1
35.73/35.90	c estimatedAdderCost: 39
35.73/35.90	c Try to convert by bdds
35.73/35.91	c D: 1
35.73/35.91	c estimatedAdderCost: 39
35.73/35.91	c Try to convert by bdds
35.73/35.93	c D: 1
35.73/35.93	c estimatedAdderCost: 39
35.73/35.93	c Try to convert by bdds
35.73/35.94	c D: 1
35.73/35.94	c estimatedAdderCost: 39
35.73/35.94	c Try to convert by bdds
35.73/35.96	c D: 1
35.73/35.96	c estimatedAdderCost: 39
35.73/35.96	c Try to convert by bdds
35.73/35.97	c D: 1
35.73/35.97	c estimatedAdderCost: 39
35.73/35.97	c Try to convert by bdds
35.73/35.99	c D: 1
35.73/35.99	c estimatedAdderCost: 39
35.73/35.99	c Try to convert by bdds
35.73/36.00	c D: 1
35.73/36.00	c estimatedAdderCost: 39
35.73/36.00	c Try to convert by bdds
35.84/36.02	c D: 1
35.84/36.02	c estimatedAdderCost: 39
35.84/36.02	c Try to convert by bdds
35.84/36.03	c D: 1
35.84/36.03	c estimatedAdderCost: 39
35.84/36.03	c Try to convert by bdds
35.84/36.05	c D: 1
35.84/36.05	c estimatedAdderCost: 39
35.84/36.05	c Try to convert by bdds
35.84/36.06	c D: 1
35.84/36.06	c estimatedAdderCost: 39
35.84/36.06	c Try to convert by bdds
35.84/36.08	c D: 1
35.84/36.08	c estimatedAdderCost: 39
35.84/36.08	c Try to convert by bdds
35.84/36.09	c D: 1
35.84/36.09	c estimatedAdderCost: 39
35.84/36.09	c Try to convert by bdds
35.84/36.11	c D: 1
35.84/36.11	c estimatedAdderCost: 39
35.84/36.11	c Try to convert by bdds
35.94/36.12	c D: 1
35.94/36.12	c estimatedAdderCost: 39
35.94/36.12	c Try to convert by bdds
35.94/36.14	c D: 1
35.94/36.14	c estimatedAdderCost: 39
35.94/36.14	c Try to convert by bdds
35.94/36.15	c D: 1
35.94/36.15	c estimatedAdderCost: 39
35.94/36.15	c Try to convert by bdds
35.94/36.17	c D: 1
35.94/36.17	c estimatedAdderCost: 39
35.94/36.17	c Try to convert by bdds
35.94/36.18	c D: 1
35.94/36.18	c estimatedAdderCost: 30
35.94/36.18	c Try to convert by bdds
35.94/36.19	c D: 1
35.94/36.19	c estimatedAdderCost: 30
35.94/36.19	c Try to convert by bdds
36.03/36.20	c D: 1
36.03/36.20	c estimatedAdderCost: 30
36.03/36.20	c Try to convert by bdds
36.03/36.21	c D: 1
36.03/36.21	c estimatedAdderCost: 30
36.03/36.21	c Try to convert by bdds
36.03/36.22	c D: 1
36.03/36.22	c estimatedAdderCost: 39
36.03/36.22	c Try to convert by bdds
36.03/36.24	c D: 1
36.03/36.24	c estimatedAdderCost: 39
36.03/36.24	c Try to convert by bdds
36.03/36.25	c D: 1
36.03/36.25	c estimatedAdderCost: 39
36.03/36.25	c Try to convert by bdds
36.03/36.27	c D: 1
36.03/36.27	c estimatedAdderCost: 39
36.03/36.27	c Try to convert by bdds
36.03/36.28	c D: 1
36.03/36.28	c estimatedAdderCost: 39
36.03/36.28	c Try to convert by bdds
36.03/36.30	c D: 1
36.03/36.30	c estimatedAdderCost: 39
36.03/36.30	c Try to convert by bdds
36.13/36.31	c D: 1
36.13/36.31	c estimatedAdderCost: 39
36.13/36.31	c Try to convert by bdds
36.13/36.33	c D: 1
36.13/36.33	c estimatedAdderCost: 39
36.13/36.33	c Try to convert by bdds
36.13/36.34	c D: 1
36.13/36.34	c estimatedAdderCost: 39
36.13/36.34	c Try to convert by bdds
36.13/36.35	c D: 1
36.13/36.35	c estimatedAdderCost: 39
36.13/36.35	c Try to convert by bdds
36.13/36.37	c D: 1
36.13/36.37	c estimatedAdderCost: 39
36.13/36.37	c Try to convert by bdds
36.13/36.38	c D: 1
36.13/36.38	c estimatedAdderCost: 39
36.13/36.38	c Try to convert by bdds
36.23/36.40	c D: 1
36.23/36.40	c estimatedAdderCost: 39
36.23/36.40	c Try to convert by bdds
36.23/36.41	c D: 1
36.23/36.41	c estimatedAdderCost: 39
36.23/36.41	c Try to convert by bdds
36.23/36.43	c D: 1
36.23/36.43	c estimatedAdderCost: 39
36.23/36.43	c Try to convert by bdds
36.23/36.44	c D: 1
36.23/36.44	c estimatedAdderCost: 39
36.23/36.44	c Try to convert by bdds
36.23/36.46	c D: 1
36.23/36.46	c estimatedAdderCost: 39
36.23/36.46	c Try to convert by bdds
36.23/36.47	c D: 1
36.23/36.47	c estimatedAdderCost: 39
36.23/36.47	c Try to convert by bdds
36.23/36.49	c D: 1
36.23/36.49	c estimatedAdderCost: 39
36.23/36.49	c Try to convert by bdds
36.33/36.50	c D: 1
36.33/36.50	c estimatedAdderCost: 39
36.33/36.50	c Try to convert by bdds
36.33/36.52	c D: 1
36.33/36.52	c estimatedAdderCost: 39
36.33/36.52	c Try to convert by bdds
36.33/36.53	c D: 1
36.33/36.53	c estimatedAdderCost: 39
36.33/36.53	c Try to convert by bdds
36.33/36.55	c D: 1
36.33/36.55	c estimatedAdderCost: 39
36.33/36.55	c Try to convert by bdds
36.33/36.56	c D: 1
36.33/36.56	c estimatedAdderCost: 39
36.33/36.56	c Try to convert by bdds
36.33/36.58	c D: 1
36.33/36.58	c estimatedAdderCost: 39
36.33/36.58	c Try to convert by bdds
36.33/36.59	c D: 1
36.33/36.59	c estimatedAdderCost: 39
36.33/36.59	c Try to convert by bdds
36.43/36.61	c D: 1
36.43/36.61	c estimatedAdderCost: 39
36.43/36.61	c Try to convert by bdds
36.43/36.62	c D: 1
36.43/36.62	c estimatedAdderCost: 39
36.43/36.62	c Try to convert by bdds
36.43/36.64	c D: 1
36.43/36.64	c estimatedAdderCost: 39
36.43/36.64	c Try to convert by bdds
36.43/36.65	c D: 1
36.43/36.65	c estimatedAdderCost: 39
36.43/36.65	c Try to convert by bdds
36.43/36.67	c D: 1
36.43/36.67	c estimatedAdderCost: 39
36.43/36.67	c Try to convert by bdds
36.43/36.68	c D: 1
36.43/36.68	c estimatedAdderCost: 39
36.43/36.68	c Try to convert by bdds
36.53/36.70	c D: 1
36.53/36.70	c estimatedAdderCost: 39
36.53/36.70	c Try to convert by bdds
36.53/36.71	c D: 1
36.53/36.71	c estimatedAdderCost: 39
36.53/36.71	c Try to convert by bdds
36.53/36.73	c D: 1
36.53/36.73	c estimatedAdderCost: 39
36.53/36.73	c Try to convert by bdds
36.53/36.74	c D: 1
36.53/36.74	c estimatedAdderCost: 39
36.53/36.74	c Try to convert by bdds
36.53/36.76	c D: 1
36.53/36.76	c estimatedAdderCost: 39
36.53/36.76	c Try to convert by bdds
36.53/36.77	c D: 1
36.53/36.77	c estimatedAdderCost: 39
36.53/36.77	c Try to convert by bdds
36.53/36.79	c D: 1
36.53/36.79	c estimatedAdderCost: 39
36.53/36.79	c Try to convert by bdds
36.63/36.80	c D: 1
36.63/36.80	c estimatedAdderCost: 39
36.63/36.80	c Try to convert by bdds
36.63/36.82	c D: 1
36.63/36.82	c estimatedAdderCost: 39
36.63/36.82	c Try to convert by bdds
36.63/36.83	c D: 1
36.63/36.83	c estimatedAdderCost: 39
36.63/36.83	c Try to convert by bdds
36.63/36.85	c D: 1
36.63/36.85	c estimatedAdderCost: 30
36.63/36.85	c Try to convert by bdds
36.63/36.86	c D: 1
36.63/36.86	c estimatedAdderCost: 30
36.63/36.86	c Try to convert by bdds
36.63/36.87	c D: 1
36.63/36.87	c estimatedAdderCost: 30
36.63/36.87	c Try to convert by bdds
36.63/36.88	c D: 1
36.63/36.88	c estimatedAdderCost: 30
36.63/36.88	c Try to convert by bdds
36.63/36.89	c D: 1
36.63/36.89	c estimatedAdderCost: 30
36.63/36.89	c Try to convert by bdds
36.73/36.90	c D: 1
36.73/36.90	c estimatedAdderCost: 39
36.73/36.90	c Try to convert by bdds
36.73/36.91	c D: 1
36.73/36.91	c estimatedAdderCost: 39
36.73/36.91	c Try to convert by bdds
36.73/36.93	c D: 1
36.73/36.93	c estimatedAdderCost: 39
36.73/36.93	c Try to convert by bdds
36.73/36.94	c D: 1
36.73/36.94	c estimatedAdderCost: 39
36.73/36.94	c Try to convert by bdds
36.73/36.96	c D: 1
36.73/36.96	c estimatedAdderCost: 39
36.73/36.96	c Try to convert by bdds
36.73/36.97	c D: 1
36.73/36.97	c estimatedAdderCost: 39
36.73/36.97	c Try to convert by bdds
36.73/36.99	c D: 1
36.73/36.99	c estimatedAdderCost: 39
36.73/36.99	c Try to convert by bdds
36.73/37.00	c D: 1
36.73/37.00	c estimatedAdderCost: 39
36.73/37.00	c Try to convert by bdds
36.84/37.02	c D: 1
36.84/37.02	c estimatedAdderCost: 39
36.84/37.02	c Try to convert by bdds
36.84/37.03	c D: 1
36.84/37.03	c estimatedAdderCost: 39
36.84/37.03	c Try to convert by bdds
36.84/37.05	c D: 1
36.84/37.05	c estimatedAdderCost: 39
36.84/37.05	c Try to convert by bdds
36.84/37.06	c D: 1
36.84/37.06	c estimatedAdderCost: 39
36.84/37.06	c Try to convert by bdds
36.84/37.08	c D: 1
36.84/37.08	c estimatedAdderCost: 39
36.84/37.08	c Try to convert by bdds
36.84/37.09	c D: 1
36.84/37.09	c estimatedAdderCost: 39
36.84/37.09	c Try to convert by bdds
36.84/37.10	c D: 1
36.84/37.10	c estimatedAdderCost: 39
36.84/37.10	c Try to convert by bdds
36.94/37.12	c D: 1
36.94/37.12	c estimatedAdderCost: 39
36.94/37.12	c Try to convert by bdds
36.94/37.13	c D: 1
36.94/37.13	c estimatedAdderCost: 39
36.94/37.13	c Try to convert by bdds
36.94/37.15	c D: 1
36.94/37.15	c estimatedAdderCost: 39
36.94/37.15	c Try to convert by bdds
36.94/37.16	c D: 1
36.94/37.16	c estimatedAdderCost: 39
36.94/37.16	c Try to convert by bdds
36.94/37.18	c D: 1
36.94/37.18	c estimatedAdderCost: 39
36.94/37.18	c Try to convert by bdds
36.94/37.19	c D: 1
36.94/37.19	c estimatedAdderCost: 39
36.94/37.19	c Try to convert by bdds
37.03/37.21	c D: 1
37.03/37.21	c estimatedAdderCost: 39
37.03/37.21	c Try to convert by bdds
37.03/37.22	c D: 1
37.03/37.22	c estimatedAdderCost: 39
37.03/37.22	c Try to convert by bdds
37.03/37.24	c D: 1
37.03/37.24	c estimatedAdderCost: 39
37.03/37.24	c Try to convert by bdds
37.03/37.25	c D: 1
37.03/37.25	c estimatedAdderCost: 39
37.03/37.25	c Try to convert by bdds
37.03/37.27	c D: 1
37.03/37.27	c estimatedAdderCost: 39
37.03/37.27	c Try to convert by bdds
37.03/37.28	c D: 1
37.03/37.28	c estimatedAdderCost: 39
37.03/37.28	c Try to convert by bdds
37.13/37.30	c D: 1
37.13/37.30	c estimatedAdderCost: 39
37.13/37.30	c Try to convert by bdds
37.13/37.31	c D: 1
37.13/37.31	c estimatedAdderCost: 39
37.13/37.31	c Try to convert by bdds
37.13/37.33	c D: 1
37.13/37.33	c estimatedAdderCost: 39
37.13/37.33	c Try to convert by bdds
37.13/37.34	c D: 1
37.13/37.34	c estimatedAdderCost: 39
37.13/37.34	c Try to convert by bdds
37.13/37.36	c D: 1
37.13/37.36	c estimatedAdderCost: 39
37.13/37.36	c Try to convert by bdds
37.13/37.37	c D: 1
37.13/37.37	c estimatedAdderCost: 39
37.13/37.37	c Try to convert by bdds
37.13/37.39	c D: 1
37.13/37.39	c estimatedAdderCost: 39
37.13/37.39	c Try to convert by bdds
37.23/37.40	c D: 1
37.23/37.40	c estimatedAdderCost: 39
37.23/37.40	c Try to convert by bdds
37.23/37.42	c D: 1
37.23/37.42	c estimatedAdderCost: 39
37.23/37.42	c Try to convert by bdds
37.23/37.43	c D: 1
37.23/37.43	c estimatedAdderCost: 39
37.23/37.43	c Try to convert by bdds
37.23/37.45	c D: 1
37.23/37.45	c estimatedAdderCost: 39
37.23/37.45	c Try to convert by bdds
37.23/37.46	c D: 1
37.23/37.46	c estimatedAdderCost: 39
37.23/37.46	c Try to convert by bdds
37.23/37.48	c D: 1
37.23/37.48	c estimatedAdderCost: 39
37.23/37.48	c Try to convert by bdds
37.23/37.49	c D: 1
37.23/37.49	c estimatedAdderCost: 39
37.23/37.49	c Try to convert by bdds
37.33/37.51	c D: 1
37.33/37.51	c estimatedAdderCost: 39
37.33/37.51	c Try to convert by bdds
37.33/37.52	c D: 1
37.33/37.52	c estimatedAdderCost: 39
37.33/37.52	c Try to convert by bdds
37.33/37.54	c D: 1
37.33/37.54	c estimatedAdderCost: 39
37.33/37.54	c Try to convert by bdds
37.33/37.55	c D: 1
37.33/37.55	c estimatedAdderCost: 39
37.33/37.55	c Try to convert by bdds
37.33/37.57	c D: 1
37.33/37.57	c estimatedAdderCost: 39
37.33/37.57	c Try to convert by bdds
37.33/37.58	c D: 1
37.33/37.58	c estimatedAdderCost: 39
37.33/37.58	c Try to convert by bdds
37.43/37.60	c D: 1
37.43/37.60	c estimatedAdderCost: 39
37.43/37.60	c Try to convert by bdds
37.43/37.61	c D: 1
37.43/37.61	c estimatedAdderCost: 39
37.43/37.61	c Try to convert by bdds
37.43/37.63	c D: 1
37.43/37.63	c estimatedAdderCost: 39
37.43/37.63	c Try to convert by bdds
37.43/37.64	c D: 1
37.43/37.64	c estimatedAdderCost: 30
37.43/37.64	c Try to convert by bdds
37.43/37.65	c D: 1
37.43/37.65	c estimatedAdderCost: 30
37.43/37.65	c Try to convert by bdds
37.43/37.66	c D: 1
37.43/37.66	c estimatedAdderCost: 30
37.43/37.66	c Try to convert by bdds
37.43/37.67	c D: 1
37.43/37.67	c estimatedAdderCost: 30
37.43/37.67	c Try to convert by bdds
37.43/37.68	c D: 1
37.43/37.68	c estimatedAdderCost: 30
37.43/37.68	c Try to convert by bdds
37.43/37.69	c D: 1
37.43/37.69	c estimatedAdderCost: 30
37.43/37.69	c Try to convert by bdds
37.53/37.70	c D: 1
37.53/37.70	c estimatedAdderCost: 39
37.53/37.70	c Try to convert by bdds
37.53/37.71	c D: 1
37.53/37.71	c estimatedAdderCost: 39
37.53/37.71	c Try to convert by bdds
37.53/37.73	c D: 1
37.53/37.73	c estimatedAdderCost: 39
37.53/37.73	c Try to convert by bdds
37.53/37.74	c D: 1
37.53/37.74	c estimatedAdderCost: 39
37.53/37.74	c Try to convert by bdds
37.53/37.76	c D: 1
37.53/37.76	c estimatedAdderCost: 39
37.53/37.76	c Try to convert by bdds
37.53/37.77	c D: 1
37.53/37.77	c estimatedAdderCost: 39
37.53/37.77	c Try to convert by bdds
37.53/37.79	c D: 1
37.53/37.79	c estimatedAdderCost: 39
37.53/37.79	c Try to convert by bdds
37.63/37.80	c D: 1
37.63/37.80	c estimatedAdderCost: 39
37.63/37.80	c Try to convert by bdds
37.63/37.82	c D: 1
37.63/37.82	c estimatedAdderCost: 39
37.63/37.82	c Try to convert by bdds
37.63/37.83	c D: 1
37.63/37.83	c estimatedAdderCost: 39
37.63/37.83	c Try to convert by bdds
37.63/37.85	c D: 1
37.63/37.85	c estimatedAdderCost: 39
37.63/37.85	c Try to convert by bdds
37.63/37.86	c D: 1
37.63/37.86	c estimatedAdderCost: 39
37.63/37.86	c Try to convert by bdds
37.63/37.88	c D: 1
37.63/37.88	c estimatedAdderCost: 39
37.63/37.88	c Try to convert by bdds
37.63/37.89	c D: 1
37.63/37.89	c estimatedAdderCost: 39
37.63/37.89	c Try to convert by bdds
37.73/37.91	c D: 1
37.73/37.91	c estimatedAdderCost: 39
37.73/37.91	c Try to convert by bdds
37.73/37.92	c D: 1
37.73/37.92	c estimatedAdderCost: 39
37.73/37.92	c Try to convert by bdds
37.73/37.94	c D: 1
37.73/37.94	c estimatedAdderCost: 39
37.73/37.94	c Try to convert by bdds
37.73/37.95	c D: 1
37.73/37.95	c estimatedAdderCost: 39
37.73/37.95	c Try to convert by bdds
37.73/37.96	c D: 1
37.73/37.96	c estimatedAdderCost: 39
37.73/37.96	c Try to convert by bdds
37.73/37.98	c D: 1
37.73/37.98	c estimatedAdderCost: 39
37.73/37.98	c Try to convert by bdds
37.73/37.99	c D: 1
37.73/37.99	c estimatedAdderCost: 39
37.73/37.99	c Try to convert by bdds
37.84/38.01	c D: 1
37.84/38.01	c estimatedAdderCost: 39
37.84/38.01	c Try to convert by bdds
37.84/38.02	c D: 1
37.84/38.02	c estimatedAdderCost: 39
37.84/38.02	c Try to convert by bdds
37.84/38.04	c D: 1
37.84/38.04	c estimatedAdderCost: 39
37.84/38.04	c Try to convert by bdds
37.84/38.05	c D: 1
37.84/38.05	c estimatedAdderCost: 39
37.84/38.05	c Try to convert by bdds
37.84/38.07	c D: 1
37.84/38.07	c estimatedAdderCost: 39
37.84/38.07	c Try to convert by bdds
37.84/38.08	c D: 1
37.84/38.08	c estimatedAdderCost: 39
37.84/38.08	c Try to convert by bdds
37.84/38.10	c D: 1
37.84/38.10	c estimatedAdderCost: 39
37.84/38.10	c Try to convert by bdds
37.94/38.11	c D: 1
37.94/38.11	c estimatedAdderCost: 39
37.94/38.11	c Try to convert by bdds
37.94/38.13	c D: 1
37.94/38.13	c estimatedAdderCost: 39
37.94/38.13	c Try to convert by bdds
37.94/38.14	c D: 1
37.94/38.14	c estimatedAdderCost: 39
37.94/38.14	c Try to convert by bdds
37.94/38.16	c D: 1
37.94/38.16	c estimatedAdderCost: 39
37.94/38.16	c Try to convert by bdds
37.94/38.17	c D: 1
37.94/38.17	c estimatedAdderCost: 39
37.94/38.17	c Try to convert by bdds
37.94/38.19	c D: 1
37.94/38.19	c estimatedAdderCost: 39
37.94/38.19	c Try to convert by bdds
38.02/38.20	c D: 1
38.02/38.20	c estimatedAdderCost: 39
38.02/38.20	c Try to convert by bdds
38.02/38.22	c D: 1
38.02/38.22	c estimatedAdderCost: 39
38.02/38.22	c Try to convert by bdds
38.02/38.23	c D: 1
38.02/38.23	c estimatedAdderCost: 39
38.02/38.23	c Try to convert by bdds
38.02/38.24	c D: 1
38.02/38.24	c estimatedAdderCost: 39
38.02/38.24	c Try to convert by bdds
38.02/38.26	c D: 1
38.02/38.26	c estimatedAdderCost: 39
38.02/38.26	c Try to convert by bdds
38.02/38.27	c D: 1
38.02/38.27	c estimatedAdderCost: 39
38.02/38.27	c Try to convert by bdds
38.02/38.29	c D: 1
38.02/38.29	c estimatedAdderCost: 39
38.02/38.29	c Try to convert by bdds
38.12/38.30	c D: 1
38.12/38.30	c estimatedAdderCost: 39
38.12/38.30	c Try to convert by bdds
38.12/38.32	c D: 1
38.12/38.32	c estimatedAdderCost: 39
38.12/38.32	c Try to convert by bdds
38.12/38.33	c D: 1
38.12/38.33	c estimatedAdderCost: 39
38.12/38.33	c Try to convert by bdds
38.12/38.35	c D: 1
38.12/38.35	c estimatedAdderCost: 39
38.12/38.35	c Try to convert by bdds
38.12/38.36	c D: 1
38.12/38.36	c estimatedAdderCost: 39
38.12/38.36	c Try to convert by bdds
38.12/38.38	c D: 1
38.12/38.38	c estimatedAdderCost: 39
38.12/38.38	c Try to convert by bdds
38.12/38.39	c D: 1
38.12/38.39	c estimatedAdderCost: 39
38.12/38.39	c Try to convert by bdds
38.22/38.41	c D: 1
38.22/38.41	c estimatedAdderCost: 39
38.22/38.41	c Try to convert by bdds
38.22/38.42	c D: 1
38.22/38.42	c estimatedAdderCost: 39
38.22/38.42	c Try to convert by bdds
38.22/38.44	c D: 1
38.22/38.44	c estimatedAdderCost: 39
38.22/38.44	c Try to convert by bdds
38.22/38.45	c D: 1
38.22/38.45	c estimatedAdderCost: 39
38.22/38.45	c Try to convert by bdds
38.22/38.47	c D: 1
38.22/38.47	c estimatedAdderCost: 39
38.22/38.47	c Try to convert by bdds
38.22/38.48	c D: 1
38.22/38.48	c estimatedAdderCost: 39
38.22/38.48	c Try to convert by bdds
38.22/38.50	c D: 1
38.22/38.50	c estimatedAdderCost: 39
38.22/38.50	c Try to convert by bdds
38.32/38.51	c D: 1
38.32/38.51	c estimatedAdderCost: 39
38.32/38.51	c Try to convert by bdds
38.32/38.52	c D: 1
38.32/38.52	c estimatedAdderCost: 39
38.32/38.52	c Try to convert by bdds
38.32/38.54	c D: 1
38.32/38.54	c estimatedAdderCost: 30
38.32/38.54	c Try to convert by bdds
38.32/38.55	c D: 1
38.32/38.55	c estimatedAdderCost: 30
38.32/38.55	c Try to convert by bdds
38.32/38.56	c D: 1
38.32/38.56	c estimatedAdderCost: 30
38.32/38.56	c Try to convert by bdds
38.32/38.57	c D: 1
38.32/38.57	c estimatedAdderCost: 30
38.32/38.57	c Try to convert by bdds
38.32/38.58	c D: 1
38.32/38.58	c estimatedAdderCost: 30
38.32/38.58	c Try to convert by bdds
38.32/38.59	c D: 1
38.32/38.59	c estimatedAdderCost: 30
38.32/38.59	c Try to convert by bdds
38.42/38.60	c D: 1
38.42/38.60	c estimatedAdderCost: 30
38.42/38.60	c Try to convert by bdds
38.42/38.61	c D: 1
38.42/38.61	c estimatedAdderCost: 39
38.42/38.61	c Try to convert by bdds
38.42/38.62	c D: 1
38.42/38.62	c estimatedAdderCost: 39
38.42/38.62	c Try to convert by bdds
38.42/38.64	c D: 1
38.42/38.64	c estimatedAdderCost: 39
38.42/38.64	c Try to convert by bdds
38.42/38.65	c D: 1
38.42/38.65	c estimatedAdderCost: 39
38.42/38.65	c Try to convert by bdds
38.42/38.67	c D: 1
38.42/38.67	c estimatedAdderCost: 39
38.42/38.67	c Try to convert by bdds
38.42/38.68	c D: 1
38.42/38.68	c estimatedAdderCost: 39
38.42/38.68	c Try to convert by bdds
38.52/38.70	c D: 1
38.52/38.70	c estimatedAdderCost: 39
38.52/38.70	c Try to convert by bdds
38.52/38.71	c D: 1
38.52/38.71	c estimatedAdderCost: 39
38.52/38.71	c Try to convert by bdds
38.52/38.73	c D: 1
38.52/38.73	c estimatedAdderCost: 39
38.52/38.73	c Try to convert by bdds
38.52/38.74	c D: 1
38.52/38.74	c estimatedAdderCost: 39
38.52/38.74	c Try to convert by bdds
38.52/38.76	c D: 1
38.52/38.76	c estimatedAdderCost: 39
38.52/38.76	c Try to convert by bdds
38.52/38.77	c D: 1
38.52/38.77	c estimatedAdderCost: 39
38.52/38.77	c Try to convert by bdds
38.52/38.79	c D: 1
38.52/38.79	c estimatedAdderCost: 39
38.52/38.79	c Try to convert by bdds
38.62/38.80	c D: 1
38.62/38.80	c estimatedAdderCost: 39
38.62/38.80	c Try to convert by bdds
38.62/38.81	c D: 1
38.62/38.81	c estimatedAdderCost: 39
38.62/38.81	c Try to convert by bdds
38.62/38.83	c D: 1
38.62/38.83	c estimatedAdderCost: 39
38.62/38.83	c Try to convert by bdds
38.62/38.84	c D: 1
38.62/38.84	c estimatedAdderCost: 39
38.62/38.84	c Try to convert by bdds
38.62/38.86	c D: 1
38.62/38.86	c estimatedAdderCost: 39
38.62/38.86	c Try to convert by bdds
38.62/38.87	c D: 1
38.62/38.87	c estimatedAdderCost: 39
38.62/38.87	c Try to convert by bdds
38.62/38.89	c D: 1
38.62/38.89	c estimatedAdderCost: 39
38.62/38.89	c Try to convert by bdds
38.72/38.90	c D: 1
38.72/38.90	c estimatedAdderCost: 39
38.72/38.90	c Try to convert by bdds
38.72/38.92	c D: 1
38.72/38.92	c estimatedAdderCost: 39
38.72/38.92	c Try to convert by bdds
38.72/38.93	c D: 1
38.72/38.93	c estimatedAdderCost: 39
38.72/38.93	c Try to convert by bdds
38.72/38.95	c D: 1
38.72/38.95	c estimatedAdderCost: 39
38.72/38.95	c Try to convert by bdds
38.72/38.96	c D: 1
38.72/38.96	c estimatedAdderCost: 39
38.72/38.96	c Try to convert by bdds
38.72/38.98	c D: 1
38.72/38.98	c estimatedAdderCost: 39
38.72/38.98	c Try to convert by bdds
38.72/38.99	c D: 1
38.72/38.99	c estimatedAdderCost: 39
38.72/38.99	c Try to convert by bdds
38.72/39.01	c D: 1
38.72/39.01	c estimatedAdderCost: 39
38.72/39.01	c Try to convert by bdds
38.83/39.02	c D: 1
38.83/39.02	c estimatedAdderCost: 39
38.83/39.02	c Try to convert by bdds
38.83/39.04	c D: 1
38.83/39.04	c estimatedAdderCost: 39
38.83/39.04	c Try to convert by bdds
38.83/39.05	c D: 1
38.83/39.05	c estimatedAdderCost: 39
38.83/39.05	c Try to convert by bdds
38.83/39.07	c D: 1
38.83/39.07	c estimatedAdderCost: 39
38.83/39.07	c Try to convert by bdds
38.83/39.08	c D: 1
38.83/39.08	c estimatedAdderCost: 39
38.83/39.08	c Try to convert by bdds
38.83/39.10	c D: 1
38.83/39.10	c estimatedAdderCost: 39
38.83/39.10	c Try to convert by bdds
38.93/39.11	c D: 1
38.93/39.11	c estimatedAdderCost: 39
38.93/39.11	c Try to convert by bdds
38.93/39.12	c D: 1
38.93/39.12	c estimatedAdderCost: 39
38.93/39.12	c Try to convert by bdds
38.93/39.14	c D: 1
38.93/39.14	c estimatedAdderCost: 39
38.93/39.14	c Try to convert by bdds
38.93/39.15	c D: 1
38.93/39.15	c estimatedAdderCost: 39
38.93/39.15	c Try to convert by bdds
38.93/39.17	c D: 1
38.93/39.17	c estimatedAdderCost: 39
38.93/39.17	c Try to convert by bdds
38.93/39.18	c D: 1
38.93/39.18	c estimatedAdderCost: 39
38.93/39.18	c Try to convert by bdds
39.02/39.20	c D: 1
39.02/39.20	c estimatedAdderCost: 39
39.02/39.20	c Try to convert by bdds
39.02/39.21	c D: 1
39.02/39.21	c estimatedAdderCost: 39
39.02/39.21	c Try to convert by bdds
39.02/39.23	c D: 1
39.02/39.23	c estimatedAdderCost: 39
39.02/39.23	c Try to convert by bdds
39.02/39.24	c D: 1
39.02/39.24	c estimatedAdderCost: 39
39.02/39.24	c Try to convert by bdds
39.02/39.26	c D: 1
39.02/39.26	c estimatedAdderCost: 39
39.02/39.26	c Try to convert by bdds
39.02/39.27	c D: 1
39.02/39.27	c estimatedAdderCost: 39
39.02/39.27	c Try to convert by bdds
39.02/39.29	c D: 1
39.02/39.29	c estimatedAdderCost: 39
39.02/39.29	c Try to convert by bdds
39.12/39.30	c D: 1
39.12/39.30	c estimatedAdderCost: 39
39.12/39.30	c Try to convert by bdds
39.12/39.32	c D: 1
39.12/39.32	c estimatedAdderCost: 39
39.12/39.32	c Try to convert by bdds
39.12/39.33	c D: 1
39.12/39.33	c estimatedAdderCost: 39
39.12/39.33	c Try to convert by bdds
39.12/39.35	c D: 1
39.12/39.35	c estimatedAdderCost: 39
39.12/39.35	c Try to convert by bdds
39.12/39.36	c D: 1
39.12/39.36	c estimatedAdderCost: 39
39.12/39.36	c Try to convert by bdds
39.12/39.37	c D: 1
39.12/39.37	c estimatedAdderCost: 39
39.12/39.37	c Try to convert by bdds
39.12/39.39	c D: 1
39.12/39.39	c estimatedAdderCost: 39
39.12/39.39	c Try to convert by bdds
39.22/39.40	c D: 1
39.22/39.40	c estimatedAdderCost: 39
39.22/39.40	c Try to convert by bdds
39.22/39.42	c D: 1
39.22/39.42	c estimatedAdderCost: 39
39.22/39.42	c Try to convert by bdds
39.22/39.43	c D: 1
39.22/39.43	c estimatedAdderCost: 39
39.22/39.43	c Try to convert by bdds
39.22/39.45	c D: 1
39.22/39.45	c estimatedAdderCost: 39
39.22/39.45	c Try to convert by bdds
39.22/39.46	c D: 1
39.22/39.46	c estimatedAdderCost: 39
39.22/39.46	c Try to convert by bdds
39.22/39.48	c D: 1
39.22/39.48	c estimatedAdderCost: 39
39.22/39.48	c Try to convert by bdds
39.22/39.49	c D: 1
39.22/39.49	c estimatedAdderCost: 39
39.22/39.49	c Try to convert by bdds
39.32/39.51	c D: 1
39.32/39.51	c estimatedAdderCost: 39
39.32/39.51	c Try to convert by bdds
39.32/39.52	c D: 1
39.32/39.52	c estimatedAdderCost: 39
39.32/39.52	c Try to convert by bdds
39.32/39.54	c D: 1
39.32/39.54	c estimatedAdderCost: 30
39.32/39.54	c Try to convert by bdds
39.32/39.55	c D: 1
39.32/39.55	c estimatedAdderCost: 30
39.32/39.55	c Try to convert by bdds
39.32/39.56	c D: 1
39.32/39.56	c estimatedAdderCost: 30
39.32/39.56	c Try to convert by bdds
39.32/39.57	c D: 1
39.32/39.57	c estimatedAdderCost: 30
39.32/39.57	c Try to convert by bdds
39.32/39.58	c D: 1
39.32/39.58	c estimatedAdderCost: 30
39.32/39.58	c Try to convert by bdds
39.32/39.59	c D: 1
39.32/39.59	c estimatedAdderCost: 30
39.32/39.59	c Try to convert by bdds
39.42/39.60	c D: 1
39.42/39.60	c estimatedAdderCost: 30
39.42/39.60	c Try to convert by bdds
39.42/39.61	c D: 1
39.42/39.61	c estimatedAdderCost: 30
39.42/39.61	c Try to convert by bdds
39.42/39.62	c D: 1
39.42/39.62	c estimatedAdderCost: 39
39.42/39.62	c Try to convert by bdds
39.42/39.63	c D: 1
39.42/39.63	c estimatedAdderCost: 39
39.42/39.63	c Try to convert by bdds
39.42/39.64	c D: 1
39.42/39.64	c estimatedAdderCost: 39
39.42/39.64	c Try to convert by bdds
39.42/39.66	c D: 1
39.42/39.66	c estimatedAdderCost: 39
39.42/39.66	c Try to convert by bdds
39.42/39.67	c D: 1
39.42/39.67	c estimatedAdderCost: 39
39.42/39.67	c Try to convert by bdds
39.42/39.69	c D: 1
39.42/39.69	c estimatedAdderCost: 39
39.42/39.69	c Try to convert by bdds
39.52/39.70	c D: 1
39.52/39.70	c estimatedAdderCost: 39
39.52/39.70	c Try to convert by bdds
39.52/39.72	c D: 1
39.52/39.72	c estimatedAdderCost: 39
39.52/39.72	c Try to convert by bdds
39.52/39.73	c D: 1
39.52/39.73	c estimatedAdderCost: 39
39.52/39.73	c Try to convert by bdds
39.52/39.75	c D: 1
39.52/39.75	c estimatedAdderCost: 39
39.52/39.75	c Try to convert by bdds
39.52/39.76	c D: 1
39.52/39.76	c estimatedAdderCost: 39
39.52/39.76	c Try to convert by bdds
39.52/39.78	c D: 1
39.52/39.78	c estimatedAdderCost: 39
39.52/39.78	c Try to convert by bdds
39.52/39.79	c D: 1
39.52/39.79	c estimatedAdderCost: 39
39.52/39.79	c Try to convert by bdds
39.62/39.81	c D: 1
39.62/39.81	c estimatedAdderCost: 39
39.62/39.81	c Try to convert by bdds
39.62/39.82	c D: 1
39.62/39.82	c estimatedAdderCost: 39
39.62/39.82	c Try to convert by bdds
39.62/39.84	c D: 1
39.62/39.84	c estimatedAdderCost: 39
39.62/39.84	c Try to convert by bdds
39.62/39.85	c D: 1
39.62/39.85	c estimatedAdderCost: 39
39.62/39.85	c Try to convert by bdds
39.62/39.87	c D: 1
39.62/39.87	c estimatedAdderCost: 39
39.62/39.87	c Try to convert by bdds
39.62/39.88	c D: 1
39.62/39.88	c estimatedAdderCost: 39
39.62/39.88	c Try to convert by bdds
39.62/39.89	c D: 1
39.62/39.89	c estimatedAdderCost: 39
39.62/39.89	c Try to convert by bdds
39.72/39.91	c D: 1
39.72/39.91	c estimatedAdderCost: 39
39.72/39.91	c Try to convert by bdds
39.72/39.92	c D: 1
39.72/39.92	c estimatedAdderCost: 39
39.72/39.92	c Try to convert by bdds
39.72/39.94	c D: 1
39.72/39.94	c estimatedAdderCost: 39
39.72/39.94	c Try to convert by bdds
39.72/39.95	c D: 1
39.72/39.95	c estimatedAdderCost: 39
39.72/39.95	c Try to convert by bdds
39.72/39.97	c D: 1
39.72/39.97	c estimatedAdderCost: 39
39.72/39.97	c Try to convert by bdds
39.72/39.98	c D: 1
39.72/39.98	c estimatedAdderCost: 39
39.72/39.98	c Try to convert by bdds
39.72/40.00	c D: 1
39.72/40.00	c estimatedAdderCost: 39
39.72/40.00	c Try to convert by bdds
39.83/40.01	c D: 1
39.83/40.01	c estimatedAdderCost: 39
39.83/40.01	c Try to convert by bdds
39.83/40.03	c D: 1
39.83/40.03	c estimatedAdderCost: 39
39.83/40.03	c Try to convert by bdds
39.83/40.04	c D: 1
39.83/40.04	c estimatedAdderCost: 39
39.83/40.04	c Try to convert by bdds
39.83/40.06	c D: 1
39.83/40.06	c estimatedAdderCost: 39
39.83/40.06	c Try to convert by bdds
39.83/40.07	c D: 1
39.83/40.07	c estimatedAdderCost: 39
39.83/40.07	c Try to convert by bdds
39.83/40.09	c D: 1
39.83/40.09	c estimatedAdderCost: 39
39.83/40.09	c Try to convert by bdds
39.83/40.10	c D: 1
39.83/40.10	c estimatedAdderCost: 39
39.83/40.10	c Try to convert by bdds
39.93/40.12	c D: 1
39.93/40.12	c estimatedAdderCost: 39
39.93/40.12	c Try to convert by bdds
39.93/40.13	c D: 1
39.93/40.13	c estimatedAdderCost: 39
39.93/40.13	c Try to convert by bdds
39.93/40.14	c D: 1
39.93/40.14	c estimatedAdderCost: 39
39.93/40.14	c Try to convert by bdds
39.93/40.16	c D: 1
39.93/40.16	c estimatedAdderCost: 39
39.93/40.16	c Try to convert by bdds
39.93/40.17	c D: 1
39.93/40.17	c estimatedAdderCost: 39
39.93/40.17	c Try to convert by bdds
39.93/40.19	c D: 1
39.93/40.19	c estimatedAdderCost: 39
39.93/40.19	c Try to convert by bdds
40.02/40.20	c D: 1
40.02/40.20	c estimatedAdderCost: 39
40.02/40.20	c Try to convert by bdds
40.02/40.22	c D: 1
40.02/40.22	c estimatedAdderCost: 39
40.02/40.22	c Try to convert by bdds
40.02/40.23	c D: 1
40.02/40.23	c estimatedAdderCost: 39
40.02/40.23	c Try to convert by bdds
40.02/40.25	c D: 1
40.02/40.25	c estimatedAdderCost: 39
40.02/40.25	c Try to convert by bdds
40.02/40.26	c D: 1
40.02/40.26	c estimatedAdderCost: 39
40.02/40.26	c Try to convert by bdds
40.02/40.28	c D: 1
40.02/40.28	c estimatedAdderCost: 39
40.02/40.28	c Try to convert by bdds
40.02/40.29	c D: 1
40.02/40.29	c estimatedAdderCost: 39
40.02/40.29	c Try to convert by bdds
40.12/40.31	c D: 1
40.12/40.31	c estimatedAdderCost: 39
40.12/40.31	c Try to convert by bdds
40.12/40.32	c D: 1
40.12/40.32	c estimatedAdderCost: 39
40.12/40.32	c Try to convert by bdds
40.12/40.34	c D: 1
40.12/40.34	c estimatedAdderCost: 39
40.12/40.34	c Try to convert by bdds
40.12/40.35	c D: 1
40.12/40.35	c estimatedAdderCost: 39
40.12/40.35	c Try to convert by bdds
40.12/40.37	c D: 1
40.12/40.37	c estimatedAdderCost: 39
40.12/40.37	c Try to convert by bdds
40.12/40.38	c D: 1
40.12/40.38	c estimatedAdderCost: 39
40.12/40.38	c Try to convert by bdds
40.12/40.40	c D: 1
40.12/40.40	c estimatedAdderCost: 39
40.12/40.40	c Try to convert by bdds
40.22/40.41	c D: 1
40.22/40.41	c estimatedAdderCost: 39
40.22/40.41	c Try to convert by bdds
40.22/40.42	c D: 1
40.22/40.42	c estimatedAdderCost: 39
40.22/40.42	c Try to convert by bdds
40.22/40.44	c D: 1
40.22/40.44	c estimatedAdderCost: 39
40.22/40.44	c Try to convert by bdds
40.22/40.45	c D: 1
40.22/40.45	c estimatedAdderCost: 39
40.22/40.45	c Try to convert by bdds
40.22/40.47	c D: 1
40.22/40.47	c estimatedAdderCost: 39
40.22/40.47	c Try to convert by bdds
40.22/40.48	c D: 1
40.22/40.48	c estimatedAdderCost: 39
40.22/40.48	c Try to convert by bdds
40.32/40.50	c D: 1
40.32/40.50	c estimatedAdderCost: 39
40.32/40.50	c Try to convert by bdds
40.32/40.51	c D: 1
40.32/40.51	c estimatedAdderCost: 39
40.32/40.51	c Try to convert by bdds
40.32/40.53	c D: 1
40.32/40.53	c estimatedAdderCost: 39
40.32/40.53	c Try to convert by bdds
40.32/40.54	c D: 1
40.32/40.54	c estimatedAdderCost: 39
40.32/40.54	c Try to convert by bdds
40.32/40.56	c D: 1
40.32/40.56	c estimatedAdderCost: 39
40.32/40.56	c Try to convert by bdds
40.32/40.57	c D: 1
40.32/40.57	c estimatedAdderCost: 39
40.32/40.57	c Try to convert by bdds
40.32/40.59	c D: 1
40.32/40.59	c estimatedAdderCost: 39
40.32/40.59	c Try to convert by bdds
40.42/40.60	c D: 1
40.42/40.60	c estimatedAdderCost: 39
40.42/40.60	c Try to convert by bdds
40.42/40.62	c D: 1
40.42/40.62	c estimatedAdderCost: 30
40.42/40.62	c Try to convert by bdds
40.42/40.63	c D: 1
40.42/40.63	c estimatedAdderCost: 30
40.42/40.63	c Try to convert by bdds
40.42/40.64	c D: 1
40.42/40.64	c estimatedAdderCost: 30
40.42/40.64	c Try to convert by bdds
40.42/40.65	c D: 1
40.42/40.65	c estimatedAdderCost: 30
40.42/40.65	c Try to convert by bdds
40.42/40.66	c D: 1
40.42/40.66	c estimatedAdderCost: 30
40.42/40.66	c Try to convert by bdds
40.42/40.67	c D: 1
40.42/40.67	c estimatedAdderCost: 30
40.42/40.67	c Try to convert by bdds
40.42/40.67	c D: 1
40.42/40.67	c estimatedAdderCost: 30
40.42/40.67	c Try to convert by bdds
40.42/40.68	c D: 1
40.42/40.68	c estimatedAdderCost: 30
40.42/40.68	c Try to convert by bdds
40.42/40.69	c D: 1
40.42/40.69	c estimatedAdderCost: 30
40.42/40.69	c Try to convert by bdds
40.52/40.70	c D: 1
40.52/40.70	c estimatedAdderCost: 39
40.52/40.70	c Try to convert by bdds
40.52/40.72	c D: 1
40.52/40.72	c estimatedAdderCost: 39
40.52/40.72	c Try to convert by bdds
40.52/40.73	c D: 1
40.52/40.73	c estimatedAdderCost: 39
40.52/40.73	c Try to convert by bdds
40.52/40.75	c D: 1
40.52/40.75	c estimatedAdderCost: 39
40.52/40.75	c Try to convert by bdds
40.52/40.76	c D: 1
40.52/40.76	c estimatedAdderCost: 39
40.52/40.76	c Try to convert by bdds
40.52/40.78	c D: 1
40.52/40.78	c estimatedAdderCost: 39
40.52/40.78	c Try to convert by bdds
40.52/40.79	c D: 1
40.52/40.79	c estimatedAdderCost: 39
40.52/40.79	c Try to convert by bdds
40.62/40.81	c D: 1
40.62/40.81	c estimatedAdderCost: 39
40.62/40.81	c Try to convert by bdds
40.62/40.82	c D: 1
40.62/40.82	c estimatedAdderCost: 39
40.62/40.82	c Try to convert by bdds
40.62/40.84	c D: 1
40.62/40.84	c estimatedAdderCost: 39
40.62/40.84	c Try to convert by bdds
40.62/40.85	c D: 1
40.62/40.85	c estimatedAdderCost: 39
40.62/40.85	c Try to convert by bdds
40.62/40.87	c D: 1
40.62/40.87	c estimatedAdderCost: 39
40.62/40.87	c Try to convert by bdds
40.62/40.88	c D: 1
40.62/40.88	c estimatedAdderCost: 39
40.62/40.88	c Try to convert by bdds
40.62/40.90	c D: 1
40.62/40.90	c estimatedAdderCost: 39
40.62/40.90	c Try to convert by bdds
40.72/40.91	c D: 1
40.72/40.91	c estimatedAdderCost: 39
40.72/40.91	c Try to convert by bdds
40.72/40.92	c D: 1
40.72/40.92	c estimatedAdderCost: 39
40.72/40.92	c Try to convert by bdds
40.72/40.94	c D: 1
40.72/40.94	c estimatedAdderCost: 39
40.72/40.94	c Try to convert by bdds
40.72/40.95	c D: 1
40.72/40.95	c estimatedAdderCost: 39
40.72/40.95	c Try to convert by bdds
40.72/40.97	c D: 1
40.72/40.97	c estimatedAdderCost: 39
40.72/40.97	c Try to convert by bdds
40.72/40.98	c D: 1
40.72/40.98	c estimatedAdderCost: 39
40.72/40.98	c Try to convert by bdds
40.72/41.00	c D: 1
40.72/41.00	c estimatedAdderCost: 39
40.72/41.00	c Try to convert by bdds
40.83/41.01	c D: 1
40.83/41.01	c estimatedAdderCost: 39
40.83/41.01	c Try to convert by bdds
40.83/41.03	c D: 1
40.83/41.03	c estimatedAdderCost: 39
40.83/41.03	c Try to convert by bdds
40.83/41.04	c D: 1
40.83/41.04	c estimatedAdderCost: 39
40.83/41.04	c Try to convert by bdds
40.83/41.06	c D: 1
40.83/41.06	c estimatedAdderCost: 39
40.83/41.06	c Try to convert by bdds
40.83/41.07	c D: 1
40.83/41.07	c estimatedAdderCost: 39
40.83/41.07	c Try to convert by bdds
40.83/41.09	c D: 1
40.83/41.09	c estimatedAdderCost: 39
40.83/41.09	c Try to convert by bdds
40.83/41.10	c D: 1
40.83/41.10	c estimatedAdderCost: 39
40.83/41.10	c Try to convert by bdds
40.93/41.12	c D: 1
40.93/41.12	c estimatedAdderCost: 39
40.93/41.12	c Try to convert by bdds
40.93/41.13	c D: 1
40.93/41.13	c estimatedAdderCost: 39
40.93/41.13	c Try to convert by bdds
40.93/41.15	c D: 1
40.93/41.15	c estimatedAdderCost: 39
40.93/41.15	c Try to convert by bdds
40.93/41.16	c D: 1
40.93/41.16	c estimatedAdderCost: 39
40.93/41.16	c Try to convert by bdds
40.93/41.18	c D: 1
40.93/41.18	c estimatedAdderCost: 39
40.93/41.18	c Try to convert by bdds
40.93/41.19	c D: 1
40.93/41.19	c estimatedAdderCost: 39
40.93/41.19	c Try to convert by bdds
41.01/41.20	c D: 1
41.01/41.20	c estimatedAdderCost: 39
41.01/41.20	c Try to convert by bdds
41.01/41.22	c D: 1
41.01/41.22	c estimatedAdderCost: 39
41.01/41.22	c Try to convert by bdds
41.01/41.23	c D: 1
41.01/41.23	c estimatedAdderCost: 39
41.01/41.23	c Try to convert by bdds
41.01/41.25	c D: 1
41.01/41.25	c estimatedAdderCost: 39
41.01/41.25	c Try to convert by bdds
41.01/41.26	c D: 1
41.01/41.26	c estimatedAdderCost: 39
41.01/41.26	c Try to convert by bdds
41.01/41.28	c D: 1
41.01/41.28	c estimatedAdderCost: 39
41.01/41.28	c Try to convert by bdds
41.01/41.29	c D: 1
41.01/41.29	c estimatedAdderCost: 39
41.01/41.29	c Try to convert by bdds
41.11/41.31	c D: 1
41.11/41.31	c estimatedAdderCost: 39
41.11/41.31	c Try to convert by bdds
41.11/41.32	c D: 1
41.11/41.32	c estimatedAdderCost: 39
41.11/41.32	c Try to convert by bdds
41.11/41.34	c D: 1
41.11/41.34	c estimatedAdderCost: 39
41.11/41.34	c Try to convert by bdds
41.11/41.35	c D: 1
41.11/41.35	c estimatedAdderCost: 39
41.11/41.35	c Try to convert by bdds
41.11/41.37	c D: 1
41.11/41.37	c estimatedAdderCost: 39
41.11/41.37	c Try to convert by bdds
41.11/41.38	c D: 1
41.11/41.38	c estimatedAdderCost: 39
41.11/41.38	c Try to convert by bdds
41.21/41.40	c D: 1
41.21/41.40	c estimatedAdderCost: 39
41.21/41.40	c Try to convert by bdds
41.21/41.41	c D: 1
41.21/41.41	c estimatedAdderCost: 39
41.21/41.41	c Try to convert by bdds
41.21/41.43	c D: 1
41.21/41.43	c estimatedAdderCost: 39
41.21/41.43	c Try to convert by bdds
41.21/41.44	c D: 1
41.21/41.44	c estimatedAdderCost: 39
41.21/41.44	c Try to convert by bdds
41.21/41.45	c D: 1
41.21/41.45	c estimatedAdderCost: 39
41.21/41.45	c Try to convert by bdds
41.21/41.47	c D: 1
41.21/41.47	c estimatedAdderCost: 39
41.21/41.47	c Try to convert by bdds
41.21/41.48	c D: 1
41.21/41.48	c estimatedAdderCost: 39
41.21/41.48	c Try to convert by bdds
41.31/41.50	c D: 1
41.31/41.50	c estimatedAdderCost: 39
41.31/41.50	c Try to convert by bdds
41.31/41.51	c D: 1
41.31/41.51	c estimatedAdderCost: 39
41.31/41.51	c Try to convert by bdds
41.31/41.53	c D: 1
41.31/41.53	c estimatedAdderCost: 39
41.31/41.53	c Try to convert by bdds
41.31/41.54	c D: 1
41.31/41.54	c estimatedAdderCost: 39
41.31/41.54	c Try to convert by bdds
41.31/41.56	c D: 1
41.31/41.56	c estimatedAdderCost: 39
41.31/41.56	c Try to convert by bdds
41.31/41.57	c D: 1
41.31/41.57	c estimatedAdderCost: 39
41.31/41.57	c Try to convert by bdds
41.31/41.59	c D: 1
41.31/41.59	c estimatedAdderCost: 39
41.31/41.59	c Try to convert by bdds
41.41/41.60	c D: 1
41.41/41.60	c estimatedAdderCost: 39
41.41/41.60	c Try to convert by bdds
41.41/41.62	c D: 1
41.41/41.62	c estimatedAdderCost: 39
41.41/41.62	c Try to convert by bdds
41.41/41.63	c D: 1
41.41/41.63	c estimatedAdderCost: 39
41.41/41.63	c Try to convert by bdds
41.41/41.65	c D: 1
41.41/41.65	c estimatedAdderCost: 39
41.41/41.65	c Try to convert by bdds
41.41/41.66	c D: 1
41.41/41.66	c estimatedAdderCost: 39
41.41/41.66	c Try to convert by bdds
41.41/41.68	c D: 1
41.41/41.68	c estimatedAdderCost: 39
41.41/41.68	c Try to convert by bdds
41.41/41.69	c D: 1
41.41/41.69	c estimatedAdderCost: 39
41.41/41.69	c Try to convert by bdds
41.51/41.70	c D: 1
41.51/41.70	c estimatedAdderCost: 39
41.51/41.70	c Try to convert by bdds
41.51/41.72	c D: 1
41.51/41.72	c estimatedAdderCost: 39
41.51/41.72	c Try to convert by bdds
41.51/41.73	c D: 1
41.51/41.73	c estimatedAdderCost: 39
41.51/41.73	c Try to convert by bdds
41.51/41.75	c D: 1
41.51/41.75	c estimatedAdderCost: 39
41.51/41.75	c Try to convert by bdds
41.51/41.76	c D: 1
41.51/41.76	c estimatedAdderCost: 30
41.51/41.76	c Try to convert by bdds
41.51/41.77	c D: 1
41.51/41.77	c estimatedAdderCost: 30
41.51/41.77	c Try to convert by bdds
41.51/41.78	c D: 1
41.51/41.78	c estimatedAdderCost: 30
41.51/41.78	c Try to convert by bdds
41.51/41.79	c D: 1
41.51/41.79	c estimatedAdderCost: 30
41.51/41.79	c Try to convert by bdds
41.61/41.80	c D: 1
41.61/41.80	c estimatedAdderCost: 30
41.61/41.80	c Try to convert by bdds
41.61/41.81	c D: 1
41.61/41.81	c estimatedAdderCost: 30
41.61/41.81	c Try to convert by bdds
41.61/41.82	c D: 1
41.61/41.82	c estimatedAdderCost: 30
41.61/41.82	c Try to convert by bdds
41.61/41.83	c D: 1
41.61/41.83	c estimatedAdderCost: 30
41.61/41.83	c Try to convert by bdds
41.61/41.84	c D: 1
41.61/41.84	c estimatedAdderCost: 30
41.61/41.84	c Try to convert by bdds
41.61/41.85	c D: 1
41.61/41.85	c estimatedAdderCost: 30
41.61/41.85	c Try to convert by bdds
41.61/41.86	c D: 1
41.61/41.86	c estimatedAdderCost: 39
41.61/41.86	c Try to convert by bdds
41.61/41.88	c D: 1
41.61/41.88	c estimatedAdderCost: 39
41.61/41.88	c Try to convert by bdds
41.61/41.89	c D: 1
41.61/41.89	c estimatedAdderCost: 39
41.61/41.89	c Try to convert by bdds
41.71/41.91	c D: 1
41.71/41.91	c estimatedAdderCost: 39
41.71/41.91	c Try to convert by bdds
41.71/41.92	c D: 1
41.71/41.92	c estimatedAdderCost: 39
41.71/41.92	c Try to convert by bdds
41.71/41.94	c D: 1
41.71/41.94	c estimatedAdderCost: 39
41.71/41.94	c Try to convert by bdds
41.71/41.95	c D: 1
41.71/41.95	c estimatedAdderCost: 39
41.71/41.95	c Try to convert by bdds
41.71/41.96	c D: 1
41.71/41.96	c estimatedAdderCost: 39
41.71/41.96	c Try to convert by bdds
41.71/41.98	c D: 1
41.71/41.98	c estimatedAdderCost: 39
41.71/41.98	c Try to convert by bdds
41.71/41.99	c D: 1
41.71/41.99	c estimatedAdderCost: 39
41.71/41.99	c Try to convert by bdds
41.82/42.01	c D: 1
41.82/42.01	c estimatedAdderCost: 39
41.82/42.01	c Try to convert by bdds
41.82/42.02	c D: 1
41.82/42.02	c estimatedAdderCost: 39
41.82/42.02	c Try to convert by bdds
41.82/42.04	c D: 1
41.82/42.04	c estimatedAdderCost: 39
41.82/42.04	c Try to convert by bdds
41.82/42.05	c D: 1
41.82/42.05	c estimatedAdderCost: 39
41.82/42.05	c Try to convert by bdds
41.82/42.07	c D: 1
41.82/42.07	c estimatedAdderCost: 39
41.82/42.07	c Try to convert by bdds
41.82/42.08	c D: 1
41.82/42.08	c estimatedAdderCost: 39
41.82/42.08	c Try to convert by bdds
41.82/42.10	c D: 1
41.82/42.10	c estimatedAdderCost: 39
41.82/42.10	c Try to convert by bdds
41.92/42.11	c D: 1
41.92/42.11	c estimatedAdderCost: 39
41.92/42.11	c Try to convert by bdds
41.92/42.13	c D: 1
41.92/42.13	c estimatedAdderCost: 39
41.92/42.13	c Try to convert by bdds
41.92/42.14	c D: 1
41.92/42.14	c estimatedAdderCost: 39
41.92/42.14	c Try to convert by bdds
41.92/42.16	c D: 1
41.92/42.16	c estimatedAdderCost: 39
41.92/42.16	c Try to convert by bdds
41.92/42.17	c D: 1
41.92/42.17	c estimatedAdderCost: 39
41.92/42.17	c Try to convert by bdds
41.92/42.19	c D: 1
41.92/42.19	c estimatedAdderCost: 39
41.92/42.19	c Try to convert by bdds
42.01/42.20	c D: 1
42.01/42.20	c estimatedAdderCost: 39
42.01/42.20	c Try to convert by bdds
42.01/42.22	c D: 1
42.01/42.22	c estimatedAdderCost: 39
42.01/42.22	c Try to convert by bdds
42.01/42.23	c D: 1
42.01/42.23	c estimatedAdderCost: 39
42.01/42.23	c Try to convert by bdds
42.01/42.25	c D: 1
42.01/42.25	c estimatedAdderCost: 39
42.01/42.25	c Try to convert by bdds
42.01/42.26	c D: 1
42.01/42.26	c estimatedAdderCost: 39
42.01/42.26	c Try to convert by bdds
42.01/42.27	c D: 1
42.01/42.27	c estimatedAdderCost: 39
42.01/42.27	c Try to convert by bdds
42.01/42.29	c D: 1
42.01/42.29	c estimatedAdderCost: 39
42.01/42.29	c Try to convert by bdds
42.11/42.30	c D: 1
42.11/42.30	c estimatedAdderCost: 39
42.11/42.30	c Try to convert by bdds
42.11/42.32	c D: 1
42.11/42.32	c estimatedAdderCost: 39
42.11/42.32	c Try to convert by bdds
42.11/42.33	c D: 1
42.11/42.33	c estimatedAdderCost: 39
42.11/42.33	c Try to convert by bdds
42.11/42.35	c D: 1
42.11/42.35	c estimatedAdderCost: 39
42.11/42.35	c Try to convert by bdds
42.11/42.36	c D: 1
42.11/42.36	c estimatedAdderCost: 39
42.11/42.36	c Try to convert by bdds
42.11/42.38	c D: 1
42.11/42.38	c estimatedAdderCost: 39
42.11/42.38	c Try to convert by bdds
42.11/42.39	c D: 1
42.11/42.39	c estimatedAdderCost: 39
42.11/42.39	c Try to convert by bdds
42.21/42.41	c D: 1
42.21/42.41	c estimatedAdderCost: 39
42.21/42.41	c Try to convert by bdds
42.21/42.42	c D: 1
42.21/42.42	c estimatedAdderCost: 39
42.21/42.42	c Try to convert by bdds
42.21/42.44	c D: 1
42.21/42.44	c estimatedAdderCost: 39
42.21/42.44	c Try to convert by bdds
42.21/42.45	c D: 1
42.21/42.45	c estimatedAdderCost: 39
42.21/42.45	c Try to convert by bdds
42.21/42.47	c D: 1
42.21/42.47	c estimatedAdderCost: 39
42.21/42.47	c Try to convert by bdds
42.21/42.48	c D: 1
42.21/42.48	c estimatedAdderCost: 39
42.21/42.48	c Try to convert by bdds
42.21/42.50	c D: 1
42.21/42.50	c estimatedAdderCost: 39
42.21/42.50	c Try to convert by bdds
42.31/42.51	c D: 1
42.31/42.51	c estimatedAdderCost: 39
42.31/42.51	c Try to convert by bdds
42.31/42.52	c D: 1
42.31/42.52	c estimatedAdderCost: 39
42.31/42.52	c Try to convert by bdds
42.31/42.54	c D: 1
42.31/42.54	c estimatedAdderCost: 39
42.31/42.54	c Try to convert by bdds
42.31/42.55	c D: 1
42.31/42.55	c estimatedAdderCost: 39
42.31/42.55	c Try to convert by bdds
42.31/42.57	c D: 1
42.31/42.57	c estimatedAdderCost: 39
42.31/42.57	c Try to convert by bdds
42.31/42.58	c D: 1
42.31/42.58	c estimatedAdderCost: 39
42.31/42.58	c Try to convert by bdds
42.41/42.60	c D: 1
42.41/42.60	c estimatedAdderCost: 39
42.41/42.60	c Try to convert by bdds
42.41/42.61	c D: 1
42.41/42.61	c estimatedAdderCost: 39
42.41/42.61	c Try to convert by bdds
42.41/42.63	c D: 1
42.41/42.63	c estimatedAdderCost: 39
42.41/42.63	c Try to convert by bdds
42.41/42.64	c D: 1
42.41/42.64	c estimatedAdderCost: 39
42.41/42.64	c Try to convert by bdds
42.41/42.66	c D: 1
42.41/42.66	c estimatedAdderCost: 39
42.41/42.66	c Try to convert by bdds
42.41/42.67	c D: 1
42.41/42.67	c estimatedAdderCost: 39
42.41/42.67	c Try to convert by bdds
42.41/42.69	c D: 1
42.41/42.69	c estimatedAdderCost: 39
42.41/42.69	c Try to convert by bdds
42.51/42.70	c D: 1
42.51/42.70	c estimatedAdderCost: 39
42.51/42.70	c Try to convert by bdds
42.51/42.72	c D: 1
42.51/42.72	c estimatedAdderCost: 39
42.51/42.72	c Try to convert by bdds
42.51/42.73	c D: 1
42.51/42.73	c estimatedAdderCost: 39
42.51/42.73	c Try to convert by bdds
42.51/42.75	c D: 1
42.51/42.75	c estimatedAdderCost: 39
42.51/42.75	c Try to convert by bdds
42.51/42.76	c D: 1
42.51/42.76	c estimatedAdderCost: 39
42.51/42.76	c Try to convert by bdds
42.51/42.77	c D: 1
42.51/42.77	c estimatedAdderCost: 39
42.51/42.77	c Try to convert by bdds
42.51/42.79	c D: 1
42.51/42.79	c estimatedAdderCost: 39
42.51/42.79	c Try to convert by bdds
42.61/42.80	c D: 1
42.61/42.80	c estimatedAdderCost: 39
42.61/42.80	c Try to convert by bdds
42.61/42.82	c D: 1
42.61/42.82	c estimatedAdderCost: 39
42.61/42.82	c Try to convert by bdds
42.61/42.83	c D: 1
42.61/42.83	c estimatedAdderCost: 39
42.61/42.83	c Try to convert by bdds
42.61/42.85	c D: 1
42.61/42.85	c estimatedAdderCost: 39
42.61/42.85	c Try to convert by bdds
42.61/42.86	c D: 1
42.61/42.86	c estimatedAdderCost: 39
42.61/42.86	c Try to convert by bdds
42.61/42.88	c D: 1
42.61/42.88	c estimatedAdderCost: 39
42.61/42.88	c Try to convert by bdds
42.61/42.89	c D: 1
42.61/42.89	c estimatedAdderCost: 39
42.61/42.89	c Try to convert by bdds
42.71/42.91	c D: 1
42.71/42.91	c estimatedAdderCost: 39
42.71/42.91	c Try to convert by bdds
42.71/42.92	c D: 1
42.71/42.92	c estimatedAdderCost: 39
42.71/42.92	c Try to convert by bdds
42.71/42.94	c D: 1
42.71/42.94	c estimatedAdderCost: 39
42.71/42.94	c Try to convert by bdds
42.71/42.95	c D: 1
42.71/42.95	c estimatedAdderCost: 39
42.71/42.95	c Try to convert by bdds
42.71/42.97	c D: 1
42.71/42.97	c estimatedAdderCost: 30
42.71/42.97	c Try to convert by bdds
42.71/42.98	c D: 1
42.71/42.98	c estimatedAdderCost: 30
42.71/42.98	c Try to convert by bdds
42.71/42.99	c D: 1
42.71/42.99	c estimatedAdderCost: 30
42.71/42.99	c Try to convert by bdds
42.71/43.00	c D: 1
42.71/43.00	c estimatedAdderCost: 30
42.71/43.00	c Try to convert by bdds
42.71/43.01	c D: 1
42.71/43.01	c estimatedAdderCost: 30
42.71/43.01	c Try to convert by bdds
42.82/43.02	c D: 1
42.82/43.02	c estimatedAdderCost: 30
42.82/43.02	c Try to convert by bdds
42.82/43.03	c D: 1
42.82/43.03	c estimatedAdderCost: 30
42.82/43.03	c Try to convert by bdds
42.82/43.04	c D: 1
42.82/43.04	c estimatedAdderCost: 30
42.82/43.04	c Try to convert by bdds
42.82/43.05	c D: 1
42.82/43.05	c estimatedAdderCost: 30
42.82/43.05	c Try to convert by bdds
42.82/43.06	c D: 1
42.82/43.06	c estimatedAdderCost: 30
42.82/43.06	c Try to convert by bdds
42.82/43.06	c D: 1
42.82/43.06	c estimatedAdderCost: 30
42.82/43.06	c Try to convert by bdds
42.82/43.07	c D: 1
42.82/43.07	c estimatedAdderCost: 39
42.82/43.07	c Try to convert by bdds
42.82/43.09	c D: 1
42.82/43.09	c estimatedAdderCost: 39
42.82/43.09	c Try to convert by bdds
42.82/43.10	c D: 1
42.82/43.10	c estimatedAdderCost: 39
42.82/43.10	c Try to convert by bdds
42.92/43.12	c D: 1
42.92/43.12	c estimatedAdderCost: 39
42.92/43.12	c Try to convert by bdds
42.92/43.13	c D: 1
42.92/43.13	c estimatedAdderCost: 39
42.92/43.13	c Try to convert by bdds
42.92/43.15	c D: 1
42.92/43.15	c estimatedAdderCost: 39
42.92/43.15	c Try to convert by bdds
42.92/43.16	c D: 1
42.92/43.16	c estimatedAdderCost: 39
42.92/43.16	c Try to convert by bdds
42.92/43.18	c D: 1
42.92/43.18	c estimatedAdderCost: 39
42.92/43.18	c Try to convert by bdds
42.92/43.19	c D: 1
42.92/43.19	c estimatedAdderCost: 39
42.92/43.19	c Try to convert by bdds
43.01/43.21	c D: 1
43.01/43.21	c estimatedAdderCost: 39
43.01/43.21	c Try to convert by bdds
43.01/43.22	c D: 1
43.01/43.22	c estimatedAdderCost: 39
43.01/43.22	c Try to convert by bdds
43.01/43.24	c D: 1
43.01/43.24	c estimatedAdderCost: 39
43.01/43.24	c Try to convert by bdds
43.01/43.25	c D: 1
43.01/43.25	c estimatedAdderCost: 39
43.01/43.25	c Try to convert by bdds
43.01/43.27	c D: 1
43.01/43.27	c estimatedAdderCost: 39
43.01/43.27	c Try to convert by bdds
43.01/43.28	c D: 1
43.01/43.28	c estimatedAdderCost: 39
43.01/43.28	c Try to convert by bdds
43.11/43.30	c D: 1
43.11/43.30	c estimatedAdderCost: 39
43.11/43.30	c Try to convert by bdds
43.11/43.31	c D: 1
43.11/43.31	c estimatedAdderCost: 39
43.11/43.31	c Try to convert by bdds
43.11/43.33	c D: 1
43.11/43.33	c estimatedAdderCost: 39
43.11/43.33	c Try to convert by bdds
43.11/43.34	c D: 1
43.11/43.34	c estimatedAdderCost: 39
43.11/43.34	c Try to convert by bdds
43.11/43.35	c D: 1
43.11/43.35	c estimatedAdderCost: 39
43.11/43.35	c Try to convert by bdds
43.11/43.37	c D: 1
43.11/43.37	c estimatedAdderCost: 39
43.11/43.37	c Try to convert by bdds
43.11/43.38	c D: 1
43.11/43.38	c estimatedAdderCost: 39
43.11/43.38	c Try to convert by bdds
43.21/43.40	c D: 1
43.21/43.40	c estimatedAdderCost: 39
43.21/43.40	c Try to convert by bdds
43.21/43.41	c D: 1
43.21/43.41	c estimatedAdderCost: 39
43.21/43.41	c Try to convert by bdds
43.21/43.43	c D: 1
43.21/43.43	c estimatedAdderCost: 39
43.21/43.43	c Try to convert by bdds
43.21/43.44	c D: 1
43.21/43.44	c estimatedAdderCost: 39
43.21/43.44	c Try to convert by bdds
43.21/43.46	c D: 1
43.21/43.46	c estimatedAdderCost: 39
43.21/43.46	c Try to convert by bdds
43.21/43.47	c D: 1
43.21/43.47	c estimatedAdderCost: 39
43.21/43.47	c Try to convert by bdds
43.21/43.49	c D: 1
43.21/43.49	c estimatedAdderCost: 39
43.21/43.49	c Try to convert by bdds
43.31/43.50	c D: 1
43.31/43.50	c estimatedAdderCost: 39
43.31/43.50	c Try to convert by bdds
43.31/43.52	c D: 1
43.31/43.52	c estimatedAdderCost: 39
43.31/43.52	c Try to convert by bdds
43.31/43.53	c D: 1
43.31/43.53	c estimatedAdderCost: 39
43.31/43.53	c Try to convert by bdds
43.31/43.55	c D: 1
43.31/43.55	c estimatedAdderCost: 39
43.31/43.55	c Try to convert by bdds
43.31/43.56	c D: 1
43.31/43.56	c estimatedAdderCost: 39
43.31/43.56	c Try to convert by bdds
43.31/43.58	c D: 1
43.31/43.58	c estimatedAdderCost: 39
43.31/43.58	c Try to convert by bdds
43.31/43.59	c D: 1
43.31/43.59	c estimatedAdderCost: 39
43.31/43.59	c Try to convert by bdds
43.41/43.61	c D: 1
43.41/43.61	c estimatedAdderCost: 39
43.41/43.61	c Try to convert by bdds
43.41/43.62	c D: 1
43.41/43.62	c estimatedAdderCost: 39
43.41/43.62	c Try to convert by bdds
43.41/43.63	c D: 1
43.41/43.63	c estimatedAdderCost: 39
43.41/43.63	c Try to convert by bdds
43.41/43.65	c D: 1
43.41/43.65	c estimatedAdderCost: 39
43.41/43.65	c Try to convert by bdds
43.41/43.66	c D: 1
43.41/43.66	c estimatedAdderCost: 39
43.41/43.66	c Try to convert by bdds
43.41/43.68	c D: 1
43.41/43.68	c estimatedAdderCost: 39
43.41/43.68	c Try to convert by bdds
43.41/43.69	c D: 1
43.41/43.69	c estimatedAdderCost: 39
43.41/43.69	c Try to convert by bdds
43.51/43.71	c D: 1
43.51/43.71	c estimatedAdderCost: 39
43.51/43.71	c Try to convert by bdds
43.51/43.72	c D: 1
43.51/43.72	c estimatedAdderCost: 39
43.51/43.72	c Try to convert by bdds
43.51/43.74	c D: 1
43.51/43.74	c estimatedAdderCost: 39
43.51/43.74	c Try to convert by bdds
43.51/43.75	c D: 1
43.51/43.75	c estimatedAdderCost: 39
43.51/43.75	c Try to convert by bdds
43.51/43.77	c D: 1
43.51/43.77	c estimatedAdderCost: 39
43.51/43.77	c Try to convert by bdds
43.51/43.78	c D: 1
43.51/43.78	c estimatedAdderCost: 39
43.51/43.78	c Try to convert by bdds
43.61/43.80	c D: 1
43.61/43.80	c estimatedAdderCost: 39
43.61/43.80	c Try to convert by bdds
43.61/43.81	c D: 1
43.61/43.81	c estimatedAdderCost: 39
43.61/43.81	c Try to convert by bdds
43.61/43.83	c D: 1
43.61/43.83	c estimatedAdderCost: 39
43.61/43.83	c Try to convert by bdds
43.61/43.84	c D: 1
43.61/43.84	c estimatedAdderCost: 39
43.61/43.84	c Try to convert by bdds
43.61/43.86	c D: 1
43.61/43.86	c estimatedAdderCost: 39
43.61/43.86	c Try to convert by bdds
43.61/43.87	c D: 1
43.61/43.87	c estimatedAdderCost: 39
43.61/43.87	c Try to convert by bdds
43.61/43.88	c D: 1
43.61/43.88	c estimatedAdderCost: 39
43.61/43.88	c Try to convert by bdds
43.71/43.90	c D: 1
43.71/43.90	c estimatedAdderCost: 39
43.71/43.90	c Try to convert by bdds
43.71/43.91	c D: 1
43.71/43.91	c estimatedAdderCost: 39
43.71/43.91	c Try to convert by bdds
43.71/43.93	c D: 1
43.71/43.93	c estimatedAdderCost: 39
43.71/43.93	c Try to convert by bdds
43.71/43.94	c D: 1
43.71/43.94	c estimatedAdderCost: 39
43.71/43.94	c Try to convert by bdds
43.71/43.96	c D: 1
43.71/43.96	c estimatedAdderCost: 39
43.71/43.96	c Try to convert by bdds
43.71/43.97	c D: 1
43.71/43.97	c estimatedAdderCost: 39
43.71/43.97	c Try to convert by bdds
43.71/43.99	c D: 1
43.71/43.99	c estimatedAdderCost: 39
43.71/43.99	c Try to convert by bdds
43.71/44.00	c D: 1
43.71/44.00	c estimatedAdderCost: 39
43.71/44.00	c Try to convert by bdds
43.82/44.02	c D: 1
43.82/44.02	c estimatedAdderCost: 39
43.82/44.02	c Try to convert by bdds
43.82/44.03	c D: 1
43.82/44.03	c estimatedAdderCost: 39
43.82/44.03	c Try to convert by bdds
43.82/44.05	c D: 1
43.82/44.05	c estimatedAdderCost: 39
43.82/44.05	c Try to convert by bdds
43.82/44.06	c D: 1
43.82/44.06	c estimatedAdderCost: 39
43.82/44.06	c Try to convert by bdds
43.82/44.08	c D: 1
43.82/44.08	c estimatedAdderCost: 39
43.82/44.08	c Try to convert by bdds
43.82/44.09	c D: 1
43.82/44.09	c estimatedAdderCost: 39
43.82/44.09	c Try to convert by bdds
43.82/44.11	c D: 1
43.82/44.11	c estimatedAdderCost: 39
43.82/44.11	c Try to convert by bdds
43.92/44.12	c D: 1
43.92/44.12	c estimatedAdderCost: 39
43.92/44.12	c Try to convert by bdds
43.92/44.14	c D: 1
43.92/44.14	c estimatedAdderCost: 39
43.92/44.14	c Try to convert by bdds
43.92/44.15	c D: 1
43.92/44.15	c estimatedAdderCost: 39
43.92/44.15	c Try to convert by bdds
43.92/44.16	c D: 1
43.92/44.16	c estimatedAdderCost: 39
43.92/44.16	c Try to convert by bdds
43.92/44.18	c D: 1
43.92/44.18	c estimatedAdderCost: 39
43.92/44.18	c Try to convert by bdds
43.92/44.19	c D: 1
43.92/44.19	c estimatedAdderCost: 39
43.92/44.19	c Try to convert by bdds
44.00/44.21	c D: 1
44.00/44.21	c estimatedAdderCost: 30
44.00/44.21	c Try to convert by bdds
44.00/44.22	c D: 1
44.00/44.22	c estimatedAdderCost: 30
44.00/44.22	c Try to convert by bdds
44.00/44.23	c D: 1
44.00/44.23	c estimatedAdderCost: 30
44.00/44.23	c Try to convert by bdds
44.00/44.24	c D: 1
44.00/44.24	c estimatedAdderCost: 30
44.00/44.24	c Try to convert by bdds
44.00/44.25	c D: 1
44.00/44.25	c estimatedAdderCost: 30
44.00/44.25	c Try to convert by bdds
44.00/44.26	c D: 1
44.00/44.26	c estimatedAdderCost: 30
44.00/44.26	c Try to convert by bdds
44.00/44.27	c D: 1
44.00/44.27	c estimatedAdderCost: 30
44.00/44.27	c Try to convert by bdds
44.00/44.28	c D: 1
44.00/44.28	c estimatedAdderCost: 30
44.00/44.28	c Try to convert by bdds
44.00/44.29	c D: 1
44.00/44.29	c estimatedAdderCost: 30
44.00/44.29	c Try to convert by bdds
44.10/44.30	c D: 1
44.10/44.30	c estimatedAdderCost: 30
44.10/44.30	c Try to convert by bdds
44.10/44.31	c D: 1
44.10/44.31	c estimatedAdderCost: 30
44.10/44.31	c Try to convert by bdds
44.10/44.32	c D: 1
44.10/44.32	c estimatedAdderCost: 30
44.10/44.32	c Try to convert by bdds
44.10/44.33	c D: 1
44.10/44.33	c estimatedAdderCost: 30
44.10/44.33	c Try to convert by bdds
44.10/44.34	c D: 1
44.10/44.34	c estimatedAdderCost: 39
44.10/44.34	c Try to convert by bdds
44.10/44.35	c D: 1
44.10/44.35	c estimatedAdderCost: 39
44.10/44.35	c Try to convert by bdds
44.10/44.37	c D: 1
44.10/44.37	c estimatedAdderCost: 39
44.10/44.37	c Try to convert by bdds
44.10/44.38	c D: 1
44.10/44.38	c estimatedAdderCost: 39
44.10/44.38	c Try to convert by bdds
44.20/44.40	c D: 1
44.20/44.40	c estimatedAdderCost: 39
44.20/44.40	c Try to convert by bdds
44.20/44.41	c D: 1
44.20/44.41	c estimatedAdderCost: 39
44.20/44.41	c Try to convert by bdds
44.20/44.43	c D: 1
44.20/44.43	c estimatedAdderCost: 39
44.20/44.43	c Try to convert by bdds
44.20/44.44	c D: 1
44.20/44.44	c estimatedAdderCost: 39
44.20/44.44	c Try to convert by bdds
44.20/44.46	c D: 1
44.20/44.46	c estimatedAdderCost: 39
44.20/44.46	c Try to convert by bdds
44.20/44.47	c D: 1
44.20/44.47	c estimatedAdderCost: 39
44.20/44.47	c Try to convert by bdds
44.20/44.48	c D: 1
44.20/44.48	c estimatedAdderCost: 39
44.20/44.48	c Try to convert by bdds
44.30/44.50	c D: 1
44.30/44.50	c estimatedAdderCost: 39
44.30/44.50	c Try to convert by bdds
44.30/44.51	c D: 1
44.30/44.51	c estimatedAdderCost: 39
44.30/44.51	c Try to convert by bdds
44.30/44.53	c D: 1
44.30/44.53	c estimatedAdderCost: 30
44.30/44.53	c Try to convert by bdds
44.30/44.54	c D: 1
44.30/44.54	c estimatedAdderCost: 30
44.30/44.54	c Try to convert by bdds
44.30/44.55	c D: 1
44.30/44.55	c estimatedAdderCost: 39
44.30/44.55	c Try to convert by bdds
44.30/44.56	c D: 1
44.30/44.56	c estimatedAdderCost: 39
44.30/44.56	c Try to convert by bdds
44.30/44.58	c D: 1
44.30/44.58	c estimatedAdderCost: 39
44.30/44.58	c Try to convert by bdds
44.30/44.59	c D: 1
44.30/44.59	c estimatedAdderCost: 39
44.30/44.59	c Try to convert by bdds
44.40/44.61	c D: 1
44.40/44.61	c estimatedAdderCost: 39
44.40/44.61	c Try to convert by bdds
44.40/44.62	c D: 1
44.40/44.62	c estimatedAdderCost: 39
44.40/44.62	c Try to convert by bdds
44.40/44.64	c D: 1
44.40/44.64	c estimatedAdderCost: 39
44.40/44.64	c Try to convert by bdds
44.40/44.65	c D: 1
44.40/44.65	c estimatedAdderCost: 39
44.40/44.65	c Try to convert by bdds
44.40/44.67	c D: 1
44.40/44.67	c estimatedAdderCost: 39
44.40/44.67	c Try to convert by bdds
44.40/44.68	c D: 1
44.40/44.68	c estimatedAdderCost: 39
44.40/44.68	c Try to convert by bdds
44.50/44.70	c D: 1
44.50/44.70	c estimatedAdderCost: 39
44.50/44.70	c Try to convert by bdds
44.50/44.71	c D: 1
44.50/44.71	c estimatedAdderCost: 39
44.50/44.71	c Try to convert by bdds
44.50/44.73	c D: 1
44.50/44.73	c estimatedAdderCost: 39
44.50/44.73	c Try to convert by bdds
44.50/44.74	c D: 1
44.50/44.74	c estimatedAdderCost: 39
44.50/44.74	c Try to convert by bdds
44.50/44.76	c D: 1
44.50/44.76	c estimatedAdderCost: 39
44.50/44.76	c Try to convert by bdds
44.50/44.77	c D: 1
44.50/44.77	c estimatedAdderCost: 39
44.50/44.77	c Try to convert by bdds
44.50/44.79	c D: 1
44.50/44.79	c estimatedAdderCost: 39
44.50/44.79	c Try to convert by bdds
44.60/44.80	c D: 1
44.60/44.80	c estimatedAdderCost: 39
44.60/44.80	c Try to convert by bdds
44.60/44.81	c D: 1
44.60/44.81	c estimatedAdderCost: 39
44.60/44.81	c Try to convert by bdds
44.60/44.83	c D: 1
44.60/44.83	c estimatedAdderCost: 39
44.60/44.83	c Try to convert by bdds
44.60/44.84	c D: 1
44.60/44.84	c estimatedAdderCost: 39
44.60/44.84	c Try to convert by bdds
44.60/44.86	c D: 1
44.60/44.86	c estimatedAdderCost: 39
44.60/44.86	c Try to convert by bdds
44.60/44.87	c D: 1
44.60/44.87	c estimatedAdderCost: 39
44.60/44.87	c Try to convert by bdds
44.60/44.89	c D: 1
44.60/44.89	c estimatedAdderCost: 39
44.60/44.89	c Try to convert by bdds
44.70/44.90	c D: 1
44.70/44.90	c estimatedAdderCost: 39
44.70/44.90	c Try to convert by bdds
44.70/44.92	c D: 1
44.70/44.92	c estimatedAdderCost: 30
44.70/44.92	c Try to convert by bdds
44.70/44.93	c D: 1
44.70/44.93	c estimatedAdderCost: 30
44.70/44.93	c Try to convert by bdds
44.70/44.94	c D: 1
44.70/44.94	c estimatedAdderCost: 30
44.70/44.94	c Try to convert by bdds
44.70/44.95	c D: 1
44.70/44.95	c estimatedAdderCost: 39
44.70/44.95	c Try to convert by bdds
44.70/44.96	c D: 1
44.70/44.96	c estimatedAdderCost: 39
44.70/44.96	c Try to convert by bdds
44.70/44.98	c D: 1
44.70/44.98	c estimatedAdderCost: 39
44.70/44.98	c Try to convert by bdds
44.70/44.99	c D: 1
44.70/44.99	c estimatedAdderCost: 39
44.70/44.99	c Try to convert by bdds
44.70/45.01	c D: 1
44.70/45.01	c estimatedAdderCost: 39
44.70/45.01	c Try to convert by bdds
44.81/45.02	c D: 1
44.81/45.02	c estimatedAdderCost: 39
44.81/45.02	c Try to convert by bdds
44.81/45.04	c D: 1
44.81/45.04	c estimatedAdderCost: 39
44.81/45.04	c Try to convert by bdds
44.81/45.05	c D: 1
44.81/45.05	c estimatedAdderCost: 39
44.81/45.05	c Try to convert by bdds
44.81/45.07	c D: 1
44.81/45.07	c estimatedAdderCost: 39
44.81/45.07	c Try to convert by bdds
44.81/45.08	c D: 1
44.81/45.08	c estimatedAdderCost: 39
44.81/45.08	c Try to convert by bdds
44.81/45.09	c D: 1
44.81/45.09	c estimatedAdderCost: 39
44.81/45.09	c Try to convert by bdds
44.91/45.11	c D: 1
44.91/45.11	c estimatedAdderCost: 39
44.91/45.11	c Try to convert by bdds
44.91/45.12	c D: 1
44.91/45.12	c estimatedAdderCost: 39
44.91/45.12	c Try to convert by bdds
44.91/45.14	c D: 1
44.91/45.14	c estimatedAdderCost: 39
44.91/45.14	c Try to convert by bdds
44.91/45.15	c D: 1
44.91/45.15	c estimatedAdderCost: 39
44.91/45.15	c Try to convert by bdds
44.91/45.17	c D: 1
44.91/45.17	c estimatedAdderCost: 39
44.91/45.17	c Try to convert by bdds
44.91/45.18	c D: 1
44.91/45.18	c estimatedAdderCost: 39
44.91/45.18	c Try to convert by bdds
45.00/45.20	c D: 1
45.00/45.20	c estimatedAdderCost: 39
45.00/45.20	c Try to convert by bdds
45.00/45.21	c D: 1
45.00/45.21	c estimatedAdderCost: 39
45.00/45.21	c Try to convert by bdds
45.00/45.23	c D: 1
45.00/45.23	c estimatedAdderCost: 39
45.00/45.23	c Try to convert by bdds
45.00/45.24	c D: 1
45.00/45.24	c estimatedAdderCost: 39
45.00/45.24	c Try to convert by bdds
45.00/45.26	c D: 1
45.00/45.26	c estimatedAdderCost: 39
45.00/45.26	c Try to convert by bdds
45.00/45.27	c D: 1
45.00/45.27	c estimatedAdderCost: 39
45.00/45.27	c Try to convert by bdds
45.00/45.29	c D: 1
45.00/45.29	c estimatedAdderCost: 39
45.00/45.29	c Try to convert by bdds
45.10/45.30	c D: 1
45.10/45.30	c estimatedAdderCost: 39
45.10/45.30	c Try to convert by bdds
45.10/45.32	c D: 1
45.10/45.32	c estimatedAdderCost: 39
45.10/45.32	c Try to convert by bdds
45.10/45.33	c D: 1
45.10/45.33	c estimatedAdderCost: 39
45.10/45.33	c Try to convert by bdds
45.10/45.35	c D: 1
45.10/45.35	c estimatedAdderCost: 39
45.10/45.35	c Try to convert by bdds
45.10/45.36	c D: 1
45.10/45.36	c estimatedAdderCost: 39
45.10/45.36	c Try to convert by bdds
45.10/45.38	c D: 1
45.10/45.38	c estimatedAdderCost: 39
45.10/45.38	c Try to convert by bdds
45.10/45.39	c D: 1
45.10/45.39	c estimatedAdderCost: 39
45.10/45.39	c Try to convert by bdds
45.20/45.40	c D: 1
45.20/45.40	c estimatedAdderCost: 39
45.20/45.40	c Try to convert by bdds
45.20/45.42	c D: 1
45.20/45.42	c estimatedAdderCost: 39
45.20/45.42	c Try to convert by bdds
45.20/45.43	c D: 1
45.20/45.43	c estimatedAdderCost: 39
45.20/45.43	c Try to convert by bdds
45.20/45.45	c D: 1
45.20/45.45	c estimatedAdderCost: 39
45.20/45.45	c Try to convert by bdds
45.20/45.46	c D: 1
45.20/45.46	c estimatedAdderCost: 39
45.20/45.46	c Try to convert by bdds
45.20/45.48	c D: 1
45.20/45.48	c estimatedAdderCost: 30
45.20/45.48	c Try to convert by bdds
45.20/45.49	c D: 1
45.20/45.49	c estimatedAdderCost: 30
45.20/45.49	c Try to convert by bdds
45.30/45.50	c D: 1
45.30/45.50	c estimatedAdderCost: 30
45.30/45.50	c Try to convert by bdds
45.30/45.51	c D: 1
45.30/45.51	c estimatedAdderCost: 30
45.30/45.51	c Try to convert by bdds
45.30/45.52	c D: 1
45.30/45.52	c estimatedAdderCost: 39
45.30/45.52	c Try to convert by bdds
45.30/45.53	c D: 1
45.30/45.53	c estimatedAdderCost: 39
45.30/45.53	c Try to convert by bdds
45.30/45.55	c D: 1
45.30/45.55	c estimatedAdderCost: 39
45.30/45.55	c Try to convert by bdds
45.30/45.56	c D: 1
45.30/45.56	c estimatedAdderCost: 39
45.30/45.56	c Try to convert by bdds
45.30/45.58	c D: 1
45.30/45.58	c estimatedAdderCost: 39
45.30/45.58	c Try to convert by bdds
45.30/45.59	c D: 1
45.30/45.59	c estimatedAdderCost: 39
45.30/45.59	c Try to convert by bdds
45.40/45.61	c D: 1
45.40/45.61	c estimatedAdderCost: 39
45.40/45.61	c Try to convert by bdds
45.40/45.62	c D: 1
45.40/45.62	c estimatedAdderCost: 39
45.40/45.62	c Try to convert by bdds
45.40/45.64	c D: 1
45.40/45.64	c estimatedAdderCost: 39
45.40/45.64	c Try to convert by bdds
45.40/45.65	c D: 1
45.40/45.65	c estimatedAdderCost: 39
45.40/45.65	c Try to convert by bdds
45.40/45.67	c D: 1
45.40/45.67	c estimatedAdderCost: 39
45.40/45.67	c Try to convert by bdds
45.40/45.68	c D: 1
45.40/45.68	c estimatedAdderCost: 39
45.40/45.68	c Try to convert by bdds
45.40/45.70	c D: 1
45.40/45.70	c estimatedAdderCost: 39
45.40/45.70	c Try to convert by bdds
45.50/45.71	c D: 1
45.50/45.71	c estimatedAdderCost: 39
45.50/45.71	c Try to convert by bdds
45.50/45.72	c D: 1
45.50/45.72	c estimatedAdderCost: 39
45.50/45.72	c Try to convert by bdds
45.50/45.74	c D: 1
45.50/45.74	c estimatedAdderCost: 39
45.50/45.74	c Try to convert by bdds
45.50/45.75	c D: 1
45.50/45.75	c estimatedAdderCost: 39
45.50/45.75	c Try to convert by bdds
45.50/45.77	c D: 1
45.50/45.77	c estimatedAdderCost: 39
45.50/45.77	c Try to convert by bdds
45.50/45.78	c D: 1
45.50/45.78	c estimatedAdderCost: 39
45.50/45.78	c Try to convert by bdds
45.60/45.80	c D: 1
45.60/45.80	c estimatedAdderCost: 39
45.60/45.80	c Try to convert by bdds
45.60/45.81	c D: 1
45.60/45.81	c estimatedAdderCost: 39
45.60/45.81	c Try to convert by bdds
45.60/45.83	c D: 1
45.60/45.83	c estimatedAdderCost: 39
45.60/45.83	c Try to convert by bdds
45.60/45.84	c D: 1
45.60/45.84	c estimatedAdderCost: 39
45.60/45.84	c Try to convert by bdds
45.60/45.86	c D: 1
45.60/45.86	c estimatedAdderCost: 39
45.60/45.86	c Try to convert by bdds
45.60/45.87	c D: 1
45.60/45.87	c estimatedAdderCost: 39
45.60/45.87	c Try to convert by bdds
45.60/45.89	c D: 1
45.60/45.89	c estimatedAdderCost: 39
45.60/45.89	c Try to convert by bdds
45.70/45.90	c D: 1
45.70/45.90	c estimatedAdderCost: 39
45.70/45.90	c Try to convert by bdds
45.70/45.92	c D: 1
45.70/45.92	c estimatedAdderCost: 39
45.70/45.92	c Try to convert by bdds
45.70/45.93	c D: 1
45.70/45.93	c estimatedAdderCost: 39
45.70/45.93	c Try to convert by bdds
45.70/45.95	c D: 1
45.70/45.95	c estimatedAdderCost: 39
45.70/45.95	c Try to convert by bdds
45.70/45.96	c D: 1
45.70/45.96	c estimatedAdderCost: 39
45.70/45.96	c Try to convert by bdds
45.70/45.98	c D: 1
45.70/45.98	c estimatedAdderCost: 39
45.70/45.98	c Try to convert by bdds
45.70/45.99	c D: 1
45.70/45.99	c estimatedAdderCost: 39
45.70/45.99	c Try to convert by bdds
45.70/46.01	c D: 1
45.70/46.01	c estimatedAdderCost: 39
45.70/46.01	c Try to convert by bdds
45.81/46.02	c D: 1
45.81/46.02	c estimatedAdderCost: 39
45.81/46.02	c Try to convert by bdds
45.81/46.04	c D: 1
45.81/46.04	c estimatedAdderCost: 39
45.81/46.04	c Try to convert by bdds
45.81/46.05	c D: 1
45.81/46.05	c estimatedAdderCost: 39
45.81/46.05	c Try to convert by bdds
45.81/46.06	c D: 1
45.81/46.06	c estimatedAdderCost: 39
45.81/46.06	c Try to convert by bdds
45.81/46.08	c D: 1
45.81/46.08	c estimatedAdderCost: 39
45.81/46.08	c Try to convert by bdds
45.81/46.09	c D: 1
45.81/46.09	c estimatedAdderCost: 39
45.81/46.09	c Try to convert by bdds
45.91/46.11	c D: 1
45.91/46.11	c estimatedAdderCost: 39
45.91/46.11	c Try to convert by bdds
45.91/46.12	c D: 1
45.91/46.12	c estimatedAdderCost: 39
45.91/46.12	c Try to convert by bdds
45.91/46.14	c D: 1
45.91/46.14	c estimatedAdderCost: 39
45.91/46.14	c Try to convert by bdds
45.91/46.15	c D: 1
45.91/46.15	c estimatedAdderCost: 39
45.91/46.15	c Try to convert by bdds
45.91/46.17	c D: 1
45.91/46.17	c estimatedAdderCost: 39
45.91/46.17	c Try to convert by bdds
45.91/46.18	c D: 1
45.91/46.18	c estimatedAdderCost: 39
45.91/46.18	c Try to convert by bdds
46.00/46.20	c D: 1
46.00/46.20	c estimatedAdderCost: 30
46.00/46.20	c Try to convert by bdds
46.00/46.21	c D: 1
46.00/46.21	c estimatedAdderCost: 30
46.00/46.21	c Try to convert by bdds
46.00/46.22	c D: 1
46.00/46.22	c estimatedAdderCost: 30
46.00/46.22	c Try to convert by bdds
46.00/46.23	c D: 1
46.00/46.23	c estimatedAdderCost: 30
46.00/46.23	c Try to convert by bdds
46.00/46.24	c D: 1
46.00/46.24	c estimatedAdderCost: 30
46.00/46.24	c Try to convert by bdds
46.00/46.25	c D: 1
46.00/46.25	c estimatedAdderCost: 39
46.00/46.25	c Try to convert by bdds
46.00/46.26	c D: 1
46.00/46.26	c estimatedAdderCost: 39
46.00/46.26	c Try to convert by bdds
46.00/46.28	c D: 1
46.00/46.28	c estimatedAdderCost: 39
46.00/46.28	c Try to convert by bdds
46.00/46.29	c D: 1
46.00/46.29	c estimatedAdderCost: 39
46.00/46.29	c Try to convert by bdds
46.10/46.31	c D: 1
46.10/46.31	c estimatedAdderCost: 39
46.10/46.31	c Try to convert by bdds
46.10/46.32	c D: 1
46.10/46.32	c estimatedAdderCost: 39
46.10/46.32	c Try to convert by bdds
46.10/46.34	c D: 1
46.10/46.34	c estimatedAdderCost: 39
46.10/46.34	c Try to convert by bdds
46.10/46.35	c D: 1
46.10/46.35	c estimatedAdderCost: 39
46.10/46.35	c Try to convert by bdds
46.10/46.37	c D: 1
46.10/46.37	c estimatedAdderCost: 39
46.10/46.37	c Try to convert by bdds
46.10/46.38	c D: 1
46.10/46.38	c estimatedAdderCost: 39
46.10/46.38	c Try to convert by bdds
46.10/46.40	c D: 1
46.10/46.40	c estimatedAdderCost: 39
46.10/46.40	c Try to convert by bdds
46.20/46.41	c D: 1
46.20/46.41	c estimatedAdderCost: 39
46.20/46.41	c Try to convert by bdds
46.20/46.42	c D: 1
46.20/46.42	c estimatedAdderCost: 39
46.20/46.42	c Try to convert by bdds
46.20/46.44	c D: 1
46.20/46.44	c estimatedAdderCost: 39
46.20/46.44	c Try to convert by bdds
46.20/46.45	c D: 1
46.20/46.45	c estimatedAdderCost: 39
46.20/46.45	c Try to convert by bdds
46.20/46.47	c D: 1
46.20/46.47	c estimatedAdderCost: 39
46.20/46.47	c Try to convert by bdds
46.20/46.48	c D: 1
46.20/46.48	c estimatedAdderCost: 39
46.20/46.48	c Try to convert by bdds
46.30/46.50	c D: 1
46.30/46.50	c estimatedAdderCost: 39
46.30/46.50	c Try to convert by bdds
46.30/46.51	c D: 1
46.30/46.51	c estimatedAdderCost: 39
46.30/46.51	c Try to convert by bdds
46.30/46.53	c D: 1
46.30/46.53	c estimatedAdderCost: 39
46.30/46.53	c Try to convert by bdds
46.30/46.54	c D: 1
46.30/46.54	c estimatedAdderCost: 39
46.30/46.54	c Try to convert by bdds
46.30/46.56	c D: 1
46.30/46.56	c estimatedAdderCost: 39
46.30/46.56	c Try to convert by bdds
46.30/46.57	c D: 1
46.30/46.57	c estimatedAdderCost: 39
46.30/46.57	c Try to convert by bdds
46.30/46.59	c D: 1
46.30/46.59	c estimatedAdderCost: 39
46.30/46.59	c Try to convert by bdds
46.40/46.60	c D: 1
46.40/46.60	c estimatedAdderCost: 39
46.40/46.60	c Try to convert by bdds
46.40/46.62	c D: 1
46.40/46.62	c estimatedAdderCost: 39
46.40/46.62	c Try to convert by bdds
46.40/46.63	c D: 1
46.40/46.63	c estimatedAdderCost: 39
46.40/46.63	c Try to convert by bdds
46.40/46.65	c D: 1
46.40/46.65	c estimatedAdderCost: 39
46.40/46.65	c Try to convert by bdds
46.40/46.66	c D: 1
46.40/46.66	c estimatedAdderCost: 39
46.40/46.66	c Try to convert by bdds
46.40/46.68	c D: 1
46.40/46.68	c estimatedAdderCost: 39
46.40/46.68	c Try to convert by bdds
46.40/46.69	c D: 1
46.40/46.69	c estimatedAdderCost: 39
46.40/46.69	c Try to convert by bdds
46.50/46.71	c D: 1
46.50/46.71	c estimatedAdderCost: 39
46.50/46.71	c Try to convert by bdds
46.50/46.72	c D: 1
46.50/46.72	c estimatedAdderCost: 39
46.50/46.72	c Try to convert by bdds
46.50/46.74	c D: 1
46.50/46.74	c estimatedAdderCost: 39
46.50/46.74	c Try to convert by bdds
46.50/46.75	c D: 1
46.50/46.75	c estimatedAdderCost: 39
46.50/46.75	c Try to convert by bdds
46.50/46.76	c D: 1
46.50/46.76	c estimatedAdderCost: 39
46.50/46.76	c Try to convert by bdds
46.50/46.78	c D: 1
46.50/46.78	c estimatedAdderCost: 39
46.50/46.78	c Try to convert by bdds
46.50/46.79	c D: 1
46.50/46.79	c estimatedAdderCost: 39
46.50/46.79	c Try to convert by bdds
46.60/46.81	c D: 1
46.60/46.81	c estimatedAdderCost: 39
46.60/46.81	c Try to convert by bdds
46.60/46.82	c D: 1
46.60/46.82	c estimatedAdderCost: 39
46.60/46.82	c Try to convert by bdds
46.60/46.84	c D: 1
46.60/46.84	c estimatedAdderCost: 39
46.60/46.84	c Try to convert by bdds
46.60/46.85	c D: 1
46.60/46.85	c estimatedAdderCost: 39
46.60/46.85	c Try to convert by bdds
46.60/46.87	c D: 1
46.60/46.87	c estimatedAdderCost: 39
46.60/46.87	c Try to convert by bdds
46.60/46.88	c D: 1
46.60/46.88	c estimatedAdderCost: 39
46.60/46.88	c Try to convert by bdds
46.70/46.90	c D: 1
46.70/46.90	c estimatedAdderCost: 39
46.70/46.90	c Try to convert by bdds
46.70/46.91	c D: 1
46.70/46.91	c estimatedAdderCost: 39
46.70/46.91	c Try to convert by bdds
46.70/46.93	c D: 1
46.70/46.93	c estimatedAdderCost: 39
46.70/46.93	c Try to convert by bdds
46.70/46.94	c D: 1
46.70/46.94	c estimatedAdderCost: 39
46.70/46.94	c Try to convert by bdds
46.70/46.96	c D: 1
46.70/46.96	c estimatedAdderCost: 39
46.70/46.96	c Try to convert by bdds
46.70/46.97	c D: 1
46.70/46.97	c estimatedAdderCost: 39
46.70/46.97	c Try to convert by bdds
46.70/46.99	c D: 1
46.70/46.99	c estimatedAdderCost: 39
46.70/46.99	c Try to convert by bdds
46.70/47.00	c D: 1
46.70/47.00	c estimatedAdderCost: 39
46.70/47.00	c Try to convert by bdds
46.81/47.02	c D: 1
46.81/47.02	c estimatedAdderCost: 39
46.81/47.02	c Try to convert by bdds
46.81/47.03	c D: 1
46.81/47.03	c estimatedAdderCost: 39
46.81/47.03	c Try to convert by bdds
46.81/47.05	c D: 1
46.81/47.05	c estimatedAdderCost: 39
46.81/47.05	c Try to convert by bdds
46.81/47.06	c D: 1
46.81/47.06	c estimatedAdderCost: 30
46.81/47.06	c Try to convert by bdds
46.81/47.07	c D: 1
46.81/47.07	c estimatedAdderCost: 30
46.81/47.07	c Try to convert by bdds
46.81/47.08	c D: 1
46.81/47.08	c estimatedAdderCost: 30
46.81/47.08	c Try to convert by bdds
46.81/47.09	c D: 1
46.81/47.09	c estimatedAdderCost: 30
46.81/47.09	c Try to convert by bdds
46.81/47.10	c D: 1
46.81/47.10	c estimatedAdderCost: 30
46.81/47.10	c Try to convert by bdds
46.91/47.11	c D: 1
46.91/47.11	c estimatedAdderCost: 30
46.91/47.11	c Try to convert by bdds
46.91/47.12	c D: 1
46.91/47.12	c estimatedAdderCost: 39
46.91/47.12	c Try to convert by bdds
46.91/47.13	c D: 1
46.91/47.13	c estimatedAdderCost: 39
46.91/47.13	c Try to convert by bdds
46.91/47.15	c D: 1
46.91/47.15	c estimatedAdderCost: 39
46.91/47.15	c Try to convert by bdds
46.91/47.16	c D: 1
46.91/47.16	c estimatedAdderCost: 39
46.91/47.16	c Try to convert by bdds
46.91/47.18	c D: 1
46.91/47.18	c estimatedAdderCost: 39
46.91/47.18	c Try to convert by bdds
46.91/47.19	c D: 1
46.91/47.19	c estimatedAdderCost: 39
46.91/47.19	c Try to convert by bdds
46.99/47.21	c D: 1
46.99/47.21	c estimatedAdderCost: 39
46.99/47.21	c Try to convert by bdds
46.99/47.22	c D: 1
46.99/47.22	c estimatedAdderCost: 39
46.99/47.22	c Try to convert by bdds
46.99/47.24	c D: 1
46.99/47.24	c estimatedAdderCost: 39
46.99/47.24	c Try to convert by bdds
46.99/47.25	c D: 1
46.99/47.25	c estimatedAdderCost: 39
46.99/47.25	c Try to convert by bdds
46.99/47.27	c D: 1
46.99/47.27	c estimatedAdderCost: 39
46.99/47.27	c Try to convert by bdds
46.99/47.28	c D: 1
46.99/47.28	c estimatedAdderCost: 39
46.99/47.28	c Try to convert by bdds
47.09/47.30	c D: 1
47.09/47.30	c estimatedAdderCost: 39
47.09/47.30	c Try to convert by bdds
47.09/47.31	c D: 1
47.09/47.31	c estimatedAdderCost: 39
47.09/47.31	c Try to convert by bdds
47.09/47.33	c D: 1
47.09/47.33	c estimatedAdderCost: 39
47.09/47.33	c Try to convert by bdds
47.09/47.34	c D: 1
47.09/47.34	c estimatedAdderCost: 39
47.09/47.34	c Try to convert by bdds
47.09/47.36	c D: 1
47.09/47.36	c estimatedAdderCost: 39
47.09/47.36	c Try to convert by bdds
47.09/47.37	c D: 1
47.09/47.37	c estimatedAdderCost: 39
47.09/47.37	c Try to convert by bdds
47.09/47.39	c D: 1
47.09/47.39	c estimatedAdderCost: 39
47.09/47.39	c Try to convert by bdds
47.19/47.40	c D: 1
47.19/47.40	c estimatedAdderCost: 39
47.19/47.40	c Try to convert by bdds
47.19/47.42	c D: 1
47.19/47.42	c estimatedAdderCost: 39
47.19/47.42	c Try to convert by bdds
47.19/47.43	c D: 1
47.19/47.43	c estimatedAdderCost: 39
47.19/47.43	c Try to convert by bdds
47.19/47.45	c D: 1
47.19/47.45	c estimatedAdderCost: 39
47.19/47.45	c Try to convert by bdds
47.19/47.46	c D: 1
47.19/47.46	c estimatedAdderCost: 39
47.19/47.46	c Try to convert by bdds
47.19/47.48	c D: 1
47.19/47.48	c estimatedAdderCost: 39
47.19/47.48	c Try to convert by bdds
47.19/47.49	c D: 1
47.19/47.49	c estimatedAdderCost: 39
47.19/47.49	c Try to convert by bdds
47.29/47.51	c D: 1
47.29/47.51	c estimatedAdderCost: 39
47.29/47.51	c Try to convert by bdds
47.29/47.52	c D: 1
47.29/47.52	c estimatedAdderCost: 39
47.29/47.52	c Try to convert by bdds
47.29/47.54	c D: 1
47.29/47.54	c estimatedAdderCost: 39
47.29/47.54	c Try to convert by bdds
47.29/47.55	c D: 1
47.29/47.55	c estimatedAdderCost: 39
47.29/47.55	c Try to convert by bdds
47.29/47.57	c D: 1
47.29/47.57	c estimatedAdderCost: 39
47.29/47.57	c Try to convert by bdds
47.29/47.58	c D: 1
47.29/47.58	c estimatedAdderCost: 39
47.29/47.58	c Try to convert by bdds
47.29/47.59	c D: 1
47.29/47.59	c estimatedAdderCost: 39
47.29/47.59	c Try to convert by bdds
47.39/47.61	c D: 1
47.39/47.61	c estimatedAdderCost: 39
47.39/47.61	c Try to convert by bdds
47.39/47.62	c D: 1
47.39/47.62	c estimatedAdderCost: 39
47.39/47.62	c Try to convert by bdds
47.39/47.64	c D: 1
47.39/47.64	c estimatedAdderCost: 39
47.39/47.64	c Try to convert by bdds
47.39/47.65	c D: 1
47.39/47.65	c estimatedAdderCost: 39
47.39/47.65	c Try to convert by bdds
47.39/47.67	c D: 1
47.39/47.67	c estimatedAdderCost: 39
47.39/47.67	c Try to convert by bdds
47.39/47.68	c D: 1
47.39/47.68	c estimatedAdderCost: 39
47.39/47.68	c Try to convert by bdds
47.49/47.70	c D: 1
47.49/47.70	c estimatedAdderCost: 39
47.49/47.70	c Try to convert by bdds
47.49/47.71	c D: 1
47.49/47.71	c estimatedAdderCost: 39
47.49/47.71	c Try to convert by bdds
47.49/47.73	c D: 1
47.49/47.73	c estimatedAdderCost: 39
47.49/47.73	c Try to convert by bdds
47.49/47.74	c D: 1
47.49/47.74	c estimatedAdderCost: 39
47.49/47.74	c Try to convert by bdds
47.49/47.76	c D: 1
47.49/47.76	c estimatedAdderCost: 39
47.49/47.76	c Try to convert by bdds
47.49/47.77	c D: 1
47.49/47.77	c estimatedAdderCost: 39
47.49/47.77	c Try to convert by bdds
47.49/47.79	c D: 1
47.49/47.79	c estimatedAdderCost: 39
47.49/47.79	c Try to convert by bdds
47.59/47.80	c D: 1
47.59/47.80	c estimatedAdderCost: 39
47.59/47.80	c Try to convert by bdds
47.59/47.82	c D: 1
47.59/47.82	c estimatedAdderCost: 39
47.59/47.82	c Try to convert by bdds
47.59/47.83	c D: 1
47.59/47.83	c estimatedAdderCost: 39
47.59/47.83	c Try to convert by bdds
47.59/47.85	c D: 1
47.59/47.85	c estimatedAdderCost: 39
47.59/47.85	c Try to convert by bdds
47.59/47.86	c D: 1
47.59/47.86	c estimatedAdderCost: 39
47.59/47.86	c Try to convert by bdds
47.59/47.88	c D: 1
47.59/47.88	c estimatedAdderCost: 39
47.59/47.88	c Try to convert by bdds
47.59/47.89	c D: 1
47.59/47.89	c estimatedAdderCost: 39
47.59/47.89	c Try to convert by bdds
47.69/47.91	c D: 1
47.69/47.91	c estimatedAdderCost: 39
47.69/47.91	c Try to convert by bdds
47.69/47.92	c D: 1
47.69/47.92	c estimatedAdderCost: 39
47.69/47.92	c Try to convert by bdds
47.69/47.94	c D: 1
47.69/47.94	c estimatedAdderCost: 39
47.69/47.94	c Try to convert by bdds
47.69/47.95	c D: 1
47.69/47.95	c estimatedAdderCost: 39
47.69/47.95	c Try to convert by bdds
47.69/47.97	c D: 1
47.69/47.97	c estimatedAdderCost: 39
47.69/47.97	c Try to convert by bdds
47.69/47.98	c D: 1
47.69/47.98	c estimatedAdderCost: 39
47.69/47.98	c Try to convert by bdds
47.69/48.00	c D: 1
47.69/48.00	c estimatedAdderCost: 39
47.69/48.00	c Try to convert by bdds
47.80/48.01	c D: 1
47.80/48.01	c estimatedAdderCost: 39
47.80/48.01	c Try to convert by bdds
47.80/48.03	c D: 1
47.80/48.03	c estimatedAdderCost: 39
47.80/48.03	c Try to convert by bdds
47.80/48.04	c D: 1
47.80/48.04	c estimatedAdderCost: 39
47.80/48.04	c Try to convert by bdds
47.80/48.06	c D: 1
47.80/48.06	c estimatedAdderCost: 30
47.80/48.06	c Try to convert by bdds
47.80/48.07	c D: 1
47.80/48.07	c estimatedAdderCost: 30
47.80/48.07	c Try to convert by bdds
47.80/48.08	c D: 1
47.80/48.08	c estimatedAdderCost: 30
47.80/48.08	c Try to convert by bdds
47.80/48.09	c D: 1
47.80/48.09	c estimatedAdderCost: 30
47.80/48.09	c Try to convert by bdds
47.80/48.10	c D: 1
47.80/48.10	c estimatedAdderCost: 30
47.80/48.10	c Try to convert by bdds
47.80/48.11	c D: 1
47.80/48.11	c estimatedAdderCost: 30
47.80/48.11	c Try to convert by bdds
47.90/48.12	c D: 1
47.90/48.12	c estimatedAdderCost: 30
47.90/48.12	c Try to convert by bdds
47.90/48.13	c D: 1
47.90/48.13	c estimatedAdderCost: 39
47.90/48.13	c Try to convert by bdds
47.90/48.14	c D: 1
47.90/48.14	c estimatedAdderCost: 39
47.90/48.14	c Try to convert by bdds
47.90/48.15	c D: 1
47.90/48.15	c estimatedAdderCost: 39
47.90/48.15	c Try to convert by bdds
47.90/48.17	c D: 1
47.90/48.17	c estimatedAdderCost: 39
47.90/48.17	c Try to convert by bdds
47.90/48.18	c D: 1
47.90/48.18	c estimatedAdderCost: 39
47.90/48.18	c Try to convert by bdds
47.99/48.20	c D: 1
47.99/48.20	c estimatedAdderCost: 39
47.99/48.20	c Try to convert by bdds
47.99/48.21	c D: 1
47.99/48.21	c estimatedAdderCost: 39
47.99/48.21	c Try to convert by bdds
47.99/48.23	c D: 1
47.99/48.23	c estimatedAdderCost: 39
47.99/48.23	c Try to convert by bdds
47.99/48.24	c D: 1
47.99/48.24	c estimatedAdderCost: 39
47.99/48.24	c Try to convert by bdds
47.99/48.26	c D: 1
47.99/48.26	c estimatedAdderCost: 39
47.99/48.26	c Try to convert by bdds
47.99/48.27	c D: 1
47.99/48.27	c estimatedAdderCost: 39
47.99/48.27	c Try to convert by bdds
47.99/48.29	c D: 1
47.99/48.29	c estimatedAdderCost: 39
47.99/48.29	c Try to convert by bdds
48.09/48.30	c D: 1
48.09/48.30	c estimatedAdderCost: 39
48.09/48.30	c Try to convert by bdds
48.09/48.32	c D: 1
48.09/48.32	c estimatedAdderCost: 39
48.09/48.32	c Try to convert by bdds
48.09/48.33	c D: 1
48.09/48.33	c estimatedAdderCost: 39
48.09/48.33	c Try to convert by bdds
48.09/48.35	c D: 1
48.09/48.35	c estimatedAdderCost: 39
48.09/48.35	c Try to convert by bdds
48.09/48.36	c D: 1
48.09/48.36	c estimatedAdderCost: 39
48.09/48.36	c Try to convert by bdds
48.09/48.38	c D: 1
48.09/48.38	c estimatedAdderCost: 39
48.09/48.38	c Try to convert by bdds
48.09/48.39	c D: 1
48.09/48.39	c estimatedAdderCost: 39
48.09/48.39	c Try to convert by bdds
48.19/48.41	c D: 1
48.19/48.41	c estimatedAdderCost: 39
48.19/48.41	c Try to convert by bdds
48.19/48.42	c D: 1
48.19/48.42	c estimatedAdderCost: 39
48.19/48.42	c Try to convert by bdds
48.19/48.44	c D: 1
48.19/48.44	c estimatedAdderCost: 39
48.19/48.44	c Try to convert by bdds
48.19/48.45	c D: 1
48.19/48.45	c estimatedAdderCost: 39
48.19/48.45	c Try to convert by bdds
48.19/48.47	c D: 1
48.19/48.47	c estimatedAdderCost: 39
48.19/48.47	c Try to convert by bdds
48.19/48.48	c D: 1
48.19/48.48	c estimatedAdderCost: 39
48.19/48.48	c Try to convert by bdds
48.29/48.50	c D: 1
48.29/48.50	c estimatedAdderCost: 39
48.29/48.50	c Try to convert by bdds
48.29/48.51	c D: 1
48.29/48.51	c estimatedAdderCost: 39
48.29/48.51	c Try to convert by bdds
48.29/48.53	c D: 1
48.29/48.53	c estimatedAdderCost: 39
48.29/48.53	c Try to convert by bdds
48.29/48.54	c D: 1
48.29/48.54	c estimatedAdderCost: 39
48.29/48.54	c Try to convert by bdds
48.29/48.56	c D: 1
48.29/48.56	c estimatedAdderCost: 39
48.29/48.56	c Try to convert by bdds
48.29/48.57	c D: 1
48.29/48.57	c estimatedAdderCost: 39
48.29/48.57	c Try to convert by bdds
48.29/48.59	c D: 1
48.29/48.59	c estimatedAdderCost: 39
48.29/48.59	c Try to convert by bdds
48.39/48.60	c D: 1
48.39/48.60	c estimatedAdderCost: 39
48.39/48.60	c Try to convert by bdds
48.39/48.62	c D: 1
48.39/48.62	c estimatedAdderCost: 39
48.39/48.62	c Try to convert by bdds
48.39/48.63	c D: 1
48.39/48.63	c estimatedAdderCost: 39
48.39/48.63	c Try to convert by bdds
48.39/48.64	c D: 1
48.39/48.64	c estimatedAdderCost: 39
48.39/48.64	c Try to convert by bdds
48.39/48.66	c D: 1
48.39/48.66	c estimatedAdderCost: 39
48.39/48.66	c Try to convert by bdds
48.39/48.67	c D: 1
48.39/48.67	c estimatedAdderCost: 39
48.39/48.67	c Try to convert by bdds
48.39/48.69	c D: 1
48.39/48.69	c estimatedAdderCost: 39
48.39/48.69	c Try to convert by bdds
48.49/48.70	c D: 1
48.49/48.70	c estimatedAdderCost: 39
48.49/48.70	c Try to convert by bdds
48.49/48.72	c D: 1
48.49/48.72	c estimatedAdderCost: 39
48.49/48.72	c Try to convert by bdds
48.49/48.73	c D: 1
48.49/48.73	c estimatedAdderCost: 39
48.49/48.73	c Try to convert by bdds
48.49/48.75	c D: 1
48.49/48.75	c estimatedAdderCost: 39
48.49/48.75	c Try to convert by bdds
48.49/48.76	c D: 1
48.49/48.76	c estimatedAdderCost: 39
48.49/48.76	c Try to convert by bdds
48.49/48.78	c D: 1
48.49/48.78	c estimatedAdderCost: 39
48.49/48.78	c Try to convert by bdds
48.49/48.79	c D: 1
48.49/48.79	c estimatedAdderCost: 39
48.49/48.79	c Try to convert by bdds
48.59/48.81	c D: 1
48.59/48.81	c estimatedAdderCost: 39
48.59/48.81	c Try to convert by bdds
48.59/48.82	c D: 1
48.59/48.82	c estimatedAdderCost: 39
48.59/48.82	c Try to convert by bdds
48.59/48.84	c D: 1
48.59/48.84	c estimatedAdderCost: 39
48.59/48.84	c Try to convert by bdds
48.59/48.85	c D: 1
48.59/48.85	c estimatedAdderCost: 39
48.59/48.85	c Try to convert by bdds
48.59/48.87	c D: 1
48.59/48.87	c estimatedAdderCost: 39
48.59/48.87	c Try to convert by bdds
48.59/48.88	c D: 1
48.59/48.88	c estimatedAdderCost: 39
48.59/48.88	c Try to convert by bdds
48.69/48.90	c D: 1
48.69/48.90	c estimatedAdderCost: 39
48.69/48.90	c Try to convert by bdds
48.69/48.91	c D: 1
48.69/48.91	c estimatedAdderCost: 39
48.69/48.91	c Try to convert by bdds
48.69/48.93	c D: 1
48.69/48.93	c estimatedAdderCost: 39
48.69/48.93	c Try to convert by bdds
48.69/48.94	c D: 1
48.69/48.94	c estimatedAdderCost: 39
48.69/48.94	c Try to convert by bdds
48.69/48.96	c D: 1
48.69/48.96	c estimatedAdderCost: 39
48.69/48.96	c Try to convert by bdds
48.69/48.97	c D: 1
48.69/48.97	c estimatedAdderCost: 39
48.69/48.97	c Try to convert by bdds
48.69/48.99	c D: 1
48.69/48.99	c estimatedAdderCost: 39
48.69/48.99	c Try to convert by bdds
48.69/49.00	c D: 1
48.69/49.00	c estimatedAdderCost: 39
48.69/49.00	c Try to convert by bdds
48.80/49.02	c D: 1
48.80/49.02	c estimatedAdderCost: 39
48.80/49.02	c Try to convert by bdds
48.80/49.03	c D: 1
48.80/49.03	c estimatedAdderCost: 39
48.80/49.03	c Try to convert by bdds
48.80/49.05	c D: 1
48.80/49.05	c estimatedAdderCost: 39
48.80/49.05	c Try to convert by bdds
48.80/49.06	c D: 1
48.80/49.06	c estimatedAdderCost: 39
48.80/49.06	c Try to convert by bdds
48.80/49.08	c D: 1
48.80/49.08	c estimatedAdderCost: 39
48.80/49.08	c Try to convert by bdds
48.80/49.09	c D: 1
48.80/49.09	c estimatedAdderCost: 39
48.80/49.09	c Try to convert by bdds
48.80/49.11	c D: 1
48.80/49.11	c estimatedAdderCost: 39
48.80/49.11	c Try to convert by bdds
48.90/49.12	c D: 1
48.90/49.12	c estimatedAdderCost: 39
48.90/49.12	c Try to convert by bdds
48.90/49.14	c D: 1
48.90/49.14	c estimatedAdderCost: 39
48.90/49.14	c Try to convert by bdds
48.90/49.15	c D: 1
48.90/49.15	c estimatedAdderCost: 39
48.90/49.15	c Try to convert by bdds
48.90/49.17	c D: 1
48.90/49.17	c estimatedAdderCost: 30
48.90/49.17	c Try to convert by bdds
48.90/49.18	c D: 1
48.90/49.18	c estimatedAdderCost: 30
48.90/49.18	c Try to convert by bdds
48.90/49.19	c D: 1
48.90/49.19	c estimatedAdderCost: 30
48.90/49.19	c Try to convert by bdds
48.90/49.20	c D: 1
48.90/49.20	c estimatedAdderCost: 30
48.90/49.20	c Try to convert by bdds
48.99/49.21	c D: 1
48.99/49.21	c estimatedAdderCost: 30
48.99/49.21	c Try to convert by bdds
48.99/49.21	c D: 1
48.99/49.21	c estimatedAdderCost: 30
48.99/49.21	c Try to convert by bdds
48.99/49.22	c D: 1
48.99/49.22	c estimatedAdderCost: 30
48.99/49.22	c Try to convert by bdds
48.99/49.23	c D: 1
48.99/49.23	c estimatedAdderCost: 30
48.99/49.23	c Try to convert by bdds
48.99/49.24	c D: 1
48.99/49.24	c estimatedAdderCost: 39
48.99/49.24	c Try to convert by bdds
48.99/49.26	c D: 1
48.99/49.26	c estimatedAdderCost: 39
48.99/49.26	c Try to convert by bdds
48.99/49.27	c D: 1
48.99/49.27	c estimatedAdderCost: 39
48.99/49.27	c Try to convert by bdds
49.19/49.46	c D: 1
49.19/49.46	c estimatedAdderCost: 39
49.19/49.46	c Try to convert by bdds
49.19/49.47	c D: 1
49.19/49.47	c estimatedAdderCost: 39
49.19/49.47	c Try to convert by bdds
49.19/49.48	c D: 1
49.19/49.48	c estimatedAdderCost: 39
49.19/49.48	c Try to convert by bdds
49.29/49.50	c D: 1
49.29/49.50	c estimatedAdderCost: 39
49.29/49.50	c Try to convert by bdds
49.29/49.51	c D: 1
49.29/49.51	c estimatedAdderCost: 39
49.29/49.51	c Try to convert by bdds
49.29/49.53	c D: 1
49.29/49.53	c estimatedAdderCost: 39
49.29/49.53	c Try to convert by bdds
49.29/49.54	c D: 1
49.29/49.54	c estimatedAdderCost: 39
49.29/49.54	c Try to convert by bdds
49.29/49.56	c D: 1
49.29/49.56	c estimatedAdderCost: 39
49.29/49.56	c Try to convert by bdds
49.29/49.57	c D: 1
49.29/49.57	c estimatedAdderCost: 39
49.29/49.57	c Try to convert by bdds
49.29/49.59	c D: 1
49.29/49.59	c estimatedAdderCost: 39
49.29/49.59	c Try to convert by bdds
49.39/49.60	c D: 1
49.39/49.60	c estimatedAdderCost: 39
49.39/49.60	c Try to convert by bdds
49.39/49.62	c D: 1
49.39/49.62	c estimatedAdderCost: 39
49.39/49.62	c Try to convert by bdds
49.39/49.63	c D: 1
49.39/49.63	c estimatedAdderCost: 39
49.39/49.63	c Try to convert by bdds
49.39/49.65	c D: 1
49.39/49.65	c estimatedAdderCost: 39
49.39/49.65	c Try to convert by bdds
49.39/49.66	c D: 1
49.39/49.66	c estimatedAdderCost: 39
49.39/49.66	c Try to convert by bdds
49.39/49.68	c D: 1
49.39/49.68	c estimatedAdderCost: 39
49.39/49.68	c Try to convert by bdds
49.39/49.69	c D: 1
49.39/49.69	c estimatedAdderCost: 39
49.39/49.69	c Try to convert by bdds
49.49/49.71	c D: 1
49.49/49.71	c estimatedAdderCost: 39
49.49/49.71	c Try to convert by bdds
49.49/49.72	c D: 1
49.49/49.72	c estimatedAdderCost: 39
49.49/49.72	c Try to convert by bdds
49.49/49.74	c D: 1
49.49/49.74	c estimatedAdderCost: 39
49.49/49.74	c Try to convert by bdds
49.49/49.75	c D: 1
49.49/49.75	c estimatedAdderCost: 39
49.49/49.75	c Try to convert by bdds
49.49/49.77	c D: 1
49.49/49.77	c estimatedAdderCost: 39
49.49/49.77	c Try to convert by bdds
49.49/49.78	c D: 1
49.49/49.78	c estimatedAdderCost: 39
49.49/49.78	c Try to convert by bdds
49.49/49.80	c D: 1
49.49/49.80	c estimatedAdderCost: 39
49.49/49.80	c Try to convert by bdds
49.59/49.81	c D: 1
49.59/49.81	c estimatedAdderCost: 39
49.59/49.81	c Try to convert by bdds
49.59/49.82	c D: 1
49.59/49.82	c estimatedAdderCost: 39
49.59/49.82	c Try to convert by bdds
49.59/49.84	c D: 1
49.59/49.84	c estimatedAdderCost: 39
49.59/49.84	c Try to convert by bdds
49.59/49.85	c D: 1
49.59/49.85	c estimatedAdderCost: 39
49.59/49.85	c Try to convert by bdds
49.59/49.87	c D: 1
49.59/49.87	c estimatedAdderCost: 39
49.59/49.87	c Try to convert by bdds
49.59/49.88	c D: 1
49.59/49.88	c estimatedAdderCost: 39
49.59/49.88	c Try to convert by bdds
49.69/49.90	c D: 1
49.69/49.90	c estimatedAdderCost: 39
49.69/49.90	c Try to convert by bdds
49.69/49.91	c D: 1
49.69/49.91	c estimatedAdderCost: 39
49.69/49.91	c Try to convert by bdds
49.69/49.93	c D: 1
49.69/49.93	c estimatedAdderCost: 39
49.69/49.93	c Try to convert by bdds
49.69/49.94	c D: 1
49.69/49.94	c estimatedAdderCost: 39
49.69/49.94	c Try to convert by bdds
49.69/49.96	c D: 1
49.69/49.96	c estimatedAdderCost: 39
49.69/49.96	c Try to convert by bdds
49.69/49.97	c D: 1
49.69/49.97	c estimatedAdderCost: 39
49.69/49.97	c Try to convert by bdds
49.69/49.99	c D: 1
49.69/49.99	c estimatedAdderCost: 39
49.69/49.99	c Try to convert by bdds
49.69/50.00	c D: 1
49.69/50.00	c estimatedAdderCost: 39
49.69/50.00	c Try to convert by bdds
49.80/50.02	c D: 1
49.80/50.02	c estimatedAdderCost: 39
49.80/50.02	c Try to convert by bdds
49.80/50.03	c D: 1
49.80/50.03	c estimatedAdderCost: 39
49.80/50.03	c Try to convert by bdds
49.80/50.04	c D: 1
49.80/50.04	c estimatedAdderCost: 39
49.80/50.04	c Try to convert by bdds
49.80/50.06	c D: 1
49.80/50.06	c estimatedAdderCost: 39
49.80/50.06	c Try to convert by bdds
49.80/50.07	c D: 1
49.80/50.07	c estimatedAdderCost: 39
49.80/50.07	c Try to convert by bdds
49.80/50.09	c D: 1
49.80/50.09	c estimatedAdderCost: 39
49.80/50.09	c Try to convert by bdds
49.80/50.10	c D: 1
49.80/50.10	c estimatedAdderCost: 39
49.80/50.10	c Try to convert by bdds
49.90/50.12	c D: 1
49.90/50.12	c estimatedAdderCost: 39
49.90/50.12	c Try to convert by bdds
49.90/50.13	c D: 1
49.90/50.13	c estimatedAdderCost: 39
49.90/50.13	c Try to convert by bdds
49.90/50.15	c D: 1
49.90/50.15	c estimatedAdderCost: 39
49.90/50.15	c Try to convert by bdds
49.90/50.16	c D: 1
49.90/50.16	c estimatedAdderCost: 39
49.90/50.16	c Try to convert by bdds
49.90/50.18	c D: 1
49.90/50.18	c estimatedAdderCost: 39
49.90/50.18	c Try to convert by bdds
49.90/50.19	c D: 1
49.90/50.19	c estimatedAdderCost: 39
49.90/50.19	c Try to convert by bdds
49.99/50.21	c D: 1
49.99/50.21	c estimatedAdderCost: 39
49.99/50.21	c Try to convert by bdds
49.99/50.22	c D: 1
49.99/50.22	c estimatedAdderCost: 39
49.99/50.22	c Try to convert by bdds
49.99/50.24	c D: 1
49.99/50.24	c estimatedAdderCost: 39
49.99/50.24	c Try to convert by bdds
49.99/50.25	c D: 1
49.99/50.25	c estimatedAdderCost: 39
49.99/50.25	c Try to convert by bdds
49.99/50.27	c D: 1
49.99/50.27	c estimatedAdderCost: 39
49.99/50.27	c Try to convert by bdds
49.99/50.28	c D: 1
49.99/50.28	c estimatedAdderCost: 39
49.99/50.28	c Try to convert by bdds
49.99/50.30	c D: 1
49.99/50.30	c estimatedAdderCost: 39
49.99/50.30	c Try to convert by bdds
50.09/50.31	c D: 1
50.09/50.31	c estimatedAdderCost: 39
50.09/50.31	c Try to convert by bdds
50.09/50.32	c D: 1
50.09/50.32	c estimatedAdderCost: 39
50.09/50.32	c Try to convert by bdds
50.09/50.34	c D: 1
50.09/50.34	c estimatedAdderCost: 39
50.09/50.34	c Try to convert by bdds
50.09/50.35	c D: 1
50.09/50.35	c estimatedAdderCost: 39
50.09/50.35	c Try to convert by bdds
50.09/50.37	c D: 1
50.09/50.37	c estimatedAdderCost: 39
50.09/50.37	c Try to convert by bdds
50.09/50.38	c D: 1
50.09/50.38	c estimatedAdderCost: 39
50.09/50.38	c Try to convert by bdds
50.19/50.40	c D: 1
50.19/50.40	c estimatedAdderCost: 39
50.19/50.40	c Try to convert by bdds
50.19/50.41	c D: 1
50.19/50.41	c estimatedAdderCost: 39
50.19/50.41	c Try to convert by bdds
50.19/50.43	c D: 1
50.19/50.43	c estimatedAdderCost: 39
50.19/50.43	c Try to convert by bdds
50.19/50.44	c D: 1
50.19/50.44	c estimatedAdderCost: 39
50.19/50.44	c Try to convert by bdds
50.19/50.46	c D: 1
50.19/50.46	c estimatedAdderCost: 39
50.19/50.46	c Try to convert by bdds
50.19/50.47	c D: 1
50.19/50.47	c estimatedAdderCost: 39
50.19/50.47	c Try to convert by bdds
50.19/50.49	c D: 1
50.19/50.49	c estimatedAdderCost: 39
50.19/50.49	c Try to convert by bdds
50.29/50.50	c D: 1
50.29/50.50	c estimatedAdderCost: 39
50.29/50.50	c Try to convert by bdds
50.29/50.52	c D: 1
50.29/50.52	c estimatedAdderCost: 39
50.29/50.52	c Try to convert by bdds
50.29/50.53	c D: 1
50.29/50.53	c estimatedAdderCost: 30
50.29/50.53	c Try to convert by bdds
50.29/50.54	c D: 1
50.29/50.54	c estimatedAdderCost: 30
50.29/50.54	c Try to convert by bdds
50.29/50.55	c D: 1
50.29/50.55	c estimatedAdderCost: 30
50.29/50.55	c Try to convert by bdds
50.29/50.56	c D: 1
50.29/50.56	c estimatedAdderCost: 30
50.29/50.56	c Try to convert by bdds
50.29/50.57	c D: 1
50.29/50.57	c estimatedAdderCost: 30
50.29/50.57	c Try to convert by bdds
50.29/50.58	c D: 1
50.29/50.58	c estimatedAdderCost: 30
50.29/50.58	c Try to convert by bdds
50.29/50.59	c D: 1
50.29/50.59	c estimatedAdderCost: 30
50.29/50.59	c Try to convert by bdds
50.39/50.60	c D: 1
50.39/50.60	c estimatedAdderCost: 30
50.39/50.60	c Try to convert by bdds
50.39/50.61	c D: 1
50.39/50.61	c estimatedAdderCost: 30
50.39/50.61	c Try to convert by bdds
50.39/50.62	c D: 1
50.39/50.62	c estimatedAdderCost: 39
50.39/50.62	c Try to convert by bdds
50.39/50.63	c D: 1
50.39/50.63	c estimatedAdderCost: 39
50.39/50.63	c Try to convert by bdds
50.39/50.65	c D: 1
50.39/50.65	c estimatedAdderCost: 39
50.39/50.65	c Try to convert by bdds
50.39/50.66	c D: 1
50.39/50.66	c estimatedAdderCost: 39
50.39/50.66	c Try to convert by bdds
50.39/50.68	c D: 1
50.39/50.68	c estimatedAdderCost: 39
50.39/50.68	c Try to convert by bdds
50.39/50.69	c D: 1
50.39/50.69	c estimatedAdderCost: 39
50.39/50.69	c Try to convert by bdds
50.49/50.71	c D: 1
50.49/50.71	c estimatedAdderCost: 39
50.49/50.71	c Try to convert by bdds
50.49/50.72	c D: 1
50.49/50.72	c estimatedAdderCost: 39
50.49/50.72	c Try to convert by bdds
50.49/50.74	c D: 1
50.49/50.74	c estimatedAdderCost: 39
50.49/50.74	c Try to convert by bdds
50.49/50.75	c D: 1
50.49/50.75	c estimatedAdderCost: 39
50.49/50.75	c Try to convert by bdds
50.49/50.77	c D: 1
50.49/50.77	c estimatedAdderCost: 39
50.49/50.77	c Try to convert by bdds
50.49/50.78	c D: 1
50.49/50.78	c estimatedAdderCost: 39
50.49/50.78	c Try to convert by bdds
50.59/50.80	c D: 1
50.59/50.80	c estimatedAdderCost: 39
50.59/50.80	c Try to convert by bdds
50.59/50.81	c D: 1
50.59/50.81	c estimatedAdderCost: 39
50.59/50.81	c Try to convert by bdds
50.59/50.83	c D: 1
50.59/50.83	c estimatedAdderCost: 39
50.59/50.83	c Try to convert by bdds
50.59/50.84	c D: 1
50.59/50.84	c estimatedAdderCost: 39
50.59/50.84	c Try to convert by bdds
50.59/50.86	c D: 1
50.59/50.86	c estimatedAdderCost: 39
50.59/50.86	c Try to convert by bdds
50.59/50.87	c D: 1
50.59/50.87	c estimatedAdderCost: 39
50.59/50.87	c Try to convert by bdds
50.59/50.89	c D: 1
50.59/50.89	c estimatedAdderCost: 39
50.59/50.89	c Try to convert by bdds
50.68/50.90	c D: 1
50.68/50.90	c estimatedAdderCost: 39
50.68/50.90	c Try to convert by bdds
50.68/50.92	c D: 1
50.68/50.92	c estimatedAdderCost: 39
50.68/50.92	c Try to convert by bdds
50.68/50.93	c D: 1
50.68/50.93	c estimatedAdderCost: 39
50.68/50.93	c Try to convert by bdds
50.68/50.95	c D: 1
50.68/50.95	c estimatedAdderCost: 39
50.68/50.95	c Try to convert by bdds
50.68/50.96	c D: 1
50.68/50.96	c estimatedAdderCost: 39
50.68/50.96	c Try to convert by bdds
50.68/50.97	c D: 1
50.68/50.97	c estimatedAdderCost: 39
50.68/50.97	c Try to convert by bdds
50.68/50.99	c D: 1
50.68/50.99	c estimatedAdderCost: 39
50.68/50.99	c Try to convert by bdds
50.68/51.00	c D: 1
50.68/51.00	c estimatedAdderCost: 39
50.68/51.00	c Try to convert by bdds
50.80/51.02	c D: 1
50.80/51.02	c estimatedAdderCost: 39
50.80/51.02	c Try to convert by bdds
50.80/51.03	c D: 1
50.80/51.03	c estimatedAdderCost: 39
50.80/51.03	c Try to convert by bdds
50.80/51.05	c D: 1
50.80/51.05	c estimatedAdderCost: 39
50.80/51.05	c Try to convert by bdds
50.80/51.06	c D: 1
50.80/51.06	c estimatedAdderCost: 39
50.80/51.06	c Try to convert by bdds
50.80/51.08	c D: 1
50.80/51.08	c estimatedAdderCost: 39
50.80/51.08	c Try to convert by bdds
50.80/51.09	c D: 1
50.80/51.09	c estimatedAdderCost: 39
50.80/51.09	c Try to convert by bdds
50.80/51.11	c D: 1
50.80/51.11	c estimatedAdderCost: 39
50.80/51.11	c Try to convert by bdds
50.90/51.12	c D: 1
50.90/51.12	c estimatedAdderCost: 39
50.90/51.12	c Try to convert by bdds
50.90/51.14	c D: 1
50.90/51.14	c estimatedAdderCost: 39
50.90/51.14	c Try to convert by bdds
50.90/51.15	c D: 1
50.90/51.15	c estimatedAdderCost: 39
50.90/51.15	c Try to convert by bdds
50.90/51.17	c D: 1
50.90/51.17	c estimatedAdderCost: 39
50.90/51.17	c Try to convert by bdds
50.90/51.18	c D: 1
50.90/51.18	c estimatedAdderCost: 39
50.90/51.18	c Try to convert by bdds
50.98/51.20	c D: 1
50.98/51.20	c estimatedAdderCost: 39
50.98/51.20	c Try to convert by bdds
50.98/51.21	c D: 1
50.98/51.21	c estimatedAdderCost: 39
50.98/51.21	c Try to convert by bdds
50.98/51.23	c D: 1
50.98/51.23	c estimatedAdderCost: 39
50.98/51.23	c Try to convert by bdds
50.98/51.24	c D: 1
50.98/51.24	c estimatedAdderCost: 39
50.98/51.24	c Try to convert by bdds
50.98/51.26	c D: 1
50.98/51.26	c estimatedAdderCost: 39
50.98/51.26	c Try to convert by bdds
50.98/51.27	c D: 1
50.98/51.27	c estimatedAdderCost: 39
50.98/51.27	c Try to convert by bdds
50.98/51.29	c D: 1
50.98/51.29	c estimatedAdderCost: 39
50.98/51.29	c Try to convert by bdds
51.08/51.30	c D: 1
51.08/51.30	c estimatedAdderCost: 39
51.08/51.30	c Try to convert by bdds
51.08/51.31	c D: 1
51.08/51.31	c estimatedAdderCost: 39
51.08/51.31	c Try to convert by bdds
51.08/51.33	c D: 1
51.08/51.33	c estimatedAdderCost: 39
51.08/51.33	c Try to convert by bdds
51.08/51.34	c D: 1
51.08/51.34	c estimatedAdderCost: 39
51.08/51.34	c Try to convert by bdds
51.08/51.36	c D: 1
51.08/51.36	c estimatedAdderCost: 39
51.08/51.36	c Try to convert by bdds
51.08/51.37	c D: 1
51.08/51.37	c estimatedAdderCost: 39
51.08/51.37	c Try to convert by bdds
51.08/51.39	c D: 1
51.08/51.39	c estimatedAdderCost: 39
51.08/51.39	c Try to convert by bdds
51.18/51.40	c D: 1
51.18/51.40	c estimatedAdderCost: 39
51.18/51.40	c Try to convert by bdds
51.18/51.42	c D: 1
51.18/51.42	c estimatedAdderCost: 39
51.18/51.42	c Try to convert by bdds
51.18/51.43	c D: 1
51.18/51.43	c estimatedAdderCost: 39
51.18/51.43	c Try to convert by bdds
51.18/51.45	c D: 1
51.18/51.45	c estimatedAdderCost: 39
51.18/51.45	c Try to convert by bdds
51.18/51.46	c D: 1
51.18/51.46	c estimatedAdderCost: 39
51.18/51.46	c Try to convert by bdds
51.18/51.48	c D: 1
51.18/51.48	c estimatedAdderCost: 39
51.18/51.48	c Try to convert by bdds
51.18/51.49	c D: 1
51.18/51.49	c estimatedAdderCost: 39
51.18/51.49	c Try to convert by bdds
51.28/51.51	c D: 1
51.28/51.51	c estimatedAdderCost: 39
51.28/51.51	c Try to convert by bdds
51.28/51.52	c D: 1
51.28/51.52	c estimatedAdderCost: 39
51.28/51.52	c Try to convert by bdds
51.28/51.54	c D: 1
51.28/51.54	c estimatedAdderCost: 39
51.28/51.54	c Try to convert by bdds
51.28/51.55	c D: 1
51.28/51.55	c estimatedAdderCost: 39
51.28/51.55	c Try to convert by bdds
51.28/51.57	c D: 1
51.28/51.57	c estimatedAdderCost: 39
51.28/51.57	c Try to convert by bdds
51.28/51.58	c D: 1
51.28/51.58	c estimatedAdderCost: 39
51.28/51.58	c Try to convert by bdds
51.28/51.60	c D: 1
51.28/51.60	c estimatedAdderCost: 39
51.28/51.60	c Try to convert by bdds
51.38/51.61	c D: 1
51.38/51.61	c estimatedAdderCost: 39
51.38/51.61	c Try to convert by bdds
51.38/51.62	c D: 1
51.38/51.62	c estimatedAdderCost: 39
51.38/51.62	c Try to convert by bdds
51.38/51.64	c D: 1
51.38/51.64	c estimatedAdderCost: 39
51.38/51.64	c Try to convert by bdds
51.38/51.65	c D: 1
51.38/51.65	c estimatedAdderCost: 39
51.38/51.65	c Try to convert by bdds
51.38/51.67	c D: 1
51.38/51.67	c estimatedAdderCost: 39
51.38/51.67	c Try to convert by bdds
51.38/51.68	c D: 1
51.38/51.68	c estimatedAdderCost: 39
51.38/51.68	c Try to convert by bdds
51.48/51.70	c D: 1
51.48/51.70	c estimatedAdderCost: 39
51.48/51.70	c Try to convert by bdds
51.48/51.71	c D: 1
51.48/51.71	c estimatedAdderCost: 39
51.48/51.71	c Try to convert by bdds
51.48/51.73	c D: 1
51.48/51.73	c estimatedAdderCost: 39
51.48/51.73	c Try to convert by bdds
51.48/51.74	c D: 1
51.48/51.74	c estimatedAdderCost: 39
51.48/51.74	c Try to convert by bdds
51.48/51.76	c D: 1
51.48/51.76	c estimatedAdderCost: 39
51.48/51.76	c Try to convert by bdds
51.48/51.77	c D: 1
51.48/51.77	c estimatedAdderCost: 39
51.48/51.77	c Try to convert by bdds
51.48/51.79	c D: 1
51.48/51.79	c estimatedAdderCost: 39
51.48/51.79	c Try to convert by bdds
51.58/51.80	c D: 1
51.58/51.80	c estimatedAdderCost: 39
51.58/51.80	c Try to convert by bdds
51.58/51.82	c D: 1
51.58/51.82	c estimatedAdderCost: 30
51.58/51.82	c Try to convert by bdds
51.58/51.83	c D: 1
51.58/51.83	c estimatedAdderCost: 30
51.58/51.83	c Try to convert by bdds
51.58/51.84	c D: 1
51.58/51.84	c estimatedAdderCost: 30
51.58/51.84	c Try to convert by bdds
51.58/51.85	c D: 1
51.58/51.85	c estimatedAdderCost: 30
51.58/51.85	c Try to convert by bdds
51.58/51.86	c D: 1
51.58/51.86	c estimatedAdderCost: 30
51.58/51.86	c Try to convert by bdds
51.58/51.87	c D: 1
51.58/51.87	c estimatedAdderCost: 30
51.58/51.87	c Try to convert by bdds
51.58/51.88	c D: 1
51.58/51.88	c estimatedAdderCost: 30
51.58/51.88	c Try to convert by bdds
51.58/51.89	c D: 1
51.58/51.89	c estimatedAdderCost: 30
51.58/51.89	c Try to convert by bdds
51.58/51.90	c D: 1
51.58/51.90	c estimatedAdderCost: 30
51.58/51.90	c Try to convert by bdds
51.68/51.91	c D: 1
51.68/51.91	c estimatedAdderCost: 30
51.68/51.91	c Try to convert by bdds
51.68/51.92	c D: 1
51.68/51.92	c estimatedAdderCost: 39
51.68/51.92	c Try to convert by bdds
51.68/51.93	c D: 1
51.68/51.93	c estimatedAdderCost: 39
51.68/51.93	c Try to convert by bdds
51.68/51.94	c D: 1
51.68/51.94	c estimatedAdderCost: 39
51.68/51.94	c Try to convert by bdds
51.68/51.96	c D: 1
51.68/51.96	c estimatedAdderCost: 39
51.68/51.96	c Try to convert by bdds
51.68/51.97	c D: 1
51.68/51.97	c estimatedAdderCost: 39
51.68/51.97	c Try to convert by bdds
51.68/51.99	c D: 1
51.68/51.99	c estimatedAdderCost: 39
51.68/51.99	c Try to convert by bdds
51.68/52.00	c D: 1
51.68/52.00	c estimatedAdderCost: 39
51.68/52.00	c Try to convert by bdds
51.79/52.02	c D: 1
51.79/52.02	c estimatedAdderCost: 39
51.79/52.02	c Try to convert by bdds
51.79/52.03	c D: 1
51.79/52.03	c estimatedAdderCost: 39
51.79/52.03	c Try to convert by bdds
51.79/52.05	c D: 1
51.79/52.05	c estimatedAdderCost: 39
51.79/52.05	c Try to convert by bdds
51.79/52.06	c D: 1
51.79/52.06	c estimatedAdderCost: 39
51.79/52.06	c Try to convert by bdds
51.79/52.08	c D: 1
51.79/52.08	c estimatedAdderCost: 39
51.79/52.08	c Try to convert by bdds
51.79/52.09	c D: 1
51.79/52.09	c estimatedAdderCost: 39
51.79/52.09	c Try to convert by bdds
51.79/52.11	c D: 1
51.79/52.11	c estimatedAdderCost: 39
51.79/52.11	c Try to convert by bdds
51.89/52.12	c D: 1
51.89/52.12	c estimatedAdderCost: 39
51.89/52.12	c Try to convert by bdds
51.89/52.14	c D: 1
51.89/52.14	c estimatedAdderCost: 39
51.89/52.14	c Try to convert by bdds
51.89/52.15	c D: 1
51.89/52.15	c estimatedAdderCost: 39
51.89/52.15	c Try to convert by bdds
51.89/52.17	c D: 1
51.89/52.17	c estimatedAdderCost: 39
51.89/52.17	c Try to convert by bdds
51.89/52.18	c D: 1
51.89/52.18	c estimatedAdderCost: 39
51.89/52.18	c Try to convert by bdds
51.98/52.20	c D: 1
51.98/52.20	c estimatedAdderCost: 39
51.98/52.20	c Try to convert by bdds
51.98/52.21	c D: 1
51.98/52.21	c estimatedAdderCost: 39
51.98/52.21	c Try to convert by bdds
51.98/52.23	c D: 1
51.98/52.23	c estimatedAdderCost: 39
51.98/52.23	c Try to convert by bdds
51.98/52.24	c D: 1
51.98/52.24	c estimatedAdderCost: 39
51.98/52.24	c Try to convert by bdds
51.98/52.25	c D: 1
51.98/52.25	c estimatedAdderCost: 39
51.98/52.25	c Try to convert by bdds
51.98/52.27	c D: 1
51.98/52.27	c estimatedAdderCost: 39
51.98/52.27	c Try to convert by bdds
51.98/52.28	c D: 1
51.98/52.28	c estimatedAdderCost: 39
51.98/52.28	c Try to convert by bdds
52.08/52.30	c D: 1
52.08/52.30	c estimatedAdderCost: 39
52.08/52.30	c Try to convert by bdds
52.08/52.31	c D: 1
52.08/52.31	c estimatedAdderCost: 39
52.08/52.31	c Try to convert by bdds
52.08/52.33	c D: 1
52.08/52.33	c estimatedAdderCost: 39
52.08/52.33	c Try to convert by bdds
52.08/52.34	c D: 1
52.08/52.34	c estimatedAdderCost: 39
52.08/52.34	c Try to convert by bdds
52.08/52.36	c D: 1
52.08/52.36	c estimatedAdderCost: 39
52.08/52.36	c Try to convert by bdds
52.08/52.37	c D: 1
52.08/52.37	c estimatedAdderCost: 39
52.08/52.37	c Try to convert by bdds
52.08/52.39	c D: 1
52.08/52.39	c estimatedAdderCost: 39
52.08/52.39	c Try to convert by bdds
52.18/52.40	c D: 1
52.18/52.40	c estimatedAdderCost: 39
52.18/52.40	c Try to convert by bdds
52.18/52.42	c D: 1
52.18/52.42	c estimatedAdderCost: 39
52.18/52.42	c Try to convert by bdds
52.18/52.43	c D: 1
52.18/52.43	c estimatedAdderCost: 39
52.18/52.43	c Try to convert by bdds
52.18/52.45	c D: 1
52.18/52.45	c estimatedAdderCost: 39
52.18/52.45	c Try to convert by bdds
52.18/52.46	c D: 1
52.18/52.46	c estimatedAdderCost: 39
52.18/52.46	c Try to convert by bdds
52.18/52.48	c D: 1
52.18/52.48	c estimatedAdderCost: 39
52.18/52.48	c Try to convert by bdds
52.18/52.49	c D: 1
52.18/52.49	c estimatedAdderCost: 39
52.18/52.49	c Try to convert by bdds
52.28/52.51	c D: 1
52.28/52.51	c estimatedAdderCost: 39
52.28/52.51	c Try to convert by bdds
52.28/52.52	c D: 1
52.28/52.52	c estimatedAdderCost: 39
52.28/52.52	c Try to convert by bdds
52.28/52.54	c D: 1
52.28/52.54	c estimatedAdderCost: 39
52.28/52.54	c Try to convert by bdds
52.28/52.55	c D: 1
52.28/52.55	c estimatedAdderCost: 39
52.28/52.55	c Try to convert by bdds
52.28/52.57	c D: 1
52.28/52.57	c estimatedAdderCost: 39
52.28/52.57	c Try to convert by bdds
52.28/52.58	c D: 1
52.28/52.58	c estimatedAdderCost: 39
52.28/52.58	c Try to convert by bdds
52.38/52.60	c D: 1
52.38/52.60	c estimatedAdderCost: 39
52.38/52.60	c Try to convert by bdds
52.38/52.61	c D: 1
52.38/52.61	c estimatedAdderCost: 39
52.38/52.61	c Try to convert by bdds
52.38/52.63	c D: 1
52.38/52.63	c estimatedAdderCost: 39
52.38/52.63	c Try to convert by bdds
52.38/52.64	c D: 1
52.38/52.64	c estimatedAdderCost: 39
52.38/52.64	c Try to convert by bdds
52.38/52.66	c D: 1
52.38/52.66	c estimatedAdderCost: 39
52.38/52.66	c Try to convert by bdds
52.38/52.67	c D: 1
52.38/52.67	c estimatedAdderCost: 39
52.38/52.67	c Try to convert by bdds
52.38/52.69	c D: 1
52.38/52.69	c estimatedAdderCost: 39
52.38/52.69	c Try to convert by bdds
52.48/52.70	c D: 1
52.48/52.70	c estimatedAdderCost: 39
52.48/52.70	c Try to convert by bdds
52.48/52.72	c D: 1
52.48/52.72	c estimatedAdderCost: 39
52.48/52.72	c Try to convert by bdds
52.48/52.73	c D: 1
52.48/52.73	c estimatedAdderCost: 39
52.48/52.73	c Try to convert by bdds
52.48/52.75	c D: 1
52.48/52.75	c estimatedAdderCost: 39
52.48/52.75	c Try to convert by bdds
52.48/52.76	c D: 1
52.48/52.76	c estimatedAdderCost: 39
52.48/52.76	c Try to convert by bdds
52.48/52.78	c D: 1
52.48/52.78	c estimatedAdderCost: 39
52.48/52.78	c Try to convert by bdds
52.48/52.79	c D: 1
52.48/52.79	c estimatedAdderCost: 39
52.48/52.79	c Try to convert by bdds
52.58/52.81	c D: 1
52.58/52.81	c estimatedAdderCost: 39
52.58/52.81	c Try to convert by bdds
52.58/52.82	c D: 1
52.58/52.82	c estimatedAdderCost: 39
52.58/52.82	c Try to convert by bdds
52.58/52.84	c D: 1
52.58/52.84	c estimatedAdderCost: 39
52.58/52.84	c Try to convert by bdds
52.58/52.85	c D: 1
52.58/52.85	c estimatedAdderCost: 39
52.58/52.85	c Try to convert by bdds
52.58/52.87	c D: 1
52.58/52.87	c estimatedAdderCost: 39
52.58/52.87	c Try to convert by bdds
52.58/52.88	c D: 1
52.58/52.88	c estimatedAdderCost: 39
52.58/52.88	c Try to convert by bdds
52.67/52.90	c D: 1
52.67/52.90	c estimatedAdderCost: 39
52.67/52.90	c Try to convert by bdds
52.67/52.91	c D: 1
52.67/52.91	c estimatedAdderCost: 39
52.67/52.91	c Try to convert by bdds
52.67/52.93	c D: 1
52.67/52.93	c estimatedAdderCost: 39
52.67/52.93	c Try to convert by bdds
52.67/52.94	c D: 1
52.67/52.94	c estimatedAdderCost: 39
52.67/52.94	c Try to convert by bdds
52.67/52.96	c D: 1
52.67/52.96	c estimatedAdderCost: 39
52.67/52.96	c Try to convert by bdds
52.67/52.97	c D: 1
52.67/52.97	c estimatedAdderCost: 39
52.67/52.97	c Try to convert by bdds
52.67/52.99	c D: 1
52.67/52.99	c estimatedAdderCost: 39
52.67/52.99	c Try to convert by bdds
52.67/53.00	c D: 1
52.67/53.00	c estimatedAdderCost: 39
52.67/53.00	c Try to convert by bdds
52.79/53.01	c D: 1
52.79/53.01	c estimatedAdderCost: 39
52.79/53.01	c Try to convert by bdds
52.79/53.03	c D: 1
52.79/53.03	c estimatedAdderCost: 39
52.79/53.03	c Try to convert by bdds
52.79/53.04	c D: 1
52.79/53.04	c estimatedAdderCost: 39
52.79/53.04	c Try to convert by bdds
52.79/53.06	c D: 1
52.79/53.06	c estimatedAdderCost: 39
52.79/53.06	c Try to convert by bdds
52.79/53.07	c D: 1
52.79/53.07	c estimatedAdderCost: 39
52.79/53.07	c Try to convert by bdds
52.79/53.09	c D: 1
52.79/53.09	c estimatedAdderCost: 39
52.79/53.09	c Try to convert by bdds
52.79/53.10	c D: 1
52.79/53.10	c estimatedAdderCost: 39
52.79/53.10	c Try to convert by bdds
52.89/53.12	c D: 1
52.89/53.12	c estimatedAdderCost: 39
52.89/53.12	c Try to convert by bdds
52.89/53.13	c D: 1
52.89/53.13	c estimatedAdderCost: 39
52.89/53.13	c Try to convert by bdds
52.89/53.15	c D: 1
52.89/53.15	c estimatedAdderCost: 39
52.89/53.15	c Try to convert by bdds
52.89/53.16	c D: 1
52.89/53.16	c estimatedAdderCost: 39
52.89/53.16	c Try to convert by bdds
52.89/53.18	c D: 1
52.89/53.18	c estimatedAdderCost: 30
52.89/53.18	c Try to convert by bdds
52.89/53.19	c D: 1
52.89/53.19	c estimatedAdderCost: 30
52.89/53.19	c Try to convert by bdds
52.97/53.20	c D: 1
52.97/53.20	c estimatedAdderCost: 30
52.97/53.20	c Try to convert by bdds
52.97/53.21	c D: 1
52.97/53.21	c estimatedAdderCost: 30
52.97/53.21	c Try to convert by bdds
52.97/53.22	c D: 1
52.97/53.22	c estimatedAdderCost: 30
52.97/53.22	c Try to convert by bdds
52.97/53.23	c D: 1
52.97/53.23	c estimatedAdderCost: 30
52.97/53.23	c Try to convert by bdds
52.97/53.24	c D: 1
52.97/53.24	c estimatedAdderCost: 30
52.97/53.24	c Try to convert by bdds
52.97/53.25	c D: 1
52.97/53.25	c estimatedAdderCost: 30
52.97/53.25	c Try to convert by bdds
52.97/53.26	c D: 1
52.97/53.26	c estimatedAdderCost: 30
52.97/53.26	c Try to convert by bdds
52.97/53.27	c D: 1
52.97/53.27	c estimatedAdderCost: 30
52.97/53.27	c Try to convert by bdds
52.97/53.28	c D: 1
52.97/53.28	c estimatedAdderCost: 30
52.97/53.28	c Try to convert by bdds
52.97/53.29	c D: 1
52.97/53.29	c estimatedAdderCost: 39
52.97/53.29	c Try to convert by bdds
53.07/53.30	c D: 1
53.07/53.30	c estimatedAdderCost: 39
53.07/53.30	c Try to convert by bdds
53.07/53.32	c D: 1
53.07/53.32	c estimatedAdderCost: 39
53.07/53.32	c Try to convert by bdds
53.07/53.33	c D: 1
53.07/53.33	c estimatedAdderCost: 39
53.07/53.33	c Try to convert by bdds
53.07/53.35	c D: 1
53.07/53.35	c estimatedAdderCost: 39
53.07/53.35	c Try to convert by bdds
53.07/53.36	c D: 1
53.07/53.36	c estimatedAdderCost: 39
53.07/53.36	c Try to convert by bdds
53.07/53.38	c D: 1
53.07/53.38	c estimatedAdderCost: 39
53.07/53.38	c Try to convert by bdds
53.07/53.39	c D: 1
53.07/53.39	c estimatedAdderCost: 39
53.07/53.39	c Try to convert by bdds
53.17/53.41	c D: 1
53.17/53.41	c estimatedAdderCost: 39
53.17/53.41	c Try to convert by bdds
53.17/53.42	c D: 1
53.17/53.42	c estimatedAdderCost: 39
53.17/53.42	c Try to convert by bdds
53.17/53.44	c D: 1
53.17/53.44	c estimatedAdderCost: 39
53.17/53.44	c Try to convert by bdds
53.17/53.45	c D: 1
53.17/53.45	c estimatedAdderCost: 39
53.17/53.45	c Try to convert by bdds
53.17/53.47	c D: 1
53.17/53.47	c estimatedAdderCost: 39
53.17/53.47	c Try to convert by bdds
53.17/53.48	c D: 1
53.17/53.48	c estimatedAdderCost: 39
53.17/53.48	c Try to convert by bdds
53.27/53.50	c D: 1
53.27/53.50	c estimatedAdderCost: 39
53.27/53.50	c Try to convert by bdds
53.27/53.51	c D: 1
53.27/53.51	c estimatedAdderCost: 39
53.27/53.51	c Try to convert by bdds
53.27/53.53	c D: 1
53.27/53.53	c estimatedAdderCost: 39
53.27/53.53	c Try to convert by bdds
53.27/53.54	c D: 1
53.27/53.54	c estimatedAdderCost: 39
53.27/53.54	c Try to convert by bdds
53.27/53.56	c D: 1
53.27/53.56	c estimatedAdderCost: 39
53.27/53.56	c Try to convert by bdds
53.27/53.57	c D: 1
53.27/53.57	c estimatedAdderCost: 39
53.27/53.57	c Try to convert by bdds
53.27/53.59	c D: 1
53.27/53.59	c estimatedAdderCost: 39
53.27/53.59	c Try to convert by bdds
53.37/53.60	c D: 1
53.37/53.60	c estimatedAdderCost: 39
53.37/53.60	c Try to convert by bdds
53.37/53.62	c D: 1
53.37/53.62	c estimatedAdderCost: 39
53.37/53.62	c Try to convert by bdds
53.37/53.63	c D: 1
53.37/53.63	c estimatedAdderCost: 39
53.37/53.63	c Try to convert by bdds
53.37/53.65	c D: 1
53.37/53.65	c estimatedAdderCost: 39
53.37/53.65	c Try to convert by bdds
53.37/53.66	c D: 1
53.37/53.66	c estimatedAdderCost: 39
53.37/53.66	c Try to convert by bdds
53.37/53.68	c D: 1
53.37/53.68	c estimatedAdderCost: 39
53.37/53.68	c Try to convert by bdds
53.37/53.69	c D: 1
53.37/53.69	c estimatedAdderCost: 39
53.37/53.69	c Try to convert by bdds
53.47/53.71	c D: 1
53.47/53.71	c estimatedAdderCost: 39
53.47/53.71	c Try to convert by bdds
53.47/53.72	c D: 1
53.47/53.72	c estimatedAdderCost: 39
53.47/53.72	c Try to convert by bdds
53.47/53.74	c D: 1
53.47/53.74	c estimatedAdderCost: 39
53.47/53.74	c Try to convert by bdds
53.47/53.75	c D: 1
53.47/53.75	c estimatedAdderCost: 39
53.47/53.75	c Try to convert by bdds
53.47/53.77	c D: 1
53.47/53.77	c estimatedAdderCost: 39
53.47/53.77	c Try to convert by bdds
53.47/53.78	c D: 1
53.47/53.78	c estimatedAdderCost: 39
53.47/53.78	c Try to convert by bdds
53.57/53.80	c D: 1
53.57/53.80	c estimatedAdderCost: 39
53.57/53.80	c Try to convert by bdds
53.57/53.81	c D: 1
53.57/53.81	c estimatedAdderCost: 39
53.57/53.81	c Try to convert by bdds
53.57/53.83	c D: 1
53.57/53.83	c estimatedAdderCost: 39
53.57/53.83	c Try to convert by bdds
53.57/53.84	c D: 1
53.57/53.84	c estimatedAdderCost: 39
53.57/53.84	c Try to convert by bdds
53.57/53.86	c D: 1
53.57/53.86	c estimatedAdderCost: 39
53.57/53.86	c Try to convert by bdds
53.57/53.87	c D: 1
53.57/53.87	c estimatedAdderCost: 39
53.57/53.87	c Try to convert by bdds
53.57/53.89	c D: 1
53.57/53.89	c estimatedAdderCost: 39
53.57/53.89	c Try to convert by bdds
53.67/53.90	c D: 1
53.67/53.90	c estimatedAdderCost: 39
53.67/53.90	c Try to convert by bdds
53.67/53.92	c D: 1
53.67/53.92	c estimatedAdderCost: 39
53.67/53.92	c Try to convert by bdds
53.67/53.93	c D: 1
53.67/53.93	c estimatedAdderCost: 39
53.67/53.93	c Try to convert by bdds
53.67/53.95	c D: 1
53.67/53.95	c estimatedAdderCost: 39
53.67/53.95	c Try to convert by bdds
53.67/53.96	c D: 1
53.67/53.96	c estimatedAdderCost: 39
53.67/53.96	c Try to convert by bdds
53.67/53.98	c D: 1
53.67/53.98	c estimatedAdderCost: 39
53.67/53.98	c Try to convert by bdds
53.67/53.99	c D: 1
53.67/53.99	c estimatedAdderCost: 39
53.67/53.99	c Try to convert by bdds
53.67/54.01	c D: 1
53.67/54.01	c estimatedAdderCost: 39
53.67/54.01	c Try to convert by bdds
53.78/54.02	c D: 1
53.78/54.02	c estimatedAdderCost: 39
53.78/54.02	c Try to convert by bdds
53.78/54.04	c D: 1
53.78/54.04	c estimatedAdderCost: 39
53.78/54.04	c Try to convert by bdds
53.78/54.05	c D: 1
53.78/54.05	c estimatedAdderCost: 39
53.78/54.05	c Try to convert by bdds
53.78/54.07	c D: 1
53.78/54.07	c estimatedAdderCost: 39
53.78/54.07	c Try to convert by bdds
53.78/54.08	c D: 1
53.78/54.08	c estimatedAdderCost: 39
53.78/54.08	c Try to convert by bdds
53.78/54.10	c D: 1
53.78/54.10	c estimatedAdderCost: 39
53.78/54.10	c Try to convert by bdds
53.88/54.11	c D: 1
53.88/54.11	c estimatedAdderCost: 39
53.88/54.11	c Try to convert by bdds
53.88/54.12	c D: 1
53.88/54.12	c estimatedAdderCost: 39
53.88/54.12	c Try to convert by bdds
53.88/54.14	c D: 1
53.88/54.14	c estimatedAdderCost: 39
53.88/54.14	c Try to convert by bdds
53.88/54.15	c D: 1
53.88/54.15	c estimatedAdderCost: 39
53.88/54.15	c Try to convert by bdds
53.88/54.17	c D: 1
53.88/54.17	c estimatedAdderCost: 39
53.88/54.17	c Try to convert by bdds
53.88/54.18	c D: 1
53.88/54.18	c estimatedAdderCost: 39
53.88/54.18	c Try to convert by bdds
53.97/54.20	c D: 1
53.97/54.20	c estimatedAdderCost: 39
53.97/54.20	c Try to convert by bdds
53.97/54.21	c D: 1
53.97/54.21	c estimatedAdderCost: 39
53.97/54.21	c Try to convert by bdds
53.97/54.23	c D: 1
53.97/54.23	c estimatedAdderCost: 39
53.97/54.23	c Try to convert by bdds
53.97/54.24	c D: 1
53.97/54.24	c estimatedAdderCost: 39
53.97/54.24	c Try to convert by bdds
53.97/54.26	c D: 1
53.97/54.26	c estimatedAdderCost: 39
53.97/54.26	c Try to convert by bdds
53.97/54.27	c D: 1
53.97/54.27	c estimatedAdderCost: 39
53.97/54.27	c Try to convert by bdds
53.97/54.29	c D: 1
53.97/54.29	c estimatedAdderCost: 39
53.97/54.29	c Try to convert by bdds
54.07/54.30	c D: 1
54.07/54.30	c estimatedAdderCost: 39
54.07/54.30	c Try to convert by bdds
54.07/54.32	c D: 1
54.07/54.32	c estimatedAdderCost: 39
54.07/54.32	c Try to convert by bdds
54.07/54.33	c D: 1
54.07/54.33	c estimatedAdderCost: 39
54.07/54.33	c Try to convert by bdds
54.07/54.35	c D: 1
54.07/54.35	c estimatedAdderCost: 39
54.07/54.35	c Try to convert by bdds
54.07/54.36	c D: 1
54.07/54.36	c estimatedAdderCost: 39
54.07/54.36	c Try to convert by bdds
54.07/54.38	c D: 1
54.07/54.38	c estimatedAdderCost: 39
54.07/54.38	c Try to convert by bdds
54.07/54.39	c D: 1
54.07/54.39	c estimatedAdderCost: 39
54.07/54.39	c Try to convert by bdds
54.17/54.41	c D: 1
54.17/54.41	c estimatedAdderCost: 39
54.17/54.41	c Try to convert by bdds
54.17/54.42	c D: 1
54.17/54.42	c estimatedAdderCost: 39
54.17/54.42	c Try to convert by bdds
54.17/54.44	c D: 1
54.17/54.44	c estimatedAdderCost: 39
54.17/54.44	c Try to convert by bdds
54.17/54.45	c D: 1
54.17/54.45	c estimatedAdderCost: 39
54.17/54.45	c Try to convert by bdds
54.17/54.47	c D: 1
54.17/54.47	c estimatedAdderCost: 39
54.17/54.47	c Try to convert by bdds
54.17/54.48	c D: 1
54.17/54.48	c estimatedAdderCost: 39
54.17/54.48	c Try to convert by bdds
54.27/54.50	c D: 1
54.27/54.50	c estimatedAdderCost: 39
54.27/54.50	c Try to convert by bdds
54.27/54.51	c D: 1
54.27/54.51	c estimatedAdderCost: 39
54.27/54.51	c Try to convert by bdds
54.27/54.53	c D: 1
54.27/54.53	c estimatedAdderCost: 39
54.27/54.53	c Try to convert by bdds
54.27/54.54	c D: 1
54.27/54.54	c estimatedAdderCost: 39
54.27/54.54	c Try to convert by bdds
54.27/54.56	c D: 1
54.27/54.56	c estimatedAdderCost: 39
54.27/54.56	c Try to convert by bdds
54.27/54.57	c D: 1
54.27/54.57	c estimatedAdderCost: 39
54.27/54.57	c Try to convert by bdds
54.27/54.59	c D: 1
54.27/54.59	c estimatedAdderCost: 39
54.27/54.59	c Try to convert by bdds
54.37/54.60	c D: 1
54.37/54.60	c estimatedAdderCost: 30
54.37/54.60	c Try to convert by bdds
54.37/54.61	c D: 1
54.37/54.61	c estimatedAdderCost: 30
54.37/54.61	c Try to convert by bdds
54.37/54.62	c D: 1
54.37/54.62	c estimatedAdderCost: 30
54.37/54.62	c Try to convert by bdds
54.37/54.63	c D: 1
54.37/54.63	c estimatedAdderCost: 30
54.37/54.63	c Try to convert by bdds
54.37/54.64	c D: 1
54.37/54.64	c estimatedAdderCost: 30
54.37/54.64	c Try to convert by bdds
54.37/54.65	c D: 1
54.37/54.65	c estimatedAdderCost: 30
54.37/54.65	c Try to convert by bdds
54.37/54.66	c D: 1
54.37/54.66	c estimatedAdderCost: 30
54.37/54.66	c Try to convert by bdds
54.37/54.67	c D: 1
54.37/54.67	c estimatedAdderCost: 30
54.37/54.67	c Try to convert by bdds
54.37/54.68	c D: 1
54.37/54.68	c estimatedAdderCost: 30
54.37/54.68	c Try to convert by bdds
54.37/54.69	c D: 1
54.37/54.69	c estimatedAdderCost: 30
54.37/54.69	c Try to convert by bdds
54.47/54.70	c D: 1
54.47/54.70	c estimatedAdderCost: 30
54.47/54.70	c Try to convert by bdds
54.47/54.71	c D: 1
54.47/54.71	c estimatedAdderCost: 30
54.47/54.71	c Try to convert by bdds
54.47/54.72	c D: 1
54.47/54.72	c estimatedAdderCost: 39
54.47/54.72	c Try to convert by bdds
54.47/54.74	c D: 1
54.47/54.74	c estimatedAdderCost: 39
54.47/54.74	c Try to convert by bdds
54.47/54.75	c D: 1
54.47/54.75	c estimatedAdderCost: 39
54.47/54.75	c Try to convert by bdds
54.47/54.77	c D: 1
54.47/54.77	c estimatedAdderCost: 39
54.47/54.77	c Try to convert by bdds
54.47/54.78	c D: 1
54.47/54.78	c estimatedAdderCost: 39
54.47/54.78	c Try to convert by bdds
54.57/54.80	c D: 1
54.57/54.80	c estimatedAdderCost: 39
54.57/54.80	c Try to convert by bdds
54.57/54.81	c D: 1
54.57/54.81	c estimatedAdderCost: 39
54.57/54.81	c Try to convert by bdds
54.57/54.83	c D: 1
54.57/54.83	c estimatedAdderCost: 39
54.57/54.83	c Try to convert by bdds
54.57/54.84	c D: 1
54.57/54.84	c estimatedAdderCost: 39
54.57/54.84	c Try to convert by bdds
54.57/54.86	c D: 1
54.57/54.86	c estimatedAdderCost: 39
54.57/54.86	c Try to convert by bdds
54.57/54.87	c D: 1
54.57/54.87	c estimatedAdderCost: 39
54.57/54.87	c Try to convert by bdds
54.57/54.89	c D: 1
54.57/54.89	c estimatedAdderCost: 39
54.57/54.89	c Try to convert by bdds
54.67/54.90	c D: 1
54.67/54.90	c estimatedAdderCost: 39
54.67/54.90	c Try to convert by bdds
54.67/54.92	c D: 1
54.67/54.92	c estimatedAdderCost: 39
54.67/54.92	c Try to convert by bdds
54.67/54.93	c D: 1
54.67/54.93	c estimatedAdderCost: 39
54.67/54.93	c Try to convert by bdds
54.67/54.95	c D: 1
54.67/54.95	c estimatedAdderCost: 39
54.67/54.95	c Try to convert by bdds
54.67/54.96	c D: 1
54.67/54.96	c estimatedAdderCost: 39
54.67/54.96	c Try to convert by bdds
54.67/54.98	c D: 1
54.67/54.98	c estimatedAdderCost: 39
54.67/54.98	c Try to convert by bdds
54.67/54.99	c D: 1
54.67/54.99	c estimatedAdderCost: 39
54.67/54.99	c Try to convert by bdds
54.67/55.01	c D: 1
54.67/55.01	c estimatedAdderCost: 39
54.67/55.01	c Try to convert by bdds
54.78/55.02	c D: 1
54.78/55.02	c estimatedAdderCost: 39
54.78/55.02	c Try to convert by bdds
54.78/55.04	c D: 1
54.78/55.04	c estimatedAdderCost: 39
54.78/55.04	c Try to convert by bdds
54.78/55.05	c D: 1
54.78/55.05	c estimatedAdderCost: 39
54.78/55.05	c Try to convert by bdds
54.78/55.07	c D: 1
54.78/55.07	c estimatedAdderCost: 39
54.78/55.07	c Try to convert by bdds
54.78/55.08	c D: 1
54.78/55.08	c estimatedAdderCost: 39
54.78/55.08	c Try to convert by bdds
54.78/55.10	c D: 1
54.78/55.10	c estimatedAdderCost: 39
54.78/55.10	c Try to convert by bdds
54.88/55.11	c D: 1
54.88/55.11	c estimatedAdderCost: 39
54.88/55.11	c Try to convert by bdds
54.88/55.13	c D: 1
54.88/55.13	c estimatedAdderCost: 39
54.88/55.13	c Try to convert by bdds
54.88/55.14	c D: 1
54.88/55.14	c estimatedAdderCost: 39
54.88/55.14	c Try to convert by bdds
54.88/55.16	c D: 1
54.88/55.16	c estimatedAdderCost: 39
54.88/55.16	c Try to convert by bdds
54.88/55.17	c D: 1
54.88/55.17	c estimatedAdderCost: 39
54.88/55.17	c Try to convert by bdds
54.88/55.19	c D: 1
54.88/55.19	c estimatedAdderCost: 39
54.88/55.19	c Try to convert by bdds
54.97/55.20	c D: 1
54.97/55.20	c estimatedAdderCost: 39
54.97/55.20	c Try to convert by bdds
54.97/55.22	c D: 1
54.97/55.22	c estimatedAdderCost: 39
54.97/55.22	c Try to convert by bdds
54.97/55.23	c D: 1
54.97/55.23	c estimatedAdderCost: 39
54.97/55.23	c Try to convert by bdds
54.97/55.25	c D: 1
54.97/55.25	c estimatedAdderCost: 39
54.97/55.25	c Try to convert by bdds
54.97/55.26	c D: 1
54.97/55.26	c estimatedAdderCost: 39
54.97/55.26	c Try to convert by bdds
54.97/55.28	c D: 1
54.97/55.28	c estimatedAdderCost: 39
54.97/55.28	c Try to convert by bdds
54.97/55.29	c D: 1
54.97/55.29	c estimatedAdderCost: 39
54.97/55.29	c Try to convert by bdds
55.07/55.31	c D: 1
55.07/55.31	c estimatedAdderCost: 39
55.07/55.31	c Try to convert by bdds
55.07/55.32	c D: 1
55.07/55.32	c estimatedAdderCost: 39
55.07/55.32	c Try to convert by bdds
55.07/55.34	c D: 1
55.07/55.34	c estimatedAdderCost: 39
55.07/55.34	c Try to convert by bdds
55.07/55.35	c D: 1
55.07/55.35	c estimatedAdderCost: 39
55.07/55.35	c Try to convert by bdds
55.07/55.37	c D: 1
55.07/55.37	c estimatedAdderCost: 39
55.07/55.37	c Try to convert by bdds
55.07/55.38	c D: 1
55.07/55.38	c estimatedAdderCost: 39
55.07/55.38	c Try to convert by bdds
55.07/55.40	c D: 1
55.07/55.40	c estimatedAdderCost: 39
55.07/55.40	c Try to convert by bdds
55.17/55.41	c D: 1
55.17/55.41	c estimatedAdderCost: 39
55.17/55.41	c Try to convert by bdds
55.17/55.42	c D: 1
55.17/55.42	c estimatedAdderCost: 39
55.17/55.42	c Try to convert by bdds
55.17/55.44	c D: 1
55.17/55.44	c estimatedAdderCost: 39
55.17/55.44	c Try to convert by bdds
55.17/55.45	c D: 1
55.17/55.45	c estimatedAdderCost: 39
55.17/55.45	c Try to convert by bdds
55.17/55.47	c D: 1
55.17/55.47	c estimatedAdderCost: 39
55.17/55.47	c Try to convert by bdds
55.17/55.48	c D: 1
55.17/55.48	c estimatedAdderCost: 39
55.17/55.48	c Try to convert by bdds
55.27/55.50	c D: 1
55.27/55.50	c estimatedAdderCost: 39
55.27/55.50	c Try to convert by bdds
55.27/55.51	c D: 1
55.27/55.51	c estimatedAdderCost: 39
55.27/55.51	c Try to convert by bdds
55.27/55.53	c D: 1
55.27/55.53	c estimatedAdderCost: 39
55.27/55.53	c Try to convert by bdds
55.27/55.54	c D: 1
55.27/55.54	c estimatedAdderCost: 39
55.27/55.54	c Try to convert by bdds
55.27/55.56	c D: 1
55.27/55.56	c estimatedAdderCost: 39
55.27/55.56	c Try to convert by bdds
55.27/55.57	c D: 1
55.27/55.57	c estimatedAdderCost: 39
55.27/55.57	c Try to convert by bdds
55.27/55.59	c D: 1
55.27/55.59	c estimatedAdderCost: 39
55.27/55.59	c Try to convert by bdds
55.36/55.60	c D: 1
55.36/55.60	c estimatedAdderCost: 39
55.36/55.60	c Try to convert by bdds
55.36/55.62	c D: 1
55.36/55.62	c estimatedAdderCost: 39
55.36/55.62	c Try to convert by bdds
55.36/55.63	c D: 1
55.36/55.63	c estimatedAdderCost: 39
55.36/55.63	c Try to convert by bdds
55.36/55.65	c D: 1
55.36/55.65	c estimatedAdderCost: 39
55.36/55.65	c Try to convert by bdds
55.36/55.66	c D: 1
55.36/55.66	c estimatedAdderCost: 39
55.36/55.66	c Try to convert by bdds
55.36/55.68	c D: 1
55.36/55.68	c estimatedAdderCost: 39
55.36/55.68	c Try to convert by bdds
55.36/55.69	c D: 1
55.36/55.69	c estimatedAdderCost: 39
55.36/55.69	c Try to convert by bdds
55.46/55.71	c D: 1
55.46/55.71	c estimatedAdderCost: 39
55.46/55.71	c Try to convert by bdds
55.46/55.72	c D: 1
55.46/55.72	c estimatedAdderCost: 39
55.46/55.72	c Try to convert by bdds
55.46/55.74	c D: 1
55.46/55.74	c estimatedAdderCost: 39
55.46/55.74	c Try to convert by bdds
55.46/55.75	c D: 1
55.46/55.75	c estimatedAdderCost: 39
55.46/55.75	c Try to convert by bdds
55.46/55.77	c D: 1
55.46/55.77	c estimatedAdderCost: 39
55.46/55.77	c Try to convert by bdds
55.46/55.78	c D: 1
55.46/55.78	c estimatedAdderCost: 39
55.46/55.78	c Try to convert by bdds
55.56/55.80	c D: 1
55.56/55.80	c estimatedAdderCost: 39
55.56/55.80	c Try to convert by bdds
55.56/55.81	c D: 1
55.56/55.81	c estimatedAdderCost: 39
55.56/55.81	c Try to convert by bdds
55.56/55.83	c D: 1
55.56/55.83	c estimatedAdderCost: 39
55.56/55.83	c Try to convert by bdds
55.56/55.84	c D: 1
55.56/55.84	c estimatedAdderCost: 39
55.56/55.84	c Try to convert by bdds
55.56/55.86	c D: 1
55.56/55.86	c estimatedAdderCost: 39
55.56/55.86	c Try to convert by bdds
55.56/55.87	c D: 1
55.56/55.87	c estimatedAdderCost: 39
55.56/55.87	c Try to convert by bdds
55.56/55.89	c D: 1
55.56/55.89	c estimatedAdderCost: 39
55.56/55.89	c Try to convert by bdds
55.66/55.90	c D: 1
55.66/55.90	c estimatedAdderCost: 39
55.66/55.90	c Try to convert by bdds
55.66/55.92	c D: 1
55.66/55.92	c estimatedAdderCost: 39
55.66/55.92	c Try to convert by bdds
55.66/55.93	c D: 1
55.66/55.93	c estimatedAdderCost: 39
55.66/55.93	c Try to convert by bdds
55.66/55.95	c D: 1
55.66/55.95	c estimatedAdderCost: 39
55.66/55.95	c Try to convert by bdds
55.66/55.96	c D: 1
55.66/55.96	c estimatedAdderCost: 39
55.66/55.96	c Try to convert by bdds
55.66/55.98	c D: 1
55.66/55.98	c estimatedAdderCost: 39
55.66/55.98	c Try to convert by bdds
55.66/55.99	c D: 1
55.66/55.99	c estimatedAdderCost: 39
55.66/55.99	c Try to convert by bdds
55.78/56.01	c D: 1
55.78/56.01	c estimatedAdderCost: 39
55.78/56.01	c Try to convert by bdds
55.78/56.02	c D: 1
55.78/56.02	c estimatedAdderCost: 39
55.78/56.02	c Try to convert by bdds
55.78/56.04	c D: 1
55.78/56.04	c estimatedAdderCost: 39
55.78/56.04	c Try to convert by bdds
55.78/56.05	c D: 1
55.78/56.05	c estimatedAdderCost: 39
55.78/56.05	c Try to convert by bdds
55.78/56.07	c D: 1
55.78/56.07	c estimatedAdderCost: 30
55.78/56.07	c Try to convert by bdds
55.78/56.08	c D: 1
55.78/56.08	c estimatedAdderCost: 30
55.78/56.08	c Try to convert by bdds
55.78/56.09	c D: 1
55.78/56.09	c estimatedAdderCost: 30
55.78/56.09	c Try to convert by bdds
55.78/56.10	c D: 1
55.78/56.10	c estimatedAdderCost: 30
55.78/56.10	c Try to convert by bdds
55.88/56.11	c D: 1
55.88/56.11	c estimatedAdderCost: 30
55.88/56.11	c Try to convert by bdds
55.88/56.12	c D: 1
55.88/56.12	c estimatedAdderCost: 30
55.88/56.12	c Try to convert by bdds
55.88/56.13	c D: 1
55.88/56.13	c estimatedAdderCost: 30
55.88/56.13	c Try to convert by bdds
55.88/56.14	c D: 1
55.88/56.14	c estimatedAdderCost: 30
55.88/56.14	c Try to convert by bdds
55.88/56.15	c D: 1
55.88/56.15	c estimatedAdderCost: 30
55.88/56.15	c Try to convert by bdds
55.88/56.16	c D: 1
55.88/56.16	c estimatedAdderCost: 30
55.88/56.16	c Try to convert by bdds
55.88/56.17	c D: 1
55.88/56.17	c estimatedAdderCost: 30
55.88/56.17	c Try to convert by bdds
55.88/56.18	c D: 1
55.88/56.18	c estimatedAdderCost: 30
55.88/56.18	c Try to convert by bdds
55.88/56.19	c D: 1
55.88/56.19	c estimatedAdderCost: 30
55.88/56.19	c Try to convert by bdds
55.96/56.20	c D: 1
55.96/56.20	c estimatedAdderCost: 30
55.96/56.20	c Try to convert by bdds
55.96/56.21	c D: 1
55.96/56.21	c estimatedAdderCost: 39
55.96/56.21	c Try to convert by bdds
55.96/56.22	c D: 1
55.96/56.22	c estimatedAdderCost: 39
55.96/56.22	c Try to convert by bdds
55.96/56.24	c D: 1
55.96/56.24	c estimatedAdderCost: 39
55.96/56.24	c Try to convert by bdds
55.96/56.25	c D: 1
55.96/56.25	c estimatedAdderCost: 39
55.96/56.25	c Try to convert by bdds
55.96/56.27	c D: 1
55.96/56.27	c estimatedAdderCost: 39
55.96/56.27	c Try to convert by bdds
55.96/56.28	c D: 1
55.96/56.28	c estimatedAdderCost: 39
55.96/56.28	c Try to convert by bdds
56.06/56.30	c D: 1
56.06/56.30	c estimatedAdderCost: 39
56.06/56.30	c Try to convert by bdds
56.06/56.31	c D: 1
56.06/56.31	c estimatedAdderCost: 39
56.06/56.31	c Try to convert by bdds
56.06/56.33	c D: 1
56.06/56.33	c estimatedAdderCost: 39
56.06/56.33	c Try to convert by bdds
56.06/56.34	c D: 1
56.06/56.34	c estimatedAdderCost: 39
56.06/56.34	c Try to convert by bdds
56.06/56.36	c D: 1
56.06/56.36	c estimatedAdderCost: 39
56.06/56.36	c Try to convert by bdds
56.06/56.37	c D: 1
56.06/56.37	c estimatedAdderCost: 39
56.06/56.37	c Try to convert by bdds
56.06/56.39	c D: 1
56.06/56.39	c estimatedAdderCost: 39
56.06/56.39	c Try to convert by bdds
56.16/56.40	c D: 1
56.16/56.40	c estimatedAdderCost: 39
56.16/56.40	c Try to convert by bdds
56.16/56.42	c D: 1
56.16/56.42	c estimatedAdderCost: 30
56.16/56.42	c Try to convert by bdds
56.16/56.43	c D: 1
56.16/56.43	c estimatedAdderCost: 30
56.16/56.43	c Try to convert by bdds
56.16/56.44	c D: 1
56.16/56.44	c estimatedAdderCost: 39
56.16/56.44	c Try to convert by bdds
56.16/56.45	c D: 1
56.16/56.45	c estimatedAdderCost: 39
56.16/56.45	c Try to convert by bdds
56.16/56.47	c D: 1
56.16/56.47	c estimatedAdderCost: 39
56.16/56.47	c Try to convert by bdds
56.16/56.48	c D: 1
56.16/56.48	c estimatedAdderCost: 39
56.16/56.48	c Try to convert by bdds
56.26/56.50	c D: 1
56.26/56.50	c estimatedAdderCost: 39
56.26/56.50	c Try to convert by bdds
56.26/56.51	c D: 1
56.26/56.51	c estimatedAdderCost: 39
56.26/56.51	c Try to convert by bdds
56.26/56.53	c D: 1
56.26/56.53	c estimatedAdderCost: 39
56.26/56.53	c Try to convert by bdds
56.26/56.54	c D: 1
56.26/56.54	c estimatedAdderCost: 39
56.26/56.54	c Try to convert by bdds
56.26/56.56	c D: 1
56.26/56.56	c estimatedAdderCost: 39
56.26/56.56	c Try to convert by bdds
56.26/56.57	c D: 1
56.26/56.57	c estimatedAdderCost: 39
56.26/56.57	c Try to convert by bdds
56.26/56.59	c D: 1
56.26/56.59	c estimatedAdderCost: 39
56.26/56.59	c Try to convert by bdds
56.36/56.60	c D: 1
56.36/56.60	c estimatedAdderCost: 39
56.36/56.60	c Try to convert by bdds
56.36/56.62	c D: 1
56.36/56.62	c estimatedAdderCost: 39
56.36/56.62	c Try to convert by bdds
56.36/56.63	c D: 1
56.36/56.63	c estimatedAdderCost: 39
56.36/56.63	c Try to convert by bdds
56.36/56.65	c D: 1
56.36/56.65	c estimatedAdderCost: 39
56.36/56.65	c Try to convert by bdds
56.36/56.66	c D: 1
56.36/56.66	c estimatedAdderCost: 39
56.36/56.66	c Try to convert by bdds
56.36/56.68	c D: 1
56.36/56.68	c estimatedAdderCost: 39
56.36/56.68	c Try to convert by bdds
56.36/56.69	c D: 1
56.36/56.69	c estimatedAdderCost: 39
56.36/56.69	c Try to convert by bdds
56.46/56.71	c D: 1
56.46/56.71	c estimatedAdderCost: 39
56.46/56.71	c Try to convert by bdds
56.46/56.72	c D: 1
56.46/56.72	c estimatedAdderCost: 39
56.46/56.72	c Try to convert by bdds
56.46/56.74	c D: 1
56.46/56.74	c estimatedAdderCost: 39
56.46/56.74	c Try to convert by bdds
56.46/56.75	c D: 1
56.46/56.75	c estimatedAdderCost: 39
56.46/56.75	c Try to convert by bdds
56.46/56.77	c D: 1
56.46/56.77	c estimatedAdderCost: 39
56.46/56.77	c Try to convert by bdds
56.46/56.78	c D: 1
56.46/56.78	c estimatedAdderCost: 39
56.46/56.78	c Try to convert by bdds
56.56/56.80	c D: 1
56.56/56.80	c estimatedAdderCost: 39
56.56/56.80	c Try to convert by bdds
56.56/56.81	c D: 1
56.56/56.81	c estimatedAdderCost: 39
56.56/56.81	c Try to convert by bdds
56.56/56.83	c D: 1
56.56/56.83	c estimatedAdderCost: 39
56.56/56.83	c Try to convert by bdds
56.56/56.84	c D: 1
56.56/56.84	c estimatedAdderCost: 30
56.56/56.84	c Try to convert by bdds
56.56/56.85	c D: 1
56.56/56.85	c estimatedAdderCost: 30
56.56/56.85	c Try to convert by bdds
56.56/56.86	c D: 1
56.56/56.86	c estimatedAdderCost: 30
56.56/56.86	c Try to convert by bdds
56.56/56.87	c D: 1
56.56/56.87	c estimatedAdderCost: 39
56.56/56.87	c Try to convert by bdds
56.56/56.89	c D: 1
56.56/56.89	c estimatedAdderCost: 39
56.56/56.89	c Try to convert by bdds
56.66/56.90	c D: 1
56.66/56.90	c estimatedAdderCost: 39
56.66/56.90	c Try to convert by bdds
56.66/56.92	c D: 1
56.66/56.92	c estimatedAdderCost: 39
56.66/56.92	c Try to convert by bdds
56.66/56.93	c D: 1
56.66/56.93	c estimatedAdderCost: 39
56.66/56.93	c Try to convert by bdds
56.66/56.95	c D: 1
56.66/56.95	c estimatedAdderCost: 39
56.66/56.95	c Try to convert by bdds
56.66/56.96	c D: 1
56.66/56.96	c estimatedAdderCost: 39
56.66/56.96	c Try to convert by bdds
56.66/56.98	c D: 1
56.66/56.98	c estimatedAdderCost: 39
56.66/56.98	c Try to convert by bdds
56.66/56.99	c D: 1
56.66/56.99	c estimatedAdderCost: 39
56.66/56.99	c Try to convert by bdds
56.66/57.01	c D: 1
56.66/57.01	c estimatedAdderCost: 39
56.66/57.01	c Try to convert by bdds
56.77/57.02	c D: 1
56.77/57.02	c estimatedAdderCost: 39
56.77/57.02	c Try to convert by bdds
56.77/57.04	c D: 1
56.77/57.04	c estimatedAdderCost: 39
56.77/57.04	c Try to convert by bdds
56.77/57.05	c D: 1
56.77/57.05	c estimatedAdderCost: 39
56.77/57.05	c Try to convert by bdds
56.77/57.07	c D: 1
56.77/57.07	c estimatedAdderCost: 39
56.77/57.07	c Try to convert by bdds
56.77/57.08	c D: 1
56.77/57.08	c estimatedAdderCost: 39
56.77/57.08	c Try to convert by bdds
56.77/57.10	c D: 1
56.77/57.10	c estimatedAdderCost: 39
56.77/57.10	c Try to convert by bdds
56.87/57.11	c D: 1
56.87/57.11	c estimatedAdderCost: 39
56.87/57.11	c Try to convert by bdds
56.87/57.13	c D: 1
56.87/57.13	c estimatedAdderCost: 39
56.87/57.13	c Try to convert by bdds
56.87/57.14	c D: 1
56.87/57.14	c estimatedAdderCost: 39
56.87/57.14	c Try to convert by bdds
56.87/57.16	c D: 1
56.87/57.16	c estimatedAdderCost: 39
56.87/57.16	c Try to convert by bdds
56.87/57.17	c D: 1
56.87/57.17	c estimatedAdderCost: 39
56.87/57.17	c Try to convert by bdds
56.87/57.19	c D: 1
56.87/57.19	c estimatedAdderCost: 39
56.87/57.19	c Try to convert by bdds
56.96/57.20	c D: 1
56.96/57.20	c estimatedAdderCost: 39
56.96/57.20	c Try to convert by bdds
56.96/57.22	c D: 1
56.96/57.22	c estimatedAdderCost: 39
56.96/57.22	c Try to convert by bdds
56.96/57.23	c D: 1
56.96/57.23	c estimatedAdderCost: 39
56.96/57.23	c Try to convert by bdds
56.96/57.25	c D: 1
56.96/57.25	c estimatedAdderCost: 39
56.96/57.25	c Try to convert by bdds
56.96/57.26	c D: 1
56.96/57.26	c estimatedAdderCost: 39
56.96/57.26	c Try to convert by bdds
56.96/57.27	c D: 1
56.96/57.27	c estimatedAdderCost: 39
56.96/57.27	c Try to convert by bdds
56.96/57.29	c D: 1
56.96/57.29	c estimatedAdderCost: 39
56.96/57.29	c Try to convert by bdds
57.06/57.30	c D: 1
57.06/57.30	c estimatedAdderCost: 39
57.06/57.30	c Try to convert by bdds
57.06/57.32	c D: 1
57.06/57.32	c estimatedAdderCost: 39
57.06/57.32	c Try to convert by bdds
57.06/57.33	c D: 1
57.06/57.33	c estimatedAdderCost: 39
57.06/57.33	c Try to convert by bdds
57.06/57.35	c D: 1
57.06/57.35	c estimatedAdderCost: 39
57.06/57.35	c Try to convert by bdds
57.06/57.36	c D: 1
57.06/57.36	c estimatedAdderCost: 39
57.06/57.36	c Try to convert by bdds
57.06/57.38	c D: 1
57.06/57.38	c estimatedAdderCost: 39
57.06/57.38	c Try to convert by bdds
57.06/57.39	c D: 1
57.06/57.39	c estimatedAdderCost: 39
57.06/57.39	c Try to convert by bdds
57.16/57.41	c D: 1
57.16/57.41	c estimatedAdderCost: 39
57.16/57.41	c Try to convert by bdds
57.16/57.42	c D: 1
57.16/57.42	c estimatedAdderCost: 39
57.16/57.42	c Try to convert by bdds
57.16/57.44	c D: 1
57.16/57.44	c estimatedAdderCost: 39
57.16/57.44	c Try to convert by bdds
57.16/57.45	c D: 1
57.16/57.45	c estimatedAdderCost: 30
57.16/57.45	c Try to convert by bdds
57.16/57.46	c D: 1
57.16/57.46	c estimatedAdderCost: 30
57.16/57.46	c Try to convert by bdds
57.16/57.47	c D: 1
57.16/57.47	c estimatedAdderCost: 30
57.16/57.47	c Try to convert by bdds
57.16/57.48	c D: 1
57.16/57.48	c estimatedAdderCost: 30
57.16/57.48	c Try to convert by bdds
57.16/57.49	c D: 1
57.16/57.49	c estimatedAdderCost: 39
57.16/57.49	c Try to convert by bdds
57.26/57.51	c D: 1
57.26/57.51	c estimatedAdderCost: 39
57.26/57.51	c Try to convert by bdds
57.26/57.52	c D: 1
57.26/57.52	c estimatedAdderCost: 39
57.26/57.52	c Try to convert by bdds
57.26/57.54	c D: 1
57.26/57.54	c estimatedAdderCost: 39
57.26/57.54	c Try to convert by bdds
57.26/57.55	c D: 1
57.26/57.55	c estimatedAdderCost: 39
57.26/57.55	c Try to convert by bdds
57.26/57.57	c D: 1
57.26/57.57	c estimatedAdderCost: 39
57.26/57.57	c Try to convert by bdds
57.26/57.58	c D: 1
57.26/57.58	c estimatedAdderCost: 39
57.26/57.58	c Try to convert by bdds
57.36/57.60	c D: 1
57.36/57.60	c estimatedAdderCost: 39
57.36/57.60	c Try to convert by bdds
57.36/57.61	c D: 1
57.36/57.61	c estimatedAdderCost: 39
57.36/57.61	c Try to convert by bdds
57.36/57.63	c D: 1
57.36/57.63	c estimatedAdderCost: 39
57.36/57.63	c Try to convert by bdds
57.36/57.64	c D: 1
57.36/57.64	c estimatedAdderCost: 39
57.36/57.64	c Try to convert by bdds
57.36/57.66	c D: 1
57.36/57.66	c estimatedAdderCost: 39
57.36/57.66	c Try to convert by bdds
57.36/57.67	c D: 1
57.36/57.67	c estimatedAdderCost: 39
57.36/57.67	c Try to convert by bdds
57.36/57.69	c D: 1
57.36/57.69	c estimatedAdderCost: 39
57.36/57.69	c Try to convert by bdds
57.46/57.70	c D: 1
57.46/57.70	c estimatedAdderCost: 39
57.46/57.70	c Try to convert by bdds
57.46/57.72	c D: 1
57.46/57.72	c estimatedAdderCost: 39
57.46/57.72	c Try to convert by bdds
57.46/57.73	c D: 1
57.46/57.73	c estimatedAdderCost: 39
57.46/57.73	c Try to convert by bdds
57.46/57.75	c D: 1
57.46/57.75	c estimatedAdderCost: 39
57.46/57.75	c Try to convert by bdds
57.46/57.76	c D: 1
57.46/57.76	c estimatedAdderCost: 39
57.46/57.76	c Try to convert by bdds
57.46/57.78	c D: 1
57.46/57.78	c estimatedAdderCost: 39
57.46/57.78	c Try to convert by bdds
57.46/57.79	c D: 1
57.46/57.79	c estimatedAdderCost: 39
57.46/57.79	c Try to convert by bdds
57.56/57.81	c D: 1
57.56/57.81	c estimatedAdderCost: 39
57.56/57.81	c Try to convert by bdds
57.56/57.82	c D: 1
57.56/57.82	c estimatedAdderCost: 39
57.56/57.82	c Try to convert by bdds
57.56/57.84	c D: 1
57.56/57.84	c estimatedAdderCost: 39
57.56/57.84	c Try to convert by bdds
57.56/57.85	c D: 1
57.56/57.85	c estimatedAdderCost: 39
57.56/57.85	c Try to convert by bdds
57.56/57.87	c D: 1
57.56/57.87	c estimatedAdderCost: 39
57.56/57.87	c Try to convert by bdds
57.56/57.88	c D: 1
57.56/57.88	c estimatedAdderCost: 39
57.56/57.88	c Try to convert by bdds
57.66/57.90	c D: 1
57.66/57.90	c estimatedAdderCost: 39
57.66/57.90	c Try to convert by bdds
57.66/57.91	c D: 1
57.66/57.91	c estimatedAdderCost: 39
57.66/57.91	c Try to convert by bdds
57.66/57.93	c D: 1
57.66/57.93	c estimatedAdderCost: 39
57.66/57.93	c Try to convert by bdds
57.66/57.94	c D: 1
57.66/57.94	c estimatedAdderCost: 39
57.66/57.94	c Try to convert by bdds
57.66/57.96	c D: 1
57.66/57.96	c estimatedAdderCost: 39
57.66/57.96	c Try to convert by bdds
57.66/57.97	c D: 1
57.66/57.97	c estimatedAdderCost: 39
57.66/57.97	c Try to convert by bdds
57.66/57.99	c D: 1
57.66/57.99	c estimatedAdderCost: 39
57.66/57.99	c Try to convert by bdds
57.66/58.00	c D: 1
57.66/58.00	c estimatedAdderCost: 39
57.66/58.00	c Try to convert by bdds
57.77/58.02	c D: 1
57.77/58.02	c estimatedAdderCost: 39
57.77/58.02	c Try to convert by bdds
57.77/58.03	c D: 1
57.77/58.03	c estimatedAdderCost: 39
57.77/58.03	c Try to convert by bdds
57.77/58.05	c D: 1
57.77/58.05	c estimatedAdderCost: 39
57.77/58.05	c Try to convert by bdds
57.77/58.06	c D: 1
57.77/58.06	c estimatedAdderCost: 39
57.77/58.06	c Try to convert by bdds
57.77/58.08	c D: 1
57.77/58.08	c estimatedAdderCost: 39
57.77/58.08	c Try to convert by bdds
57.77/58.09	c D: 1
57.77/58.09	c estimatedAdderCost: 39
57.77/58.09	c Try to convert by bdds
57.77/58.11	c D: 1
57.77/58.11	c estimatedAdderCost: 39
57.77/58.11	c Try to convert by bdds
57.87/58.12	c D: 1
57.87/58.12	c estimatedAdderCost: 39
57.87/58.12	c Try to convert by bdds
57.87/58.14	c D: 1
57.87/58.14	c estimatedAdderCost: 39
57.87/58.14	c Try to convert by bdds
57.87/58.15	c D: 1
57.87/58.15	c estimatedAdderCost: 39
57.87/58.15	c Try to convert by bdds
57.87/58.17	c D: 1
57.87/58.17	c estimatedAdderCost: 39
57.87/58.17	c Try to convert by bdds
57.87/58.18	c D: 1
57.87/58.18	c estimatedAdderCost: 39
57.87/58.18	c Try to convert by bdds
57.96/58.20	c D: 1
57.96/58.20	c estimatedAdderCost: 39
57.96/58.20	c Try to convert by bdds
57.96/58.21	c D: 1
57.96/58.21	c estimatedAdderCost: 39
57.96/58.21	c Try to convert by bdds
57.96/58.23	c D: 1
57.96/58.23	c estimatedAdderCost: 39
57.96/58.23	c Try to convert by bdds
57.96/58.24	c D: 1
57.96/58.24	c estimatedAdderCost: 30
57.96/58.24	c Try to convert by bdds
57.96/58.25	c D: 1
57.96/58.25	c estimatedAdderCost: 30
57.96/58.25	c Try to convert by bdds
57.96/58.26	c D: 1
57.96/58.26	c estimatedAdderCost: 30
57.96/58.26	c Try to convert by bdds
57.96/58.27	c D: 1
57.96/58.27	c estimatedAdderCost: 30
57.96/58.27	c Try to convert by bdds
57.96/58.28	c D: 1
57.96/58.28	c estimatedAdderCost: 30
57.96/58.28	c Try to convert by bdds
57.96/58.29	c D: 1
57.96/58.29	c estimatedAdderCost: 39
57.96/58.29	c Try to convert by bdds
58.05/58.31	c D: 1
58.05/58.31	c estimatedAdderCost: 39
58.05/58.31	c Try to convert by bdds
58.05/58.32	c D: 1
58.05/58.32	c estimatedAdderCost: 39
58.05/58.32	c Try to convert by bdds
58.05/58.34	c D: 1
58.05/58.34	c estimatedAdderCost: 39
58.05/58.34	c Try to convert by bdds
58.05/58.35	c D: 1
58.05/58.35	c estimatedAdderCost: 39
58.05/58.35	c Try to convert by bdds
58.05/58.37	c D: 1
58.05/58.37	c estimatedAdderCost: 39
58.05/58.37	c Try to convert by bdds
58.05/58.38	c D: 1
58.05/58.38	c estimatedAdderCost: 39
58.05/58.38	c Try to convert by bdds
58.15/58.40	c D: 1
58.15/58.40	c estimatedAdderCost: 39
58.15/58.40	c Try to convert by bdds
58.15/58.41	c D: 1
58.15/58.41	c estimatedAdderCost: 39
58.15/58.41	c Try to convert by bdds
58.15/58.43	c D: 1
58.15/58.43	c estimatedAdderCost: 39
58.15/58.43	c Try to convert by bdds
58.15/58.44	c D: 1
58.15/58.44	c estimatedAdderCost: 39
58.15/58.44	c Try to convert by bdds
58.15/58.46	c D: 1
58.15/58.46	c estimatedAdderCost: 39
58.15/58.46	c Try to convert by bdds
58.15/58.47	c D: 1
58.15/58.47	c estimatedAdderCost: 39
58.15/58.47	c Try to convert by bdds
58.15/58.49	c D: 1
58.15/58.49	c estimatedAdderCost: 39
58.15/58.49	c Try to convert by bdds
58.25/58.50	c D: 1
58.25/58.50	c estimatedAdderCost: 39
58.25/58.50	c Try to convert by bdds
58.25/58.52	c D: 1
58.25/58.52	c estimatedAdderCost: 39
58.25/58.52	c Try to convert by bdds
58.25/58.53	c D: 1
58.25/58.53	c estimatedAdderCost: 39
58.25/58.53	c Try to convert by bdds
58.25/58.55	c D: 1
58.25/58.55	c estimatedAdderCost: 39
58.25/58.55	c Try to convert by bdds
58.25/58.56	c D: 1
58.25/58.56	c estimatedAdderCost: 39
58.25/58.56	c Try to convert by bdds
58.25/58.58	c D: 1
58.25/58.58	c estimatedAdderCost: 39
58.25/58.58	c Try to convert by bdds
58.25/58.59	c D: 1
58.25/58.59	c estimatedAdderCost: 39
58.25/58.59	c Try to convert by bdds
58.35/58.61	c D: 1
58.35/58.61	c estimatedAdderCost: 39
58.35/58.61	c Try to convert by bdds
58.35/58.62	c D: 1
58.35/58.62	c estimatedAdderCost: 39
58.35/58.62	c Try to convert by bdds
58.35/58.64	c D: 1
58.35/58.64	c estimatedAdderCost: 39
58.35/58.64	c Try to convert by bdds
58.35/58.65	c D: 1
58.35/58.65	c estimatedAdderCost: 39
58.35/58.65	c Try to convert by bdds
58.35/58.67	c D: 1
58.35/58.67	c estimatedAdderCost: 39
58.35/58.67	c Try to convert by bdds
58.35/58.68	c D: 1
58.35/58.68	c estimatedAdderCost: 39
58.35/58.68	c Try to convert by bdds
58.45/58.70	c D: 1
58.45/58.70	c estimatedAdderCost: 39
58.45/58.70	c Try to convert by bdds
58.45/58.71	c D: 1
58.45/58.71	c estimatedAdderCost: 39
58.45/58.71	c Try to convert by bdds
58.45/58.73	c D: 1
58.45/58.73	c estimatedAdderCost: 39
58.45/58.73	c Try to convert by bdds
58.45/58.74	c D: 1
58.45/58.74	c estimatedAdderCost: 39
58.45/58.74	c Try to convert by bdds
58.45/58.76	c D: 1
58.45/58.76	c estimatedAdderCost: 39
58.45/58.76	c Try to convert by bdds
58.45/58.77	c D: 1
58.45/58.77	c estimatedAdderCost: 39
58.45/58.77	c Try to convert by bdds
58.45/58.79	c D: 1
58.45/58.79	c estimatedAdderCost: 39
58.45/58.79	c Try to convert by bdds
58.55/58.80	c D: 1
58.55/58.80	c estimatedAdderCost: 39
58.55/58.80	c Try to convert by bdds
58.55/58.81	c D: 1
58.55/58.81	c estimatedAdderCost: 39
58.55/58.81	c Try to convert by bdds
58.55/58.83	c D: 1
58.55/58.83	c estimatedAdderCost: 39
58.55/58.83	c Try to convert by bdds
58.55/58.84	c D: 1
58.55/58.84	c estimatedAdderCost: 39
58.55/58.84	c Try to convert by bdds
58.55/58.86	c D: 1
58.55/58.86	c estimatedAdderCost: 39
58.55/58.86	c Try to convert by bdds
58.55/58.87	c D: 1
58.55/58.87	c estimatedAdderCost: 39
58.55/58.87	c Try to convert by bdds
58.55/58.89	c D: 1
58.55/58.89	c estimatedAdderCost: 39
58.55/58.89	c Try to convert by bdds
58.65/58.90	c D: 1
58.65/58.90	c estimatedAdderCost: 39
58.65/58.90	c Try to convert by bdds
58.65/58.92	c D: 1
58.65/58.92	c estimatedAdderCost: 39
58.65/58.92	c Try to convert by bdds
58.65/58.93	c D: 1
58.65/58.93	c estimatedAdderCost: 39
58.65/58.93	c Try to convert by bdds
58.65/58.95	c D: 1
58.65/58.95	c estimatedAdderCost: 39
58.65/58.95	c Try to convert by bdds
58.65/58.96	c D: 1
58.65/58.96	c estimatedAdderCost: 39
58.65/58.96	c Try to convert by bdds
58.65/58.98	c D: 1
58.65/58.98	c estimatedAdderCost: 39
58.65/58.98	c Try to convert by bdds
58.65/58.99	c D: 1
58.65/58.99	c estimatedAdderCost: 39
58.65/58.99	c Try to convert by bdds
58.76/59.01	c D: 1
58.76/59.01	c estimatedAdderCost: 39
58.76/59.01	c Try to convert by bdds
58.76/59.02	c D: 1
58.76/59.02	c estimatedAdderCost: 39
58.76/59.02	c Try to convert by bdds
58.76/59.04	c D: 1
58.76/59.04	c estimatedAdderCost: 39
58.76/59.04	c Try to convert by bdds
58.76/59.05	c D: 1
58.76/59.05	c estimatedAdderCost: 39
58.76/59.05	c Try to convert by bdds
58.76/59.07	c D: 1
58.76/59.07	c estimatedAdderCost: 39
58.76/59.07	c Try to convert by bdds
58.76/59.08	c D: 1
58.76/59.08	c estimatedAdderCost: 39
58.76/59.08	c Try to convert by bdds
58.76/59.10	c D: 1
58.76/59.10	c estimatedAdderCost: 39
58.76/59.10	c Try to convert by bdds
58.86/59.11	c D: 1
58.86/59.11	c estimatedAdderCost: 39
58.86/59.11	c Try to convert by bdds
58.86/59.13	c D: 1
58.86/59.13	c estimatedAdderCost: 39
58.86/59.13	c Try to convert by bdds
58.86/59.14	c D: 1
58.86/59.14	c estimatedAdderCost: 39
58.86/59.14	c Try to convert by bdds
58.86/59.16	c D: 1
58.86/59.16	c estimatedAdderCost: 39
58.86/59.16	c Try to convert by bdds
58.86/59.17	c D: 1
58.86/59.17	c estimatedAdderCost: 39
58.86/59.17	c Try to convert by bdds
58.86/59.19	c D: 1
58.86/59.19	c estimatedAdderCost: 30
58.86/59.19	c Try to convert by bdds
58.95/59.20	c D: 1
58.95/59.20	c estimatedAdderCost: 30
58.95/59.20	c Try to convert by bdds
58.95/59.21	c D: 1
58.95/59.21	c estimatedAdderCost: 30
58.95/59.21	c Try to convert by bdds
58.95/59.22	c D: 1
58.95/59.22	c estimatedAdderCost: 30
58.95/59.22	c Try to convert by bdds
58.95/59.23	c D: 1
58.95/59.23	c estimatedAdderCost: 30
58.95/59.23	c Try to convert by bdds
58.95/59.24	c D: 1
58.95/59.24	c estimatedAdderCost: 30
58.95/59.24	c Try to convert by bdds
58.95/59.25	c D: 1
58.95/59.25	c estimatedAdderCost: 39
58.95/59.25	c Try to convert by bdds
58.95/59.26	c D: 1
58.95/59.26	c estimatedAdderCost: 39
58.95/59.26	c Try to convert by bdds
58.95/59.28	c D: 1
58.95/59.28	c estimatedAdderCost: 39
58.95/59.28	c Try to convert by bdds
58.95/59.29	c D: 1
58.95/59.29	c estimatedAdderCost: 39
58.95/59.29	c Try to convert by bdds
59.06/59.31	c D: 1
59.06/59.31	c estimatedAdderCost: 39
59.06/59.31	c Try to convert by bdds
59.06/59.32	c D: 1
59.06/59.32	c estimatedAdderCost: 39
59.06/59.32	c Try to convert by bdds
59.06/59.34	c D: 1
59.06/59.34	c estimatedAdderCost: 39
59.06/59.34	c Try to convert by bdds
59.06/59.35	c D: 1
59.06/59.35	c estimatedAdderCost: 39
59.06/59.35	c Try to convert by bdds
59.06/59.37	c D: 1
59.06/59.37	c estimatedAdderCost: 39
59.06/59.37	c Try to convert by bdds
59.06/59.38	c D: 1
59.06/59.38	c estimatedAdderCost: 39
59.06/59.38	c Try to convert by bdds
59.16/59.40	c D: 1
59.16/59.40	c estimatedAdderCost: 39
59.16/59.40	c Try to convert by bdds
59.16/59.41	c D: 1
59.16/59.41	c estimatedAdderCost: 39
59.16/59.41	c Try to convert by bdds
59.16/59.43	c D: 1
59.16/59.43	c estimatedAdderCost: 39
59.16/59.43	c Try to convert by bdds
59.16/59.44	c D: 1
59.16/59.44	c estimatedAdderCost: 39
59.16/59.44	c Try to convert by bdds
59.16/59.46	c D: 1
59.16/59.46	c estimatedAdderCost: 39
59.16/59.46	c Try to convert by bdds
59.16/59.47	c D: 1
59.16/59.47	c estimatedAdderCost: 39
59.16/59.47	c Try to convert by bdds
59.16/59.49	c D: 1
59.16/59.49	c estimatedAdderCost: 39
59.16/59.49	c Try to convert by bdds
59.26/59.50	c D: 1
59.26/59.50	c estimatedAdderCost: 39
59.26/59.50	c Try to convert by bdds
59.26/59.52	c D: 1
59.26/59.52	c estimatedAdderCost: 39
59.26/59.52	c Try to convert by bdds
59.26/59.53	c D: 1
59.26/59.53	c estimatedAdderCost: 39
59.26/59.53	c Try to convert by bdds
59.26/59.55	c D: 1
59.26/59.55	c estimatedAdderCost: 39
59.26/59.55	c Try to convert by bdds
59.26/59.56	c D: 1
59.26/59.56	c estimatedAdderCost: 39
59.26/59.56	c Try to convert by bdds
59.26/59.58	c D: 1
59.26/59.58	c estimatedAdderCost: 39
59.26/59.58	c Try to convert by bdds
59.26/59.59	c D: 1
59.26/59.59	c estimatedAdderCost: 39
59.26/59.59	c Try to convert by bdds
59.36/59.61	c D: 1
59.36/59.61	c estimatedAdderCost: 39
59.36/59.61	c Try to convert by bdds
59.36/59.62	c D: 1
59.36/59.62	c estimatedAdderCost: 39
59.36/59.62	c Try to convert by bdds
59.36/59.64	c D: 1
59.36/59.64	c estimatedAdderCost: 39
59.36/59.64	c Try to convert by bdds
59.36/59.65	c D: 1
59.36/59.65	c estimatedAdderCost: 39
59.36/59.65	c Try to convert by bdds
59.36/59.67	c D: 1
59.36/59.67	c estimatedAdderCost: 39
59.36/59.67	c Try to convert by bdds
59.36/59.68	c D: 1
59.36/59.68	c estimatedAdderCost: 39
59.36/59.68	c Try to convert by bdds
59.46/59.70	c D: 1
59.46/59.70	c estimatedAdderCost: 39
59.46/59.70	c Try to convert by bdds
59.46/59.71	c D: 1
59.46/59.71	c estimatedAdderCost: 39
59.46/59.71	c Try to convert by bdds
59.46/59.73	c D: 1
59.46/59.73	c estimatedAdderCost: 39
59.46/59.73	c Try to convert by bdds
59.46/59.74	c D: 1
59.46/59.74	c estimatedAdderCost: 39
59.46/59.74	c Try to convert by bdds
59.46/59.76	c D: 1
59.46/59.76	c estimatedAdderCost: 39
59.46/59.76	c Try to convert by bdds
59.46/59.77	c D: 1
59.46/59.77	c estimatedAdderCost: 39
59.46/59.77	c Try to convert by bdds
59.46/59.79	c D: 1
59.46/59.79	c estimatedAdderCost: 39
59.46/59.79	c Try to convert by bdds
59.56/59.80	c D: 1
59.56/59.80	c estimatedAdderCost: 39
59.56/59.80	c Try to convert by bdds
59.56/59.82	c D: 1
59.56/59.82	c estimatedAdderCost: 39
59.56/59.82	c Try to convert by bdds
59.56/59.83	c D: 1
59.56/59.83	c estimatedAdderCost: 39
59.56/59.83	c Try to convert by bdds
59.56/59.85	c D: 1
59.56/59.85	c estimatedAdderCost: 39
59.56/59.85	c Try to convert by bdds
59.56/59.86	c D: 1
59.56/59.86	c estimatedAdderCost: 39
59.56/59.86	c Try to convert by bdds
59.56/59.88	c D: 1
59.56/59.88	c estimatedAdderCost: 39
59.56/59.88	c Try to convert by bdds
59.56/59.89	c D: 1
59.56/59.89	c estimatedAdderCost: 39
59.56/59.89	c Try to convert by bdds
59.66/59.91	c D: 1
59.66/59.91	c estimatedAdderCost: 39
59.66/59.91	c Try to convert by bdds
59.66/59.92	c D: 1
59.66/59.92	c estimatedAdderCost: 39
59.66/59.92	c Try to convert by bdds
59.66/59.93	c D: 1
59.66/59.93	c estimatedAdderCost: 39
59.66/59.93	c Try to convert by bdds
59.66/59.95	c D: 1
59.66/59.95	c estimatedAdderCost: 39
59.66/59.95	c Try to convert by bdds
59.66/59.96	c D: 1
59.66/59.96	c estimatedAdderCost: 39
59.66/59.96	c Try to convert by bdds
59.66/59.98	c D: 1
59.66/59.98	c estimatedAdderCost: 39
59.66/59.98	c Try to convert by bdds
59.66/59.99	c D: 1
59.66/59.99	c estimatedAdderCost: 39
59.66/59.99	c Try to convert by bdds
59.77/60.01	c D: 1
59.77/60.01	c estimatedAdderCost: 39
59.77/60.01	c Try to convert by bdds
59.77/60.02	c D: 1
59.77/60.02	c estimatedAdderCost: 39
59.77/60.02	c Try to convert by bdds
59.77/60.04	c D: 1
59.77/60.04	c estimatedAdderCost: 39
59.77/60.04	c Try to convert by bdds
59.77/60.05	c D: 1
59.77/60.05	c estimatedAdderCost: 39
59.77/60.05	c Try to convert by bdds
59.77/60.07	c D: 1
59.77/60.07	c estimatedAdderCost: 39
59.77/60.07	c Try to convert by bdds
59.77/60.08	c D: 1
59.77/60.08	c estimatedAdderCost: 39
59.77/60.08	c Try to convert by bdds
59.77/60.10	c D: 1
59.77/60.10	c estimatedAdderCost: 39
59.77/60.10	c Try to convert by bdds
59.87/60.11	c D: 1
59.87/60.11	c estimatedAdderCost: 39
59.87/60.11	c Try to convert by bdds
59.87/60.13	c D: 1
59.87/60.13	c estimatedAdderCost: 39
59.87/60.13	c Try to convert by bdds
59.87/60.14	c D: 1
59.87/60.14	c estimatedAdderCost: 39
59.87/60.14	c Try to convert by bdds
59.87/60.16	c D: 1
59.87/60.16	c estimatedAdderCost: 39
59.87/60.16	c Try to convert by bdds
59.87/60.17	c D: 1
59.87/60.17	c estimatedAdderCost: 39
59.87/60.17	c Try to convert by bdds
59.87/60.19	c D: 1
59.87/60.19	c estimatedAdderCost: 39
59.87/60.19	c Try to convert by bdds
59.96/60.20	c D: 1
59.96/60.20	c estimatedAdderCost: 39
59.96/60.20	c Try to convert by bdds
59.96/60.22	c D: 1
59.96/60.22	c estimatedAdderCost: 39
59.96/60.22	c Try to convert by bdds
59.96/60.23	c D: 1
59.96/60.23	c estimatedAdderCost: 39
59.96/60.23	c Try to convert by bdds
59.96/60.25	c D: 1
59.96/60.25	c estimatedAdderCost: 39
59.96/60.25	c Try to convert by bdds
59.96/60.26	c D: 1
59.96/60.26	c estimatedAdderCost: 39
59.96/60.26	c Try to convert by bdds
59.96/60.28	c D: 1
59.96/60.28	c estimatedAdderCost: 30
59.96/60.28	c Try to convert by bdds
59.96/60.29	c D: 1
59.96/60.29	c estimatedAdderCost: 30
59.96/60.29	c Try to convert by bdds
60.06/60.30	c D: 1
60.06/60.30	c estimatedAdderCost: 30
60.06/60.30	c Try to convert by bdds
60.06/60.31	c D: 1
60.06/60.31	c estimatedAdderCost: 30
60.06/60.31	c Try to convert by bdds
60.06/60.32	c D: 1
60.06/60.32	c estimatedAdderCost: 30
60.06/60.32	c Try to convert by bdds
60.06/60.33	c D: 1
60.06/60.33	c estimatedAdderCost: 30
60.06/60.33	c Try to convert by bdds
60.06/60.34	c D: 1
60.06/60.34	c estimatedAdderCost: 30
60.06/60.34	c Try to convert by bdds
60.06/60.35	c D: 1
60.06/60.35	c estimatedAdderCost: 39
60.06/60.35	c Try to convert by bdds
60.06/60.36	c D: 1
60.06/60.36	c estimatedAdderCost: 39
60.06/60.36	c Try to convert by bdds
60.06/60.38	c D: 1
60.06/60.38	c estimatedAdderCost: 39
60.06/60.38	c Try to convert by bdds
60.06/60.39	c D: 1
60.06/60.39	c estimatedAdderCost: 39
60.06/60.39	c Try to convert by bdds
60.16/60.41	c D: 1
60.16/60.41	c estimatedAdderCost: 39
60.16/60.41	c Try to convert by bdds
60.16/60.42	c D: 1
60.16/60.42	c estimatedAdderCost: 39
60.16/60.42	c Try to convert by bdds
60.16/60.44	c D: 1
60.16/60.44	c estimatedAdderCost: 39
60.16/60.44	c Try to convert by bdds
60.16/60.45	c D: 1
60.16/60.45	c estimatedAdderCost: 39
60.16/60.45	c Try to convert by bdds
60.16/60.47	c D: 1
60.16/60.47	c estimatedAdderCost: 39
60.16/60.47	c Try to convert by bdds
60.16/60.48	c D: 1
60.16/60.48	c estimatedAdderCost: 39
60.16/60.48	c Try to convert by bdds
60.26/60.50	c D: 1
60.26/60.50	c estimatedAdderCost: 39
60.26/60.50	c Try to convert by bdds
60.26/60.51	c D: 1
60.26/60.51	c estimatedAdderCost: 39
60.26/60.51	c Try to convert by bdds
60.26/60.53	c D: 1
60.26/60.53	c estimatedAdderCost: 39
60.26/60.53	c Try to convert by bdds
60.26/60.54	c D: 1
60.26/60.54	c estimatedAdderCost: 39
60.26/60.54	c Try to convert by bdds
60.26/60.56	c D: 1
60.26/60.56	c estimatedAdderCost: 39
60.26/60.56	c Try to convert by bdds
60.26/60.57	c D: 1
60.26/60.57	c estimatedAdderCost: 39
60.26/60.57	c Try to convert by bdds
60.26/60.59	c D: 1
60.26/60.59	c estimatedAdderCost: 39
60.26/60.59	c Try to convert by bdds
60.35/60.60	c D: 1
60.35/60.60	c estimatedAdderCost: 39
60.35/60.60	c Try to convert by bdds
60.35/60.62	c D: 1
60.35/60.62	c estimatedAdderCost: 39
60.35/60.62	c Try to convert by bdds
60.35/60.63	c D: 1
60.35/60.63	c estimatedAdderCost: 39
60.35/60.63	c Try to convert by bdds
60.35/60.65	c D: 1
60.35/60.65	c estimatedAdderCost: 39
60.35/60.65	c Try to convert by bdds
60.35/60.66	c D: 1
60.35/60.66	c estimatedAdderCost: 39
60.35/60.66	c Try to convert by bdds
60.35/60.68	c D: 1
60.35/60.68	c estimatedAdderCost: 39
60.35/60.68	c Try to convert by bdds
60.35/60.69	c D: 1
60.35/60.69	c estimatedAdderCost: 39
60.35/60.69	c Try to convert by bdds
60.45/60.71	c D: 1
60.45/60.71	c estimatedAdderCost: 39
60.45/60.71	c Try to convert by bdds
60.45/60.72	c D: 1
60.45/60.72	c estimatedAdderCost: 39
60.45/60.72	c Try to convert by bdds
60.45/60.74	c D: 1
60.45/60.74	c estimatedAdderCost: 39
60.45/60.74	c Try to convert by bdds
60.45/60.75	c D: 1
60.45/60.75	c estimatedAdderCost: 39
60.45/60.75	c Try to convert by bdds
60.45/60.77	c D: 1
60.45/60.77	c estimatedAdderCost: 39
60.45/60.77	c Try to convert by bdds
60.45/60.78	c D: 1
60.45/60.78	c estimatedAdderCost: 39
60.45/60.78	c Try to convert by bdds
60.55/60.80	c D: 1
60.55/60.80	c estimatedAdderCost: 39
60.55/60.80	c Try to convert by bdds
60.55/60.81	c D: 1
60.55/60.81	c estimatedAdderCost: 39
60.55/60.81	c Try to convert by bdds
60.55/60.83	c D: 1
60.55/60.83	c estimatedAdderCost: 39
60.55/60.83	c Try to convert by bdds
60.55/60.84	c D: 1
60.55/60.84	c estimatedAdderCost: 39
60.55/60.84	c Try to convert by bdds
60.55/60.86	c D: 1
60.55/60.86	c estimatedAdderCost: 39
60.55/60.86	c Try to convert by bdds
60.55/60.87	c D: 1
60.55/60.87	c estimatedAdderCost: 39
60.55/60.87	c Try to convert by bdds
60.55/60.89	c D: 1
60.55/60.89	c estimatedAdderCost: 39
60.55/60.89	c Try to convert by bdds
60.65/60.90	c D: 1
60.65/60.90	c estimatedAdderCost: 39
60.65/60.90	c Try to convert by bdds
60.65/60.92	c D: 1
60.65/60.92	c estimatedAdderCost: 39
60.65/60.92	c Try to convert by bdds
60.65/60.93	c D: 1
60.65/60.93	c estimatedAdderCost: 39
60.65/60.93	c Try to convert by bdds
60.65/60.95	c D: 1
60.65/60.95	c estimatedAdderCost: 39
60.65/60.95	c Try to convert by bdds
60.65/60.96	c D: 1
60.65/60.96	c estimatedAdderCost: 39
60.65/60.96	c Try to convert by bdds
60.65/60.98	c D: 1
60.65/60.98	c estimatedAdderCost: 39
60.65/60.98	c Try to convert by bdds
60.65/60.99	c D: 1
60.65/60.99	c estimatedAdderCost: 39
60.65/60.99	c Try to convert by bdds
60.65/61.01	c D: 1
60.65/61.01	c estimatedAdderCost: 39
60.65/61.01	c Try to convert by bdds
60.77/61.02	c D: 1
60.77/61.02	c estimatedAdderCost: 39
60.77/61.02	c Try to convert by bdds
60.77/61.04	c D: 1
60.77/61.04	c estimatedAdderCost: 39
60.77/61.04	c Try to convert by bdds
60.77/61.05	c D: 1
60.77/61.05	c estimatedAdderCost: 39
60.77/61.05	c Try to convert by bdds
60.77/61.07	c D: 1
60.77/61.07	c estimatedAdderCost: 39
60.77/61.07	c Try to convert by bdds
60.77/61.08	c D: 1
60.77/61.08	c estimatedAdderCost: 39
60.77/61.08	c Try to convert by bdds
60.77/61.10	c D: 1
60.77/61.10	c estimatedAdderCost: 39
60.77/61.10	c Try to convert by bdds
60.87/61.11	c D: 1
60.87/61.11	c estimatedAdderCost: 39
60.87/61.11	c Try to convert by bdds
60.87/61.13	c D: 1
60.87/61.13	c estimatedAdderCost: 39
60.87/61.13	c Try to convert by bdds
60.87/61.14	c D: 1
60.87/61.14	c estimatedAdderCost: 39
60.87/61.14	c Try to convert by bdds
60.87/61.16	c D: 1
60.87/61.16	c estimatedAdderCost: 39
60.87/61.16	c Try to convert by bdds
60.87/61.17	c D: 1
60.87/61.17	c estimatedAdderCost: 39
60.87/61.17	c Try to convert by bdds
60.87/61.19	c D: 1
60.87/61.19	c estimatedAdderCost: 39
60.87/61.19	c Try to convert by bdds
60.95/61.20	c D: 1
60.95/61.20	c estimatedAdderCost: 39
60.95/61.20	c Try to convert by bdds
60.95/61.22	c D: 1
60.95/61.22	c estimatedAdderCost: 39
60.95/61.22	c Try to convert by bdds
60.95/61.23	c D: 1
60.95/61.23	c estimatedAdderCost: 39
60.95/61.23	c Try to convert by bdds
60.95/61.25	c D: 1
60.95/61.25	c estimatedAdderCost: 39
60.95/61.25	c Try to convert by bdds
60.95/61.26	c D: 1
60.95/61.26	c estimatedAdderCost: 39
60.95/61.26	c Try to convert by bdds
60.95/61.28	c D: 1
60.95/61.28	c estimatedAdderCost: 39
60.95/61.28	c Try to convert by bdds
60.95/61.29	c D: 1
60.95/61.29	c estimatedAdderCost: 39
60.95/61.29	c Try to convert by bdds
61.05/61.31	c D: 1
61.05/61.31	c estimatedAdderCost: 39
61.05/61.31	c Try to convert by bdds
61.05/61.32	c D: 1
61.05/61.32	c estimatedAdderCost: 39
61.05/61.32	c Try to convert by bdds
61.05/61.34	c D: 1
61.05/61.34	c estimatedAdderCost: 39
61.05/61.34	c Try to convert by bdds
61.05/61.35	c D: 1
61.05/61.35	c estimatedAdderCost: 39
61.05/61.35	c Try to convert by bdds
61.05/61.37	c D: 1
61.05/61.37	c estimatedAdderCost: 39
61.05/61.37	c Try to convert by bdds
61.05/61.38	c D: 1
61.05/61.38	c estimatedAdderCost: 39
61.05/61.38	c Try to convert by bdds
61.15/61.40	c D: 1
61.15/61.40	c estimatedAdderCost: 39
61.15/61.40	c Try to convert by bdds
61.15/61.41	c D: 1
61.15/61.41	c estimatedAdderCost: 39
61.15/61.41	c Try to convert by bdds
61.15/61.43	c D: 1
61.15/61.43	c estimatedAdderCost: 39
61.15/61.43	c Try to convert by bdds
61.15/61.44	c D: 1
61.15/61.44	c estimatedAdderCost: 39
61.15/61.44	c Try to convert by bdds
61.15/61.46	c D: 1
61.15/61.46	c estimatedAdderCost: 39
61.15/61.46	c Try to convert by bdds
61.15/61.47	c D: 1
61.15/61.47	c estimatedAdderCost: 39
61.15/61.47	c Try to convert by bdds
61.15/61.49	c D: 1
61.15/61.49	c estimatedAdderCost: 39
61.15/61.49	c Try to convert by bdds
61.25/61.50	c D: 1
61.25/61.50	c estimatedAdderCost: 30
61.25/61.50	c Try to convert by bdds
61.25/61.51	c D: 1
61.25/61.51	c estimatedAdderCost: 30
61.25/61.51	c Try to convert by bdds
61.25/61.52	c D: 1
61.25/61.52	c estimatedAdderCost: 30
61.25/61.52	c Try to convert by bdds
61.25/61.53	c D: 1
61.25/61.53	c estimatedAdderCost: 30
61.25/61.53	c Try to convert by bdds
61.25/61.54	c D: 1
61.25/61.54	c estimatedAdderCost: 30
61.25/61.54	c Try to convert by bdds
61.25/61.55	c D: 1
61.25/61.55	c estimatedAdderCost: 30
61.25/61.55	c Try to convert by bdds
61.25/61.56	c D: 1
61.25/61.56	c estimatedAdderCost: 30
61.25/61.56	c Try to convert by bdds
61.25/61.57	c D: 1
61.25/61.57	c estimatedAdderCost: 30
61.25/61.57	c Try to convert by bdds
61.25/61.58	c D: 1
61.25/61.58	c estimatedAdderCost: 39
61.25/61.58	c Try to convert by bdds
61.35/61.60	c D: 1
61.35/61.60	c estimatedAdderCost: 39
61.35/61.60	c Try to convert by bdds
61.35/61.61	c D: 1
61.35/61.61	c estimatedAdderCost: 39
61.35/61.61	c Try to convert by bdds
61.35/61.63	c D: 1
61.35/61.63	c estimatedAdderCost: 39
61.35/61.63	c Try to convert by bdds
61.35/61.64	c D: 1
61.35/61.64	c estimatedAdderCost: 39
61.35/61.64	c Try to convert by bdds
61.35/61.66	c D: 1
61.35/61.66	c estimatedAdderCost: 39
61.35/61.66	c Try to convert by bdds
61.35/61.67	c D: 1
61.35/61.67	c estimatedAdderCost: 39
61.35/61.67	c Try to convert by bdds
61.35/61.69	c D: 1
61.35/61.69	c estimatedAdderCost: 39
61.35/61.69	c Try to convert by bdds
61.45/61.70	c D: 1
61.45/61.70	c estimatedAdderCost: 39
61.45/61.70	c Try to convert by bdds
61.45/61.72	c D: 1
61.45/61.72	c estimatedAdderCost: 39
61.45/61.72	c Try to convert by bdds
61.45/61.73	c D: 1
61.45/61.73	c estimatedAdderCost: 39
61.45/61.73	c Try to convert by bdds
61.45/61.75	c D: 1
61.45/61.75	c estimatedAdderCost: 39
61.45/61.75	c Try to convert by bdds
61.45/61.76	c D: 1
61.45/61.76	c estimatedAdderCost: 39
61.45/61.76	c Try to convert by bdds
61.45/61.78	c D: 1
61.45/61.78	c estimatedAdderCost: 39
61.45/61.78	c Try to convert by bdds
61.45/61.79	c D: 1
61.45/61.79	c estimatedAdderCost: 39
61.45/61.79	c Try to convert by bdds
61.55/61.81	c D: 1
61.55/61.81	c estimatedAdderCost: 39
61.55/61.81	c Try to convert by bdds
61.55/61.82	c D: 1
61.55/61.82	c estimatedAdderCost: 39
61.55/61.82	c Try to convert by bdds
61.55/61.84	c D: 1
61.55/61.84	c estimatedAdderCost: 39
61.55/61.84	c Try to convert by bdds
61.55/61.85	c D: 1
61.55/61.85	c estimatedAdderCost: 39
61.55/61.85	c Try to convert by bdds
61.55/61.87	c D: 1
61.55/61.87	c estimatedAdderCost: 39
61.55/61.87	c Try to convert by bdds
61.55/61.88	c D: 1
61.55/61.88	c estimatedAdderCost: 39
61.55/61.88	c Try to convert by bdds
61.55/61.90	c D: 1
61.55/61.90	c estimatedAdderCost: 39
61.55/61.90	c Try to convert by bdds
61.65/61.91	c D: 1
61.65/61.91	c estimatedAdderCost: 39
61.65/61.91	c Try to convert by bdds
61.65/61.92	c D: 1
61.65/61.92	c estimatedAdderCost: 39
61.65/61.92	c Try to convert by bdds
61.65/61.94	c D: 1
61.65/61.94	c estimatedAdderCost: 39
61.65/61.94	c Try to convert by bdds
61.65/61.95	c D: 1
61.65/61.95	c estimatedAdderCost: 39
61.65/61.95	c Try to convert by bdds
61.65/61.97	c D: 1
61.65/61.97	c estimatedAdderCost: 39
61.65/61.97	c Try to convert by bdds
61.65/61.98	c D: 1
61.65/61.98	c estimatedAdderCost: 39
61.65/61.98	c Try to convert by bdds
61.65/62.00	c D: 1
61.65/62.00	c estimatedAdderCost: 39
61.65/62.00	c Try to convert by bdds
61.76/62.01	c D: 1
61.76/62.01	c estimatedAdderCost: 39
61.76/62.01	c Try to convert by bdds
61.76/62.03	c D: 1
61.76/62.03	c estimatedAdderCost: 39
61.76/62.03	c Try to convert by bdds
61.76/62.04	c D: 1
61.76/62.04	c estimatedAdderCost: 39
61.76/62.04	c Try to convert by bdds
61.76/62.06	c D: 1
61.76/62.06	c estimatedAdderCost: 39
61.76/62.06	c Try to convert by bdds
61.76/62.07	c D: 1
61.76/62.07	c estimatedAdderCost: 39
61.76/62.07	c Try to convert by bdds
61.76/62.09	c D: 1
61.76/62.09	c estimatedAdderCost: 39
61.76/62.09	c Try to convert by bdds
61.76/62.10	c D: 1
61.76/62.10	c estimatedAdderCost: 39
61.76/62.10	c Try to convert by bdds
61.86/62.12	c D: 1
61.86/62.12	c estimatedAdderCost: 39
61.86/62.12	c Try to convert by bdds
61.86/62.13	c D: 1
61.86/62.13	c estimatedAdderCost: 39
61.86/62.13	c Try to convert by bdds
61.86/62.15	c D: 1
61.86/62.15	c estimatedAdderCost: 39
61.86/62.15	c Try to convert by bdds
61.86/62.16	c D: 1
61.86/62.16	c estimatedAdderCost: 39
61.86/62.16	c Try to convert by bdds
61.86/62.18	c D: 1
61.86/62.18	c estimatedAdderCost: 39
61.86/62.18	c Try to convert by bdds
61.86/62.19	c D: 1
61.86/62.19	c estimatedAdderCost: 39
61.86/62.19	c Try to convert by bdds
61.95/62.21	c D: 1
61.95/62.21	c estimatedAdderCost: 39
61.95/62.21	c Try to convert by bdds
61.95/62.22	c D: 1
61.95/62.22	c estimatedAdderCost: 39
61.95/62.22	c Try to convert by bdds
61.95/62.24	c D: 1
61.95/62.24	c estimatedAdderCost: 39
61.95/62.24	c Try to convert by bdds
61.95/62.25	c D: 1
61.95/62.25	c estimatedAdderCost: 39
61.95/62.25	c Try to convert by bdds
61.95/62.27	c D: 1
61.95/62.27	c estimatedAdderCost: 39
61.95/62.27	c Try to convert by bdds
61.95/62.28	c D: 1
61.95/62.28	c estimatedAdderCost: 39
61.95/62.28	c Try to convert by bdds
62.05/62.30	c D: 1
62.05/62.30	c estimatedAdderCost: 39
62.05/62.30	c Try to convert by bdds
62.05/62.31	c D: 1
62.05/62.31	c estimatedAdderCost: 39
62.05/62.31	c Try to convert by bdds
62.05/62.33	c D: 1
62.05/62.33	c estimatedAdderCost: 39
62.05/62.33	c Try to convert by bdds
62.05/62.34	c D: 1
62.05/62.34	c estimatedAdderCost: 39
62.05/62.34	c Try to convert by bdds
62.05/62.36	c D: 1
62.05/62.36	c estimatedAdderCost: 39
62.05/62.36	c Try to convert by bdds
62.05/62.37	c D: 1
62.05/62.37	c estimatedAdderCost: 39
62.05/62.37	c Try to convert by bdds
62.05/62.39	c D: 1
62.05/62.39	c estimatedAdderCost: 39
62.05/62.39	c Try to convert by bdds
62.15/62.40	c D: 1
62.15/62.40	c estimatedAdderCost: 39
62.15/62.40	c Try to convert by bdds
62.15/62.42	c D: 1
62.15/62.42	c estimatedAdderCost: 39
62.15/62.42	c Try to convert by bdds
62.15/62.43	c D: 1
62.15/62.43	c estimatedAdderCost: 39
62.15/62.43	c Try to convert by bdds
62.15/62.45	c D: 1
62.15/62.45	c estimatedAdderCost: 39
62.15/62.45	c Try to convert by bdds
62.15/62.46	c D: 1
62.15/62.46	c estimatedAdderCost: 39
62.15/62.46	c Try to convert by bdds
62.15/62.48	c D: 1
62.15/62.48	c estimatedAdderCost: 39
62.15/62.48	c Try to convert by bdds
62.15/62.49	c D: 1
62.15/62.49	c estimatedAdderCost: 39
62.15/62.49	c Try to convert by bdds
62.25/62.51	c D: 1
62.25/62.51	c estimatedAdderCost: 39
62.25/62.51	c Try to convert by bdds
62.25/62.52	c D: 1
62.25/62.52	c estimatedAdderCost: 39
62.25/62.52	c Try to convert by bdds
62.25/62.54	c D: 1
62.25/62.54	c estimatedAdderCost: 39
62.25/62.54	c Try to convert by bdds
62.25/62.55	c D: 1
62.25/62.55	c estimatedAdderCost: 39
62.25/62.55	c Try to convert by bdds
62.25/62.57	c D: 1
62.25/62.57	c estimatedAdderCost: 39
62.25/62.57	c Try to convert by bdds
62.25/62.58	c D: 1
62.25/62.58	c estimatedAdderCost: 39
62.25/62.58	c Try to convert by bdds
62.35/62.60	c D: 1
62.35/62.60	c estimatedAdderCost: 39
62.35/62.60	c Try to convert by bdds
62.35/62.61	c D: 1
62.35/62.61	c estimatedAdderCost: 39
62.35/62.61	c Try to convert by bdds
62.35/62.63	c D: 1
62.35/62.63	c estimatedAdderCost: 39
62.35/62.63	c Try to convert by bdds
62.35/62.64	c D: 1
62.35/62.64	c estimatedAdderCost: 39
62.35/62.64	c Try to convert by bdds
62.35/62.66	c D: 1
62.35/62.66	c estimatedAdderCost: 39
62.35/62.66	c Try to convert by bdds
62.35/62.67	c D: 1
62.35/62.67	c estimatedAdderCost: 39
62.35/62.67	c Try to convert by bdds
62.35/62.69	c D: 1
62.35/62.69	c estimatedAdderCost: 39
62.35/62.69	c Try to convert by bdds
62.45/62.70	c D: 1
62.45/62.70	c estimatedAdderCost: 39
62.45/62.70	c Try to convert by bdds
62.45/62.72	c D: 1
62.45/62.72	c estimatedAdderCost: 39
62.45/62.72	c Try to convert by bdds
62.45/62.73	c D: 1
62.45/62.73	c estimatedAdderCost: 39
62.45/62.73	c Try to convert by bdds
62.45/62.75	c D: 1
62.45/62.75	c estimatedAdderCost: 39
62.45/62.75	c Try to convert by bdds
62.45/62.76	c D: 1
62.45/62.76	c estimatedAdderCost: 39
62.45/62.76	c Try to convert by bdds
62.45/62.78	c D: 1
62.45/62.78	c estimatedAdderCost: 39
62.45/62.78	c Try to convert by bdds
62.45/62.79	c D: 1
62.45/62.79	c estimatedAdderCost: 39
62.45/62.79	c Try to convert by bdds
62.55/62.81	c D: 1
62.55/62.81	c estimatedAdderCost: 39
62.55/62.81	c Try to convert by bdds
62.55/62.82	c D: 1
62.55/62.82	c estimatedAdderCost: 39
62.55/62.82	c Try to convert by bdds
62.55/62.84	c D: 1
62.55/62.84	c estimatedAdderCost: 30
62.55/62.84	c Try to convert by bdds
62.55/62.85	c D: 1
62.55/62.85	c estimatedAdderCost: 30
62.55/62.85	c Try to convert by bdds
62.55/62.86	c D: 1
62.55/62.86	c estimatedAdderCost: 30
62.55/62.86	c Try to convert by bdds
62.55/62.87	c D: 1
62.55/62.87	c estimatedAdderCost: 30
62.55/62.87	c Try to convert by bdds
62.55/62.88	c D: 1
62.55/62.88	c estimatedAdderCost: 30
62.55/62.88	c Try to convert by bdds
62.55/62.89	c D: 1
62.55/62.89	c estimatedAdderCost: 30
62.55/62.89	c Try to convert by bdds
62.65/62.90	c D: 1
62.65/62.90	c estimatedAdderCost: 30
62.65/62.90	c Try to convert by bdds
62.65/62.91	c D: 1
62.65/62.91	c estimatedAdderCost: 30
62.65/62.91	c Try to convert by bdds
62.65/62.92	c D: 1
62.65/62.92	c estimatedAdderCost: 30
62.65/62.92	c Try to convert by bdds
62.65/62.93	c D: 1
62.65/62.93	c estimatedAdderCost: 39
62.65/62.93	c Try to convert by bdds
62.65/62.94	c D: 1
62.65/62.94	c estimatedAdderCost: 39
62.65/62.94	c Try to convert by bdds
62.65/62.96	c D: 1
62.65/62.96	c estimatedAdderCost: 39
62.65/62.96	c Try to convert by bdds
62.65/62.97	c D: 1
62.65/62.97	c estimatedAdderCost: 39
62.65/62.97	c Try to convert by bdds
62.65/62.99	c D: 1
62.65/62.99	c estimatedAdderCost: 39
62.65/62.99	c Try to convert by bdds
62.65/63.00	c D: 1
62.65/63.00	c estimatedAdderCost: 39
62.65/63.00	c Try to convert by bdds
62.76/63.02	c D: 1
62.76/63.02	c estimatedAdderCost: 39
62.76/63.02	c Try to convert by bdds
62.76/63.03	c D: 1
62.76/63.03	c estimatedAdderCost: 39
62.76/63.03	c Try to convert by bdds
62.76/63.05	c D: 1
62.76/63.05	c estimatedAdderCost: 39
62.76/63.05	c Try to convert by bdds
62.76/63.06	c D: 1
62.76/63.06	c estimatedAdderCost: 39
62.76/63.06	c Try to convert by bdds
62.76/63.08	c D: 1
62.76/63.08	c estimatedAdderCost: 39
62.76/63.08	c Try to convert by bdds
62.76/63.09	c D: 1
62.76/63.09	c estimatedAdderCost: 39
62.76/63.09	c Try to convert by bdds
62.76/63.11	c D: 1
62.76/63.11	c estimatedAdderCost: 39
62.76/63.11	c Try to convert by bdds
62.86/63.12	c D: 1
62.86/63.12	c estimatedAdderCost: 39
62.86/63.12	c Try to convert by bdds
62.86/63.14	c D: 1
62.86/63.14	c estimatedAdderCost: 39
62.86/63.14	c Try to convert by bdds
62.86/63.15	c D: 1
62.86/63.15	c estimatedAdderCost: 39
62.86/63.15	c Try to convert by bdds
62.86/63.17	c D: 1
62.86/63.17	c estimatedAdderCost: 39
62.86/63.17	c Try to convert by bdds
62.86/63.18	c D: 1
62.86/63.18	c estimatedAdderCost: 39
62.86/63.18	c Try to convert by bdds
62.95/63.20	c D: 1
62.95/63.20	c estimatedAdderCost: 39
62.95/63.20	c Try to convert by bdds
62.95/63.21	c D: 1
62.95/63.21	c estimatedAdderCost: 39
62.95/63.21	c Try to convert by bdds
62.95/63.23	c D: 1
62.95/63.23	c estimatedAdderCost: 39
62.95/63.23	c Try to convert by bdds
62.95/63.24	c D: 1
62.95/63.24	c estimatedAdderCost: 39
62.95/63.24	c Try to convert by bdds
62.95/63.26	c D: 1
62.95/63.26	c estimatedAdderCost: 39
62.95/63.26	c Try to convert by bdds
62.95/63.27	c D: 1
62.95/63.27	c estimatedAdderCost: 39
62.95/63.27	c Try to convert by bdds
62.95/63.29	c D: 1
62.95/63.29	c estimatedAdderCost: 39
62.95/63.29	c Try to convert by bdds
63.05/63.30	c D: 1
63.05/63.30	c estimatedAdderCost: 39
63.05/63.30	c Try to convert by bdds
63.05/63.32	c D: 1
63.05/63.32	c estimatedAdderCost: 39
63.05/63.32	c Try to convert by bdds
63.05/63.33	c D: 1
63.05/63.33	c estimatedAdderCost: 39
63.05/63.33	c Try to convert by bdds
63.05/63.35	c D: 1
63.05/63.35	c estimatedAdderCost: 39
63.05/63.35	c Try to convert by bdds
63.05/63.36	c D: 1
63.05/63.36	c estimatedAdderCost: 39
63.05/63.36	c Try to convert by bdds
63.05/63.38	c D: 1
63.05/63.38	c estimatedAdderCost: 39
63.05/63.38	c Try to convert by bdds
63.05/63.39	c D: 1
63.05/63.39	c estimatedAdderCost: 39
63.05/63.39	c Try to convert by bdds
63.15/63.41	c D: 1
63.15/63.41	c estimatedAdderCost: 39
63.15/63.41	c Try to convert by bdds
63.15/63.42	c D: 1
63.15/63.42	c estimatedAdderCost: 39
63.15/63.42	c Try to convert by bdds
63.15/63.44	c D: 1
63.15/63.44	c estimatedAdderCost: 39
63.15/63.44	c Try to convert by bdds
63.15/63.45	c D: 1
63.15/63.45	c estimatedAdderCost: 39
63.15/63.45	c Try to convert by bdds
63.15/63.47	c D: 1
63.15/63.47	c estimatedAdderCost: 39
63.15/63.47	c Try to convert by bdds
63.15/63.48	c D: 1
63.15/63.48	c estimatedAdderCost: 39
63.15/63.48	c Try to convert by bdds
63.25/63.50	c D: 1
63.25/63.50	c estimatedAdderCost: 39
63.25/63.50	c Try to convert by bdds
63.25/63.51	c D: 1
63.25/63.51	c estimatedAdderCost: 39
63.25/63.51	c Try to convert by bdds
63.25/63.53	c D: 1
63.25/63.53	c estimatedAdderCost: 39
63.25/63.53	c Try to convert by bdds
63.25/63.54	c D: 1
63.25/63.54	c estimatedAdderCost: 39
63.25/63.54	c Try to convert by bdds
63.25/63.56	c D: 1
63.25/63.56	c estimatedAdderCost: 39
63.25/63.56	c Try to convert by bdds
63.25/63.57	c D: 1
63.25/63.57	c estimatedAdderCost: 39
63.25/63.57	c Try to convert by bdds
63.25/63.59	c D: 1
63.25/63.59	c estimatedAdderCost: 39
63.25/63.59	c Try to convert by bdds
63.34/63.60	c D: 1
63.34/63.60	c estimatedAdderCost: 39
63.34/63.60	c Try to convert by bdds
63.34/63.62	c D: 1
63.34/63.62	c estimatedAdderCost: 39
63.34/63.62	c Try to convert by bdds
63.34/63.63	c D: 1
63.34/63.63	c estimatedAdderCost: 39
63.34/63.63	c Try to convert by bdds
63.34/63.65	c D: 1
63.34/63.65	c estimatedAdderCost: 39
63.34/63.65	c Try to convert by bdds
63.34/63.66	c D: 1
63.34/63.66	c estimatedAdderCost: 39
63.34/63.66	c Try to convert by bdds
63.34/63.68	c D: 1
63.34/63.68	c estimatedAdderCost: 39
63.34/63.68	c Try to convert by bdds
63.34/63.69	c D: 1
63.34/63.69	c estimatedAdderCost: 39
63.34/63.69	c Try to convert by bdds
63.44/63.71	c D: 1
63.44/63.71	c estimatedAdderCost: 39
63.44/63.71	c Try to convert by bdds
63.44/63.72	c D: 1
63.44/63.72	c estimatedAdderCost: 39
63.44/63.72	c Try to convert by bdds
63.44/63.74	c D: 1
63.44/63.74	c estimatedAdderCost: 39
63.44/63.74	c Try to convert by bdds
63.44/63.75	c D: 1
63.44/63.75	c estimatedAdderCost: 39
63.44/63.75	c Try to convert by bdds
63.44/63.77	c D: 1
63.44/63.77	c estimatedAdderCost: 39
63.44/63.77	c Try to convert by bdds
63.44/63.78	c D: 1
63.44/63.78	c estimatedAdderCost: 39
63.44/63.78	c Try to convert by bdds
63.54/63.80	c D: 1
63.54/63.80	c estimatedAdderCost: 39
63.54/63.80	c Try to convert by bdds
63.54/63.81	c D: 1
63.54/63.81	c estimatedAdderCost: 39
63.54/63.81	c Try to convert by bdds
63.54/63.83	c D: 1
63.54/63.83	c estimatedAdderCost: 39
63.54/63.83	c Try to convert by bdds
63.54/63.84	c D: 1
63.54/63.84	c estimatedAdderCost: 39
63.54/63.84	c Try to convert by bdds
63.54/63.86	c D: 1
63.54/63.86	c estimatedAdderCost: 39
63.54/63.86	c Try to convert by bdds
63.54/63.87	c D: 1
63.54/63.87	c estimatedAdderCost: 39
63.54/63.87	c Try to convert by bdds
63.54/63.89	c D: 1
63.54/63.89	c estimatedAdderCost: 39
63.54/63.89	c Try to convert by bdds
63.64/63.90	c D: 1
63.64/63.90	c estimatedAdderCost: 39
63.64/63.90	c Try to convert by bdds
63.64/63.92	c D: 1
63.64/63.92	c estimatedAdderCost: 39
63.64/63.92	c Try to convert by bdds
63.64/63.93	c D: 1
63.64/63.93	c estimatedAdderCost: 39
63.64/63.93	c Try to convert by bdds
63.64/63.95	c D: 1
63.64/63.95	c estimatedAdderCost: 39
63.64/63.95	c Try to convert by bdds
63.64/63.96	c D: 1
63.64/63.96	c estimatedAdderCost: 39
63.64/63.96	c Try to convert by bdds
63.64/63.98	c D: 1
63.64/63.98	c estimatedAdderCost: 39
63.64/63.98	c Try to convert by bdds
63.64/63.99	c D: 1
63.64/63.99	c estimatedAdderCost: 39
63.64/63.99	c Try to convert by bdds
63.64/64.01	c D: 1
63.64/64.01	c estimatedAdderCost: 39
63.64/64.01	c Try to convert by bdds
63.76/64.02	c D: 1
63.76/64.02	c estimatedAdderCost: 39
63.76/64.02	c Try to convert by bdds
63.76/64.04	c D: 1
63.76/64.04	c estimatedAdderCost: 39
63.76/64.04	c Try to convert by bdds
63.76/64.05	c D: 1
63.76/64.05	c estimatedAdderCost: 39
63.76/64.05	c Try to convert by bdds
63.76/64.07	c D: 1
63.76/64.07	c estimatedAdderCost: 39
63.76/64.07	c Try to convert by bdds
63.76/64.08	c D: 1
63.76/64.08	c estimatedAdderCost: 39
63.76/64.08	c Try to convert by bdds
63.76/64.10	c D: 1
63.76/64.10	c estimatedAdderCost: 39
63.76/64.10	c Try to convert by bdds
63.86/64.11	c D: 1
63.86/64.11	c estimatedAdderCost: 39
63.86/64.11	c Try to convert by bdds
63.86/64.13	c D: 1
63.86/64.13	c estimatedAdderCost: 39
63.86/64.13	c Try to convert by bdds
63.86/64.14	c D: 1
63.86/64.14	c estimatedAdderCost: 39
63.86/64.14	c Try to convert by bdds
63.86/64.16	c D: 1
63.86/64.16	c estimatedAdderCost: 39
63.86/64.16	c Try to convert by bdds
63.86/64.17	c D: 1
63.86/64.17	c estimatedAdderCost: 39
63.86/64.17	c Try to convert by bdds
63.86/64.19	c D: 1
63.86/64.19	c estimatedAdderCost: 39
63.86/64.19	c Try to convert by bdds
63.94/64.20	c D: 1
63.94/64.20	c estimatedAdderCost: 39
63.94/64.20	c Try to convert by bdds
63.94/64.22	c D: 1
63.94/64.22	c estimatedAdderCost: 39
63.94/64.22	c Try to convert by bdds
63.94/64.23	c D: 1
63.94/64.23	c estimatedAdderCost: 39
63.94/64.23	c Try to convert by bdds
63.94/64.25	c D: 1
63.94/64.25	c estimatedAdderCost: 39
63.94/64.25	c Try to convert by bdds
63.94/64.26	c D: 1
63.94/64.26	c estimatedAdderCost: 39
63.94/64.26	c Try to convert by bdds
63.94/64.28	c D: 1
63.94/64.28	c estimatedAdderCost: 30
63.94/64.28	c Try to convert by bdds
63.94/64.29	c D: 1
63.94/64.29	c estimatedAdderCost: 30
63.94/64.29	c Try to convert by bdds
63.94/64.30	c D: 1
63.94/64.30	c estimatedAdderCost: 30
63.94/64.30	c Try to convert by bdds
64.04/64.31	c D: 1
64.04/64.31	c estimatedAdderCost: 30
64.04/64.31	c Try to convert by bdds
64.04/64.32	c D: 1
64.04/64.32	c estimatedAdderCost: 30
64.04/64.32	c Try to convert by bdds
64.04/64.33	c D: 1
64.04/64.33	c estimatedAdderCost: 30
64.04/64.33	c Try to convert by bdds
64.04/64.34	c D: 1
64.04/64.34	c estimatedAdderCost: 30
64.04/64.34	c Try to convert by bdds
64.04/64.35	c D: 1
64.04/64.35	c estimatedAdderCost: 30
64.04/64.35	c Try to convert by bdds
64.04/64.36	c D: 1
64.04/64.36	c estimatedAdderCost: 30
64.04/64.36	c Try to convert by bdds
64.04/64.37	c D: 1
64.04/64.37	c estimatedAdderCost: 30
64.04/64.37	c Try to convert by bdds
64.04/64.38	c D: 1
64.04/64.38	c estimatedAdderCost: 39
64.04/64.38	c Try to convert by bdds
64.04/64.39	c D: 1
64.04/64.39	c estimatedAdderCost: 39
64.04/64.39	c Try to convert by bdds
64.14/64.40	c D: 1
64.14/64.40	c estimatedAdderCost: 39
64.14/64.40	c Try to convert by bdds
64.14/64.42	c D: 1
64.14/64.42	c estimatedAdderCost: 39
64.14/64.42	c Try to convert by bdds
64.14/64.43	c D: 1
64.14/64.43	c estimatedAdderCost: 39
64.14/64.43	c Try to convert by bdds
64.14/64.45	c D: 1
64.14/64.45	c estimatedAdderCost: 39
64.14/64.45	c Try to convert by bdds
64.14/64.46	c D: 1
64.14/64.46	c estimatedAdderCost: 39
64.14/64.46	c Try to convert by bdds
64.14/64.48	c D: 1
64.14/64.48	c estimatedAdderCost: 39
64.14/64.48	c Try to convert by bdds
64.14/64.49	c D: 1
64.14/64.49	c estimatedAdderCost: 39
64.14/64.49	c Try to convert by bdds
64.24/64.51	c D: 1
64.24/64.51	c estimatedAdderCost: 39
64.24/64.51	c Try to convert by bdds
64.24/64.52	c D: 1
64.24/64.52	c estimatedAdderCost: 39
64.24/64.52	c Try to convert by bdds
64.24/64.54	c D: 1
64.24/64.54	c estimatedAdderCost: 39
64.24/64.54	c Try to convert by bdds
64.24/64.55	c D: 1
64.24/64.55	c estimatedAdderCost: 39
64.24/64.55	c Try to convert by bdds
64.24/64.57	c D: 1
64.24/64.57	c estimatedAdderCost: 39
64.24/64.57	c Try to convert by bdds
64.24/64.58	c D: 1
64.24/64.58	c estimatedAdderCost: 39
64.24/64.58	c Try to convert by bdds
64.34/64.60	c D: 1
64.34/64.60	c estimatedAdderCost: 39
64.34/64.60	c Try to convert by bdds
64.34/64.61	c D: 1
64.34/64.61	c estimatedAdderCost: 39
64.34/64.61	c Try to convert by bdds
64.34/64.63	c D: 1
64.34/64.63	c estimatedAdderCost: 39
64.34/64.63	c Try to convert by bdds
64.34/64.64	c D: 1
64.34/64.64	c estimatedAdderCost: 39
64.34/64.64	c Try to convert by bdds
64.34/64.66	c D: 1
64.34/64.66	c estimatedAdderCost: 39
64.34/64.66	c Try to convert by bdds
64.34/64.67	c D: 1
64.34/64.67	c estimatedAdderCost: 39
64.34/64.67	c Try to convert by bdds
64.34/64.69	c D: 1
64.34/64.69	c estimatedAdderCost: 39
64.34/64.69	c Try to convert by bdds
64.44/64.70	c D: 1
64.44/64.70	c estimatedAdderCost: 39
64.44/64.70	c Try to convert by bdds
64.44/64.72	c D: 1
64.44/64.72	c estimatedAdderCost: 39
64.44/64.72	c Try to convert by bdds
64.44/64.73	c D: 1
64.44/64.73	c estimatedAdderCost: 39
64.44/64.73	c Try to convert by bdds
64.44/64.75	c D: 1
64.44/64.75	c estimatedAdderCost: 39
64.44/64.75	c Try to convert by bdds
64.44/64.76	c D: 1
64.44/64.76	c estimatedAdderCost: 39
64.44/64.76	c Try to convert by bdds
64.44/64.78	c D: 1
64.44/64.78	c estimatedAdderCost: 39
64.44/64.78	c Try to convert by bdds
64.44/64.79	c D: 1
64.44/64.79	c estimatedAdderCost: 39
64.44/64.79	c Try to convert by bdds
64.54/64.81	c D: 1
64.54/64.81	c estimatedAdderCost: 39
64.54/64.81	c Try to convert by bdds
64.54/64.82	c D: 1
64.54/64.82	c estimatedAdderCost: 39
64.54/64.82	c Try to convert by bdds
64.54/64.84	c D: 1
64.54/64.84	c estimatedAdderCost: 39
64.54/64.84	c Try to convert by bdds
64.54/64.85	c D: 1
64.54/64.85	c estimatedAdderCost: 39
64.54/64.85	c Try to convert by bdds
64.54/64.87	c D: 1
64.54/64.87	c estimatedAdderCost: 39
64.54/64.87	c Try to convert by bdds
64.54/64.88	c D: 1
64.54/64.88	c estimatedAdderCost: 39
64.54/64.88	c Try to convert by bdds
64.64/64.90	c D: 1
64.64/64.90	c estimatedAdderCost: 39
64.64/64.90	c Try to convert by bdds
64.64/64.91	c D: 1
64.64/64.91	c estimatedAdderCost: 39
64.64/64.91	c Try to convert by bdds
64.64/64.93	c D: 1
64.64/64.93	c estimatedAdderCost: 39
64.64/64.93	c Try to convert by bdds
64.64/64.94	c D: 1
64.64/64.94	c estimatedAdderCost: 39
64.64/64.94	c Try to convert by bdds
64.64/64.96	c D: 1
64.64/64.96	c estimatedAdderCost: 39
64.64/64.96	c Try to convert by bdds
64.64/64.97	c D: 1
64.64/64.97	c estimatedAdderCost: 39
64.64/64.97	c Try to convert by bdds
64.64/64.99	c D: 1
64.64/64.99	c estimatedAdderCost: 39
64.64/64.99	c Try to convert by bdds
64.64/65.00	c D: 1
64.64/65.00	c estimatedAdderCost: 39
64.64/65.00	c Try to convert by bdds
64.75/65.02	c D: 1
64.75/65.02	c estimatedAdderCost: 39
64.75/65.02	c Try to convert by bdds
64.75/65.03	c D: 1
64.75/65.03	c estimatedAdderCost: 39
64.75/65.03	c Try to convert by bdds
64.75/65.05	c D: 1
64.75/65.05	c estimatedAdderCost: 39
64.75/65.05	c Try to convert by bdds
64.75/65.06	c D: 1
64.75/65.06	c estimatedAdderCost: 39
64.75/65.06	c Try to convert by bdds
64.75/65.08	c D: 1
64.75/65.08	c estimatedAdderCost: 39
64.75/65.08	c Try to convert by bdds
64.75/65.09	c D: 1
64.75/65.09	c estimatedAdderCost: 39
64.75/65.09	c Try to convert by bdds
64.75/65.11	c D: 1
64.75/65.11	c estimatedAdderCost: 39
64.75/65.11	c Try to convert by bdds
64.85/65.12	c D: 1
64.85/65.12	c estimatedAdderCost: 39
64.85/65.12	c Try to convert by bdds
64.85/65.13	c D: 1
64.85/65.13	c estimatedAdderCost: 39
64.85/65.13	c Try to convert by bdds
64.85/65.15	c D: 1
64.85/65.15	c estimatedAdderCost: 39
64.85/65.15	c Try to convert by bdds
64.85/65.16	c D: 1
64.85/65.16	c estimatedAdderCost: 39
64.85/65.16	c Try to convert by bdds
64.85/65.18	c D: 1
64.85/65.18	c estimatedAdderCost: 39
64.85/65.18	c Try to convert by bdds
64.85/65.19	c D: 1
64.85/65.19	c estimatedAdderCost: 39
64.85/65.19	c Try to convert by bdds
64.94/65.21	c D: 1
64.94/65.21	c estimatedAdderCost: 39
64.94/65.21	c Try to convert by bdds
64.94/65.22	c D: 1
64.94/65.22	c estimatedAdderCost: 39
64.94/65.22	c Try to convert by bdds
64.94/65.24	c D: 1
64.94/65.24	c estimatedAdderCost: 39
64.94/65.24	c Try to convert by bdds
64.94/65.25	c D: 1
64.94/65.25	c estimatedAdderCost: 39
64.94/65.25	c Try to convert by bdds
64.94/65.27	c D: 1
64.94/65.27	c estimatedAdderCost: 39
64.94/65.27	c Try to convert by bdds
64.94/65.28	c D: 1
64.94/65.28	c estimatedAdderCost: 39
64.94/65.28	c Try to convert by bdds
65.04/65.30	c D: 1
65.04/65.30	c estimatedAdderCost: 39
65.04/65.30	c Try to convert by bdds
65.04/65.31	c D: 1
65.04/65.31	c estimatedAdderCost: 39
65.04/65.31	c Try to convert by bdds
65.04/65.33	c D: 1
65.04/65.33	c estimatedAdderCost: 39
65.04/65.33	c Try to convert by bdds
65.04/65.34	c D: 1
65.04/65.34	c estimatedAdderCost: 39
65.04/65.34	c Try to convert by bdds
65.04/65.36	c D: 1
65.04/65.36	c estimatedAdderCost: 39
65.04/65.36	c Try to convert by bdds
65.04/65.37	c D: 1
65.04/65.37	c estimatedAdderCost: 39
65.04/65.37	c Try to convert by bdds
65.04/65.39	c D: 1
65.04/65.39	c estimatedAdderCost: 39
65.04/65.39	c Try to convert by bdds
65.14/65.40	c D: 1
65.14/65.40	c estimatedAdderCost: 39
65.14/65.40	c Try to convert by bdds
65.14/65.42	c D: 1
65.14/65.42	c estimatedAdderCost: 39
65.14/65.42	c Try to convert by bdds
65.14/65.43	c D: 1
65.14/65.43	c estimatedAdderCost: 39
65.14/65.43	c Try to convert by bdds
65.14/65.45	c D: 1
65.14/65.45	c estimatedAdderCost: 39
65.14/65.45	c Try to convert by bdds
65.14/65.46	c D: 1
65.14/65.46	c estimatedAdderCost: 39
65.14/65.46	c Try to convert by bdds
65.14/65.48	c D: 1
65.14/65.48	c estimatedAdderCost: 39
65.14/65.48	c Try to convert by bdds
65.14/65.49	c D: 1
65.14/65.49	c estimatedAdderCost: 39
65.14/65.49	c Try to convert by bdds
65.24/65.51	c D: 1
65.24/65.51	c estimatedAdderCost: 39
65.24/65.51	c Try to convert by bdds
65.24/65.52	c D: 1
65.24/65.52	c estimatedAdderCost: 39
65.24/65.52	c Try to convert by bdds
65.24/65.53	c D: 1
65.24/65.53	c estimatedAdderCost: 39
65.24/65.53	c Try to convert by bdds
65.24/65.55	c D: 1
65.24/65.55	c estimatedAdderCost: 39
65.24/65.55	c Try to convert by bdds
65.24/65.56	c D: 1
65.24/65.56	c estimatedAdderCost: 39
65.24/65.56	c Try to convert by bdds
65.24/65.58	c D: 1
65.24/65.58	c estimatedAdderCost: 39
65.24/65.58	c Try to convert by bdds
65.24/65.59	c D: 1
65.24/65.59	c estimatedAdderCost: 39
65.24/65.59	c Try to convert by bdds
65.34/65.61	c D: 1
65.34/65.61	c estimatedAdderCost: 39
65.34/65.61	c Try to convert by bdds
65.34/65.62	c D: 1
65.34/65.62	c estimatedAdderCost: 39
65.34/65.62	c Try to convert by bdds
65.34/65.64	c D: 1
65.34/65.64	c estimatedAdderCost: 39
65.34/65.64	c Try to convert by bdds
65.34/65.65	c D: 1
65.34/65.65	c estimatedAdderCost: 39
65.34/65.65	c Try to convert by bdds
65.34/65.67	c D: 1
65.34/65.67	c estimatedAdderCost: 39
65.34/65.67	c Try to convert by bdds
65.34/65.68	c D: 1
65.34/65.68	c estimatedAdderCost: 39
65.34/65.68	c Try to convert by bdds
65.44/65.70	c D: 1
65.44/65.70	c estimatedAdderCost: 39
65.44/65.70	c Try to convert by bdds
65.44/65.71	c D: 1
65.44/65.71	c estimatedAdderCost: 39
65.44/65.71	c Try to convert by bdds
65.44/65.73	c D: 1
65.44/65.73	c estimatedAdderCost: 39
65.44/65.73	c Try to convert by bdds
65.44/65.74	c D: 1
65.44/65.74	c estimatedAdderCost: 39
65.44/65.74	c Try to convert by bdds
65.44/65.76	c D: 1
65.44/65.76	c estimatedAdderCost: 39
65.44/65.76	c Try to convert by bdds
65.44/65.77	c D: 1
65.44/65.77	c estimatedAdderCost: 39
65.44/65.77	c Try to convert by bdds
65.44/65.79	c D: 1
65.44/65.79	c estimatedAdderCost: 30
65.44/65.79	c Try to convert by bdds
65.54/65.80	c D: 1
65.54/65.80	c estimatedAdderCost: 30
65.54/65.80	c Try to convert by bdds
65.54/65.81	c D: 1
65.54/65.81	c estimatedAdderCost: 30
65.54/65.81	c Try to convert by bdds
65.54/65.82	c D: 1
65.54/65.82	c estimatedAdderCost: 30
65.54/65.82	c Try to convert by bdds
65.54/65.83	c D: 1
65.54/65.83	c estimatedAdderCost: 30
65.54/65.83	c Try to convert by bdds
65.54/65.84	c D: 1
65.54/65.84	c estimatedAdderCost: 30
65.54/65.84	c Try to convert by bdds
65.54/65.85	c D: 1
65.54/65.85	c estimatedAdderCost: 30
65.54/65.85	c Try to convert by bdds
65.54/65.86	c D: 1
65.54/65.86	c estimatedAdderCost: 30
65.54/65.86	c Try to convert by bdds
65.54/65.87	c D: 1
65.54/65.87	c estimatedAdderCost: 30
65.54/65.87	c Try to convert by bdds
65.54/65.88	c D: 1
65.54/65.88	c estimatedAdderCost: 30
65.54/65.88	c Try to convert by bdds
65.54/65.89	c D: 1
65.54/65.89	c estimatedAdderCost: 30
65.54/65.89	c Try to convert by bdds
65.54/65.90	c D: 1
65.54/65.90	c estimatedAdderCost: 39
65.54/65.90	c Try to convert by bdds
65.64/65.91	c D: 1
65.64/65.91	c estimatedAdderCost: 39
65.64/65.91	c Try to convert by bdds
65.64/65.92	c D: 1
65.64/65.92	c estimatedAdderCost: 39
65.64/65.92	c Try to convert by bdds
65.64/65.94	c D: 1
65.64/65.94	c estimatedAdderCost: 39
65.64/65.94	c Try to convert by bdds
65.64/65.95	c D: 1
65.64/65.95	c estimatedAdderCost: 39
65.64/65.95	c Try to convert by bdds
65.64/65.97	c D: 1
65.64/65.97	c estimatedAdderCost: 39
65.64/65.97	c Try to convert by bdds
65.64/65.98	c D: 1
65.64/65.98	c estimatedAdderCost: 39
65.64/65.98	c Try to convert by bdds
65.64/66.00	c D: 1
65.64/66.00	c estimatedAdderCost: 39
65.64/66.00	c Try to convert by bdds
65.75/66.01	c D: 1
65.75/66.01	c estimatedAdderCost: 39
65.75/66.01	c Try to convert by bdds
65.75/66.03	c D: 1
65.75/66.03	c estimatedAdderCost: 39
65.75/66.03	c Try to convert by bdds
65.75/66.04	c D: 1
65.75/66.04	c estimatedAdderCost: 39
65.75/66.04	c Try to convert by bdds
65.75/66.06	c D: 1
65.75/66.06	c estimatedAdderCost: 39
65.75/66.06	c Try to convert by bdds
65.75/66.07	c D: 1
65.75/66.07	c estimatedAdderCost: 39
65.75/66.07	c Try to convert by bdds
65.75/66.09	c D: 1
65.75/66.09	c estimatedAdderCost: 39
65.75/66.09	c Try to convert by bdds
65.75/66.10	c D: 1
65.75/66.10	c estimatedAdderCost: 39
65.75/66.10	c Try to convert by bdds
65.85/66.12	c D: 1
65.85/66.12	c estimatedAdderCost: 39
65.85/66.12	c Try to convert by bdds
65.85/66.13	c D: 1
65.85/66.13	c estimatedAdderCost: 39
65.85/66.13	c Try to convert by bdds
65.85/66.15	c D: 1
65.85/66.15	c estimatedAdderCost: 39
65.85/66.15	c Try to convert by bdds
65.85/66.16	c D: 1
65.85/66.16	c estimatedAdderCost: 39
65.85/66.16	c Try to convert by bdds
65.85/66.18	c D: 1
65.85/66.18	c estimatedAdderCost: 39
65.85/66.18	c Try to convert by bdds
65.85/66.19	c D: 1
65.85/66.19	c estimatedAdderCost: 39
65.85/66.19	c Try to convert by bdds
65.94/66.21	c D: 1
65.94/66.21	c estimatedAdderCost: 39
65.94/66.21	c Try to convert by bdds
65.94/66.22	c D: 1
65.94/66.22	c estimatedAdderCost: 39
65.94/66.22	c Try to convert by bdds
65.94/66.24	c D: 1
65.94/66.24	c estimatedAdderCost: 39
65.94/66.24	c Try to convert by bdds
65.94/66.25	c D: 1
65.94/66.25	c estimatedAdderCost: 39
65.94/66.25	c Try to convert by bdds
65.94/66.27	c D: 1
65.94/66.27	c estimatedAdderCost: 39
65.94/66.27	c Try to convert by bdds
65.94/66.28	c D: 1
65.94/66.28	c estimatedAdderCost: 39
65.94/66.28	c Try to convert by bdds
65.94/66.29	c D: 1
65.94/66.29	c estimatedAdderCost: 39
65.94/66.29	c Try to convert by bdds
66.04/66.31	c D: 1
66.04/66.31	c estimatedAdderCost: 39
66.04/66.31	c Try to convert by bdds
66.04/66.32	c D: 1
66.04/66.32	c estimatedAdderCost: 39
66.04/66.32	c Try to convert by bdds
66.04/66.34	c D: 1
66.04/66.34	c estimatedAdderCost: 39
66.04/66.34	c Try to convert by bdds
66.04/66.35	c D: 1
66.04/66.35	c estimatedAdderCost: 39
66.04/66.35	c Try to convert by bdds
66.04/66.37	c D: 1
66.04/66.37	c estimatedAdderCost: 39
66.04/66.37	c Try to convert by bdds
66.04/66.38	c D: 1
66.04/66.38	c estimatedAdderCost: 39
66.04/66.38	c Try to convert by bdds
66.14/66.40	c D: 1
66.14/66.40	c estimatedAdderCost: 39
66.14/66.40	c Try to convert by bdds
66.14/66.41	c D: 1
66.14/66.41	c estimatedAdderCost: 39
66.14/66.41	c Try to convert by bdds
66.14/66.43	c D: 1
66.14/66.43	c estimatedAdderCost: 39
66.14/66.43	c Try to convert by bdds
66.14/66.44	c D: 1
66.14/66.44	c estimatedAdderCost: 39
66.14/66.44	c Try to convert by bdds
66.14/66.46	c D: 1
66.14/66.46	c estimatedAdderCost: 39
66.14/66.46	c Try to convert by bdds
66.14/66.47	c D: 1
66.14/66.47	c estimatedAdderCost: 39
66.14/66.47	c Try to convert by bdds
66.14/66.49	c D: 1
66.14/66.49	c estimatedAdderCost: 39
66.14/66.49	c Try to convert by bdds
66.24/66.50	c D: 1
66.24/66.50	c estimatedAdderCost: 39
66.24/66.50	c Try to convert by bdds
66.24/66.52	c D: 1
66.24/66.52	c estimatedAdderCost: 39
66.24/66.52	c Try to convert by bdds
66.24/66.53	c D: 1
66.24/66.53	c estimatedAdderCost: 39
66.24/66.53	c Try to convert by bdds
66.24/66.55	c D: 1
66.24/66.55	c estimatedAdderCost: 39
66.24/66.55	c Try to convert by bdds
66.24/66.56	c D: 1
66.24/66.56	c estimatedAdderCost: 39
66.24/66.56	c Try to convert by bdds
66.24/66.58	c D: 1
66.24/66.58	c estimatedAdderCost: 39
66.24/66.58	c Try to convert by bdds
66.24/66.59	c D: 1
66.24/66.59	c estimatedAdderCost: 39
66.24/66.59	c Try to convert by bdds
66.34/66.61	c D: 1
66.34/66.61	c estimatedAdderCost: 39
66.34/66.61	c Try to convert by bdds
66.34/66.62	c D: 1
66.34/66.62	c estimatedAdderCost: 39
66.34/66.62	c Try to convert by bdds
66.34/66.64	c D: 1
66.34/66.64	c estimatedAdderCost: 39
66.34/66.64	c Try to convert by bdds
66.34/66.65	c D: 1
66.34/66.65	c estimatedAdderCost: 39
66.34/66.65	c Try to convert by bdds
66.34/66.67	c D: 1
66.34/66.67	c estimatedAdderCost: 39
66.34/66.67	c Try to convert by bdds
66.34/66.68	c D: 1
66.34/66.68	c estimatedAdderCost: 39
66.34/66.68	c Try to convert by bdds
66.34/66.70	c D: 1
66.34/66.70	c estimatedAdderCost: 39
66.34/66.70	c Try to convert by bdds
66.44/66.71	c D: 1
66.44/66.71	c estimatedAdderCost: 39
66.44/66.71	c Try to convert by bdds
66.44/66.72	c D: 1
66.44/66.72	c estimatedAdderCost: 39
66.44/66.72	c Try to convert by bdds
66.44/66.74	c D: 1
66.44/66.74	c estimatedAdderCost: 39
66.44/66.74	c Try to convert by bdds
66.44/66.75	c D: 1
66.44/66.75	c estimatedAdderCost: 39
66.44/66.75	c Try to convert by bdds
66.44/66.77	c D: 1
66.44/66.77	c estimatedAdderCost: 39
66.44/66.77	c Try to convert by bdds
66.44/66.78	c D: 1
66.44/66.78	c estimatedAdderCost: 39
66.44/66.78	c Try to convert by bdds
66.53/66.80	c D: 1
66.53/66.80	c estimatedAdderCost: 39
66.53/66.80	c Try to convert by bdds
66.53/66.81	c D: 1
66.53/66.81	c estimatedAdderCost: 39
66.53/66.81	c Try to convert by bdds
66.53/66.83	c D: 1
66.53/66.83	c estimatedAdderCost: 39
66.53/66.83	c Try to convert by bdds
66.53/66.84	c D: 1
66.53/66.84	c estimatedAdderCost: 39
66.53/66.84	c Try to convert by bdds
66.53/66.86	c D: 1
66.53/66.86	c estimatedAdderCost: 39
66.53/66.86	c Try to convert by bdds
66.53/66.87	c D: 1
66.53/66.87	c estimatedAdderCost: 39
66.53/66.87	c Try to convert by bdds
66.53/66.89	c D: 1
66.53/66.89	c estimatedAdderCost: 39
66.53/66.89	c Try to convert by bdds
66.63/66.90	c D: 1
66.63/66.90	c estimatedAdderCost: 39
66.63/66.90	c Try to convert by bdds
66.63/66.92	c D: 1
66.63/66.92	c estimatedAdderCost: 39
66.63/66.92	c Try to convert by bdds
66.63/66.93	c D: 1
66.63/66.93	c estimatedAdderCost: 39
66.63/66.93	c Try to convert by bdds
66.63/66.95	c D: 1
66.63/66.95	c estimatedAdderCost: 39
66.63/66.95	c Try to convert by bdds
66.63/66.96	c D: 1
66.63/66.96	c estimatedAdderCost: 39
66.63/66.96	c Try to convert by bdds
66.63/66.98	c D: 1
66.63/66.98	c estimatedAdderCost: 39
66.63/66.98	c Try to convert by bdds
66.63/66.99	c D: 1
66.63/66.99	c estimatedAdderCost: 39
66.63/66.99	c Try to convert by bdds
66.63/67.01	c D: 1
66.63/67.01	c estimatedAdderCost: 39
66.63/67.01	c Try to convert by bdds
66.75/67.02	c D: 1
66.75/67.02	c estimatedAdderCost: 39
66.75/67.02	c Try to convert by bdds
66.75/67.04	c D: 1
66.75/67.04	c estimatedAdderCost: 39
66.75/67.04	c Try to convert by bdds
66.75/67.05	c D: 1
66.75/67.05	c estimatedAdderCost: 39
66.75/67.05	c Try to convert by bdds
66.75/67.07	c D: 1
66.75/67.07	c estimatedAdderCost: 39
66.75/67.07	c Try to convert by bdds
66.75/67.08	c D: 1
66.75/67.08	c estimatedAdderCost: 39
66.75/67.08	c Try to convert by bdds
66.75/67.10	c D: 1
66.75/67.10	c estimatedAdderCost: 39
66.75/67.10	c Try to convert by bdds
66.85/67.11	c D: 1
66.85/67.11	c estimatedAdderCost: 39
66.85/67.11	c Try to convert by bdds
66.85/67.13	c D: 1
66.85/67.13	c estimatedAdderCost: 39
66.85/67.13	c Try to convert by bdds
66.85/67.14	c D: 1
66.85/67.14	c estimatedAdderCost: 39
66.85/67.14	c Try to convert by bdds
66.85/67.16	c D: 1
66.85/67.16	c estimatedAdderCost: 39
66.85/67.16	c Try to convert by bdds
66.85/67.17	c D: 1
66.85/67.17	c estimatedAdderCost: 39
66.85/67.17	c Try to convert by bdds
66.85/67.19	c D: 1
66.85/67.19	c estimatedAdderCost: 39
66.85/67.19	c Try to convert by bdds
66.93/67.20	c D: 1
66.93/67.20	c estimatedAdderCost: 39
66.93/67.20	c Try to convert by bdds
66.93/67.22	c D: 1
66.93/67.22	c estimatedAdderCost: 39
66.93/67.22	c Try to convert by bdds
66.93/67.23	c D: 1
66.93/67.23	c estimatedAdderCost: 39
66.93/67.23	c Try to convert by bdds
66.93/67.24	c D: 1
66.93/67.24	c estimatedAdderCost: 39
66.93/67.24	c Try to convert by bdds
66.93/67.26	c D: 1
66.93/67.26	c estimatedAdderCost: 39
66.93/67.26	c Try to convert by bdds
66.93/67.27	c D: 1
66.93/67.27	c estimatedAdderCost: 39
66.93/67.27	c Try to convert by bdds
66.93/67.29	c D: 1
66.93/67.29	c estimatedAdderCost: 39
66.93/67.29	c Try to convert by bdds
67.03/67.30	c D: 1
67.03/67.30	c estimatedAdderCost: 39
67.03/67.30	c Try to convert by bdds
67.03/67.32	c D: 1
67.03/67.32	c estimatedAdderCost: 39
67.03/67.32	c Try to convert by bdds
67.03/67.33	c D: 1
67.03/67.33	c estimatedAdderCost: 39
67.03/67.33	c Try to convert by bdds
67.03/67.35	c D: 1
67.03/67.35	c estimatedAdderCost: 39
67.03/67.35	c Try to convert by bdds
67.03/67.36	c D: 1
67.03/67.36	c estimatedAdderCost: 30
67.03/67.36	c Try to convert by bdds
67.03/67.37	c D: 1
67.03/67.37	c estimatedAdderCost: 30
67.03/67.37	c Try to convert by bdds
67.03/67.38	c D: 1
67.03/67.38	c estimatedAdderCost: 30
67.03/67.38	c Try to convert by bdds
67.03/67.39	c D: 1
67.03/67.39	c estimatedAdderCost: 30
67.03/67.39	c Try to convert by bdds
67.13/67.40	c D: 1
67.13/67.40	c estimatedAdderCost: 30
67.13/67.40	c Try to convert by bdds
67.13/67.41	c D: 1
67.13/67.41	c estimatedAdderCost: 30
67.13/67.41	c Try to convert by bdds
67.13/67.42	c D: 1
67.13/67.42	c estimatedAdderCost: 30
67.13/67.42	c Try to convert by bdds
67.13/67.43	c D: 1
67.13/67.43	c estimatedAdderCost: 30
67.13/67.43	c Try to convert by bdds
67.13/67.44	c D: 1
67.13/67.44	c estimatedAdderCost: 30
67.13/67.44	c Try to convert by bdds
67.13/67.45	c D: 1
67.13/67.45	c estimatedAdderCost: 30
67.13/67.45	c Try to convert by bdds
67.13/67.46	c D: 1
67.13/67.46	c estimatedAdderCost: 30
67.13/67.46	c Try to convert by bdds
67.13/67.47	c D: 1
67.13/67.47	c estimatedAdderCost: 30
67.13/67.47	c Try to convert by bdds
67.13/67.48	c D: 1
67.13/67.48	c estimatedAdderCost: 39
67.13/67.48	c Try to convert by bdds
67.23/67.50	c D: 1
67.23/67.50	c estimatedAdderCost: 39
67.23/67.50	c Try to convert by bdds
67.23/67.51	c D: 1
67.23/67.51	c estimatedAdderCost: 39
67.23/67.51	c Try to convert by bdds
67.23/67.53	c D: 1
67.23/67.53	c estimatedAdderCost: 39
67.23/67.53	c Try to convert by bdds
67.23/67.54	c D: 1
67.23/67.54	c estimatedAdderCost: 39
67.23/67.54	c Try to convert by bdds
67.23/67.56	c D: 1
67.23/67.56	c estimatedAdderCost: 39
67.23/67.56	c Try to convert by bdds
67.23/67.57	c D: 1
67.23/67.57	c estimatedAdderCost: 39
67.23/67.57	c Try to convert by bdds
67.23/67.59	c D: 1
67.23/67.59	c estimatedAdderCost: 39
67.23/67.59	c Try to convert by bdds
67.33/67.60	c D: 1
67.33/67.60	c estimatedAdderCost: 39
67.33/67.60	c Try to convert by bdds
67.33/67.62	c D: 1
67.33/67.62	c estimatedAdderCost: 39
67.33/67.62	c Try to convert by bdds
67.33/67.63	c D: 1
67.33/67.63	c estimatedAdderCost: 39
67.33/67.63	c Try to convert by bdds
67.33/67.65	c D: 1
67.33/67.65	c estimatedAdderCost: 39
67.33/67.65	c Try to convert by bdds
67.33/67.66	c D: 1
67.33/67.66	c estimatedAdderCost: 39
67.33/67.66	c Try to convert by bdds
67.33/67.68	c D: 1
67.33/67.68	c estimatedAdderCost: 39
67.33/67.68	c Try to convert by bdds
67.33/67.69	c D: 1
67.33/67.69	c estimatedAdderCost: 39
67.33/67.69	c Try to convert by bdds
67.43/67.71	c D: 1
67.43/67.71	c estimatedAdderCost: 39
67.43/67.71	c Try to convert by bdds
67.43/67.72	c D: 1
67.43/67.72	c estimatedAdderCost: 39
67.43/67.72	c Try to convert by bdds
67.43/67.74	c D: 1
67.43/67.74	c estimatedAdderCost: 39
67.43/67.74	c Try to convert by bdds
67.43/67.75	c D: 1
67.43/67.75	c estimatedAdderCost: 39
67.43/67.75	c Try to convert by bdds
67.43/67.77	c D: 1
67.43/67.77	c estimatedAdderCost: 39
67.43/67.77	c Try to convert by bdds
67.43/67.78	c D: 1
67.43/67.78	c estimatedAdderCost: 39
67.43/67.78	c Try to convert by bdds
67.43/67.79	c D: 1
67.43/67.79	c estimatedAdderCost: 39
67.43/67.79	c Try to convert by bdds
67.53/67.81	c D: 1
67.53/67.81	c estimatedAdderCost: 39
67.53/67.81	c Try to convert by bdds
67.53/67.82	c D: 1
67.53/67.82	c estimatedAdderCost: 39
67.53/67.82	c Try to convert by bdds
67.53/67.84	c D: 1
67.53/67.84	c estimatedAdderCost: 39
67.53/67.84	c Try to convert by bdds
67.53/67.85	c D: 1
67.53/67.85	c estimatedAdderCost: 39
67.53/67.85	c Try to convert by bdds
67.53/67.87	c D: 1
67.53/67.87	c estimatedAdderCost: 39
67.53/67.87	c Try to convert by bdds
67.53/67.88	c D: 1
67.53/67.88	c estimatedAdderCost: 39
67.53/67.88	c Try to convert by bdds
67.63/67.90	c D: 1
67.63/67.90	c estimatedAdderCost: 39
67.63/67.90	c Try to convert by bdds
67.63/67.91	c D: 1
67.63/67.91	c estimatedAdderCost: 39
67.63/67.91	c Try to convert by bdds
67.63/67.93	c D: 1
67.63/67.93	c estimatedAdderCost: 39
67.63/67.93	c Try to convert by bdds
67.63/67.94	c D: 1
67.63/67.94	c estimatedAdderCost: 39
67.63/67.94	c Try to convert by bdds
67.63/67.96	c D: 1
67.63/67.96	c estimatedAdderCost: 39
67.63/67.96	c Try to convert by bdds
67.63/67.97	c D: 1
67.63/67.97	c estimatedAdderCost: 39
67.63/67.97	c Try to convert by bdds
67.63/67.99	c D: 1
67.63/67.99	c estimatedAdderCost: 39
67.63/67.99	c Try to convert by bdds
67.63/68.00	c D: 1
67.63/68.00	c estimatedAdderCost: 39
67.63/68.00	c Try to convert by bdds
67.74/68.02	c D: 1
67.74/68.02	c estimatedAdderCost: 39
67.74/68.02	c Try to convert by bdds
67.74/68.03	c D: 1
67.74/68.03	c estimatedAdderCost: 39
67.74/68.03	c Try to convert by bdds
67.74/68.05	c D: 1
67.74/68.05	c estimatedAdderCost: 39
67.74/68.05	c Try to convert by bdds
67.74/68.06	c D: 1
67.74/68.06	c estimatedAdderCost: 39
67.74/68.06	c Try to convert by bdds
67.74/68.08	c D: 1
67.74/68.08	c estimatedAdderCost: 39
67.74/68.08	c Try to convert by bdds
67.74/68.09	c D: 1
67.74/68.09	c estimatedAdderCost: 39
67.74/68.09	c Try to convert by bdds
67.74/68.11	c D: 1
67.74/68.11	c estimatedAdderCost: 39
67.74/68.11	c Try to convert by bdds
67.84/68.12	c D: 1
67.84/68.12	c estimatedAdderCost: 39
67.84/68.12	c Try to convert by bdds
67.84/68.14	c D: 1
67.84/68.14	c estimatedAdderCost: 39
67.84/68.14	c Try to convert by bdds
67.84/68.15	c D: 1
67.84/68.15	c estimatedAdderCost: 39
67.84/68.15	c Try to convert by bdds
67.84/68.17	c D: 1
67.84/68.17	c estimatedAdderCost: 39
67.84/68.17	c Try to convert by bdds
67.84/68.18	c D: 1
67.84/68.18	c estimatedAdderCost: 39
67.84/68.18	c Try to convert by bdds
67.93/68.20	c D: 1
67.93/68.20	c estimatedAdderCost: 39
67.93/68.20	c Try to convert by bdds
67.93/68.21	c D: 1
67.93/68.21	c estimatedAdderCost: 39
67.93/68.21	c Try to convert by bdds
67.93/68.23	c D: 1
67.93/68.23	c estimatedAdderCost: 39
67.93/68.23	c Try to convert by bdds
67.93/68.24	c D: 1
67.93/68.24	c estimatedAdderCost: 39
67.93/68.24	c Try to convert by bdds
67.93/68.26	c D: 1
67.93/68.26	c estimatedAdderCost: 39
67.93/68.26	c Try to convert by bdds
67.93/68.27	c D: 1
67.93/68.27	c estimatedAdderCost: 39
67.93/68.27	c Try to convert by bdds
67.93/68.29	c D: 1
67.93/68.29	c estimatedAdderCost: 39
67.93/68.29	c Try to convert by bdds
68.03/68.30	c D: 1
68.03/68.30	c estimatedAdderCost: 39
68.03/68.30	c Try to convert by bdds
68.03/68.32	c D: 1
68.03/68.32	c estimatedAdderCost: 39
68.03/68.32	c Try to convert by bdds
68.03/68.33	c D: 1
68.03/68.33	c estimatedAdderCost: 39
68.03/68.33	c Try to convert by bdds
68.03/68.35	c D: 1
68.03/68.35	c estimatedAdderCost: 39
68.03/68.35	c Try to convert by bdds
68.03/68.36	c D: 1
68.03/68.36	c estimatedAdderCost: 39
68.03/68.36	c Try to convert by bdds
68.03/68.37	c D: 1
68.03/68.37	c estimatedAdderCost: 39
68.03/68.37	c Try to convert by bdds
68.03/68.39	c D: 1
68.03/68.39	c estimatedAdderCost: 39
68.03/68.39	c Try to convert by bdds
68.13/68.40	c D: 1
68.13/68.40	c estimatedAdderCost: 39
68.13/68.40	c Try to convert by bdds
68.13/68.42	c D: 1
68.13/68.42	c estimatedAdderCost: 39
68.13/68.42	c Try to convert by bdds
68.13/68.43	c D: 1
68.13/68.43	c estimatedAdderCost: 39
68.13/68.43	c Try to convert by bdds
68.13/68.45	c D: 1
68.13/68.45	c estimatedAdderCost: 39
68.13/68.45	c Try to convert by bdds
68.13/68.46	c D: 1
68.13/68.46	c estimatedAdderCost: 39
68.13/68.46	c Try to convert by bdds
68.13/68.48	c D: 1
68.13/68.48	c estimatedAdderCost: 39
68.13/68.48	c Try to convert by bdds
68.13/68.49	c D: 1
68.13/68.49	c estimatedAdderCost: 39
68.13/68.49	c Try to convert by bdds
68.23/68.51	c D: 1
68.23/68.51	c estimatedAdderCost: 39
68.23/68.51	c Try to convert by bdds
68.23/68.52	c D: 1
68.23/68.52	c estimatedAdderCost: 39
68.23/68.52	c Try to convert by bdds
68.23/68.54	c D: 1
68.23/68.54	c estimatedAdderCost: 39
68.23/68.54	c Try to convert by bdds
68.23/68.55	c D: 1
68.23/68.55	c estimatedAdderCost: 39
68.23/68.55	c Try to convert by bdds
68.23/68.57	c D: 1
68.23/68.57	c estimatedAdderCost: 39
68.23/68.57	c Try to convert by bdds
68.23/68.58	c D: 1
68.23/68.58	c estimatedAdderCost: 39
68.23/68.58	c Try to convert by bdds
68.33/68.60	c D: 1
68.33/68.60	c estimatedAdderCost: 39
68.33/68.60	c Try to convert by bdds
68.33/68.61	c D: 1
68.33/68.61	c estimatedAdderCost: 39
68.33/68.61	c Try to convert by bdds
68.33/68.63	c D: 1
68.33/68.63	c estimatedAdderCost: 39
68.33/68.63	c Try to convert by bdds
68.33/68.64	c D: 1
68.33/68.64	c estimatedAdderCost: 39
68.33/68.64	c Try to convert by bdds
68.33/68.66	c D: 1
68.33/68.66	c estimatedAdderCost: 39
68.33/68.66	c Try to convert by bdds
68.33/68.67	c D: 1
68.33/68.67	c estimatedAdderCost: 39
68.33/68.67	c Try to convert by bdds
68.33/68.69	c D: 1
68.33/68.69	c estimatedAdderCost: 39
68.33/68.69	c Try to convert by bdds
68.43/68.70	c D: 1
68.43/68.70	c estimatedAdderCost: 39
68.43/68.70	c Try to convert by bdds
68.43/68.72	c D: 1
68.43/68.72	c estimatedAdderCost: 39
68.43/68.72	c Try to convert by bdds
68.43/68.73	c D: 1
68.43/68.73	c estimatedAdderCost: 39
68.43/68.73	c Try to convert by bdds
68.43/68.75	c D: 1
68.43/68.75	c estimatedAdderCost: 39
68.43/68.75	c Try to convert by bdds
68.43/68.76	c D: 1
68.43/68.76	c estimatedAdderCost: 39
68.43/68.76	c Try to convert by bdds
68.43/68.78	c D: 1
68.43/68.78	c estimatedAdderCost: 39
68.43/68.78	c Try to convert by bdds
68.43/68.79	c D: 1
68.43/68.79	c estimatedAdderCost: 39
68.43/68.79	c Try to convert by bdds
68.53/68.81	c D: 1
68.53/68.81	c estimatedAdderCost: 39
68.53/68.81	c Try to convert by bdds
68.53/68.82	c D: 1
68.53/68.82	c estimatedAdderCost: 39
68.53/68.82	c Try to convert by bdds
68.53/68.84	c D: 1
68.53/68.84	c estimatedAdderCost: 39
68.53/68.84	c Try to convert by bdds
68.53/68.85	c D: 1
68.53/68.85	c estimatedAdderCost: 39
68.53/68.85	c Try to convert by bdds
68.53/68.87	c D: 1
68.53/68.87	c estimatedAdderCost: 39
68.53/68.87	c Try to convert by bdds
68.53/68.88	c D: 1
68.53/68.88	c estimatedAdderCost: 39
68.53/68.88	c Try to convert by bdds
68.53/68.90	c D: 1
68.53/68.90	c estimatedAdderCost: 39
68.53/68.90	c Try to convert by bdds
68.63/68.91	c D: 1
68.63/68.91	c estimatedAdderCost: 39
68.63/68.91	c Try to convert by bdds
68.63/68.92	c D: 1
68.63/68.92	c estimatedAdderCost: 39
68.63/68.92	c Try to convert by bdds
68.63/68.94	c D: 1
68.63/68.94	c estimatedAdderCost: 39
68.63/68.94	c Try to convert by bdds
68.63/68.95	c D: 1
68.63/68.95	c estimatedAdderCost: 39
68.63/68.95	c Try to convert by bdds
68.63/68.97	c D: 1
68.63/68.97	c estimatedAdderCost: 39
68.63/68.97	c Try to convert by bdds
68.63/68.98	c D: 1
68.63/68.98	c estimatedAdderCost: 39
68.63/68.98	c Try to convert by bdds
68.63/69.00	c D: 1
68.63/69.00	c estimatedAdderCost: 30
68.63/69.00	c Try to convert by bdds
68.74/69.01	c D: 1
68.74/69.01	c estimatedAdderCost: 30
68.74/69.01	c Try to convert by bdds
68.74/69.02	c D: 1
68.74/69.02	c estimatedAdderCost: 30
68.74/69.02	c Try to convert by bdds
68.74/69.03	c D: 1
68.74/69.03	c estimatedAdderCost: 30
68.74/69.03	c Try to convert by bdds
68.74/69.04	c D: 1
68.74/69.04	c estimatedAdderCost: 30
68.74/69.04	c Try to convert by bdds
68.74/69.05	c D: 1
68.74/69.05	c estimatedAdderCost: 30
68.74/69.05	c Try to convert by bdds
68.74/69.06	c D: 1
68.74/69.06	c estimatedAdderCost: 30
68.74/69.06	c Try to convert by bdds
68.74/69.07	c D: 1
68.74/69.07	c estimatedAdderCost: 30
68.74/69.07	c Try to convert by bdds
68.74/69.08	c D: 1
68.74/69.08	c estimatedAdderCost: 30
68.74/69.08	c Try to convert by bdds
68.74/69.09	c D: 1
68.74/69.09	c estimatedAdderCost: 30
68.74/69.09	c Try to convert by bdds
68.74/69.10	c D: 1
68.74/69.10	c estimatedAdderCost: 30
68.74/69.10	c Try to convert by bdds
68.84/69.11	c D: 1
68.84/69.11	c estimatedAdderCost: 30
68.84/69.11	c Try to convert by bdds
68.84/69.12	c D: 1
68.84/69.12	c estimatedAdderCost: 30
68.84/69.12	c Try to convert by bdds
68.84/69.13	c D: 1
68.84/69.13	c estimatedAdderCost: 39
68.84/69.13	c Try to convert by bdds
68.84/69.14	c D: 1
68.84/69.14	c estimatedAdderCost: 39
68.84/69.14	c Try to convert by bdds
68.84/69.16	c D: 1
68.84/69.16	c estimatedAdderCost: 39
68.84/69.16	c Try to convert by bdds
68.84/69.17	c D: 1
68.84/69.17	c estimatedAdderCost: 39
68.84/69.17	c Try to convert by bdds
68.84/69.19	c D: 1
68.84/69.19	c estimatedAdderCost: 39
68.84/69.19	c Try to convert by bdds
68.93/69.20	c D: 1
68.93/69.20	c estimatedAdderCost: 39
68.93/69.20	c Try to convert by bdds
68.93/69.22	c D: 1
68.93/69.22	c estimatedAdderCost: 39
68.93/69.22	c Try to convert by bdds
68.93/69.23	c D: 1
68.93/69.23	c estimatedAdderCost: 39
68.93/69.23	c Try to convert by bdds
68.93/69.25	c D: 1
68.93/69.25	c estimatedAdderCost: 39
68.93/69.25	c Try to convert by bdds
68.93/69.26	c D: 1
68.93/69.26	c estimatedAdderCost: 39
68.93/69.26	c Try to convert by bdds
68.93/69.28	c D: 1
68.93/69.28	c estimatedAdderCost: 39
68.93/69.28	c Try to convert by bdds
68.93/69.29	c D: 1
68.93/69.29	c estimatedAdderCost: 39
68.93/69.29	c Try to convert by bdds
69.02/69.31	c D: 1
69.02/69.31	c estimatedAdderCost: 39
69.02/69.31	c Try to convert by bdds
69.02/69.32	c D: 1
69.02/69.32	c estimatedAdderCost: 39
69.02/69.32	c Try to convert by bdds
69.02/69.34	c D: 1
69.02/69.34	c estimatedAdderCost: 39
69.02/69.34	c Try to convert by bdds
69.02/69.35	c D: 1
69.02/69.35	c estimatedAdderCost: 39
69.02/69.35	c Try to convert by bdds
69.02/69.37	c D: 1
69.02/69.37	c estimatedAdderCost: 39
69.02/69.37	c Try to convert by bdds
69.02/69.38	c D: 1
69.02/69.38	c estimatedAdderCost: 39
69.02/69.38	c Try to convert by bdds
69.02/69.39	c D: 1
69.02/69.39	c estimatedAdderCost: 39
69.02/69.39	c Try to convert by bdds
69.12/69.41	c D: 1
69.12/69.41	c estimatedAdderCost: 39
69.12/69.41	c Try to convert by bdds
69.12/69.42	c D: 1
69.12/69.42	c estimatedAdderCost: 39
69.12/69.42	c Try to convert by bdds
69.12/69.44	c D: 1
69.12/69.44	c estimatedAdderCost: 39
69.12/69.44	c Try to convert by bdds
69.12/69.45	c D: 1
69.12/69.45	c estimatedAdderCost: 39
69.12/69.45	c Try to convert by bdds
69.12/69.47	c D: 1
69.12/69.47	c estimatedAdderCost: 39
69.12/69.47	c Try to convert by bdds
69.12/69.48	c D: 1
69.12/69.48	c estimatedAdderCost: 39
69.12/69.48	c Try to convert by bdds
69.22/69.50	c D: 1
69.22/69.50	c estimatedAdderCost: 39
69.22/69.50	c Try to convert by bdds
69.22/69.51	c D: 1
69.22/69.51	c estimatedAdderCost: 39
69.22/69.51	c Try to convert by bdds
69.22/69.53	c D: 1
69.22/69.53	c estimatedAdderCost: 39
69.22/69.53	c Try to convert by bdds
69.22/69.54	c D: 1
69.22/69.54	c estimatedAdderCost: 39
69.22/69.54	c Try to convert by bdds
69.22/69.56	c D: 1
69.22/69.56	c estimatedAdderCost: 39
69.22/69.56	c Try to convert by bdds
69.22/69.57	c D: 1
69.22/69.57	c estimatedAdderCost: 39
69.22/69.57	c Try to convert by bdds
69.22/69.59	c D: 1
69.22/69.59	c estimatedAdderCost: 39
69.22/69.59	c Try to convert by bdds
69.32/69.60	c D: 1
69.32/69.60	c estimatedAdderCost: 39
69.32/69.60	c Try to convert by bdds
69.32/69.62	c D: 1
69.32/69.62	c estimatedAdderCost: 39
69.32/69.62	c Try to convert by bdds
69.32/69.63	c D: 1
69.32/69.63	c estimatedAdderCost: 39
69.32/69.63	c Try to convert by bdds
69.32/69.65	c D: 1
69.32/69.65	c estimatedAdderCost: 39
69.32/69.65	c Try to convert by bdds
69.32/69.66	c D: 1
69.32/69.66	c estimatedAdderCost: 39
69.32/69.66	c Try to convert by bdds
69.32/69.68	c D: 1
69.32/69.68	c estimatedAdderCost: 39
69.32/69.68	c Try to convert by bdds
69.32/69.69	c D: 1
69.32/69.69	c estimatedAdderCost: 39
69.32/69.69	c Try to convert by bdds
69.42/69.71	c D: 1
69.42/69.71	c estimatedAdderCost: 39
69.42/69.71	c Try to convert by bdds
69.42/69.72	c D: 1
69.42/69.72	c estimatedAdderCost: 39
69.42/69.72	c Try to convert by bdds
69.42/69.74	c D: 1
69.42/69.74	c estimatedAdderCost: 39
69.42/69.74	c Try to convert by bdds
69.42/69.75	c D: 1
69.42/69.75	c estimatedAdderCost: 39
69.42/69.75	c Try to convert by bdds
69.42/69.77	c D: 1
69.42/69.77	c estimatedAdderCost: 39
69.42/69.77	c Try to convert by bdds
69.42/69.78	c D: 1
69.42/69.78	c estimatedAdderCost: 39
69.42/69.78	c Try to convert by bdds
69.42/69.80	c D: 1
69.42/69.80	c estimatedAdderCost: 39
69.42/69.80	c Try to convert by bdds
69.52/69.81	c D: 1
69.52/69.81	c estimatedAdderCost: 39
69.52/69.81	c Try to convert by bdds
69.52/69.82	c D: 1
69.52/69.82	c estimatedAdderCost: 39
69.52/69.82	c Try to convert by bdds
69.52/69.84	c D: 1
69.52/69.84	c estimatedAdderCost: 39
69.52/69.84	c Try to convert by bdds
69.52/69.85	c D: 1
69.52/69.85	c estimatedAdderCost: 39
69.52/69.85	c Try to convert by bdds
69.52/69.87	c D: 1
69.52/69.87	c estimatedAdderCost: 39
69.52/69.87	c Try to convert by bdds
69.52/69.88	c D: 1
69.52/69.88	c estimatedAdderCost: 39
69.52/69.88	c Try to convert by bdds
69.62/69.90	c D: 1
69.62/69.90	c estimatedAdderCost: 39
69.62/69.90	c Try to convert by bdds
69.62/69.91	c D: 1
69.62/69.91	c estimatedAdderCost: 39
69.62/69.91	c Try to convert by bdds
69.62/69.93	c D: 1
69.62/69.93	c estimatedAdderCost: 39
69.62/69.93	c Try to convert by bdds
69.62/69.94	c D: 1
69.62/69.94	c estimatedAdderCost: 39
69.62/69.94	c Try to convert by bdds
69.62/69.96	c D: 1
69.62/69.96	c estimatedAdderCost: 39
69.62/69.96	c Try to convert by bdds
69.62/69.97	c D: 1
69.62/69.97	c estimatedAdderCost: 39
69.62/69.97	c Try to convert by bdds
69.62/69.99	c D: 1
69.62/69.99	c estimatedAdderCost: 39
69.62/69.99	c Try to convert by bdds
69.62/70.00	c D: 1
69.62/70.00	c estimatedAdderCost: 39
69.62/70.00	c Try to convert by bdds
69.74/70.02	c D: 1
69.74/70.02	c estimatedAdderCost: 39
69.74/70.02	c Try to convert by bdds
69.74/70.03	c D: 1
69.74/70.03	c estimatedAdderCost: 39
69.74/70.03	c Try to convert by bdds
69.74/70.05	c D: 1
69.74/70.05	c estimatedAdderCost: 39
69.74/70.05	c Try to convert by bdds
69.74/70.06	c D: 1
69.74/70.06	c estimatedAdderCost: 39
69.74/70.06	c Try to convert by bdds
69.74/70.08	c D: 1
69.74/70.08	c estimatedAdderCost: 39
69.74/70.08	c Try to convert by bdds
69.74/70.09	c D: 1
69.74/70.09	c estimatedAdderCost: 39
69.74/70.09	c Try to convert by bdds
69.74/70.11	c D: 1
69.74/70.11	c estimatedAdderCost: 39
69.74/70.11	c Try to convert by bdds
69.84/70.12	c D: 1
69.84/70.12	c estimatedAdderCost: 39
69.84/70.12	c Try to convert by bdds
69.84/70.14	c D: 1
69.84/70.14	c estimatedAdderCost: 39
69.84/70.14	c Try to convert by bdds
69.84/70.15	c D: 1
69.84/70.15	c estimatedAdderCost: 39
69.84/70.15	c Try to convert by bdds
69.84/70.17	c D: 1
69.84/70.17	c estimatedAdderCost: 39
69.84/70.17	c Try to convert by bdds
69.84/70.18	c D: 1
69.84/70.18	c estimatedAdderCost: 39
69.84/70.18	c Try to convert by bdds
69.84/70.20	c D: 1
69.84/70.20	c estimatedAdderCost: 39
69.84/70.20	c Try to convert by bdds
69.92/70.21	c D: 1
69.92/70.21	c estimatedAdderCost: 39
69.92/70.21	c Try to convert by bdds
69.92/70.22	c D: 1
69.92/70.22	c estimatedAdderCost: 39
69.92/70.22	c Try to convert by bdds
69.92/70.24	c D: 1
69.92/70.24	c estimatedAdderCost: 39
69.92/70.24	c Try to convert by bdds
69.92/70.25	c D: 1
69.92/70.25	c estimatedAdderCost: 39
69.92/70.25	c Try to convert by bdds
69.92/70.27	c D: 1
69.92/70.27	c estimatedAdderCost: 39
69.92/70.27	c Try to convert by bdds
69.92/70.28	c D: 1
69.92/70.28	c estimatedAdderCost: 39
69.92/70.28	c Try to convert by bdds
70.02/70.30	c D: 1
70.02/70.30	c estimatedAdderCost: 39
70.02/70.30	c Try to convert by bdds
70.02/70.31	c D: 1
70.02/70.31	c estimatedAdderCost: 39
70.02/70.31	c Try to convert by bdds
70.02/70.33	c D: 1
70.02/70.33	c estimatedAdderCost: 39
70.02/70.33	c Try to convert by bdds
70.02/70.34	c D: 1
70.02/70.34	c estimatedAdderCost: 39
70.02/70.34	c Try to convert by bdds
70.02/70.36	c D: 1
70.02/70.36	c estimatedAdderCost: 39
70.02/70.36	c Try to convert by bdds
70.02/70.37	c D: 1
70.02/70.37	c estimatedAdderCost: 39
70.02/70.37	c Try to convert by bdds
70.02/70.39	c D: 1
70.02/70.39	c estimatedAdderCost: 39
70.02/70.39	c Try to convert by bdds
70.12/70.40	c D: 1
70.12/70.40	c estimatedAdderCost: 39
70.12/70.40	c Try to convert by bdds
70.12/70.42	c D: 1
70.12/70.42	c estimatedAdderCost: 39
70.12/70.42	c Try to convert by bdds
70.12/70.43	c D: 1
70.12/70.43	c estimatedAdderCost: 39
70.12/70.43	c Try to convert by bdds
70.12/70.45	c D: 1
70.12/70.45	c estimatedAdderCost: 39
70.12/70.45	c Try to convert by bdds
70.12/70.46	c D: 1
70.12/70.46	c estimatedAdderCost: 39
70.12/70.46	c Try to convert by bdds
70.12/70.48	c D: 1
70.12/70.48	c estimatedAdderCost: 39
70.12/70.48	c Try to convert by bdds
70.12/70.49	c D: 1
70.12/70.49	c estimatedAdderCost: 39
70.12/70.49	c Try to convert by bdds
70.22/70.51	c D: 1
70.22/70.51	c estimatedAdderCost: 39
70.22/70.51	c Try to convert by bdds
70.22/70.52	c D: 1
70.22/70.52	c estimatedAdderCost: 39
70.22/70.52	c Try to convert by bdds
70.22/70.54	c D: 1
70.22/70.54	c estimatedAdderCost: 39
70.22/70.54	c Try to convert by bdds
70.22/70.55	c D: 1
70.22/70.55	c estimatedAdderCost: 39
70.22/70.55	c Try to convert by bdds
70.22/70.57	c D: 1
70.22/70.57	c estimatedAdderCost: 39
70.22/70.57	c Try to convert by bdds
70.22/70.58	c D: 1
70.22/70.58	c estimatedAdderCost: 39
70.22/70.58	c Try to convert by bdds
70.32/70.60	c D: 1
70.32/70.60	c estimatedAdderCost: 39
70.32/70.60	c Try to convert by bdds
70.32/70.61	c D: 1
70.32/70.61	c estimatedAdderCost: 39
70.32/70.61	c Try to convert by bdds
70.32/70.63	c D: 1
70.32/70.63	c estimatedAdderCost: 39
70.32/70.63	c Try to convert by bdds
70.32/70.64	c D: 1
70.32/70.64	c estimatedAdderCost: 39
70.32/70.64	c Try to convert by bdds
70.32/70.65	c D: 1
70.32/70.65	c estimatedAdderCost: 39
70.32/70.65	c Try to convert by bdds
70.32/70.67	c D: 1
70.32/70.67	c estimatedAdderCost: 30
70.32/70.67	c Try to convert by bdds
70.32/70.68	c D: 1
70.32/70.68	c estimatedAdderCost: 30
70.32/70.68	c Try to convert by bdds
70.32/70.69	c D: 1
70.32/70.69	c estimatedAdderCost: 30
70.32/70.69	c Try to convert by bdds
70.42/70.70	c D: 1
70.42/70.70	c estimatedAdderCost: 30
70.42/70.70	c Try to convert by bdds
70.42/70.71	c D: 1
70.42/70.71	c estimatedAdderCost: 30
70.42/70.71	c Try to convert by bdds
70.42/70.72	c D: 1
70.42/70.72	c estimatedAdderCost: 30
70.42/70.72	c Try to convert by bdds
70.42/70.73	c D: 1
70.42/70.73	c estimatedAdderCost: 30
70.42/70.73	c Try to convert by bdds
70.42/70.74	c D: 1
70.42/70.74	c estimatedAdderCost: 30
70.42/70.74	c Try to convert by bdds
70.42/70.75	c D: 1
70.42/70.75	c estimatedAdderCost: 30
70.42/70.75	c Try to convert by bdds
70.42/70.76	c D: 1
70.42/70.76	c estimatedAdderCost: 30
70.42/70.76	c Try to convert by bdds
70.42/70.77	c D: 1
70.42/70.77	c estimatedAdderCost: 30
70.42/70.77	c Try to convert by bdds
70.42/70.78	c D: 1
70.42/70.78	c estimatedAdderCost: 30
70.42/70.78	c Try to convert by bdds
70.42/70.79	c D: 1
70.42/70.79	c estimatedAdderCost: 30
70.42/70.79	c Try to convert by bdds
70.52/70.80	c D: 1
70.52/70.80	c estimatedAdderCost: 30
70.52/70.80	c Try to convert by bdds
70.52/70.81	c D: 1
70.52/70.81	c estimatedAdderCost: 30
70.52/70.81	c Try to convert by bdds
70.52/70.82	c D: 1
70.52/70.82	c estimatedAdderCost: 39
70.52/70.82	c Try to convert by bdds
70.52/70.83	c D: 1
70.52/70.83	c estimatedAdderCost: 39
70.52/70.83	c Try to convert by bdds
70.52/70.85	c D: 1
70.52/70.85	c estimatedAdderCost: 39
70.52/70.85	c Try to convert by bdds
70.52/70.86	c D: 1
70.52/70.86	c estimatedAdderCost: 39
70.52/70.86	c Try to convert by bdds
70.52/70.88	c D: 1
70.52/70.88	c estimatedAdderCost: 39
70.52/70.88	c Try to convert by bdds
70.52/70.89	c D: 1
70.52/70.89	c estimatedAdderCost: 39
70.52/70.89	c Try to convert by bdds
70.62/70.91	c D: 1
70.62/70.91	c estimatedAdderCost: 39
70.62/70.91	c Try to convert by bdds
70.62/70.92	c D: 1
70.62/70.92	c estimatedAdderCost: 39
70.62/70.92	c Try to convert by bdds
70.62/70.94	c D: 1
70.62/70.94	c estimatedAdderCost: 39
70.62/70.94	c Try to convert by bdds
70.62/70.95	c D: 1
70.62/70.95	c estimatedAdderCost: 39
70.62/70.95	c Try to convert by bdds
70.62/70.97	c D: 1
70.62/70.97	c estimatedAdderCost: 39
70.62/70.97	c Try to convert by bdds
70.62/70.98	c D: 1
70.62/70.98	c estimatedAdderCost: 39
70.62/70.98	c Try to convert by bdds
70.62/71.00	c D: 1
70.62/71.00	c estimatedAdderCost: 39
70.62/71.00	c Try to convert by bdds
70.73/71.01	c D: 1
70.73/71.01	c estimatedAdderCost: 39
70.73/71.01	c Try to convert by bdds
70.73/71.03	c D: 1
70.73/71.03	c estimatedAdderCost: 39
70.73/71.03	c Try to convert by bdds
70.73/71.04	c D: 1
70.73/71.04	c estimatedAdderCost: 30
70.73/71.04	c Try to convert by bdds
70.73/71.05	c D: 1
70.73/71.05	c estimatedAdderCost: 30
70.73/71.05	c Try to convert by bdds
70.73/71.06	c D: 1
70.73/71.06	c estimatedAdderCost: 39
70.73/71.06	c Try to convert by bdds
70.73/71.08	c D: 1
70.73/71.08	c estimatedAdderCost: 39
70.73/71.08	c Try to convert by bdds
70.73/71.09	c D: 1
70.73/71.09	c estimatedAdderCost: 39
70.73/71.09	c Try to convert by bdds
70.83/71.11	c D: 1
70.83/71.11	c estimatedAdderCost: 39
70.83/71.11	c Try to convert by bdds
70.83/71.12	c D: 1
70.83/71.12	c estimatedAdderCost: 39
70.83/71.12	c Try to convert by bdds
70.83/71.14	c D: 1
70.83/71.14	c estimatedAdderCost: 39
70.83/71.14	c Try to convert by bdds
70.83/71.15	c D: 1
70.83/71.15	c estimatedAdderCost: 39
70.83/71.15	c Try to convert by bdds
70.83/71.17	c D: 1
70.83/71.17	c estimatedAdderCost: 39
70.83/71.17	c Try to convert by bdds
70.83/71.18	c D: 1
70.83/71.18	c estimatedAdderCost: 39
70.83/71.18	c Try to convert by bdds
70.92/71.20	c D: 1
70.92/71.20	c estimatedAdderCost: 39
70.92/71.20	c Try to convert by bdds
70.92/71.21	c D: 1
70.92/71.21	c estimatedAdderCost: 39
70.92/71.21	c Try to convert by bdds
70.92/71.23	c D: 1
70.92/71.23	c estimatedAdderCost: 39
70.92/71.23	c Try to convert by bdds
70.92/71.24	c D: 1
70.92/71.24	c estimatedAdderCost: 39
70.92/71.24	c Try to convert by bdds
70.92/71.26	c D: 1
70.92/71.26	c estimatedAdderCost: 39
70.92/71.26	c Try to convert by bdds
70.92/71.27	c D: 1
70.92/71.27	c estimatedAdderCost: 39
70.92/71.27	c Try to convert by bdds
70.92/71.29	c D: 1
70.92/71.29	c estimatedAdderCost: 39
70.92/71.29	c Try to convert by bdds
71.02/71.30	c D: 1
71.02/71.30	c estimatedAdderCost: 39
71.02/71.30	c Try to convert by bdds
71.02/71.32	c D: 1
71.02/71.32	c estimatedAdderCost: 39
71.02/71.32	c Try to convert by bdds
71.02/71.33	c D: 1
71.02/71.33	c estimatedAdderCost: 39
71.02/71.33	c Try to convert by bdds
71.02/71.35	c D: 1
71.02/71.35	c estimatedAdderCost: 39
71.02/71.35	c Try to convert by bdds
71.02/71.36	c D: 1
71.02/71.36	c estimatedAdderCost: 39
71.02/71.36	c Try to convert by bdds
71.02/71.38	c D: 1
71.02/71.38	c estimatedAdderCost: 39
71.02/71.38	c Try to convert by bdds
71.02/71.39	c D: 1
71.02/71.39	c estimatedAdderCost: 39
71.02/71.39	c Try to convert by bdds
71.12/71.41	c D: 1
71.12/71.41	c estimatedAdderCost: 39
71.12/71.41	c Try to convert by bdds
71.12/71.42	c D: 1
71.12/71.42	c estimatedAdderCost: 39
71.12/71.42	c Try to convert by bdds
71.12/71.44	c D: 1
71.12/71.44	c estimatedAdderCost: 39
71.12/71.44	c Try to convert by bdds
71.12/71.45	c D: 1
71.12/71.45	c estimatedAdderCost: 39
71.12/71.45	c Try to convert by bdds
71.12/71.47	c D: 1
71.12/71.47	c estimatedAdderCost: 39
71.12/71.47	c Try to convert by bdds
71.12/71.48	c D: 1
71.12/71.48	c estimatedAdderCost: 39
71.12/71.48	c Try to convert by bdds
71.22/71.50	c D: 1
71.22/71.50	c estimatedAdderCost: 30
71.22/71.50	c Try to convert by bdds
71.22/71.51	c D: 1
71.22/71.51	c estimatedAdderCost: 30
71.22/71.51	c Try to convert by bdds
71.22/71.52	c D: 1
71.22/71.52	c estimatedAdderCost: 30
71.22/71.52	c Try to convert by bdds
71.22/71.53	c D: 1
71.22/71.53	c estimatedAdderCost: 39
71.22/71.53	c Try to convert by bdds
71.22/71.54	c D: 1
71.22/71.54	c estimatedAdderCost: 39
71.22/71.54	c Try to convert by bdds
71.22/71.56	c D: 1
71.22/71.56	c estimatedAdderCost: 39
71.22/71.56	c Try to convert by bdds
71.22/71.57	c D: 1
71.22/71.57	c estimatedAdderCost: 39
71.22/71.57	c Try to convert by bdds
71.22/71.59	c D: 1
71.22/71.59	c estimatedAdderCost: 39
71.22/71.59	c Try to convert by bdds
71.32/71.60	c D: 1
71.32/71.60	c estimatedAdderCost: 39
71.32/71.60	c Try to convert by bdds
71.32/71.62	c D: 1
71.32/71.62	c estimatedAdderCost: 39
71.32/71.62	c Try to convert by bdds
71.32/71.63	c D: 1
71.32/71.63	c estimatedAdderCost: 39
71.32/71.63	c Try to convert by bdds
71.32/71.65	c D: 1
71.32/71.65	c estimatedAdderCost: 39
71.32/71.65	c Try to convert by bdds
71.32/71.66	c D: 1
71.32/71.66	c estimatedAdderCost: 39
71.32/71.66	c Try to convert by bdds
71.32/71.68	c D: 1
71.32/71.68	c estimatedAdderCost: 39
71.32/71.68	c Try to convert by bdds
71.32/71.69	c D: 1
71.32/71.69	c estimatedAdderCost: 39
71.32/71.69	c Try to convert by bdds
71.42/71.71	c D: 1
71.42/71.71	c estimatedAdderCost: 39
71.42/71.71	c Try to convert by bdds
71.42/71.72	c D: 1
71.42/71.72	c estimatedAdderCost: 39
71.42/71.72	c Try to convert by bdds
71.42/71.74	c D: 1
71.42/71.74	c estimatedAdderCost: 39
71.42/71.74	c Try to convert by bdds
71.42/71.75	c D: 1
71.42/71.75	c estimatedAdderCost: 39
71.42/71.75	c Try to convert by bdds
71.42/71.77	c D: 1
71.42/71.77	c estimatedAdderCost: 39
71.42/71.77	c Try to convert by bdds
71.42/71.78	c D: 1
71.42/71.78	c estimatedAdderCost: 39
71.42/71.78	c Try to convert by bdds
71.52/71.80	c D: 1
71.52/71.80	c estimatedAdderCost: 39
71.52/71.80	c Try to convert by bdds
71.52/71.81	c D: 1
71.52/71.81	c estimatedAdderCost: 39
71.52/71.81	c Try to convert by bdds
71.52/71.83	c D: 1
71.52/71.83	c estimatedAdderCost: 39
71.52/71.83	c Try to convert by bdds
71.52/71.84	c D: 1
71.52/71.84	c estimatedAdderCost: 39
71.52/71.84	c Try to convert by bdds
71.52/71.86	c D: 1
71.52/71.86	c estimatedAdderCost: 39
71.52/71.86	c Try to convert by bdds
71.52/71.87	c D: 1
71.52/71.87	c estimatedAdderCost: 39
71.52/71.87	c Try to convert by bdds
71.52/71.89	c D: 1
71.52/71.89	c estimatedAdderCost: 39
71.52/71.89	c Try to convert by bdds
71.62/71.90	c D: 1
71.62/71.90	c estimatedAdderCost: 39
71.62/71.90	c Try to convert by bdds
71.62/71.92	c D: 1
71.62/71.92	c estimatedAdderCost: 39
71.62/71.92	c Try to convert by bdds
71.62/71.93	c D: 1
71.62/71.93	c estimatedAdderCost: 39
71.62/71.93	c Try to convert by bdds
71.62/71.95	c D: 1
71.62/71.95	c estimatedAdderCost: 39
71.62/71.95	c Try to convert by bdds
71.62/71.96	c D: 1
71.62/71.96	c estimatedAdderCost: 39
71.62/71.96	c Try to convert by bdds
71.62/71.98	c D: 1
71.62/71.98	c estimatedAdderCost: 39
71.62/71.98	c Try to convert by bdds
71.62/71.99	c D: 1
71.62/71.99	c estimatedAdderCost: 39
71.62/71.99	c Try to convert by bdds
71.62/72.01	c D: 1
71.62/72.01	c estimatedAdderCost: 39
71.62/72.01	c Try to convert by bdds
71.73/72.02	c D: 1
71.73/72.02	c estimatedAdderCost: 39
71.73/72.02	c Try to convert by bdds
71.73/72.04	c D: 1
71.73/72.04	c estimatedAdderCost: 39
71.73/72.04	c Try to convert by bdds
71.73/72.05	c D: 1
71.73/72.05	c estimatedAdderCost: 39
71.73/72.05	c Try to convert by bdds
71.73/72.07	c D: 1
71.73/72.07	c estimatedAdderCost: 39
71.73/72.07	c Try to convert by bdds
71.73/72.08	c D: 1
71.73/72.08	c estimatedAdderCost: 39
71.73/72.08	c Try to convert by bdds
71.73/72.10	c D: 1
71.73/72.10	c estimatedAdderCost: 39
71.73/72.10	c Try to convert by bdds
71.83/72.11	c D: 1
71.83/72.11	c estimatedAdderCost: 39
71.83/72.11	c Try to convert by bdds
71.83/72.13	c D: 1
71.83/72.13	c estimatedAdderCost: 39
71.83/72.13	c Try to convert by bdds
71.83/72.14	c D: 1
71.83/72.14	c estimatedAdderCost: 39
71.83/72.14	c Try to convert by bdds
71.83/72.16	c D: 1
71.83/72.16	c estimatedAdderCost: 30
71.83/72.16	c Try to convert by bdds
71.83/72.17	c D: 1
71.83/72.17	c estimatedAdderCost: 30
71.83/72.17	c Try to convert by bdds
71.83/72.18	c D: 1
71.83/72.18	c estimatedAdderCost: 30
71.83/72.18	c Try to convert by bdds
71.83/72.19	c D: 1
71.83/72.19	c estimatedAdderCost: 30
71.83/72.19	c Try to convert by bdds
71.92/72.20	c D: 1
71.92/72.20	c estimatedAdderCost: 39
71.92/72.20	c Try to convert by bdds
71.92/72.21	c D: 1
71.92/72.21	c estimatedAdderCost: 39
71.92/72.21	c Try to convert by bdds
71.92/72.23	c D: 1
71.92/72.23	c estimatedAdderCost: 39
71.92/72.23	c Try to convert by bdds
71.92/72.24	c D: 1
71.92/72.24	c estimatedAdderCost: 39
71.92/72.24	c Try to convert by bdds
71.92/72.26	c D: 1
71.92/72.26	c estimatedAdderCost: 39
71.92/72.26	c Try to convert by bdds
71.92/72.27	c D: 1
71.92/72.27	c estimatedAdderCost: 39
71.92/72.27	c Try to convert by bdds
71.92/72.29	c D: 1
71.92/72.29	c estimatedAdderCost: 39
71.92/72.29	c Try to convert by bdds
72.02/72.30	c D: 1
72.02/72.30	c estimatedAdderCost: 39
72.02/72.30	c Try to convert by bdds
72.02/72.32	c D: 1
72.02/72.32	c estimatedAdderCost: 39
72.02/72.32	c Try to convert by bdds
72.02/72.33	c D: 1
72.02/72.33	c estimatedAdderCost: 39
72.02/72.33	c Try to convert by bdds
72.02/72.35	c D: 1
72.02/72.35	c estimatedAdderCost: 39
72.02/72.35	c Try to convert by bdds
72.02/72.36	c D: 1
72.02/72.36	c estimatedAdderCost: 39
72.02/72.36	c Try to convert by bdds
72.02/72.38	c D: 1
72.02/72.38	c estimatedAdderCost: 39
72.02/72.38	c Try to convert by bdds
72.02/72.39	c D: 1
72.02/72.39	c estimatedAdderCost: 39
72.02/72.39	c Try to convert by bdds
72.12/72.41	c D: 1
72.12/72.41	c estimatedAdderCost: 39
72.12/72.41	c Try to convert by bdds
72.12/72.42	c D: 1
72.12/72.42	c estimatedAdderCost: 39
72.12/72.42	c Try to convert by bdds
72.12/72.44	c D: 1
72.12/72.44	c estimatedAdderCost: 39
72.12/72.44	c Try to convert by bdds
72.12/72.45	c D: 1
72.12/72.45	c estimatedAdderCost: 39
72.12/72.45	c Try to convert by bdds
72.12/72.47	c D: 1
72.12/72.47	c estimatedAdderCost: 39
72.12/72.47	c Try to convert by bdds
72.12/72.48	c D: 1
72.12/72.48	c estimatedAdderCost: 39
72.12/72.48	c Try to convert by bdds
72.22/72.50	c D: 1
72.22/72.50	c estimatedAdderCost: 39
72.22/72.50	c Try to convert by bdds
72.22/72.51	c D: 1
72.22/72.51	c estimatedAdderCost: 39
72.22/72.51	c Try to convert by bdds
72.22/72.53	c D: 1
72.22/72.53	c estimatedAdderCost: 39
72.22/72.53	c Try to convert by bdds
72.22/72.54	c D: 1
72.22/72.54	c estimatedAdderCost: 39
72.22/72.54	c Try to convert by bdds
72.22/72.56	c D: 1
72.22/72.56	c estimatedAdderCost: 39
72.22/72.56	c Try to convert by bdds
72.22/72.57	c D: 1
72.22/72.57	c estimatedAdderCost: 39
72.22/72.57	c Try to convert by bdds
72.22/72.59	c D: 1
72.22/72.59	c estimatedAdderCost: 39
72.22/72.59	c Try to convert by bdds
72.31/72.60	c D: 1
72.31/72.60	c estimatedAdderCost: 39
72.31/72.60	c Try to convert by bdds
72.31/72.62	c D: 1
72.31/72.62	c estimatedAdderCost: 39
72.31/72.62	c Try to convert by bdds
72.31/72.63	c D: 1
72.31/72.63	c estimatedAdderCost: 39
72.31/72.63	c Try to convert by bdds
72.31/72.65	c D: 1
72.31/72.65	c estimatedAdderCost: 39
72.31/72.65	c Try to convert by bdds
72.31/72.66	c D: 1
72.31/72.66	c estimatedAdderCost: 39
72.31/72.66	c Try to convert by bdds
72.31/72.68	c D: 1
72.31/72.68	c estimatedAdderCost: 39
72.31/72.68	c Try to convert by bdds
72.31/72.69	c D: 1
72.31/72.69	c estimatedAdderCost: 39
72.31/72.69	c Try to convert by bdds
72.41/72.71	c D: 1
72.41/72.71	c estimatedAdderCost: 39
72.41/72.71	c Try to convert by bdds
72.41/72.72	c D: 1
72.41/72.72	c estimatedAdderCost: 39
72.41/72.72	c Try to convert by bdds
72.41/72.74	c D: 1
72.41/72.74	c estimatedAdderCost: 39
72.41/72.74	c Try to convert by bdds
72.41/72.75	c D: 1
72.41/72.75	c estimatedAdderCost: 39
72.41/72.75	c Try to convert by bdds
72.41/72.77	c D: 1
72.41/72.77	c estimatedAdderCost: 39
72.41/72.77	c Try to convert by bdds
72.41/72.78	c D: 1
72.41/72.78	c estimatedAdderCost: 39
72.41/72.78	c Try to convert by bdds
72.51/72.80	c D: 1
72.51/72.80	c estimatedAdderCost: 39
72.51/72.80	c Try to convert by bdds
72.51/72.81	c D: 1
72.51/72.81	c estimatedAdderCost: 39
72.51/72.81	c Try to convert by bdds
72.51/72.83	c D: 1
72.51/72.83	c estimatedAdderCost: 39
72.51/72.83	c Try to convert by bdds
72.51/72.84	c D: 1
72.51/72.84	c estimatedAdderCost: 39
72.51/72.84	c Try to convert by bdds
72.51/72.86	c D: 1
72.51/72.86	c estimatedAdderCost: 39
72.51/72.86	c Try to convert by bdds
72.51/72.87	c D: 1
72.51/72.87	c estimatedAdderCost: 39
72.51/72.87	c Try to convert by bdds
72.51/72.89	c D: 1
72.51/72.89	c estimatedAdderCost: 39
72.51/72.89	c Try to convert by bdds
72.61/72.90	c D: 1
72.61/72.90	c estimatedAdderCost: 39
72.61/72.90	c Try to convert by bdds
72.61/72.92	c D: 1
72.61/72.92	c estimatedAdderCost: 39
72.61/72.92	c Try to convert by bdds
72.61/72.93	c D: 1
72.61/72.93	c estimatedAdderCost: 39
72.61/72.93	c Try to convert by bdds
72.61/72.95	c D: 1
72.61/72.95	c estimatedAdderCost: 39
72.61/72.95	c Try to convert by bdds
72.61/72.96	c D: 1
72.61/72.96	c estimatedAdderCost: 39
72.61/72.96	c Try to convert by bdds
72.61/72.98	c D: 1
72.61/72.98	c estimatedAdderCost: 39
72.61/72.98	c Try to convert by bdds
72.61/72.99	c D: 1
72.61/72.99	c estimatedAdderCost: 39
72.61/72.99	c Try to convert by bdds
72.61/73.01	c D: 1
72.61/73.01	c estimatedAdderCost: 30
72.61/73.01	c Try to convert by bdds
72.73/73.02	c D: 1
72.73/73.02	c estimatedAdderCost: 30
72.73/73.02	c Try to convert by bdds
72.73/73.03	c D: 1
72.73/73.03	c estimatedAdderCost: 30
72.73/73.03	c Try to convert by bdds
72.73/73.04	c D: 1
72.73/73.04	c estimatedAdderCost: 30
72.73/73.04	c Try to convert by bdds
72.73/73.05	c D: 1
72.73/73.05	c estimatedAdderCost: 30
72.73/73.05	c Try to convert by bdds
72.73/73.06	c D: 1
72.73/73.06	c estimatedAdderCost: 39
72.73/73.06	c Try to convert by bdds
72.73/73.07	c D: 1
72.73/73.07	c estimatedAdderCost: 39
72.73/73.07	c Try to convert by bdds
72.73/73.09	c D: 1
72.73/73.09	c estimatedAdderCost: 39
72.73/73.09	c Try to convert by bdds
72.73/73.10	c D: 1
72.73/73.10	c estimatedAdderCost: 39
72.73/73.10	c Try to convert by bdds
72.83/73.12	c D: 1
72.83/73.12	c estimatedAdderCost: 39
72.83/73.12	c Try to convert by bdds
72.83/73.13	c D: 1
72.83/73.13	c estimatedAdderCost: 39
72.83/73.13	c Try to convert by bdds
72.83/73.15	c D: 1
72.83/73.15	c estimatedAdderCost: 39
72.83/73.15	c Try to convert by bdds
72.83/73.16	c D: 1
72.83/73.16	c estimatedAdderCost: 39
72.83/73.16	c Try to convert by bdds
72.83/73.18	c D: 1
72.83/73.18	c estimatedAdderCost: 39
72.83/73.18	c Try to convert by bdds
72.83/73.19	c D: 1
72.83/73.19	c estimatedAdderCost: 39
72.83/73.19	c Try to convert by bdds
72.91/73.21	c D: 1
72.91/73.21	c estimatedAdderCost: 39
72.91/73.21	c Try to convert by bdds
72.91/73.22	c D: 1
72.91/73.22	c estimatedAdderCost: 39
72.91/73.22	c Try to convert by bdds
72.91/73.24	c D: 1
72.91/73.24	c estimatedAdderCost: 39
72.91/73.24	c Try to convert by bdds
72.91/73.25	c D: 1
72.91/73.25	c estimatedAdderCost: 39
72.91/73.25	c Try to convert by bdds
72.91/73.27	c D: 1
72.91/73.27	c estimatedAdderCost: 39
72.91/73.27	c Try to convert by bdds
72.91/73.28	c D: 1
72.91/73.28	c estimatedAdderCost: 39
72.91/73.28	c Try to convert by bdds
73.01/73.30	c D: 1
73.01/73.30	c estimatedAdderCost: 39
73.01/73.30	c Try to convert by bdds
73.01/73.31	c D: 1
73.01/73.31	c estimatedAdderCost: 39
73.01/73.31	c Try to convert by bdds
73.01/73.33	c D: 1
73.01/73.33	c estimatedAdderCost: 39
73.01/73.33	c Try to convert by bdds
73.01/73.34	c D: 1
73.01/73.34	c estimatedAdderCost: 39
73.01/73.34	c Try to convert by bdds
73.01/73.36	c D: 1
73.01/73.36	c estimatedAdderCost: 39
73.01/73.36	c Try to convert by bdds
73.01/73.37	c D: 1
73.01/73.37	c estimatedAdderCost: 39
73.01/73.37	c Try to convert by bdds
73.01/73.39	c D: 1
73.01/73.39	c estimatedAdderCost: 39
73.01/73.39	c Try to convert by bdds
73.11/73.40	c D: 1
73.11/73.40	c estimatedAdderCost: 39
73.11/73.40	c Try to convert by bdds
73.11/73.42	c D: 1
73.11/73.42	c estimatedAdderCost: 39
73.11/73.42	c Try to convert by bdds
73.11/73.43	c D: 1
73.11/73.43	c estimatedAdderCost: 39
73.11/73.43	c Try to convert by bdds
73.11/73.45	c D: 1
73.11/73.45	c estimatedAdderCost: 39
73.11/73.45	c Try to convert by bdds
73.11/73.46	c D: 1
73.11/73.46	c estimatedAdderCost: 39
73.11/73.46	c Try to convert by bdds
73.11/73.48	c D: 1
73.11/73.48	c estimatedAdderCost: 39
73.11/73.48	c Try to convert by bdds
73.11/73.49	c D: 1
73.11/73.49	c estimatedAdderCost: 39
73.11/73.49	c Try to convert by bdds
73.21/73.51	c D: 1
73.21/73.51	c estimatedAdderCost: 39
73.21/73.51	c Try to convert by bdds
73.21/73.52	c D: 1
73.21/73.52	c estimatedAdderCost: 39
73.21/73.52	c Try to convert by bdds
73.21/73.54	c D: 1
73.21/73.54	c estimatedAdderCost: 39
73.21/73.54	c Try to convert by bdds
73.21/73.55	c D: 1
73.21/73.55	c estimatedAdderCost: 39
73.21/73.55	c Try to convert by bdds
73.21/73.57	c D: 1
73.21/73.57	c estimatedAdderCost: 39
73.21/73.57	c Try to convert by bdds
73.21/73.58	c D: 1
73.21/73.58	c estimatedAdderCost: 39
73.21/73.58	c Try to convert by bdds
73.31/73.60	c D: 1
73.31/73.60	c estimatedAdderCost: 39
73.31/73.60	c Try to convert by bdds
73.31/73.61	c D: 1
73.31/73.61	c estimatedAdderCost: 39
73.31/73.61	c Try to convert by bdds
73.31/73.63	c D: 1
73.31/73.63	c estimatedAdderCost: 39
73.31/73.63	c Try to convert by bdds
73.31/73.64	c D: 1
73.31/73.64	c estimatedAdderCost: 39
73.31/73.64	c Try to convert by bdds
73.31/73.66	c D: 1
73.31/73.66	c estimatedAdderCost: 39
73.31/73.66	c Try to convert by bdds
73.31/73.67	c D: 1
73.31/73.67	c estimatedAdderCost: 39
73.31/73.67	c Try to convert by bdds
73.31/73.69	c D: 1
73.31/73.69	c estimatedAdderCost: 39
73.31/73.69	c Try to convert by bdds
73.41/73.70	c D: 1
73.41/73.70	c estimatedAdderCost: 39
73.41/73.70	c Try to convert by bdds
73.41/73.72	c D: 1
73.41/73.72	c estimatedAdderCost: 39
73.41/73.72	c Try to convert by bdds
73.41/73.73	c D: 1
73.41/73.73	c estimatedAdderCost: 39
73.41/73.73	c Try to convert by bdds
73.41/73.75	c D: 1
73.41/73.75	c estimatedAdderCost: 39
73.41/73.75	c Try to convert by bdds
73.41/73.76	c D: 1
73.41/73.76	c estimatedAdderCost: 39
73.41/73.76	c Try to convert by bdds
73.41/73.78	c D: 1
73.41/73.78	c estimatedAdderCost: 39
73.41/73.78	c Try to convert by bdds
73.41/73.79	c D: 1
73.41/73.79	c estimatedAdderCost: 39
73.41/73.79	c Try to convert by bdds
73.51/73.81	c D: 1
73.51/73.81	c estimatedAdderCost: 39
73.51/73.81	c Try to convert by bdds
73.51/73.82	c D: 1
73.51/73.82	c estimatedAdderCost: 39
73.51/73.82	c Try to convert by bdds
73.51/73.84	c D: 1
73.51/73.84	c estimatedAdderCost: 39
73.51/73.84	c Try to convert by bdds
73.51/73.85	c D: 1
73.51/73.85	c estimatedAdderCost: 39
73.51/73.85	c Try to convert by bdds
73.51/73.87	c D: 1
73.51/73.87	c estimatedAdderCost: 39
73.51/73.87	c Try to convert by bdds
73.51/73.88	c D: 1
73.51/73.88	c estimatedAdderCost: 39
73.51/73.88	c Try to convert by bdds
73.61/73.90	c D: 1
73.61/73.90	c estimatedAdderCost: 39
73.61/73.90	c Try to convert by bdds
73.61/73.91	c D: 1
73.61/73.91	c estimatedAdderCost: 39
73.61/73.91	c Try to convert by bdds
73.61/73.93	c D: 1
73.61/73.93	c estimatedAdderCost: 39
73.61/73.93	c Try to convert by bdds
73.61/73.94	c D: 1
73.61/73.94	c estimatedAdderCost: 39
73.61/73.94	c Try to convert by bdds
73.61/73.96	c D: 1
73.61/73.96	c estimatedAdderCost: 39
73.61/73.96	c Try to convert by bdds
73.61/73.97	c D: 1
73.61/73.97	c estimatedAdderCost: 39
73.61/73.97	c Try to convert by bdds
73.61/73.99	c D: 1
73.61/73.99	c estimatedAdderCost: 39
73.61/73.99	c Try to convert by bdds
73.61/74.00	c D: 1
73.61/74.00	c estimatedAdderCost: 39
73.61/74.00	c Try to convert by bdds
73.72/74.02	c D: 1
73.72/74.02	c estimatedAdderCost: 39
73.72/74.02	c Try to convert by bdds
73.72/74.03	c D: 1
73.72/74.03	c estimatedAdderCost: 30
73.72/74.03	c Try to convert by bdds
73.72/74.04	c D: 1
73.72/74.04	c estimatedAdderCost: 30
73.72/74.04	c Try to convert by bdds
73.72/74.05	c D: 1
73.72/74.05	c estimatedAdderCost: 30
73.72/74.05	c Try to convert by bdds
73.72/74.06	c D: 1
73.72/74.06	c estimatedAdderCost: 30
73.72/74.06	c Try to convert by bdds
73.72/74.07	c D: 1
73.72/74.07	c estimatedAdderCost: 30
73.72/74.07	c Try to convert by bdds
73.72/74.08	c D: 1
73.72/74.08	c estimatedAdderCost: 30
73.72/74.08	c Try to convert by bdds
73.72/74.09	c D: 1
73.72/74.09	c estimatedAdderCost: 39
73.72/74.09	c Try to convert by bdds
73.82/74.11	c D: 1
73.82/74.11	c estimatedAdderCost: 39
73.82/74.11	c Try to convert by bdds
73.82/74.12	c D: 1
73.82/74.12	c estimatedAdderCost: 39
73.82/74.12	c Try to convert by bdds
73.82/74.14	c D: 1
73.82/74.14	c estimatedAdderCost: 39
73.82/74.14	c Try to convert by bdds
73.82/74.15	c D: 1
73.82/74.15	c estimatedAdderCost: 39
73.82/74.15	c Try to convert by bdds
73.82/74.17	c D: 1
73.82/74.17	c estimatedAdderCost: 39
73.82/74.17	c Try to convert by bdds
73.82/74.18	c D: 1
73.82/74.18	c estimatedAdderCost: 39
73.82/74.18	c Try to convert by bdds
73.91/74.20	c D: 1
73.91/74.20	c estimatedAdderCost: 39
73.91/74.20	c Try to convert by bdds
73.91/74.21	c D: 1
73.91/74.21	c estimatedAdderCost: 39
73.91/74.21	c Try to convert by bdds
73.91/74.23	c D: 1
73.91/74.23	c estimatedAdderCost: 39
73.91/74.23	c Try to convert by bdds
73.91/74.24	c D: 1
73.91/74.24	c estimatedAdderCost: 39
73.91/74.24	c Try to convert by bdds
73.91/74.26	c D: 1
73.91/74.26	c estimatedAdderCost: 39
73.91/74.26	c Try to convert by bdds
73.91/74.27	c D: 1
73.91/74.27	c estimatedAdderCost: 39
73.91/74.27	c Try to convert by bdds
73.91/74.29	c D: 1
73.91/74.29	c estimatedAdderCost: 39
73.91/74.29	c Try to convert by bdds
74.01/74.30	c D: 1
74.01/74.30	c estimatedAdderCost: 39
74.01/74.30	c Try to convert by bdds
74.01/74.32	c D: 1
74.01/74.32	c estimatedAdderCost: 39
74.01/74.32	c Try to convert by bdds
74.01/74.33	c D: 1
74.01/74.33	c estimatedAdderCost: 39
74.01/74.33	c Try to convert by bdds
74.01/74.35	c D: 1
74.01/74.35	c estimatedAdderCost: 39
74.01/74.35	c Try to convert by bdds
74.01/74.36	c D: 1
74.01/74.36	c estimatedAdderCost: 39
74.01/74.36	c Try to convert by bdds
74.01/74.38	c D: 1
74.01/74.38	c estimatedAdderCost: 39
74.01/74.38	c Try to convert by bdds
74.01/74.39	c D: 1
74.01/74.39	c estimatedAdderCost: 39
74.01/74.39	c Try to convert by bdds
74.11/74.41	c D: 1
74.11/74.41	c estimatedAdderCost: 39
74.11/74.41	c Try to convert by bdds
74.11/74.42	c D: 1
74.11/74.42	c estimatedAdderCost: 39
74.11/74.42	c Try to convert by bdds
74.11/74.44	c D: 1
74.11/74.44	c estimatedAdderCost: 39
74.11/74.44	c Try to convert by bdds
74.11/74.45	c D: 1
74.11/74.45	c estimatedAdderCost: 39
74.11/74.45	c Try to convert by bdds
74.11/74.47	c D: 1
74.11/74.47	c estimatedAdderCost: 39
74.11/74.47	c Try to convert by bdds
74.11/74.48	c D: 1
74.11/74.48	c estimatedAdderCost: 39
74.11/74.48	c Try to convert by bdds
74.21/74.50	c D: 1
74.21/74.50	c estimatedAdderCost: 39
74.21/74.50	c Try to convert by bdds
74.21/74.51	c D: 1
74.21/74.51	c estimatedAdderCost: 39
74.21/74.51	c Try to convert by bdds
74.21/74.53	c D: 1
74.21/74.53	c estimatedAdderCost: 39
74.21/74.53	c Try to convert by bdds
74.21/74.54	c D: 1
74.21/74.54	c estimatedAdderCost: 39
74.21/74.54	c Try to convert by bdds
74.21/74.56	c D: 1
74.21/74.56	c estimatedAdderCost: 39
74.21/74.56	c Try to convert by bdds
74.21/74.57	c D: 1
74.21/74.57	c estimatedAdderCost: 39
74.21/74.57	c Try to convert by bdds
74.21/74.59	c D: 1
74.21/74.59	c estimatedAdderCost: 39
74.21/74.59	c Try to convert by bdds
74.31/74.60	c D: 1
74.31/74.60	c estimatedAdderCost: 39
74.31/74.60	c Try to convert by bdds
74.31/74.62	c D: 1
74.31/74.62	c estimatedAdderCost: 39
74.31/74.62	c Try to convert by bdds
74.31/74.63	c D: 1
74.31/74.63	c estimatedAdderCost: 39
74.31/74.63	c Try to convert by bdds
74.31/74.65	c D: 1
74.31/74.65	c estimatedAdderCost: 39
74.31/74.65	c Try to convert by bdds
74.31/74.66	c D: 1
74.31/74.66	c estimatedAdderCost: 39
74.31/74.66	c Try to convert by bdds
74.31/74.68	c D: 1
74.31/74.68	c estimatedAdderCost: 39
74.31/74.68	c Try to convert by bdds
74.31/74.69	c D: 1
74.31/74.69	c estimatedAdderCost: 39
74.31/74.69	c Try to convert by bdds
74.41/74.71	c D: 1
74.41/74.71	c estimatedAdderCost: 39
74.41/74.71	c Try to convert by bdds
74.41/74.73	c D: 1
74.41/74.73	c estimatedAdderCost: 39
74.41/74.73	c Try to convert by bdds
74.41/74.74	c D: 1
74.41/74.74	c estimatedAdderCost: 39
74.41/74.74	c Try to convert by bdds
74.41/74.76	c D: 1
74.41/74.76	c estimatedAdderCost: 39
74.41/74.76	c Try to convert by bdds
74.41/74.77	c D: 1
74.41/74.77	c estimatedAdderCost: 39
74.41/74.77	c Try to convert by bdds
74.41/74.79	c D: 1
74.41/74.79	c estimatedAdderCost: 39
74.41/74.79	c Try to convert by bdds
74.51/74.80	c D: 1
74.51/74.80	c estimatedAdderCost: 39
74.51/74.80	c Try to convert by bdds
74.51/74.82	c D: 1
74.51/74.82	c estimatedAdderCost: 39
74.51/74.82	c Try to convert by bdds
74.51/74.83	c D: 1
74.51/74.83	c estimatedAdderCost: 39
74.51/74.83	c Try to convert by bdds
74.51/74.85	c D: 1
74.51/74.85	c estimatedAdderCost: 39
74.51/74.85	c Try to convert by bdds
74.51/74.86	c D: 1
74.51/74.86	c estimatedAdderCost: 39
74.51/74.86	c Try to convert by bdds
74.51/74.88	c D: 1
74.51/74.88	c estimatedAdderCost: 39
74.51/74.88	c Try to convert by bdds
74.51/74.89	c D: 1
74.51/74.89	c estimatedAdderCost: 39
74.51/74.89	c Try to convert by bdds
74.61/74.91	c D: 1
74.61/74.91	c estimatedAdderCost: 39
74.61/74.91	c Try to convert by bdds
74.61/74.92	c D: 1
74.61/74.92	c estimatedAdderCost: 39
74.61/74.92	c Try to convert by bdds
74.61/74.94	c D: 1
74.61/74.94	c estimatedAdderCost: 39
74.61/74.94	c Try to convert by bdds
74.61/74.95	c D: 1
74.61/74.95	c estimatedAdderCost: 39
74.61/74.95	c Try to convert by bdds
74.61/74.97	c D: 1
74.61/74.97	c estimatedAdderCost: 39
74.61/74.97	c Try to convert by bdds
74.61/74.98	c D: 1
74.61/74.98	c estimatedAdderCost: 39
74.61/74.98	c Try to convert by bdds
74.61/75.00	c D: 1
74.61/75.00	c estimatedAdderCost: 39
74.61/75.00	c Try to convert by bdds
74.72/75.01	c D: 1
74.72/75.01	c estimatedAdderCost: 39
74.72/75.01	c Try to convert by bdds
74.72/75.03	c D: 1
74.72/75.03	c estimatedAdderCost: 39
74.72/75.03	c Try to convert by bdds
74.72/75.04	c D: 1
74.72/75.04	c estimatedAdderCost: 39
74.72/75.04	c Try to convert by bdds
74.72/75.06	c D: 1
74.72/75.06	c estimatedAdderCost: 39
74.72/75.06	c Try to convert by bdds
74.72/75.07	c D: 1
74.72/75.07	c estimatedAdderCost: 39
74.72/75.07	c Try to convert by bdds
74.72/75.09	c D: 1
74.72/75.09	c estimatedAdderCost: 39
74.72/75.09	c Try to convert by bdds
74.72/75.10	c D: 1
74.72/75.10	c estimatedAdderCost: 39
74.72/75.10	c Try to convert by bdds
74.82/75.12	c D: 1
74.82/75.12	c estimatedAdderCost: 39
74.82/75.12	c Try to convert by bdds
74.82/75.13	c D: 1
74.82/75.13	c estimatedAdderCost: 39
74.82/75.13	c Try to convert by bdds
74.82/75.15	c D: 1
74.82/75.15	c estimatedAdderCost: 39
74.82/75.15	c Try to convert by bdds
74.82/75.16	c D: 1
74.82/75.16	c estimatedAdderCost: 39
74.82/75.16	c Try to convert by bdds
74.82/75.18	c D: 1
74.82/75.18	c estimatedAdderCost: 39
74.82/75.18	c Try to convert by bdds
74.82/75.19	c D: 1
74.82/75.19	c estimatedAdderCost: 39
74.82/75.19	c Try to convert by bdds
74.91/75.21	c D: 1
74.91/75.21	c estimatedAdderCost: 39
74.91/75.21	c Try to convert by bdds
74.91/75.22	c D: 1
74.91/75.22	c estimatedAdderCost: 30
74.91/75.22	c Try to convert by bdds
74.91/75.23	c D: 1
74.91/75.23	c estimatedAdderCost: 30
74.91/75.23	c Try to convert by bdds
74.91/75.24	c D: 1
74.91/75.24	c estimatedAdderCost: 30
74.91/75.24	c Try to convert by bdds
74.91/75.25	c D: 1
74.91/75.25	c estimatedAdderCost: 30
74.91/75.25	c Try to convert by bdds
74.91/75.26	c D: 1
74.91/75.26	c estimatedAdderCost: 30
74.91/75.26	c Try to convert by bdds
74.91/75.27	c D: 1
74.91/75.27	c estimatedAdderCost: 30
74.91/75.27	c Try to convert by bdds
74.91/75.28	c D: 1
74.91/75.28	c estimatedAdderCost: 30
74.91/75.28	c Try to convert by bdds
74.91/75.29	c D: 1
74.91/75.29	c estimatedAdderCost: 39
74.91/75.29	c Try to convert by bdds
75.01/75.31	c D: 1
75.01/75.31	c estimatedAdderCost: 39
75.01/75.31	c Try to convert by bdds
75.01/75.32	c D: 1
75.01/75.32	c estimatedAdderCost: 39
75.01/75.32	c Try to convert by bdds
75.01/75.34	c D: 1
75.01/75.34	c estimatedAdderCost: 39
75.01/75.34	c Try to convert by bdds
75.01/75.35	c D: 1
75.01/75.35	c estimatedAdderCost: 39
75.01/75.35	c Try to convert by bdds
75.01/75.37	c D: 1
75.01/75.37	c estimatedAdderCost: 39
75.01/75.37	c Try to convert by bdds
75.01/75.38	c D: 1
75.01/75.38	c estimatedAdderCost: 39
75.01/75.38	c Try to convert by bdds
75.11/75.40	c D: 1
75.11/75.40	c estimatedAdderCost: 39
75.11/75.40	c Try to convert by bdds
75.11/75.41	c D: 1
75.11/75.41	c estimatedAdderCost: 39
75.11/75.41	c Try to convert by bdds
75.11/75.43	c D: 1
75.11/75.43	c estimatedAdderCost: 39
75.11/75.43	c Try to convert by bdds
75.11/75.44	c D: 1
75.11/75.44	c estimatedAdderCost: 39
75.11/75.44	c Try to convert by bdds
75.11/75.46	c D: 1
75.11/75.46	c estimatedAdderCost: 39
75.11/75.46	c Try to convert by bdds
75.11/75.47	c D: 1
75.11/75.47	c estimatedAdderCost: 39
75.11/75.47	c Try to convert by bdds
75.11/75.49	c D: 1
75.11/75.49	c estimatedAdderCost: 39
75.11/75.49	c Try to convert by bdds
75.21/75.50	c D: 1
75.21/75.50	c estimatedAdderCost: 39
75.21/75.50	c Try to convert by bdds
75.21/75.52	c D: 1
75.21/75.52	c estimatedAdderCost: 39
75.21/75.52	c Try to convert by bdds
75.21/75.53	c D: 1
75.21/75.53	c estimatedAdderCost: 39
75.21/75.53	c Try to convert by bdds
75.21/75.55	c D: 1
75.21/75.55	c estimatedAdderCost: 39
75.21/75.55	c Try to convert by bdds
75.21/75.56	c D: 1
75.21/75.56	c estimatedAdderCost: 39
75.21/75.56	c Try to convert by bdds
75.21/75.58	c D: 1
75.21/75.58	c estimatedAdderCost: 39
75.21/75.58	c Try to convert by bdds
75.21/75.59	c D: 1
75.21/75.59	c estimatedAdderCost: 39
75.21/75.59	c Try to convert by bdds
75.31/75.61	c D: 1
75.31/75.61	c estimatedAdderCost: 39
75.31/75.61	c Try to convert by bdds
75.31/75.62	c D: 1
75.31/75.62	c estimatedAdderCost: 39
75.31/75.62	c Try to convert by bdds
75.31/75.64	c D: 1
75.31/75.64	c estimatedAdderCost: 39
75.31/75.64	c Try to convert by bdds
75.31/75.65	c D: 1
75.31/75.65	c estimatedAdderCost: 39
75.31/75.65	c Try to convert by bdds
75.31/75.67	c D: 1
75.31/75.67	c estimatedAdderCost: 39
75.31/75.67	c Try to convert by bdds
75.31/75.68	c D: 1
75.31/75.68	c estimatedAdderCost: 39
75.31/75.68	c Try to convert by bdds
75.40/75.70	c D: 1
75.40/75.70	c estimatedAdderCost: 39
75.40/75.70	c Try to convert by bdds
75.40/75.71	c D: 1
75.40/75.71	c estimatedAdderCost: 39
75.40/75.71	c Try to convert by bdds
75.40/75.73	c D: 1
75.40/75.73	c estimatedAdderCost: 39
75.40/75.73	c Try to convert by bdds
75.40/75.74	c D: 1
75.40/75.74	c estimatedAdderCost: 39
75.40/75.74	c Try to convert by bdds
75.40/75.76	c D: 1
75.40/75.76	c estimatedAdderCost: 39
75.40/75.76	c Try to convert by bdds
75.40/75.77	c D: 1
75.40/75.77	c estimatedAdderCost: 39
75.40/75.77	c Try to convert by bdds
75.40/75.79	c D: 1
75.40/75.79	c estimatedAdderCost: 39
75.40/75.79	c Try to convert by bdds
75.50/75.80	c D: 1
75.50/75.80	c estimatedAdderCost: 39
75.50/75.80	c Try to convert by bdds
75.50/75.82	c D: 1
75.50/75.82	c estimatedAdderCost: 39
75.50/75.82	c Try to convert by bdds
75.50/75.83	c D: 1
75.50/75.83	c estimatedAdderCost: 39
75.50/75.83	c Try to convert by bdds
75.50/75.85	c D: 1
75.50/75.85	c estimatedAdderCost: 39
75.50/75.85	c Try to convert by bdds
75.50/75.86	c D: 1
75.50/75.86	c estimatedAdderCost: 39
75.50/75.86	c Try to convert by bdds
75.50/75.88	c D: 1
75.50/75.88	c estimatedAdderCost: 39
75.50/75.88	c Try to convert by bdds
75.50/75.89	c D: 1
75.50/75.89	c estimatedAdderCost: 39
75.50/75.89	c Try to convert by bdds
75.60/75.91	c D: 1
75.60/75.91	c estimatedAdderCost: 39
75.60/75.91	c Try to convert by bdds
75.60/75.92	c D: 1
75.60/75.92	c estimatedAdderCost: 39
75.60/75.92	c Try to convert by bdds
75.60/75.94	c D: 1
75.60/75.94	c estimatedAdderCost: 39
75.60/75.94	c Try to convert by bdds
75.60/75.95	c D: 1
75.60/75.95	c estimatedAdderCost: 39
75.60/75.95	c Try to convert by bdds
75.60/75.97	c D: 1
75.60/75.97	c estimatedAdderCost: 39
75.60/75.97	c Try to convert by bdds
75.60/75.98	c D: 1
75.60/75.98	c estimatedAdderCost: 39
75.60/75.98	c Try to convert by bdds
75.60/76.00	c D: 1
75.60/76.00	c estimatedAdderCost: 39
75.60/76.00	c Try to convert by bdds
75.72/76.01	c D: 1
75.72/76.01	c estimatedAdderCost: 39
75.72/76.01	c Try to convert by bdds
75.72/76.03	c D: 1
75.72/76.03	c estimatedAdderCost: 39
75.72/76.03	c Try to convert by bdds
75.72/76.04	c D: 1
75.72/76.04	c estimatedAdderCost: 39
75.72/76.04	c Try to convert by bdds
75.72/76.06	c D: 1
75.72/76.06	c estimatedAdderCost: 39
75.72/76.06	c Try to convert by bdds
75.72/76.07	c D: 1
75.72/76.07	c estimatedAdderCost: 39
75.72/76.07	c Try to convert by bdds
75.72/76.09	c D: 1
75.72/76.09	c estimatedAdderCost: 39
75.72/76.09	c Try to convert by bdds
75.72/76.10	c D: 1
75.72/76.10	c estimatedAdderCost: 39
75.72/76.10	c Try to convert by bdds
75.82/76.12	c D: 1
75.82/76.12	c estimatedAdderCost: 39
75.82/76.12	c Try to convert by bdds
75.82/76.13	c D: 1
75.82/76.13	c estimatedAdderCost: 39
75.82/76.13	c Try to convert by bdds
75.82/76.15	c D: 1
75.82/76.15	c estimatedAdderCost: 39
75.82/76.15	c Try to convert by bdds
75.82/76.16	c D: 1
75.82/76.16	c estimatedAdderCost: 39
75.82/76.16	c Try to convert by bdds
75.82/76.18	c D: 1
75.82/76.18	c estimatedAdderCost: 39
75.82/76.18	c Try to convert by bdds
75.82/76.19	c D: 1
75.82/76.19	c estimatedAdderCost: 39
75.82/76.19	c Try to convert by bdds
75.90/76.21	c D: 1
75.90/76.21	c estimatedAdderCost: 39
75.90/76.21	c Try to convert by bdds
75.90/76.22	c D: 1
75.90/76.22	c estimatedAdderCost: 39
75.90/76.22	c Try to convert by bdds
75.90/76.24	c D: 1
75.90/76.24	c estimatedAdderCost: 39
75.90/76.24	c Try to convert by bdds
75.90/76.25	c D: 1
75.90/76.25	c estimatedAdderCost: 39
75.90/76.25	c Try to convert by bdds
75.90/76.27	c D: 1
75.90/76.27	c estimatedAdderCost: 39
75.90/76.27	c Try to convert by bdds
75.90/76.28	c D: 1
75.90/76.28	c estimatedAdderCost: 39
75.90/76.28	c Try to convert by bdds
76.00/76.30	c D: 1
76.00/76.30	c estimatedAdderCost: 39
76.00/76.30	c Try to convert by bdds
76.00/76.31	c D: 1
76.00/76.31	c estimatedAdderCost: 39
76.00/76.31	c Try to convert by bdds
76.00/76.33	c D: 1
76.00/76.33	c estimatedAdderCost: 39
76.00/76.33	c Try to convert by bdds
76.00/76.34	c D: 1
76.00/76.34	c estimatedAdderCost: 39
76.00/76.34	c Try to convert by bdds
76.00/76.36	c D: 1
76.00/76.36	c estimatedAdderCost: 39
76.00/76.36	c Try to convert by bdds
76.00/76.37	c D: 1
76.00/76.37	c estimatedAdderCost: 39
76.00/76.37	c Try to convert by bdds
76.00/76.39	c D: 1
76.00/76.39	c estimatedAdderCost: 39
76.00/76.39	c Try to convert by bdds
76.10/76.40	c D: 1
76.10/76.40	c estimatedAdderCost: 39
76.10/76.40	c Try to convert by bdds
76.10/76.42	c D: 1
76.10/76.42	c estimatedAdderCost: 39
76.10/76.42	c Try to convert by bdds
76.10/76.43	c D: 1
76.10/76.43	c estimatedAdderCost: 39
76.10/76.43	c Try to convert by bdds
76.10/76.45	c D: 1
76.10/76.45	c estimatedAdderCost: 39
76.10/76.45	c Try to convert by bdds
76.10/76.46	c D: 1
76.10/76.46	c estimatedAdderCost: 39
76.10/76.46	c Try to convert by bdds
76.10/76.48	c D: 1
76.10/76.48	c estimatedAdderCost: 39
76.10/76.48	c Try to convert by bdds
76.10/76.49	c D: 1
76.10/76.49	c estimatedAdderCost: 39
76.10/76.49	c Try to convert by bdds
76.20/76.51	c D: 1
76.20/76.51	c estimatedAdderCost: 39
76.20/76.51	c Try to convert by bdds
76.20/76.52	c D: 1
76.20/76.52	c estimatedAdderCost: 39
76.20/76.52	c Try to convert by bdds
76.20/76.54	c D: 1
76.20/76.54	c estimatedAdderCost: 39
76.20/76.54	c Try to convert by bdds
76.20/76.55	c D: 1
76.20/76.55	c estimatedAdderCost: 30
76.20/76.55	c Try to convert by bdds
76.20/76.56	c D: 1
76.20/76.56	c estimatedAdderCost: 30
76.20/76.56	c Try to convert by bdds
76.20/76.57	c D: 1
76.20/76.57	c estimatedAdderCost: 30
76.20/76.57	c Try to convert by bdds
76.20/76.58	c D: 1
76.20/76.58	c estimatedAdderCost: 30
76.20/76.58	c Try to convert by bdds
76.20/76.59	c D: 1
76.20/76.59	c estimatedAdderCost: 30
76.20/76.59	c Try to convert by bdds
76.30/76.60	c D: 1
76.30/76.60	c estimatedAdderCost: 30
76.30/76.60	c Try to convert by bdds
76.30/76.61	c D: 1
76.30/76.61	c estimatedAdderCost: 30
76.30/76.61	c Try to convert by bdds
76.30/76.62	c D: 1
76.30/76.62	c estimatedAdderCost: 30
76.30/76.62	c Try to convert by bdds
76.30/76.63	c D: 1
76.30/76.63	c estimatedAdderCost: 39
76.30/76.63	c Try to convert by bdds
76.30/76.65	c D: 1
76.30/76.65	c estimatedAdderCost: 39
76.30/76.65	c Try to convert by bdds
76.30/76.66	c D: 1
76.30/76.66	c estimatedAdderCost: 39
76.30/76.66	c Try to convert by bdds
76.30/76.68	c D: 1
76.30/76.68	c estimatedAdderCost: 39
76.30/76.68	c Try to convert by bdds
76.30/76.69	c D: 1
76.30/76.69	c estimatedAdderCost: 39
76.30/76.69	c Try to convert by bdds
76.40/76.71	c D: 1
76.40/76.71	c estimatedAdderCost: 39
76.40/76.71	c Try to convert by bdds
76.40/76.72	c D: 1
76.40/76.72	c estimatedAdderCost: 39
76.40/76.72	c Try to convert by bdds
76.40/76.74	c D: 1
76.40/76.74	c estimatedAdderCost: 39
76.40/76.74	c Try to convert by bdds
76.40/76.75	c D: 1
76.40/76.75	c estimatedAdderCost: 39
76.40/76.75	c Try to convert by bdds
76.40/76.77	c D: 1
76.40/76.77	c estimatedAdderCost: 39
76.40/76.77	c Try to convert by bdds
76.40/76.78	c D: 1
76.40/76.78	c estimatedAdderCost: 39
76.40/76.78	c Try to convert by bdds
76.50/76.80	c D: 1
76.50/76.80	c estimatedAdderCost: 39
76.50/76.80	c Try to convert by bdds
76.50/76.81	c D: 1
76.50/76.81	c estimatedAdderCost: 39
76.50/76.81	c Try to convert by bdds
76.50/76.83	c D: 1
76.50/76.83	c estimatedAdderCost: 39
76.50/76.83	c Try to convert by bdds
76.50/76.85	c D: 1
76.50/76.85	c estimatedAdderCost: 39
76.50/76.85	c Try to convert by bdds
76.50/76.86	c D: 1
76.50/76.86	c estimatedAdderCost: 39
76.50/76.86	c Try to convert by bdds
76.50/76.88	c D: 1
76.50/76.88	c estimatedAdderCost: 39
76.50/76.88	c Try to convert by bdds
76.50/76.89	c D: 1
76.50/76.89	c estimatedAdderCost: 39
76.50/76.89	c Try to convert by bdds
76.60/76.91	c D: 1
76.60/76.91	c estimatedAdderCost: 39
76.60/76.91	c Try to convert by bdds
76.60/76.92	c D: 1
76.60/76.92	c estimatedAdderCost: 39
76.60/76.92	c Try to convert by bdds
76.60/76.94	c D: 1
76.60/76.94	c estimatedAdderCost: 39
76.60/76.94	c Try to convert by bdds
76.60/76.95	c D: 1
76.60/76.95	c estimatedAdderCost: 39
76.60/76.95	c Try to convert by bdds
76.60/76.97	c D: 1
76.60/76.97	c estimatedAdderCost: 39
76.60/76.97	c Try to convert by bdds
76.60/76.98	c D: 1
76.60/76.98	c estimatedAdderCost: 39
76.60/76.98	c Try to convert by bdds
76.60/77.00	c D: 1
76.60/77.00	c estimatedAdderCost: 39
76.60/77.00	c Try to convert by bdds
76.71/77.01	c D: 1
76.71/77.01	c estimatedAdderCost: 39
76.71/77.01	c Try to convert by bdds
76.71/77.03	c D: 1
76.71/77.03	c estimatedAdderCost: 39
76.71/77.03	c Try to convert by bdds
76.71/77.04	c D: 1
76.71/77.04	c estimatedAdderCost: 39
76.71/77.04	c Try to convert by bdds
76.71/77.06	c D: 1
76.71/77.06	c estimatedAdderCost: 39
76.71/77.06	c Try to convert by bdds
76.71/77.07	c D: 1
76.71/77.07	c estimatedAdderCost: 39
76.71/77.07	c Try to convert by bdds
76.71/77.09	c D: 1
76.71/77.09	c estimatedAdderCost: 39
76.71/77.09	c Try to convert by bdds
76.71/77.10	c D: 1
76.71/77.10	c estimatedAdderCost: 39
76.71/77.10	c Try to convert by bdds
76.81/77.12	c D: 1
76.81/77.12	c estimatedAdderCost: 39
76.81/77.12	c Try to convert by bdds
76.81/77.13	c D: 1
76.81/77.13	c estimatedAdderCost: 39
76.81/77.13	c Try to convert by bdds
76.81/77.15	c D: 1
76.81/77.15	c estimatedAdderCost: 39
76.81/77.15	c Try to convert by bdds
76.81/77.16	c D: 1
76.81/77.16	c estimatedAdderCost: 39
76.81/77.16	c Try to convert by bdds
76.81/77.18	c D: 1
76.81/77.18	c estimatedAdderCost: 39
76.81/77.18	c Try to convert by bdds
76.81/77.19	c D: 1
76.81/77.19	c estimatedAdderCost: 39
76.81/77.19	c Try to convert by bdds
76.90/77.21	c D: 1
76.90/77.21	c estimatedAdderCost: 39
76.90/77.21	c Try to convert by bdds
76.90/77.22	c D: 1
76.90/77.22	c estimatedAdderCost: 39
76.90/77.22	c Try to convert by bdds
76.90/77.24	c D: 1
76.90/77.24	c estimatedAdderCost: 39
76.90/77.24	c Try to convert by bdds
76.90/77.25	c D: 1
76.90/77.25	c estimatedAdderCost: 39
76.90/77.25	c Try to convert by bdds
76.90/77.27	c D: 1
76.90/77.27	c estimatedAdderCost: 39
76.90/77.27	c Try to convert by bdds
76.90/77.28	c D: 1
76.90/77.28	c estimatedAdderCost: 39
76.90/77.28	c Try to convert by bdds
77.00/77.30	c D: 1
77.00/77.30	c estimatedAdderCost: 39
77.00/77.30	c Try to convert by bdds
77.00/77.31	c D: 1
77.00/77.31	c estimatedAdderCost: 39
77.00/77.31	c Try to convert by bdds
77.00/77.33	c D: 1
77.00/77.33	c estimatedAdderCost: 39
77.00/77.33	c Try to convert by bdds
77.00/77.34	c D: 1
77.00/77.34	c estimatedAdderCost: 39
77.00/77.34	c Try to convert by bdds
77.00/77.36	c D: 1
77.00/77.36	c estimatedAdderCost: 39
77.00/77.36	c Try to convert by bdds
77.00/77.37	c D: 1
77.00/77.37	c estimatedAdderCost: 39
77.00/77.37	c Try to convert by bdds
77.00/77.39	c D: 1
77.00/77.39	c estimatedAdderCost: 39
77.00/77.39	c Try to convert by bdds
77.10/77.40	c D: 1
77.10/77.40	c estimatedAdderCost: 39
77.10/77.40	c Try to convert by bdds
77.10/77.42	c D: 1
77.10/77.42	c estimatedAdderCost: 39
77.10/77.42	c Try to convert by bdds
77.10/77.43	c D: 1
77.10/77.43	c estimatedAdderCost: 39
77.10/77.43	c Try to convert by bdds
77.10/77.45	c D: 1
77.10/77.45	c estimatedAdderCost: 39
77.10/77.45	c Try to convert by bdds
77.10/77.46	c D: 1
77.10/77.46	c estimatedAdderCost: 39
77.10/77.46	c Try to convert by bdds
77.10/77.48	c D: 1
77.10/77.48	c estimatedAdderCost: 39
77.10/77.48	c Try to convert by bdds
77.10/77.49	c D: 1
77.10/77.49	c estimatedAdderCost: 39
77.10/77.49	c Try to convert by bdds
77.20/77.51	c D: 1
77.20/77.51	c estimatedAdderCost: 39
77.20/77.51	c Try to convert by bdds
77.20/77.52	c D: 1
77.20/77.52	c estimatedAdderCost: 39
77.20/77.52	c Try to convert by bdds
77.20/77.54	c D: 1
77.20/77.54	c estimatedAdderCost: 39
77.20/77.54	c Try to convert by bdds
77.20/77.55	c D: 1
77.20/77.55	c estimatedAdderCost: 39
77.20/77.55	c Try to convert by bdds
77.20/77.57	c D: 1
77.20/77.57	c estimatedAdderCost: 39
77.20/77.57	c Try to convert by bdds
77.20/77.58	c D: 1
77.20/77.58	c estimatedAdderCost: 39
77.20/77.58	c Try to convert by bdds
77.30/77.60	c D: 1
77.30/77.60	c estimatedAdderCost: 39
77.30/77.60	c Try to convert by bdds
77.30/77.61	c D: 1
77.30/77.61	c estimatedAdderCost: 39
77.30/77.61	c Try to convert by bdds
77.30/77.63	c D: 1
77.30/77.63	c estimatedAdderCost: 39
77.30/77.63	c Try to convert by bdds
77.30/77.64	c D: 1
77.30/77.64	c estimatedAdderCost: 39
77.30/77.64	c Try to convert by bdds
77.30/77.66	c D: 1
77.30/77.66	c estimatedAdderCost: 39
77.30/77.66	c Try to convert by bdds
77.30/77.67	c D: 1
77.30/77.67	c estimatedAdderCost: 39
77.30/77.67	c Try to convert by bdds
77.30/77.69	c D: 1
77.30/77.69	c estimatedAdderCost: 39
77.30/77.69	c Try to convert by bdds
77.40/77.70	c D: 1
77.40/77.70	c estimatedAdderCost: 39
77.40/77.70	c Try to convert by bdds
77.40/77.72	c D: 1
77.40/77.72	c estimatedAdderCost: 39
77.40/77.72	c Try to convert by bdds
77.40/77.73	c D: 1
77.40/77.73	c estimatedAdderCost: 39
77.40/77.73	c Try to convert by bdds
77.40/77.75	c D: 1
77.40/77.75	c estimatedAdderCost: 39
77.40/77.75	c Try to convert by bdds
77.40/77.76	c D: 1
77.40/77.76	c estimatedAdderCost: 39
77.40/77.76	c Try to convert by bdds
77.40/77.78	c D: 1
77.40/77.78	c estimatedAdderCost: 39
77.40/77.78	c Try to convert by bdds
77.40/77.79	c D: 1
77.40/77.79	c estimatedAdderCost: 39
77.40/77.79	c Try to convert by bdds
77.50/77.81	c D: 1
77.50/77.81	c estimatedAdderCost: 39
77.50/77.81	c Try to convert by bdds
77.50/77.82	c D: 1
77.50/77.82	c estimatedAdderCost: 39
77.50/77.82	c Try to convert by bdds
77.50/77.84	c D: 1
77.50/77.84	c estimatedAdderCost: 39
77.50/77.84	c Try to convert by bdds
77.50/77.85	c D: 1
77.50/77.85	c estimatedAdderCost: 39
77.50/77.85	c Try to convert by bdds
77.50/77.87	c D: 1
77.50/77.87	c estimatedAdderCost: 39
77.50/77.87	c Try to convert by bdds
77.50/77.88	c D: 1
77.50/77.88	c estimatedAdderCost: 39
77.50/77.88	c Try to convert by bdds
77.60/77.90	c D: 1
77.60/77.90	c estimatedAdderCost: 39
77.60/77.90	c Try to convert by bdds
77.60/77.91	c D: 1
77.60/77.91	c estimatedAdderCost: 39
77.60/77.91	c Try to convert by bdds
77.60/77.93	c D: 1
77.60/77.93	c estimatedAdderCost: 39
77.60/77.93	c Try to convert by bdds
77.60/77.94	c D: 1
77.60/77.94	c estimatedAdderCost: 39
77.60/77.94	c Try to convert by bdds
77.60/77.96	c D: 1
77.60/77.96	c estimatedAdderCost: 39
77.60/77.96	c Try to convert by bdds
77.60/77.97	c D: 1
77.60/77.97	c estimatedAdderCost: 39
77.60/77.97	c Try to convert by bdds
77.60/77.99	c D: 1
77.60/77.99	c estimatedAdderCost: 39
77.60/77.99	c Try to convert by bdds
77.60/78.00	c D: 1
77.60/78.00	c estimatedAdderCost: 39
77.60/78.00	c Try to convert by bdds
77.71/78.02	c D: 1
77.71/78.02	c estimatedAdderCost: 30
77.71/78.02	c Try to convert by bdds
77.71/78.03	c D: 1
77.71/78.03	c estimatedAdderCost: 30
77.71/78.03	c Try to convert by bdds
77.71/78.04	c D: 1
77.71/78.04	c estimatedAdderCost: 30
77.71/78.04	c Try to convert by bdds
77.71/78.05	c D: 1
77.71/78.05	c estimatedAdderCost: 30
77.71/78.05	c Try to convert by bdds
77.71/78.06	c D: 1
77.71/78.06	c estimatedAdderCost: 30
77.71/78.06	c Try to convert by bdds
77.71/78.07	c D: 1
77.71/78.07	c estimatedAdderCost: 30
77.71/78.07	c Try to convert by bdds
77.71/78.08	c D: 1
77.71/78.08	c estimatedAdderCost: 30
77.71/78.08	c Try to convert by bdds
77.71/78.09	c D: 1
77.71/78.09	c estimatedAdderCost: 30
77.71/78.09	c Try to convert by bdds
77.71/78.10	c D: 1
77.71/78.10	c estimatedAdderCost: 30
77.71/78.10	c Try to convert by bdds
77.71/78.11	c D: 1
77.71/78.11	c estimatedAdderCost: 39
77.71/78.11	c Try to convert by bdds
77.81/78.12	c D: 1
77.81/78.12	c estimatedAdderCost: 39
77.81/78.12	c Try to convert by bdds
77.81/78.14	c D: 1
77.81/78.14	c estimatedAdderCost: 39
77.81/78.14	c Try to convert by bdds
77.81/78.15	c D: 1
77.81/78.15	c estimatedAdderCost: 39
77.81/78.15	c Try to convert by bdds
77.81/78.17	c D: 1
77.81/78.17	c estimatedAdderCost: 39
77.81/78.17	c Try to convert by bdds
77.81/78.18	c D: 1
77.81/78.18	c estimatedAdderCost: 39
77.81/78.18	c Try to convert by bdds
77.90/78.20	c D: 1
77.90/78.20	c estimatedAdderCost: 39
77.90/78.20	c Try to convert by bdds
77.90/78.21	c D: 1
77.90/78.21	c estimatedAdderCost: 39
77.90/78.21	c Try to convert by bdds
77.90/78.23	c D: 1
77.90/78.23	c estimatedAdderCost: 39
77.90/78.23	c Try to convert by bdds
77.90/78.24	c D: 1
77.90/78.24	c estimatedAdderCost: 39
77.90/78.24	c Try to convert by bdds
77.90/78.26	c D: 1
77.90/78.26	c estimatedAdderCost: 39
77.90/78.26	c Try to convert by bdds
77.90/78.27	c D: 1
77.90/78.27	c estimatedAdderCost: 39
77.90/78.27	c Try to convert by bdds
77.90/78.29	c D: 1
77.90/78.29	c estimatedAdderCost: 39
77.90/78.29	c Try to convert by bdds
78.00/78.30	c D: 1
78.00/78.30	c estimatedAdderCost: 39
78.00/78.30	c Try to convert by bdds
78.00/78.32	c D: 1
78.00/78.32	c estimatedAdderCost: 39
78.00/78.32	c Try to convert by bdds
78.00/78.33	c D: 1
78.00/78.33	c estimatedAdderCost: 39
78.00/78.33	c Try to convert by bdds
78.00/78.35	c D: 1
78.00/78.35	c estimatedAdderCost: 39
78.00/78.35	c Try to convert by bdds
78.00/78.36	c D: 1
78.00/78.36	c estimatedAdderCost: 39
78.00/78.36	c Try to convert by bdds
78.00/78.38	c D: 1
78.00/78.38	c estimatedAdderCost: 39
78.00/78.38	c Try to convert by bdds
78.00/78.39	c D: 1
78.00/78.39	c estimatedAdderCost: 39
78.00/78.39	c Try to convert by bdds
78.10/78.41	c D: 1
78.10/78.41	c estimatedAdderCost: 39
78.10/78.41	c Try to convert by bdds
78.10/78.42	c D: 1
78.10/78.42	c estimatedAdderCost: 39
78.10/78.42	c Try to convert by bdds
78.10/78.44	c D: 1
78.10/78.44	c estimatedAdderCost: 39
78.10/78.44	c Try to convert by bdds
78.10/78.45	c D: 1
78.10/78.45	c estimatedAdderCost: 39
78.10/78.45	c Try to convert by bdds
78.10/78.47	c D: 1
78.10/78.47	c estimatedAdderCost: 39
78.10/78.47	c Try to convert by bdds
78.10/78.48	c D: 1
78.10/78.48	c estimatedAdderCost: 39
78.10/78.48	c Try to convert by bdds
78.20/78.50	c D: 1
78.20/78.50	c estimatedAdderCost: 39
78.20/78.50	c Try to convert by bdds
78.20/78.51	c D: 1
78.20/78.51	c estimatedAdderCost: 39
78.20/78.51	c Try to convert by bdds
78.20/78.53	c D: 1
78.20/78.53	c estimatedAdderCost: 39
78.20/78.53	c Try to convert by bdds
78.20/78.54	c D: 1
78.20/78.54	c estimatedAdderCost: 39
78.20/78.54	c Try to convert by bdds
78.20/78.56	c D: 1
78.20/78.56	c estimatedAdderCost: 39
78.20/78.56	c Try to convert by bdds
78.20/78.57	c D: 1
78.20/78.57	c estimatedAdderCost: 39
78.20/78.57	c Try to convert by bdds
78.20/78.59	c D: 1
78.20/78.59	c estimatedAdderCost: 39
78.20/78.59	c Try to convert by bdds
78.30/78.60	c D: 1
78.30/78.60	c estimatedAdderCost: 39
78.30/78.60	c Try to convert by bdds
78.30/78.62	c D: 1
78.30/78.62	c estimatedAdderCost: 39
78.30/78.62	c Try to convert by bdds
78.30/78.63	c D: 1
78.30/78.63	c estimatedAdderCost: 39
78.30/78.63	c Try to convert by bdds
78.30/78.65	c D: 1
78.30/78.65	c estimatedAdderCost: 39
78.30/78.65	c Try to convert by bdds
78.30/78.66	c D: 1
78.30/78.66	c estimatedAdderCost: 39
78.30/78.66	c Try to convert by bdds
78.30/78.68	c D: 1
78.30/78.68	c estimatedAdderCost: 39
78.30/78.68	c Try to convert by bdds
78.30/78.69	c D: 1
78.30/78.69	c estimatedAdderCost: 39
78.30/78.69	c Try to convert by bdds
78.40/78.71	c D: 1
78.40/78.71	c estimatedAdderCost: 39
78.40/78.71	c Try to convert by bdds
78.40/78.72	c D: 1
78.40/78.72	c estimatedAdderCost: 39
78.40/78.72	c Try to convert by bdds
78.40/78.74	c D: 1
78.40/78.74	c estimatedAdderCost: 39
78.40/78.74	c Try to convert by bdds
78.40/78.75	c D: 1
78.40/78.75	c estimatedAdderCost: 39
78.40/78.75	c Try to convert by bdds
78.40/78.77	c D: 1
78.40/78.77	c estimatedAdderCost: 39
78.40/78.77	c Try to convert by bdds
78.40/78.78	c D: 1
78.40/78.78	c estimatedAdderCost: 39
78.40/78.78	c Try to convert by bdds
78.50/78.80	c D: 1
78.50/78.80	c estimatedAdderCost: 39
78.50/78.80	c Try to convert by bdds
78.50/78.81	c D: 1
78.50/78.81	c estimatedAdderCost: 39
78.50/78.81	c Try to convert by bdds
78.50/78.83	c D: 1
78.50/78.83	c estimatedAdderCost: 39
78.50/78.83	c Try to convert by bdds
78.50/78.84	c D: 1
78.50/78.84	c estimatedAdderCost: 39
78.50/78.84	c Try to convert by bdds
78.50/78.86	c D: 1
78.50/78.86	c estimatedAdderCost: 39
78.50/78.86	c Try to convert by bdds
78.50/78.87	c D: 1
78.50/78.87	c estimatedAdderCost: 39
78.50/78.87	c Try to convert by bdds
78.50/78.89	c D: 1
78.50/78.89	c estimatedAdderCost: 39
78.50/78.89	c Try to convert by bdds
78.59/78.90	c D: 1
78.59/78.90	c estimatedAdderCost: 39
78.59/78.90	c Try to convert by bdds
78.59/78.92	c D: 1
78.59/78.92	c estimatedAdderCost: 39
78.59/78.92	c Try to convert by bdds
78.59/78.93	c D: 1
78.59/78.93	c estimatedAdderCost: 39
78.59/78.93	c Try to convert by bdds
78.59/78.95	c D: 1
78.59/78.95	c estimatedAdderCost: 39
78.59/78.95	c Try to convert by bdds
78.59/78.96	c D: 1
78.59/78.96	c estimatedAdderCost: 39
78.59/78.96	c Try to convert by bdds
78.59/78.98	c D: 1
78.59/78.98	c estimatedAdderCost: 39
78.59/78.98	c Try to convert by bdds
78.59/78.99	c D: 1
78.59/78.99	c estimatedAdderCost: 39
78.59/78.99	c Try to convert by bdds
78.71/79.01	c D: 1
78.71/79.01	c estimatedAdderCost: 39
78.71/79.01	c Try to convert by bdds
78.71/79.02	c D: 1
78.71/79.02	c estimatedAdderCost: 39
78.71/79.02	c Try to convert by bdds
78.71/79.04	c D: 1
78.71/79.04	c estimatedAdderCost: 39
78.71/79.04	c Try to convert by bdds
78.71/79.05	c D: 1
78.71/79.05	c estimatedAdderCost: 39
78.71/79.05	c Try to convert by bdds
78.71/79.07	c D: 1
78.71/79.07	c estimatedAdderCost: 39
78.71/79.07	c Try to convert by bdds
78.71/79.08	c D: 1
78.71/79.08	c estimatedAdderCost: 39
78.71/79.08	c Try to convert by bdds
78.71/79.10	c D: 1
78.71/79.10	c estimatedAdderCost: 39
78.71/79.10	c Try to convert by bdds
78.81/79.11	c D: 1
78.81/79.11	c estimatedAdderCost: 39
78.81/79.11	c Try to convert by bdds
78.81/79.13	c D: 1
78.81/79.13	c estimatedAdderCost: 39
78.81/79.13	c Try to convert by bdds
78.81/79.14	c D: 1
78.81/79.14	c estimatedAdderCost: 39
78.81/79.14	c Try to convert by bdds
78.81/79.16	c D: 1
78.81/79.16	c estimatedAdderCost: 39
78.81/79.16	c Try to convert by bdds
78.81/79.17	c D: 1
78.81/79.17	c estimatedAdderCost: 39
78.81/79.17	c Try to convert by bdds
78.81/79.19	c D: 1
78.81/79.19	c estimatedAdderCost: 39
78.81/79.19	c Try to convert by bdds
78.89/79.20	c D: 1
78.89/79.20	c estimatedAdderCost: 39
78.89/79.20	c Try to convert by bdds
78.89/79.22	c D: 1
78.89/79.22	c estimatedAdderCost: 39
78.89/79.22	c Try to convert by bdds
78.89/79.23	c D: 1
78.89/79.23	c estimatedAdderCost: 39
78.89/79.23	c Try to convert by bdds
78.89/79.25	c D: 1
78.89/79.25	c estimatedAdderCost: 39
78.89/79.25	c Try to convert by bdds
78.89/79.27	c D: 1
78.89/79.27	c estimatedAdderCost: 39
78.89/79.27	c Try to convert by bdds
78.89/79.28	c D: 1
78.89/79.28	c estimatedAdderCost: 39
78.89/79.28	c Try to convert by bdds
78.89/79.30	c D: 1
78.89/79.30	c estimatedAdderCost: 39
78.89/79.30	c Try to convert by bdds
78.99/79.31	c D: 1
78.99/79.31	c estimatedAdderCost: 39
78.99/79.31	c Try to convert by bdds
78.99/79.33	c D: 1
78.99/79.33	c estimatedAdderCost: 39
78.99/79.33	c Try to convert by bdds
78.99/79.34	c D: 1
78.99/79.34	c estimatedAdderCost: 39
78.99/79.34	c Try to convert by bdds
78.99/79.36	c D: 1
78.99/79.36	c estimatedAdderCost: 39
78.99/79.36	c Try to convert by bdds
78.99/79.37	c D: 1
78.99/79.37	c estimatedAdderCost: 39
78.99/79.37	c Try to convert by bdds
78.99/79.39	c D: 1
78.99/79.39	c estimatedAdderCost: 39
78.99/79.39	c Try to convert by bdds
79.09/79.40	c D: 1
79.09/79.40	c estimatedAdderCost: 39
79.09/79.40	c Try to convert by bdds
79.09/79.42	c D: 1
79.09/79.42	c estimatedAdderCost: 39
79.09/79.42	c Try to convert by bdds
79.09/79.43	c D: 1
79.09/79.43	c estimatedAdderCost: 39
79.09/79.43	c Try to convert by bdds
79.09/79.45	c D: 1
79.09/79.45	c estimatedAdderCost: 39
79.09/79.45	c Try to convert by bdds
79.09/79.46	c D: 1
79.09/79.46	c estimatedAdderCost: 39
79.09/79.46	c Try to convert by bdds
79.09/79.48	c D: 1
79.09/79.48	c estimatedAdderCost: 39
79.09/79.48	c Try to convert by bdds
79.09/79.49	c D: 1
79.09/79.49	c estimatedAdderCost: 39
79.09/79.49	c Try to convert by bdds
79.19/79.51	c D: 1
79.19/79.51	c estimatedAdderCost: 39
79.19/79.51	c Try to convert by bdds
79.19/79.52	c D: 1
79.19/79.52	c estimatedAdderCost: 39
79.19/79.52	c Try to convert by bdds
79.19/79.54	c D: 1
79.19/79.54	c estimatedAdderCost: 39
79.19/79.54	c Try to convert by bdds
79.19/79.55	c D: 1
79.19/79.55	c estimatedAdderCost: 39
79.19/79.55	c Try to convert by bdds
79.19/79.57	c D: 1
79.19/79.57	c estimatedAdderCost: 39
79.19/79.57	c Try to convert by bdds
79.19/79.58	c D: 1
79.19/79.58	c estimatedAdderCost: 39
79.19/79.58	c Try to convert by bdds
79.29/79.60	c D: 1
79.29/79.60	c estimatedAdderCost: 30
79.29/79.60	c Try to convert by bdds
79.29/79.61	c D: 1
79.29/79.61	c estimatedAdderCost: 30
79.29/79.61	c Try to convert by bdds
79.29/79.62	c D: 1
79.29/79.62	c estimatedAdderCost: 30
79.29/79.62	c Try to convert by bdds
79.29/79.63	c D: 1
79.29/79.63	c estimatedAdderCost: 30
79.29/79.63	c Try to convert by bdds
79.29/79.64	c D: 1
79.29/79.64	c estimatedAdderCost: 30
79.29/79.64	c Try to convert by bdds
79.29/79.65	c D: 1
79.29/79.65	c estimatedAdderCost: 30
79.29/79.65	c Try to convert by bdds
79.29/79.66	c D: 1
79.29/79.66	c estimatedAdderCost: 30
79.29/79.66	c Try to convert by bdds
79.29/79.67	c D: 1
79.29/79.67	c estimatedAdderCost: 30
79.29/79.67	c Try to convert by bdds
79.29/79.68	c D: 1
79.29/79.68	c estimatedAdderCost: 30
79.29/79.68	c Try to convert by bdds
79.29/79.69	c D: 1
79.29/79.69	c estimatedAdderCost: 30
79.29/79.69	c Try to convert by bdds
79.39/79.70	c D: 1
79.39/79.70	c estimatedAdderCost: 39
79.39/79.70	c Try to convert by bdds
79.39/79.71	c D: 1
79.39/79.71	c estimatedAdderCost: 39
79.39/79.71	c Try to convert by bdds
79.39/79.73	c D: 1
79.39/79.73	c estimatedAdderCost: 39
79.39/79.73	c Try to convert by bdds
79.39/79.74	c D: 1
79.39/79.74	c estimatedAdderCost: 39
79.39/79.74	c Try to convert by bdds
79.39/79.76	c D: 1
79.39/79.76	c estimatedAdderCost: 39
79.39/79.76	c Try to convert by bdds
79.39/79.77	c D: 1
79.39/79.77	c estimatedAdderCost: 39
79.39/79.77	c Try to convert by bdds
79.39/79.79	c D: 1
79.39/79.79	c estimatedAdderCost: 39
79.39/79.79	c Try to convert by bdds
79.49/79.80	c D: 1
79.49/79.80	c estimatedAdderCost: 39
79.49/79.80	c Try to convert by bdds
79.49/79.82	c D: 1
79.49/79.82	c estimatedAdderCost: 39
79.49/79.82	c Try to convert by bdds
79.49/79.83	c D: 1
79.49/79.83	c estimatedAdderCost: 39
79.49/79.83	c Try to convert by bdds
79.49/79.85	c D: 1
79.49/79.85	c estimatedAdderCost: 39
79.49/79.85	c Try to convert by bdds
79.49/79.86	c D: 1
79.49/79.86	c estimatedAdderCost: 39
79.49/79.86	c Try to convert by bdds
79.49/79.88	c D: 1
79.49/79.88	c estimatedAdderCost: 39
79.49/79.88	c Try to convert by bdds
79.49/79.89	c D: 1
79.49/79.89	c estimatedAdderCost: 39
79.49/79.89	c Try to convert by bdds
79.59/79.91	c D: 1
79.59/79.91	c estimatedAdderCost: 39
79.59/79.91	c Try to convert by bdds
79.59/79.92	c D: 1
79.59/79.92	c estimatedAdderCost: 39
79.59/79.92	c Try to convert by bdds
79.59/79.94	c D: 1
79.59/79.94	c estimatedAdderCost: 39
79.59/79.94	c Try to convert by bdds
79.59/79.95	c D: 1
79.59/79.95	c estimatedAdderCost: 39
79.59/79.95	c Try to convert by bdds
79.59/79.97	c D: 1
79.59/79.97	c estimatedAdderCost: 39
79.59/79.97	c Try to convert by bdds
79.59/79.98	c D: 1
79.59/79.98	c estimatedAdderCost: 39
79.59/79.98	c Try to convert by bdds
79.59/80.00	c D: 1
79.59/80.00	c estimatedAdderCost: 39
79.59/80.00	c Try to convert by bdds
79.70/80.01	c D: 1
79.70/80.01	c estimatedAdderCost: 39
79.70/80.01	c Try to convert by bdds
79.70/80.03	c D: 1
79.70/80.03	c estimatedAdderCost: 39
79.70/80.03	c Try to convert by bdds
79.70/80.04	c D: 1
79.70/80.04	c estimatedAdderCost: 39
79.70/80.04	c Try to convert by bdds
79.70/80.06	c D: 1
79.70/80.06	c estimatedAdderCost: 39
79.70/80.06	c Try to convert by bdds
79.70/80.07	c D: 1
79.70/80.07	c estimatedAdderCost: 39
79.70/80.07	c Try to convert by bdds
79.70/80.09	c D: 1
79.70/80.09	c estimatedAdderCost: 39
79.70/80.09	c Try to convert by bdds
79.70/80.10	c D: 1
79.70/80.10	c estimatedAdderCost: 39
79.70/80.10	c Try to convert by bdds
79.80/80.12	c D: 1
79.80/80.12	c estimatedAdderCost: 39
79.80/80.12	c Try to convert by bdds
79.80/80.13	c D: 1
79.80/80.13	c estimatedAdderCost: 39
79.80/80.13	c Try to convert by bdds
79.80/80.15	c D: 1
79.80/80.15	c estimatedAdderCost: 39
79.80/80.15	c Try to convert by bdds
79.80/80.16	c D: 1
79.80/80.16	c estimatedAdderCost: 39
79.80/80.16	c Try to convert by bdds
79.80/80.18	c D: 1
79.80/80.18	c estimatedAdderCost: 39
79.80/80.18	c Try to convert by bdds
79.80/80.19	c D: 1
79.80/80.19	c estimatedAdderCost: 39
79.80/80.19	c Try to convert by bdds
79.89/80.21	c D: 1
79.89/80.21	c estimatedAdderCost: 39
79.89/80.21	c Try to convert by bdds
79.89/80.22	c D: 1
79.89/80.22	c estimatedAdderCost: 39
79.89/80.22	c Try to convert by bdds
79.89/80.24	c D: 1
79.89/80.24	c estimatedAdderCost: 39
79.89/80.24	c Try to convert by bdds
79.89/80.25	c D: 1
79.89/80.25	c estimatedAdderCost: 39
79.89/80.25	c Try to convert by bdds
79.89/80.27	c D: 1
79.89/80.27	c estimatedAdderCost: 39
79.89/80.27	c Try to convert by bdds
79.89/80.28	c D: 1
79.89/80.28	c estimatedAdderCost: 39
79.89/80.28	c Try to convert by bdds
79.99/80.30	c D: 1
79.99/80.30	c estimatedAdderCost: 39
79.99/80.30	c Try to convert by bdds
79.99/80.31	c D: 1
79.99/80.31	c estimatedAdderCost: 39
79.99/80.31	c Try to convert by bdds
79.99/80.33	c D: 1
79.99/80.33	c estimatedAdderCost: 39
79.99/80.33	c Try to convert by bdds
79.99/80.34	c D: 1
79.99/80.34	c estimatedAdderCost: 39
79.99/80.34	c Try to convert by bdds
79.99/80.36	c D: 1
79.99/80.36	c estimatedAdderCost: 39
79.99/80.36	c Try to convert by bdds
79.99/80.37	c D: 1
79.99/80.37	c estimatedAdderCost: 39
79.99/80.37	c Try to convert by bdds
79.99/80.39	c D: 1
79.99/80.39	c estimatedAdderCost: 39
79.99/80.39	c Try to convert by bdds
80.09/80.40	c D: 1
80.09/80.40	c estimatedAdderCost: 39
80.09/80.40	c Try to convert by bdds
80.09/80.42	c D: 1
80.09/80.42	c estimatedAdderCost: 39
80.09/80.42	c Try to convert by bdds
80.09/80.43	c D: 1
80.09/80.43	c estimatedAdderCost: 39
80.09/80.43	c Try to convert by bdds
80.09/80.45	c D: 1
80.09/80.45	c estimatedAdderCost: 39
80.09/80.45	c Try to convert by bdds
80.09/80.46	c D: 1
80.09/80.46	c estimatedAdderCost: 39
80.09/80.46	c Try to convert by bdds
80.09/80.48	c D: 1
80.09/80.48	c estimatedAdderCost: 39
80.09/80.48	c Try to convert by bdds
80.09/80.49	c D: 1
80.09/80.49	c estimatedAdderCost: 39
80.09/80.49	c Try to convert by bdds
80.19/80.51	c D: 1
80.19/80.51	c estimatedAdderCost: 39
80.19/80.51	c Try to convert by bdds
80.19/80.52	c D: 1
80.19/80.52	c estimatedAdderCost: 39
80.19/80.52	c Try to convert by bdds
80.19/80.54	c D: 1
80.19/80.54	c estimatedAdderCost: 39
80.19/80.54	c Try to convert by bdds
80.19/80.55	c D: 1
80.19/80.55	c estimatedAdderCost: 39
80.19/80.55	c Try to convert by bdds
80.19/80.57	c D: 1
80.19/80.57	c estimatedAdderCost: 39
80.19/80.57	c Try to convert by bdds
80.19/80.58	c D: 1
80.19/80.58	c estimatedAdderCost: 39
80.19/80.58	c Try to convert by bdds
80.29/80.60	c D: 1
80.29/80.60	c estimatedAdderCost: 39
80.29/80.60	c Try to convert by bdds
80.29/80.61	c D: 1
80.29/80.61	c estimatedAdderCost: 39
80.29/80.61	c Try to convert by bdds
80.29/80.63	c D: 1
80.29/80.63	c estimatedAdderCost: 39
80.29/80.63	c Try to convert by bdds
80.29/80.64	c D: 1
80.29/80.64	c estimatedAdderCost: 39
80.29/80.64	c Try to convert by bdds
80.29/80.66	c D: 1
80.29/80.66	c estimatedAdderCost: 39
80.29/80.66	c Try to convert by bdds
80.29/80.67	c D: 1
80.29/80.67	c estimatedAdderCost: 39
80.29/80.67	c Try to convert by bdds
80.29/80.69	c D: 1
80.29/80.69	c estimatedAdderCost: 39
80.29/80.69	c Try to convert by bdds
80.39/80.70	c D: 1
80.39/80.70	c estimatedAdderCost: 39
80.39/80.70	c Try to convert by bdds
80.39/80.72	c D: 1
80.39/80.72	c estimatedAdderCost: 39
80.39/80.72	c Try to convert by bdds
80.39/80.73	c D: 1
80.39/80.73	c estimatedAdderCost: 39
80.39/80.73	c Try to convert by bdds
80.39/80.75	c D: 1
80.39/80.75	c estimatedAdderCost: 39
80.39/80.75	c Try to convert by bdds
80.39/80.76	c D: 1
80.39/80.76	c estimatedAdderCost: 39
80.39/80.76	c Try to convert by bdds
80.39/80.78	c D: 1
80.39/80.78	c estimatedAdderCost: 39
80.39/80.78	c Try to convert by bdds
80.39/80.79	c D: 1
80.39/80.79	c estimatedAdderCost: 39
80.39/80.79	c Try to convert by bdds
80.49/80.81	c D: 1
80.49/80.81	c estimatedAdderCost: 39
80.49/80.81	c Try to convert by bdds
80.49/80.82	c D: 1
80.49/80.82	c estimatedAdderCost: 39
80.49/80.82	c Try to convert by bdds
80.49/80.84	c D: 1
80.49/80.84	c estimatedAdderCost: 39
80.49/80.84	c Try to convert by bdds
80.49/80.85	c D: 1
80.49/80.85	c estimatedAdderCost: 39
80.49/80.85	c Try to convert by bdds
80.49/80.87	c D: 1
80.49/80.87	c estimatedAdderCost: 39
80.49/80.87	c Try to convert by bdds
80.49/80.88	c D: 1
80.49/80.88	c estimatedAdderCost: 39
80.49/80.88	c Try to convert by bdds
80.59/80.90	c D: 1
80.59/80.90	c estimatedAdderCost: 39
80.59/80.90	c Try to convert by bdds
80.59/80.91	c D: 1
80.59/80.91	c estimatedAdderCost: 39
80.59/80.91	c Try to convert by bdds
80.59/80.93	c D: 1
80.59/80.93	c estimatedAdderCost: 39
80.59/80.93	c Try to convert by bdds
80.59/80.94	c D: 1
80.59/80.94	c estimatedAdderCost: 39
80.59/80.94	c Try to convert by bdds
80.59/80.96	c D: 1
80.59/80.96	c estimatedAdderCost: 39
80.59/80.96	c Try to convert by bdds
80.59/80.97	c D: 1
80.59/80.97	c estimatedAdderCost: 39
80.59/80.97	c Try to convert by bdds
80.59/80.99	c D: 1
80.59/80.99	c estimatedAdderCost: 39
80.59/80.99	c Try to convert by bdds
80.59/81.00	c D: 1
80.59/81.00	c estimatedAdderCost: 39
80.59/81.00	c Try to convert by bdds
80.70/81.02	c D: 1
80.70/81.02	c estimatedAdderCost: 39
80.70/81.02	c Try to convert by bdds
80.70/81.03	c D: 1
80.70/81.03	c estimatedAdderCost: 39
80.70/81.03	c Try to convert by bdds
80.70/81.05	c D: 1
80.70/81.05	c estimatedAdderCost: 39
80.70/81.05	c Try to convert by bdds
80.70/81.06	c D: 1
80.70/81.06	c estimatedAdderCost: 39
80.70/81.06	c Try to convert by bdds
80.70/81.08	c D: 1
80.70/81.08	c estimatedAdderCost: 39
80.70/81.08	c Try to convert by bdds
80.70/81.09	c D: 1
80.70/81.09	c estimatedAdderCost: 39
80.70/81.09	c Try to convert by bdds
80.70/81.11	c D: 1
80.70/81.11	c estimatedAdderCost: 39
80.70/81.11	c Try to convert by bdds
80.80/81.12	c D: 1
80.80/81.12	c estimatedAdderCost: 39
80.80/81.12	c Try to convert by bdds
80.80/81.14	c D: 1
80.80/81.14	c estimatedAdderCost: 39
80.80/81.14	c Try to convert by bdds
80.80/81.15	c D: 1
80.80/81.15	c estimatedAdderCost: 39
80.80/81.15	c Try to convert by bdds
80.80/81.17	c D: 1
80.80/81.17	c estimatedAdderCost: 39
80.80/81.17	c Try to convert by bdds
80.80/81.18	c D: 1
80.80/81.18	c estimatedAdderCost: 39
80.80/81.18	c Try to convert by bdds
80.80/81.19	c D: 1
80.80/81.19	c estimatedAdderCost: 39
80.80/81.19	c Try to convert by bdds
80.89/81.21	c D: 1
80.89/81.21	c estimatedAdderCost: 39
80.89/81.21	c Try to convert by bdds
80.89/81.22	c D: 1
80.89/81.22	c estimatedAdderCost: 39
80.89/81.22	c Try to convert by bdds
80.89/81.24	c D: 1
80.89/81.24	c estimatedAdderCost: 39
80.89/81.24	c Try to convert by bdds
80.89/81.25	c D: 1
80.89/81.25	c estimatedAdderCost: 39
80.89/81.25	c Try to convert by bdds
80.89/81.27	c D: 1
80.89/81.27	c estimatedAdderCost: 30
80.89/81.27	c Try to convert by bdds
80.89/81.28	c D: 1
80.89/81.28	c estimatedAdderCost: 30
80.89/81.28	c Try to convert by bdds
80.89/81.29	c D: 1
80.89/81.29	c estimatedAdderCost: 30
80.89/81.29	c Try to convert by bdds
80.99/81.30	c D: 1
80.99/81.30	c estimatedAdderCost: 30
80.99/81.30	c Try to convert by bdds
80.99/81.31	c D: 1
80.99/81.31	c estimatedAdderCost: 30
80.99/81.31	c Try to convert by bdds
80.99/81.32	c D: 1
80.99/81.32	c estimatedAdderCost: 30
80.99/81.32	c Try to convert by bdds
80.99/81.33	c D: 1
80.99/81.33	c estimatedAdderCost: 30
80.99/81.33	c Try to convert by bdds
80.99/81.34	c D: 1
80.99/81.34	c estimatedAdderCost: 30
80.99/81.34	c Try to convert by bdds
80.99/81.35	c D: 1
80.99/81.35	c estimatedAdderCost: 30
80.99/81.35	c Try to convert by bdds
80.99/81.36	c D: 1
80.99/81.36	c estimatedAdderCost: 30
80.99/81.36	c Try to convert by bdds
80.99/81.37	c D: 1
80.99/81.37	c estimatedAdderCost: 30
80.99/81.37	c Try to convert by bdds
80.99/81.38	c D: 1
80.99/81.38	c estimatedAdderCost: 39
80.99/81.38	c Try to convert by bdds
80.99/81.39	c D: 1
80.99/81.39	c estimatedAdderCost: 39
80.99/81.39	c Try to convert by bdds
81.09/81.41	c D: 1
81.09/81.41	c estimatedAdderCost: 39
81.09/81.41	c Try to convert by bdds
81.09/81.42	c D: 1
81.09/81.42	c estimatedAdderCost: 39
81.09/81.42	c Try to convert by bdds
81.09/81.44	c D: 1
81.09/81.44	c estimatedAdderCost: 39
81.09/81.44	c Try to convert by bdds
81.09/81.45	c D: 1
81.09/81.45	c estimatedAdderCost: 39
81.09/81.45	c Try to convert by bdds
81.09/81.47	c D: 1
81.09/81.47	c estimatedAdderCost: 39
81.09/81.47	c Try to convert by bdds
81.09/81.48	c D: 1
81.09/81.48	c estimatedAdderCost: 39
81.09/81.48	c Try to convert by bdds
81.19/81.50	c D: 1
81.19/81.50	c estimatedAdderCost: 39
81.19/81.50	c Try to convert by bdds
81.19/81.51	c D: 1
81.19/81.51	c estimatedAdderCost: 39
81.19/81.51	c Try to convert by bdds
81.19/81.53	c D: 1
81.19/81.53	c estimatedAdderCost: 39
81.19/81.53	c Try to convert by bdds
81.19/81.54	c D: 1
81.19/81.54	c estimatedAdderCost: 39
81.19/81.54	c Try to convert by bdds
81.19/81.56	c D: 1
81.19/81.56	c estimatedAdderCost: 39
81.19/81.56	c Try to convert by bdds
81.19/81.57	c D: 1
81.19/81.57	c estimatedAdderCost: 39
81.19/81.57	c Try to convert by bdds
81.19/81.59	c D: 1
81.19/81.59	c estimatedAdderCost: 39
81.19/81.59	c Try to convert by bdds
81.29/81.60	c D: 1
81.29/81.60	c estimatedAdderCost: 39
81.29/81.60	c Try to convert by bdds
81.29/81.62	c D: 1
81.29/81.62	c estimatedAdderCost: 39
81.29/81.62	c Try to convert by bdds
81.29/81.63	c D: 1
81.29/81.63	c estimatedAdderCost: 39
81.29/81.63	c Try to convert by bdds
81.29/81.65	c D: 1
81.29/81.65	c estimatedAdderCost: 39
81.29/81.65	c Try to convert by bdds
81.29/81.66	c D: 1
81.29/81.66	c estimatedAdderCost: 39
81.29/81.66	c Try to convert by bdds
81.29/81.68	c D: 1
81.29/81.68	c estimatedAdderCost: 39
81.29/81.68	c Try to convert by bdds
81.29/81.69	c D: 1
81.29/81.69	c estimatedAdderCost: 39
81.29/81.69	c Try to convert by bdds
81.38/81.71	c D: 1
81.38/81.71	c estimatedAdderCost: 39
81.38/81.71	c Try to convert by bdds
81.38/81.72	c D: 1
81.38/81.72	c estimatedAdderCost: 39
81.38/81.72	c Try to convert by bdds
81.38/81.74	c D: 1
81.38/81.74	c estimatedAdderCost: 39
81.38/81.74	c Try to convert by bdds
81.38/81.75	c D: 1
81.38/81.75	c estimatedAdderCost: 39
81.38/81.75	c Try to convert by bdds
81.38/81.76	c D: 1
81.38/81.76	c estimatedAdderCost: 39
81.38/81.76	c Try to convert by bdds
81.38/81.78	c D: 1
81.38/81.78	c estimatedAdderCost: 39
81.38/81.78	c Try to convert by bdds
81.38/81.79	c D: 1
81.38/81.79	c estimatedAdderCost: 39
81.38/81.79	c Try to convert by bdds
81.48/81.81	c D: 1
81.48/81.81	c estimatedAdderCost: 39
81.48/81.81	c Try to convert by bdds
81.48/81.82	c D: 1
81.48/81.82	c estimatedAdderCost: 39
81.48/81.82	c Try to convert by bdds
81.48/81.84	c D: 1
81.48/81.84	c estimatedAdderCost: 39
81.48/81.84	c Try to convert by bdds
81.48/81.85	c D: 1
81.48/81.85	c estimatedAdderCost: 39
81.48/81.85	c Try to convert by bdds
81.48/81.87	c D: 1
81.48/81.87	c estimatedAdderCost: 39
81.48/81.87	c Try to convert by bdds
81.48/81.88	c D: 1
81.48/81.88	c estimatedAdderCost: 39
81.48/81.88	c Try to convert by bdds
81.58/81.90	c D: 1
81.58/81.90	c estimatedAdderCost: 39
81.58/81.90	c Try to convert by bdds
81.58/81.91	c D: 1
81.58/81.91	c estimatedAdderCost: 39
81.58/81.91	c Try to convert by bdds
81.58/81.93	c D: 1
81.58/81.93	c estimatedAdderCost: 39
81.58/81.93	c Try to convert by bdds
81.58/81.94	c D: 1
81.58/81.94	c estimatedAdderCost: 39
81.58/81.94	c Try to convert by bdds
81.58/81.96	c D: 1
81.58/81.96	c estimatedAdderCost: 39
81.58/81.96	c Try to convert by bdds
81.58/81.97	c D: 1
81.58/81.97	c estimatedAdderCost: 39
81.58/81.97	c Try to convert by bdds
81.58/81.99	c D: 1
81.58/81.99	c estimatedAdderCost: 39
81.58/81.99	c Try to convert by bdds
81.58/82.00	c D: 1
81.58/82.00	c estimatedAdderCost: 39
81.58/82.00	c Try to convert by bdds
81.70/82.02	c D: 1
81.70/82.02	c estimatedAdderCost: 39
81.70/82.02	c Try to convert by bdds
81.70/82.03	c D: 1
81.70/82.03	c estimatedAdderCost: 39
81.70/82.03	c Try to convert by bdds
81.70/82.05	c D: 1
81.70/82.05	c estimatedAdderCost: 39
81.70/82.05	c Try to convert by bdds
81.70/82.06	c D: 1
81.70/82.06	c estimatedAdderCost: 39
81.70/82.06	c Try to convert by bdds
81.70/82.08	c D: 1
81.70/82.08	c estimatedAdderCost: 39
81.70/82.08	c Try to convert by bdds
81.70/82.09	c D: 1
81.70/82.09	c estimatedAdderCost: 39
81.70/82.09	c Try to convert by bdds
81.70/82.11	c D: 1
81.70/82.11	c estimatedAdderCost: 39
81.70/82.11	c Try to convert by bdds
81.80/82.12	c D: 1
81.80/82.12	c estimatedAdderCost: 39
81.80/82.12	c Try to convert by bdds
81.80/82.14	c D: 1
81.80/82.14	c estimatedAdderCost: 39
81.80/82.14	c Try to convert by bdds
81.80/82.15	c D: 1
81.80/82.15	c estimatedAdderCost: 39
81.80/82.15	c Try to convert by bdds
81.80/82.17	c D: 1
81.80/82.17	c estimatedAdderCost: 39
81.80/82.17	c Try to convert by bdds
81.80/82.18	c D: 1
81.80/82.18	c estimatedAdderCost: 39
81.80/82.18	c Try to convert by bdds
81.88/82.20	c D: 1
81.88/82.20	c estimatedAdderCost: 39
81.88/82.20	c Try to convert by bdds
81.88/82.21	c D: 1
81.88/82.21	c estimatedAdderCost: 39
81.88/82.21	c Try to convert by bdds
81.88/82.23	c D: 1
81.88/82.23	c estimatedAdderCost: 39
81.88/82.23	c Try to convert by bdds
81.88/82.24	c D: 1
81.88/82.24	c estimatedAdderCost: 39
81.88/82.24	c Try to convert by bdds
81.88/82.26	c D: 1
81.88/82.26	c estimatedAdderCost: 39
81.88/82.26	c Try to convert by bdds
81.88/82.27	c D: 1
81.88/82.27	c estimatedAdderCost: 39
81.88/82.27	c Try to convert by bdds
81.88/82.29	c D: 1
81.88/82.29	c estimatedAdderCost: 39
81.88/82.29	c Try to convert by bdds
81.98/82.30	c D: 1
81.98/82.30	c estimatedAdderCost: 39
81.98/82.30	c Try to convert by bdds
81.98/82.32	c D: 1
81.98/82.32	c estimatedAdderCost: 39
81.98/82.32	c Try to convert by bdds
81.98/82.33	c D: 1
81.98/82.33	c estimatedAdderCost: 39
81.98/82.33	c Try to convert by bdds
81.98/82.35	c D: 1
81.98/82.35	c estimatedAdderCost: 39
81.98/82.35	c Try to convert by bdds
81.98/82.36	c D: 1
81.98/82.36	c estimatedAdderCost: 39
81.98/82.36	c Try to convert by bdds
81.98/82.38	c D: 1
81.98/82.38	c estimatedAdderCost: 39
81.98/82.38	c Try to convert by bdds
81.98/82.39	c D: 1
81.98/82.39	c estimatedAdderCost: 39
81.98/82.39	c Try to convert by bdds
82.08/82.41	c D: 1
82.08/82.41	c estimatedAdderCost: 39
82.08/82.41	c Try to convert by bdds
82.08/82.42	c D: 1
82.08/82.42	c estimatedAdderCost: 39
82.08/82.42	c Try to convert by bdds
82.08/82.44	c D: 1
82.08/82.44	c estimatedAdderCost: 39
82.08/82.44	c Try to convert by bdds
82.08/82.45	c D: 1
82.08/82.45	c estimatedAdderCost: 39
82.08/82.45	c Try to convert by bdds
82.08/82.47	c D: 1
82.08/82.47	c estimatedAdderCost: 39
82.08/82.47	c Try to convert by bdds
82.08/82.48	c D: 1
82.08/82.48	c estimatedAdderCost: 39
82.08/82.48	c Try to convert by bdds
82.08/82.49	c D: 1
82.08/82.49	c estimatedAdderCost: 39
82.08/82.49	c Try to convert by bdds
82.18/82.51	c D: 1
82.18/82.51	c estimatedAdderCost: 39
82.18/82.51	c Try to convert by bdds
82.18/82.52	c D: 1
82.18/82.52	c estimatedAdderCost: 39
82.18/82.52	c Try to convert by bdds
82.18/82.54	c D: 1
82.18/82.54	c estimatedAdderCost: 39
82.18/82.54	c Try to convert by bdds
82.18/82.55	c D: 1
82.18/82.55	c estimatedAdderCost: 39
82.18/82.55	c Try to convert by bdds
82.18/82.57	c D: 1
82.18/82.57	c estimatedAdderCost: 39
82.18/82.57	c Try to convert by bdds
82.18/82.58	c D: 1
82.18/82.58	c estimatedAdderCost: 39
82.18/82.58	c Try to convert by bdds
82.28/82.60	c D: 1
82.28/82.60	c estimatedAdderCost: 39
82.28/82.60	c Try to convert by bdds
82.28/82.61	c D: 1
82.28/82.61	c estimatedAdderCost: 39
82.28/82.61	c Try to convert by bdds
82.28/82.63	c D: 1
82.28/82.63	c estimatedAdderCost: 39
82.28/82.63	c Try to convert by bdds
82.28/82.64	c D: 1
82.28/82.64	c estimatedAdderCost: 39
82.28/82.64	c Try to convert by bdds
82.28/82.66	c D: 1
82.28/82.66	c estimatedAdderCost: 39
82.28/82.66	c Try to convert by bdds
82.28/82.67	c D: 1
82.28/82.67	c estimatedAdderCost: 39
82.28/82.67	c Try to convert by bdds
82.28/82.69	c D: 1
82.28/82.69	c estimatedAdderCost: 39
82.28/82.69	c Try to convert by bdds
82.38/82.70	c D: 1
82.38/82.70	c estimatedAdderCost: 39
82.38/82.70	c Try to convert by bdds
82.38/82.72	c D: 1
82.38/82.72	c estimatedAdderCost: 39
82.38/82.72	c Try to convert by bdds
82.38/82.73	c D: 1
82.38/82.73	c estimatedAdderCost: 39
82.38/82.73	c Try to convert by bdds
82.38/82.75	c D: 1
82.38/82.75	c estimatedAdderCost: 39
82.38/82.75	c Try to convert by bdds
82.38/82.76	c D: 1
82.38/82.76	c estimatedAdderCost: 39
82.38/82.76	c Try to convert by bdds
82.38/82.78	c D: 1
82.38/82.78	c estimatedAdderCost: 39
82.38/82.78	c Try to convert by bdds
82.38/82.79	c D: 1
82.38/82.79	c estimatedAdderCost: 39
82.38/82.79	c Try to convert by bdds
82.48/82.81	c D: 1
82.48/82.81	c estimatedAdderCost: 39
82.48/82.81	c Try to convert by bdds
82.48/82.82	c D: 1
82.48/82.82	c estimatedAdderCost: 39
82.48/82.82	c Try to convert by bdds
82.48/82.84	c D: 1
82.48/82.84	c estimatedAdderCost: 39
82.48/82.84	c Try to convert by bdds
82.48/82.85	c D: 1
82.48/82.85	c estimatedAdderCost: 39
82.48/82.85	c Try to convert by bdds
82.48/82.87	c D: 1
82.48/82.87	c estimatedAdderCost: 39
82.48/82.87	c Try to convert by bdds
82.48/82.88	c D: 1
82.48/82.88	c estimatedAdderCost: 39
82.48/82.88	c Try to convert by bdds
82.58/82.90	c D: 1
82.58/82.90	c estimatedAdderCost: 39
82.58/82.90	c Try to convert by bdds
82.58/82.91	c D: 1
82.58/82.91	c estimatedAdderCost: 39
82.58/82.91	c Try to convert by bdds
82.58/82.93	c D: 1
82.58/82.93	c estimatedAdderCost: 39
82.58/82.93	c Try to convert by bdds
82.58/82.94	c D: 1
82.58/82.94	c estimatedAdderCost: 39
82.58/82.94	c Try to convert by bdds
82.58/82.96	c D: 1
82.58/82.96	c estimatedAdderCost: 39
82.58/82.96	c Try to convert by bdds
82.58/82.97	c D: 1
82.58/82.97	c estimatedAdderCost: 39
82.58/82.97	c Try to convert by bdds
82.58/82.98	c D: 1
82.58/82.98	c estimatedAdderCost: 39
82.58/82.98	c Try to convert by bdds
82.58/83.00	c D: 1
82.58/83.00	c estimatedAdderCost: 39
82.58/83.00	c Try to convert by bdds
82.69/83.01	c D: 1
82.69/83.01	c estimatedAdderCost: 30
82.69/83.01	c Try to convert by bdds
82.69/83.02	c D: 1
82.69/83.02	c estimatedAdderCost: 30
82.69/83.02	c Try to convert by bdds
82.69/83.03	c D: 1
82.69/83.03	c estimatedAdderCost: 30
82.69/83.03	c Try to convert by bdds
82.69/83.04	c D: 1
82.69/83.04	c estimatedAdderCost: 30
82.69/83.04	c Try to convert by bdds
82.69/83.05	c D: 1
82.69/83.05	c estimatedAdderCost: 30
82.69/83.05	c Try to convert by bdds
82.69/83.06	c D: 1
82.69/83.06	c estimatedAdderCost: 30
82.69/83.06	c Try to convert by bdds
82.69/83.07	c D: 1
82.69/83.07	c estimatedAdderCost: 30
82.69/83.07	c Try to convert by bdds
82.69/83.08	c D: 1
82.69/83.08	c estimatedAdderCost: 30
82.69/83.08	c Try to convert by bdds
82.69/83.09	c D: 1
82.69/83.09	c estimatedAdderCost: 30
82.69/83.09	c Try to convert by bdds
82.69/83.10	c D: 1
82.69/83.10	c estimatedAdderCost: 30
82.69/83.10	c Try to convert by bdds
82.79/83.11	c D: 1
82.79/83.11	c estimatedAdderCost: 30
82.79/83.11	c Try to convert by bdds
82.79/83.12	c D: 1
82.79/83.12	c estimatedAdderCost: 30
82.79/83.12	c Try to convert by bdds
82.79/83.13	c D: 1
82.79/83.13	c estimatedAdderCost: 39
82.79/83.13	c Try to convert by bdds
82.79/83.15	c D: 1
82.79/83.15	c estimatedAdderCost: 39
82.79/83.15	c Try to convert by bdds
82.79/83.16	c D: 1
82.79/83.16	c estimatedAdderCost: 39
82.79/83.16	c Try to convert by bdds
82.79/83.18	c D: 1
82.79/83.18	c estimatedAdderCost: 39
82.79/83.18	c Try to convert by bdds
82.79/83.19	c D: 1
82.79/83.19	c estimatedAdderCost: 39
82.79/83.19	c Try to convert by bdds
82.88/83.21	c D: 1
82.88/83.21	c estimatedAdderCost: 39
82.88/83.21	c Try to convert by bdds
82.88/83.22	c D: 1
82.88/83.22	c estimatedAdderCost: 39
82.88/83.22	c Try to convert by bdds
82.88/83.24	c D: 1
82.88/83.24	c estimatedAdderCost: 39
82.88/83.24	c Try to convert by bdds
82.88/83.25	c D: 1
82.88/83.25	c estimatedAdderCost: 39
82.88/83.25	c Try to convert by bdds
82.88/83.27	c D: 1
82.88/83.27	c estimatedAdderCost: 39
82.88/83.27	c Try to convert by bdds
82.88/83.28	c D: 1
82.88/83.28	c estimatedAdderCost: 39
82.88/83.28	c Try to convert by bdds
82.98/83.30	c D: 1
82.98/83.30	c estimatedAdderCost: 39
82.98/83.30	c Try to convert by bdds
82.98/83.31	c D: 1
82.98/83.31	c estimatedAdderCost: 39
82.98/83.31	c Try to convert by bdds
82.98/83.33	c D: 1
82.98/83.33	c estimatedAdderCost: 39
82.98/83.33	c Try to convert by bdds
82.98/83.34	c D: 1
82.98/83.34	c estimatedAdderCost: 39
82.98/83.34	c Try to convert by bdds
82.98/83.36	c D: 1
82.98/83.36	c estimatedAdderCost: 39
82.98/83.36	c Try to convert by bdds
82.98/83.37	c D: 1
82.98/83.37	c estimatedAdderCost: 39
82.98/83.37	c Try to convert by bdds
82.98/83.39	c D: 1
82.98/83.39	c estimatedAdderCost: 39
82.98/83.39	c Try to convert by bdds
83.08/83.40	c D: 1
83.08/83.40	c estimatedAdderCost: 39
83.08/83.40	c Try to convert by bdds
83.08/83.42	c D: 1
83.08/83.42	c estimatedAdderCost: 39
83.08/83.42	c Try to convert by bdds
83.08/83.43	c D: 1
83.08/83.43	c estimatedAdderCost: 39
83.08/83.43	c Try to convert by bdds
83.08/83.45	c D: 1
83.08/83.45	c estimatedAdderCost: 39
83.08/83.45	c Try to convert by bdds
83.08/83.46	c D: 1
83.08/83.46	c estimatedAdderCost: 39
83.08/83.46	c Try to convert by bdds
83.08/83.48	c D: 1
83.08/83.48	c estimatedAdderCost: 39
83.08/83.48	c Try to convert by bdds
83.08/83.49	c D: 1
83.08/83.49	c estimatedAdderCost: 39
83.08/83.49	c Try to convert by bdds
83.18/83.50	c D: 1
83.18/83.50	c estimatedAdderCost: 39
83.18/83.50	c Try to convert by bdds
83.18/83.52	c D: 1
83.18/83.52	c estimatedAdderCost: 39
83.18/83.52	c Try to convert by bdds
83.18/83.53	c D: 1
83.18/83.53	c estimatedAdderCost: 39
83.18/83.53	c Try to convert by bdds
83.18/83.55	c D: 1
83.18/83.55	c estimatedAdderCost: 39
83.18/83.55	c Try to convert by bdds
83.18/83.56	c D: 1
83.18/83.56	c estimatedAdderCost: 39
83.18/83.56	c Try to convert by bdds
83.18/83.58	c D: 1
83.18/83.58	c estimatedAdderCost: 39
83.18/83.58	c Try to convert by bdds
83.18/83.59	c D: 1
83.18/83.59	c estimatedAdderCost: 39
83.18/83.59	c Try to convert by bdds
83.28/83.61	c D: 1
83.28/83.61	c estimatedAdderCost: 39
83.28/83.61	c Try to convert by bdds
83.28/83.62	c D: 1
83.28/83.62	c estimatedAdderCost: 39
83.28/83.62	c Try to convert by bdds
83.28/83.64	c D: 1
83.28/83.64	c estimatedAdderCost: 39
83.28/83.64	c Try to convert by bdds
83.28/83.65	c D: 1
83.28/83.65	c estimatedAdderCost: 39
83.28/83.65	c Try to convert by bdds
83.28/83.67	c D: 1
83.28/83.67	c estimatedAdderCost: 39
83.28/83.67	c Try to convert by bdds
83.28/83.68	c D: 1
83.28/83.68	c estimatedAdderCost: 39
83.28/83.68	c Try to convert by bdds
83.38/83.70	c D: 1
83.38/83.70	c estimatedAdderCost: 39
83.38/83.70	c Try to convert by bdds
83.38/83.71	c D: 1
83.38/83.71	c estimatedAdderCost: 39
83.38/83.71	c Try to convert by bdds
83.38/83.73	c D: 1
83.38/83.73	c estimatedAdderCost: 39
83.38/83.73	c Try to convert by bdds
83.38/83.74	c D: 1
83.38/83.74	c estimatedAdderCost: 39
83.38/83.74	c Try to convert by bdds
83.38/83.76	c D: 1
83.38/83.76	c estimatedAdderCost: 39
83.38/83.76	c Try to convert by bdds
83.38/83.77	c D: 1
83.38/83.77	c estimatedAdderCost: 39
83.38/83.77	c Try to convert by bdds
83.38/83.79	c D: 1
83.38/83.79	c estimatedAdderCost: 39
83.38/83.79	c Try to convert by bdds
83.48/83.80	c D: 1
83.48/83.80	c estimatedAdderCost: 39
83.48/83.80	c Try to convert by bdds
83.48/83.82	c D: 1
83.48/83.82	c estimatedAdderCost: 39
83.48/83.82	c Try to convert by bdds
83.48/83.83	c D: 1
83.48/83.83	c estimatedAdderCost: 39
83.48/83.83	c Try to convert by bdds
83.48/83.85	c D: 1
83.48/83.85	c estimatedAdderCost: 39
83.48/83.85	c Try to convert by bdds
83.48/83.86	c D: 1
83.48/83.86	c estimatedAdderCost: 39
83.48/83.86	c Try to convert by bdds
83.48/83.88	c D: 1
83.48/83.88	c estimatedAdderCost: 39
83.48/83.88	c Try to convert by bdds
83.48/83.89	c D: 1
83.48/83.89	c estimatedAdderCost: 39
83.48/83.89	c Try to convert by bdds
83.58/83.91	c D: 1
83.58/83.91	c estimatedAdderCost: 39
83.58/83.91	c Try to convert by bdds
83.58/83.92	c D: 1
83.58/83.92	c estimatedAdderCost: 39
83.58/83.92	c Try to convert by bdds
83.58/83.94	c D: 1
83.58/83.94	c estimatedAdderCost: 39
83.58/83.94	c Try to convert by bdds
83.58/83.95	c D: 1
83.58/83.95	c estimatedAdderCost: 39
83.58/83.95	c Try to convert by bdds
83.58/83.97	c D: 1
83.58/83.97	c estimatedAdderCost: 39
83.58/83.97	c Try to convert by bdds
83.58/83.98	c D: 1
83.58/83.98	c estimatedAdderCost: 39
83.58/83.98	c Try to convert by bdds
83.58/84.00	c D: 1
83.58/84.00	c estimatedAdderCost: 39
83.58/84.00	c Try to convert by bdds
83.69/84.01	c D: 1
83.69/84.01	c estimatedAdderCost: 39
83.69/84.01	c Try to convert by bdds
83.69/84.02	c D: 1
83.69/84.02	c estimatedAdderCost: 39
83.69/84.02	c Try to convert by bdds
83.69/84.04	c D: 1
83.69/84.04	c estimatedAdderCost: 39
83.69/84.04	c Try to convert by bdds
83.69/84.05	c D: 1
83.69/84.05	c estimatedAdderCost: 39
83.69/84.05	c Try to convert by bdds
83.69/84.07	c D: 1
83.69/84.07	c estimatedAdderCost: 39
83.69/84.07	c Try to convert by bdds
83.69/84.08	c D: 1
83.69/84.08	c estimatedAdderCost: 39
83.69/84.08	c Try to convert by bdds
83.69/84.10	c D: 1
83.69/84.10	c estimatedAdderCost: 39
83.69/84.10	c Try to convert by bdds
83.79/84.11	c D: 1
83.79/84.11	c estimatedAdderCost: 39
83.79/84.11	c Try to convert by bdds
83.79/84.13	c D: 1
83.79/84.13	c estimatedAdderCost: 39
83.79/84.13	c Try to convert by bdds
83.79/84.14	c D: 1
83.79/84.14	c estimatedAdderCost: 39
83.79/84.14	c Try to convert by bdds
83.79/84.16	c D: 1
83.79/84.16	c estimatedAdderCost: 39
83.79/84.16	c Try to convert by bdds
83.79/84.17	c D: 1
83.79/84.17	c estimatedAdderCost: 39
83.79/84.17	c Try to convert by bdds
83.79/84.19	c D: 1
83.79/84.19	c estimatedAdderCost: 39
83.79/84.19	c Try to convert by bdds
83.88/84.20	c D: 1
83.88/84.20	c estimatedAdderCost: 39
83.88/84.20	c Try to convert by bdds
83.88/84.22	c D: 1
83.88/84.22	c estimatedAdderCost: 39
83.88/84.22	c Try to convert by bdds
83.88/84.23	c D: 1
83.88/84.23	c estimatedAdderCost: 39
83.88/84.23	c Try to convert by bdds
83.88/84.25	c D: 1
83.88/84.25	c estimatedAdderCost: 39
83.88/84.25	c Try to convert by bdds
83.88/84.26	c D: 1
83.88/84.26	c estimatedAdderCost: 39
83.88/84.26	c Try to convert by bdds
83.88/84.28	c D: 1
83.88/84.28	c estimatedAdderCost: 39
83.88/84.28	c Try to convert by bdds
83.88/84.29	c D: 1
83.88/84.29	c estimatedAdderCost: 39
83.88/84.29	c Try to convert by bdds
83.98/84.31	c D: 1
83.98/84.31	c estimatedAdderCost: 39
83.98/84.31	c Try to convert by bdds
83.98/84.32	c D: 1
83.98/84.32	c estimatedAdderCost: 39
83.98/84.32	c Try to convert by bdds
83.98/84.34	c D: 1
83.98/84.34	c estimatedAdderCost: 39
83.98/84.34	c Try to convert by bdds
83.98/84.35	c D: 1
83.98/84.35	c estimatedAdderCost: 39
83.98/84.35	c Try to convert by bdds
83.98/84.37	c D: 1
83.98/84.37	c estimatedAdderCost: 39
83.98/84.37	c Try to convert by bdds
83.98/84.38	c D: 1
83.98/84.38	c estimatedAdderCost: 39
83.98/84.38	c Try to convert by bdds
84.08/84.40	c D: 1
84.08/84.40	c estimatedAdderCost: 39
84.08/84.40	c Try to convert by bdds
84.08/84.41	c D: 1
84.08/84.41	c estimatedAdderCost: 39
84.08/84.41	c Try to convert by bdds
84.08/84.43	c D: 1
84.08/84.43	c estimatedAdderCost: 39
84.08/84.43	c Try to convert by bdds
84.08/84.44	c D: 1
84.08/84.44	c estimatedAdderCost: 39
84.08/84.44	c Try to convert by bdds
84.08/84.46	c D: 1
84.08/84.46	c estimatedAdderCost: 39
84.08/84.46	c Try to convert by bdds
84.08/84.47	c D: 1
84.08/84.47	c estimatedAdderCost: 39
84.08/84.47	c Try to convert by bdds
84.08/84.49	c D: 1
84.08/84.49	c estimatedAdderCost: 39
84.08/84.49	c Try to convert by bdds
84.18/84.50	c D: 1
84.18/84.50	c estimatedAdderCost: 39
84.18/84.50	c Try to convert by bdds
84.18/84.51	c D: 1
84.18/84.51	c estimatedAdderCost: 39
84.18/84.51	c Try to convert by bdds
84.18/84.53	c D: 1
84.18/84.53	c estimatedAdderCost: 39
84.18/84.53	c Try to convert by bdds
84.18/84.54	c D: 1
84.18/84.54	c estimatedAdderCost: 39
84.18/84.54	c Try to convert by bdds
84.18/84.56	c D: 1
84.18/84.56	c estimatedAdderCost: 39
84.18/84.56	c Try to convert by bdds
84.18/84.57	c D: 1
84.18/84.57	c estimatedAdderCost: 39
84.18/84.57	c Try to convert by bdds
84.18/84.59	c D: 1
84.18/84.59	c estimatedAdderCost: 39
84.18/84.59	c Try to convert by bdds
84.28/84.60	c D: 1
84.28/84.60	c estimatedAdderCost: 39
84.28/84.60	c Try to convert by bdds
84.28/84.62	c D: 1
84.28/84.62	c estimatedAdderCost: 39
84.28/84.62	c Try to convert by bdds
84.28/84.63	c D: 1
84.28/84.63	c estimatedAdderCost: 39
84.28/84.63	c Try to convert by bdds
84.28/84.65	c D: 1
84.28/84.65	c estimatedAdderCost: 39
84.28/84.65	c Try to convert by bdds
84.28/84.66	c D: 1
84.28/84.66	c estimatedAdderCost: 39
84.28/84.66	c Try to convert by bdds
84.28/84.68	c D: 1
84.28/84.68	c estimatedAdderCost: 39
84.28/84.68	c Try to convert by bdds
84.28/84.69	c D: 1
84.28/84.69	c estimatedAdderCost: 39
84.28/84.69	c Try to convert by bdds
84.38/84.71	c D: 1
84.38/84.71	c estimatedAdderCost: 39
84.38/84.71	c Try to convert by bdds
84.38/84.72	c D: 1
84.38/84.72	c estimatedAdderCost: 39
84.38/84.72	c Try to convert by bdds
84.38/84.74	c D: 1
84.38/84.74	c estimatedAdderCost: 39
84.38/84.74	c Try to convert by bdds
84.38/84.75	c D: 1
84.38/84.75	c estimatedAdderCost: 39
84.38/84.75	c Try to convert by bdds
84.38/84.77	c D: 1
84.38/84.77	c estimatedAdderCost: 39
84.38/84.77	c Try to convert by bdds
84.38/84.78	c D: 1
84.38/84.78	c estimatedAdderCost: 39
84.38/84.78	c Try to convert by bdds
84.48/84.80	c D: 1
84.48/84.80	c estimatedAdderCost: 39
84.48/84.80	c Try to convert by bdds
84.48/84.81	c D: 1
84.48/84.81	c estimatedAdderCost: 39
84.48/84.81	c Try to convert by bdds
84.48/84.83	c D: 1
84.48/84.83	c estimatedAdderCost: 30
84.48/84.83	c Try to convert by bdds
84.48/84.84	c D: 1
84.48/84.84	c estimatedAdderCost: 30
84.48/84.84	c Try to convert by bdds
84.48/84.85	c D: 1
84.48/84.85	c estimatedAdderCost: 30
84.48/84.85	c Try to convert by bdds
84.48/84.86	c D: 1
84.48/84.86	c estimatedAdderCost: 30
84.48/84.86	c Try to convert by bdds
84.48/84.87	c D: 1
84.48/84.87	c estimatedAdderCost: 30
84.48/84.87	c Try to convert by bdds
84.48/84.88	c D: 1
84.48/84.88	c estimatedAdderCost: 30
84.48/84.88	c Try to convert by bdds
84.48/84.89	c D: 1
84.48/84.89	c estimatedAdderCost: 30
84.48/84.89	c Try to convert by bdds
84.57/84.90	c D: 1
84.57/84.90	c estimatedAdderCost: 30
84.57/84.90	c Try to convert by bdds
84.57/84.91	c D: 1
84.57/84.91	c estimatedAdderCost: 30
84.57/84.91	c Try to convert by bdds
84.57/84.92	c D: 1
84.57/84.92	c estimatedAdderCost: 30
84.57/84.92	c Try to convert by bdds
84.57/84.93	c D: 1
84.57/84.93	c estimatedAdderCost: 30
84.57/84.93	c Try to convert by bdds
84.57/84.94	c D: 1
84.57/84.94	c estimatedAdderCost: 30
84.57/84.94	c Try to convert by bdds
84.57/84.95	c D: 1
84.57/84.95	c estimatedAdderCost: 30
84.57/84.95	c Try to convert by bdds
84.57/84.96	c D: 1
84.57/84.96	c estimatedAdderCost: 39
84.57/84.96	c Try to convert by bdds
84.57/84.97	c D: 1
84.57/84.97	c estimatedAdderCost: 39
84.57/84.97	c Try to convert by bdds
84.57/84.99	c D: 1
84.57/84.99	c estimatedAdderCost: 39
84.57/84.99	c Try to convert by bdds
84.57/85.00	c D: 1
84.57/85.00	c estimatedAdderCost: 39
84.57/85.00	c Try to convert by bdds
84.69/85.02	c D: 1
84.69/85.02	c estimatedAdderCost: 39
84.69/85.02	c Try to convert by bdds
84.69/85.03	c D: 1
84.69/85.03	c estimatedAdderCost: 39
84.69/85.03	c Try to convert by bdds
84.69/85.04	c D: 1
84.69/85.04	c estimatedAdderCost: 39
84.69/85.04	c Try to convert by bdds
84.69/85.06	c D: 1
84.69/85.06	c estimatedAdderCost: 39
84.69/85.06	c Try to convert by bdds
84.69/85.07	c D: 1
84.69/85.07	c estimatedAdderCost: 39
84.69/85.07	c Try to convert by bdds
84.69/85.09	c D: 1
84.69/85.09	c estimatedAdderCost: 39
84.69/85.09	c Try to convert by bdds
84.69/85.10	c D: 1
84.69/85.10	c estimatedAdderCost: 39
84.69/85.10	c Try to convert by bdds
84.79/85.12	c D: 1
84.79/85.12	c estimatedAdderCost: 39
84.79/85.12	c Try to convert by bdds
84.79/85.13	c D: 1
84.79/85.13	c estimatedAdderCost: 39
84.79/85.13	c Try to convert by bdds
84.79/85.15	c D: 1
84.79/85.15	c estimatedAdderCost: 39
84.79/85.15	c Try to convert by bdds
84.79/85.16	c D: 1
84.79/85.16	c estimatedAdderCost: 39
84.79/85.16	c Try to convert by bdds
84.79/85.18	c D: 1
84.79/85.18	c estimatedAdderCost: 39
84.79/85.18	c Try to convert by bdds
84.79/85.19	c D: 1
84.79/85.19	c estimatedAdderCost: 39
84.79/85.19	c Try to convert by bdds
84.87/85.21	c D: 1
84.87/85.21	c estimatedAdderCost: 39
84.87/85.21	c Try to convert by bdds
84.87/85.22	c D: 1
84.87/85.22	c estimatedAdderCost: 39
84.87/85.22	c Try to convert by bdds
84.87/85.24	c D: 1
84.87/85.24	c estimatedAdderCost: 39
84.87/85.24	c Try to convert by bdds
84.87/85.25	c D: 1
84.87/85.25	c estimatedAdderCost: 39
84.87/85.25	c Try to convert by bdds
84.87/85.27	c D: 1
84.87/85.27	c estimatedAdderCost: 39
84.87/85.27	c Try to convert by bdds
84.87/85.28	c D: 1
84.87/85.28	c estimatedAdderCost: 39
84.87/85.28	c Try to convert by bdds
84.97/85.30	c D: 1
84.97/85.30	c estimatedAdderCost: 39
84.97/85.30	c Try to convert by bdds
84.97/85.31	c D: 1
84.97/85.31	c estimatedAdderCost: 39
84.97/85.31	c Try to convert by bdds
84.97/85.33	c D: 1
84.97/85.33	c estimatedAdderCost: 39
84.97/85.33	c Try to convert by bdds
84.97/85.34	c D: 1
84.97/85.34	c estimatedAdderCost: 39
84.97/85.34	c Try to convert by bdds
84.97/85.36	c D: 1
84.97/85.36	c estimatedAdderCost: 39
84.97/85.36	c Try to convert by bdds
84.97/85.37	c D: 1
84.97/85.37	c estimatedAdderCost: 39
84.97/85.37	c Try to convert by bdds
84.97/85.39	c D: 1
84.97/85.39	c estimatedAdderCost: 39
84.97/85.39	c Try to convert by bdds
85.07/85.40	c D: 1
85.07/85.40	c estimatedAdderCost: 39
85.07/85.40	c Try to convert by bdds
85.07/85.42	c D: 1
85.07/85.42	c estimatedAdderCost: 39
85.07/85.42	c Try to convert by bdds
85.07/85.43	c D: 1
85.07/85.43	c estimatedAdderCost: 39
85.07/85.43	c Try to convert by bdds
85.07/85.45	c D: 1
85.07/85.45	c estimatedAdderCost: 39
85.07/85.45	c Try to convert by bdds
85.07/85.46	c D: 1
85.07/85.46	c estimatedAdderCost: 39
85.07/85.46	c Try to convert by bdds
85.07/85.48	c D: 1
85.07/85.48	c estimatedAdderCost: 39
85.07/85.48	c Try to convert by bdds
85.07/85.49	c D: 1
85.07/85.49	c estimatedAdderCost: 39
85.07/85.49	c Try to convert by bdds
85.17/85.51	c D: 1
85.17/85.51	c estimatedAdderCost: 39
85.17/85.51	c Try to convert by bdds
85.17/85.52	c D: 1
85.17/85.52	c estimatedAdderCost: 39
85.17/85.52	c Try to convert by bdds
85.17/85.54	c D: 1
85.17/85.54	c estimatedAdderCost: 39
85.17/85.54	c Try to convert by bdds
85.17/85.55	c D: 1
85.17/85.55	c estimatedAdderCost: 39
85.17/85.55	c Try to convert by bdds
85.17/85.57	c D: 1
85.17/85.57	c estimatedAdderCost: 39
85.17/85.57	c Try to convert by bdds
85.17/85.58	c D: 1
85.17/85.58	c estimatedAdderCost: 39
85.17/85.58	c Try to convert by bdds
85.17/85.60	c D: 1
85.17/85.60	c estimatedAdderCost: 39
85.17/85.60	c Try to convert by bdds
85.27/85.61	c D: 1
85.27/85.61	c estimatedAdderCost: 39
85.27/85.61	c Try to convert by bdds
85.27/85.62	c D: 1
85.27/85.62	c estimatedAdderCost: 39
85.27/85.62	c Try to convert by bdds
85.27/85.64	c D: 1
85.27/85.64	c estimatedAdderCost: 39
85.27/85.64	c Try to convert by bdds
85.27/85.65	c D: 1
85.27/85.65	c estimatedAdderCost: 39
85.27/85.65	c Try to convert by bdds
85.27/85.67	c D: 1
85.27/85.67	c estimatedAdderCost: 39
85.27/85.67	c Try to convert by bdds
85.27/85.68	c D: 1
85.27/85.68	c estimatedAdderCost: 39
85.27/85.68	c Try to convert by bdds
85.37/85.70	c D: 1
85.37/85.70	c estimatedAdderCost: 39
85.37/85.70	c Try to convert by bdds
85.37/85.71	c D: 1
85.37/85.71	c estimatedAdderCost: 39
85.37/85.71	c Try to convert by bdds
85.37/85.73	c D: 1
85.37/85.73	c estimatedAdderCost: 39
85.37/85.73	c Try to convert by bdds
85.37/85.74	c D: 1
85.37/85.74	c estimatedAdderCost: 39
85.37/85.74	c Try to convert by bdds
85.37/85.76	c D: 1
85.37/85.76	c estimatedAdderCost: 39
85.37/85.76	c Try to convert by bdds
85.37/85.77	c D: 1
85.37/85.77	c estimatedAdderCost: 39
85.37/85.77	c Try to convert by bdds
85.37/85.79	c D: 1
85.37/85.79	c estimatedAdderCost: 39
85.37/85.79	c Try to convert by bdds
85.47/85.80	c D: 1
85.47/85.80	c estimatedAdderCost: 39
85.47/85.80	c Try to convert by bdds
85.47/85.82	c D: 1
85.47/85.82	c estimatedAdderCost: 39
85.47/85.82	c Try to convert by bdds
85.47/85.83	c D: 1
85.47/85.83	c estimatedAdderCost: 39
85.47/85.83	c Try to convert by bdds
85.47/85.85	c D: 1
85.47/85.85	c estimatedAdderCost: 39
85.47/85.85	c Try to convert by bdds
85.47/85.86	c D: 1
85.47/85.86	c estimatedAdderCost: 39
85.47/85.86	c Try to convert by bdds
85.47/85.88	c D: 1
85.47/85.88	c estimatedAdderCost: 39
85.47/85.88	c Try to convert by bdds
85.47/85.89	c D: 1
85.47/85.89	c estimatedAdderCost: 39
85.47/85.89	c Try to convert by bdds
85.57/85.91	c D: 1
85.57/85.91	c estimatedAdderCost: 39
85.57/85.91	c Try to convert by bdds
85.57/85.92	c D: 1
85.57/85.92	c estimatedAdderCost: 39
85.57/85.92	c Try to convert by bdds
85.57/85.94	c D: 1
85.57/85.94	c estimatedAdderCost: 39
85.57/85.94	c Try to convert by bdds
85.57/85.95	c D: 1
85.57/85.95	c estimatedAdderCost: 39
85.57/85.95	c Try to convert by bdds
85.57/85.97	c D: 1
85.57/85.97	c estimatedAdderCost: 39
85.57/85.97	c Try to convert by bdds
85.57/85.98	c D: 1
85.57/85.98	c estimatedAdderCost: 39
85.57/85.98	c Try to convert by bdds
85.57/86.00	c D: 1
85.57/86.00	c estimatedAdderCost: 39
85.57/86.00	c Try to convert by bdds
85.68/86.01	c D: 1
85.68/86.01	c estimatedAdderCost: 39
85.68/86.01	c Try to convert by bdds
85.68/86.03	c D: 1
85.68/86.03	c estimatedAdderCost: 39
85.68/86.03	c Try to convert by bdds
85.68/86.04	c D: 1
85.68/86.04	c estimatedAdderCost: 39
85.68/86.04	c Try to convert by bdds
85.68/86.06	c D: 1
85.68/86.06	c estimatedAdderCost: 39
85.68/86.06	c Try to convert by bdds
85.68/86.07	c D: 1
85.68/86.07	c estimatedAdderCost: 39
85.68/86.07	c Try to convert by bdds
85.68/86.09	c D: 1
85.68/86.09	c estimatedAdderCost: 39
85.68/86.09	c Try to convert by bdds
85.68/86.10	c D: 1
85.68/86.10	c estimatedAdderCost: 39
85.68/86.10	c Try to convert by bdds
85.78/86.12	c D: 1
85.78/86.12	c estimatedAdderCost: 39
85.78/86.12	c Try to convert by bdds
85.78/86.13	c D: 1
85.78/86.13	c estimatedAdderCost: 39
85.78/86.13	c Try to convert by bdds
85.78/86.15	c D: 1
85.78/86.15	c estimatedAdderCost: 39
85.78/86.15	c Try to convert by bdds
85.78/86.16	c D: 1
85.78/86.16	c estimatedAdderCost: 39
85.78/86.16	c Try to convert by bdds
85.78/86.17	c D: 1
85.78/86.17	c estimatedAdderCost: 39
85.78/86.17	c Try to convert by bdds
85.78/86.19	c D: 1
85.78/86.19	c estimatedAdderCost: 39
85.78/86.19	c Try to convert by bdds
85.87/86.20	c D: 1
85.87/86.20	c estimatedAdderCost: 39
85.87/86.20	c Try to convert by bdds
85.87/86.22	c D: 1
85.87/86.22	c estimatedAdderCost: 39
85.87/86.22	c Try to convert by bdds
85.87/86.23	c D: 1
85.87/86.23	c estimatedAdderCost: 39
85.87/86.23	c Try to convert by bdds
85.87/86.25	c D: 1
85.87/86.25	c estimatedAdderCost: 39
85.87/86.25	c Try to convert by bdds
85.87/86.26	c D: 1
85.87/86.26	c estimatedAdderCost: 39
85.87/86.26	c Try to convert by bdds
85.87/86.28	c D: 1
85.87/86.28	c estimatedAdderCost: 39
85.87/86.28	c Try to convert by bdds
85.87/86.29	c D: 1
85.87/86.29	c estimatedAdderCost: 39
85.87/86.29	c Try to convert by bdds
85.97/86.31	c D: 1
85.97/86.31	c estimatedAdderCost: 39
85.97/86.31	c Try to convert by bdds
85.97/86.32	c D: 1
85.97/86.32	c estimatedAdderCost: 39
85.97/86.32	c Try to convert by bdds
85.97/86.34	c D: 1
85.97/86.34	c estimatedAdderCost: 39
85.97/86.34	c Try to convert by bdds
85.97/86.35	c D: 1
85.97/86.35	c estimatedAdderCost: 39
85.97/86.35	c Try to convert by bdds
85.97/86.37	c D: 1
85.97/86.37	c estimatedAdderCost: 39
85.97/86.37	c Try to convert by bdds
85.97/86.38	c D: 1
85.97/86.38	c estimatedAdderCost: 39
85.97/86.38	c Try to convert by bdds
86.07/86.40	c D: 1
86.07/86.40	c estimatedAdderCost: 39
86.07/86.40	c Try to convert by bdds
86.07/86.41	c D: 1
86.07/86.41	c estimatedAdderCost: 39
86.07/86.41	c Try to convert by bdds
86.07/86.43	c D: 1
86.07/86.43	c estimatedAdderCost: 39
86.07/86.43	c Try to convert by bdds
86.07/86.44	c D: 1
86.07/86.44	c estimatedAdderCost: 39
86.07/86.44	c Try to convert by bdds
86.07/86.46	c D: 1
86.07/86.46	c estimatedAdderCost: 39
86.07/86.46	c Try to convert by bdds
86.07/86.47	c D: 1
86.07/86.47	c estimatedAdderCost: 39
86.07/86.47	c Try to convert by bdds
86.07/86.49	c D: 1
86.07/86.49	c estimatedAdderCost: 39
86.07/86.49	c Try to convert by bdds
86.17/86.50	c D: 1
86.17/86.50	c estimatedAdderCost: 39
86.17/86.50	c Try to convert by bdds
86.17/86.52	c D: 1
86.17/86.52	c estimatedAdderCost: 39
86.17/86.52	c Try to convert by bdds
86.17/86.53	c D: 1
86.17/86.53	c estimatedAdderCost: 39
86.17/86.53	c Try to convert by bdds
86.17/86.55	c D: 1
86.17/86.55	c estimatedAdderCost: 39
86.17/86.55	c Try to convert by bdds
86.17/86.56	c D: 1
86.17/86.56	c estimatedAdderCost: 39
86.17/86.56	c Try to convert by bdds
86.17/86.58	c D: 1
86.17/86.58	c estimatedAdderCost: 39
86.17/86.58	c Try to convert by bdds
86.17/86.59	c D: 1
86.17/86.59	c estimatedAdderCost: 39
86.17/86.59	c Try to convert by bdds
86.27/86.61	c D: 1
86.27/86.61	c estimatedAdderCost: 39
86.27/86.61	c Try to convert by bdds
86.27/86.62	c D: 1
86.27/86.62	c estimatedAdderCost: 39
86.27/86.62	c Try to convert by bdds
86.27/86.64	c D: 1
86.27/86.64	c estimatedAdderCost: 39
86.27/86.64	c Try to convert by bdds
86.27/86.65	c D: 1
86.27/86.65	c estimatedAdderCost: 39
86.27/86.65	c Try to convert by bdds
86.27/86.67	c D: 1
86.27/86.67	c estimatedAdderCost: 39
86.27/86.67	c Try to convert by bdds
86.27/86.68	c D: 1
86.27/86.68	c estimatedAdderCost: 39
86.27/86.68	c Try to convert by bdds
86.27/86.69	c D: 1
86.27/86.69	c estimatedAdderCost: 30
86.27/86.69	c Try to convert by bdds
86.37/86.70	c D: 1
86.37/86.70	c estimatedAdderCost: 30
86.37/86.70	c Try to convert by bdds
86.37/86.71	c D: 1
86.37/86.71	c estimatedAdderCost: 30
86.37/86.71	c Try to convert by bdds
86.37/86.72	c D: 1
86.37/86.72	c estimatedAdderCost: 30
86.37/86.72	c Try to convert by bdds
86.37/86.73	c D: 1
86.37/86.73	c estimatedAdderCost: 30
86.37/86.73	c Try to convert by bdds
86.37/86.74	c D: 1
86.37/86.74	c estimatedAdderCost: 30
86.37/86.74	c Try to convert by bdds
86.37/86.75	c D: 1
86.37/86.75	c estimatedAdderCost: 30
86.37/86.75	c Try to convert by bdds
86.37/86.76	c D: 1
86.37/86.76	c estimatedAdderCost: 30
86.37/86.76	c Try to convert by bdds
86.37/86.77	c D: 1
86.37/86.77	c estimatedAdderCost: 30
86.37/86.77	c Try to convert by bdds
86.37/86.78	c D: 1
86.37/86.78	c estimatedAdderCost: 30
86.37/86.78	c Try to convert by bdds
86.37/86.79	c D: 1
86.37/86.79	c estimatedAdderCost: 30
86.37/86.79	c Try to convert by bdds
86.47/86.80	c D: 1
86.47/86.80	c estimatedAdderCost: 30
86.47/86.80	c Try to convert by bdds
86.47/86.81	c D: 1
86.47/86.81	c estimatedAdderCost: 30
86.47/86.81	c Try to convert by bdds
86.47/86.82	c D: 1
86.47/86.82	c estimatedAdderCost: 30
86.47/86.82	c Try to convert by bdds
86.47/86.83	c D: 1
86.47/86.83	c estimatedAdderCost: 39
86.47/86.83	c Try to convert by bdds
86.47/86.85	c D: 1
86.47/86.85	c estimatedAdderCost: 39
86.47/86.85	c Try to convert by bdds
86.47/86.86	c D: 1
86.47/86.86	c estimatedAdderCost: 39
86.47/86.86	c Try to convert by bdds
86.47/86.88	c D: 1
86.47/86.88	c estimatedAdderCost: 39
86.47/86.88	c Try to convert by bdds
86.47/86.89	c D: 1
86.47/86.89	c estimatedAdderCost: 39
86.47/86.89	c Try to convert by bdds
86.57/86.91	c D: 1
86.57/86.91	c estimatedAdderCost: 39
86.57/86.91	c Try to convert by bdds
86.57/86.92	c D: 1
86.57/86.92	c estimatedAdderCost: 39
86.57/86.92	c Try to convert by bdds
86.57/86.94	c D: 1
86.57/86.94	c estimatedAdderCost: 39
86.57/86.94	c Try to convert by bdds
86.57/86.95	c D: 1
86.57/86.95	c estimatedAdderCost: 39
86.57/86.95	c Try to convert by bdds
86.57/86.97	c D: 1
86.57/86.97	c estimatedAdderCost: 39
86.57/86.97	c Try to convert by bdds
86.57/86.98	c D: 1
86.57/86.98	c estimatedAdderCost: 39
86.57/86.98	c Try to convert by bdds
86.57/87.00	c D: 1
86.57/87.00	c estimatedAdderCost: 39
86.57/87.00	c Try to convert by bdds
86.68/87.01	c D: 1
86.68/87.01	c estimatedAdderCost: 39
86.68/87.01	c Try to convert by bdds
86.68/87.03	c D: 1
86.68/87.03	c estimatedAdderCost: 39
86.68/87.03	c Try to convert by bdds
86.68/87.04	c D: 1
86.68/87.04	c estimatedAdderCost: 39
86.68/87.04	c Try to convert by bdds
86.68/87.06	c D: 1
86.68/87.06	c estimatedAdderCost: 39
86.68/87.06	c Try to convert by bdds
86.68/87.07	c D: 1
86.68/87.07	c estimatedAdderCost: 39
86.68/87.07	c Try to convert by bdds
86.68/87.09	c D: 1
86.68/87.09	c estimatedAdderCost: 39
86.68/87.09	c Try to convert by bdds
86.68/87.10	c D: 1
86.68/87.10	c estimatedAdderCost: 39
86.68/87.10	c Try to convert by bdds
86.78/87.12	c D: 1
86.78/87.12	c estimatedAdderCost: 39
86.78/87.12	c Try to convert by bdds
86.78/87.13	c D: 1
86.78/87.13	c estimatedAdderCost: 39
86.78/87.13	c Try to convert by bdds
86.78/87.15	c D: 1
86.78/87.15	c estimatedAdderCost: 39
86.78/87.15	c Try to convert by bdds
86.78/87.16	c D: 1
86.78/87.16	c estimatedAdderCost: 39
86.78/87.16	c Try to convert by bdds
86.78/87.18	c D: 1
86.78/87.18	c estimatedAdderCost: 39
86.78/87.18	c Try to convert by bdds
86.78/87.19	c D: 1
86.78/87.19	c estimatedAdderCost: 39
86.78/87.19	c Try to convert by bdds
86.86/87.21	c D: 1
86.86/87.21	c estimatedAdderCost: 39
86.86/87.21	c Try to convert by bdds
86.86/87.22	c D: 1
86.86/87.22	c estimatedAdderCost: 39
86.86/87.22	c Try to convert by bdds
86.86/87.23	c D: 1
86.86/87.23	c estimatedAdderCost: 39
86.86/87.23	c Try to convert by bdds
86.86/87.25	c D: 1
86.86/87.25	c estimatedAdderCost: 39
86.86/87.25	c Try to convert by bdds
86.86/87.26	c D: 1
86.86/87.26	c estimatedAdderCost: 39
86.86/87.26	c Try to convert by bdds
86.86/87.28	c D: 1
86.86/87.28	c estimatedAdderCost: 39
86.86/87.28	c Try to convert by bdds
86.86/87.29	c D: 1
86.86/87.29	c estimatedAdderCost: 39
86.86/87.29	c Try to convert by bdds
86.96/87.31	c D: 1
86.96/87.31	c estimatedAdderCost: 39
86.96/87.31	c Try to convert by bdds
86.96/87.32	c D: 1
86.96/87.32	c estimatedAdderCost: 39
86.96/87.32	c Try to convert by bdds
86.96/87.34	c D: 1
86.96/87.34	c estimatedAdderCost: 39
86.96/87.34	c Try to convert by bdds
86.96/87.35	c D: 1
86.96/87.35	c estimatedAdderCost: 39
86.96/87.35	c Try to convert by bdds
86.96/87.37	c D: 1
86.96/87.37	c estimatedAdderCost: 39
86.96/87.37	c Try to convert by bdds
86.96/87.38	c D: 1
86.96/87.38	c estimatedAdderCost: 39
86.96/87.38	c Try to convert by bdds
87.06/87.40	c D: 1
87.06/87.40	c estimatedAdderCost: 39
87.06/87.40	c Try to convert by bdds
87.06/87.41	c D: 1
87.06/87.41	c estimatedAdderCost: 39
87.06/87.41	c Try to convert by bdds
87.06/87.43	c D: 1
87.06/87.43	c estimatedAdderCost: 39
87.06/87.43	c Try to convert by bdds
87.06/87.44	c D: 1
87.06/87.44	c estimatedAdderCost: 39
87.06/87.44	c Try to convert by bdds
87.06/87.46	c D: 1
87.06/87.46	c estimatedAdderCost: 39
87.06/87.46	c Try to convert by bdds
87.06/87.47	c D: 1
87.06/87.47	c estimatedAdderCost: 39
87.06/87.47	c Try to convert by bdds
87.06/87.49	c D: 1
87.06/87.49	c estimatedAdderCost: 39
87.06/87.49	c Try to convert by bdds
87.16/87.50	c D: 1
87.16/87.50	c estimatedAdderCost: 39
87.16/87.50	c Try to convert by bdds
87.16/87.52	c D: 1
87.16/87.52	c estimatedAdderCost: 39
87.16/87.52	c Try to convert by bdds
87.16/87.53	c D: 1
87.16/87.53	c estimatedAdderCost: 39
87.16/87.53	c Try to convert by bdds
87.16/87.55	c D: 1
87.16/87.55	c estimatedAdderCost: 39
87.16/87.55	c Try to convert by bdds
87.16/87.56	c D: 1
87.16/87.56	c estimatedAdderCost: 39
87.16/87.56	c Try to convert by bdds
87.16/87.58	c D: 1
87.16/87.58	c estimatedAdderCost: 39
87.16/87.58	c Try to convert by bdds
87.16/87.59	c D: 1
87.16/87.59	c estimatedAdderCost: 39
87.16/87.59	c Try to convert by bdds
87.26/87.61	c D: 1
87.26/87.61	c estimatedAdderCost: 39
87.26/87.61	c Try to convert by bdds
87.26/87.62	c D: 1
87.26/87.62	c estimatedAdderCost: 39
87.26/87.62	c Try to convert by bdds
87.26/87.64	c D: 1
87.26/87.64	c estimatedAdderCost: 39
87.26/87.64	c Try to convert by bdds
87.26/87.65	c D: 1
87.26/87.65	c estimatedAdderCost: 39
87.26/87.65	c Try to convert by bdds
87.26/87.67	c D: 1
87.26/87.67	c estimatedAdderCost: 39
87.26/87.67	c Try to convert by bdds
87.26/87.68	c D: 1
87.26/87.68	c estimatedAdderCost: 39
87.26/87.68	c Try to convert by bdds
87.26/87.70	c D: 1
87.26/87.70	c estimatedAdderCost: 39
87.26/87.70	c Try to convert by bdds
87.36/87.71	c D: 1
87.36/87.71	c estimatedAdderCost: 39
87.36/87.71	c Try to convert by bdds
87.36/87.73	c D: 1
87.36/87.73	c estimatedAdderCost: 39
87.36/87.73	c Try to convert by bdds
87.36/87.74	c D: 1
87.36/87.74	c estimatedAdderCost: 39
87.36/87.74	c Try to convert by bdds
87.36/87.75	c D: 1
87.36/87.75	c estimatedAdderCost: 39
87.36/87.75	c Try to convert by bdds
87.36/87.77	c D: 1
87.36/87.77	c estimatedAdderCost: 39
87.36/87.77	c Try to convert by bdds
87.36/87.78	c D: 1
87.36/87.78	c estimatedAdderCost: 39
87.36/87.78	c Try to convert by bdds
87.46/87.80	c D: 1
87.46/87.80	c estimatedAdderCost: 39
87.46/87.80	c Try to convert by bdds
87.46/87.81	c D: 1
87.46/87.81	c estimatedAdderCost: 39
87.46/87.81	c Try to convert by bdds
87.46/87.83	c D: 1
87.46/87.83	c estimatedAdderCost: 39
87.46/87.83	c Try to convert by bdds
87.46/87.84	c D: 1
87.46/87.84	c estimatedAdderCost: 39
87.46/87.84	c Try to convert by bdds
87.46/87.86	c D: 1
87.46/87.86	c estimatedAdderCost: 39
87.46/87.86	c Try to convert by bdds
87.46/87.87	c D: 1
87.46/87.87	c estimatedAdderCost: 39
87.46/87.87	c Try to convert by bdds
87.46/87.89	c D: 1
87.46/87.89	c estimatedAdderCost: 39
87.46/87.89	c Try to convert by bdds
87.56/87.90	c D: 1
87.56/87.90	c estimatedAdderCost: 39
87.56/87.90	c Try to convert by bdds
87.56/87.92	c D: 1
87.56/87.92	c estimatedAdderCost: 39
87.56/87.92	c Try to convert by bdds
87.56/87.93	c D: 1
87.56/87.93	c estimatedAdderCost: 39
87.56/87.93	c Try to convert by bdds
87.56/87.95	c D: 1
87.56/87.95	c estimatedAdderCost: 39
87.56/87.95	c Try to convert by bdds
87.56/87.96	c D: 1
87.56/87.96	c estimatedAdderCost: 39
87.56/87.96	c Try to convert by bdds
87.56/87.98	c D: 1
87.56/87.98	c estimatedAdderCost: 39
87.56/87.98	c Try to convert by bdds
87.56/87.99	c D: 1
87.56/87.99	c estimatedAdderCost: 39
87.56/87.99	c Try to convert by bdds
87.56/88.01	c D: 1
87.56/88.01	c estimatedAdderCost: 39
87.56/88.01	c Try to convert by bdds
87.67/88.02	c D: 1
87.67/88.02	c estimatedAdderCost: 39
87.67/88.02	c Try to convert by bdds
88.06/88.49	c D: 1
88.06/88.49	c estimatedAdderCost: 39
88.06/88.49	c Try to convert by bdds
88.16/88.50	c D: 1
88.16/88.50	c estimatedAdderCost: 39
88.16/88.50	c Try to convert by bdds
88.16/88.52	c D: 1
88.16/88.52	c estimatedAdderCost: 39
88.16/88.52	c Try to convert by bdds
88.16/88.53	c D: 1
88.16/88.53	c estimatedAdderCost: 39
88.16/88.53	c Try to convert by bdds
88.16/88.55	c D: 1
88.16/88.55	c estimatedAdderCost: 39
88.16/88.55	c Try to convert by bdds
88.16/88.56	c D: 1
88.16/88.56	c estimatedAdderCost: 39
88.16/88.56	c Try to convert by bdds
88.16/88.58	c D: 1
88.16/88.58	c estimatedAdderCost: 39
88.16/88.58	c Try to convert by bdds
88.16/88.59	c D: 1
88.16/88.59	c estimatedAdderCost: 39
88.16/88.59	c Try to convert by bdds
88.26/88.61	c D: 1
88.26/88.61	c estimatedAdderCost: 39
88.26/88.61	c Try to convert by bdds
88.26/88.62	c D: 1
88.26/88.62	c estimatedAdderCost: 39
88.26/88.62	c Try to convert by bdds
88.26/88.63	c D: 1
88.26/88.63	c estimatedAdderCost: 39
88.26/88.63	c Try to convert by bdds
88.26/88.65	c D: 1
88.26/88.65	c estimatedAdderCost: 39
88.26/88.65	c Try to convert by bdds
88.26/88.66	c D: 1
88.26/88.66	c estimatedAdderCost: 39
88.26/88.66	c Try to convert by bdds
88.26/88.68	c D: 1
88.26/88.68	c estimatedAdderCost: 39
88.26/88.68	c Try to convert by bdds
88.26/88.69	c D: 1
88.26/88.69	c estimatedAdderCost: 39
88.26/88.69	c Try to convert by bdds
88.36/88.71	c D: 1
88.36/88.71	c estimatedAdderCost: 39
88.36/88.71	c Try to convert by bdds
88.36/88.72	c D: 1
88.36/88.72	c estimatedAdderCost: 39
88.36/88.72	c Try to convert by bdds
88.36/88.74	c D: 1
88.36/88.74	c estimatedAdderCost: 39
88.36/88.74	c Try to convert by bdds
88.36/88.75	c D: 1
88.36/88.75	c estimatedAdderCost: 39
88.36/88.75	c Try to convert by bdds
88.36/88.77	c D: 1
88.36/88.77	c estimatedAdderCost: 39
88.36/88.77	c Try to convert by bdds
88.36/88.78	c D: 1
88.36/88.78	c estimatedAdderCost: 39
88.36/88.78	c Try to convert by bdds
88.46/88.80	c D: 1
88.46/88.80	c estimatedAdderCost: 39
88.46/88.80	c Try to convert by bdds
88.46/88.81	c D: 1
88.46/88.81	c estimatedAdderCost: 39
88.46/88.81	c Try to convert by bdds
88.46/88.83	c D: 1
88.46/88.83	c estimatedAdderCost: 39
88.46/88.83	c Try to convert by bdds
88.46/88.84	c D: 1
88.46/88.84	c estimatedAdderCost: 39
88.46/88.84	c Try to convert by bdds
88.46/88.86	c D: 1
88.46/88.86	c estimatedAdderCost: 39
88.46/88.86	c Try to convert by bdds
88.46/88.87	c D: 1
88.46/88.87	c estimatedAdderCost: 39
88.46/88.87	c Try to convert by bdds
88.46/88.89	c D: 1
88.46/88.89	c estimatedAdderCost: 39
88.46/88.89	c Try to convert by bdds
88.56/88.90	c D: 1
88.56/88.90	c estimatedAdderCost: 39
88.56/88.90	c Try to convert by bdds
88.56/88.92	c D: 1
88.56/88.92	c estimatedAdderCost: 39
88.56/88.92	c Try to convert by bdds
88.56/88.93	c D: 1
88.56/88.93	c estimatedAdderCost: 39
88.56/88.93	c Try to convert by bdds
88.56/88.95	c D: 1
88.56/88.95	c estimatedAdderCost: 39
88.56/88.95	c Try to convert by bdds
88.56/88.96	c D: 1
88.56/88.96	c estimatedAdderCost: 39
88.56/88.96	c Try to convert by bdds
88.56/88.98	c D: 1
88.56/88.98	c estimatedAdderCost: 39
88.56/88.98	c Try to convert by bdds
88.56/88.99	c D: 1
88.56/88.99	c estimatedAdderCost: 39
88.56/88.99	c Try to convert by bdds
88.56/89.01	c D: 1
88.56/89.01	c estimatedAdderCost: 39
88.56/89.01	c Try to convert by bdds
88.68/89.02	c D: 1
88.68/89.02	c estimatedAdderCost: 39
88.68/89.02	c Try to convert by bdds
88.68/89.04	c D: 1
88.68/89.04	c estimatedAdderCost: 39
88.68/89.04	c Try to convert by bdds
88.68/89.05	c D: 1
88.68/89.05	c estimatedAdderCost: 30
88.68/89.05	c Try to convert by bdds
88.68/89.06	c D: 1
88.68/89.06	c estimatedAdderCost: 30
88.68/89.06	c Try to convert by bdds
88.68/89.07	c D: 1
88.68/89.07	c estimatedAdderCost: 30
88.68/89.07	c Try to convert by bdds
88.68/89.08	c D: 1
88.68/89.08	c estimatedAdderCost: 30
88.68/89.08	c Try to convert by bdds
88.68/89.09	c D: 1
88.68/89.09	c estimatedAdderCost: 30
88.68/89.09	c Try to convert by bdds
88.68/89.10	c D: 1
88.68/89.10	c estimatedAdderCost: 30
88.68/89.10	c Try to convert by bdds
88.78/89.11	c D: 1
88.78/89.11	c estimatedAdderCost: 30
88.78/89.11	c Try to convert by bdds
88.78/89.12	c D: 1
88.78/89.12	c estimatedAdderCost: 30
88.78/89.12	c Try to convert by bdds
88.78/89.13	c D: 1
88.78/89.13	c estimatedAdderCost: 30
88.78/89.13	c Try to convert by bdds
88.78/89.14	c D: 1
88.78/89.14	c estimatedAdderCost: 30
88.78/89.14	c Try to convert by bdds
88.78/89.15	c D: 1
88.78/89.15	c estimatedAdderCost: 30
88.78/89.15	c Try to convert by bdds
88.78/89.16	c D: 1
88.78/89.16	c estimatedAdderCost: 30
88.78/89.16	c Try to convert by bdds
88.78/89.17	c D: 1
88.78/89.17	c estimatedAdderCost: 30
88.78/89.17	c Try to convert by bdds
88.78/89.18	c D: 1
88.78/89.18	c estimatedAdderCost: 30
88.78/89.18	c Try to convert by bdds
88.78/89.19	c D: 1
88.78/89.19	c estimatedAdderCost: 30
88.78/89.19	c Try to convert by bdds
88.86/89.20	c D: 1
88.86/89.20	c estimatedAdderCost: 21
88.86/89.20	c Try to convert by bdds
88.86/89.20	c D: 1
88.86/89.20	c estimatedAdderCost: 30
88.86/89.20	c Try to convert by bdds
88.86/89.21	c D: 1
88.86/89.21	c estimatedAdderCost: 30
88.86/89.21	c Try to convert by bdds
88.86/89.22	c D: 1
88.86/89.22	c estimatedAdderCost: 30
88.86/89.22	c Try to convert by bdds
88.86/89.23	c D: 1
88.86/89.23	c estimatedAdderCost: 30
88.86/89.23	c Try to convert by bdds
88.86/89.24	c D: 1
88.86/89.24	c estimatedAdderCost: 30
88.86/89.24	c Try to convert by bdds
88.86/89.24	c D: 1
88.86/89.24	c estimatedAdderCost: 30
88.86/89.24	c Try to convert by bdds
88.86/89.25	c D: 1
88.86/89.25	c estimatedAdderCost: 30
88.86/89.25	c Try to convert by bdds
88.86/89.26	c D: 1
88.86/89.26	c estimatedAdderCost: 30
88.86/89.26	c Try to convert by bdds
88.86/89.27	c D: 1
88.86/89.27	c estimatedAdderCost: 30
88.86/89.27	c Try to convert by bdds
88.86/89.28	c D: 1
88.86/89.28	c estimatedAdderCost: 30
88.86/89.28	c Try to convert by bdds
88.86/89.29	c D: 1
88.86/89.29	c estimatedAdderCost: 30
88.86/89.29	c Try to convert by bdds
88.86/89.29	c D: 1
88.86/89.29	c estimatedAdderCost: 30
88.86/89.29	c Try to convert by bdds
88.96/89.30	c D: 1
88.96/89.30	c estimatedAdderCost: 30
88.96/89.30	c Try to convert by bdds
88.96/89.31	c D: 1
88.96/89.31	c estimatedAdderCost: 30
88.96/89.31	c Try to convert by bdds
88.96/89.32	c D: 1
88.96/89.32	c estimatedAdderCost: 30
88.96/89.32	c Try to convert by bdds
88.96/89.33	c D: 1
88.96/89.33	c estimatedAdderCost: 30
88.96/89.33	c Try to convert by bdds
88.96/89.33	c D: 1
88.96/89.33	c estimatedAdderCost: 21
88.96/89.33	c Try to convert by bdds
88.96/89.34	c D: 1
88.96/89.34	c estimatedAdderCost: 21
88.96/89.34	c Try to convert by bdds
88.96/89.34	c D: 1
88.96/89.34	c estimatedAdderCost: 30
88.96/89.34	c Try to convert by bdds
88.96/89.35	c D: 1
88.96/89.35	c estimatedAdderCost: 30
88.96/89.35	c Try to convert by bdds
88.96/89.36	c D: 1
88.96/89.36	c estimatedAdderCost: 30
88.96/89.36	c Try to convert by bdds
88.96/89.37	c D: 1
88.96/89.37	c estimatedAdderCost: 30
88.96/89.37	c Try to convert by bdds
88.96/89.38	c D: 1
88.96/89.38	c estimatedAdderCost: 30
88.96/89.38	c Try to convert by bdds
88.96/89.39	c D: 1
88.96/89.39	c estimatedAdderCost: 30
88.96/89.39	c Try to convert by bdds
88.96/89.39	c D: 1
88.96/89.39	c estimatedAdderCost: 30
88.96/89.39	c Try to convert by bdds
89.06/89.40	c D: 1
89.06/89.40	c estimatedAdderCost: 30
89.06/89.40	c Try to convert by bdds
89.06/89.41	c D: 1
89.06/89.41	c estimatedAdderCost: 30
89.06/89.41	c Try to convert by bdds
89.06/89.42	c D: 1
89.06/89.42	c estimatedAdderCost: 30
89.06/89.42	c Try to convert by bdds
89.06/89.43	c D: 1
89.06/89.43	c estimatedAdderCost: 30
89.06/89.43	c Try to convert by bdds
89.06/89.43	c D: 1
89.06/89.43	c estimatedAdderCost: 30
89.06/89.43	c Try to convert by bdds
89.06/89.44	c D: 1
89.06/89.44	c estimatedAdderCost: 30
89.06/89.44	c Try to convert by bdds
89.06/89.45	c D: 1
89.06/89.45	c estimatedAdderCost: 30
89.06/89.45	c Try to convert by bdds
89.06/89.46	c D: 1
89.06/89.46	c estimatedAdderCost: 30
89.06/89.46	c Try to convert by bdds
89.06/89.47	c D: 1
89.06/89.47	c estimatedAdderCost: 30
89.06/89.47	c Try to convert by bdds
89.06/89.48	c D: 1
89.06/89.48	c estimatedAdderCost: 30
89.06/89.48	c Try to convert by bdds
89.06/89.48	c D: 1
89.06/89.48	c estimatedAdderCost: 30
89.06/89.48	c Try to convert by bdds
89.06/89.49	c D: 1
89.06/89.49	c estimatedAdderCost: 30
89.06/89.49	c Try to convert by bdds
89.16/89.50	c D: 1
89.16/89.50	c estimatedAdderCost: 30
89.16/89.50	c Try to convert by bdds
89.16/89.51	c D: 1
89.16/89.51	c estimatedAdderCost: 30
89.16/89.51	c Try to convert by bdds
89.16/89.52	c D: 1
89.16/89.52	c estimatedAdderCost: 30
89.16/89.52	c Try to convert by bdds
89.16/89.53	c D: 1
89.16/89.53	c estimatedAdderCost: 30
89.16/89.53	c Try to convert by bdds
89.16/89.53	c D: 1
89.16/89.53	c estimatedAdderCost: 30
89.16/89.53	c Try to convert by bdds
89.16/89.54	c D: 1
89.16/89.54	c estimatedAdderCost: 30
89.16/89.54	c Try to convert by bdds
89.16/89.55	c D: 1
89.16/89.55	c estimatedAdderCost: 30
89.16/89.55	c Try to convert by bdds
89.16/89.56	c D: 1
89.16/89.56	c estimatedAdderCost: 30
89.16/89.56	c Try to convert by bdds
89.16/89.57	c D: 1
89.16/89.57	c estimatedAdderCost: 30
89.16/89.57	c Try t [...]

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

 D: 1
96.84/97.23	c estimatedAdderCost: 30
96.84/97.23	c Try to convert by bdds
96.84/97.24	c D: 1
96.84/97.24	c estimatedAdderCost: 30
96.84/97.24	c Try to convert by bdds
96.84/97.25	c D: 1
96.84/97.25	c estimatedAdderCost: 30
96.84/97.25	c Try to convert by bdds
96.84/97.25	c D: 1
96.84/97.25	c estimatedAdderCost: 30
96.84/97.25	c Try to convert by bdds
96.84/97.26	c D: 1
96.84/97.26	c estimatedAdderCost: 30
96.84/97.26	c Try to convert by bdds
96.84/97.27	c D: 1
96.84/97.27	c estimatedAdderCost: 30
96.84/97.27	c Try to convert by bdds
96.84/97.28	c D: 1
96.84/97.28	c estimatedAdderCost: 30
96.84/97.28	c Try to convert by bdds
96.84/97.29	c D: 1
96.84/97.29	c estimatedAdderCost: 30
96.84/97.29	c Try to convert by bdds
96.94/97.30	c D: 1
96.94/97.30	c estimatedAdderCost: 30
96.94/97.30	c Try to convert by bdds
96.94/97.30	c D: 1
96.94/97.30	c estimatedAdderCost: 30
96.94/97.30	c Try to convert by bdds
96.94/97.31	c D: 1
96.94/97.31	c estimatedAdderCost: 30
96.94/97.31	c Try to convert by bdds
96.94/97.32	c D: 1
96.94/97.32	c estimatedAdderCost: 30
96.94/97.32	c Try to convert by bdds
96.94/97.33	c D: 1
96.94/97.33	c estimatedAdderCost: 30
96.94/97.33	c Try to convert by bdds
96.94/97.34	c D: 1
96.94/97.34	c estimatedAdderCost: 30
96.94/97.34	c Try to convert by bdds
96.94/97.35	c D: 1
96.94/97.35	c estimatedAdderCost: 30
96.94/97.35	c Try to convert by bdds
96.94/97.35	c D: 1
96.94/97.35	c estimatedAdderCost: 30
96.94/97.35	c Try to convert by bdds
96.94/97.36	c D: 1
96.94/97.36	c estimatedAdderCost: 30
96.94/97.36	c Try to convert by bdds
96.94/97.37	c D: 1
96.94/97.37	c estimatedAdderCost: 30
96.94/97.37	c Try to convert by bdds
96.94/97.38	c D: 1
96.94/97.38	c estimatedAdderCost: 30
96.94/97.38	c Try to convert by bdds
96.94/97.39	c D: 1
96.94/97.39	c estimatedAdderCost: 30
96.94/97.39	c Try to convert by bdds
97.04/97.40	c D: 1
97.04/97.40	c estimatedAdderCost: 30
97.04/97.40	c Try to convert by bdds
97.04/97.40	c D: 1
97.04/97.40	c estimatedAdderCost: 30
97.04/97.40	c Try to convert by bdds
97.04/97.41	c D: 1
97.04/97.41	c estimatedAdderCost: 30
97.04/97.41	c Try to convert by bdds
97.04/97.42	c D: 1
97.04/97.42	c estimatedAdderCost: 30
97.04/97.42	c Try to convert by bdds
97.04/97.43	c D: 1
97.04/97.43	c estimatedAdderCost: 30
97.04/97.43	c Try to convert by bdds
97.04/97.44	c D: 1
97.04/97.44	c estimatedAdderCost: 30
97.04/97.44	c Try to convert by bdds
97.04/97.45	c D: 1
97.04/97.45	c estimatedAdderCost: 30
97.04/97.45	c Try to convert by bdds
97.04/97.45	c D: 1
97.04/97.45	c estimatedAdderCost: 30
97.04/97.45	c Try to convert by bdds
97.04/97.46	c D: 1
97.04/97.46	c estimatedAdderCost: 30
97.04/97.46	c Try to convert by bdds
97.04/97.47	c D: 1
97.04/97.47	c estimatedAdderCost: 30
97.04/97.47	c Try to convert by bdds
97.04/97.48	c D: 1
97.04/97.48	c estimatedAdderCost: 30
97.04/97.48	c Try to convert by bdds
97.04/97.49	c D: 1
97.04/97.49	c estimatedAdderCost: 30
97.04/97.49	c Try to convert by bdds
97.14/97.50	c D: 1
97.14/97.50	c estimatedAdderCost: 30
97.14/97.50	c Try to convert by bdds
97.14/97.50	c D: 1
97.14/97.50	c estimatedAdderCost: 30
97.14/97.50	c Try to convert by bdds
97.14/97.51	c D: 1
97.14/97.51	c estimatedAdderCost: 30
97.14/97.51	c Try to convert by bdds
97.14/97.52	c D: 1
97.14/97.52	c estimatedAdderCost: 21
97.14/97.52	c Try to convert by bdds
97.14/97.53	c D: 1
97.14/97.53	c estimatedAdderCost: 21
97.14/97.53	c Try to convert by bdds
97.14/97.53	c D: 1
97.14/97.53	c estimatedAdderCost: 21
97.14/97.53	c Try to convert by bdds
97.14/97.54	c D: 1
97.14/97.54	c estimatedAdderCost: 21
97.14/97.54	c Try to convert by bdds
97.14/97.54	c D: 1
97.14/97.54	c estimatedAdderCost: 21
97.14/97.54	c Try to convert by bdds
97.14/97.55	c D: 1
97.14/97.55	c estimatedAdderCost: 21
97.14/97.55	c Try to convert by bdds
97.14/97.55	c D: 1
97.14/97.55	c estimatedAdderCost: 21
97.14/97.55	c Try to convert by bdds
97.14/97.56	c D: 1
97.14/97.56	c estimatedAdderCost: 21
97.14/97.56	c Try to convert by bdds
97.14/97.56	c D: 1
97.14/97.56	c estimatedAdderCost: 21
97.14/97.56	c Try to convert by bdds
97.14/97.57	c D: 1
97.14/97.57	c estimatedAdderCost: 21
97.14/97.57	c Try to convert by bdds
97.14/97.57	c D: 1
97.14/97.57	c estimatedAdderCost: 21
97.14/97.57	c Try to convert by bdds
97.14/97.58	c D: 1
97.14/97.58	c estimatedAdderCost: 21
97.14/97.58	c Try to convert by bdds
97.14/97.58	c D: 1
97.14/97.58	c estimatedAdderCost: 21
97.14/97.58	c Try to convert by bdds
97.14/97.59	c D: 1
97.14/97.59	c estimatedAdderCost: 30
97.14/97.59	c Try to convert by bdds
97.14/97.59	c D: 1
97.14/97.59	c estimatedAdderCost: 30
97.14/97.59	c Try to convert by bdds
97.23/97.60	c D: 1
97.23/97.60	c estimatedAdderCost: 30
97.23/97.60	c Try to convert by bdds
97.23/97.61	c D: 1
97.23/97.61	c estimatedAdderCost: 30
97.23/97.61	c Try to convert by bdds
97.23/97.62	c D: 1
97.23/97.62	c estimatedAdderCost: 30
97.23/97.62	c Try to convert by bdds
97.23/97.63	c D: 1
97.23/97.63	c estimatedAdderCost: 30
97.23/97.63	c Try to convert by bdds
97.23/97.64	c D: 1
97.23/97.64	c estimatedAdderCost: 30
97.23/97.64	c Try to convert by bdds
97.23/97.64	c D: 1
97.23/97.64	c estimatedAdderCost: 30
97.23/97.64	c Try to convert by bdds
97.23/97.65	c D: 1
97.23/97.65	c estimatedAdderCost: 30
97.23/97.65	c Try to convert by bdds
97.23/97.66	c D: 1
97.23/97.66	c estimatedAdderCost: 30
97.23/97.66	c Try to convert by bdds
97.23/97.67	c D: 1
97.23/97.67	c estimatedAdderCost: 30
97.23/97.67	c Try to convert by bdds
97.23/97.68	c D: 1
97.23/97.68	c estimatedAdderCost: 30
97.23/97.68	c Try to convert by bdds
97.23/97.69	c D: 1
97.23/97.69	c estimatedAdderCost: 30
97.23/97.69	c Try to convert by bdds
97.23/97.69	c D: 1
97.23/97.69	c estimatedAdderCost: 30
97.23/97.69	c Try to convert by bdds
97.33/97.70	c D: 1
97.33/97.70	c estimatedAdderCost: 30
97.33/97.70	c Try to convert by bdds
97.33/97.71	c D: 1
97.33/97.71	c estimatedAdderCost: 30
97.33/97.71	c Try to convert by bdds
97.33/97.72	c D: 1
97.33/97.72	c estimatedAdderCost: 30
97.33/97.72	c Try to convert by bdds
97.33/97.73	c D: 1
97.33/97.73	c estimatedAdderCost: 30
97.33/97.73	c Try to convert by bdds
97.33/97.74	c D: 1
97.33/97.74	c estimatedAdderCost: 30
97.33/97.74	c Try to convert by bdds
97.33/97.74	c D: 1
97.33/97.74	c estimatedAdderCost: 30
97.33/97.74	c Try to convert by bdds
97.33/97.75	c D: 1
97.33/97.75	c estimatedAdderCost: 30
97.33/97.75	c Try to convert by bdds
97.33/97.76	c D: 1
97.33/97.76	c estimatedAdderCost: 30
97.33/97.76	c Try to convert by bdds
97.33/97.77	c D: 1
97.33/97.77	c estimatedAdderCost: 30
97.33/97.77	c Try to convert by bdds
97.33/97.78	c D: 1
97.33/97.78	c estimatedAdderCost: 30
97.33/97.78	c Try to convert by bdds
97.33/97.79	c D: 1
97.33/97.79	c estimatedAdderCost: 30
97.33/97.79	c Try to convert by bdds
97.33/97.79	c D: 1
97.33/97.79	c estimatedAdderCost: 30
97.33/97.79	c Try to convert by bdds
97.43/97.80	c D: 1
97.43/97.80	c estimatedAdderCost: 30
97.43/97.80	c Try to convert by bdds
97.43/97.81	c D: 1
97.43/97.81	c estimatedAdderCost: 30
97.43/97.81	c Try to convert by bdds
97.43/97.82	c D: 1
97.43/97.82	c estimatedAdderCost: 30
97.43/97.82	c Try to convert by bdds
97.43/97.83	c D: 1
97.43/97.83	c estimatedAdderCost: 30
97.43/97.83	c Try to convert by bdds
97.43/97.84	c D: 1
97.43/97.84	c estimatedAdderCost: 30
97.43/97.84	c Try to convert by bdds
97.43/97.84	c D: 1
97.43/97.84	c estimatedAdderCost: 30
97.43/97.84	c Try to convert by bdds
97.43/97.85	c D: 1
97.43/97.85	c estimatedAdderCost: 30
97.43/97.85	c Try to convert by bdds
97.43/97.86	c D: 1
97.43/97.86	c estimatedAdderCost: 30
97.43/97.86	c Try to convert by bdds
97.43/97.87	c D: 1
97.43/97.87	c estimatedAdderCost: 30
97.43/97.87	c Try to convert by bdds
97.43/97.88	c D: 1
97.43/97.88	c estimatedAdderCost: 30
97.43/97.88	c Try to convert by bdds
97.43/97.89	c D: 1
97.43/97.89	c estimatedAdderCost: 30
97.43/97.89	c Try to convert by bdds
97.43/97.89	c D: 1
97.43/97.89	c estimatedAdderCost: 30
97.43/97.89	c Try to convert by bdds
97.53/97.90	c D: 1
97.53/97.90	c estimatedAdderCost: 30
97.53/97.90	c Try to convert by bdds
97.53/97.91	c D: 1
97.53/97.91	c estimatedAdderCost: 30
97.53/97.91	c Try to convert by bdds
97.53/97.92	c D: 1
97.53/97.92	c estimatedAdderCost: 30
97.53/97.92	c Try to convert by bdds
97.53/97.93	c D: 1
97.53/97.93	c estimatedAdderCost: 30
97.53/97.93	c Try to convert by bdds
97.53/97.94	c D: 1
97.53/97.94	c estimatedAdderCost: 30
97.53/97.94	c Try to convert by bdds
97.53/97.94	c D: 1
97.53/97.94	c estimatedAdderCost: 30
97.53/97.94	c Try to convert by bdds
97.53/97.95	c D: 1
97.53/97.95	c estimatedAdderCost: 30
97.53/97.95	c Try to convert by bdds
97.53/97.96	c D: 1
97.53/97.96	c estimatedAdderCost: 30
97.53/97.96	c Try to convert by bdds
97.53/97.97	c D: 1
97.53/97.97	c estimatedAdderCost: 30
97.53/97.97	c Try to convert by bdds
97.53/97.98	c D: 1
97.53/97.98	c estimatedAdderCost: 30
97.53/97.98	c Try to convert by bdds
97.53/97.99	c D: 1
97.53/97.99	c estimatedAdderCost: 30
97.53/97.99	c Try to convert by bdds
97.53/97.99	c D: 1
97.53/97.99	c estimatedAdderCost: 30
97.53/97.99	c Try to convert by bdds
97.53/98.00	c D: 1
97.53/98.00	c estimatedAdderCost: 30
97.53/98.00	c Try to convert by bdds
97.65/98.01	c D: 1
97.65/98.01	c estimatedAdderCost: 30
97.65/98.01	c Try to convert by bdds
97.65/98.02	c D: 1
97.65/98.02	c estimatedAdderCost: 30
97.65/98.02	c Try to convert by bdds
97.65/98.03	c D: 1
97.65/98.03	c estimatedAdderCost: 30
97.65/98.03	c Try to convert by bdds
97.65/98.04	c D: 1
97.65/98.04	c estimatedAdderCost: 30
97.65/98.04	c Try to convert by bdds
97.65/98.04	c D: 1
97.65/98.04	c estimatedAdderCost: 30
97.65/98.04	c Try to convert by bdds
97.65/98.05	c D: 1
97.65/98.05	c estimatedAdderCost: 30
97.65/98.05	c Try to convert by bdds
97.65/98.06	c D: 1
97.65/98.06	c estimatedAdderCost: 30
97.65/98.06	c Try to convert by bdds
97.65/98.07	c D: 1
97.65/98.07	c estimatedAdderCost: 30
97.65/98.07	c Try to convert by bdds
97.65/98.08	c D: 1
97.65/98.08	c estimatedAdderCost: 30
97.65/98.08	c Try to convert by bdds
97.65/98.09	c D: 1
97.65/98.09	c estimatedAdderCost: 30
97.65/98.09	c Try to convert by bdds
97.65/98.09	c D: 1
97.65/98.09	c estimatedAdderCost: 30
97.65/98.09	c Try to convert by bdds
97.65/98.10	c D: 1
97.65/98.10	c estimatedAdderCost: 30
97.65/98.10	c Try to convert by bdds
97.75/98.11	c D: 1
97.75/98.11	c estimatedAdderCost: 30
97.75/98.11	c Try to convert by bdds
97.75/98.12	c D: 1
97.75/98.12	c estimatedAdderCost: 30
97.75/98.12	c Try to convert by bdds
97.75/98.13	c D: 1
97.75/98.13	c estimatedAdderCost: 30
97.75/98.13	c Try to convert by bdds
97.75/98.14	c D: 1
97.75/98.14	c estimatedAdderCost: 30
97.75/98.14	c Try to convert by bdds
97.75/98.14	c D: 1
97.75/98.14	c estimatedAdderCost: 30
97.75/98.14	c Try to convert by bdds
97.75/98.15	c D: 1
97.75/98.15	c estimatedAdderCost: 30
97.75/98.15	c Try to convert by bdds
97.75/98.16	c D: 1
97.75/98.16	c estimatedAdderCost: 30
97.75/98.16	c Try to convert by bdds
97.75/98.17	c D: 1
97.75/98.17	c estimatedAdderCost: 30
97.75/98.17	c Try to convert by bdds
97.75/98.18	c D: 1
97.75/98.18	c estimatedAdderCost: 30
97.75/98.18	c Try to convert by bdds
97.75/98.19	c D: 1
97.75/98.19	c estimatedAdderCost: 30
97.75/98.19	c Try to convert by bdds
97.75/98.19	c D: 1
97.75/98.19	c estimatedAdderCost: 30
97.75/98.19	c Try to convert by bdds
97.83/98.20	c D: 1
97.83/98.20	c estimatedAdderCost: 30
97.83/98.20	c Try to convert by bdds
97.83/98.21	c D: 1
97.83/98.21	c estimatedAdderCost: 30
97.83/98.21	c Try to convert by bdds
97.83/98.22	c D: 1
97.83/98.22	c estimatedAdderCost: 30
97.83/98.22	c Try to convert by bdds
97.83/98.23	c D: 1
97.83/98.23	c estimatedAdderCost: 30
97.83/98.23	c Try to convert by bdds
97.83/98.24	c D: 1
97.83/98.24	c estimatedAdderCost: 30
97.83/98.24	c Try to convert by bdds
97.83/98.24	c D: 1
97.83/98.24	c estimatedAdderCost: 30
97.83/98.24	c Try to convert by bdds
97.83/98.25	c D: 1
97.83/98.25	c estimatedAdderCost: 30
97.83/98.25	c Try to convert by bdds
97.83/98.26	c D: 1
97.83/98.26	c estimatedAdderCost: 30
97.83/98.26	c Try to convert by bdds
97.83/98.27	c D: 1
97.83/98.27	c estimatedAdderCost: 30
97.83/98.27	c Try to convert by bdds
97.83/98.28	c D: 1
97.83/98.28	c estimatedAdderCost: 30
97.83/98.28	c Try to convert by bdds
97.83/98.28	c D: 1
97.83/98.28	c estimatedAdderCost: 30
97.83/98.28	c Try to convert by bdds
97.83/98.29	c D: 1
97.83/98.29	c estimatedAdderCost: 30
97.83/98.29	c Try to convert by bdds
97.93/98.30	c D: 1
97.93/98.30	c estimatedAdderCost: 30
97.93/98.30	c Try to convert by bdds
97.93/98.31	c D: 1
97.93/98.31	c estimatedAdderCost: 30
97.93/98.31	c Try to convert by bdds
97.93/98.32	c D: 1
97.93/98.32	c estimatedAdderCost: 30
97.93/98.32	c Try to convert by bdds
97.93/98.33	c D: 1
97.93/98.33	c estimatedAdderCost: 30
97.93/98.33	c Try to convert by bdds
97.93/98.33	c D: 1
97.93/98.33	c estimatedAdderCost: 30
97.93/98.33	c Try to convert by bdds
97.93/98.34	c D: 1
97.93/98.34	c estimatedAdderCost: 30
97.93/98.34	c Try to convert by bdds
97.93/98.35	c D: 1
97.93/98.35	c estimatedAdderCost: 30
97.93/98.35	c Try to convert by bdds
97.93/98.36	c D: 1
97.93/98.36	c estimatedAdderCost: 30
97.93/98.36	c Try to convert by bdds
97.93/98.37	c D: 1
97.93/98.37	c estimatedAdderCost: 30
97.93/98.37	c Try to convert by bdds
97.93/98.38	c D: 1
97.93/98.38	c estimatedAdderCost: 30
97.93/98.38	c Try to convert by bdds
97.93/98.38	c D: 1
97.93/98.38	c estimatedAdderCost: 30
97.93/98.38	c Try to convert by bdds
97.93/98.39	c D: 1
97.93/98.39	c estimatedAdderCost: 30
97.93/98.39	c Try to convert by bdds
98.03/98.40	c D: 1
98.03/98.40	c estimatedAdderCost: 30
98.03/98.40	c Try to convert by bdds
98.03/98.41	c D: 1
98.03/98.41	c estimatedAdderCost: 30
98.03/98.41	c Try to convert by bdds
98.03/98.42	c D: 1
98.03/98.42	c estimatedAdderCost: 30
98.03/98.42	c Try to convert by bdds
98.03/98.43	c D: 1
98.03/98.43	c estimatedAdderCost: 30
98.03/98.43	c Try to convert by bdds
98.03/98.44	c D: 1
98.03/98.44	c estimatedAdderCost: 30
98.03/98.44	c Try to convert by bdds
98.03/98.44	c D: 1
98.03/98.44	c estimatedAdderCost: 30
98.03/98.44	c Try to convert by bdds
98.03/98.45	c D: 1
98.03/98.45	c estimatedAdderCost: 30
98.03/98.45	c Try to convert by bdds
98.03/98.46	c D: 1
98.03/98.46	c estimatedAdderCost: 30
98.03/98.46	c Try to convert by bdds
98.03/98.47	c D: 1
98.03/98.47	c estimatedAdderCost: 30
98.03/98.47	c Try to convert by bdds
98.03/98.48	c D: 1
98.03/98.48	c estimatedAdderCost: 30
98.03/98.48	c Try to convert by bdds
98.03/98.49	c D: 1
98.03/98.49	c estimatedAdderCost: 30
98.03/98.49	c Try to convert by bdds
98.03/98.49	c D: 1
98.03/98.49	c estimatedAdderCost: 30
98.03/98.49	c Try to convert by bdds
98.13/98.50	c D: 1
98.13/98.50	c estimatedAdderCost: 30
98.13/98.50	c Try to convert by bdds
98.13/98.51	c D: 1
98.13/98.51	c estimatedAdderCost: 30
98.13/98.51	c Try to convert by bdds
98.13/98.52	c D: 1
98.13/98.52	c estimatedAdderCost: 30
98.13/98.52	c Try to convert by bdds
98.13/98.53	c D: 1
98.13/98.53	c estimatedAdderCost: 30
98.13/98.53	c Try to convert by bdds
98.13/98.54	c D: 1
98.13/98.54	c estimatedAdderCost: 30
98.13/98.54	c Try to convert by bdds
98.13/98.54	c D: 1
98.13/98.54	c estimatedAdderCost: 30
98.13/98.54	c Try to convert by bdds
98.13/98.55	c D: 1
98.13/98.55	c estimatedAdderCost: 30
98.13/98.55	c Try to convert by bdds
98.13/98.56	c D: 1
98.13/98.56	c estimatedAdderCost: 30
98.13/98.56	c Try to convert by bdds
98.13/98.57	c D: 1
98.13/98.57	c estimatedAdderCost: 30
98.13/98.57	c Try to convert by bdds
98.13/98.58	c D: 1
98.13/98.58	c estimatedAdderCost: 30
98.13/98.58	c Try to convert by bdds
98.13/98.58	c D: 1
98.13/98.58	c estimatedAdderCost: 30
98.13/98.58	c Try to convert by bdds
98.13/98.59	c D: 1
98.13/98.59	c estimatedAdderCost: 30
98.13/98.59	c Try to convert by bdds
98.23/98.60	c D: 1
98.23/98.60	c estimatedAdderCost: 30
98.23/98.60	c Try to convert by bdds
98.23/98.61	c D: 1
98.23/98.61	c estimatedAdderCost: 30
98.23/98.61	c Try to convert by bdds
98.23/98.62	c D: 1
98.23/98.62	c estimatedAdderCost: 30
98.23/98.62	c Try to convert by bdds
98.23/98.63	c D: 1
98.23/98.63	c estimatedAdderCost: 30
98.23/98.63	c Try to convert by bdds
98.23/98.63	c D: 1
98.23/98.63	c estimatedAdderCost: 30
98.23/98.63	c Try to convert by bdds
98.23/98.64	c D: 1
98.23/98.64	c estimatedAdderCost: 30
98.23/98.64	c Try to convert by bdds
98.23/98.65	c D: 1
98.23/98.65	c estimatedAdderCost: 30
98.23/98.65	c Try to convert by bdds
98.23/98.66	c D: 1
98.23/98.66	c estimatedAdderCost: 30
98.23/98.66	c Try to convert by bdds
98.23/98.67	c D: 1
98.23/98.67	c estimatedAdderCost: 21
98.23/98.67	c Try to convert by bdds
98.23/98.67	c D: 1
98.23/98.67	c estimatedAdderCost: 21
98.23/98.67	c Try to convert by bdds
98.23/98.68	c D: 1
98.23/98.68	c estimatedAdderCost: 21
98.23/98.68	c Try to convert by bdds
98.23/98.68	c D: 1
98.23/98.68	c estimatedAdderCost: 21
98.23/98.68	c Try to convert by bdds
98.23/98.69	c D: 1
98.23/98.69	c estimatedAdderCost: 21
98.23/98.69	c Try to convert by bdds
98.23/98.69	c D: 1
98.23/98.69	c estimatedAdderCost: 21
98.23/98.69	c Try to convert by bdds
98.33/98.70	c D: 1
98.33/98.70	c estimatedAdderCost: 21
98.33/98.70	c Try to convert by bdds
98.33/98.70	c D: 1
98.33/98.70	c estimatedAdderCost: 21
98.33/98.70	c Try to convert by bdds
98.33/98.71	c D: 1
98.33/98.71	c estimatedAdderCost: 21
98.33/98.71	c Try to convert by bdds
98.33/98.71	c D: 1
98.33/98.71	c estimatedAdderCost: 21
98.33/98.71	c Try to convert by bdds
98.33/98.72	c D: 1
98.33/98.72	c estimatedAdderCost: 21
98.33/98.72	c Try to convert by bdds
98.33/98.72	c D: 1
98.33/98.72	c estimatedAdderCost: 21
98.33/98.72	c Try to convert by bdds
98.33/98.73	c D: 1
98.33/98.73	c estimatedAdderCost: 21
98.33/98.73	c Try to convert by bdds
98.33/98.73	c D: 1
98.33/98.73	c estimatedAdderCost: 21
98.33/98.73	c Try to convert by bdds
98.33/98.74	c D: 1
98.33/98.74	c estimatedAdderCost: 30
98.33/98.74	c Try to convert by bdds
98.33/98.74	c D: 1
98.33/98.74	c estimatedAdderCost: 30
98.33/98.74	c Try to convert by bdds
98.33/98.75	c D: 1
98.33/98.75	c estimatedAdderCost: 30
98.33/98.75	c Try to convert by bdds
98.33/98.76	c D: 1
98.33/98.76	c estimatedAdderCost: 30
98.33/98.76	c Try to convert by bdds
98.33/98.77	c D: 1
98.33/98.77	c estimatedAdderCost: 30
98.33/98.77	c Try to convert by bdds
98.33/98.78	c D: 1
98.33/98.78	c estimatedAdderCost: 30
98.33/98.78	c Try to convert by bdds
98.33/98.79	c D: 1
98.33/98.79	c estimatedAdderCost: 30
98.33/98.79	c Try to convert by bdds
98.33/98.79	c D: 1
98.33/98.79	c estimatedAdderCost: 30
98.33/98.79	c Try to convert by bdds
98.43/98.80	c D: 1
98.43/98.80	c estimatedAdderCost: 30
98.43/98.80	c Try to convert by bdds
98.43/98.81	c D: 1
98.43/98.81	c estimatedAdderCost: 30
98.43/98.81	c Try to convert by bdds
98.43/98.82	c D: 1
98.43/98.82	c estimatedAdderCost: 30
98.43/98.82	c Try to convert by bdds
98.43/98.83	c D: 1
98.43/98.83	c estimatedAdderCost: 30
98.43/98.83	c Try to convert by bdds
98.43/98.84	c D: 1
98.43/98.84	c estimatedAdderCost: 30
98.43/98.84	c Try to convert by bdds
98.43/98.84	c D: 1
98.43/98.84	c estimatedAdderCost: 30
98.43/98.84	c Try to convert by bdds
98.43/98.85	c D: 1
98.43/98.85	c estimatedAdderCost: 30
98.43/98.85	c Try to convert by bdds
98.43/98.86	c D: 1
98.43/98.86	c estimatedAdderCost: 30
98.43/98.86	c Try to convert by bdds
98.43/98.87	c D: 1
98.43/98.87	c estimatedAdderCost: 30
98.43/98.87	c Try to convert by bdds
98.43/98.88	c D: 1
98.43/98.88	c estimatedAdderCost: 30
98.43/98.88	c Try to convert by bdds
98.43/98.88	c D: 1
98.43/98.88	c estimatedAdderCost: 30
98.43/98.88	c Try to convert by bdds
98.43/98.89	c D: 1
98.43/98.89	c estimatedAdderCost: 30
98.43/98.89	c Try to convert by bdds
98.53/98.90	c D: 1
98.53/98.90	c estimatedAdderCost: 30
98.53/98.90	c Try to convert by bdds
98.53/98.91	c D: 1
98.53/98.91	c estimatedAdderCost: 30
98.53/98.91	c Try to convert by bdds
98.53/98.92	c D: 1
98.53/98.92	c estimatedAdderCost: 30
98.53/98.92	c Try to convert by bdds
98.53/98.93	c D: 1
98.53/98.93	c estimatedAdderCost: 30
98.53/98.93	c Try to convert by bdds
98.53/98.93	c D: 1
98.53/98.93	c estimatedAdderCost: 30
98.53/98.93	c Try to convert by bdds
98.53/98.94	c D: 1
98.53/98.94	c estimatedAdderCost: 30
98.53/98.94	c Try to convert by bdds
98.53/98.95	c D: 1
98.53/98.95	c estimatedAdderCost: 30
98.53/98.95	c Try to convert by bdds
98.53/98.96	c D: 1
98.53/98.96	c estimatedAdderCost: 30
98.53/98.96	c Try to convert by bdds
98.53/98.97	c D: 1
98.53/98.97	c estimatedAdderCost: 30
98.53/98.97	c Try to convert by bdds
98.53/98.98	c D: 1
98.53/98.98	c estimatedAdderCost: 30
98.53/98.98	c Try to convert by bdds
98.53/98.98	c D: 1
98.53/98.98	c estimatedAdderCost: 30
98.53/98.98	c Try to convert by bdds
98.53/98.99	c D: 1
98.53/98.99	c estimatedAdderCost: 30
98.53/98.99	c Try to convert by bdds
98.53/99.00	c D: 1
98.53/99.00	c estimatedAdderCost: 30
98.53/99.00	c Try to convert by bdds
98.64/99.01	c D: 1
98.64/99.01	c estimatedAdderCost: 30
98.64/99.01	c Try to convert by bdds
98.64/99.02	c D: 1
98.64/99.02	c estimatedAdderCost: 30
98.64/99.02	c Try to convert by bdds
98.64/99.02	c D: 1
98.64/99.02	c estimatedAdderCost: 30
98.64/99.02	c Try to convert by bdds
98.64/99.03	c D: 1
98.64/99.03	c estimatedAdderCost: 30
98.64/99.03	c Try to convert by bdds
98.64/99.04	c D: 1
98.64/99.04	c estimatedAdderCost: 30
98.64/99.04	c Try to convert by bdds
98.64/99.05	c D: 1
98.64/99.05	c estimatedAdderCost: 30
98.64/99.05	c Try to convert by bdds
98.64/99.06	c D: 1
98.64/99.06	c estimatedAdderCost: 30
98.64/99.06	c Try to convert by bdds
98.64/99.07	c D: 1
98.64/99.07	c estimatedAdderCost: 30
98.64/99.07	c Try to convert by bdds
98.64/99.07	c D: 1
98.64/99.07	c estimatedAdderCost: 30
98.64/99.07	c Try to convert by bdds
98.64/99.08	c D: 1
98.64/99.08	c estimatedAdderCost: 30
98.64/99.08	c Try to convert by bdds
98.64/99.09	c D: 1
98.64/99.09	c estimatedAdderCost: 30
98.64/99.09	c Try to convert by bdds
98.64/99.10	c D: 1
98.64/99.10	c estimatedAdderCost: 30
98.64/99.10	c Try to convert by bdds
98.64/99.11	c D: 1
98.64/99.11	c estimatedAdderCost: 30
98.64/99.11	c Try to convert by bdds
98.74/99.12	c D: 1
98.74/99.12	c estimatedAdderCost: 30
98.74/99.12	c Try to convert by bdds
98.74/99.12	c D: 1
98.74/99.12	c estimatedAdderCost: 30
98.74/99.12	c Try to convert by bdds
98.74/99.13	c D: 1
98.74/99.13	c estimatedAdderCost: 30
98.74/99.13	c Try to convert by bdds
98.74/99.14	c D: 1
98.74/99.14	c estimatedAdderCost: 30
98.74/99.14	c Try to convert by bdds
98.74/99.15	c D: 1
98.74/99.15	c estimatedAdderCost: 30
98.74/99.15	c Try to convert by bdds
98.74/99.16	c D: 1
98.74/99.16	c estimatedAdderCost: 30
98.74/99.16	c Try to convert by bdds
98.74/99.17	c D: 1
98.74/99.17	c estimatedAdderCost: 30
98.74/99.17	c Try to convert by bdds
98.74/99.17	c D: 1
98.74/99.17	c estimatedAdderCost: 30
98.74/99.17	c Try to convert by bdds
98.74/99.18	c D: 1
98.74/99.18	c estimatedAdderCost: 30
98.74/99.18	c Try to convert by bdds
98.74/99.19	c D: 1
98.74/99.19	c estimatedAdderCost: 30
98.74/99.19	c Try to convert by bdds
98.83/99.20	c D: 1
98.83/99.20	c estimatedAdderCost: 30
98.83/99.20	c Try to convert by bdds
98.83/99.21	c D: 1
98.83/99.21	c estimatedAdderCost: 30
98.83/99.21	c Try to convert by bdds
98.83/99.21	c D: 1
98.83/99.21	c estimatedAdderCost: 30
98.83/99.21	c Try to convert by bdds
98.83/99.22	c D: 1
98.83/99.22	c estimatedAdderCost: 30
98.83/99.22	c Try to convert by bdds
98.83/99.23	c D: 1
98.83/99.23	c estimatedAdderCost: 30
98.83/99.23	c Try to convert by bdds
98.83/99.24	c D: 1
98.83/99.24	c estimatedAdderCost: 30
98.83/99.24	c Try to convert by bdds
98.83/99.25	c D: 1
98.83/99.25	c estimatedAdderCost: 30
98.83/99.25	c Try to convert by bdds
98.83/99.26	c D: 1
98.83/99.26	c estimatedAdderCost: 30
98.83/99.26	c Try to convert by bdds
98.83/99.26	c D: 1
98.83/99.26	c estimatedAdderCost: 30
98.83/99.26	c Try to convert by bdds
98.83/99.27	c D: 1
98.83/99.27	c estimatedAdderCost: 30
98.83/99.27	c Try to convert by bdds
98.83/99.28	c D: 1
98.83/99.28	c estimatedAdderCost: 30
98.83/99.28	c Try to convert by bdds
98.83/99.29	c D: 1
98.83/99.29	c estimatedAdderCost: 30
98.83/99.29	c Try to convert by bdds
98.93/99.30	c D: 1
98.93/99.30	c estimatedAdderCost: 30
98.93/99.30	c Try to convert by bdds
98.93/99.30	c D: 1
98.93/99.30	c estimatedAdderCost: 30
98.93/99.30	c Try to convert by bdds
98.93/99.31	c D: 1
98.93/99.31	c estimatedAdderCost: 30
98.93/99.31	c Try to convert by bdds
98.93/99.32	c D: 1
98.93/99.32	c estimatedAdderCost: 30
98.93/99.32	c Try to convert by bdds
98.93/99.33	c D: 1
98.93/99.33	c estimatedAdderCost: 30
98.93/99.33	c Try to convert by bdds
98.93/99.34	c D: 1
98.93/99.34	c estimatedAdderCost: 30
98.93/99.34	c Try to convert by bdds
98.93/99.35	c D: 1
98.93/99.35	c estimatedAdderCost: 30
98.93/99.35	c Try to convert by bdds
98.93/99.35	c D: 1
98.93/99.35	c estimatedAdderCost: 30
98.93/99.35	c Try to convert by bdds
98.93/99.36	c D: 1
98.93/99.36	c estimatedAdderCost: 30
98.93/99.36	c Try to convert by bdds
98.93/99.37	c D: 1
98.93/99.37	c estimatedAdderCost: 30
98.93/99.37	c Try to convert by bdds
98.93/99.38	c D: 1
98.93/99.38	c estimatedAdderCost: 30
98.93/99.38	c Try to convert by bdds
98.93/99.39	c D: 1
98.93/99.39	c estimatedAdderCost: 30
98.93/99.39	c Try to convert by bdds
98.93/99.40	c D: 1
98.93/99.40	c estimatedAdderCost: 30
98.93/99.40	c Try to convert by bdds
99.03/99.40	c D: 1
99.03/99.40	c estimatedAdderCost: 30
99.03/99.40	c Try to convert by bdds
99.03/99.41	c D: 1
99.03/99.41	c estimatedAdderCost: 30
99.03/99.41	c Try to convert by bdds
99.03/99.42	c D: 1
99.03/99.42	c estimatedAdderCost: 30
99.03/99.42	c Try to convert by bdds
99.03/99.43	c D: 1
99.03/99.43	c estimatedAdderCost: 30
99.03/99.43	c Try to convert by bdds
99.03/99.44	c D: 1
99.03/99.44	c estimatedAdderCost: 30
99.03/99.44	c Try to convert by bdds
99.03/99.44	c D: 1
99.03/99.44	c estimatedAdderCost: 30
99.03/99.44	c Try to convert by bdds
99.03/99.45	c D: 1
99.03/99.45	c estimatedAdderCost: 30
99.03/99.45	c Try to convert by bdds
99.03/99.46	c D: 1
99.03/99.46	c estimatedAdderCost: 30
99.03/99.46	c Try to convert by bdds
99.03/99.47	c D: 1
99.03/99.47	c estimatedAdderCost: 30
99.03/99.47	c Try to convert by bdds
99.03/99.48	c D: 1
99.03/99.48	c estimatedAdderCost: 30
99.03/99.48	c Try to convert by bdds
99.03/99.49	c D: 1
99.03/99.49	c estimatedAdderCost: 30
99.03/99.49	c Try to convert by bdds
99.03/99.49	c D: 1
99.03/99.49	c estimatedAdderCost: 30
99.03/99.49	c Try to convert by bdds
99.13/99.50	c D: 1
99.13/99.50	c estimatedAdderCost: 30
99.13/99.50	c Try to convert by bdds
99.13/99.51	c D: 1
99.13/99.51	c estimatedAdderCost: 30
99.13/99.51	c Try to convert by bdds
99.13/99.52	c D: 1
99.13/99.52	c estimatedAdderCost: 30
99.13/99.52	c Try to convert by bdds
99.13/99.53	c D: 1
99.13/99.53	c estimatedAdderCost: 30
99.13/99.53	c Try to convert by bdds
99.13/99.54	c D: 1
99.13/99.54	c estimatedAdderCost: 30
99.13/99.54	c Try to convert by bdds
99.13/99.54	c D: 1
99.13/99.54	c estimatedAdderCost: 30
99.13/99.54	c Try to convert by bdds
99.13/99.55	c D: 1
99.13/99.55	c estimatedAdderCost: 30
99.13/99.55	c Try to convert by bdds
99.13/99.56	c D: 1
99.13/99.56	c estimatedAdderCost: 30
99.13/99.56	c Try to convert by bdds
99.13/99.57	c D: 1
99.13/99.57	c estimatedAdderCost: 30
99.13/99.57	c Try to convert by bdds
99.13/99.58	c D: 1
99.13/99.58	c estimatedAdderCost: 30
99.13/99.58	c Try to convert by bdds
99.13/99.58	c D: 1
99.13/99.58	c estimatedAdderCost: 30
99.13/99.58	c Try to convert by bdds
99.13/99.59	c D: 1
99.13/99.59	c estimatedAdderCost: 30
99.13/99.59	c Try to convert by bdds
99.23/99.60	c D: 1
99.23/99.60	c estimatedAdderCost: 30
99.23/99.60	c Try to convert by bdds
99.23/99.61	c D: 1
99.23/99.61	c estimatedAdderCost: 30
99.23/99.61	c Try to convert by bdds
99.23/99.62	c D: 1
99.23/99.62	c estimatedAdderCost: 30
99.23/99.62	c Try to convert by bdds
99.23/99.63	c D: 1
99.23/99.63	c estimatedAdderCost: 30
99.23/99.63	c Try to convert by bdds
99.23/99.63	c D: 1
99.23/99.63	c estimatedAdderCost: 30
99.23/99.63	c Try to convert by bdds
99.23/99.64	c D: 1
99.23/99.64	c estimatedAdderCost: 30
99.23/99.64	c Try to convert by bdds
99.23/99.65	c D: 1
99.23/99.65	c estimatedAdderCost: 30
99.23/99.65	c Try to convert by bdds
99.23/99.66	c D: 1
99.23/99.66	c estimatedAdderCost: 30
99.23/99.66	c Try to convert by bdds
99.23/99.67	c D: 1
99.23/99.67	c estimatedAdderCost: 30
99.23/99.67	c Try to convert by bdds
99.23/99.68	c D: 1
99.23/99.68	c estimatedAdderCost: 30
99.23/99.68	c Try to convert by bdds
99.23/99.68	c D: 1
99.23/99.68	c estimatedAdderCost: 30
99.23/99.68	c Try to convert by bdds
99.23/99.69	c D: 1
99.23/99.69	c estimatedAdderCost: 30
99.23/99.69	c Try to convert by bdds
99.33/99.70	c D: 1
99.33/99.70	c estimatedAdderCost: 30
99.33/99.70	c Try to convert by bdds
99.33/99.71	c D: 1
99.33/99.71	c estimatedAdderCost: 30
99.33/99.71	c Try to convert by bdds
99.33/99.72	c D: 1
99.33/99.72	c estimatedAdderCost: 30
99.33/99.72	c Try to convert by bdds
99.33/99.72	c D: 1
99.33/99.72	c estimatedAdderCost: 30
99.33/99.72	c Try to convert by bdds
99.33/99.73	c D: 1
99.33/99.73	c estimatedAdderCost: 30
99.33/99.73	c Try to convert by bdds
99.33/99.74	c D: 1
99.33/99.74	c estimatedAdderCost: 30
99.33/99.74	c Try to convert by bdds
99.33/99.75	c D: 1
99.33/99.75	c estimatedAdderCost: 30
99.33/99.75	c Try to convert by bdds
99.33/99.76	c D: 1
99.33/99.76	c estimatedAdderCost: 30
99.33/99.76	c Try to convert by bdds
99.33/99.77	c D: 1
99.33/99.77	c estimatedAdderCost: 30
99.33/99.77	c Try to convert by bdds
99.33/99.77	c D: 1
99.33/99.77	c estimatedAdderCost: 30
99.33/99.77	c Try to convert by bdds
99.33/99.78	c D: 1
99.33/99.78	c estimatedAdderCost: 30
99.33/99.78	c Try to convert by bdds
99.33/99.79	c D: 1
99.33/99.79	c estimatedAdderCost: 30
99.33/99.79	c Try to convert by bdds
99.43/99.80	c D: 1
99.43/99.80	c estimatedAdderCost: 30
99.43/99.80	c Try to convert by bdds
99.43/99.81	c D: 1
99.43/99.81	c estimatedAdderCost: 30
99.43/99.81	c Try to convert by bdds
99.43/99.82	c D: 1
99.43/99.82	c estimatedAdderCost: 30
99.43/99.82	c Try to convert by bdds
99.43/99.82	c D: 1
99.43/99.82	c estimatedAdderCost: 30
99.43/99.82	c Try to convert by bdds
99.43/99.83	c D: 1
99.43/99.83	c estimatedAdderCost: 21
99.43/99.83	c Try to convert by bdds
99.43/99.84	c D: 1
99.43/99.84	c estimatedAdderCost: 21
99.43/99.84	c Try to convert by bdds
99.43/99.84	c D: 1
99.43/99.84	c estimatedAdderCost: 21
99.43/99.84	c Try to convert by bdds
99.43/99.85	c D: 1
99.43/99.85	c estimatedAdderCost: 21
99.43/99.85	c Try to convert by bdds
99.43/99.85	c D: 1
99.43/99.85	c estimatedAdderCost: 21
99.43/99.85	c Try to convert by bdds
99.43/99.86	c D: 1
99.43/99.86	c estimatedAdderCost: 21
99.43/99.86	c Try to convert by bdds
99.43/99.86	c D: 1
99.43/99.86	c estimatedAdderCost: 21
99.43/99.86	c Try to convert by bdds
99.43/99.87	c D: 1
99.43/99.87	c estimatedAdderCost: 21
99.43/99.87	c Try to convert by bdds
99.43/99.87	c D: 1
99.43/99.87	c estimatedAdderCost: 21
99.43/99.87	c Try to convert by bdds
99.43/99.88	c D: 1
99.43/99.88	c estimatedAdderCost: 21
99.43/99.88	c Try to convert by bdds
99.43/99.88	c D: 1
99.43/99.88	c estimatedAdderCost: 21
99.43/99.88	c Try to convert by bdds
99.43/99.89	c D: 1
99.43/99.89	c estimatedAdderCost: 21
99.43/99.89	c Try to convert by bdds
99.43/99.89	c D: 1
99.43/99.89	c estimatedAdderCost: 21
99.43/99.89	c Try to convert by bdds
99.53/99.90	c D: 1
99.53/99.90	c estimatedAdderCost: 21
99.53/99.90	c Try to convert by bdds
99.53/99.90	c D: 1
99.53/99.90	c estimatedAdderCost: 21
99.53/99.90	c Try to convert by bdds
99.53/99.91	c D: 1
99.53/99.91	c estimatedAdderCost: 30
99.53/99.91	c Try to convert by bdds
99.53/99.91	c D: 1
99.53/99.91	c estimatedAdderCost: 30
99.53/99.91	c Try to convert by bdds
99.53/99.92	c D: 1
99.53/99.92	c estimatedAdderCost: 30
99.53/99.92	c Try to convert by bdds
99.53/99.93	c D: 1
99.53/99.93	c estimatedAdderCost: 30
99.53/99.93	c Try to convert by bdds
99.53/99.94	c D: 1
99.53/99.94	c estimatedAdderCost: 30
99.53/99.94	c Try to convert by bdds
99.53/99.95	c D: 1
99.53/99.95	c estimatedAdderCost: 30
99.53/99.95	c Try to convert by bdds
99.53/99.95	c D: 1
99.53/99.95	c estimatedAdderCost: 30
99.53/99.95	c Try to convert by bdds
99.53/99.96	c D: 1
99.53/99.96	c estimatedAdderCost: 30
99.53/99.96	c Try to convert by bdds
99.53/99.97	c D: 1
99.53/99.97	c estimatedAdderCost: 30
99.53/99.97	c Try to convert by bdds
99.53/99.98	c D: 1
99.53/99.98	c estimatedAdderCost: 30
99.53/99.98	c Try to convert by bdds
99.53/99.99	c D: 1
99.53/99.99	c estimatedAdderCost: 30
99.53/99.99	c Try to convert by bdds
99.53/100.00	c D: 1
99.53/100.00	c estimatedAdderCost: 30
99.53/100.00	c Try to convert by bdds
99.53/100.00	c D: 1
99.53/100.00	c estimatedAdderCost: 30
99.53/100.00	c Try to convert by bdds
99.64/100.01	c D: 1
99.64/100.01	c estimatedAdderCost: 30
99.64/100.01	c Try to convert by bdds
99.64/100.02	c D: 1
99.64/100.02	c estimatedAdderCost: 30
99.64/100.02	c Try to convert by bdds
99.64/100.03	c D: 1
99.64/100.03	c estimatedAdderCost: 30
99.64/100.03	c Try to convert by bdds
99.64/100.04	c D: 1
99.64/100.04	c estimatedAdderCost: 30
99.64/100.04	c Try to convert by bdds
99.64/100.05	c D: 1
99.64/100.05	c estimatedAdderCost: 30
99.64/100.05	c Try to convert by bdds
99.64/100.05	c D: 1
99.64/100.05	c estimatedAdderCost: 30
99.64/100.05	c Try to convert by bdds
99.64/100.06	c D: 1
99.64/100.06	c estimatedAdderCost: 30
99.64/100.06	c Try to convert by bdds
99.64/100.07	c D: 1
99.64/100.07	c estimatedAdderCost: 30
99.64/100.07	c Try to convert by bdds
99.64/100.08	c D: 1
99.64/100.08	c estimatedAdderCost: 30
99.64/100.08	c Try to convert by bdds
99.64/100.09	c D: 1
99.64/100.09	c estimatedAdderCost: 30
99.64/100.09	c Try to convert by bdds
99.64/100.09	c D: 1
99.64/100.09	c estimatedAdderCost: 30
99.64/100.09	c Try to convert by bdds
99.64/100.10	c D: 1
99.64/100.10	c estimatedAdderCost: 30
99.64/100.10	c Try to convert by bdds
99.74/100.11	c D: 1
99.74/100.11	c estimatedAdderCost: 30
99.74/100.11	c Try to convert by bdds
99.74/100.12	c D: 1
99.74/100.12	c estimatedAdderCost: 30
99.74/100.12	c Try to convert by bdds
99.74/100.13	c D: 1
99.74/100.13	c estimatedAdderCost: 30
99.74/100.13	c Try to convert by bdds
99.74/100.14	c D: 1
99.74/100.14	c estimatedAdderCost: 30
99.74/100.14	c Try to convert by bdds
99.74/100.14	c D: 1
99.74/100.14	c estimatedAdderCost: 30
99.74/100.14	c Try to convert by bdds
99.74/100.15	c D: 1
99.74/100.15	c estimatedAdderCost: 30
99.74/100.15	c Try to convert by bdds
99.74/100.16	c D: 1
99.74/100.16	c estimatedAdderCost: 30
99.74/100.16	c Try to convert by bdds
99.74/100.17	c D: 1
99.74/100.17	c estimatedAdderCost: 30
99.74/100.17	c Try to convert by bdds
99.74/100.18	c D: 1
99.74/100.18	c estimatedAdderCost: 30
99.74/100.18	c Try to convert by bdds
99.74/100.19	c D: 1
99.74/100.19	c estimatedAdderCost: 30
99.74/100.19	c Try to convert by bdds
99.74/100.19	c D: 1
99.74/100.19	c estimatedAdderCost: 30
99.74/100.19	c Try to convert by bdds
99.83/100.20	c D: 1
99.83/100.20	c estimatedAdderCost: 30
99.83/100.20	c Try to convert by bdds
99.83/100.21	c D: 1
99.83/100.21	c estimatedAdderCost: 30
99.83/100.21	c Try to convert by bdds
99.83/100.22	c D: 1
99.83/100.22	c estimatedAdderCost: 30
99.83/100.22	c Try to convert by bdds
99.83/100.23	c D: 1
99.83/100.23	c estimatedAdderCost: 30
99.83/100.23	c Try to convert by bdds
99.83/100.23	c D: 1
99.83/100.23	c estimatedAdderCost: 30
99.83/100.23	c Try to convert by bdds
99.83/100.24	c D: 1
99.83/100.24	c estimatedAdderCost: 30
99.83/100.24	c Try to convert by bdds
99.83/100.25	c D: 1
99.83/100.25	c estimatedAdderCost: 30
99.83/100.25	c Try to convert by bdds
99.83/100.26	c D: 1
99.83/100.26	c estimatedAdderCost: 30
99.83/100.26	c Try to convert by bdds
99.83/100.27	c D: 1
99.83/100.27	c estimatedAdderCost: 30
99.83/100.27	c Try to convert by bdds
99.83/100.28	c D: 1
99.83/100.28	c estimatedAdderCost: 30
99.83/100.28	c Try to convert by bdds
99.83/100.28	c D: 1
99.83/100.28	c estimatedAdderCost: 30
99.83/100.28	c Try to convert by bdds
99.83/100.29	c D: 1
99.83/100.29	c estimatedAdderCost: 30
99.83/100.29	c Try to convert by bdds
99.93/100.30	c D: 1
99.93/100.30	c estimatedAdderCost: 30
99.93/100.30	c Try to convert by bdds
99.93/100.31	c D: 1
99.93/100.31	c estimatedAdderCost: 30
99.93/100.31	c Try to convert by bdds
99.93/100.32	c D: 1
99.93/100.32	c estimatedAdderCost: 30
99.93/100.32	c Try to convert by bdds
99.93/100.32	c D: 1
99.93/100.32	c estimatedAdderCost: 30
99.93/100.32	c Try to convert by bdds
99.93/100.33	c D: 1
99.93/100.33	c estimatedAdderCost: 30
99.93/100.33	c Try to convert by bdds
99.93/100.34	c D: 1
99.93/100.34	c estimatedAdderCost: 30
99.93/100.34	c Try to convert by bdds
99.93/100.35	c D: 1
99.93/100.35	c estimatedAdderCost: 30
99.93/100.35	c Try to convert by bdds
99.93/100.36	c D: 1
99.93/100.36	c estimatedAdderCost: 30
99.93/100.36	c Try to convert by bdds
99.93/100.37	c D: 1
99.93/100.37	c estimatedAdderCost: 30
99.93/100.37	c Try to convert by bdds
99.93/100.37	c D: 1
99.93/100.37	c estimatedAdderCost: 30
99.93/100.37	c Try to convert by bdds
99.93/100.38	c D: 1
99.93/100.38	c estimatedAdderCost: 30
99.93/100.38	c Try to convert by bdds
99.93/100.39	c D: 1
99.93/100.39	c estimatedAdderCost: 30
99.93/100.39	c Try to convert by bdds
100.03/100.40	c D: 1
100.03/100.40	c estimatedAdderCost: 30
100.03/100.40	c Try to convert by bdds
100.03/100.41	c D: 1
100.03/100.41	c estimatedAdderCost: 30
100.03/100.41	c Try to convert by bdds
100.03/100.42	c D: 1
100.03/100.42	c estimatedAdderCost: 30
100.03/100.42	c Try to convert by bdds
100.03/100.42	c D: 1
100.03/100.42	c estimatedAdderCost: 30
100.03/100.42	c Try to convert by bdds
100.03/100.43	c D: 1
100.03/100.43	c estimatedAdderCost: 30
100.03/100.43	c Try to convert by bdds
100.03/100.44	c D: 1
100.03/100.44	c estimatedAdderCost: 30
100.03/100.44	c Try to convert by bdds
100.03/100.45	c D: 1
100.03/100.45	c estimatedAdderCost: 30
100.03/100.45	c Try to convert by bdds
100.03/100.46	c D: 1
100.03/100.46	c estimatedAdderCost: 30
100.03/100.46	c Try to convert by bdds
100.03/100.46	c D: 1
100.03/100.46	c estimatedAdderCost: 30
100.03/100.46	c Try to convert by bdds
100.03/100.47	c D: 1
100.03/100.47	c estimatedAdderCost: 30
100.03/100.47	c Try to convert by bdds
100.03/100.48	c D: 1
100.03/100.48	c estimatedAdderCost: 30
100.03/100.48	c Try to convert by bdds
100.03/100.49	c D: 1
100.03/100.49	c estimatedAdderCost: 30
100.03/100.49	c Try to convert by bdds
100.13/100.50	c D: 1
100.13/100.50	c estimatedAdderCost: 30
100.13/100.50	c Try to convert by bdds
100.13/100.51	c D: 1
100.13/100.51	c estimatedAdderCost: 30
100.13/100.51	c Try to convert by bdds
100.13/100.51	c D: 1
100.13/100.51	c estimatedAdderCost: 30
100.13/100.51	c Try to convert by bdds
100.13/100.52	c D: 1
100.13/100.52	c estimatedAdderCost: 30
100.13/100.52	c Try to convert by bdds
100.13/100.53	c D: 1
100.13/100.53	c estimatedAdderCost: 30
100.13/100.53	c Try to convert by bdds
100.13/100.54	c D: 1
100.13/100.54	c estimatedAdderCost: 30
100.13/100.54	c Try to convert by bdds
100.13/100.55	c D: 1
100.13/100.55	c estimatedAdderCost: 30
100.13/100.55	c Try to convert by bdds
100.13/100.56	c D: 1
100.13/100.56	c estimatedAdderCost: 30
100.13/100.56	c Try to convert by bdds
100.13/100.56	c D: 1
100.13/100.56	c estimatedAdderCost: 30
100.13/100.56	c Try to convert by bdds
100.13/100.57	c D: 1
100.13/100.57	c estimatedAdderCost: 30
100.13/100.57	c Try to convert by bdds
100.13/100.58	c D: 1
100.13/100.58	c estimatedAdderCost: 30
100.13/100.58	c Try to convert by bdds
100.13/100.59	c D: 1
100.13/100.59	c estimatedAdderCost: 30
100.13/100.59	c Try to convert by bdds
100.23/100.60	c D: 1
100.23/100.60	c estimatedAdderCost: 30
100.23/100.60	c Try to convert by bdds
100.23/100.60	c D: 1
100.23/100.60	c estimatedAdderCost: 30
100.23/100.60	c Try to convert by bdds
100.23/100.61	c D: 1
100.23/100.61	c estimatedAdderCost: 30
100.23/100.61	c Try to convert by bdds
100.23/100.62	c D: 1
100.23/100.62	c estimatedAdderCost: 30
100.23/100.62	c Try to convert by bdds
100.23/100.63	c D: 1
100.23/100.63	c estimatedAdderCost: 30
100.23/100.63	c Try to convert by bdds
100.23/100.64	c D: 1
100.23/100.64	c estimatedAdderCost: 30
100.23/100.64	c Try to convert by bdds
100.23/100.65	c D: 1
100.23/100.65	c estimatedAdderCost: 30
100.23/100.65	c Try to convert by bdds
100.23/100.65	c D: 1
100.23/100.65	c estimatedAdderCost: 30
100.23/100.65	c Try to convert by bdds
100.23/100.66	c D: 1
100.23/100.66	c estimatedAdderCost: 30
100.23/100.66	c Try to convert by bdds
100.23/100.67	c D: 1
100.23/100.67	c estimatedAdderCost: 30
100.23/100.67	c Try to convert by bdds
100.23/100.68	c D: 1
100.23/100.68	c estimatedAdderCost: 30
100.23/100.68	c Try to convert by bdds
100.23/100.69	c D: 1
100.23/100.69	c estimatedAdderCost: 30
100.23/100.69	c Try to convert by bdds
100.23/100.70	c D: 1
100.23/100.70	c estimatedAdderCost: 30
100.23/100.70	c Try to convert by bdds
100.32/100.70	c D: 1
100.32/100.70	c estimatedAdderCost: 30
100.32/100.70	c Try to convert by bdds
100.32/100.71	c D: 1
100.32/100.71	c estimatedAdderCost: 30
100.32/100.71	c Try to convert by bdds
100.32/100.72	c D: 1
100.32/100.72	c estimatedAdderCost: 30
100.32/100.72	c Try to convert by bdds
100.32/100.73	c D: 1
100.32/100.73	c estimatedAdderCost: 30
100.32/100.73	c Try to convert by bdds
100.32/100.74	c D: 1
100.32/100.74	c estimatedAdderCost: 30
100.32/100.74	c Try to convert by bdds
100.32/100.74	c D: 1
100.32/100.74	c estimatedAdderCost: 30
100.32/100.74	c Try to convert by bdds
100.32/100.75	c D: 1
100.32/100.75	c estimatedAdderCost: 30
100.32/100.75	c Try to convert by bdds
100.32/100.76	c D: 1
100.32/100.76	c estimatedAdderCost: 30
100.32/100.76	c Try to convert by bdds
100.32/100.77	c D: 1
100.32/100.77	c estimatedAdderCost: 30
100.32/100.77	c Try to convert by bdds
100.32/100.78	c D: 1
100.32/100.78	c estimatedAdderCost: 30
100.32/100.78	c Try to convert by bdds
100.32/100.79	c D: 1
100.32/100.79	c estimatedAdderCost: 30
100.32/100.79	c Try to convert by bdds
100.32/100.79	c D: 1
100.32/100.79	c estimatedAdderCost: 30
100.32/100.79	c Try to convert by bdds
100.42/100.80	c D: 1
100.42/100.80	c estimatedAdderCost: 30
100.42/100.80	c Try to convert by bdds
100.42/100.81	c D: 1
100.42/100.81	c estimatedAdderCost: 30
100.42/100.81	c Try to convert by bdds
100.42/100.82	c D: 1
100.42/100.82	c estimatedAdderCost: 30
100.42/100.82	c Try to convert by bdds
100.42/100.83	c D: 1
100.42/100.83	c estimatedAdderCost: 30
100.42/100.83	c Try to convert by bdds
100.42/100.84	c D: 1
100.42/100.84	c estimatedAdderCost: 30
100.42/100.84	c Try to convert by bdds
100.42/100.84	c D: 1
100.42/100.84	c estimatedAdderCost: 30
100.42/100.84	c Try to convert by bdds
100.42/100.85	c D: 1
100.42/100.85	c estimatedAdderCost: 30
100.42/100.85	c Try to convert by bdds
100.42/100.86	c D: 1
100.42/100.86	c estimatedAdderCost: 30
100.42/100.86	c Try to convert by bdds
100.42/100.87	c D: 1
100.42/100.87	c estimatedAdderCost: 30
100.42/100.87	c Try to convert by bdds
100.42/100.88	c D: 1
100.42/100.88	c estimatedAdderCost: 30
100.42/100.88	c Try to convert by bdds
100.42/100.88	c D: 1
100.42/100.88	c estimatedAdderCost: 30
100.42/100.88	c Try to convert by bdds
100.42/100.89	c D: 1
100.42/100.89	c estimatedAdderCost: 30
100.42/100.89	c Try to convert by bdds
100.52/100.90	c D: 1
100.52/100.90	c estimatedAdderCost: 30
100.52/100.90	c Try to convert by bdds
100.52/100.91	c D: 1
100.52/100.91	c estimatedAdderCost: 30
100.52/100.91	c Try to convert by bdds
100.52/100.92	c D: 1
100.52/100.92	c estimatedAdderCost: 30
100.52/100.92	c Try to convert by bdds
100.52/100.93	c D: 1
100.52/100.93	c estimatedAdderCost: 30
100.52/100.93	c Try to convert by bdds
100.52/100.93	c D: 1
100.52/100.93	c estimatedAdderCost: 30
100.52/100.93	c Try to convert by bdds
100.52/100.94	c D: 1
100.52/100.94	c estimatedAdderCost: 30
100.52/100.94	c Try to convert by bdds
100.52/100.95	c D: 1
100.52/100.95	c estimatedAdderCost: 30
100.52/100.95	c Try to convert by bdds
100.52/100.96	c D: 1
100.52/100.96	c estimatedAdderCost: 30
100.52/100.96	c Try to convert by bdds
100.52/100.97	c D: 1
100.52/100.97	c estimatedAdderCost: 30
100.52/100.97	c Try to convert by bdds
100.52/100.97	c D: 1
100.52/100.97	c estimatedAdderCost: 30
100.52/100.97	c Try to convert by bdds
100.52/100.98	c D: 1
100.52/100.98	c estimatedAdderCost: 30
100.52/100.98	c Try to convert by bdds
100.52/100.99	c D: 1
100.52/100.99	c estimatedAdderCost: 30
100.52/100.99	c Try to convert by bdds
100.52/101.00	c D: 1
100.52/101.00	c estimatedAdderCost: 30
100.52/101.00	c Try to convert by bdds
100.52/101.01	c D: 1
100.52/101.01	c estimatedAdderCost: 30
100.52/101.01	c Try to convert by bdds
100.64/101.02	c D: 1
100.64/101.02	c estimatedAdderCost: 21
100.64/101.02	c Try to convert by bdds
100.64/101.02	c D: 1
100.64/101.02	c estimatedAdderCost: 21
100.64/101.02	c Try to convert by bdds
100.64/101.03	c D: 1
100.64/101.03	c estimatedAdderCost: 21
100.64/101.03	c Try to convert by bdds
100.64/101.03	c D: 1
100.64/101.03	c estimatedAdderCost: 21
100.64/101.03	c Try to convert by bdds
100.64/101.04	c D: 1
100.64/101.04	c estimatedAdderCost: 21
100.64/101.04	c Try to convert by bdds
100.64/101.04	c D: 1
100.64/101.04	c estimatedAdderCost: 21
100.64/101.04	c Try to convert by bdds
100.64/101.05	c D: 1
100.64/101.05	c estimatedAdderCost: 21
100.64/101.05	c Try to convert by bdds
100.64/101.05	c D: 1
100.64/101.05	c estimatedAdderCost: 21
100.64/101.05	c Try to convert by bdds
100.64/101.05	c D: 1
100.64/101.05	c estimatedAdderCost: 21
100.64/101.05	c Try to convert by bdds
100.64/101.06	c D: 1
100.64/101.06	c estimatedAdderCost: 21
100.64/101.06	c Try to convert by bdds
100.64/101.06	c D: 1
100.64/101.06	c estimatedAdderCost: 21
100.64/101.06	c Try to convert by bdds
100.64/101.07	c D: 1
100.64/101.07	c estimatedAdderCost: 21
100.64/101.07	c Try to convert by bdds
100.64/101.07	c D: 1
100.64/101.07	c estimatedAdderCost: 21
100.64/101.07	c Try to convert by bdds
100.64/101.08	c D: 1
100.64/101.08	c estimatedAdderCost: 21
100.64/101.08	c Try to convert by bdds
100.64/101.08	c D: 1
100.64/101.08	c estimatedAdderCost: 21
100.64/101.08	c Try to convert by bdds
100.64/101.09	c D: 1
100.64/101.09	c estimatedAdderCost: 21
100.64/101.09	c Try to convert by bdds
100.64/101.09	c D: 1
100.64/101.09	c estimatedAdderCost: 18
100.64/101.09	c Try to convert by bdds
100.64/101.10	c D: 1
100.64/101.10	c estimatedAdderCost: 18
100.64/101.10	c Try to convert by bdds
100.64/101.10	c D: 1
100.64/101.10	c estimatedAdderCost: 18
100.64/101.10	c Try to convert by bdds
100.64/101.10	c D: 1
100.64/101.10	c estimatedAdderCost: 18
100.64/101.10	c Try to convert by bdds
100.64/101.10	c D: 1
100.64/101.10	c estimatedAdderCost: 18
100.64/101.10	c Try to convert by bdds
100.64/101.10	c D: 1
100.64/101.10	c estimatedAdderCost: 18
100.64/101.10	c Try to convert by bdds
100.64/101.11	c D: 1
100.64/101.11	c estimatedAdderCost: 18
100.64/101.11	c Try to convert by bdds
100.64/101.11	c D: 1
100.64/101.11	c estimatedAdderCost: 18
100.64/101.11	c Try to convert by bdds
100.74/101.11	c D: 1
100.74/101.11	c estimatedAdderCost: 18
100.74/101.11	c Try to convert by bdds
100.74/101.11	c D: 1
100.74/101.11	c estimatedAdderCost: 18
100.74/101.11	c Try to convert by bdds
100.74/101.11	c D: 1
100.74/101.11	c estimatedAdderCost: 18
100.74/101.11	c Try to convert by bdds
100.74/101.11	c D: 1
100.74/101.11	c estimatedAdderCost: 18
100.74/101.11	c Try to convert by bdds
100.74/101.12	c D: 1
100.74/101.12	c estimatedAdderCost: 18
100.74/101.12	c Try to convert by bdds
100.74/101.12	c D: 1
100.74/101.12	c estimatedAdderCost: 18
100.74/101.12	c Try to convert by bdds
100.74/101.12	c D: 1
100.74/101.12	c estimatedAdderCost: 18
100.74/101.12	c Try to convert by bdds
100.74/101.12	c D: 1
100.74/101.12	c estimatedAdderCost: 18
100.74/101.12	c Try to convert by bdds
100.74/101.12	c D: 1
100.74/101.12	c 
110.29/110.78	c pb_solver_status: sst_unknown
110.29/110.78	c SCIP presolver nodes=41 > 1; boosting initial SCIP budget to 1000.0 sec
110.29/110.78	c goal1 is divided by 256
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 256
110.29/110.78	c Rest goal: size: 8 smallest: 1 biggest: 128
110.29/110.78	c goal1 is divided by 128
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 128
110.29/110.78	c Rest goal: size: 7 smallest: 1 biggest: 64
110.29/110.78	c goal1 is divided by 64
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 64
110.29/110.78	c Rest goal: size: 6 smallest: 1 biggest: 32
110.29/110.78	c goal1 is divided by 32
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 32
110.29/110.78	c Rest goal: size: 5 smallest: 1 biggest: 16
110.29/110.78	c goal1 is divided by 16
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 16
110.29/110.78	c Rest goal: size: 4 smallest: 1 biggest: 8
110.29/110.78	c goal1 is divided by 8
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 8
110.29/110.78	c Rest goal: size: 3 smallest: 1 biggest: 4
110.29/110.78	c goal1 is divided by 4
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 4
110.29/110.78	c Rest goal: size: 2 smallest: 1 biggest: 2
110.29/110.78	c goal1 is divided by 2
110.29/110.78	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 2
110.29/110.78	c Rest goal: size: 1 smallest: 1 biggest: 1
110.29/110.78	c total stages of optimization mode: 9
110.29/110.78	c multi stage optimization mode: 1-th step
110.29/110.78	c Maximizing current goal: (1)1*~x9  in [-oo,+oo]
110.29/110.78	c LB updated by evalGoalLB to 0
110.29/110.78	c UB updated by evalGoalUB to 1
110.29/110.78	c minimizationMode: cmm_First_solve
110.29/110.78	c goal coeffs: 1 
110.29/110.79	c assumptions: 
110.29/110.79	c invoking solver with time budget: 5.000000
135.52/136.05	c sat_solver_result: sst_unknown
135.52/136.05	c SAT solver timed out; proceeding to cooperative SCIP call
135.52/136.05	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1
135.52/136.05	c scip solving with time budget: 1000.000000
135.52/136.05	c solveScip
135.52/136.05	c initScipForCoop
135.52/136.05	c Cooperative mode: scip_coop_offset=1.000000
135.52/136.05	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
135.52/136.05	c Running SCIP presolve for solve-time propagation (rounds=3)
135.52/136.09	c presolving:
135.70/136.22	c    (0.2s) running MILP presolver
135.80/136.33	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
135.80/136.33	c (round 1, medium)     0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 136 clqs, 0 implints
135.80/136.36	c (round 2, exhaustive) 0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 136 clqs, 0 implints
135.80/136.39	c    (0.3s) probing: 89/7089 (1.3%) - 0 fixings, 0 aggregations, 10 implications, 0 bound changes
135.80/136.39	c    (0.3s) probing aborted: 50/50 successive totally useless probings
135.90/136.44	c presolving (3 rounds: 3 fast, 3 medium, 2 exhaustive):
135.90/136.44	c  0 deleted vars, 13888 deleted constraints, 6952 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
135.90/136.44	c  0 implications, 162 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
135.90/136.44	c presolved problem has 7089 variables (7089 bin, 0 int, 0 cont) and 6952 constraints
135.90/136.44	c      16 constraints of type <knapsack>
135.90/136.44	c    6936 constraints of type <linear>
135.90/136.44	c transformed objective value is always integral (scale: 1)
135.90/136.44	c Presolving Time: 0.35
135.90/136.49	c presolving:
136.10/136.62	c    (0.2s) running MILP presolver
136.20/136.74	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
136.20/136.74	c (round 1, medium)     0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 136 clqs, 0 implints
136.20/136.77	c (round 2, exhaustive) 0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 136 clqs, 0 implints
136.30/136.81	c    (0.4s) probing: 89/7089 (1.3%) - 0 fixings, 0 aggregations, 10 implications, 0 bound changes
136.30/136.81	c    (0.4s) probing aborted: 50/50 successive totally useless probings
136.30/136.85	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
136.40/136.92	c    (0.5s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 921.15) (symcode time: 0.03)
136.40/136.99	c dynamic symmetry handling statistics:
136.40/136.99	c    orbitopal reduction:       no components
136.40/136.99	c    orbital reduction:         no components
136.40/136.99	c    lexicographic reduction:   no permutations
136.40/136.99	c handled 1500 out of 1500 symmetry components
136.40/136.99	c (round 3, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 1662 clqs, 0 implints
136.40/137.01	c (round 4, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1516 upgd conss, 0 impls, 1662 clqs, 0 implints
136.52/137.03	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
136.52/137.03	c  0 deleted vars, 13888 deleted constraints, 8452 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
136.52/137.03	c  0 implications, 1662 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
136.52/137.03	c presolved problem has 7089 variables (7089 bin, 0 int, 0 cont) and 8452 constraints
136.52/137.03	c      16 constraints of type <knapsack>
136.52/137.03	c    1500 constraints of type <setppc>
136.52/137.03	c    6936 constraints of type <linear>
136.52/137.03	c transformed objective value is always integral (scale: 1)
136.52/137.03	c Presolving Time: 0.54
136.52/137.03	c 
136.80/137.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
136.80/137.34	c   0.9s|     1 |     0 |  4874 |     - |   366M |   0 |7089 |8457 |8452 |   0 |  0 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
137.99/138.56	c   2.1s|     1 |     0 | 10119 |     - |   368M |   0 |7089 |8457 |8465 |  13 |  1 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
138.29/138.83	c   2.4s|     1 |     0 | 10729 |     - |   369M |   0 |7089 |8457 |8474 |  22 |  2 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
138.39/138.99	c   2.5s|     1 |     0 | 10740 |     - |   370M |   0 |7089 |8460 |8483 |  31 |  3 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
138.60/139.12	c   2.7s|     1 |     0 | 10767 |     - |   373M |   0 |7089 |8460 |8493 |  41 |  4 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
138.79/139.37	c   2.9s|     1 |     0 | 10866 |     - |   377M |   0 |7089 |8460 |8503 |  51 |  5 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
138.99/139.58	c   3.1s|     1 |     0 | 10901 |     - |   379M |   0 |7089 |8460 |8513 |  61 |  6 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
139.38/139.93	c   3.5s|     1 |     0 | 11090 |     - |   383M |   0 |7089 |8460 |8523 |  71 |  7 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
139.78/140.30	c   3.8s|     1 |     0 | 11760 |     - |   387M |   0 |7089 |8464 |8535 |  83 |  8 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
139.98/140.51	c   4.1s|     1 |     0 | 11805 |     - |   390M |   0 |7089 |8464 |8545 |  93 |  9 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
140.18/140.75	c   4.3s|     1 |     0 | 12044 |     - |   394M |   0 |7089 |8464 |8556 | 104 | 10 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
140.28/140.85	c   4.4s|     1 |     0 | 12063 |     - |   395M |   0 |7089 |8464 |8560 | 116 | 11 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
141.79/142.34	c   5.9s|     1 |     2 | 22507 |     - |   396M |   0 |7089 |8473 |8560 | 116 | 11 |  21 |  18 | 0.000000e+00 |      --      |    Inf | unknown
167.59/168.29	c  31.8s|   100 |    95 |123771 |1128.4 |   407M |  19 |7089 |8522 |8509 | 186 |  1 |  70 |  18 | 0.000000e+00 |      --      |    Inf |   0.79%
197.30/198.01	c  61.6s|   200 |   157 |142590 | 655.9 |   416M |  41 |7089 |8534 |8518 | 277 |  1 |  82 |  18 | 0.000000e+00 |      --      |    Inf |   0.80%
225.90/226.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
225.90/226.72	c  90.3s|   300 |   224 |172771 | 537.5 |   419M |  41 |7089 |8566 |8513 | 374 |  1 | 115 |  18 | 0.000000e+00 |      --      |    Inf |   0.80%
244.25/245.19	c   109s|   400 |   304 |213353 | 504.5 |   420M |  41 |7089 |8596 |8522 | 434 |  1 | 145 |  18 | 0.000000e+00 |      --      |    Inf |   0.82%
263.27/264.23	c   128s|   500 |   390 |255207 | 487.3 |   424M |  45 |7089 |8627 |8517 | 529 |  1 | 177 |  18 | 0.000000e+00 |      --      |    Inf |   0.82%
277.51/278.59	c   142s|   600 |   476 |287577 | 460.0 |   427M |  45 |7089 |8629 |   0 | 608 |  0 | 179 |  18 | 0.000000e+00 |      --      |    Inf |   0.92%
287.48/288.57	c   152s|   700 |   551 |320905 | 441.8 |   430M |  45 |7089 |8661 |8522 | 728 |  1 | 211 |  18 | 0.000000e+00 |      --      |    Inf |   0.94%
297.14/298.22	c   162s|   800 |   645 |342917 | 414.1 |   432M |  45 |7089 |8678 |8517 | 788 |  1 | 230 |  18 | 0.000000e+00 |      --      |    Inf |   0.94%
307.41/308.58	c   172s|   900 |   730 |368961 | 397.0 |   434M |  45 |7089 |8686 |8517 | 891 |  1 | 238 |  18 | 0.000000e+00 |      --      |    Inf |   0.97%
331.12/332.37	c   196s|  1000 |   795 |401982 | 390.3 |   436M |  45 |7089 |8701 |   0 | 976 |  0 | 254 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
346.16/347.49	c   211s|  1100 |   857 |428076 | 378.5 |   438M |  45 |7089 |8726 |8510 |1077 |  1 | 280 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
355.75/357.04	c   221s|  1200 |   948 |436621 | 354.1 |   439M |  46 |7089 |8735 |8531 |1152 |  1 | 290 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
357.13/358.48	c   222s|  1300 |  1024 |446571 | 334.5 |   440M |  47 |7089 |8766 |8524 |1223 |  1 | 321 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
358.83/360.11	c   224s|  1400 |  1110 |458358 | 319.0 |   443M |  52 |7089 |8812 |8531 |1317 |  1 | 367 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
360.32/361.62	c   225s|  1500 |  1184 |468693 | 304.6 |   444M |  55 |7089 |8844 |8534 |1413 |  2 | 399 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
364.60/366.00	c   230s|  1600 |  1263 |479485 | 292.3 |   445M |  55 |7089 |8878 |8524 |1514 |  1 | 433 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
366.19/367.55	c   231s|  1700 |  1338 |489090 | 280.8 |   446M |  55 |7089 |8914 |8525 |1641 |  1 | 470 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
367.99/369.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
367.99/369.38	c   233s|  1800 |  1413 |500352 | 271.4 |   448M |  55 |7089 |8945 |8537 |1767 |  1 | 502 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
369.79/371.16	c   235s|  1900 |  1472 |510395 | 262.4 |   448M |  58 |7089 |9003 |8530 |1854 |  1 | 560 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
371.27/372.66	c   236s|  2000 |  1542 |519880 | 254.0 |   450M |  58 |7089 |9059 |8540 |1967 |  1 | 616 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
373.47/374.86	c   238s|  2100 |  1612 |530287 | 246.9 |   451M |  58 |7089 |9097 |8541 |2100 |  2 | 654 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
375.36/376.70	c   240s|  2200 |  1684 |540958 | 240.5 |   452M |  58 |7089 |9126 |8517 |2219 |  1 | 684 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
377.15/378.52	c   242s|  2300 |  1762 |550050 | 234.0 |   453M |  58 |7089 |9141 |   0 |2360 |  0 | 699 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
378.76/380.16	c   244s|  2400 |  1827 |559327 | 228.1 |   454M |  58 |7089 |9164 |8530 |2470 |  2 | 722 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
380.04/381.42	c   245s|  2500 |  1901 |567279 | 222.2 |   455M |  58 |7089 |9184 |8535 |2574 |  1 | 742 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
383.44/384.86	c   248s|  2600 |  1961 |576680 | 217.2 |   455M |  58 |7089 |9233 |   0 |2660 |  0 | 791 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
385.53/386.97	c   251s|  2700 |  2014 |587353 | 213.1 |   456M |  58 |7089 |9261 |8529 |2765 |  1 | 819 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
387.22/388.66	c   252s|  2800 |  2074 |597723 | 209.2 |   456M |  58 |7089 |9294 |8539 |2866 |  1 | 852 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
389.01/390.40	c   254s|  2900 |  2126 |607555 | 205.4 |   457M |  58 |7089 |9342 |8536 |2956 |  1 | 900 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
390.41/391.86	c   255s|  3000 |  2182 |615092 | 201.1 |   457M |  58 |7089 |9388 |8537 |3041 |  1 | 946 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
392.10/393.55	c   257s|  3100 |  2222 |623509 | 197.3 |   458M |  58 |7089 |9422 |   0 |3194 |  0 | 980 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
393.71/395.17	c   259s|  3200 |  2280 |636157 | 195.1 |   460M |  58 |7089 |9445 |8529 |3288 |  1 |1004 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
395.29/396.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
395.29/396.74	c   260s|  3300 |  2312 |644397 | 191.7 |   461M |  58 |7089 |9510 |   0 |3395 |  0 |1069 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
396.60/398.09	c   262s|  3400 |  2374 |652247 | 188.3 |   461M |  58 |7089 |9527 |8517 |3527 |  1 |1086 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
397.98/399.48	c   263s|  3500 |  2447 |660853 | 185.4 |   461M |  58 |7089 |9548 |8538 |3649 |  1 |1107 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
399.69/401.14	c   265s|  3600 |  2510 |669377 | 182.6 |   463M |  58 |7089 |9572 |8538 |3778 |  1 |1131 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
400.77/402.27	c   266s|  3700 |  2553 |673999 | 178.9 |   463M |  58 |7089 |9596 |8542 |3868 |  1 |1155 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
402.46/403.90	c   267s|  3800 |  2574 |680468 | 175.9 |   464M |  58 |7089 |9662 |8527 |3972 |  1 |1221 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
403.67/405.19	c   269s|  3900 |  2635 |687519 | 173.2 |   464M |  58 |7089 |9685 |8531 |4091 |  1 |1244 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
404.45/406.00	c   270s|  4000 |  2676 |692965 | 170.3 |   464M |  58 |7089 |9728 |8522 |4164 |  1 |1287 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
405.95/407.48	c   271s|  4100 |  2730 |701146 | 168.1 |   465M |  58 |7089 |9777 |   0 |4274 |  0 |1336 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
406.94/408.43	c   272s|  4200 |  2765 |707572 | 165.6 |   466M |  58 |7089 |9822 |   0 |4309 |  0 |1381 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
408.14/409.67	c   273s|  4300 |  2804 |713352 | 163.1 |   466M |  58 |7089 |9850 |8541 |4409 |  1 |1409 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
409.83/411.31	c   275s|  4400 |  2862 |724192 | 161.9 |   467M |  58 |7089 |9891 |   0 |4523 |  0 |1450 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
411.03/412.59	c   276s|  4500 |  2916 |730284 | 159.6 |   468M |  58 |7089 |9923 |   0 |4594 |  0 |1482 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
411.92/413.49	c   277s|  4600 |  2936 |735812 | 157.4 |   468M |  58 |7089 |  10k|   0 |4670 |  0 |1566 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
413.12/414.68	c   278s|  4700 |  3000 |742652 | 155.5 |   469M |  58 |7089 |  10k|8528 |4787 |  1 |1589 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
414.53/416.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.53/416.11	c   280s|  4800 |  3047 |750100 | 153.8 |   469M |  58 |7089 |  10k|8528 |4874 |  1 |1651 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
415.62/417.17	c   281s|  4900 |  3108 |758100 | 152.3 |   469M |  58 |7089 |  10k|8525 |4973 |  1 |1676 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
417.10/418.66	c   282s|  5000 |  3171 |768461 | 151.3 |   470M |  58 |7089 |  10k|   0 |5091 |  0 |1704 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
418.70/420.26	c   284s|  5100 |  3221 |776828 | 150.0 |   470M |  58 |7089 |  10k|8527 |5232 |  1 |1746 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
420.29/421.85	c   285s|  5200 |  3274 |785707 | 148.8 |   472M |  58 |7089 |  10k|8537 |5339 |  1 |1792 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
421.50/423.10	c   287s|  5300 |  3338 |792439 | 147.3 |   472M |  58 |7089 |  10k|8532 |5431 |  1 |1821 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
422.88/424.44	c   288s|  5400 |  3385 |800618 | 146.1 |   472M |  58 |7089 |  10k|8526 |5567 |  1 |1865 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
423.98/425.59	c   289s|  5500 |  3449 |807874 | 144.7 |   472M |  58 |7089 |  10k|8527 |5691 |  1 |1900 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
425.37/426.93	c   290s|  5600 |  3516 |816044 | 143.6 |   474M |  58 |7089 |  10k|8538 |5802 |  1 |1940 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
426.87/428.49	c   292s|  5700 |  3540 |824540 | 142.6 |   474M |  58 |7089 |  10k|8537 |5934 |  1 |2000 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
428.16/429.73	c   293s|  5800 |  3581 |831670 | 141.3 |   475M |  58 |7089 |  10k|8537 |6056 |  1 |2043 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
429.76/431.36	c   295s|  5900 |  3648 |840191 | 140.4 |   475M |  58 |7089 |  10k|   0 |6197 |  0 |2083 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
431.25/432.87	c   296s|  6000 |  3684 |849346 | 139.6 |   475M |  58 |7089 |  10k|8530 |6326 |  1 |2136 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
432.56/434.13	c   298s|  6100 |  3725 |856351 | 138.4 |   476M |  58 |7089 |  10k|8536 |6460 |  2 |2199 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
434.04/435.63	c   299s|  6200 |  3766 |864849 | 137.6 |   477M |  58 |7089 |  10k|8536 |6588 |  1 |2237 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
434.94/436.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
434.94/436.52	c   300s|  6300 |  3792 |871702 | 136.5 |   477M |  58 |7089 |  10k|8534 |6677 |  1 |2297 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
435.83/437.44	c   301s|  6400 |  3831 |878384 | 135.4 |   478M |  58 |7089 |  10k|   0 |6786 |  0 |2337 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
437.23/438.86	c   302s|  6500 |  3867 |888901 | 134.9 |   478M |  58 |7089 |  10k|   0 |6931 |  0 |2396 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
438.22/439.86	c   303s|  6600 |  3904 |895963 | 133.9 |   479M |  58 |7089 |  10k|   0 |7019 |  0 |2474 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
439.22/440.86	c   304s|  6700 |  3943 |902263 | 132.9 |   479M |  58 |7089 |  10k|8539 |7099 |  2 |2526 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
440.43/442.08	c   306s|  6800 |  3984 |909074 | 131.9 |   480M |  58 |7089 |  10k|   0 |7188 |  0 |2564 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
441.42/443.04	c   307s|  6900 |  4016 |915541 | 131.0 |   481M |  58 |7089 |  11k|8528 |7273 |  1 |2638 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
442.60/444.27	c   308s|  7000 |  4044 |923461 | 130.2 |   482M |  58 |7089 |  11k|   0 |7391 |  0 |2709 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
443.60/445.26	c   309s|  7100 |  4081 |931189 | 129.5 |   483M |  58 |7089 |  11k|8534 |7471 |  1 |2761 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
444.59/446.20	c   310s|  7200 |  4110 |938142 | 128.6 |   483M |  58 |7089 |  11k|8536 |7574 |  1 |2823 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
445.50/447.14	c   311s|  7300 |  4137 |946206 | 128.0 |   483M |  58 |7089 |  11k|   0 |7647 |  0 |2891 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
446.69/448.33	c   312s|  7400 |  4168 |955447 | 127.5 |   484M |  58 |7089 |  11k|   0 |7756 |  0 |2957 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
447.98/449.61	c   313s|  7500 |  4194 |964463 | 127.0 |   484M |  58 |7089 |  11k|8536 |7903 |  1 |3013 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
449.28/450.90	c   314s|  7600 |  4254 |971956 | 126.3 |   486M |  58 |7089 |  11k|8537 |8034 |  1 |3035 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
450.48/452.15	c   316s|  7700 |  4315 |979069 | 125.6 |   486M |  58 |7089 |  11k|8539 |8109 |  2 |3080 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
451.27/452.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
451.27/452.98	c   317s|  7800 |  4339 |984302 | 124.7 |   487M |  58 |7089 |  11k|8536 |8188 |  1 |3155 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
452.26/454.00	c   318s|  7900 |  4392 |990679 | 123.9 |   487M |  58 |7089 |  11k|8536 |8262 |  1 |3179 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
453.56/455.29	c   319s|  8000 |  4438 |999249 | 123.4 |   487M |  58 |7089 |  11k|8525 |8335 |  1 |3235 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
454.85/456.50	c   320s|  8100 |  4472 |  1007k| 122.9 |   487M |  58 |7089 |  11k|8540 |8419 |  1 |3289 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
455.85/457.54	c   321s|  8200 |  4500 |  1014k| 122.3 |   487M |  58 |7089 |  11k|8523 |8493 |  1 |3345 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
457.14/458.86	c   322s|  8300 |  4542 |  1022k| 121.8 |   488M |  58 |7089 |  11k|   0 |8575 |  0 |3401 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
457.94/459.66	c   323s|  8400 |  4557 |  1027k| 120.9 |   488M |  58 |7089 |  11k|8522 |8599 |  1 |3456 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
459.05/460.76	c   324s|  8500 |  4613 |  1035k| 120.5 |   489M |  58 |7089 |  11k|8533 |8709 |  1 |3498 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
460.35/462.07	c   326s|  8600 |  4654 |  1043k| 120.0 |   490M |  58 |7089 |  11k|8534 |8790 |  1 |3559 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
461.35/463.07	c   327s|  8700 |  4706 |  1050k| 119.4 |   490M |  58 |7089 |  11k|   0 |8868 |  0 |3624 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
462.63/464.35	c   328s|  8800 |  4742 |  1057k| 118.8 |   493M |  58 |7089 |  11k|8531 |9005 |  1 |3694 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
463.34/465.10	c   329s|  8900 |  4759 |  1062k| 118.0 |   493M |  58 |7089 |  11k|8537 |9057 |  1 |3767 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
464.22/466.00	c   330s|  9000 |  4784 |  1067k| 117.2 |   494M |  58 |7089 |  11k|8540 |9165 |  2 |3847 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
465.22/466.98	c   331s|  9100 |  4820 |  1075k| 116.9 |   494M |  58 |7089 |  12k|   0 |9244 |  0 |3922 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
466.43/468.18	c   332s|  9200 |  4862 |  1084k| 116.6 |   494M |  58 |7089 |  12k|8526 |9368 |  1 |4000 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
467.51/469.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
467.51/469.23	c   333s|  9300 |  4931 |  1091k| 116.1 |   495M |  58 |7089 |  12k|   0 |9454 |  0 |4034 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
468.21/469.99	c   334s|  9400 |  4961 |  1096k| 115.4 |   495M |  58 |7089 |  12k|8535 |9507 |  1 |4061 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
469.50/471.22	c   335s|  9500 |  4996 |  1103k| 114.9 |   496M |  58 |7089 |  12k|8536 |9583 |  1 |4113 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
470.50/472.27	c   336s|  9600 |  5044 |  1110k| 114.4 |   496M |  58 |7089 |  12k|8536 |9678 |  1 |4162 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
471.41/473.14	c   337s|  9700 |  5076 |  1117k| 114.0 |   496M |  58 |7089 |  12k|8540 |9753 |  1 |4221 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
472.31/474.10	c   338s|  9800 |  5091 |  1123k| 113.5 |   497M |  58 |7089 |  12k|8525 |9808 |  1 |4292 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
473.49/475.27	c   339s|  9900 |  5136 |  1131k| 113.1 |   497M |  58 |7089 |  12k|8537 |9909 |  2 |4336 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
474.49/476.23	c   340s| 10000 |  5166 |  1138k| 112.7 |   498M |  58 |7089 |  12k|8525 |  10k|  1 |4411 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
475.40/477.20	c   341s| 10100 |  5200 |  1145k| 112.2 |   498M |  58 |7089 |  12k|8525 |  10k|  1 |4490 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
476.29/478.05	c   342s| 10200 |  5226 |  1151k| 111.7 |   500M |  58 |7089 |  12k|8526 |  10k|  1 |4548 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
477.47/479.28	c   343s| 10300 |  5258 |  1158k| 111.3 |   500M |  58 |7089 |  12k|8529 |  10k|  1 |4608 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
478.57/480.38	c   344s| 10400 |  5302 |  1165k| 110.9 |   501M |  58 |7089 |  12k|8523 |  10k|  1 |4659 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
480.07/481.80	c   345s| 10500 |  5331 |  1172k| 110.5 |   501M |  58 |7089 |  12k|8537 |  10k|  2 |4706 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
481.16/482.93	c   346s| 10600 |  5371 |  1178k| 110.0 |   501M |  58 |7089 |  12k|   0 |  10k|  0 |4747 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
482.16/483.98	c   348s| 10700 |  5424 |  1186k| 109.7 |   502M |  63 |7089 |  12k|8533 |  10k|  1 |4794 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
483.27/485.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
483.27/485.09	c   349s| 10800 |  5450 |  1197k| 109.8 |   502M |  63 |7089 |  12k|8532 |  10k|  1 |4875 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
484.55/486.35	c   350s| 10900 |  5485 |  1206k| 109.6 |   502M |  63 |7089 |  12k|8526 |  10k|  1 |4928 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
485.44/487.25	c   351s| 11000 |  5504 |  1212k| 109.2 |   503M |  63 |7089 |  12k|8532 |  11k|  1 |5005 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
486.44/488.25	c   352s| 11100 |  5522 |  1218k| 108.7 |   503M |  63 |7089 |  12k|8529 |  11k|  1 |5072 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
487.35/489.11	c   353s| 11200 |  5549 |  1224k| 108.2 |   503M |  63 |7089 |  12k|8535 |  11k|  1 |5130 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
488.13/489.90	c   353s| 11300 |  5567 |  1230k| 107.8 |   504M |  63 |7089 |  12k|   0 |  11k|  0 |5202 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
488.93/490.75	c   354s| 11400 |  5582 |  1236k| 107.4 |   504M |  63 |7089 |  12k|8529 |  11k|  1 |5227 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
490.13/491.93	c   355s| 11500 |  5625 |  1243k| 107.1 |   504M |  63 |7089 |  12k|8523 |  11k|  1 |5270 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
491.02/492.80	c   356s| 11600 |  5655 |  1250k| 106.8 |   504M |  63 |7089 |  12k|8526 |  11k|  1 |5328 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
492.12/493.91	c   357s| 11700 |  5700 |  1258k| 106.6 |   505M |  63 |7089 |  12k|8537 |  11k|  2 |5361 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
492.92/494.77	c   358s| 11800 |  5716 |  1265k| 106.2 |   505M |  63 |7089 |  12k|   0 |  11k|  0 |5436 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
493.81/495.69	c   359s| 11900 |  5741 |  1272k| 105.9 |   507M |  63 |7089 |  12k|   0 |  11k|  0 |5512 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
495.11/496.96	c   361s| 12000 |  5789 |  1280k| 105.7 |   507M |  63 |7089 |  12k|8528 |  11k|  1 |5566 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
497.50/499.39	c   363s| 12100 |  5848 |  1288k| 105.5 |   509M |  63 |7089 |  12k|8540 |  11k|  2 |5617 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
498.49/500.33	c   364s| 12200 |  5885 |  1294k| 105.1 |   509M |  63 |7089 |  12k|8538 |  12k|  1 |5663 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
499.69/501.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.69/501.53	c   365s| 12300 |  5924 |  1302k| 104.9 |   509M |  63 |7089 |  12k|8532 |  12k|  1 |5713 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
500.98/502.81	c   366s| 12400 |  5969 |  1309k| 104.6 |   510M |  63 |7089 |  12k|8523 |  12k|  1 |5750 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
502.08/504.00	c   368s| 12500 |  5996 |  1316k| 104.3 |   510M |  63 |7089 |  12k|   0 |  12k|  0 |5821 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
503.07/504.92	c   368s| 12600 |  6017 |  1321k| 103.9 |   510M |  63 |7089 |  12k|8535 |  12k|  2 |5880 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
503.97/505.87	c   369s| 12700 |  6037 |  1328k| 103.7 |   511M |  63 |7089 |  12k|8538 |  12k|  1 |5943 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
505.07/506.96	c   371s| 12800 |  6069 |  1336k| 103.5 |   511M |  63 |7089 |  12k|8526 |  12k|  1 |5989 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
505.96/507.84	c   371s| 12900 |  6108 |  1342k| 103.2 |   511M |  63 |7089 |  12k|8528 |  12k|  1 |6055 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
506.96/508.85	c   372s| 13000 |  6152 |  1350k| 103.0 |   512M |  63 |7089 |  12k|8528 |  12k|  1 |6101 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
507.86/509.75	c   373s| 13100 |  6185 |  1358k| 102.8 |   512M |  63 |7089 |  12k|8534 |  12k|  1 |6140 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
508.75/510.65	c   374s| 13200 |  6202 |  1365k| 102.5 |   512M |  63 |7089 |  12k|8538 |  12k|  1 |6212 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
509.75/511.62	c   375s| 13300 |  6215 |  1373k| 102.4 |   514M |  63 |7089 |  12k|8536 |  13k|  1 |6281 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
510.65/512.59	c   376s| 13400 |  6237 |  1380k| 102.1 |   514M |  63 |7089 |  12k|8535 |  13k|  1 |6343 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
512.04/513.90	c   377s| 13500 |  6264 |  1390k| 102.1 |   514M |  63 |7089 |  12k|8529 |  13k|  1 |6386 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
512.94/514.85	c   378s| 13600 |  6303 |  1397k| 101.9 |   514M |  63 |7089 |  12k|8537 |  13k|  1 |6428 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
513.83/515.72	c   379s| 13700 |  6325 |  1403k| 101.6 |   515M |  63 |7089 |  12k|8535 |  13k|  1 |6497 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
514.73/516.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
514.73/516.62	c   380s| 13800 |  6341 |  1409k| 101.3 |   515M |  63 |7089 |  12k|   0 |  13k|  0 |6572 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
515.63/517.59	c   381s| 13900 |  6373 |  1416k| 101.0 |   515M |  63 |7089 |  12k|   0 |  13k|  0 |6627 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
517.23/519.13	c   383s| 14000 |  6409 |  1426k| 101.0 |   517M |  63 |7089 |  12k|8533 |  13k|  1 |6697 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
518.32/520.23	c   384s| 14100 |  6426 |  1434k| 100.9 |   518M |  63 |7089 |  12k|8535 |  13k|  1 |6734 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
519.41/521.32	c   385s| 14200 |  6442 |  1441k| 100.6 |   518M |  63 |7089 |  12k|8527 |  13k|  1 |6810 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
520.51/522.43	c   386s| 14300 |  6484 |  1448k| 100.4 |   518M |  63 |7089 |  12k|8526 |  13k|  1 |6850 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
521.60/523.55	c   387s| 14400 |  6522 |  1456k| 100.3 |   519M |  63 |7089 |  12k|8525 |  14k|  1 |6893 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
523.11/525.06	c   389s| 14500 |  6558 |  1465k| 100.2 |   519M |  63 |7089 |  12k|8527 |  14k|  1 |6949 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
524.21/526.18	c   390s| 14600 |  6602 |  1472k| 100.0 |   519M |  63 |7089 |  12k|8535 |  14k|  1 |6996 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
525.39/527.31	c   391s| 14700 |  6647 |  1479k|  99.8 |   519M |  63 |7089 |  12k|8527 |  14k|  1 |7050 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
526.38/528.31	c   392s| 14800 |  6696 |  1485k|  99.6 |   519M |  63 |7089 |  12k|   0 |  14k|  0 |7114 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
527.28/529.24	c   393s| 14900 |  6716 |  1491k|  99.3 |   520M |  63 |7089 |  12k|8534 |  14k|  1 |7169 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
528.28/530.21	c   394s| 15000 |  6762 |  1498k|  99.1 |   520M |  63 |7089 |  12k|8536 |  14k|  1 |7208 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
529.09/531.07	c   395s| 15100 |  6802 |  1503k|  98.8 |   521M |  63 |7089 |  12k|   0 |  14k|  0 |7274 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
530.08/532.04	c   396s| 15200 |  6853 |  1510k|  98.6 |   521M |  63 |7089 |  12k|8534 |  14k|  1 |7324 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
531.08/533.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
531.08/533.04	c   397s| 15300 |  6897 |  1517k|  98.4 |   521M |  63 |7089 |  12k|8528 |  14k|  1 |7371 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
532.18/534.11	c   398s| 15400 |  6928 |  1525k|  98.2 |   522M |  63 |7089 |  12k|8534 |  15k|  1 |7450 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
532.86/534.88	c   398s| 15500 |  6951 |  1530k|  97.9 |   522M |  63 |7089 |  12k|8535 |  15k|  1 |7514 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
534.07/536.08	c   400s| 15600 |  6990 |  1538k|  97.8 |   523M |  63 |7089 |  12k|8535 |  15k|  1 |7544 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
534.95/536.92	c   400s| 15700 |  7008 |  1544k|  97.6 |   524M |  63 |7089 |  13k|8537 |  15k|  1 |7588 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
536.06/538.05	c   402s| 15800 |  7023 |  1550k|  97.4 |   524M |  63 |7089 |  12k|   0 |  15k|  0 |7682 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
537.44/539.42	c   403s| 15900 |  7061 |  1558k|  97.3 |   524M |  63 |7089 |  12k|8529 |  15k|  1 |7762 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
538.64/540.62	c   404s| 16000 |  7080 |  1565k|  97.1 |   524M |  63 |7089 |  12k|8535 |  15k|  1 |7816 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
539.63/541.60	c   405s| 16100 |  7115 |  1572k|  97.0 |   525M |  63 |7089 |  12k|8531 |  15k|  1 |7887 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
540.73/542.75	c   406s| 16200 |  7146 |  1580k|  96.8 |   525M |  63 |7089 |  12k|8529 |  15k|  1 |7945 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
541.72/543.77	c   407s| 16300 |  7187 |  1589k|  96.8 |   526M |  63 |7089 |  12k|8531 |  15k|  1 |7980 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
542.72/544.76	c   408s| 16400 |  7215 |  1597k|  96.7 |   527M |  63 |7089 |  12k|8539 |  15k|  1 |8055 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
543.92/545.97	c   410s| 16500 |  7249 |  1604k|  96.5 |   528M |  63 |7089 |  12k|8538 |  15k|  1 |8108 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
544.81/546.85	c   410s| 16600 |  7264 |  1610k|  96.3 |   528M |  63 |7089 |  12k|8529 |  16k|  1 |8180 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
545.71/547.78	c   411s| 16700 |  7288 |  1617k|  96.1 |   528M |  63 |7089 |  12k|8527 |  16k|  1 |8231 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
546.90/548.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
546.90/548.97	c   413s| 16800 |  7341 |  1625k|  96.0 |   529M |  63 |7089 |  12k|8537 |  16k|  1 |8263 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
548.01/550.06	c   414s| 16900 |  7372 |  1632k|  95.9 |   529M |  63 |7089 |  12k|   0 |  16k|  0 |8324 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
549.39/551.47	c   415s| 17000 |  7424 |  1643k|  96.0 |   530M |  63 |7089 |  12k|8517 |  16k|  1 |8355 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
550.69/552.70	c   416s| 17100 |  7492 |  1651k|  95.9 |   531M |  63 |7089 |  12k|8540 |  16k|  1 |8383 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
551.59/553.67	c   417s| 17200 |  7533 |  1658k|  95.7 |   531M |  63 |7089 |  12k|8539 |  16k|  1 |8436 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
552.88/554.94	c   418s| 17300 |  7584 |  1667k|  95.7 |   533M |  63 |7089 |  12k|8534 |  16k|  1 |8485 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
554.09/556.16	c   420s| 17400 |  7630 |  1676k|  95.7 |   533M |  63 |7089 |  12k|8536 |  16k|  1 |8547 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
554.99/557.11	c   421s| 17500 |  7666 |  1682k|  95.5 |   533M |  63 |7089 |  12k|8527 |  17k|  1 |8621 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
556.27/558.37	c   422s| 17600 |  7707 |  1691k|  95.4 |   534M |  63 |7089 |  12k|8541 |  17k|  2 |8685 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
557.16/559.27	c   423s| 17700 |  7733 |  1698k|  95.3 |   534M |  63 |7089 |  12k|8538 |  17k|  2 |8723 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
558.36/560.41	c   424s| 17800 |  7777 |  1706k|  95.2 |   535M |  63 |7089 |  12k|8533 |  17k|  1 |8780 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
559.36/561.41	c   425s| 17900 |  7805 |  1712k|  95.0 |   535M |  63 |7089 |  12k|8534 |  17k|  1 |8829 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
560.55/562.62	c   426s| 18000 |  7844 |  1722k|  95.0 |   535M |  63 |7089 |  12k|8533 |  17k|  1 |8905 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
561.35/563.48	c   427s| 18100 |  7888 |  1728k|  94.8 |   536M |  63 |7089 |  12k|8535 |  17k|  1 |8949 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
562.34/564.45	c   428s| 18200 |  7903 |  1734k|  94.7 |   536M |  63 |7089 |  12k|8532 |  17k|  1 |9014 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
563.54/565.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
563.54/565.61	c   429s| 18300 |  7923 |  1742k|  94.5 |   536M |  63 |7089 |  12k|   0 |  17k|  0 |9088 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
564.84/566.96	c   431s| 18400 |  7962 |  1749k|  94.4 |   536M |  63 |7089 |  12k|8528 |  17k|  1 |9142 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
566.05/568.19	c   432s| 18500 |  8003 |  1756k|  94.3 |   536M |  63 |7089 |  12k|8535 |  17k|  1 |9194 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
567.23/569.32	c   433s| 18600 |  8047 |  1764k|  94.2 |   537M |  63 |7089 |  12k|8536 |  18k|  1 |9242 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
568.62/570.73	c   434s| 18700 |  8080 |  1772k|  94.1 |   538M |  63 |7089 |  12k|8531 |  18k|  1 |9311 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
569.42/571.56	c   435s| 18800 |  8099 |  1779k|  94.0 |   538M |  63 |7089 |  12k|   0 |  18k|  0 |9373 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
570.72/572.84	c   436s| 18900 |  8129 |  1787k|  94.0 |   538M |  63 |7089 |  12k|8538 |  18k|  2 |9419 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
571.61/573.76	c   437s| 19000 |  8154 |  1795k|  93.8 |   538M |  63 |7089 |  12k|   0 |  18k|  0 |9460 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
572.61/574.72	c   438s| 19100 |  8172 |  1802k|  93.7 |   540M |  63 |7089 |  12k|8538 |  18k|  1 |9517 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
573.40/575.54	c   439s| 19200 |  8193 |  1808k|  93.5 |   541M |  63 |7089 |  12k|8529 |  18k|  1 |9584 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
574.10/576.29	c   440s| 19300 |  8210 |  1812k|  93.3 |   541M |  63 |7089 |  12k|   0 |  18k|  0 |9684 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
575.30/577.49	c   441s| 19400 |  8254 |  1821k|  93.3 |   542M |  63 |7089 |  12k|   0 |  18k|  0 |9748 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
576.39/578.55	c   442s| 19500 |  8285 |  1832k|  93.4 |   542M |  63 |7089 |  12k|8523 |  18k|  1 |9794 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
577.59/579.70	c   443s| 19600 |  8317 |  1842k|  93.4 |   542M |  63 |7089 |  12k|8533 |  18k|  1 |9866 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
578.90/581.08	c   445s| 19700 |  8353 |  1851k|  93.4 |   543M |  63 |7089 |  12k|8523 |  19k|  1 |9909 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
579.89/582.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
579.89/582.08	c   446s| 19800 |  8371 |  1860k|  93.4 |   544M |  63 |7089 |  12k|8532 |  19k|  1 |9959 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
580.99/583.16	c   447s| 19900 |  8387 |  1868k|  93.3 |   545M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
581.77/584.01	c   448s| 20000 |  8407 |  1874k|  93.1 |   545M |  63 |7089 |  12k|8537 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
582.88/585.07	c   449s| 20100 |  8452 |  1881k|  93.0 |   545M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
583.76/585.98	c   450s| 20200 |  8469 |  1888k|  92.9 |   545M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
584.76/586.97	c   451s| 20300 |  8484 |  1894k|  92.8 |   546M |  63 |7089 |  12k|8535 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
585.56/587.74	c   451s| 20400 |  8498 |  1900k|  92.6 |   546M |  63 |7089 |  12k|8529 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
586.45/588.61	c   452s| 20500 |  8553 |  1905k|  92.4 |   546M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
587.35/589.59	c   453s| 20600 |  8600 |  1912k|  92.2 |   546M |  63 |7089 |  12k|8539 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
588.25/590.40	c   454s| 20700 |  8642 |  1916k|  92.0 |   547M |  63 |7089 |  12k|8538 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
588.96/591.18	c   455s| 20800 |  8683 |  1921k|  91.8 |   548M |  63 |7089 |  12k|8529 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
589.64/591.85	c   455s| 20900 |  8690 |  1925k|  91.6 |   549M |  63 |7089 |  12k|8529 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
590.64/592.84	c   456s| 21000 |  8714 |  1931k|  91.4 |   549M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
594.62/596.85	c   460s| 21100 |  8743 |  1936k|  91.2 |   552M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
595.42/597.62	c   461s| 21200 |  8773 |  1941k|  91.0 |   553M |  63 |7089 |  12k|   0 |  20k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
596.22/598.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
596.22/598.40	c   462s| 21300 |  8797 |  1946k|  90.8 |   553M |  63 |7089 |  12k|   0 |  20k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
596.93/599.18	c   463s| 21400 |  8816 |  1951k|  90.6 |   554M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
597.71/599.97	c   464s| 21500 |  8835 |  1956k|  90.5 |   554M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
598.71/600.90	c   464s| 21600 |  8868 |  1962k|  90.3 |   555M |  63 |7089 |  12k|8533 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
599.51/601.73	c   465s| 21700 |  8882 |  1967k|  90.1 |   555M |  63 |7089 |  12k|8537 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
600.50/602.76	c   466s| 21800 |  8908 |  1973k|  90.0 |   555M |  63 |7089 |  12k|8534 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
601.81/604.11	c   468s| 21900 |  8961 |  1982k|  90.0 |   555M |  63 |7089 |  12k|8534 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
602.81/605.04	c   469s| 22000 |  8984 |  1989k|  89.9 |   556M |  63 |7089 |  12k|8526 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
603.69/605.99	c   470s| 22100 |  9008 |  1997k|  89.8 |   556M |  63 |7089 |  12k|8536 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
604.80/607.08	c   471s| 22200 |  9030 |  2004k|  89.7 |   556M |  63 |7089 |  12k|8534 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
605.89/608.17	c   472s| 22300 |  9061 |  2011k|  89.7 |   557M |  63 |7089 |  12k|8527 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
606.68/608.99	c   473s| 22400 |  9086 |  2018k|  89.6 |   557M |  63 |7089 |  12k|8527 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
607.57/609.80	c   473s| 22500 |  9116 |  2023k|  89.4 |   557M |  63 |7089 |  12k|8536 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
608.57/610.81	c   474s| 22600 |  9133 |  2030k|  89.3 |   558M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
609.78/612.06	c   476s| 22700 |  9182 |  2038k|  89.3 |   559M |  63 |7089 |  12k|8533 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
610.88/613.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
610.88/613.13	c   477s| 22800 |  9224 |  2043k|  89.1 |   560M |  63 |7089 |  12k|8532 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
612.16/614.40	c   478s| 22900 |  9263 |  2051k|  89.0 |   560M |  63 |7089 |  12k|8526 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
613.05/615.39	c   479s| 23000 |  9312 |  2056k|  88.9 |   560M |  63 |7089 |  12k|8526 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
614.25/616.58	c   480s| 23100 |  9338 |  2063k|  88.8 |   560M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
615.25/617.58	c   481s| 23200 |  9353 |  2069k|  88.7 |   562M |  63 |7089 |  12k|8534 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
616.04/618.39	c   482s| 23300 |  9391 |  2074k|  88.5 |   562M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
616.94/619.28	c   483s| 23400 |  9421 |  2080k|  88.4 |   562M |  63 |7089 |  12k|8532 |  22k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
617.85/620.18	c   484s| 23500 |  9467 |  2087k|  88.3 |   562M |  63 |7089 |  12k|   0 |  22k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
618.63/620.98	c   485s| 23600 |  9492 |  2092k|  88.1 |   563M |  63 |7089 |  12k|8532 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
619.43/621.77	c   485s| 23700 |  9512 |  2097k|  88.0 |   563M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
620.23/622.51	c   486s| 23800 |  9527 |  2101k|  87.8 |   564M |  63 |7089 |  12k|8533 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
620.92/623.29	c   487s| 23900 |  9551 |  2106k|  87.6 |   564M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
621.92/624.26	c   488s| 24000 |  9593 |  2112k|  87.5 |   564M |  63 |7089 |  12k|8526 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
622.73/625.03	c   489s| 24100 |  9608 |  2117k|  87.4 |   564M |  63 |7089 |  12k|8534 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
623.42/625.76	c   489s| 24200 |  9616 |  2122k|  87.2 |   564M |  63 |7089 |  12k|8536 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
624.41/626.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
624.41/626.78	c   490s| 24300 |  9662 |  2130k|  87.2 |   566M |  63 |7089 |  12k|8539 |  22k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
625.41/627.77	c   491s| 24400 |  9694 |  2137k|  87.1 |   566M |  63 |7089 |  12k|   0 |  22k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
626.50/628.80	c   492s| 24500 |  9722 |  2144k|  87.0 |   566M |  63 |7089 |  12k|8538 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
627.30/629.65	c   493s| 24600 |  9741 |  2148k|  86.8 |   566M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
628.30/630.67	c   494s| 24700 |  9788 |  2154k|  86.8 |   566M |  63 |7089 |  11k|8535 |  23k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
629.80/632.14	c   496s| 24800 |  9832 |  2161k|  86.7 |   566M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
631.49/633.84	c   497s| 24900 |  9880 |  2170k|  86.7 |   566M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
632.79/635.13	c   499s| 25000 |  9903 |  2178k|  86.6 |   568M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
634.08/636.46	c   500s| 25100 |  9929 |  2187k|  86.7 |   569M |  63 |7089 |  11k|8540 |  23k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
634.87/637.20	c   501s| 25200 |  9934 |  2192k|  86.5 |   570M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
635.87/638.22	c   502s| 25300 |  9953 |  2197k|  86.4 |   571M |  63 |7089 |  11k|   0 |  23k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
636.78/639.13	c   503s| 25400 |  9975 |  2203k|  86.3 |   571M |  63 |7089 |  11k|8533 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
637.56/639.94	c   503s| 25500 | 10005 |  2210k|  86.2 |   572M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
638.46/640.81	c   504s| 25600 | 10027 |  2218k|  86.2 |   572M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
639.35/641.70	c   505s| 25700 | 10056 |  2223k|  86.1 |   572M |  69 |7089 |  11k|8529 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
640.25/642.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
640.25/642.67	c   506s| 25800 | 10090 |  2230k|  86.0 |   572M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
641.05/643.44	c   507s| 25900 | 10105 |  2236k|  85.9 |   573M |  69 |7089 |  11k|8529 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
641.76/644.19	c   508s| 26000 | 10128 |  2241k|  85.8 |   573M |  69 |7089 |  11k|8538 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
642.66/645.01	c   509s| 26100 | 10134 |  2247k|  85.7 |   573M |  69 |7089 |  11k|8537 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
643.65/646.03	c   510s| 26200 | 10144 |  2254k|  85.6 |   574M |  69 |7089 |  11k|8532 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
644.75/647.13	c   511s| 26300 | 10172 |  2259k|  85.5 |   574M |  69 |7089 |  11k|8537 |  24k|  2 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
645.43/647.84	c   511s| 26400 | 10178 |  2263k|  85.3 |   575M |  69 |7089 |  11k|8539 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
646.53/648.90	c   512s| 26500 | 10203 |  2269k|  85.2 |   575M |  69 |7089 |  11k|8538 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
647.52/649.91	c   513s| 26600 | 10216 |  2275k|  85.1 |   575M |  69 |7089 |  11k|8534 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
648.32/650.77	c   514s| 26700 | 10235 |  2281k|  85.0 |   575M |  69 |7089 |  11k|8535 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
649.22/651.68	c   515s| 26800 | 10248 |  2288k|  84.9 |   575M |  69 |7089 |  11k|8539 |  24k|  2 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
650.41/652.81	c   516s| 26900 | 10293 |  2294k|  84.9 |   575M |  69 |7089 |  11k|8526 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
651.31/653.71	c   517s| 27000 | 10320 |  2299k|  84.7 |   576M |  69 |7089 |  11k|8531 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
652.11/654.51	c   518s| 27100 | 10329 |  2305k|  84.6 |   576M |  69 |7089 |  11k|8537 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
652.90/655.37	c   519s| 27200 | 10349 |  2310k|  84.5 |   576M |  69 |7089 |  11k|8530 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
654.00/656.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
654.00/656.45	c   520s| 27300 | 10372 |  2317k|  84.4 |   576M |  69 |7089 |  11k|   0 |  25k|  0 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
654.99/657.40	c   521s| 27400 | 10400 |  2322k|  84.3 |   577M |  69 |7089 |  11k|8523 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
655.99/658.42	c   522s| 27500 | 10427 |  2329k|  84.3 |   577M |  69 |7089 |  11k|8529 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
656.79/659.20	c   523s| 27600 | 10437 |  2334k|  84.2 |   577M |  69 |7089 |  11k|8535 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
657.70/660.18	c   524s| 27700 | 10479 |  2340k|  84.1 |   577M |  69 |7089 |  11k|   0 |  25k|  0 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
658.59/661.06	c   525s| 27800 | 10496 |  2347k|  84.0 |   577M |  69 |7089 |  11k|8526 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
659.59/662.05	c   526s| 27900 | 10512 |  2354k|  84.0 |   577M |  69 |7089 |  11k|8536 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
660.77/663.20	c   527s| 28000 | 10541 |  2360k|  83.9 |   578M |  69 |7089 |  10k|8533 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
661.37/663.89	c   527s| 28100 | 10551 |  2365k|  83.7 |   579M |  69 |7089 |  10k|8540 |  25k|  2 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
662.47/664.94	c   528s| 28200 | 10573 |  2370k|  83.7 |   579M |  69 |7089 |  11k|   0 |  25k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
663.36/665.87	c   529s| 28300 | 10588 |  2375k|  83.5 |   579M |  69 |7089 |  11k|8526 |  25k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
664.46/666.99	c   531s| 28400 | 10613 |  2382k|  83.5 |   579M |  69 |7089 |  10k|8527 |  25k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
665.57/668.06	c   532s| 28500 | 10633 |  2389k|  83.4 |   581M |  69 |7089 |  10k|   0 |  25k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
666.45/668.96	c   533s| 28600 | 10652 |  2395k|  83.3 |   581M |  69 |7089 |  10k|8532 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
667.56/670.07	c   534s| 28700 | 10692 |  2403k|  83.3 |   581M |  69 |7089 |  10k|8534 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
668.94/671.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
668.94/671.42	c   535s| 28800 | 10745 |  2412k|  83.3 |   581M |  69 |7089 |  10k|8531 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
670.04/672.59	c   536s| 28900 | 10781 |  2419k|  83.3 |   581M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
671.23/673.73	c   537s| 29000 | 10819 |  2428k|  83.3 |   581M |  69 |7089 |  10k|8539 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
672.33/674.86	c   538s| 29100 | 10835 |  2434k|  83.3 |   582M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
673.82/676.33	c   540s| 29200 | 10881 |  2441k|  83.2 |   582M |  69 |7089 |  10k|8537 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
674.92/677.44	c   541s| 29300 | 10928 |  2447k|  83.1 |   582M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
675.72/678.27	c   542s| 29400 | 10949 |  2453k|  83.0 |   582M |  69 |7089 |  10k|8539 |  26k|  2 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
676.71/679.29	c   543s| 29500 | 10986 |  2459k|  83.0 |   582M |  69 |7089 |  10k|8537 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
678.21/680.70	c   544s| 29600 | 11021 |  2467k|  83.0 |   583M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
679.40/681.92	c   545s| 29700 | 11054 |  2475k|  83.0 |   583M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
680.61/683.19	c   547s| 29800 | 11090 |  2483k|  82.9 |   583M |  69 |7089 |  10k|8525 |  27k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
682.09/684.60	c   548s| 29900 | 11135 |  2491k|  82.9 |   587M |  69 |7089 |  10k|   0 |  27k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
683.69/686.20	c   550s| 30000 | 11163 |  2500k|  83.0 |   587M |  69 |7089 |  10k|8536 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
684.98/687.53	c   551s| 30100 | 11197 |  2508k|  82.9 |   587M |  69 |7089 |  10k|8534 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
686.38/688.98	c   553s| 30200 | 11210 |  2515k|  82.9 |   587M |  69 |7089 |  10k|8525 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
687.67/690.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
687.67/690.21	c   554s| 30300 | 11228 |  2522k|  82.9 |   588M |  69 |7089 |  10k|8537 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
688.58/691.17	c   555s| 30400 | 11238 |  2529k|  82.8 |   588M |  69 |7089 |  10k|8525 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
689.86/692.44	c   556s| 30500 | 11260 |  2536k|  82.8 |   588M |  69 |7089 |  10k|8539 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
691.57/694.15	c   558s| 30600 | 11304 |  2545k|  82.8 |   588M |  69 |7089 |  10k|8535 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
692.75/695.32	c   559s| 30700 | 11319 |  2551k|  82.7 |   588M |  69 |7089 |  10k|8532 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
693.85/696.46	c   560s| 30800 | 11346 |  2558k|  82.7 |   588M |  69 |7089 |  11k|8525 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
695.04/697.66	c   561s| 30900 | 11385 |  2567k|  82.7 |   589M |  69 |7089 |  10k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
696.14/698.72	c   562s| 31000 | 11393 |  2574k|  82.7 |   589M |  69 |7089 |  11k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
697.45/700.10	c   564s| 31100 | 11406 |  2581k|  82.6 |   589M |  69 |7089 |  10k|8525 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
698.62/701.27	c   565s| 31200 | 11429 |  2589k|  82.6 |   589M |  69 |7089 |  10k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
699.92/702.51	c   566s| 31300 | 11467 |  2597k|  82.6 |   589M |  69 |7089 |  10k|8531 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
700.72/703.31	c   567s| 31400 | 11475 |  2602k|  82.5 |   589M |  69 |7089 |  11k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
701.43/704.08	c   568s| 31500 | 11472 |  2608k|  82.4 |   589M |  69 |7089 |  10k|8535 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
702.31/704.90	c   568s| 31600 | 11497 |  2613k|  82.3 |   589M |  69 |7089 |  10k|   0 |  28k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
703.42/706.05	c   570s| 31700 | 11517 |  2619k|  82.3 |   589M |  69 |7089 |  10k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
704.61/707.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
704.61/707.23	c   571s| 31800 | 11535 |  2626k|  82.2 |   590M |  69 |7089 |  10k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
705.61/708.27	c   572s| 31900 | 11558 |  2632k|  82.2 |   590M |  69 |7089 |  11k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
706.60/709.23	c   573s| 32000 | 11586 |  2638k|  82.1 |   590M |  69 |7089 |  10k|8535 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
707.60/710.28	c   574s| 32100 | 11601 |  2645k|  82.0 |   591M |  69 |7089 |  10k|8534 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
708.89/711.57	c   575s| 32200 | 11632 |  2651k|  82.0 |   592M |  69 |7089 |  11k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
709.79/712.40	c   576s| 32300 | 11667 |  2656k|  81.9 |   592M |  69 |7089 |  11k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
710.89/713.56	c   577s| 32400 | 11683 |  2662k|  81.8 |   592M |  69 |7089 |  11k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
712.08/714.70	c   578s| 32500 | 11732 |  2670k|  81.8 |   594M |  69 |7089 |  10k|8530 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
713.08/715.78	c   579s| 32600 | 11774 |  2677k|  81.8 |   594M |  69 |7089 |  10k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
714.07/716.75	c   580s| 32700 | 11796 |  2683k|  81.7 |   594M |  69 |7089 |  10k|8531 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
714.97/717.69	c   581s| 32800 | 11823 |  2689k|  81.6 |   594M |  69 |7089 |  10k|8535 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
715.97/718.61	c   582s| 32900 | 11846 |  2695k|  81.6 |   595M |  69 |7089 |  10k|8534 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
716.96/719.67	c   583s| 33000 | 11877 |  2700k|  81.5 |   595M |  69 |7089 |  10k|   0 |  30k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
717.96/720.66	c   584s| 33100 | 11896 |  2706k|  81.4 |   595M |  69 |7089 |  10k|8540 |  30k|  2 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
718.95/721.68	c   585s| 33200 | 11957 |  2713k|  81.4 |   595M |  69 |7089 |  10k|   0 |  30k|  0 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
719.85/722.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
719.85/722.56	c   586s| 33300 | 11976 |  2718k|  81.3 |   595M |  69 |7089 |  10k|8534 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
720.85/723.50	c   587s| 33400 | 12013 |  2724k|  81.2 |   596M |  69 |7089 |  10k|8544 |  30k|  2 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
721.74/724.40	c   588s| 33500 | 12058 |  2729k|  81.1 |   596M |  69 |7089 |  10k|8535 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
722.64/725.34	c   589s| 33600 | 12088 |  2737k|  81.1 |   596M |  69 |7089 |  10k|8538 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
723.35/726.08	c   590s| 33700 | 12117 |  2741k|  81.0 |   598M |  69 |7089 |  10k|8536 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
724.23/726.94	c   590s| 33800 | 12139 |  2747k|  80.9 |   598M |  69 |7089 |  11k|8535 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
725.03/727.77	c   591s| 33900 | 12165 |  2752k|  80.8 |   598M |  69 |7089 |  11k|8532 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
725.92/728.61	c   592s| 34000 | 12172 |  2758k|  80.8 |   599M |  69 |7089 |  11k|8525 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
726.82/729.57	c   593s| 34100 | 12191 |  2765k|  80.8 |   599M |  69 |7089 |  10k|8526 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
727.62/730.30	c   594s| 34200 | 12212 |  2771k|  80.7 |   599M |  69 |7089 |  11k|8535 |  31k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
728.81/731.50	c   595s| 34300 | 12245 |  2780k|  80.7 |   599M |  69 |7089 |  11k|   0 |  31k|  0 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
729.71/732.44	c   596s| 34400 | 12258 |  2787k|  80.7 |   600M |  69 |7089 |  11k|8533 |  31k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
730.51/733.21	c   597s| 34500 | 12260 |  2794k|  80.6 |   600M |  69 |7089 |  11k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
731.32/734.06	c   598s| 34600 | 12275 |  2800k|  80.6 |   600M |  69 |7089 |  11k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
732.60/735.31	c   599s| 34700 | 12296 |  2807k|  80.6 |   600M |  69 |7089 |  10k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
733.69/736.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
733.69/736.45	c   600s| 34800 | 12331 |  2814k|  80.5 |   601M |  69 |7089 |  10k|8536 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
735.19/737.92	c   601s| 34900 | 12360 |  2820k|  80.5 |   601M |  69 |7089 |  10k|8536 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
736.18/738.98	c   603s| 35000 | 12384 |  2826k|  80.4 |   601M |  69 |7089 |  11k|8535 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
737.18/739.98	c   604s| 35100 | 12397 |  2832k|  80.4 |   602M |  69 |7089 |  10k|8540 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
738.18/740.98	c   605s| 35200 | 12417 |  2838k|  80.3 |   602M |  69 |7089 |  10k|8532 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
739.17/741.96	c   606s| 35300 | 12441 |  2845k|  80.3 |   602M |  69 |7089 |  10k|8536 |  32k|  2 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
740.57/743.39	c   607s| 35400 | 12479 |  2851k|  80.2 |   602M |  69 |7089 |  10k|8533 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
741.66/744.48	c   608s| 35500 | 12505 |  2859k|  80.2 |   602M |  69 |7089 |  10k|8534 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
742.46/745.26	c   609s| 35600 | 12509 |  2864k|  80.1 |   603M |  69 |7089 |  10k|8534 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
743.76/746.52	c   610s| 35700 | 12532 |  2871k|  80.1 |   603M |  69 |7089 |  10k|8535 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
744.55/747.30	c   611s| 35800 | 12555 |  2876k|  80.0 |   603M |  69 |7089 |  10k|8528 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
745.26/748.10	c   612s| 35900 | 12565 |  2881k|  79.9 |   603M |  69 |7089 |  10k|   0 |  32k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
746.05/748.83	c   612s| 36000 | 12569 |  2886k|  79.8 |   604M |  69 |7089 |  10k|   0 |  32k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
748.93/751.74	c   615s| 36100 | 12580 |  2891k|  79.8 |   605M |  69 |7089 |  10k|8534 |  32k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
749.63/752.49	c   616s| 36200 | 12582 |  2896k|  79.7 |   605M |  69 |7089 |  11k|   0 |  32k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
750.73/753.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
750.73/753.54	c   617s| 36300 | 12607 |  2904k|  79.7 |   606M |  69 |7089 |  10k|8537 |  32k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
751.62/754.47	c   618s| 36400 | 12627 |  2909k|  79.6 |   606M |  69 |7089 |  10k|8540 |  32k|  2 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
752.62/755.45	c   619s| 36500 | 12661 |  2917k|  79.6 |   606M |  69 |7089 |  10k|8533 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
753.62/756.46	c   620s| 36600 | 12680 |  2923k|  79.5 |   607M |  69 |7089 |  10k|8530 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
754.91/757.75	c   621s| 36700 | 12723 |  2930k|  79.5 |   607M |  69 |7089 |  10k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
755.91/758.75	c   622s| 36800 | 12746 |  2936k|  79.5 |   607M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
756.90/759.72	c   623s| 36900 | 12759 |  2942k|  79.4 |   607M |  69 |7089 |  11k|8538 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
757.70/760.51	c   624s| 37000 | 12782 |  2947k|  79.3 |   607M |  69 |7089 |  11k|8531 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
758.50/761.39	c   625s| 37100 | 12816 |  2954k|  79.3 |   607M |  69 |7089 |  11k|8530 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
759.31/762.13	c   626s| 37200 | 12837 |  2960k|  79.2 |   607M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
760.20/763.09	c   627s| 37300 | 12859 |  2964k|  79.2 |   607M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
761.30/764.15	c   628s| 37400 | 12890 |  2970k|  79.1 |   607M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
762.29/765.14	c   629s| 37500 | 12895 |  2977k|  79.1 |   608M |  69 |7089 |  11k|   0 |  33k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
763.19/766.05	c   630s| 37600 | 12929 |  2984k|  79.1 |   609M |  69 |7089 |  11k|   0 |  33k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
763.88/766.80	c   630s| 37700 | 12936 |  2991k|  79.0 |   609M |  69 |7089 |  11k|8531 |  33k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
764.87/767.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
764.87/767.78	c   631s| 37800 | 12985 |  2999k|  79.0 |   609M |  69 |7089 |  11k|8522 |  33k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
765.77/768.66	c   632s| 37900 | 13010 |  3005k|  79.0 |   609M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
766.66/769.56	c   633s| 38000 | 13033 |  3012k|  79.0 |   609M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
767.46/770.33	c   634s| 38100 | 13043 |  3016k|  78.9 |   609M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
768.27/771.12	c   635s| 38200 | 13049 |  3021k|  78.8 |   609M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
769.27/772.11	c   636s| 38300 | 13083 |  3027k|  78.7 |   610M |  69 |7089 |  11k|8535 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
770.05/772.99	c   637s| 38400 | 13108 |  3033k|  78.7 |   611M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
770.95/773.84	c   637s| 38500 | 13111 |  3040k|  78.7 |   611M |  69 |7089 |  11k|8536 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
772.04/774.95	c   638s| 38600 | 13148 |  3049k|  78.7 |   611M |  69 |7089 |  11k|8536 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
773.34/776.28	c   640s| 38700 | 13193 |  3056k|  78.7 |   613M |  69 |7089 |  11k|8540 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
774.53/777.44	c   641s| 38800 | 13233 |  3063k|  78.7 |   614M |  69 |7089 |  11k|8525 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
775.43/778.33	c   642s| 38900 | 13258 |  3069k|  78.6 |   614M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
776.53/779.41	c   643s| 39000 | 13271 |  3075k|  78.5 |   614M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
777.32/780.29	c   644s| 39100 | 13285 |  3080k|  78.5 |   614M |  69 |7089 |  11k|8536 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
778.13/781.02	c   645s| 39200 | 13287 |  3085k|  78.4 |   615M |  69 |7089 |  11k|8525 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
778.92/781.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
778.92/781.88	c   645s| 39300 | 13307 |  3091k|  78.4 |   616M |  69 |7089 |  11k|8537 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
779.81/782.70	c   646s| 39400 | 13314 |  3096k|  78.3 |   616M |  69 |7089 |  11k|8539 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
780.51/783.43	c   647s| 39500 | 13313 |  3101k|  78.2 |   616M |  69 |7089 |  11k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
781.51/784.44	c   648s| 39600 | 13333 |  3107k|  78.2 |   616M |  69 |7089 |  11k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
782.50/785.43	c   649s| 39700 | 13351 |  3115k|  78.2 |   616M |  69 |7089 |  11k|8529 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
783.90/786.80	c   650s| 39800 | 13405 |  3122k|  78.2 |   616M |  69 |7089 |  10k|8534 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
784.99/787.98	c   652s| 39900 | 13437 |  3129k|  78.1 |   616M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
786.10/789.06	c   653s| 40000 | 13464 |  3137k|  78.1 |   616M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
786.99/789.93	c   653s| 40100 | 13483 |  3142k|  78.1 |   618M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
787.78/790.79	c   654s| 40200 | 13504 |  3148k|  78.0 |   618M |  69 |7089 |  10k|8536 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
788.78/791.79	c   655s| 40300 | 13520 |  3155k|  78.0 |   618M |  69 |7089 |  10k|8526 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
789.88/792.88	c   656s| 40400 | 13544 |  3162k|  78.0 |   619M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
790.67/793.67	c   657s| 40500 | 13557 |  3167k|  77.9 |   619M |  69 |7089 |  10k|   0 |  35k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
791.37/794.35	c   658s| 40600 | 13563 |  3172k|  77.9 |   620M |  69 |7089 |  10k|8538 |  35k|  2 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
792.08/795.06	c   659s| 40700 | 13574 |  3178k|  77.8 |   621M |  69 |7089 |  10k|8532 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
792.96/795.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
792.96/795.91	c   659s| 40800 | 13587 |  3184k|  77.7 |   621M |  69 |7089 |  11k|8532 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
793.56/796.57	c   660s| 40900 | 13589 |  3188k|  77.7 |   621M |  69 |7089 |  11k|8535 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
794.26/797.22	c   661s| 41000 | 13587 |  3193k|  77.6 |   621M |  69 |7089 |  11k|   0 |  36k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
795.35/798.36	c   662s| 41100 | 13601 |  3200k|  77.6 |   621M |  69 |7089 |  11k|   0 |  36k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
796.35/799.39	c   663s| 41200 | 13620 |  3206k|  77.5 |   622M |  69 |7089 |  11k|   0 |  36k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
797.45/800.43	c   664s| 41300 | 13630 |  3212k|  77.5 |   623M |  69 |7089 |  10k|8535 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
798.54/801.56	c   665s| 41400 | 13648 |  3219k|  77.5 |   623M |  69 |7089 |  10k|8533 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
799.54/802.52	c   666s| 41500 | 13676 |  3225k|  77.4 |   623M |  69 |7089 |  10k|8531 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
800.24/803.26	c   667s| 41600 | 13686 |  3230k|  77.4 |   623M |  69 |7089 |  10k|8536 |  36k|  2 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
801.43/804.46	c   668s| 41700 | 13707 |  3235k|  77.3 |   623M |  69 |7089 |  10k|8533 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
802.33/805.37	c   669s| 41800 | 13718 |  3240k|  77.2 |   623M |  69 |7089 |  10k|8540 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
803.32/806.33	c   670s| 41900 | 13744 |  3247k|  77.2 |   623M |  69 |7089 |  10k|8533 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
804.13/807.12	c   671s| 42000 | 13752 |  3252k|  77.2 |   623M |  69 |7089 |  10k|8539 |  36k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
805.03/808.02	c   672s| 42100 | 13761 |  3258k|  77.1 |   624M |  69 |7089 |  10k|8537 |  37k|  2 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
805.91/808.90	c   672s| 42200 | 13776 |  3265k|  77.1 |   624M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
806.71/809.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
806.71/809.78	c   673s| 42300 | 13791 |  3271k|  77.1 |   624M |  69 |7089 |  10k|8529 |  37k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
807.51/810.54	c   674s| 42400 | 13799 |  3276k|  77.0 |   624M |  69 |7089 |  10k|8539 |  37k|  2 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
808.50/811.59	c   675s| 42500 | 13821 |  3283k|  77.0 |   624M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
810.50/813.58	c   677s| 42600 | 13858 |  3292k|  77.0 |   624M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
811.89/814.95	c   678s| 42700 | 13879 |  3299k|  77.0 |   624M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
812.89/815.92	c   679s| 42800 | 13881 |  3304k|  76.9 |   625M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
814.18/817.26	c   681s| 42900 | 13920 |  3312k|  76.9 |   626M |  69 |7089 |  10k|8524 |  37k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
815.68/818.70	c   682s| 43000 | 13933 |  3318k|  76.9 |   626M |  69 |7089 |  11k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
816.37/819.43	c   683s| 43100 | 13931 |  3322k|  76.8 |   626M |  69 |7089 |  11k|8524 |  37k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
818.08/821.15	c   685s| 43200 | 13958 |  3328k|  76.8 |   626M |  69 |7089 |  11k|   0 |  38k|  0 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
818.98/822.04	c   686s| 43300 | 13968 |  3333k|  76.7 |   626M |  69 |7089 |  11k|   0 |  38k|  0 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
820.16/823.27	c   687s| 43400 | 13981 |  3341k|  76.7 |   626M |  69 |7089 |  11k|8533 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
821.35/824.48	c   688s| 43500 | 13992 |  3347k|  76.7 |   627M |  69 |7089 |  11k|8524 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
823.25/826.31	c   690s| 43600 | 14032 |  3355k|  76.7 |   627M |  69 |7089 |  11k|8530 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
824.34/827.46	c   691s| 43700 | 14053 |  3362k|  76.7 |   627M |  69 |7089 |  11k|8524 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
825.74/828.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
825.74/828.86	c   692s| 43800 | 14063 |  3367k|  76.6 |   628M |  69 |7089 |  11k|8536 |  38k|  2 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
826.73/829.88	c   693s| 43900 | 14087 |  3373k|  76.6 |   629M |  69 |7089 |  11k|8534 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
827.83/830.94	c   694s| 44000 | 14101 |  3380k|  76.6 |   629M |  69 |7089 |  11k|8531 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
829.12/832.25	c   696s| 44100 | 14110 |  3386k|  76.5 |   629M |  69 |7089 |  11k|8524 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
830.13/833.22	c   697s| 44200 | 14147 |  3392k|  76.5 |   629M |  69 |7089 |  11k|8532 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
831.32/834.45	c   698s| 44300 | 14184 |  3398k|  76.4 |   629M |  69 |7089 |  11k|8532 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
832.22/835.33	c   699s| 44400 | 14201 |  3403k|  76.4 |   630M |  69 |7089 |  11k|   0 |  39k|  0 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
833.11/836.21	c   700s| 44500 | 14210 |  3408k|  76.3 |   630M |  69 |7089 |  11k|8524 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
834.31/837.48	c   701s| 44600 | 14231 |  3414k|  76.3 |   630M |  69 |7089 |  11k|8531 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
835.71/838.85	c   702s| 44700 | 14246 |  3421k|  76.3 |   631M |  69 |7089 |  11k|8533 |  39k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
836.91/840.09	c   704s| 44800 | 14270 |  3427k|  76.2 |   631M |  69 |7089 |  11k|8537 |  39k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
838.20/841.36	c   705s| 44900 | 14297 |  3434k|  76.2 |   631M |  69 |7089 |  11k|8536 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
839.01/842.16	c   706s| 45000 | 14305 |  3440k|  76.2 |   632M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
840.00/843.16	c   707s| 45100 | 14307 |  3446k|  76.2 |   632M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
841.18/844.32	c   708s| 45200 | 14312 |  3453k|  76.1 |   632M |  69 |7089 |  11k|8533 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
842.68/845.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
842.68/845.89	c   709s| 45300 | 14321 |  3460k|  76.1 |   633M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
844.07/847.20	c   711s| 45400 | 14335 |  3469k|  76.1 |   634M |  69 |7089 |  11k|8540 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
845.27/848.42	c   712s| 45500 | 14339 |  3476k|  76.1 |   634M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
846.66/849.84	c   713s| 45600 | 14340 |  3484k|  76.2 |   634M |  69 |7089 |  11k|8538 |  40k|  2 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
847.66/850.86	c   714s| 45700 | 14361 |  3489k|  76.1 |   634M |  69 |7089 |  11k|8524 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
848.56/851.77	c   715s| 45800 | 14368 |  3494k|  76.0 |   634M |  69 |7089 |  11k|8538 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
849.55/852.71	c   716s| 45900 | 14378 |  3500k|  76.0 |   634M |  69 |7089 |  10k|8527 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
850.65/853.88	c   717s| 46000 | 14417 |  3507k|  76.0 |   634M |  69 |7089 |  10k|8533 |  40k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
851.64/854.80	c   718s| 46100 | 14436 |  3513k|  76.0 |   634M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
852.54/855.72	c   719s| 46200 | 14456 |  3519k|  75.9 |   634M |  69 |7089 |  10k|8529 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
855.03/858.22	c   722s| 46300 | 14462 |  3525k|  75.9 |   636M |  69 |7089 |  10k|8536 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
856.22/859.45	c   723s| 46400 | 14480 |  3531k|  75.8 |   636M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
857.52/860.77	c   724s| 46500 | 14477 |  3538k|  75.8 |   636M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
858.32/861.56	c   725s| 46600 | 14472 |  3542k|  75.8 |   636M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
859.31/862.53	c   726s| 46700 | 14474 |  3548k|  75.7 |   636M |  69 |7089 |  10k|8535 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
860.31/863.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
860.31/863.50	c   727s| 46800 | 14476 |  3554k|  75.7 |   636M |  69 |7089 |  10k|8537 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
860.92/864.18	c   728s| 46900 | 14483 |  3558k|  75.6 |   636M |  69 |7089 |  10k|8537 |  41k|  2 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
862.20/865.47	c   729s| 47000 | 14524 |  3566k|  75.6 |   637M |  69 |7089 |  10k|8528 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
863.50/866.71	c   730s| 47100 | 14548 |  3574k|  75.6 |   637M |  69 |7089 |  10k|8539 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
864.39/867.61	c   731s| 47200 | 14566 |  3580k|  75.6 |   638M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
865.09/868.30	c   732s| 47300 | 14568 |  3584k|  75.5 |   638M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
865.80/869.05	c   733s| 47400 | 14565 |  3588k|  75.5 |   638M |  69 |7089 |  10k|   0 |  41k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
866.68/869.90	c   733s| 47500 | 14569 |  3594k|  75.4 |   638M |  69 |7089 |  10k|   0 |  41k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
867.38/870.61	c   734s| 47600 | 14569 |  3598k|  75.4 |   638M |  69 |7089 |  10k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
868.08/871.35	c   735s| 47700 | 14573 |  3603k|  75.3 |   638M |  69 |7089 |  10k|8538 |  42k|  2 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
869.47/872.77	c   736s| 47800 | 14599 |  3612k|  75.3 |   639M |  69 |7089 |  10k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
870.97/874.25	c   738s| 47900 | 14635 |  3619k|  75.3 |   639M |  69 |7089 |  10k|8538 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
871.66/874.98	c   739s| 48000 | 14640 |  3624k|  75.3 |   639M |  69 |7089 |  10k|8536 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
872.77/876.04	c   740s| 48100 | 14671 |  3631k|  75.3 |   640M |  69 |7089 |  10k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
873.77/877.06	c   741s| 48200 | 14698 |  3639k|  75.3 |   642M |  69 |7089 |  11k|8535 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
874.95/878.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
874.95/878.24	c   742s| 48300 | 14709 |  3646k|  75.2 |   642M |  69 |7089 |  11k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
875.95/879.22	c   743s| 48400 | 14716 |  3654k|  75.3 |   642M |  69 |7089 |  11k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
876.76/880.05	c   744s| 48500 | 14731 |  3659k|  75.2 |   642M |  69 |7089 |  11k|8534 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
877.75/881.05	c   745s| 48600 | 14749 |  3665k|  75.2 |   642M |  69 |7089 |  11k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
878.54/881.89	c   745s| 48700 | 14766 |  3671k|  75.1 |   642M |  69 |7089 |  11k|8541 |  42k|  2 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
879.34/882.66	c   746s| 48800 | 14770 |  3676k|  75.1 |   642M |  69 |7089 |  11k|8534 |  42k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
880.93/884.29	c   748s| 48900 | 14787 |  3683k|  75.1 |   643M |  69 |7089 |  11k|8535 |  42k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
882.13/885.40	c   749s| 49000 | 14788 |  3689k|  75.1 |   643M |  69 |7089 |  11k|   0 |  42k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
883.12/886.44	c   750s| 49100 | 14791 |  3695k|  75.0 |   643M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
884.42/887.70	c   751s| 49200 | 14822 |  3704k|  75.0 |   643M |  69 |7089 |  10k|8537 |  43k|  2 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
886.41/889.76	c   753s| 49300 | 14832 |  3712k|  75.1 |   643M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
887.31/890.64	c   754s| 49400 | 14847 |  3718k|  75.0 |   644M |  69 |7089 |  10k|8541 |  43k|  2 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
888.30/891.68	c   755s| 49500 | 14879 |  3725k|  75.0 |   644M |  69 |7089 |  10k|8540 |  43k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
889.30/892.69	c   756s| 49600 | 14921 |  3731k|  75.0 |   644M |  69 |7089 |  10k|8536 |  43k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
890.39/893.73	c   757s| 49700 | 14946 |  3738k|  75.0 |   645M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
891.39/894.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
891.39/894.76	c   758s| 49800 | 14967 |  3745k|  75.0 |   645M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
892.29/895.63	c   759s| 49900 | 14987 |  3752k|  75.0 |   646M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
893.18/896.57	c   760s| 50000 | 15003 |  3758k|  74.9 |   646M |  69 |7089 |  11k|8528 |  44k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
894.38/897.76	c   761s| 50100 | 15019 |  3766k|  74.9 |   646M |  69 |7089 |  11k|   0 |  44k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
895.47/898.80	c   762s| 50200 | 15047 |  3773k|  74.9 |   647M |  69 |7089 |  11k|8533 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
897.07/900.41	c   764s| 50300 | 15067 |  3780k|  74.9 |   647M |  69 |7089 |  11k|8536 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
898.06/901.45	c   765s| 50400 | 15088 |  3787k|  74.9 |   648M |  69 |7089 |  11k|8539 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
899.67/903.01	c   767s| 50500 | 15118 |  3794k|  74.9 |   648M |  69 |7089 |  11k|8534 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
900.95/904.35	c   768s| 50600 | 15140 |  3803k|  74.9 |   648M |  69 |7089 |  11k|8533 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
902.15/905.53	c   769s| 50700 | 15163 |  3810k|  74.9 |   648M |  69 |7089 |  10k|8525 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
903.25/906.66	c   770s| 50800 | 15207 |  3817k|  74.9 |   650M |  69 |7089 |  10k|   0 |  44k|  0 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
904.14/907.50	c   771s| 50900 | 15216 |  3821k|  74.8 |   650M |  69 |7089 |  11k|   0 |  44k|  0 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
905.04/908.48	c   772s| 51000 | 15222 |  3828k|  74.8 |   651M |  69 |7089 |  11k|8525 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
906.33/909.79	c   773s| 51100 | 15234 |  3836k|  74.8 |   651M |  69 |7089 |  11k|8525 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
907.74/911.19	c   775s| 51200 | 15277 |  3843k|  74.8 |   653M |  69 |7089 |  11k|   0 |  45k|  0 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
908.82/912.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
908.82/912.30	c   776s| 51300 | 15286 |  3852k|  74.9 |   653M |  69 |7089 |  11k|8523 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
909.82/913.28	c   777s| 51400 | 15329 |  3859k|  74.8 |   653M |  69 |7089 |  11k|8523 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
910.63/914.01	c   778s| 51500 | 15350 |  3863k|  74.8 |   653M |  69 |7089 |  11k|8531 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
911.41/914.89	c   778s| 51600 | 15361 |  3869k|  74.7 |   653M |  69 |7089 |  11k|8536 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
912.21/915.68	c   779s| 51700 | 15382 |  3874k|  74.7 |   653M |  69 |7089 |  11k|8533 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
912.91/916.30	c   780s| 51800 | 15375 |  3877k|  74.6 |   653M |  69 |7089 |  11k|8517 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
915.10/918.55	c   782s| 51900 | 15410 |  3884k|  74.6 |   653M |  69 |7089 |  11k|   0 |  45k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
916.61/920.10	c   784s| 52000 | 15450 |  3892k|  74.6 |   653M |  69 |7089 |  11k|8526 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
918.19/921.66	c   785s| 52100 | 15478 |  3900k|  74.6 |   654M |  69 |7089 |  11k|   0 |  45k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
919.38/922.84	c   786s| 52200 | 15491 |  3906k|  74.6 |   654M |  69 |7089 |  11k|8526 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
921.08/924.57	c   788s| 52300 | 15525 |  3917k|  74.7 |   654M |  69 |7089 |  11k|8534 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
922.37/925.88	c   789s| 52400 | 15527 |  3924k|  74.7 |   655M |  69 |7089 |  11k|   0 |  46k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
923.37/926.83	c   790s| 52500 | 15544 |  3929k|  74.6 |   655M |  69 |7089 |  11k|8538 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
924.58/928.01	c   792s| 52600 | 15572 |  3937k|  74.6 |   656M |  69 |7089 |  11k|8536 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
925.86/929.32	c   793s| 52700 | 15587 |  3943k|  74.6 |   656M |  69 |7089 |  11k|8528 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
927.45/930.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
927.45/930.92	c   794s| 52800 | 15617 |  3950k|  74.6 |   657M |  69 |7089 |  11k|   0 |  46k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
929.05/932.58	c   796s| 52900 | 15664 |  3959k|  74.6 |   658M |  69 |7089 |  11k|   0 |  46k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
930.44/933.94	c   797s| 53000 | 15706 |  3966k|  74.6 |   658M |  69 |7089 |  11k|8536 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
931.24/934.72	c   798s| 53100 | 15721 |  3972k|  74.6 |   658M |  69 |7089 |  11k|   0 |  46k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
932.43/935.92	c   799s| 53200 | 15731 |  3979k|  74.6 |   659M |  69 |7089 |  11k|8536 |  46k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
933.64/937.14	c   801s| 53300 | 15750 |  3985k|  74.6 |   659M |  69 |7089 |  11k|8525 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
934.72/938.25	c   802s| 53400 | 15772 |  3990k|  74.5 |   659M |  69 |7089 |  11k|8526 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
936.22/939.75	c   803s| 53500 | 15789 |  3998k|  74.5 |   660M |  69 |7089 |  11k|   0 |  47k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
937.12/940.62	c   804s| 53600 | 15794 |  4003k|  74.5 |   661M |  69 |7089 |  11k|8535 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
938.31/941.87	c   805s| 53700 | 15818 |  4010k|  74.5 |   661M |  69 |7089 |  11k|8538 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
939.21/942.75	c   806s| 53800 | 15830 |  4016k|  74.4 |   661M |  69 |7089 |  11k|   0 |  47k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
940.00/943.50	c   807s| 53900 | 15838 |  4021k|  74.4 |   661M |  69 |7089 |  11k|   0 |  47k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
940.70/944.25	c   808s| 54000 | 15864 |  4025k|  74.3 |   662M |  69 |7089 |  11k|8529 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
941.61/945.15	c   809s| 54100 | 15869 |  4032k|  74.3 |   662M |  69 |7089 |  11k|8529 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
942.51/946.09	c   810s| 54200 | 15874 |  4038k|  74.3 |   662M |  69 |7089 |  11k|8537 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
943.19/946.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
943.19/946.79	c   810s| 54300 | 15885 |  4042k|  74.2 |   662M |  69 |7089 |  11k|8533 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
944.88/948.40	c   812s| 54400 | 15924 |  4052k|  74.3 |   663M |  69 |7089 |  11k|8525 |  47k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
946.49/950.10	c   814s| 54500 | 15976 |  4060k|  74.3 |   664M |  69 |7089 |  11k|   0 |  48k|  0 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
947.87/951.49	c   815s| 54600 | 16007 |  4067k|  74.3 |   664M |  69 |7089 |  11k|8537 |  48k|  2 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
949.67/953.28	c   817s| 54700 | 16049 |  4076k|  74.3 |   666M |  69 |7089 |  11k|8525 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
950.76/954.37	c   818s| 54800 | 16082 |  4082k|  74.3 |   666M |  69 |7089 |  11k|8525 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
952.06/955.60	c   819s| 54900 | 16115 |  4088k|  74.3 |   666M |  69 |7089 |  11k|8533 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
952.95/956.54	c   820s| 55000 | 16145 |  4093k|  74.2 |   666M |  69 |7089 |  11k|8533 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
954.15/957.71	c   821s| 55100 | 16162 |  4098k|  74.2 |   666M |  69 |7089 |  11k|8536 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
954.95/958.59	c   822s| 55200 | 16185 |  4103k|  74.1 |   666M |  69 |7089 |  11k|8525 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
956.04/959.62	c   823s| 55300 | 16208 |  4108k|  74.1 |   666M |  69 |7089 |  11k|8536 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
956.74/960.34	c   824s| 55400 | 16219 |  4113k|  74.0 |   666M |  69 |7089 |  11k|8537 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
957.63/961.29	c   825s| 55500 | 16245 |  4120k|  74.0 |   666M |  69 |7089 |  11k|8535 |  49k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
958.44/962.10	c   826s| 55600 | 16259 |  4126k|  74.0 |   667M |  69 |7089 |  11k|8537 |  49k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
959.23/962.81	c   826s| 55700 | 16266 |  4130k|  73.9 |   667M |  69 |7089 |  11k|8536 |  49k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
959.92/963.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
959.92/963.50	c   827s| 55800 | 16261 |  4134k|  73.9 |   667M |  69 |7089 |  11k|8538 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
960.82/964.44	c   828s| 55900 | 16293 |  4141k|  73.9 |   668M |  69 |7089 |  11k|8536 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
961.62/965.29	c   829s| 56000 | 16302 |  4149k|  73.9 |   668M |  69 |7089 |  11k|8534 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
962.82/966.49	c   830s| 56100 | 16339 |  4158k|  73.9 |   668M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
963.61/967.29	c   831s| 56200 | 16343 |  4166k|  73.9 |   669M |  69 |7089 |  11k|8535 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
964.91/968.59	c   832s| 56300 | 16364 |  4174k|  73.9 |   669M |  69 |7089 |  11k|8535 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
965.71/969.37	c   833s| 56400 | 16381 |  4181k|  73.9 |   669M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
966.52/970.19	c   834s| 56500 | 16397 |  4186k|  73.9 |   669M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
967.30/970.98	c   835s| 56600 | 16397 |  4191k|  73.8 |   669M |  69 |7089 |  11k|8533 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
968.60/972.23	c   836s| 56700 | 16418 |  4198k|  73.8 |   669M |  69 |7089 |  11k|8537 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
969.50/973.18	c   837s| 56800 | 16436 |  4203k|  73.8 |   671M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
970.29/973.92	c   837s| 56900 | 16448 |  4208k|  73.8 |   671M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
971.78/975.44	c   839s| 57000 | 16474 |  4217k|  73.8 |   671M |  69 |7089 |  11k|8538 |  49k|  2 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
972.98/976.66	c   840s| 57100 | 16487 |  4224k|  73.8 |   671M |  69 |7089 |  11k|8536 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
973.87/977.58	c   841s| 57200 | 16508 |  4230k|  73.7 |   673M |  69 |7089 |  11k|   0 |  49k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
974.77/978.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
974.77/978.46	c   842s| 57300 | 16543 |  4236k|  73.7 |   674M |  69 |7089 |  11k|8534 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
975.57/979.25	c   843s| 57400 | 16568 |  4242k|  73.7 |   674M |  69 |7089 |  11k|8533 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
976.27/979.91	c   843s| 57500 | 16581 |  4246k|  73.6 |   674M |  69 |7089 |  11k|8532 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
976.86/980.55	c   844s| 57600 | 16567 |  4250k|  73.6 |   674M |  69 |7089 |  11k|8533 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
977.47/981.16	c   845s| 57700 | 16572 |  4254k|  73.5 |   674M |  69 |7089 |  11k|   0 |  50k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
978.16/981.84	c   845s| 57800 | 16583 |  4259k|  73.5 |   674M |  69 |7089 |  11k|8536 |  50k|  2 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
979.05/982.75	c   846s| 57900 | 16606 |  4265k|  73.5 |   674M |  69 |7089 |  11k|8535 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
980.05/983.74	c   847s| 58000 | 16631 |  4273k|  73.5 |   674M |  69 |7089 |  11k|8528 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
981.15/984.87	c   848s| 58100 | 16656 |  4282k|  73.5 |   674M |  69 |7089 |  11k|   0 |  50k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
982.04/985.77	c   849s| 58200 | 16663 |  4289k|  73.5 |   674M |  69 |7089 |  11k|8537 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
982.94/986.61	c   850s| 58300 | 16679 |  4294k|  73.5 |   674M |  69 |7089 |  11k|   0 |  50k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
983.74/987.48	c   851s| 58400 | 16701 |  4301k|  73.5 |   675M |  69 |7089 |  11k|8548 |  50k|  2 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
984.63/988.36	c   852s| 58500 | 16723 |  4308k|  73.4 |   675M |  69 |7089 |  11k|   0 |  50k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
985.83/989.54	c   853s| 58600 | 16735 |  4314k|  73.4 |   675M |  69 |7089 |  11k|   0 |  50k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
986.82/990.59	c   854s| 58700 | 16758 |  4322k|  73.4 |   675M |  69 |7089 |  11k|8535 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
987.62/991.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
987.62/991.35	c   855s| 58800 | 16756 |  4328k|  73.4 |   675M |  69 |7089 |  11k|8535 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
988.33/992.08	c   856s| 58900 | 16740 |  4332k|  73.4 |   675M |  69 |7089 |  11k|8534 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
989.12/992.87	c   856s| 59000 | 16757 |  4337k|  73.3 |   675M |  69 |7089 |  11k|8535 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
989.91/993.65	c   857s| 59100 | 16777 |  4342k|  73.3 |   675M |  69 |7089 |  11k|   0 |  50k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
991.01/994.76	c   858s| 59200 | 16821 |  4350k|  73.3 |   675M |  69 |7089 |  11k|8535 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
991.91/995.69	c   859s| 59300 | 16847 |  4356k|  73.3 |   676M |  69 |7089 |  11k|8526 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
993.00/996.70	c   860s| 59400 | 16864 |  4363k|  73.3 |   676M |  69 |7089 |  11k|8536 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
993.90/997.60	c   861s| 59500 | 16867 |  4368k|  73.2 |   676M |  69 |7089 |  11k|8526 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
994.59/998.39	c   862s| 59600 | 16871 |  4374k|  73.2 |   677M |  69 |7089 |  11k|   0 |  51k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
995.40/999.19	c   863s| 59700 | 16878 |  4379k|  73.2 |   677M |  69 |7089 |  11k|8535 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
996.19/1000.00	c   864s| 59800 | 16893 |  4384k|  73.1 |   677M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
997.18/1000.90	c   864s| 59900 | 16907 |  4390k|  73.1 |   677M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
997.88/1001.67	c   865s| 60000 | 16904 |  4396k|  73.1 |   678M |  69 |7089 |  11k|8534 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
998.68/1002.47	c   866s| 60100 | 16906 |  4403k|  73.1 |   678M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
999.48/1003.26	c   867s| 60200 | 16910 |  4408k|  73.0 |   678M |  69 |7089 |  11k|8534 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1000.47/1004.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1000.47/1004.29	c   868s| 60300 | 16957 |  4416k|  73.0 |   678M |  69 |7089 |  11k|8537 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1001.47/1005.25	c   869s| 60400 | 16982 |  4423k|  73.0 |   678M |  69 |7089 |  11k|8537 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1002.28/1006.01	c   870s| 60500 | 16994 |  4428k|  73.0 |   679M |  69 |7089 |  11k|8537 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1003.16/1006.98	c   871s| 60600 | 17001 |  4435k|  73.0 |   679M |  69 |7089 |  11k|8534 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1004.16/1007.97	c   872s| 60700 | 17006 |  4441k|  73.0 |   680M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1005.95/1009.71	c   873s| 60800 | 17066 |  4449k|  73.0 |   681M |  69 |7089 |  11k|8535 |  52k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1007.26/1011.09	c   875s| 60900 | 17103 |  4457k|  73.0 |   682M |  69 |7089 |  11k|8533 |  52k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1008.44/1012.25	c   876s| 61000 | 17124 |  4464k|  73.0 |   682M |  69 |7089 |  11k|   0 |  52k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1009.94/1013.72	c   877s| 61100 | 17156 |  4472k|  73.0 |   682M |  69 |7089 |  11k|   0 |  52k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1011.13/1014.97	c   879s| 61200 | 17170 |  4478k|  73.0 |   682M |  69 |7089 |  11k|   0 |  52k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1012.83/1016.60	c   880s| 61300 | 17201 |  4486k|  73.0 |   682M |  69 |7089 |  11k|8536 |  52k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1014.23/1018.01	c   882s| 61400 | 17229 |  4493k|  73.0 |   682M |  69 |7089 |  11k|   0 |  52k|  0 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1015.61/1019.47	c   883s| 61500 | 17249 |  4502k|  73.0 |   682M |  69 |7089 |  11k|   0 |  52k|  0 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1016.81/1020.66	c   884s| 61600 | 17267 |  4509k|  73.0 |   684M |  69 |7089 |  11k|8525 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1018.01/1021.81	c   885s| 61700 | 17297 |  4517k|  73.0 |   684M |  69 |7089 |  11k|8525 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1018.80/1022.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1018.80/1022.69	c   886s| 61800 | 17290 |  4522k|  73.0 |   685M |  69 |7089 |  11k|8534 |  53k|  2 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1019.50/1023.37	c   887s| 61900 | 17291 |  4527k|  72.9 |   685M |  69 |7089 |  11k|8525 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1021.21/1025.04	c   889s| 62000 | 17296 |  4532k|  72.9 |   685M |  69 |7089 |  11k|8532 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1022.09/1025.91	c   889s| 62100 | 17301 |  4537k|  72.9 |   685M |  69 |7089 |  11k|8533 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1022.99/1026.80	c   890s| 62200 | 17315 |  4542k|  72.8 |   685M |  69 |7089 |  11k|8538 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1024.19/1028.10	c   892s| 62300 | 17335 |  4548k|  72.8 |   685M |  69 |7089 |  11k|8534 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1025.48/1029.39	c   893s| 62400 | 17392 |  4556k|  72.8 |   686M |  69 |7089 |  11k|8538 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1026.77/1030.65	c   894s| 62500 | 17427 |  4565k|  72.9 |   686M |  69 |7089 |  11k|   0 |  53k|  0 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1027.77/1031.65	c   895s| 62600 | 17463 |  4573k|  72.9 |   686M |  69 |7089 |  11k|8527 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1028.86/1032.74	c   896s| 62700 | 17485 |  4580k|  72.9 |   686M |  69 |7089 |  11k|8542 |  54k|  2 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1029.76/1033.67	c   897s| 62800 | 17514 |  4587k|  72.9 |   688M |  69 |7089 |  11k|8527 |  54k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1030.86/1034.78	c   898s| 62900 | 17546 |  4596k|  72.9 |   689M |  69 |7089 |  11k|8539 |  54k|  2 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1031.75/1035.62	c   899s| 63000 | 17551 |  4602k|  72.9 |   690M |  69 |7089 |  11k|8534 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1032.35/1036.25	c   900s| 63100 | 17542 |  4606k|  72.8 |   690M |  69 |7089 |  11k|8540 |  54k|  2 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1033.16/1037.07	c   901s| 63200 | 17544 |  4613k|  72.8 |   690M |  69 |7089 |  11k|8533 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1033.94/1037.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1033.94/1037.89	c   901s| 63300 | 17553 |  4620k|  72.8 |   690M |  69 |7089 |  11k|8534 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1034.74/1038.65	c   902s| 63400 | 17551 |  4626k|  72.8 |   690M |  69 |7089 |  11k|8527 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1035.64/1039.50	c   903s| 63500 | 17553 |  4632k|  72.8 |   690M |  69 |7089 |  11k|   0 |  54k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1036.43/1040.36	c   904s| 63600 | 17561 |  4637k|  72.7 |   690M |  69 |7089 |  11k|   0 |  54k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1037.33/1041.25	c   905s| 63700 | 17594 |  4643k|  72.7 |   690M |  69 |7089 |  11k|8536 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1038.24/1042.13	c   906s| 63800 | 17623 |  4650k|  72.7 |   691M |  69 |7089 |  11k|8527 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1039.02/1042.91	c   906s| 63900 | 17632 |  4655k|  72.7 |   692M |  69 |7089 |  11k|8541 |  54k|  2 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1039.92/1043.81	c   907s| 64000 | 17663 |  4662k|  72.7 |   692M |  69 |7089 |  11k|   0 |  55k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1040.72/1044.66	c   908s| 64100 | 17675 |  4667k|  72.6 |   692M |  69 |7089 |  11k|8533 |  55k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1041.61/1045.54	c   909s| 64200 | 17701 |  4673k|  72.6 |   693M |  69 |7089 |  11k|8538 |  55k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1042.71/1046.61	c   910s| 64300 | 17713 |  4679k|  72.6 |   693M |  69 |7089 |  11k|   0 |  55k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1043.61/1047.58	c   911s| 64400 | 17749 |  4686k|  72.6 |   693M |  69 |7089 |  11k|8530 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1044.40/1048.36	c   912s| 64500 | 17761 |  4691k|  72.6 |   693M |  69 |7089 |  11k|8535 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1048.39/1052.30	c   916s| 64600 | 17784 |  4698k|  72.5 |   696M |  69 |7089 |  11k|8538 |  55k|  2 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1049.49/1053.42	c   917s| 64700 | 17820 |  4706k|  72.6 |   696M |  69 |7089 |  11k|8535 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1050.20/1054.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1050.20/1054.11	c   918s| 64800 | 17839 |  4711k|  72.5 |   696M |  69 |7089 |  11k|8534 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1051.09/1055.01	c   919s| 64900 | 17848 |  4718k|  72.5 |   696M |  69 |7089 |  11k|8530 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1052.09/1056.04	c   920s| 65000 | 17869 |  4726k|  72.5 |   698M |  69 |7089 |  11k|8539 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1052.87/1056.89	c   920s| 65100 | 17877 |  4734k|  72.5 |   698M |  69 |7089 |  11k|   0 |  55k|  0 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1053.87/1057.82	c   921s| 65200 | 17892 |  4741k|  72.5 |   699M |  69 |7089 |  11k|8538 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1054.87/1058.84	c   922s| 65300 | 17902 |  4751k|  72.6 |   699M |  69 |7089 |  11k|8538 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1055.96/1059.92	c   923s| 65400 | 17919 |  4760k|  72.6 |   699M |  69 |7089 |  11k|8537 |  55k|  2 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1057.07/1061.02	c   925s| 65500 | 17927 |  4768k|  72.6 |   699M |  69 |7089 |  11k|8533 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1058.07/1062.06	c   926s| 65600 | 17945 |  4774k|  72.6 |   700M |  69 |7089 |  11k|8535 |  55k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1058.85/1062.81	c   926s| 65700 | 17960 |  4779k|  72.6 |   700M |  69 |7089 |  11k|8535 |  55k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1059.55/1063.59	c   927s| 65800 | 17960 |  4784k|  72.5 |   700M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1060.25/1064.22	c   928s| 65900 | 17956 |  4787k|  72.5 |   700M |  69 |7089 |  11k|8533 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1061.06/1065.03	c   929s| 66000 | 17966 |  4794k|  72.5 |   700M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1062.05/1066.05	c   930s| 66100 | 17988 |  4800k|  72.4 |   701M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1062.94/1066.99	c   931s| 66200 | 17993 |  4806k|  72.4 |   702M |  69 |7089 |  11k|8538 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1064.05/1068.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1064.05/1068.01	c   932s| 66300 | 17996 |  4812k|  72.4 |   702M |  69 |7089 |  11k|8532 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1065.04/1069.05	c   933s| 66400 | 18014 |  4820k|  72.4 |   703M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1065.73/1069.73	c   933s| 66500 | 18014 |  4824k|  72.4 |   703M |  69 |7089 |  11k|8535 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1066.92/1070.99	c   935s| 66600 | 18035 |  4832k|  72.4 |   704M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1067.72/1071.77	c   935s| 66700 | 18045 |  4838k|  72.4 |   705M |  69 |7089 |  11k|8540 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1068.72/1072.78	c   936s| 66800 | 18053 |  4843k|  72.3 |   705M |  69 |7089 |  11k|8535 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1069.71/1073.79	c   937s| 66900 | 18076 |  4849k|  72.3 |   705M |  69 |7089 |  11k|8526 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1070.71/1074.72	c   938s| 67000 | 18115 |  4855k|  72.3 |   705M |  69 |7089 |  11k|   0 |  56k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1071.60/1075.67	c   939s| 67100 | 18143 |  4860k|  72.3 |   706M |  69 |7089 |  11k|8536 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1072.40/1076.40	c   940s| 67200 | 18148 |  4865k|  72.2 |   706M |  69 |7089 |  11k|8526 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1073.30/1077.35	c   941s| 67300 | 18177 |  4872k|  72.2 |   706M |  69 |7089 |  11k|8534 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1074.01/1078.09	c   942s| 67400 | 18173 |  4877k|  72.2 |   706M |  69 |7089 |  11k|   0 |  56k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1074.69/1078.72	c   942s| 67500 | 18153 |  4881k|  72.1 |   706M |  69 |7089 |  11k|8534 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1075.69/1079.72	c   943s| 67600 | 18171 |  4892k|  72.2 |   707M |  69 |7089 |  11k|8533 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1077.10/1081.17	c   945s| 67700 | 18221 |  4900k|  72.2 |   708M |  69 |7089 |  11k|8537 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1077.88/1082.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1077.88/1082.00	c   946s| 67800 | 18252 |  4907k|  72.2 |   708M |  69 |7089 |  11k|8537 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1080.09/1084.20	c   948s| 67900 | 18268 |  4917k|  72.3 |   708M |  69 |7089 |  11k|   0 |  57k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1080.98/1085.11	c   949s| 68000 | 18272 |  4922k|  72.2 |   708M |  69 |7089 |  11k|8523 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1081.87/1085.98	c   950s| 68100 | 18302 |  4927k|  72.2 |   708M |  69 |7089 |  11k|   0 |  57k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1082.97/1087.09	c   951s| 68200 | 18317 |  4932k|  72.1 |   710M |  69 |7089 |  11k|   0 |  57k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1084.07/1088.14	c   952s| 68300 | 18342 |  4938k|  72.1 |   710M |  69 |7089 |  11k|8532 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1084.75/1088.85	c   952s| 68400 | 18354 |  4944k|  72.1 |   710M |  69 |7089 |  11k|8534 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1085.75/1089.84	c   953s| 68500 | 18357 |  4950k|  72.1 |   710M |  69 |7089 |  11k|8538 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1086.96/1091.08	c   955s| 68600 | 18372 |  4956k|  72.1 |   711M |  69 |7089 |  11k|8532 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1088.14/1092.23	c   956s| 68700 | 18393 |  4962k|  72.1 |   711M |  69 |7089 |  11k|   0 |  57k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1088.95/1093.02	c   957s| 68800 | 18401 |  4968k|  72.0 |   711M |  69 |7089 |  11k|   0 |  57k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1090.13/1094.23	c   958s| 68900 | 18416 |  4974k|  72.0 |   712M |  69 |7089 |  11k|8535 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1090.83/1095.00	c   959s| 69000 | 18427 |  4978k|  72.0 |   712M |  69 |7089 |  11k|8538 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1091.94/1096.04	c   960s| 69100 | 18419 |  4983k|  71.9 |   712M |  69 |7089 |  11k|8534 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1093.12/1097.23	c   961s| 69200 | 18421 |  4989k|  71.9 |   712M |  69 |7089 |  11k|8539 |  58k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1094.03/1098.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1094.03/1098.15	c   962s| 69300 | 18439 |  4994k|  71.9 |   712M |  69 |7089 |  11k|   0 |  58k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1094.71/1098.87	c   962s| 69400 | 18446 |  4998k|  71.9 |   712M |  69 |7089 |  11k|   0 |  58k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1096.31/1100.44	c   964s| 69500 | 18462 |  5005k|  71.8 |   713M |  69 |7089 |  11k|8534 |  58k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1097.60/1101.70	c   965s| 69600 | 18478 |  5012k|  71.8 |   716M |  69 |7089 |  11k|8536 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1098.50/1102.62	c   966s| 69700 | 18507 |  5018k|  71.8 |   717M |  69 |7089 |  11k|8538 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1099.20/1103.36	c   967s| 69800 | 18505 |  5024k|  71.8 |   717M |  69 |7089 |  11k|8547 |  58k|  2 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1100.01/1104.12	c   968s| 69900 | 18501 |  5030k|  71.8 |   717M |  69 |7089 |  11k|8536 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1100.69/1104.84	c   968s| 70000 | 18497 |  5036k|  71.8 |   717M |  69 |7089 |  11k|8532 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1102.18/1106.30	c   970s| 70100 | 18524 |  5043k|  71.8 |   717M |  69 |7089 |  11k|8539 |  58k|  2 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1103.08/1107.23	c   971s| 70200 | 18529 |  5049k|  71.8 |   718M |  69 |7089 |  11k|8534 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1103.68/1107.87	c   971s| 70300 | 18516 |  5052k|  71.7 |   718M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1104.89/1109.10	c   973s| 70400 | 18540 |  5057k|  71.7 |   718M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1105.67/1109.85	c   973s| 70500 | 18538 |  5063k|  71.7 |   718M |  69 |7089 |  11k|8534 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1107.27/1111.41	c   975s| 70600 | 18561 |  5072k|  71.7 |   719M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1108.46/1112.64	c   976s| 70700 | 18581 |  5080k|  71.7 |   719M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1109.56/1113.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1109.56/1113.74	c   977s| 70800 | 18597 |  5086k|  71.7 |   720M |  69 |7089 |  11k|8536 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1110.35/1114.53	c   978s| 70900 | 18605 |  5092k|  71.7 |   720M |  69 |7089 |  11k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1111.05/1115.21	c   979s| 71000 | 18604 |  5097k|  71.6 |   720M |  69 |7089 |  11k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1112.15/1116.32	c   980s| 71100 | 18611 |  5103k|  71.6 |   720M |  69 |7089 |  11k|8538 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1112.86/1117.08	c   981s| 71200 | 18609 |  5110k|  71.6 |   721M |  69 |7089 |  12k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1114.04/1118.21	c   982s| 71300 | 18621 |  5117k|  71.6 |   721M |  69 |7089 |  12k|8535 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1114.85/1119.04	c   983s| 71400 | 18614 |  5123k|  71.6 |   721M |  69 |7089 |  12k|8536 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1115.95/1120.15	c   984s| 71500 | 18616 |  5129k|  71.6 |   721M |  69 |7089 |  12k|8532 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1116.73/1120.93	c   984s| 71600 | 18630 |  5136k|  71.6 |   722M |  69 |7089 |  12k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1118.03/1122.20	c   986s| 71700 | 18646 |  5142k|  71.6 |   722M |  69 |7089 |  12k|8536 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1118.84/1123.11	c   987s| 71800 | 18661 |  5148k|  71.5 |   723M |  69 |7089 |  12k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1120.32/1124.53	c   988s| 71900 | 18675 |  5155k|  71.5 |   723M |  69 |7089 |  12k|8539 |  59k|  2 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1121.83/1126.07	c   990s| 72000 | 18702 |  5163k|  71.6 |   723M |  69 |7089 |  11k|8535 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1122.61/1126.85	c   990s| 72100 | 18712 |  5168k|  71.5 |   723M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1123.70/1127.93	c   991s| 72200 | 18718 |  5174k|  71.5 |   723M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1124.40/1128.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1124.40/1128.68	c   992s| 72300 | 18733 |  5179k|  71.5 |   723M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1125.20/1129.50	c   993s| 72400 | 18744 |  5185k|  71.5 |   724M |  69 |7089 |  11k|8537 |  59k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1126.20/1130.42	c   994s| 72500 | 18757 |  5192k|  71.4 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1126.91/1131.18	c   995s| 72600 | 18768 |  5196k|  71.4 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1127.90/1132.14	c   996s| 72700 | 18765 |  5201k|  71.4 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1128.69/1133.00	c   997s| 72800 | 18757 |  5205k|  71.3 |   724M |  69 |7089 |  11k|8535 |  59k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1129.58/1133.80	c   997s| 72900 | 18760 |  5210k|  71.3 |   724M |  69 |7089 |  11k|8538 |  59k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1130.58/1134.89	c   998s| 73000 | 18757 |  5216k|  71.3 |   724M |  69 |7089 |  11k|8534 |  60k|  2 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1131.57/1135.80	c   999s| 73100 | 18780 |  5222k|  71.3 |   724M |  69 |7089 |  11k|8536 |  60k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1132.17/1136.46	c 
1132.17/1136.46	c SCIP Status        : solving was interrupted [time limit reached]
1132.17/1136.46	c Solving Time (sec) : 1000.00
1132.17/1136.46	c Solving Nodes      : 73163
1132.17/1136.46	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1132.17/1136.46	c Dual Bound         : +0.00000000000000e+00
1132.17/1136.46	c Gap                : infinite
1132.17/1136.46	c SCIP status: 23 (TIMELIMIT)
1132.17/1136.46	c solveScip: freeing transform (!can_skip_free_transform)
1132.27/1136.57	c pb_solver_status: sst_unknown
1132.27/1136.57	c LB_goalvalue: 0
1132.27/1136.57	c UB_goalvalue: 1
1132.27/1136.57	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=1800.000000
1132.27/1136.57	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1132.27/1136.57	c SCIP returned: sst_unknown
1132.27/1136.57	c SCIP primal LB: -oo, dual UB: 1
1132.27/1136.57	c assumptions: 
1132.27/1136.57	c invoking solver with time budget: 10.000000
1142.33/1146.61	c sat_solver_result: sst_unknown
1142.33/1146.61	c SAT solver timed out; proceeding to cooperative SCIP call
1142.33/1146.61	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1
1142.33/1146.61	c scip solving with time budget: 1800.000000
1142.33/1146.61	c solveScip
1142.33/1146.61	c initScipForCoop
1142.33/1146.61	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1142.33/1146.65	c presolving:
1142.43/1146.79	c    (0.2s) running MILP presolver
1142.63/1146.90	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1142.63/1146.90	c (round 1, medium)     0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 136 clqs, 0 implints
1142.63/1146.94	c (round 2, exhaustive) 0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 136 clqs, 0 implints
1142.63/1146.97	c    (0.4s) probing: 89/7089 (1.3%) - 0 fixings, 0 aggregations, 10 implications, 0 bound changes
1142.63/1146.97	c    (0.4s) probing aborted: 50/50 successive totally useless probings
1142.74/1147.02	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1142.74/1147.08	c    (0.5s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 921.15) (symcode time: 0.02)
1142.84/1147.14	c dynamic symmetry handling statistics:
1142.84/1147.14	c    orbitopal reduction:       no components
1142.84/1147.14	c    orbital reduction:         no components
1142.84/1147.14	c    lexicographic reduction:   no permutations
1142.84/1147.14	c handled 1500 out of 1500 symmetry components
1142.84/1147.15	c (round 3, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 1662 clqs, 0 implints
1142.84/1147.16	c (round 4, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1516 upgd conss, 0 impls, 1662 clqs, 0 implints
1142.84/1147.18	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
1142.84/1147.18	c  0 deleted vars, 13888 deleted constraints, 8452 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1142.84/1147.18	c  0 implications, 1662 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1142.84/1147.18	c presolved problem has 7089 variables (7089 bin, 0 int, 0 cont) and 8452 constraints
1142.84/1147.18	c      16 constraints of type <knapsack>
1142.84/1147.18	c    1500 constraints of type <setppc>
1142.84/1147.18	c    6936 constraints of type <linear>
1142.84/1147.18	c transformed objective value is always integral (scale: 1)
1142.84/1147.18	c Presolving Time: 0.54
1142.84/1147.19	c 
1143.23/1147.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1143.23/1147.50	c   0.9s|     1 |     0 |  4874 |     - |   635M |   0 |7089 |8457 |8452 |   0 |  0 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1144.43/1148.71	c   2.1s|     1 |     0 | 10119 |     - |   636M |   0 |7089 |8457 |8465 |  13 |  1 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1144.63/1148.99	c   2.4s|     1 |     0 | 10729 |     - |   636M |   0 |7089 |8457 |8474 |  22 |  2 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1144.84/1149.15	c   2.5s|     1 |     0 | 10740 |     - |   636M |   0 |7089 |8460 |8483 |  31 |  3 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1144.93/1149.28	c   2.7s|     1 |     0 | 10767 |     - |   639M |   0 |7089 |8460 |8493 |  41 |  4 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1145.23/1149.53	c   2.9s|     1 |     0 | 10866 |     - |   641M |   0 |7089 |8460 |8503 |  51 |  5 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1145.43/1149.75	c   3.1s|     1 |     0 | 10901 |     - |   641M |   0 |7089 |8460 |8513 |  61 |  6 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1145.74/1150.10	c   3.5s|     1 |     0 | 11090 |     - |   644M |   0 |7089 |8460 |8523 |  71 |  7 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1146.12/1150.48	c   3.9s|     1 |     0 | 11760 |     - |   646M |   0 |7089 |8464 |8535 |  83 |  8 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1146.42/1150.70	c   4.1s|     1 |     0 | 11805 |     - |   646M |   0 |7089 |8464 |8545 |  93 |  9 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1146.62/1150.94	c   4.3s|     1 |     0 | 12044 |     - |   648M |   0 |7089 |8464 |8556 | 104 | 10 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1146.73/1151.04	c   4.4s|     1 |     0 | 12063 |     - |   648M |   0 |7089 |8464 |8560 | 116 | 11 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1148.22/1152.53	c   5.9s|     1 |     2 | 22507 |     - |   648M |   0 |7089 |8473 |8560 | 116 | 11 |  21 |  18 | 0.000000e+00 |      --      |    Inf | unknown
1174.33/1178.75	c  32.1s|   100 |    95 |123771 |1128.4 |   648M |  19 |7089 |8522 |8509 | 186 |  1 |  70 |  18 | 0.000000e+00 |      --      |    Inf |   0.79%
1204.23/1208.74	c  62.1s|   200 |   157 |142590 | 655.9 |   648M |  41 |7089 |8534 |8518 | 277 |  1 |  82 |  18 | 0.000000e+00 |      --      |    Inf |   0.80%
1233.02/1237.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1233.02/1237.63	c  91.0s|   300 |   224 |172771 | 537.5 |   648M |  41 |7089 |8566 |8513 | 374 |  1 | 115 |  18 | 0.000000e+00 |      --      |    Inf |   0.80%
1251.66/1256.36	c   110s|   400 |   304 |213353 | 504.5 |   648M |  41 |7089 |8596 |8522 | 434 |  1 | 145 |  18 | 0.000000e+00 |      --      |    Inf |   0.82%
1270.79/1275.58	c   129s|   500 |   390 |255207 | 487.3 |   648M |  45 |7089 |8627 |8517 | 529 |  1 | 177 |  18 | 0.000000e+00 |      --      |    Inf |   0.82%
1285.25/1290.09	c   143s|   600 |   476 |287577 | 460.0 |   648M |  45 |7089 |8629 |   0 | 608 |  0 | 179 |  18 | 0.000000e+00 |      --      |    Inf |   0.92%
1295.32/1300.17	c   154s|   700 |   551 |320905 | 441.8 |   648M |  45 |7089 |8661 |8522 | 728 |  1 | 211 |  18 | 0.000000e+00 |      --      |    Inf |   0.94%
1305.07/1309.97	c   163s|   800 |   645 |342917 | 414.1 |   648M |  45 |7089 |8678 |8517 | 788 |  1 | 230 |  18 | 0.000000e+00 |      --      |    Inf |   0.94%
1315.53/1320.43	c   174s|   900 |   730 |368961 | 397.0 |   648M |  45 |7089 |8686 |8517 | 891 |  1 | 238 |  18 | 0.000000e+00 |      --      |    Inf |   0.97%
1339.35/1344.37	c   198s|  1000 |   795 |401982 | 390.3 |   648M |  45 |7089 |8701 |   0 | 976 |  0 | 254 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1354.59/1359.65	c   213s|  1100 |   857 |428076 | 378.5 |   648M |  45 |7089 |8726 |8510 |1077 |  1 | 280 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1364.26/1369.30	c   223s|  1200 |   948 |436621 | 354.1 |   648M |  46 |7089 |8735 |8531 |1152 |  1 | 290 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1365.65/1370.75	c   224s|  1300 |  1024 |446571 | 334.5 |   648M |  47 |7089 |8766 |8524 |1223 |  1 | 321 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1367.34/1372.41	c   226s|  1400 |  1110 |458358 | 319.0 |   649M |  52 |7089 |8812 |8531 |1317 |  1 | 367 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1368.84/1373.94	c   227s|  1500 |  1184 |468693 | 304.6 |   649M |  55 |7089 |8844 |8534 |1413 |  2 | 399 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1373.22/1378.36	c   232s|  1600 |  1263 |479485 | 292.3 |   649M |  55 |7089 |8878 |8524 |1514 |  1 | 433 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1374.82/1379.93	c   233s|  1700 |  1338 |489090 | 280.8 |   650M |  55 |7089 |8914 |8525 |1641 |  1 | 470 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1376.61/1381.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1376.71/1381.80	c   235s|  1800 |  1413 |500352 | 271.4 |   650M |  55 |7089 |8945 |8537 |1767 |  1 | 502 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1378.40/1383.60	c   237s|  1900 |  1472 |510395 | 262.4 |   650M |  58 |7089 |9003 |8530 |1854 |  1 | 560 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1380.01/1385.13	c   239s|  2000 |  1542 |519880 | 254.0 |   650M |  58 |7089 |9059 |8540 |1967 |  1 | 616 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1382.19/1387.36	c   241s|  2100 |  1612 |530287 | 246.9 |   650M |  58 |7089 |9097 |8541 |2100 |  2 | 654 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1384.08/1389.24	c   243s|  2200 |  1684 |540958 | 240.5 |   651M |  58 |7089 |9126 |8517 |2219 |  1 | 684 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1385.89/1391.10	c   244s|  2300 |  1762 |550050 | 234.0 |   651M |  58 |7089 |9141 |   0 |2360 |  0 | 699 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1387.57/1392.78	c   246s|  2400 |  1827 |559327 | 228.1 |   652M |  58 |7089 |9164 |8530 |2470 |  2 | 722 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1388.88/1394.06	c   247s|  2500 |  1901 |567279 | 222.2 |   652M |  58 |7089 |9184 |8535 |2574 |  1 | 742 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1392.35/1397.55	c   251s|  2600 |  1961 |576680 | 217.2 |   652M |  58 |7089 |9233 |   0 |2660 |  0 | 791 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1394.54/1399.71	c   253s|  2700 |  2014 |587353 | 213.1 |   652M |  58 |7089 |9261 |8529 |2765 |  1 | 819 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1396.24/1401.44	c   255s|  2800 |  2074 |597723 | 209.2 |   652M |  58 |7089 |9294 |8539 |2866 |  1 | 852 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1398.03/1403.20	c   257s|  2900 |  2126 |607555 | 205.4 |   652M |  58 |7089 |9342 |8536 |2956 |  1 | 900 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1399.42/1404.67	c   258s|  3000 |  2182 |615092 | 201.1 |   652M |  58 |7089 |9388 |8537 |3041 |  1 | 946 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1401.22/1406.40	c   260s|  3100 |  2222 |623509 | 197.3 |   652M |  58 |7089 |9422 |   0 |3194 |  0 | 980 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1402.82/1408.05	c   261s|  3200 |  2280 |636157 | 195.1 |   654M |  58 |7089 |9445 |8529 |3288 |  1 |1004 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1404.40/1409.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1404.40/1409.64	c   263s|  3300 |  2312 |644397 | 191.7 |   654M |  58 |7089 |9510 |   0 |3395 |  0 |1069 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1405.81/1411.02	c   264s|  3400 |  2374 |652247 | 188.3 |   654M |  58 |7089 |9527 |8517 |3527 |  1 |1086 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1407.19/1412.43	c   266s|  3500 |  2447 |660853 | 185.4 |   654M |  58 |7089 |9548 |8538 |3649 |  1 |1107 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1408.80/1414.11	c   267s|  3600 |  2510 |669377 | 182.6 |   654M |  58 |7089 |9572 |8538 |3778 |  1 |1131 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1409.98/1415.25	c   269s|  3700 |  2553 |673999 | 178.9 |   654M |  58 |7089 |9596 |8542 |3868 |  1 |1155 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1411.68/1416.91	c   270s|  3800 |  2574 |680468 | 175.9 |   654M |  58 |7089 |9662 |8527 |3972 |  1 |1221 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1412.97/1418.24	c   272s|  3900 |  2635 |687519 | 173.2 |   654M |  58 |7089 |9685 |8531 |4091 |  1 |1244 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1413.78/1419.07	c   272s|  4000 |  2676 |692965 | 170.3 |   654M |  58 |7089 |9728 |8522 |4164 |  1 |1287 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1415.26/1420.59	c   274s|  4100 |  2730 |701146 | 168.1 |   654M |  58 |7089 |9777 |   0 |4274 |  0 |1336 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1416.26/1421.56	c   275s|  4200 |  2765 |707572 | 165.6 |   655M |  58 |7089 |9822 |   0 |4309 |  0 |1381 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1417.56/1422.83	c   276s|  4300 |  2804 |713352 | 163.1 |   655M |  58 |7089 |9850 |8541 |4409 |  1 |1409 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1419.15/1424.49	c   278s|  4400 |  2862 |724192 | 161.9 |   657M |  58 |7089 |9891 |   0 |4523 |  0 |1450 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1420.44/1425.80	c   279s|  4500 |  2916 |730284 | 159.6 |   657M |  58 |7089 |9923 |   0 |4594 |  0 |1482 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1421.44/1426.74	c   280s|  4600 |  2936 |735812 | 157.4 |   657M |  58 |7089 |  10k|   0 |4670 |  0 |1566 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1422.64/1427.95	c   281s|  4700 |  3000 |742652 | 155.5 |   657M |  58 |7089 |  10k|8528 |4787 |  1 |1589 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1424.13/1429.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1424.13/1429.42	c   283s|  4800 |  3047 |750100 | 153.8 |   657M |  58 |7089 |  10k|8528 |4874 |  1 |1651 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1425.23/1430.51	c   284s|  4900 |  3108 |758100 | 152.3 |   657M |  58 |7089 |  10k|8525 |4973 |  1 |1676 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1426.73/1432.02	c   285s|  5000 |  3171 |768461 | 151.3 |   657M |  58 |7089 |  10k|   0 |5091 |  0 |1704 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1428.31/1433.65	c   287s|  5100 |  3221 |776828 | 150.0 |   657M |  58 |7089 |  10k|8527 |5232 |  1 |1746 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1429.91/1435.27	c   289s|  5200 |  3274 |785707 | 148.8 |   658M |  58 |7089 |  10k|8537 |5339 |  1 |1792 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1431.20/1436.54	c   290s|  5300 |  3338 |792439 | 147.3 |   658M |  58 |7089 |  10k|8532 |5431 |  1 |1821 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1432.60/1437.92	c   291s|  5400 |  3385 |800618 | 146.1 |   658M |  58 |7089 |  10k|8526 |5567 |  1 |1865 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1433.71/1439.09	c   292s|  5500 |  3449 |807874 | 144.7 |   658M |  58 |7089 |  10k|8527 |5691 |  1 |1900 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1435.09/1440.46	c   294s|  5600 |  3516 |816044 | 143.6 |   659M |  58 |7089 |  10k|8538 |5802 |  1 |1940 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1436.69/1442.05	c   295s|  5700 |  3540 |824540 | 142.6 |   659M |  58 |7089 |  10k|8537 |5934 |  1 |2000 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1437.98/1443.32	c   297s|  5800 |  3581 |831670 | 141.3 |   659M |  58 |7089 |  10k|8537 |6056 |  1 |2043 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1439.57/1444.98	c   298s|  5900 |  3648 |840191 | 140.4 |   659M |  58 |7089 |  10k|   0 |6197 |  0 |2083 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1441.16/1446.52	c   300s|  6000 |  3684 |849346 | 139.6 |   659M |  58 |7089 |  10k|8530 |6326 |  1 |2136 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1442.46/1447.80	c   301s|  6100 |  3725 |856351 | 138.4 |   659M |  58 |7089 |  10k|8536 |6460 |  2 |2199 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1443.95/1449.32	c   303s|  6200 |  3766 |864849 | 137.6 |   660M |  58 |7089 |  10k|8536 |6588 |  1 |2237 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1444.85/1450.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1444.85/1450.23	c   304s|  6300 |  3792 |871702 | 136.5 |   660M |  58 |7089 |  10k|8534 |6677 |  1 |2297 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1445.76/1451.17	c   305s|  6400 |  3831 |878384 | 135.4 |   660M |  58 |7089 |  10k|   0 |6786 |  0 |2337 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1447.24/1452.64	c   306s|  6500 |  3867 |888901 | 134.9 |   660M |  58 |7089 |  10k|   0 |6931 |  0 |2396 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1448.24/1453.65	c   307s|  6600 |  3904 |895963 | 133.9 |   660M |  58 |7089 |  10k|   0 |7019 |  0 |2474 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1449.24/1454.68	c   308s|  6700 |  3943 |902263 | 132.9 |   660M |  58 |7089 |  10k|8539 |7099 |  2 |2526 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1450.53/1455.93	c   309s|  6800 |  3984 |909074 | 131.9 |   660M |  58 |7089 |  10k|   0 |7188 |  0 |2564 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1451.53/1456.90	c   310s|  6900 |  4016 |915541 | 131.0 |   660M |  58 |7089 |  11k|8528 |7273 |  1 |2638 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1452.74/1458.18	c   312s|  7000 |  4044 |923461 | 130.2 |   661M |  58 |7089 |  11k|   0 |7391 |  0 |2709 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1453.73/1459.19	c   313s|  7100 |  4081 |931189 | 129.5 |   661M |  58 |7089 |  11k|8534 |7471 |  1 |2761 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1454.73/1460.15	c   314s|  7200 |  4110 |938142 | 128.6 |   661M |  58 |7089 |  11k|8536 |7574 |  1 |2823 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1455.72/1461.12	c   315s|  7300 |  4137 |946206 | 128.0 |   661M |  58 |7089 |  11k|   0 |7647 |  0 |2891 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1456.91/1462.32	c   316s|  7400 |  4168 |955447 | 127.5 |   661M |  58 |7089 |  11k|   0 |7756 |  0 |2957 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1458.20/1463.62	c   317s|  7500 |  4194 |964463 | 127.0 |   661M |  58 |7089 |  11k|8536 |7903 |  1 |3013 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1459.50/1464.94	c   318s|  7600 |  4254 |971956 | 126.3 |   662M |  58 |7089 |  11k|8537 |8034 |  1 |3035 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1460.79/1466.21	c   320s|  7700 |  4315 |979069 | 125.6 |   662M |  58 |7089 |  11k|8539 |8109 |  2 |3080 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1461.60/1467.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1461.60/1467.06	c   320s|  7800 |  4339 |984302 | 124.7 |   662M |  58 |7089 |  11k|8536 |8188 |  1 |3155 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1462.60/1468.10	c   321s|  7900 |  4392 |990679 | 123.9 |   662M |  58 |7089 |  11k|8536 |8262 |  1 |3179 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1463.98/1469.42	c   323s|  8000 |  4438 |999249 | 123.4 |   662M |  58 |7089 |  11k|8525 |8335 |  1 |3235 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1465.17/1470.66	c   324s|  8100 |  4472 |  1007k| 122.9 |   663M |  58 |7089 |  11k|8540 |8419 |  1 |3289 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1466.27/1471.73	c   325s|  8200 |  4500 |  1014k| 122.3 |   663M |  58 |7089 |  11k|8523 |8493 |  1 |3345 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1467.58/1473.08	c   326s|  8300 |  4542 |  1022k| 121.8 |   663M |  58 |7089 |  11k|   0 |8575 |  0 |3401 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1468.36/1473.89	c   327s|  8400 |  4557 |  1027k| 120.9 |   663M |  58 |7089 |  11k|8522 |8599 |  1 |3456 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1469.57/1475.02	c   328s|  8500 |  4613 |  1035k| 120.5 |   663M |  58 |7089 |  11k|8533 |8709 |  1 |3498 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1470.85/1476.35	c   330s|  8600 |  4654 |  1043k| 120.0 |   664M |  58 |7089 |  11k|8534 |8790 |  1 |3559 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1471.85/1477.37	c   331s|  8700 |  4706 |  1050k| 119.4 |   664M |  58 |7089 |  11k|   0 |8868 |  0 |3624 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1473.24/1478.70	c   332s|  8800 |  4742 |  1057k| 118.8 |   665M |  58 |7089 |  11k|8531 |9005 |  1 |3694 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1473.94/1479.47	c   333s|  8900 |  4759 |  1062k| 118.0 |   665M |  58 |7089 |  11k|8537 |9057 |  1 |3767 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1474.83/1480.40	c   334s|  9000 |  4784 |  1067k| 117.2 |   665M |  58 |7089 |  11k|8540 |9165 |  2 |3847 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1475.93/1481.41	c   335s|  9100 |  4820 |  1075k| 116.9 |   665M |  58 |7089 |  12k|   0 |9244 |  0 |3922 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1477.13/1482.64	c   336s|  9200 |  4862 |  1084k| 116.6 |   665M |  58 |7089 |  12k|8526 |9368 |  1 |4000 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1478.22/1483.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1478.22/1483.70	c   337s|  9300 |  4931 |  1091k| 116.1 |   665M |  58 |7089 |  12k|   0 |9454 |  0 |4034 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1479.02/1484.50	c   338s|  9400 |  4961 |  1096k| 115.4 |   665M |  58 |7089 |  12k|8535 |9507 |  1 |4061 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1480.21/1485.76	c   339s|  9500 |  4996 |  1103k| 114.9 |   665M |  58 |7089 |  12k|8536 |9583 |  1 |4113 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1481.31/1486.83	c   340s|  9600 |  5044 |  1110k| 114.4 |   665M |  58 |7089 |  12k|8536 |9678 |  1 |4162 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1482.21/1487.72	c   341s|  9700 |  5076 |  1117k| 114.0 |   665M |  58 |7089 |  12k|8540 |9753 |  1 |4221 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1483.20/1488.72	c   342s|  9800 |  5091 |  1123k| 113.5 |   665M |  58 |7089 |  12k|8525 |9808 |  1 |4292 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1484.40/1489.90	c   343s|  9900 |  5136 |  1131k| 113.1 |   665M |  58 |7089 |  12k|8537 |9909 |  2 |4336 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1485.29/1490.88	c   344s| 10000 |  5166 |  1138k| 112.7 |   665M |  58 |7089 |  12k|8525 |  10k|  1 |4411 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1486.29/1491.87	c   345s| 10100 |  5200 |  1145k| 112.2 |   665M |  58 |7089 |  12k|8525 |  10k|  1 |4490 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1487.19/1492.74	c   346s| 10200 |  5226 |  1151k| 111.7 |   667M |  58 |7089 |  12k|8526 |  10k|  1 |4548 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1488.50/1494.01	c   347s| 10300 |  5258 |  1158k| 111.3 |   667M |  58 |7089 |  12k|8529 |  10k|  1 |4608 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1489.59/1495.15	c   349s| 10400 |  5302 |  1165k| 110.9 |   667M |  58 |7089 |  12k|8523 |  10k|  1 |4659 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1490.97/1496.58	c   350s| 10500 |  5331 |  1172k| 110.5 |   667M |  58 |7089 |  12k|8537 |  10k|  2 |4706 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1492.17/1497.74	c   351s| 10600 |  5371 |  1178k| 110.0 |   667M |  58 |7089 |  12k|   0 |  10k|  0 |4747 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1493.26/1498.82	c   352s| 10700 |  5424 |  1186k| 109.7 |   667M |  63 |7089 |  12k|8533 |  10k|  1 |4794 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1494.36/1499.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1494.36/1499.96	c   353s| 10800 |  5450 |  1197k| 109.8 |   667M |  63 |7089 |  12k|8532 |  10k|  1 |4875 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1495.65/1501.26	c   355s| 10900 |  5485 |  1206k| 109.6 |   667M |  63 |7089 |  12k|8526 |  10k|  1 |4928 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1496.56/1502.17	c   356s| 11000 |  5504 |  1212k| 109.2 |   667M |  63 |7089 |  12k|8532 |  11k|  1 |5005 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1497.65/1503.20	c   357s| 11100 |  5522 |  1218k| 108.7 |   667M |  63 |7089 |  12k|8529 |  11k|  1 |5072 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1498.46/1504.10	c   357s| 11200 |  5549 |  1224k| 108.2 |   667M |  63 |7089 |  12k|8535 |  11k|  1 |5130 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1499.34/1504.91	c   358s| 11300 |  5567 |  1230k| 107.8 |   667M |  63 |7089 |  12k|   0 |  11k|  0 |5202 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1500.14/1505.78	c   359s| 11400 |  5582 |  1236k| 107.4 |   667M |  63 |7089 |  12k|8529 |  11k|  1 |5227 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1501.33/1507.00	c   360s| 11500 |  5625 |  1243k| 107.1 |   667M |  63 |7089 |  12k|8523 |  11k|  1 |5270 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1502.23/1507.89	c   361s| 11600 |  5655 |  1250k| 106.8 |   667M |  63 |7089 |  12k|8526 |  11k|  1 |5328 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1503.44/1509.03	c   362s| 11700 |  5700 |  1258k| 106.6 |   667M |  63 |7089 |  12k|8537 |  11k|  2 |5361 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1504.32/1509.91	c   363s| 11800 |  5716 |  1265k| 106.2 |   667M |  63 |7089 |  12k|   0 |  11k|  0 |5436 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1505.22/1510.85	c   364s| 11900 |  5741 |  1272k| 105.9 |   668M |  63 |7089 |  12k|   0 |  11k|  0 |5512 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1506.52/1512.16	c   366s| 12000 |  5789 |  1280k| 105.7 |   668M |  63 |7089 |  12k|8528 |  11k|  1 |5566 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1509.00/1514.62	c   368s| 12100 |  5848 |  1288k| 105.5 |   669M |  63 |7089 |  12k|8540 |  11k|  2 |5617 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1509.90/1515.59	c   369s| 12200 |  5885 |  1294k| 105.1 |   669M |  63 |7089 |  12k|8538 |  12k|  1 |5663 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1511.19/1516.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1511.19/1516.81	c   370s| 12300 |  5924 |  1302k| 104.9 |   669M |  63 |7089 |  12k|8532 |  12k|  1 |5713 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1512.40/1518.11	c   371s| 12400 |  5969 |  1309k| 104.6 |   669M |  63 |7089 |  12k|8523 |  12k|  1 |5750 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1513.68/1519.32	c   373s| 12500 |  5996 |  1316k| 104.3 |   669M |  63 |7089 |  12k|   0 |  12k|  0 |5821 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1514.58/1520.28	c   374s| 12600 |  6017 |  1321k| 103.9 |   669M |  63 |7089 |  12k|8535 |  12k|  2 |5880 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1515.58/1521.24	c   375s| 12700 |  6037 |  1328k| 103.7 |   669M |  63 |7089 |  12k|8538 |  12k|  1 |5943 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1516.67/1522.36	c   376s| 12800 |  6069 |  1336k| 103.5 |   669M |  63 |7089 |  12k|8526 |  12k|  1 |5989 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1517.57/1523.27	c   377s| 12900 |  6108 |  1342k| 103.2 |   669M |  63 |7089 |  12k|8528 |  12k|  1 |6055 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1518.67/1524.30	c   378s| 13000 |  6152 |  1350k| 103.0 |   669M |  63 |7089 |  12k|8528 |  12k|  1 |6101 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1519.56/1525.22	c   379s| 13100 |  6185 |  1358k| 102.8 |   669M |  63 |7089 |  12k|8534 |  12k|  1 |6140 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1520.47/1526.14	c   380s| 13200 |  6202 |  1365k| 102.5 |   669M |  63 |7089 |  12k|8538 |  12k|  1 |6212 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1521.47/1527.12	c   381s| 13300 |  6215 |  1373k| 102.4 |   670M |  63 |7089 |  12k|8536 |  13k|  1 |6281 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1522.46/1528.13	c   382s| 13400 |  6237 |  1380k| 102.1 |   670M |  63 |7089 |  12k|8535 |  13k|  1 |6343 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1523.75/1529.48	c   383s| 13500 |  6264 |  1390k| 102.1 |   670M |  63 |7089 |  12k|8529 |  13k|  1 |6386 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1524.74/1530.46	c   384s| 13600 |  6303 |  1397k| 101.9 |   670M |  63 |7089 |  12k|8537 |  13k|  1 |6428 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1525.64/1531.36	c   385s| 13700 |  6325 |  1403k| 101.6 |   670M |  63 |7089 |  12k|8535 |  13k|  1 |6497 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1526.54/1532.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1526.54/1532.28	c   386s| 13800 |  6341 |  1409k| 101.3 |   670M |  63 |7089 |  12k|   0 |  13k|  0 |6572 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1527.53/1533.27	c   387s| 13900 |  6373 |  1416k| 101.0 |   670M |  63 |7089 |  12k|   0 |  13k|  0 |6627 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1529.13/1534.83	c   388s| 14000 |  6409 |  1426k| 101.0 |   671M |  63 |7089 |  12k|8533 |  13k|  1 |6697 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1530.22/1535.95	c   389s| 14100 |  6426 |  1434k| 100.9 |   671M |  63 |7089 |  12k|8535 |  13k|  1 |6734 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1531.33/1537.07	c   390s| 14200 |  6442 |  1441k| 100.6 |   671M |  63 |7089 |  12k|8527 |  13k|  1 |6810 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1532.51/1538.20	c   392s| 14300 |  6484 |  1448k| 100.4 |   671M |  63 |7089 |  12k|8526 |  13k|  1 |6850 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1533.61/1539.34	c   393s| 14400 |  6522 |  1456k| 100.3 |   671M |  63 |7089 |  12k|8525 |  14k|  1 |6893 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1535.10/1540.87	c   394s| 14500 |  6558 |  1465k| 100.2 |   671M |  63 |7089 |  12k|8527 |  14k|  1 |6949 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1536.31/1542.03	c   395s| 14600 |  6602 |  1472k| 100.0 |   671M |  63 |7089 |  12k|8535 |  14k|  1 |6996 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1537.41/1543.18	c   397s| 14700 |  6647 |  1479k|  99.8 |   671M |  63 |7089 |  12k|8527 |  14k|  1 |7050 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1538.49/1544.20	c   398s| 14800 |  6696 |  1485k|  99.6 |   671M |  63 |7089 |  12k|   0 |  14k|  0 |7114 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1539.40/1545.15	c   399s| 14900 |  6716 |  1491k|  99.3 |   672M |  63 |7089 |  12k|8534 |  14k|  1 |7169 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1540.40/1546.14	c   400s| 15000 |  6762 |  1498k|  99.1 |   672M |  63 |7089 |  12k|8536 |  14k|  1 |7208 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1541.29/1547.04	c   400s| 15100 |  6802 |  1503k|  98.8 |   672M |  63 |7089 |  12k|   0 |  14k|  0 |7274 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1542.29/1548.04	c   401s| 15200 |  6853 |  1510k|  98.6 |   672M |  63 |7089 |  12k|8534 |  14k|  1 |7324 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1543.29/1549.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1543.29/1549.07	c   402s| 15300 |  6897 |  1517k|  98.4 |   672M |  63 |7089 |  12k|8528 |  14k|  1 |7371 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1544.38/1550.17	c   404s| 15400 |  6928 |  1525k|  98.2 |   672M |  63 |7089 |  12k|8534 |  15k|  1 |7450 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1545.16/1550.97	c   404s| 15500 |  6951 |  1530k|  97.9 |   672M |  63 |7089 |  12k|8535 |  15k|  1 |7514 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1546.37/1552.19	c   406s| 15600 |  6990 |  1538k|  97.8 |   672M |  63 |7089 |  12k|8535 |  15k|  1 |7544 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1547.27/1553.05	c   406s| 15700 |  7008 |  1544k|  97.6 |   673M |  63 |7089 |  13k|8537 |  15k|  1 |7588 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1548.45/1554.22	c   408s| 15800 |  7023 |  1550k|  97.4 |   673M |  63 |7089 |  12k|   0 |  15k|  0 |7682 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1549.85/1555.61	c   409s| 15900 |  7061 |  1558k|  97.3 |   673M |  63 |7089 |  12k|8529 |  15k|  1 |7762 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1551.04/1556.85	c   410s| 16000 |  7080 |  1565k|  97.1 |   673M |  63 |7089 |  12k|8535 |  15k|  1 |7816 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1552.04/1557.85	c   411s| 16100 |  7115 |  1572k|  97.0 |   673M |  63 |7089 |  12k|8531 |  15k|  1 |7887 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1553.25/1559.03	c   412s| 16200 |  7146 |  1580k|  96.8 |   673M |  63 |7089 |  12k|8529 |  15k|  1 |7945 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1554.24/1560.08	c   413s| 16300 |  7187 |  1589k|  96.8 |   673M |  63 |7089 |  12k|8531 |  15k|  1 |7980 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1555.24/1561.09	c   414s| 16400 |  7215 |  1597k|  96.7 |   674M |  63 |7089 |  12k|8539 |  15k|  1 |8055 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1556.52/1562.33	c   416s| 16500 |  7249 |  1604k|  96.5 |   674M |  63 |7089 |  12k|8538 |  15k|  1 |8108 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1557.42/1563.24	c   417s| 16600 |  7264 |  1610k|  96.3 |   674M |  63 |7089 |  12k|8529 |  16k|  1 |8180 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1558.41/1564.20	c   418s| 16700 |  7288 |  1617k|  96.1 |   674M |  63 |7089 |  12k|8527 |  16k|  1 |8231 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1559.61/1565.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1559.61/1565.43	c   419s| 16800 |  7341 |  1625k|  96.0 |   674M |  63 |7089 |  12k|8537 |  16k|  1 |8263 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1560.71/1566.55	c   420s| 16900 |  7372 |  1632k|  95.9 |   674M |  63 |7089 |  12k|   0 |  16k|  0 |8324 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1562.10/1568.00	c   421s| 17000 |  7424 |  1643k|  96.0 |   674M |  63 |7089 |  12k|8517 |  16k|  1 |8355 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1563.40/1569.24	c   423s| 17100 |  7492 |  1651k|  95.9 |   674M |  63 |7089 |  12k|8540 |  16k|  1 |8383 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1564.39/1570.25	c   424s| 17200 |  7533 |  1658k|  95.7 |   674M |  63 |7089 |  12k|8539 |  16k|  1 |8436 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1565.69/1571.53	c   425s| 17300 |  7584 |  1667k|  95.7 |   675M |  63 |7089 |  12k|8534 |  16k|  1 |8485 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1566.88/1572.78	c   426s| 17400 |  7630 |  1676k|  95.7 |   675M |  63 |7089 |  12k|8536 |  16k|  1 |8547 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1567.88/1573.75	c   427s| 17500 |  7666 |  1682k|  95.5 |   675M |  63 |7089 |  12k|8527 |  17k|  1 |8621 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1569.19/1575.05	c   428s| 17600 |  7707 |  1691k|  95.4 |   676M |  63 |7089 |  12k|8541 |  17k|  2 |8685 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1570.08/1575.98	c   429s| 17700 |  7733 |  1698k|  95.3 |   676M |  63 |7089 |  12k|8538 |  17k|  2 |8723 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1571.29/1577.15	c   431s| 17800 |  7777 |  1706k|  95.2 |   676M |  63 |7089 |  12k|8533 |  17k|  1 |8780 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1572.28/1578.17	c   432s| 17900 |  7805 |  1712k|  95.0 |   676M |  63 |7089 |  12k|8534 |  17k|  1 |8829 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1573.56/1579.40	c   433s| 18000 |  7844 |  1722k|  95.0 |   676M |  63 |7089 |  12k|8533 |  17k|  1 |8905 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1574.36/1580.29	c   434s| 18100 |  7888 |  1728k|  94.8 |   677M |  63 |7089 |  12k|8535 |  17k|  1 |8949 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1575.36/1581.29	c   435s| 18200 |  7903 |  1734k|  94.7 |   677M |  63 |7089 |  12k|8532 |  17k|  1 |9014 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1576.55/1582.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1576.55/1582.49	c   436s| 18300 |  7923 |  1742k|  94.5 |   677M |  63 |7089 |  12k|   0 |  17k|  0 |9088 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1577.95/1583.87	c   437s| 18400 |  7962 |  1749k|  94.4 |   677M |  63 |7089 |  12k|8528 |  17k|  1 |9142 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1579.25/1585.13	c   439s| 18500 |  8003 |  1756k|  94.3 |   677M |  63 |7089 |  12k|8535 |  17k|  1 |9194 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1580.43/1586.30	c   440s| 18600 |  8047 |  1764k|  94.2 |   677M |  63 |7089 |  12k|8536 |  18k|  1 |9242 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1581.83/1587.75	c   441s| 18700 |  8080 |  1772k|  94.1 |   677M |  63 |7089 |  12k|8531 |  18k|  1 |9311 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1582.62/1588.59	c   442s| 18800 |  8099 |  1779k|  94.0 |   677M |  63 |7089 |  12k|   0 |  18k|  0 |9373 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1583.92/1589.89	c   443s| 18900 |  8129 |  1787k|  94.0 |   677M |  63 |7089 |  12k|8538 |  18k|  2 |9419 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1584.92/1590.84	c   444s| 19000 |  8154 |  1795k|  93.8 |   677M |  63 |7089 |  12k|   0 |  18k|  0 |9460 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1585.91/1591.83	c   445s| 19100 |  8172 |  1802k|  93.7 |   679M |  63 |7089 |  12k|8538 |  18k|  1 |9517 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1586.71/1592.67	c   446s| 19200 |  8193 |  1808k|  93.5 |   679M |  63 |7089 |  12k|8529 |  18k|  1 |9584 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1587.51/1593.44	c   447s| 19300 |  8210 |  1812k|  93.3 |   679M |  63 |7089 |  12k|   0 |  18k|  0 |9684 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1588.70/1594.67	c   448s| 19400 |  8254 |  1821k|  93.3 |   679M |  63 |7089 |  12k|   0 |  18k|  0 |9748 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1589.80/1595.74	c   449s| 19500 |  8285 |  1832k|  93.4 |   679M |  63 |7089 |  12k|8523 |  18k|  1 |9794 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1590.99/1596.94	c   450s| 19600 |  8317 |  1842k|  93.4 |   679M |  63 |7089 |  12k|8533 |  18k|  1 |9866 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1592.39/1598.37	c   452s| 19700 |  8353 |  1851k|  93.4 |   679M |  63 |7089 |  12k|8523 |  19k|  1 |9909 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1593.48/1599.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1593.48/1599.40	c   453s| 19800 |  8371 |  1860k|  93.4 |   679M |  63 |7089 |  12k|8532 |  19k|  1 |9959 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1594.58/1600.51	c   454s| 19900 |  8387 |  1868k|  93.3 |   679M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1595.38/1601.38	c   455s| 20000 |  8407 |  1874k|  93.1 |   679M |  63 |7089 |  12k|8537 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1596.47/1602.45	c   456s| 20100 |  8452 |  1881k|  93.0 |   679M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1597.37/1603.39	c   457s| 20200 |  8469 |  1888k|  92.9 |   679M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1598.46/1604.41	c   458s| 20300 |  8484 |  1894k|  92.8 |   679M |  63 |7089 |  12k|8535 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1599.17/1605.19	c   459s| 20400 |  8498 |  1900k|  92.6 |   679M |  63 |7089 |  12k|8529 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1600.07/1606.10	c   459s| 20500 |  8553 |  1905k|  92.4 |   679M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1601.07/1607.10	c   460s| 20600 |  8600 |  1912k|  92.2 |   679M |  63 |7089 |  12k|8539 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1601.95/1607.93	c   461s| 20700 |  8642 |  1916k|  92.0 |   679M |  63 |7089 |  12k|8538 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1602.75/1608.74	c   462s| 20800 |  8683 |  1921k|  91.8 |   680M |  63 |7089 |  12k|8529 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1603.44/1609.42	c   463s| 20900 |  8690 |  1925k|  91.6 |   680M |  63 |7089 |  12k|8529 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1604.44/1610.44	c   464s| 21000 |  8714 |  1931k|  91.4 |   680M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1608.43/1614.46	c   468s| 21100 |  8743 |  1936k|  91.2 |   680M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1609.23/1615.25	c   469s| 21200 |  8773 |  1941k|  91.0 |   681M |  63 |7089 |  12k|   0 |  20k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1610.04/1616.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1610.04/1616.05	c   469s| 21300 |  8797 |  1946k|  90.8 |   681M |  63 |7089 |  12k|   0 |  20k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1610.82/1616.85	c   470s| 21400 |  8816 |  1951k|  90.6 |   681M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1611.62/1617.66	c   471s| 21500 |  8835 |  1956k|  90.5 |   681M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1612.62/1618.62	c   472s| 21600 |  8868 |  1962k|  90.3 |   681M |  63 |7089 |  12k|8533 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1613.41/1619.47	c   473s| 21700 |  8882 |  1967k|  90.1 |   681M |  63 |7089 |  12k|8537 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1614.51/1620.52	c   474s| 21800 |  8908 |  1973k|  90.0 |   681M |  63 |7089 |  12k|8534 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1615.80/1621.89	c   475s| 21900 |  8961 |  1982k|  90.0 |   681M |  63 |7089 |  12k|8534 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1616.80/1622.84	c   476s| 22000 |  8984 |  1989k|  89.9 |   681M |  63 |7089 |  12k|8526 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1617.80/1623.82	c   477s| 22100 |  9008 |  1997k|  89.8 |   681M |  63 |7089 |  12k|8536 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1618.89/1624.93	c   478s| 22200 |  9030 |  2004k|  89.7 |   681M |  63 |7089 |  12k|8534 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1620.00/1626.06	c   479s| 22300 |  9061 |  2011k|  89.7 |   681M |  63 |7089 |  12k|8527 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1620.88/1626.90	c   480s| 22400 |  9086 |  2018k|  89.6 |   681M |  63 |7089 |  12k|8527 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1621.68/1627.73	c   481s| 22500 |  9116 |  2023k|  89.4 |   681M |  63 |7089 |  12k|8536 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1622.68/1628.76	c   482s| 22600 |  9133 |  2030k|  89.3 |   681M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1623.98/1630.05	c   483s| 22700 |  9182 |  2038k|  89.3 |   682M |  63 |7089 |  12k|8533 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1625.08/1631.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1625.08/1631.14	c   485s| 22800 |  9224 |  2043k|  89.1 |   682M |  63 |7089 |  12k|8532 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1626.36/1632.43	c   486s| 22900 |  9263 |  2051k|  89.0 |   682M |  63 |7089 |  12k|8526 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1627.36/1633.44	c   487s| 23000 |  9312 |  2056k|  88.9 |   682M |  63 |7089 |  12k|8526 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1628.55/1634.65	c   488s| 23100 |  9338 |  2063k|  88.8 |   682M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1629.55/1635.67	c   489s| 23200 |  9353 |  2069k|  88.7 |   683M |  63 |7089 |  12k|8534 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1630.35/1636.49	c   490s| 23300 |  9391 |  2074k|  88.5 |   683M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1631.34/1637.41	c   491s| 23400 |  9421 |  2080k|  88.4 |   683M |  63 |7089 |  12k|8532 |  22k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1632.24/1638.33	c   492s| 23500 |  9467 |  2087k|  88.3 |   683M |  63 |7089 |  12k|   0 |  22k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1633.05/1639.15	c   493s| 23600 |  9492 |  2092k|  88.1 |   683M |  63 |7089 |  12k|8532 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1633.83/1639.97	c   493s| 23700 |  9512 |  2097k|  88.0 |   683M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1634.63/1640.73	c   494s| 23800 |  9527 |  2101k|  87.8 |   683M |  63 |7089 |  12k|8533 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1635.43/1641.53	c   495s| 23900 |  9551 |  2106k|  87.6 |   683M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1636.42/1642.52	c   496s| 24000 |  9593 |  2112k|  87.5 |   683M |  63 |7089 |  12k|8526 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1637.22/1643.31	c   497s| 24100 |  9608 |  2117k|  87.4 |   683M |  63 |7089 |  12k|8534 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1637.93/1644.07	c   497s| 24200 |  9616 |  2122k|  87.2 |   683M |  63 |7089 |  12k|8536 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1639.02/1645.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1639.02/1645.12	c   499s| 24300 |  9662 |  2130k|  87.2 |   684M |  63 |7089 |  12k|8539 |  22k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1640.02/1646.13	c   500s| 24400 |  9694 |  2137k|  87.1 |   684M |  63 |7089 |  12k|   0 |  22k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1641.02/1647.19	c   501s| 24500 |  9722 |  2144k|  87.0 |   684M |  63 |7089 |  12k|8538 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1641.91/1648.06	c   501s| 24600 |  9741 |  2148k|  86.8 |   684M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1642.91/1649.09	c   502s| 24700 |  9788 |  2154k|  86.8 |   684M |  63 |7089 |  11k|8535 |  23k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1644.39/1650.59	c   504s| 24800 |  9832 |  2161k|  86.7 |   684M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1646.18/1652.32	c   506s| 24900 |  9880 |  2170k|  86.7 |   684M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1647.48/1653.65	c   507s| 25000 |  9903 |  2178k|  86.6 |   684M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1648.77/1655.00	c   508s| 25100 |  9929 |  2187k|  86.7 |   684M |  63 |7089 |  11k|8540 |  23k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1649.57/1655.76	c   509s| 25200 |  9934 |  2192k|  86.5 |   684M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1650.67/1656.81	c   510s| 25300 |  9953 |  2197k|  86.4 |   685M |  63 |7089 |  11k|   0 |  23k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1651.56/1657.75	c   511s| 25400 |  9975 |  2203k|  86.3 |   685M |  63 |7089 |  11k|8533 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1652.36/1658.58	c   512s| 25500 | 10005 |  2210k|  86.2 |   685M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1653.26/1659.49	c   513s| 25600 | 10027 |  2218k|  86.2 |   685M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1654.25/1660.40	c   514s| 25700 | 10056 |  2223k|  86.1 |   685M |  69 |7089 |  11k|8529 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1655.15/1661.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1655.15/1661.38	c   515s| 25800 | 10090 |  2230k|  86.0 |   685M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1655.96/1662.18	c   516s| 25900 | 10105 |  2236k|  85.9 |   685M |  69 |7089 |  11k|8529 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1656.74/1662.94	c   516s| 26000 | 10128 |  2241k|  85.8 |   685M |  69 |7089 |  11k|8538 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1657.54/1663.78	c   517s| 26100 | 10134 |  2247k|  85.7 |   685M |  69 |7089 |  11k|8537 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1658.64/1664.82	c   518s| 26200 | 10144 |  2254k|  85.6 |   686M |  69 |7089 |  11k|8532 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1659.73/1665.94	c   519s| 26300 | 10172 |  2259k|  85.5 |   686M |  69 |7089 |  11k|8537 |  24k|  2 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1660.43/1666.67	c   520s| 26400 | 10178 |  2263k|  85.3 |   686M |  69 |7089 |  11k|8539 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1661.52/1667.75	c   521s| 26500 | 10203 |  2269k|  85.2 |   686M |  69 |7089 |  11k|8538 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1662.52/1668.79	c   522s| 26600 | 10216 |  2275k|  85.1 |   686M |  69 |7089 |  11k|8534 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1663.42/1669.67	c   523s| 26700 | 10235 |  2281k|  85.0 |   686M |  69 |7089 |  11k|8535 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1664.41/1670.60	c   524s| 26800 | 10248 |  2288k|  84.9 |   686M |  69 |7089 |  11k|8539 |  24k|  2 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1665.51/1671.76	c   525s| 26900 | 10293 |  2294k|  84.9 |   686M |  69 |7089 |  11k|8526 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1666.41/1672.69	c   526s| 27000 | 10320 |  2299k|  84.7 |   686M |  69 |7089 |  11k|8531 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1667.30/1673.50	c   527s| 27100 | 10329 |  2305k|  84.6 |   686M |  69 |7089 |  11k|8537 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1668.10/1674.38	c   528s| 27200 | 10349 |  2310k|  84.5 |   686M |  69 |7089 |  11k|8530 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1669.20/1675.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1669.20/1675.47	c   529s| 27300 | 10372 |  2317k|  84.4 |   686M |  69 |7089 |  11k|   0 |  25k|  0 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1670.19/1676.46	c   530s| 27400 | 10400 |  2322k|  84.3 |   686M |  69 |7089 |  11k|8523 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1671.29/1677.51	c   531s| 27500 | 10427 |  2329k|  84.3 |   686M |  69 |7089 |  11k|8529 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1672.08/1678.30	c   532s| 27600 | 10437 |  2334k|  84.2 |   686M |  69 |7089 |  11k|8535 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1673.08/1679.31	c   533s| 27700 | 10479 |  2340k|  84.1 |   686M |  69 |7089 |  11k|   0 |  25k|  0 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1673.98/1680.21	c   534s| 27800 | 10496 |  2347k|  84.0 |   686M |  69 |7089 |  11k|8526 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1674.97/1681.22	c   535s| 27900 | 10512 |  2354k|  84.0 |   686M |  69 |7089 |  11k|8536 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1676.07/1682.38	c   536s| 28000 | 10541 |  2360k|  83.9 |   687M |  69 |7089 |  10k|8533 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1676.78/1683.10	c   536s| 28100 | 10551 |  2365k|  83.7 |   687M |  69 |7089 |  10k|8540 |  25k|  2 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1677.88/1684.17	c   538s| 28200 | 10573 |  2370k|  83.7 |   687M |  69 |7089 |  11k|   0 |  25k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1678.87/1685.13	c   539s| 28300 | 10588 |  2375k|  83.5 |   687M |  69 |7089 |  11k|8526 |  25k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1679.95/1686.29	c   540s| 28400 | 10613 |  2382k|  83.5 |   687M |  69 |7089 |  10k|8527 |  25k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1681.15/1687.41	c   541s| 28500 | 10633 |  2389k|  83.4 |   688M |  69 |7089 |  10k|   0 |  25k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1682.05/1688.33	c   542s| 28600 | 10652 |  2395k|  83.3 |   688M |  69 |7089 |  10k|8532 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1683.14/1689.46	c   543s| 28700 | 10692 |  2403k|  83.3 |   688M |  69 |7089 |  10k|8534 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1684.54/1690.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1684.54/1690.83	c   544s| 28800 | 10745 |  2412k|  83.3 |   688M |  69 |7089 |  10k|8531 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1685.75/1692.03	c   545s| 28900 | 10781 |  2419k|  83.3 |   688M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1686.93/1693.20	c   547s| 29000 | 10819 |  2428k|  83.3 |   688M |  69 |7089 |  10k|8539 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1688.02/1694.35	c   548s| 29100 | 10835 |  2434k|  83.3 |   688M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1689.52/1695.84	c   549s| 29200 | 10881 |  2441k|  83.2 |   688M |  69 |7089 |  10k|8537 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1690.61/1696.97	c   550s| 29300 | 10928 |  2447k|  83.1 |   688M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1691.51/1697.82	c   551s| 29400 | 10949 |  2453k|  83.0 |   688M |  69 |7089 |  10k|8539 |  26k|  2 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1692.51/1698.86	c   552s| 29500 | 10986 |  2459k|  83.0 |   688M |  69 |7089 |  10k|8537 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1694.00/1700.31	c   554s| 29600 | 11021 |  2467k|  83.0 |   688M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1695.20/1701.56	c   555s| 29700 | 11054 |  2475k|  83.0 |   688M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1696.49/1702.86	c   556s| 29800 | 11090 |  2483k|  82.9 |   688M |  69 |7089 |  10k|8525 |  27k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1697.99/1704.31	c   558s| 29900 | 11135 |  2491k|  82.9 |   690M |  69 |7089 |  10k|   0 |  27k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1699.58/1705.93	c   559s| 30000 | 11163 |  2500k|  83.0 |   690M |  69 |7089 |  10k|8536 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1700.88/1707.28	c   561s| 30100 | 11197 |  2508k|  82.9 |   690M |  69 |7089 |  10k|8534 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1702.37/1708.77	c   562s| 30200 | 11210 |  2515k|  82.9 |   690M |  69 |7089 |  10k|8525 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1703.68/1710.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1703.68/1710.03	c   563s| 30300 | 11228 |  2522k|  82.9 |   690M |  69 |7089 |  10k|8537 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1704.56/1711.01	c   564s| 30400 | 11238 |  2529k|  82.8 |   690M |  69 |7089 |  10k|8525 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1705.86/1712.28	c   566s| 30500 | 11260 |  2536k|  82.8 |   690M |  69 |7089 |  10k|8539 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1707.66/1714.02	c   567s| 30600 | 11304 |  2545k|  82.8 |   690M |  69 |7089 |  10k|8535 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1708.85/1715.22	c   569s| 30700 | 11319 |  2551k|  82.7 |   690M |  69 |7089 |  10k|8532 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1709.94/1716.39	c   570s| 30800 | 11346 |  2558k|  82.7 |   690M |  69 |7089 |  11k|8525 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1711.23/1717.62	c   571s| 30900 | 11385 |  2567k|  82.7 |   690M |  69 |7089 |  10k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1712.33/1718.71	c   572s| 31000 | 11393 |  2574k|  82.7 |   690M |  69 |7089 |  11k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1713.73/1720.13	c   574s| 31100 | 11406 |  2581k|  82.6 |   690M |  69 |7089 |  10k|8525 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1714.92/1721.33	c   575s| 31200 | 11429 |  2589k|  82.6 |   690M |  69 |7089 |  10k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1716.21/1722.60	c   576s| 31300 | 11467 |  2597k|  82.6 |   690M |  69 |7089 |  10k|8531 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1717.01/1723.41	c   577s| 31400 | 11475 |  2602k|  82.5 |   690M |  69 |7089 |  11k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1717.81/1724.21	c   578s| 31500 | 11472 |  2608k|  82.4 |   690M |  69 |7089 |  10k|8535 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1718.62/1725.05	c   578s| 31600 | 11497 |  2613k|  82.3 |   690M |  69 |7089 |  10k|   0 |  28k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1719.80/1726.23	c   580s| 31700 | 11517 |  2619k|  82.3 |   690M |  69 |7089 |  10k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1720.99/1727.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1720.99/1727.44	c   581s| 31800 | 11535 |  2626k|  82.2 |   690M |  69 |7089 |  10k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1722.09/1728.50	c   582s| 31900 | 11558 |  2632k|  82.2 |   690M |  69 |7089 |  11k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1722.99/1729.48	c   583s| 32000 | 11586 |  2638k|  82.1 |   690M |  69 |7089 |  10k|8535 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1724.08/1730.55	c   584s| 32100 | 11601 |  2645k|  82.0 |   690M |  69 |7089 |  10k|8534 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1725.38/1731.87	c   585s| 32200 | 11632 |  2651k|  82.0 |   691M |  69 |7089 |  11k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1726.27/1732.73	c   586s| 32300 | 11667 |  2656k|  81.9 |   691M |  69 |7089 |  11k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1727.47/1733.91	c   587s| 32400 | 11683 |  2662k|  81.8 |   691M |  69 |7089 |  11k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1728.59/1735.07	c   588s| 32500 | 11732 |  2670k|  81.8 |   693M |  69 |7089 |  10k|8530 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1729.68/1736.19	c   590s| 32600 | 11774 |  2677k|  81.8 |   693M |  69 |7089 |  10k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1730.68/1737.18	c   591s| 32700 | 11796 |  2683k|  81.7 |   693M |  69 |7089 |  10k|8531 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1731.68/1738.14	c   592s| 32800 | 11823 |  2689k|  81.6 |   693M |  69 |7089 |  10k|8535 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1732.57/1739.09	c   592s| 32900 | 11846 |  2695k|  81.6 |   693M |  69 |7089 |  10k|8534 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1733.67/1740.19	c   594s| 33000 | 11877 |  2700k|  81.5 |   693M |  69 |7089 |  10k|   0 |  30k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1734.75/1741.22	c   595s| 33100 | 11896 |  2706k|  81.4 |   693M |  69 |7089 |  10k|8540 |  30k|  2 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1735.75/1742.27	c   596s| 33200 | 11957 |  2713k|  81.4 |   693M |  69 |7089 |  10k|   0 |  30k|  0 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1736.66/1743.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1736.66/1743.17	c   597s| 33300 | 11976 |  2718k|  81.3 |   693M |  69 |7089 |  10k|8534 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1737.65/1744.13	c   598s| 33400 | 12013 |  2724k|  81.2 |   693M |  69 |7089 |  10k|8544 |  30k|  2 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1738.55/1745.04	c   598s| 33500 | 12058 |  2729k|  81.1 |   693M |  69 |7089 |  10k|8535 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1739.43/1746.00	c   599s| 33600 | 12088 |  2737k|  81.1 |   693M |  69 |7089 |  10k|8538 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1740.23/1746.76	c   600s| 33700 | 12117 |  2741k|  81.0 |   694M |  69 |7089 |  10k|8536 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1741.13/1747.65	c   601s| 33800 | 12139 |  2747k|  80.9 |   694M |  69 |7089 |  11k|8535 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1742.02/1748.50	c   602s| 33900 | 12165 |  2752k|  80.8 |   694M |  69 |7089 |  11k|8532 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1742.82/1749.36	c   603s| 34000 | 12172 |  2758k|  80.8 |   694M |  69 |7089 |  11k|8525 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1743.82/1750.36	c   604s| 34100 | 12191 |  2765k|  80.8 |   694M |  69 |7089 |  10k|8526 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1744.53/1751.10	c   604s| 34200 | 12212 |  2771k|  80.7 |   694M |  69 |7089 |  11k|8535 |  31k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1745.81/1752.32	c   606s| 34300 | 12245 |  2780k|  80.7 |   694M |  69 |7089 |  11k|   0 |  31k|  0 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1746.71/1753.29	c   607s| 34400 | 12258 |  2787k|  80.7 |   694M |  69 |7089 |  11k|8533 |  31k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1747.52/1754.08	c   607s| 34500 | 12260 |  2794k|  80.6 |   694M |  69 |7089 |  11k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1748.40/1754.96	c   608s| 34600 | 12275 |  2800k|  80.6 |   694M |  69 |7089 |  11k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1749.69/1756.23	c   610s| 34700 | 12296 |  2807k|  80.6 |   694M |  69 |7089 |  10k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1750.79/1757.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1750.79/1757.38	c   611s| 34800 | 12331 |  2814k|  80.5 |   695M |  69 |7089 |  10k|8536 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1752.28/1758.85	c   612s| 34900 | 12360 |  2820k|  80.5 |   695M |  69 |7089 |  10k|8536 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1753.38/1759.91	c   613s| 35000 | 12384 |  2826k|  80.4 |   695M |  69 |7089 |  11k|8535 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1754.38/1760.93	c   614s| 35100 | 12397 |  2832k|  80.4 |   695M |  69 |7089 |  10k|8540 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1755.37/1761.96	c   615s| 35200 | 12417 |  2838k|  80.3 |   695M |  69 |7089 |  10k|8532 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1756.37/1762.97	c   616s| 35300 | 12441 |  2845k|  80.3 |   695M |  69 |7089 |  10k|8536 |  32k|  2 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1757.76/1764.39	c   618s| 35400 | 12479 |  2851k|  80.2 |   695M |  69 |7089 |  10k|8533 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1758.86/1765.49	c   619s| 35500 | 12505 |  2859k|  80.2 |   695M |  69 |7089 |  10k|8534 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1759.76/1766.30	c   620s| 35600 | 12509 |  2864k|  80.1 |   695M |  69 |7089 |  10k|8534 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1760.95/1767.58	c   621s| 35700 | 12532 |  2871k|  80.1 |   695M |  69 |7089 |  10k|8535 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1761.75/1768.39	c   622s| 35800 | 12555 |  2876k|  80.0 |   695M |  69 |7089 |  10k|8528 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1762.65/1769.21	c   623s| 35900 | 12565 |  2881k|  79.9 |   695M |  69 |7089 |  10k|   0 |  32k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1763.34/1769.95	c   623s| 36000 | 12569 |  2886k|  79.8 |   695M |  69 |7089 |  10k|   0 |  32k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1766.33/1772.91	c   626s| 36100 | 12580 |  2891k|  79.8 |   695M |  69 |7089 |  10k|8534 |  32k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1767.03/1773.68	c   627s| 36200 | 12582 |  2896k|  79.7 |   695M |  69 |7089 |  11k|   0 |  32k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1768.13/1774.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1768.13/1774.75	c   628s| 36300 | 12607 |  2904k|  79.7 |   696M |  69 |7089 |  10k|8537 |  32k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1769.12/1775.71	c   629s| 36400 | 12627 |  2909k|  79.6 |   696M |  69 |7089 |  10k|8540 |  32k|  2 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1770.12/1776.71	c   630s| 36500 | 12661 |  2917k|  79.6 |   696M |  69 |7089 |  10k|8533 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1771.11/1777.73	c   631s| 36600 | 12680 |  2923k|  79.5 |   696M |  69 |7089 |  10k|8530 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1772.42/1779.05	c   632s| 36700 | 12723 |  2930k|  79.5 |   696M |  69 |7089 |  10k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1773.42/1780.08	c   633s| 36800 | 12746 |  2936k|  79.5 |   696M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1774.41/1781.07	c   634s| 36900 | 12759 |  2942k|  79.4 |   696M |  69 |7089 |  11k|8538 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1775.20/1781.88	c   635s| 37000 | 12782 |  2947k|  79.3 |   696M |  69 |7089 |  11k|8531 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1776.09/1782.78	c   636s| 37100 | 12816 |  2954k|  79.3 |   696M |  69 |7089 |  11k|8530 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1776.89/1783.55	c   637s| 37200 | 12837 |  2960k|  79.2 |   696M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1777.89/1784.51	c   638s| 37300 | 12859 |  2964k|  79.2 |   696M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1778.98/1785.61	c   639s| 37400 | 12890 |  2970k|  79.1 |   696M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1779.98/1786.62	c   640s| 37500 | 12895 |  2977k|  79.1 |   697M |  69 |7089 |  11k|   0 |  33k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1780.88/1787.55	c   641s| 37600 | 12929 |  2984k|  79.1 |   697M |  69 |7089 |  11k|   0 |  33k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1781.67/1788.31	c   642s| 37700 | 12936 |  2991k|  79.0 |   697M |  69 |7089 |  11k|8531 |  33k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1782.67/1789.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1782.67/1789.31	c   643s| 37800 | 12985 |  2999k|  79.0 |   697M |  69 |7089 |  11k|8522 |  33k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1783.57/1790.22	c   644s| 37900 | 13010 |  3005k|  79.0 |   697M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1784.48/1791.14	c   645s| 38000 | 13033 |  3012k|  79.0 |   697M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1785.26/1791.92	c   645s| 38100 | 13043 |  3016k|  78.9 |   697M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1786.06/1792.74	c   646s| 38200 | 13049 |  3021k|  78.8 |   697M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1787.05/1793.77	c   647s| 38300 | 13083 |  3027k|  78.7 |   698M |  69 |7089 |  11k|8535 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1787.95/1794.68	c   648s| 38400 | 13108 |  3033k|  78.7 |   698M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1788.85/1795.54	c   649s| 38500 | 13111 |  3040k|  78.7 |   698M |  69 |7089 |  11k|8536 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1789.94/1796.68	c   650s| 38600 | 13148 |  3049k|  78.7 |   698M |  69 |7089 |  11k|8536 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1791.35/1798.04	c   651s| 38700 | 13193 |  3056k|  78.7 |   698M |  69 |7089 |  11k|8540 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1792.53/1799.22	c   653s| 38800 | 13233 |  3063k|  78.7 |   698M |  69 |7089 |  11k|8525 |  34k|  1 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1793.44/1800.11	c   654s| 38900 | 13258 |  3069k|  78.6 |   698M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1794.52/1801.21	c   655s| 39000 | 13271 |  3075k|  78.5 |   698M |  69 |7089 |  11k|   0 |  34k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1795.43/1802.11	c   656s| 39100 | 13285 |  3080k|  78.5 |   698M |  69 |7089 |  11k|8536 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1796.12/1802.86	c   656s| 39200 | 13287 |  3085k|  78.4 |   698M |  69 |7089 |  11k|8525 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1797.02/1803.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1797.02/1803.73	c   657s| 39300 | 13307 |  3091k|  78.4 |   698M |  69 |7089 |  11k|8537 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1797.81/1804.57	c   658s| 39400 | 13314 |  3096k|  78.3 |   698M |  69 |7089 |  11k|8539 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1798.61/1805.32	c   659s| 39500 | 13313 |  3101k|  78.2 |   698M |  69 |7089 |  11k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1799.61/1806.34	c   660s| 39600 | 13333 |  3107k|  78.2 |   698M |  69 |7089 |  11k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1800.60/1807.35	c   661s| 39700 | 13351 |  3115k|  78.2 |   698M |  69 |7089 |  11k|8529 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1802.00/1808.74	c   662s| 39800 | 13405 |  3122k|  78.2 |   698M |  69 |7089 |  10k|8534 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1803.19/1809.95	c   663s| 39900 | 13437 |  3129k|  78.1 |   698M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1804.30/1811.05	c   664s| 40000 | 13464 |  3137k|  78.1 |   698M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1805.18/1811.93	c   665s| 40100 | 13483 |  3142k|  78.1 |   699M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1806.08/1812.81	c   666s| 40200 | 13504 |  3148k|  78.0 |   699M |  69 |7089 |  10k|8536 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1807.08/1813.85	c   667s| 40300 | 13520 |  3155k|  78.0 |   699M |  69 |7089 |  10k|8526 |  35k|  1 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1808.17/1814.95	c   668s| 40400 | 13544 |  3162k|  78.0 |   699M |  69 |7089 |  10k|   0 |  35k|  0 |  22k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1808.97/1815.74	c   669s| 40500 | 13557 |  3167k|  77.9 |   699M |  69 |7089 |  10k|   0 |  35k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1809.67/1816.44	c   670s| 40600 | 13563 |  3172k|  77.9 |   699M |  69 |7089 |  10k|8538 |  35k|  2 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1810.38/1817.17	c   671s| 40700 | 13574 |  3178k|  77.8 |   700M |  69 |7089 |  10k|8532 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1811.27/1818.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1811.27/1818.05	c   671s| 40800 | 13587 |  3184k|  77.7 |   700M |  69 |7089 |  11k|8532 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1811.96/1818.72	c   672s| 40900 | 13589 |  3188k|  77.7 |   700M |  69 |7089 |  11k|8535 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1812.56/1819.38	c   673s| 41000 | 13587 |  3193k|  77.6 |   700M |  69 |7089 |  11k|   0 |  36k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1813.75/1820.54	c   674s| 41100 | 13601 |  3200k|  77.6 |   700M |  69 |7089 |  11k|   0 |  36k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1814.85/1821.60	c   675s| 41200 | 13620 |  3206k|  77.5 |   701M |  69 |7089 |  11k|   0 |  36k|  0 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1815.84/1822.66	c   676s| 41300 | 13630 |  3212k|  77.5 |   701M |  69 |7089 |  10k|8535 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1817.04/1823.80	c   677s| 41400 | 13648 |  3219k|  77.5 |   701M |  69 |7089 |  10k|8533 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1818.03/1824.80	c   678s| 41500 | 13676 |  3225k|  77.4 |   701M |  69 |7089 |  10k|8531 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1818.73/1825.56	c   679s| 41600 | 13686 |  3230k|  77.4 |   701M |  69 |7089 |  10k|8536 |  36k|  2 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1819.93/1826.78	c   680s| 41700 | 13707 |  3235k|  77.3 |   701M |  69 |7089 |  10k|8533 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1820.92/1827.71	c   681s| 41800 | 13718 |  3240k|  77.2 |   701M |  69 |7089 |  10k|8540 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1821.82/1828.69	c   682s| 41900 | 13744 |  3247k|  77.2 |   701M |  69 |7089 |  10k|8533 |  36k|  1 |  23k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1822.62/1829.49	c   683s| 42000 | 13752 |  3252k|  77.2 |   701M |  69 |7089 |  10k|8539 |  36k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1823.61/1830.42	c   684s| 42100 | 13761 |  3258k|  77.1 |   701M |  69 |7089 |  10k|8537 |  37k|  2 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1824.51/1831.32	c   685s| 42200 | 13776 |  3265k|  77.1 |   701M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1825.41/1832.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1825.41/1832.22	c   686s| 42300 | 13791 |  3271k|  77.1 |   701M |  69 |7089 |  10k|8529 |  37k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1826.10/1833.00	c   686s| 42400 | 13799 |  3276k|  77.0 |   701M |  69 |7089 |  10k|8539 |  37k|  2 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1827.21/1834.07	c   687s| 42500 | 13821 |  3283k|  77.0 |   701M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1829.21/1836.09	c   689s| 42600 | 13858 |  3292k|  77.0 |   701M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1830.59/1837.47	c   691s| 42700 | 13879 |  3299k|  77.0 |   701M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1831.58/1838.43	c   692s| 42800 | 13881 |  3304k|  76.9 |   701M |  69 |7089 |  10k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1832.98/1839.80	c   693s| 42900 | 13920 |  3312k|  76.9 |   701M |  69 |7089 |  10k|8524 |  37k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1834.37/1841.25	c   695s| 43000 | 13933 |  3318k|  76.9 |   701M |  69 |7089 |  11k|   0 |  37k|  0 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1835.07/1841.99	c   695s| 43100 | 13931 |  3322k|  76.8 |   701M |  69 |7089 |  11k|8524 |  37k|  1 |  24k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1836.86/1843.73	c   697s| 43200 | 13958 |  3328k|  76.8 |   701M |  69 |7089 |  11k|   0 |  38k|  0 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1837.76/1844.64	c   698s| 43300 | 13968 |  3333k|  76.7 |   701M |  69 |7089 |  11k|   0 |  38k|  0 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1839.06/1845.90	c   699s| 43400 | 13981 |  3341k|  76.7 |   701M |  69 |7089 |  11k|8533 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1840.26/1847.12	c   701s| 43500 | 13992 |  3347k|  76.7 |   701M |  69 |7089 |  11k|8524 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1842.04/1848.98	c   702s| 43600 | 14032 |  3355k|  76.7 |   701M |  69 |7089 |  11k|8530 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1843.25/1850.16	c   704s| 43700 | 14053 |  3362k|  76.7 |   701M |  69 |7089 |  11k|8524 |  38k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1844.63/1851.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1844.63/1851.58	c   705s| 43800 | 14063 |  3367k|  76.6 |   702M |  69 |7089 |  11k|8536 |  38k|  2 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1845.72/1852.62	c   706s| 43900 | 14087 |  3373k|  76.6 |   703M |  69 |7089 |  11k|8534 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1846.82/1853.70	c   707s| 44000 | 14101 |  3380k|  76.6 |   703M |  69 |7089 |  11k|8531 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1848.13/1855.03	c   708s| 44100 | 14110 |  3386k|  76.5 |   703M |  69 |7089 |  11k|8524 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1849.01/1856.00	c   709s| 44200 | 14147 |  3392k|  76.5 |   703M |  69 |7089 |  11k|8532 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1850.31/1857.24	c   711s| 44300 | 14184 |  3398k|  76.4 |   703M |  69 |7089 |  11k|8532 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1851.22/1858.14	c   712s| 44400 | 14201 |  3403k|  76.4 |   703M |  69 |7089 |  11k|   0 |  39k|  0 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1852.11/1859.05	c   712s| 44500 | 14210 |  3408k|  76.3 |   703M |  69 |7089 |  11k|8524 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1853.40/1860.35	c   714s| 44600 | 14231 |  3414k|  76.3 |   703M |  69 |7089 |  11k|8531 |  39k|  1 |  25k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1854.79/1861.76	c   715s| 44700 | 14246 |  3421k|  76.3 |   703M |  69 |7089 |  11k|8533 |  39k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1856.10/1863.02	c   716s| 44800 | 14270 |  3427k|  76.2 |   703M |  69 |7089 |  11k|8537 |  39k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1857.38/1864.32	c   718s| 44900 | 14297 |  3434k|  76.2 |   703M |  69 |7089 |  11k|8536 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1858.19/1865.13	c   719s| 45000 | 14305 |  3440k|  76.2 |   703M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1859.19/1866.18	c   720s| 45100 | 14307 |  3446k|  76.2 |   703M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1860.37/1867.37	c   721s| 45200 | 14312 |  3453k|  76.1 |   703M |  69 |7089 |  11k|8533 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1861.96/1868.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1861.96/1868.97	c   722s| 45300 | 14321 |  3460k|  76.1 |   703M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1863.36/1870.31	c   724s| 45400 | 14335 |  3469k|  76.1 |   703M |  69 |7089 |  11k|8540 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1864.55/1871.54	c   725s| 45500 | 14339 |  3476k|  76.1 |   703M |  69 |7089 |  11k|   0 |  40k|  0 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1865.95/1873.00	c   726s| 45600 | 14340 |  3484k|  76.2 |   703M |  69 |7089 |  11k|8538 |  40k|  2 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1867.06/1874.05	c   727s| 45700 | 14361 |  3489k|  76.1 |   703M |  69 |7089 |  11k|8524 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1867.94/1874.97	c   728s| 45800 | 14368 |  3494k|  76.0 |   703M |  69 |7089 |  11k|8538 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1868.94/1875.94	c   729s| 45900 | 14378 |  3500k|  76.0 |   703M |  69 |7089 |  10k|8527 |  40k|  1 |  26k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1870.14/1877.13	c   731s| 46000 | 14417 |  3507k|  76.0 |   703M |  69 |7089 |  10k|8533 |  40k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1871.04/1878.07	c   731s| 46100 | 14436 |  3513k|  76.0 |   703M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1872.04/1879.03	c   732s| 46200 | 14456 |  3519k|  75.9 |   703M |  69 |7089 |  10k|8529 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1874.51/1881.55	c   735s| 46300 | 14462 |  3525k|  75.9 |   703M |  69 |7089 |  10k|8536 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1875.81/1882.82	c   736s| 46400 | 14480 |  3531k|  75.8 |   703M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1877.12/1884.16	c   738s| 46500 | 14477 |  3538k|  75.8 |   703M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1877.90/1884.97	c   738s| 46600 | 14472 |  3542k|  75.8 |   703M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1878.90/1885.97	c   739s| 46700 | 14474 |  3548k|  75.7 |   703M |  69 |7089 |  10k|8535 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1879.89/1886.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1879.89/1886.96	c   740s| 46800 | 14476 |  3554k|  75.7 |   703M |  69 |7089 |  10k|8537 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1880.59/1887.67	c   741s| 46900 | 14483 |  3558k|  75.6 |   703M |  69 |7089 |  10k|8537 |  41k|  2 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1881.89/1888.99	c   742s| 47000 | 14524 |  3566k|  75.6 |   703M |  69 |7089 |  10k|8528 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1883.18/1890.25	c   744s| 47100 | 14548 |  3574k|  75.6 |   703M |  69 |7089 |  10k|8539 |  41k|  1 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1884.09/1891.18	c   745s| 47200 | 14566 |  3580k|  75.6 |   704M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1884.88/1891.90	c   745s| 47300 | 14568 |  3584k|  75.5 |   704M |  69 |7089 |  10k|   0 |  41k|  0 |  27k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1885.57/1892.67	c   746s| 47400 | 14565 |  3588k|  75.5 |   704M |  69 |7089 |  10k|   0 |  41k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1886.47/1893.56	c   747s| 47500 | 14569 |  3594k|  75.4 |   704M |  69 |7089 |  10k|   0 |  41k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1887.17/1894.28	c   748s| 47600 | 14569 |  3598k|  75.4 |   704M |  69 |7089 |  10k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1887.98/1895.05	c   748s| 47700 | 14573 |  3603k|  75.3 |   704M |  69 |7089 |  10k|8538 |  42k|  2 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1889.36/1896.49	c   750s| 47800 | 14599 |  3612k|  75.3 |   704M |  69 |7089 |  10k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1890.85/1898.00	c   751s| 47900 | 14635 |  3619k|  75.3 |   704M |  69 |7089 |  10k|8538 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1891.65/1898.75	c   752s| 48000 | 14640 |  3624k|  75.3 |   704M |  69 |7089 |  10k|8536 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1892.74/1899.83	c   753s| 48100 | 14671 |  3631k|  75.3 |   705M |  69 |7089 |  10k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1893.74/1900.86	c   754s| 48200 | 14698 |  3639k|  75.3 |   705M |  69 |7089 |  11k|8535 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1894.95/1902.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1894.95/1902.05	c   755s| 48300 | 14709 |  3646k|  75.2 |   705M |  69 |7089 |  11k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1895.95/1903.06	c   756s| 48400 | 14716 |  3654k|  75.3 |   705M |  69 |7089 |  11k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1896.83/1903.90	c   757s| 48500 | 14731 |  3659k|  75.2 |   705M |  69 |7089 |  11k|8534 |  42k|  1 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1897.83/1904.92	c   758s| 48600 | 14749 |  3665k|  75.2 |   705M |  69 |7089 |  11k|   0 |  42k|  0 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1898.62/1905.79	c   759s| 48700 | 14766 |  3671k|  75.1 |   705M |  69 |7089 |  11k|8541 |  42k|  2 |  28k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1899.42/1906.59	c   760s| 48800 | 14770 |  3676k|  75.1 |   705M |  69 |7089 |  11k|8534 |  42k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1901.11/1908.24	c   762s| 48900 | 14787 |  3683k|  75.1 |   705M |  69 |7089 |  11k|8535 |  42k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1902.21/1909.38	c   763s| 49000 | 14788 |  3689k|  75.1 |   705M |  69 |7089 |  11k|   0 |  42k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1903.30/1910.45	c   764s| 49100 | 14791 |  3695k|  75.0 |   705M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1904.60/1911.74	c   765s| 49200 | 14822 |  3704k|  75.0 |   705M |  69 |7089 |  10k|8537 |  43k|  2 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1906.69/1913.83	c   767s| 49300 | 14832 |  3712k|  75.1 |   705M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1907.59/1914.73	c   768s| 49400 | 14847 |  3718k|  75.0 |   705M |  69 |7089 |  10k|8541 |  43k|  2 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1908.68/1915.80	c   769s| 49500 | 14879 |  3725k|  75.0 |   705M |  69 |7089 |  10k|8540 |  43k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1909.68/1916.83	c   770s| 49600 | 14921 |  3731k|  75.0 |   705M |  69 |7089 |  10k|8536 |  43k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1910.78/1917.91	c   771s| 49700 | 14946 |  3738k|  75.0 |   705M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1911.77/1918.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1911.77/1918.95	c   772s| 49800 | 14967 |  3745k|  75.0 |   705M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1912.67/1919.84	c   773s| 49900 | 14987 |  3752k|  75.0 |   705M |  69 |7089 |  10k|   0 |  43k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1913.57/1920.79	c   774s| 50000 | 15003 |  3758k|  74.9 |   705M |  69 |7089 |  11k|8528 |  44k|  1 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1914.76/1922.00	c   775s| 50100 | 15019 |  3766k|  74.9 |   705M |  69 |7089 |  11k|   0 |  44k|  0 |  29k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1915.87/1923.08	c   776s| 50200 | 15047 |  3773k|  74.9 |   706M |  69 |7089 |  11k|8533 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1917.55/1924.72	c   778s| 50300 | 15067 |  3780k|  74.9 |   706M |  69 |7089 |  11k|8536 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1918.55/1925.78	c   779s| 50400 | 15088 |  3787k|  74.9 |   706M |  69 |7089 |  11k|8539 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1920.14/1927.39	c   781s| 50500 | 15118 |  3794k|  74.9 |   706M |  69 |7089 |  11k|8534 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1921.54/1928.75	c   782s| 50600 | 15140 |  3803k|  74.9 |   706M |  69 |7089 |  11k|8533 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1922.73/1929.95	c   783s| 50700 | 15163 |  3810k|  74.9 |   706M |  69 |7089 |  10k|8525 |  44k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1923.84/1931.11	c   784s| 50800 | 15207 |  3817k|  74.9 |   706M |  69 |7089 |  10k|   0 |  44k|  0 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1924.72/1931.96	c   785s| 50900 | 15216 |  3821k|  74.8 |   706M |  69 |7089 |  11k|   0 |  44k|  0 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1925.72/1932.95	c   786s| 51000 | 15222 |  3828k|  74.8 |   706M |  69 |7089 |  11k|8525 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1927.01/1934.29	c   788s| 51100 | 15234 |  3836k|  74.8 |   706M |  69 |7089 |  11k|8525 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1928.51/1935.72	c   789s| 51200 | 15277 |  3843k|  74.8 |   707M |  69 |7089 |  11k|   0 |  45k|  0 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1929.61/1936.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1929.61/1936.84	c   790s| 51300 | 15286 |  3852k|  74.9 |   707M |  69 |7089 |  11k|8523 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1930.60/1937.84	c   791s| 51400 | 15329 |  3859k|  74.8 |   707M |  69 |7089 |  11k|8523 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1931.30/1938.59	c   792s| 51500 | 15350 |  3863k|  74.8 |   707M |  69 |7089 |  11k|8531 |  45k|  1 |  30k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1932.20/1939.49	c   793s| 51600 | 15361 |  3869k|  74.7 |   707M |  69 |7089 |  11k|8536 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1933.09/1940.31	c   794s| 51700 | 15382 |  3874k|  74.7 |   707M |  69 |7089 |  11k|8533 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1933.69/1940.95	c   794s| 51800 | 15375 |  3877k|  74.6 |   707M |  69 |7089 |  11k|8517 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1935.98/1943.24	c   797s| 51900 | 15410 |  3884k|  74.6 |   707M |  69 |7089 |  11k|   0 |  45k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1937.58/1944.80	c   798s| 52000 | 15450 |  3892k|  74.6 |   707M |  69 |7089 |  11k|8526 |  45k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1939.07/1946.39	c   800s| 52100 | 15478 |  3900k|  74.6 |   707M |  69 |7089 |  11k|   0 |  45k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1940.27/1947.58	c   801s| 52200 | 15491 |  3906k|  74.6 |   707M |  69 |7089 |  11k|8526 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1942.06/1949.34	c   803s| 52300 | 15525 |  3917k|  74.7 |   707M |  69 |7089 |  11k|8534 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1943.35/1950.67	c   804s| 52400 | 15527 |  3924k|  74.7 |   708M |  69 |7089 |  11k|   0 |  46k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1944.35/1951.64	c   805s| 52500 | 15544 |  3929k|  74.6 |   708M |  69 |7089 |  11k|8538 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1945.55/1952.84	c   806s| 52600 | 15572 |  3937k|  74.6 |   708M |  69 |7089 |  11k|8536 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1946.85/1954.18	c   808s| 52700 | 15587 |  3943k|  74.6 |   708M |  69 |7089 |  11k|8528 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1948.53/1955.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1948.53/1955.80	c   809s| 52800 | 15617 |  3950k|  74.6 |   708M |  69 |7089 |  11k|   0 |  46k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1950.13/1957.49	c   811s| 52900 | 15664 |  3959k|  74.6 |   708M |  69 |7089 |  11k|   0 |  46k|  0 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1951.52/1958.88	c   812s| 53000 | 15706 |  3966k|  74.6 |   708M |  69 |7089 |  11k|8536 |  46k|  1 |  31k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1952.32/1959.67	c   813s| 53100 | 15721 |  3972k|  74.6 |   708M |  69 |7089 |  11k|   0 |  46k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1953.62/1960.90	c   814s| 53200 | 15731 |  3979k|  74.6 |   708M |  69 |7089 |  11k|8536 |  46k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1954.83/1962.14	c   816s| 53300 | 15750 |  3985k|  74.6 |   709M |  69 |7089 |  11k|8525 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1955.92/1963.28	c   817s| 53400 | 15772 |  3990k|  74.5 |   709M |  69 |7089 |  11k|8526 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1957.51/1964.80	c   818s| 53500 | 15789 |  3998k|  74.5 |   709M |  69 |7089 |  11k|   0 |  47k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1958.31/1965.69	c   819s| 53600 | 15794 |  4003k|  74.5 |   709M |  69 |7089 |  11k|8535 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1959.60/1966.96	c   820s| 53700 | 15818 |  4010k|  74.5 |   709M |  69 |7089 |  11k|8538 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1960.50/1967.87	c   821s| 53800 | 15830 |  4016k|  74.4 |   709M |  69 |7089 |  11k|   0 |  47k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1961.29/1968.64	c   822s| 53900 | 15838 |  4021k|  74.4 |   709M |  69 |7089 |  11k|   0 |  47k|  0 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1962.09/1969.41	c   823s| 54000 | 15864 |  4025k|  74.3 |   710M |  69 |7089 |  11k|8529 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1962.99/1970.33	c   824s| 54100 | 15869 |  4032k|  74.3 |   710M |  69 |7089 |  11k|8529 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1963.88/1971.29	c   825s| 54200 | 15874 |  4038k|  74.3 |   710M |  69 |7089 |  11k|8537 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1964.58/1972.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1964.58/1972.00	c   825s| 54300 | 15885 |  4042k|  74.2 |   710M |  69 |7089 |  11k|8533 |  47k|  1 |  32k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1966.27/1973.63	c   827s| 54400 | 15924 |  4052k|  74.3 |   710M |  69 |7089 |  11k|8525 |  47k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1967.97/1975.35	c   829s| 54500 | 15976 |  4060k|  74.3 |   710M |  69 |7089 |  11k|   0 |  48k|  0 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1969.36/1976.76	c   830s| 54600 | 16007 |  4067k|  74.3 |   710M |  69 |7089 |  11k|8537 |  48k|  2 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1971.15/1978.56	c   832s| 54700 | 16049 |  4076k|  74.3 |   711M |  69 |7089 |  11k|8525 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1972.25/1979.67	c   833s| 54800 | 16082 |  4082k|  74.3 |   711M |  69 |7089 |  11k|8525 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1973.54/1980.92	c   834s| 54900 | 16115 |  4088k|  74.3 |   711M |  69 |7089 |  11k|8533 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1974.44/1981.89	c   835s| 55000 | 16145 |  4093k|  74.2 |   711M |  69 |7089 |  11k|8533 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1975.65/1983.08	c   836s| 55100 | 16162 |  4098k|  74.2 |   711M |  69 |7089 |  11k|8536 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1976.53/1983.98	c   837s| 55200 | 16185 |  4103k|  74.1 |   711M |  69 |7089 |  11k|8525 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1977.64/1985.02	c   838s| 55300 | 16208 |  4108k|  74.1 |   711M |  69 |7089 |  11k|8536 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1978.32/1985.76	c   839s| 55400 | 16219 |  4113k|  74.0 |   711M |  69 |7089 |  11k|8537 |  48k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1979.32/1986.72	c   840s| 55500 | 16245 |  4120k|  74.0 |   711M |  69 |7089 |  11k|8535 |  49k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1980.12/1987.56	c   841s| 55600 | 16259 |  4126k|  74.0 |   711M |  69 |7089 |  11k|8537 |  49k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1980.81/1988.29	c   842s| 55700 | 16266 |  4130k|  73.9 |   711M |  69 |7089 |  11k|8536 |  49k|  1 |  33k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1981.51/1988.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1981.51/1988.99	c   842s| 55800 | 16261 |  4134k|  73.9 |   711M |  69 |7089 |  11k|8538 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1982.50/1989.96	c   843s| 55900 | 16293 |  4141k|  73.9 |   711M |  69 |7089 |  11k|8536 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1983.40/1990.83	c   844s| 56000 | 16302 |  4149k|  73.9 |   711M |  69 |7089 |  11k|8534 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1984.61/1992.05	c   845s| 56100 | 16339 |  4158k|  73.9 |   711M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1985.39/1992.86	c   846s| 56200 | 16343 |  4166k|  73.9 |   711M |  69 |7089 |  11k|8535 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1986.70/1994.17	c   848s| 56300 | 16364 |  4174k|  73.9 |   711M |  69 |7089 |  11k|8535 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1987.48/1994.97	c   848s| 56400 | 16381 |  4181k|  73.9 |   711M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1988.38/1995.82	c   849s| 56500 | 16397 |  4186k|  73.9 |   711M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1989.18/1996.62	c   850s| 56600 | 16397 |  4191k|  73.8 |   711M |  69 |7089 |  11k|8533 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1990.37/1997.89	c   851s| 56700 | 16418 |  4198k|  73.8 |   711M |  69 |7089 |  11k|8537 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1991.37/1998.87	c   852s| 56800 | 16436 |  4203k|  73.8 |   713M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1992.17/1999.63	c   853s| 56900 | 16448 |  4208k|  73.8 |   713M |  69 |7089 |  11k|   0 |  49k|  0 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1993.67/2001.15	c   855s| 57000 | 16474 |  4217k|  73.8 |   713M |  69 |7089 |  11k|8538 |  49k|  2 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1994.86/2002.38	c   856s| 57100 | 16487 |  4224k|  73.8 |   713M |  69 |7089 |  11k|8536 |  49k|  1 |  34k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1995.85/2003.33	c   857s| 57200 | 16508 |  4230k|  73.7 |   713M |  69 |7089 |  11k|   0 |  49k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1996.75/2004.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1996.75/2004.22	c   858s| 57300 | 16543 |  4236k|  73.7 |   714M |  69 |7089 |  11k|8534 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1997.56/2005.03	c   858s| 57400 | 16568 |  4242k|  73.7 |   714M |  69 |7089 |  11k|8533 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1998.24/2005.70	c   859s| 57500 | 16581 |  4246k|  73.6 |   714M |  69 |7089 |  11k|8532 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1998.84/2006.36	c   860s| 57600 | 16567 |  4250k|  73.6 |   714M |  69 |7089 |  11k|8533 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
1999.44/2006.97	c   860s| 57700 | 16572 |  4254k|  73.5 |   714M |  69 |7089 |  11k|   0 |  50k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2000.14/2007.68	c   861s| 57800 | 16583 |  4259k|  73.5 |   714M |  69 |7089 |  11k|8536 |  50k|  2 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2001.13/2008.61	c   862s| 57900 | 16606 |  4265k|  73.5 |   714M |  69 |7089 |  11k|8535 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2002.13/2009.60	c   863s| 58000 | 16631 |  4273k|  73.5 |   714M |  69 |7089 |  11k|8528 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2003.23/2010.75	c   864s| 58100 | 16656 |  4282k|  73.5 |   714M |  69 |7089 |  11k|   0 |  50k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2004.12/2011.66	c   865s| 58200 | 16663 |  4289k|  73.5 |   714M |  69 |7089 |  11k|8537 |  50k|  1 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2005.02/2012.53	c   866s| 58300 | 16679 |  4294k|  73.5 |   714M |  69 |7089 |  11k|   0 |  50k|  0 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2005.92/2013.42	c   867s| 58400 | 16701 |  4301k|  73.5 |   714M |  69 |7089 |  11k|8548 |  50k|  2 |  35k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2006.81/2014.32	c   868s| 58500 | 16723 |  4308k|  73.4 |   714M |  69 |7089 |  11k|   0 |  50k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2008.01/2015.52	c   869s| 58600 | 16735 |  4314k|  73.4 |   714M |  69 |7089 |  11k|   0 |  50k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2009.00/2016.59	c   870s| 58700 | 16758 |  4322k|  73.4 |   714M |  69 |7089 |  11k|8535 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2009.80/2017.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2009.80/2017.37	c   871s| 58800 | 16756 |  4328k|  73.4 |   714M |  69 |7089 |  11k|8535 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2010.61/2018.13	c   872s| 58900 | 16740 |  4332k|  73.4 |   714M |  69 |7089 |  11k|8534 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2011.40/2018.94	c   872s| 59000 | 16757 |  4337k|  73.3 |   714M |  69 |7089 |  11k|8535 |  50k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2012.19/2019.72	c   873s| 59100 | 16777 |  4342k|  73.3 |   714M |  69 |7089 |  11k|   0 |  50k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2013.29/2020.86	c   874s| 59200 | 16821 |  4350k|  73.3 |   714M |  69 |7089 |  11k|8535 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2014.28/2021.83	c   875s| 59300 | 16847 |  4356k|  73.3 |   714M |  69 |7089 |  11k|8526 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2015.28/2022.85	c   876s| 59400 | 16864 |  4363k|  73.3 |   714M |  69 |7089 |  11k|8536 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2016.18/2023.77	c   877s| 59500 | 16867 |  4368k|  73.2 |   714M |  69 |7089 |  11k|8526 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2016.97/2024.58	c   878s| 59600 | 16871 |  4374k|  73.2 |   714M |  69 |7089 |  11k|   0 |  51k|  0 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2017.87/2025.41	c   879s| 59700 | 16878 |  4379k|  73.2 |   714M |  69 |7089 |  11k|8535 |  51k|  1 |  36k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2018.67/2026.24	c   880s| 59800 | 16893 |  4384k|  73.1 |   714M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2019.58/2027.16	c   881s| 59900 | 16907 |  4390k|  73.1 |   714M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2020.36/2027.96	c   881s| 60000 | 16904 |  4396k|  73.1 |   714M |  69 |7089 |  11k|8534 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2021.16/2028.78	c   882s| 60100 | 16906 |  4403k|  73.1 |   714M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2021.95/2029.59	c   883s| 60200 | 16910 |  4408k|  73.0 |   714M |  69 |7089 |  11k|8534 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2023.05/2030.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2023.05/2030.64	c   884s| 60300 | 16957 |  4416k|  73.0 |   714M |  69 |7089 |  11k|8537 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2024.05/2031.61	c   885s| 60400 | 16982 |  4423k|  73.0 |   714M |  69 |7089 |  11k|8537 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2024.74/2032.39	c   886s| 60500 | 16994 |  4428k|  73.0 |   714M |  69 |7089 |  11k|8537 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2025.74/2033.39	c   887s| 60600 | 17001 |  4435k|  73.0 |   714M |  69 |7089 |  11k|8534 |  51k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2026.83/2034.41	c   888s| 60700 | 17006 |  4441k|  73.0 |   715M |  69 |7089 |  11k|   0 |  51k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2028.54/2036.18	c   890s| 60800 | 17066 |  4449k|  73.0 |   716M |  69 |7089 |  11k|8535 |  52k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2029.92/2037.58	c   891s| 60900 | 17103 |  4457k|  73.0 |   716M |  69 |7089 |  11k|8533 |  52k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2031.12/2038.77	c   892s| 61000 | 17124 |  4464k|  73.0 |   716M |  69 |7089 |  11k|   0 |  52k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2032.61/2040.25	c   894s| 61100 | 17156 |  4472k|  73.0 |   716M |  69 |7089 |  11k|   0 |  52k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2033.91/2041.52	c   895s| 61200 | 17170 |  4478k|  73.0 |   716M |  69 |7089 |  11k|   0 |  52k|  0 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2035.51/2043.18	c   897s| 61300 | 17201 |  4486k|  73.0 |   716M |  69 |7089 |  11k|8536 |  52k|  1 |  37k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2037.00/2044.60	c   898s| 61400 | 17229 |  4493k|  73.0 |   716M |  69 |7089 |  11k|   0 |  52k|  0 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2038.40/2046.08	c   899s| 61500 | 17249 |  4502k|  73.0 |   716M |  69 |7089 |  11k|   0 |  52k|  0 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2039.59/2047.29	c   901s| 61600 | 17267 |  4509k|  73.0 |   716M |  69 |7089 |  11k|8525 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2040.78/2048.46	c   902s| 61700 | 17297 |  4517k|  73.0 |   716M |  69 |7089 |  11k|8525 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2041.68/2049.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2041.68/2049.36	c   903s| 61800 | 17290 |  4522k|  73.0 |   716M |  69 |7089 |  11k|8534 |  53k|  2 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2042.39/2050.07	c   903s| 61900 | 17291 |  4527k|  72.9 |   716M |  69 |7089 |  11k|8525 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2044.07/2051.77	c   905s| 62000 | 17296 |  4532k|  72.9 |   716M |  69 |7089 |  11k|8532 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2044.96/2052.66	c   906s| 62100 | 17301 |  4537k|  72.9 |   716M |  69 |7089 |  11k|8533 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2045.86/2053.57	c   907s| 62200 | 17315 |  4542k|  72.8 |   716M |  69 |7089 |  11k|8538 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2047.16/2054.89	c   908s| 62300 | 17335 |  4548k|  72.8 |   716M |  69 |7089 |  11k|8534 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2048.55/2056.22	c   910s| 62400 | 17392 |  4556k|  72.8 |   717M |  69 |7089 |  11k|8538 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2049.85/2057.51	c   911s| 62500 | 17427 |  4565k|  72.9 |   717M |  69 |7089 |  11k|   0 |  53k|  0 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2050.84/2058.53	c   912s| 62600 | 17463 |  4573k|  72.9 |   717M |  69 |7089 |  11k|8527 |  53k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2051.94/2059.63	c   913s| 62700 | 17485 |  4580k|  72.9 |   717M |  69 |7089 |  11k|8542 |  54k|  2 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2052.83/2060.58	c   914s| 62800 | 17514 |  4587k|  72.9 |   718M |  69 |7089 |  11k|8527 |  54k|  1 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2054.04/2061.70	c   915s| 62900 | 17546 |  4596k|  72.9 |   718M |  69 |7089 |  11k|8539 |  54k|  2 |  38k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2054.84/2062.56	c   916s| 63000 | 17551 |  4602k|  72.9 |   718M |  69 |7089 |  11k|8534 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2055.53/2063.21	c   917s| 63100 | 17542 |  4606k|  72.8 |   718M |  69 |7089 |  11k|8540 |  54k|  2 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2056.34/2064.06	c   917s| 63200 | 17544 |  4613k|  72.8 |   718M |  69 |7089 |  11k|8533 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2057.23/2064.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2057.23/2064.90	c   918s| 63300 | 17553 |  4620k|  72.8 |   718M |  69 |7089 |  11k|8534 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2057.92/2065.68	c   919s| 63400 | 17551 |  4626k|  72.8 |   718M |  69 |7089 |  11k|8527 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2058.82/2066.55	c   920s| 63500 | 17553 |  4632k|  72.8 |   718M |  69 |7089 |  11k|   0 |  54k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2059.72/2067.43	c   921s| 63600 | 17561 |  4637k|  72.7 |   718M |  69 |7089 |  11k|   0 |  54k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2060.61/2068.33	c   922s| 63700 | 17594 |  4643k|  72.7 |   718M |  69 |7089 |  11k|8536 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2061.51/2069.24	c   923s| 63800 | 17623 |  4650k|  72.7 |   719M |  69 |7089 |  11k|8527 |  54k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2062.32/2070.03	c   923s| 63900 | 17632 |  4655k|  72.7 |   719M |  69 |7089 |  11k|8541 |  54k|  2 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2063.20/2070.96	c   924s| 64000 | 17663 |  4662k|  72.7 |   719M |  69 |7089 |  11k|   0 |  55k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2064.10/2071.84	c   925s| 64100 | 17675 |  4667k|  72.6 |   719M |  69 |7089 |  11k|8533 |  55k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2065.00/2072.75	c   926s| 64200 | 17701 |  4673k|  72.6 |   719M |  69 |7089 |  11k|8538 |  55k|  1 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2066.09/2073.84	c   927s| 64300 | 17713 |  4679k|  72.6 |   719M |  69 |7089 |  11k|   0 |  55k|  0 |  39k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2067.09/2074.84	c   928s| 64400 | 17749 |  4686k|  72.6 |   719M |  69 |7089 |  11k|8530 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2067.89/2075.64	c   929s| 64500 | 17761 |  4691k|  72.6 |   719M |  69 |7089 |  11k|8535 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2071.87/2079.60	c   933s| 64600 | 17784 |  4698k|  72.5 |   719M |  69 |7089 |  11k|8538 |  55k|  2 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2072.96/2080.74	c   934s| 64700 | 17820 |  4706k|  72.6 |   719M |  69 |7089 |  11k|8535 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2073.66/2081.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2073.66/2081.44	c   935s| 64800 | 17839 |  4711k|  72.5 |   719M |  69 |7089 |  11k|8534 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2074.56/2082.37	c   936s| 64900 | 17848 |  4718k|  72.5 |   719M |  69 |7089 |  11k|8530 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2075.65/2083.42	c   937s| 65000 | 17869 |  4726k|  72.5 |   720M |  69 |7089 |  11k|8539 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2076.45/2084.29	c   938s| 65100 | 17877 |  4734k|  72.5 |   720M |  69 |7089 |  11k|   0 |  55k|  0 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2077.45/2085.24	c   939s| 65200 | 17892 |  4741k|  72.5 |   720M |  69 |7089 |  11k|8538 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2078.44/2086.28	c   940s| 65300 | 17902 |  4751k|  72.6 |   720M |  69 |7089 |  11k|8538 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2079.54/2087.36	c   941s| 65400 | 17919 |  4760k|  72.6 |   720M |  69 |7089 |  11k|8537 |  55k|  2 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2080.63/2088.49	c   942s| 65500 | 17927 |  4768k|  72.6 |   720M |  69 |7089 |  11k|8533 |  55k|  1 |  40k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2081.73/2089.55	c   943s| 65600 | 17945 |  4774k|  72.6 |   720M |  69 |7089 |  11k|8535 |  55k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2082.53/2090.32	c   944s| 65700 | 17960 |  4779k|  72.6 |   720M |  69 |7089 |  11k|8535 |  55k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2083.34/2091.11	c   945s| 65800 | 17960 |  4784k|  72.5 |   720M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2083.92/2091.75	c   945s| 65900 | 17956 |  4787k|  72.5 |   720M |  69 |7089 |  11k|8533 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2084.72/2092.58	c   946s| 66000 | 17966 |  4794k|  72.5 |   720M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2085.81/2093.63	c   947s| 66100 | 17988 |  4800k|  72.4 |   720M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2086.71/2094.59	c   948s| 66200 | 17993 |  4806k|  72.4 |   721M |  69 |7089 |  11k|8538 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2087.81/2095.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2087.81/2095.63	c   949s| 66300 | 17996 |  4812k|  72.4 |   721M |  69 |7089 |  11k|8532 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2088.90/2096.71	c   950s| 66400 | 18014 |  4820k|  72.4 |   721M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2089.60/2097.42	c   951s| 66500 | 18014 |  4824k|  72.4 |   721M |  69 |7089 |  11k|8535 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2090.89/2098.70	c   952s| 66600 | 18035 |  4832k|  72.4 |   721M |  69 |7089 |  11k|   0 |  56k|  0 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2091.59/2099.49	c   953s| 66700 | 18045 |  4838k|  72.4 |   721M |  69 |7089 |  11k|8540 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2092.69/2100.53	c   954s| 66800 | 18053 |  4843k|  72.3 |   721M |  69 |7089 |  11k|8535 |  56k|  1 |  41k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2093.68/2101.58	c   955s| 66900 | 18076 |  4849k|  72.3 |   721M |  69 |7089 |  11k|8526 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2094.68/2102.51	c   956s| 67000 | 18115 |  4855k|  72.3 |   721M |  69 |7089 |  11k|   0 |  56k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2095.58/2103.49	c   957s| 67100 | 18143 |  4860k|  72.3 |   721M |  69 |7089 |  11k|8536 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2096.37/2104.24	c   958s| 67200 | 18148 |  4865k|  72.2 |   721M |  69 |7089 |  11k|8526 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2097.37/2105.21	c   959s| 67300 | 18177 |  4872k|  72.2 |   721M |  69 |7089 |  11k|8534 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2098.07/2105.98	c   959s| 67400 | 18173 |  4877k|  72.2 |   721M |  69 |7089 |  11k|   0 |  56k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2098.76/2106.63	c   960s| 67500 | 18153 |  4881k|  72.1 |   721M |  69 |7089 |  11k|8534 |  56k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2099.76/2107.66	c   961s| 67600 | 18171 |  4892k|  72.2 |   721M |  69 |7089 |  11k|8533 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2101.27/2109.14	c   963s| 67700 | 18221 |  4900k|  72.2 |   722M |  69 |7089 |  11k|8537 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2102.05/2109.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2102.05/2109.99	c   963s| 67800 | 18252 |  4907k|  72.2 |   722M |  69 |7089 |  11k|8537 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2104.34/2112.21	c   966s| 67900 | 18268 |  4917k|  72.3 |   722M |  69 |7089 |  11k|   0 |  57k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2105.25/2113.15	c   967s| 68000 | 18272 |  4922k|  72.2 |   722M |  69 |7089 |  11k|8523 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2106.15/2114.04	c   967s| 68100 | 18302 |  4927k|  72.2 |   722M |  69 |7089 |  11k|   0 |  57k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2107.25/2115.17	c   969s| 68200 | 18317 |  4932k|  72.1 |   722M |  69 |7089 |  11k|   0 |  57k|  0 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2108.33/2116.23	c   970s| 68300 | 18342 |  4938k|  72.1 |   722M |  69 |7089 |  11k|8532 |  57k|  1 |  42k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2109.03/2116.95	c   970s| 68400 | 18354 |  4944k|  72.1 |   722M |  69 |7089 |  11k|8534 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2110.02/2117.97	c   971s| 68500 | 18357 |  4950k|  72.1 |   722M |  69 |7089 |  11k|8538 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2111.32/2119.24	c   973s| 68600 | 18372 |  4956k|  72.1 |   722M |  69 |7089 |  11k|8532 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2112.41/2120.39	c   974s| 68700 | 18393 |  4962k|  72.1 |   722M |  69 |7089 |  11k|   0 |  57k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2113.31/2121.20	c   975s| 68800 | 18401 |  4968k|  72.0 |   722M |  69 |7089 |  11k|   0 |  57k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2114.50/2122.43	c   976s| 68900 | 18416 |  4974k|  72.0 |   722M |  69 |7089 |  11k|8535 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2115.30/2123.21	c   977s| 69000 | 18427 |  4978k|  72.0 |   722M |  69 |7089 |  11k|8538 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2116.30/2124.26	c   978s| 69100 | 18419 |  4983k|  71.9 |   722M |  69 |7089 |  11k|8534 |  57k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2117.49/2125.47	c   979s| 69200 | 18421 |  4989k|  71.9 |   722M |  69 |7089 |  11k|8539 |  58k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2118.48/2126.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2118.48/2126.42	c   980s| 69300 | 18439 |  4994k|  71.9 |   722M |  69 |7089 |  11k|   0 |  58k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2119.19/2127.16	c   981s| 69400 | 18446 |  4998k|  71.9 |   722M |  69 |7089 |  11k|   0 |  58k|  0 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2120.78/2128.75	c   982s| 69500 | 18462 |  5005k|  71.8 |   722M |  69 |7089 |  11k|8534 |  58k|  1 |  43k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2122.09/2130.04	c   983s| 69600 | 18478 |  5012k|  71.8 |   722M |  69 |7089 |  11k|8536 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2122.98/2130.98	c   984s| 69700 | 18507 |  5018k|  71.8 |   723M |  69 |7089 |  11k|8538 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2123.77/2131.74	c   985s| 69800 | 18505 |  5024k|  71.8 |   723M |  69 |7089 |  11k|8547 |  58k|  2 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2124.57/2132.52	c   986s| 69900 | 18501 |  5030k|  71.8 |   723M |  69 |7089 |  11k|8536 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2125.27/2133.27	c   987s| 70000 | 18497 |  5036k|  71.8 |   723M |  69 |7089 |  11k|8532 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2126.76/2134.76	c   988s| 70100 | 18524 |  5043k|  71.8 |   723M |  69 |7089 |  11k|8539 |  58k|  2 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2127.76/2135.70	c   989s| 70200 | 18529 |  5049k|  71.8 |   723M |  69 |7089 |  11k|8534 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2128.35/2136.36	c   990s| 70300 | 18516 |  5052k|  71.7 |   723M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2129.65/2137.61	c   991s| 70400 | 18540 |  5057k|  71.7 |   723M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2130.35/2138.38	c   992s| 70500 | 18538 |  5063k|  71.7 |   723M |  69 |7089 |  11k|8534 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2131.94/2139.96	c   993s| 70600 | 18561 |  5072k|  71.7 |   723M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2133.24/2141.21	c   995s| 70700 | 18581 |  5080k|  71.7 |   723M |  69 |7089 |  11k|   0 |  58k|  0 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2134.33/2142.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2134.33/2142.31	c   996s| 70800 | 18597 |  5086k|  71.7 |   724M |  69 |7089 |  11k|8536 |  58k|  1 |  44k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2135.14/2143.12	c   997s| 70900 | 18605 |  5092k|  71.7 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2135.83/2143.81	c   997s| 71000 | 18604 |  5097k|  71.6 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2136.92/2144.95	c   998s| 71100 | 18611 |  5103k|  71.6 |   724M |  69 |7089 |  11k|8538 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2137.72/2145.74	c   999s| 71200 | 18609 |  5110k|  71.6 |   724M |  69 |7089 |  12k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2138.82/2146.89	c  1000s| 71300 | 18621 |  5117k|  71.6 |   724M |  69 |7089 |  12k|8535 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2139.71/2147.75	c  1001s| 71400 | 18614 |  5123k|  71.6 |   724M |  69 |7089 |  12k|8536 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2140.81/2148.89	c  1002s| 71500 | 18616 |  5129k|  71.6 |   724M |  69 |7089 |  12k|8532 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2141.60/2149.69	c  1003s| 71600 | 18630 |  5136k|  71.6 |   724M |  69 |7089 |  12k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2142.90/2150.98	c  1004s| 71700 | 18646 |  5142k|  71.6 |   724M |  69 |7089 |  12k|8536 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2143.90/2151.91	c  1005s| 71800 | 18661 |  5148k|  71.5 |   724M |  69 |7089 |  12k|   0 |  59k|  0 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2145.39/2153.42	c  1007s| 71900 | 18675 |  5155k|  71.5 |   724M |  69 |7089 |  12k|8539 |  59k|  2 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2146.88/2154.99	c  1008s| 72000 | 18702 |  5163k|  71.6 |   724M |  69 |7089 |  11k|8535 |  59k|  1 |  45k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2147.68/2155.78	c  1009s| 72100 | 18712 |  5168k|  71.5 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2148.78/2156.88	c  1010s| 72200 | 18718 |  5174k|  71.5 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2149.57/2157.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2149.57/2157.65	c  1011s| 72300 | 18733 |  5179k|  71.5 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2150.37/2158.49	c  1012s| 72400 | 18744 |  5185k|  71.5 |   724M |  69 |7089 |  11k|8537 |  59k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2151.37/2159.44	c  1013s| 72500 | 18757 |  5192k|  71.4 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2152.16/2160.22	c  1014s| 72600 | 18768 |  5196k|  71.4 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2153.16/2161.21	c  1015s| 72700 | 18765 |  5201k|  71.4 |   724M |  69 |7089 |  11k|   0 |  59k|  0 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2153.97/2162.09	c  1015s| 72800 | 18757 |  5205k|  71.3 |   724M |  69 |7089 |  11k|8535 |  59k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2154.85/2162.92	c  1016s| 72900 | 18760 |  5210k|  71.3 |   724M |  69 |7089 |  11k|8538 |  59k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2155.96/2164.03	c  1017s| 73000 | 18757 |  5216k|  71.3 |   724M |  69 |7089 |  11k|8534 |  60k|  2 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2156.85/2164.97	c  1018s| 73100 | 18780 |  5222k|  71.3 |   724M |  69 |7089 |  11k|8536 |  60k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2158.05/2166.19	c  1020s| 73200 | 18784 |  5229k|  71.3 |   725M |  69 |7089 |  11k|8536 |  60k|  1 |  46k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2159.14/2167.22	c  1021s| 73300 | 18791 |  5235k|  71.3 |   725M |  69 |7089 |  11k|8536 |  60k|  1 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2160.73/2168.84	c  1022s| 73400 | 18821 |  5243k|  71.3 |   726M |  69 |7089 |  11k|   0 |  60k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2161.73/2169.81	c  1023s| 73500 | 18840 |  5250k|  71.3 |   727M |  69 |7089 |  11k|   0 |  60k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2162.52/2170.67	c  1024s| 73600 | 18846 |  5258k|  71.3 |   727M |  69 |7089 |  11k|   0 |  60k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2163.42/2171.54	c  1025s| 73700 | 18842 |  5264k|  71.3 |   727M |  69 |7089 |  11k|   0 |  60k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2164.22/2172.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2164.22/2172.32	c  1026s| 73800 | 18851 |  5269k|  71.2 |   727M |  69 |7089 |  11k|   0 |  60k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2165.11/2173.26	c  1027s| 73900 | 18865 |  5274k|  71.2 |   727M |  69 |7089 |  11k|8537 |  60k|  2 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2166.31/2174.40	c  1028s| 74000 | 18873 |  5279k|  71.2 |   727M |  69 |7089 |  11k|8530 |  60k|  1 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2167.51/2175.68	c  1029s| 74100 | 18875 |  5285k|  71.2 |   727M |  69 |7089 |  11k|8532 |  60k|  1 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2168.50/2176.61	c  1030s| 74200 | 18878 |  5290k|  71.1 |   727M |  69 |7089 |  11k|   0 |  60k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2169.50/2177.65	c  1031s| 74300 | 18895 |  5296k|  71.1 |   727M |  69 |7089 |  11k|   0 |  60k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2170.59/2178.76	c  1032s| 74400 | 18909 |  5302k|  71.1 |   727M |  69 |7089 |  11k|8532 |  60k|  1 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2171.39/2179.57	c  1033s| 74500 | 18904 |  5306k|  71.1 |   727M |  69 |7089 |  11k|   0 |  61k|  0 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2172.39/2180.58	c  1034s| 74600 | 18915 |  5312k|  71.0 |   728M |  69 |7089 |  11k|8539 |  61k|  2 |  47k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2173.48/2181.65	c  1035s| 74700 | 18919 |  5318k|  71.0 |   728M |  69 |7089 |  11k|8536 |  61k|  1 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2174.28/2182.41	c  1036s| 74800 | 18913 |  5324k|  71.0 |   728M |  69 |7089 |  11k|   0 |  61k|  0 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2175.28/2183.40	c  1037s| 74900 | 18932 |  5331k|  71.0 |   728M |  69 |7089 |  11k|8523 |  61k|  1 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2176.88/2185.01	c  1038s| 75000 | 18957 |  5338k|  71.0 |   728M |  69 |7089 |  11k|8531 |  61k|  1 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2177.57/2185.70	c  1039s| 75100 | 18957 |  5343k|  71.0 |   728M |  69 |7089 |  11k|8531 |  61k|  1 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2178.46/2186.66	c  1040s| 75200 | 18969 |  5348k|  71.0 |   728M |  69 |7089 |  11k|8538 |  61k|  1 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2179.26/2187.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2179.26/2187.42	c  1041s| 75300 | 18965 |  5353k|  70.9 |   729M |  69 |7089 |  11k|   0 |  61k|  0 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2180.26/2188.41	c  1042s| 75400 | 18968 |  5358k|  70.9 |   729M |  69 |7089 |  11k|   0 |  61k|  0 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2181.45/2189.64	c  1043s| 75500 | 18972 |  5365k|  70.9 |   729M |  69 |7089 |  11k|   0 |  61k|  0 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2182.35/2190.54	c  1044s| 75600 | 18982 |  5370k|  70.9 |   729M |  69 |7089 |  11k|8538 |  61k|  1 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2183.25/2191.44	c  1045s| 75700 | 19007 |  5377k|  70.9 |   729M |  69 |7089 |  11k|   0 |  61k|  0 |  48k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2184.14/2192.33	c  1046s| 75800 | 19039 |  5384k|  70.9 |   729M |  69 |7089 |  11k|8538 |  61k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2185.14/2193.38	c  1047s| 75900 | 19038 |  5391k|  70.9 |   729M |  69 |7089 |  11k|   0 |  61k|  0 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2186.23/2194.47	c  1048s| 76000 | 19045 |  5397k|  70.9 |   729M |  69 |7089 |  11k|8530 |  61k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2187.23/2195.45	c  1049s| 76100 | 19028 |  5402k|  70.8 |   729M |  69 |7089 |  11k|   0 |  61k|  0 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2187.94/2196.11	c  1050s| 76200 | 19017 |  5406k|  70.8 |   729M |  69 |7089 |  11k|8523 |  61k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2188.72/2196.91	c  1050s| 76300 | 19037 |  5412k|  70.8 |   729M |  69 |7089 |  11k|8532 |  62k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2189.62/2197.82	c  1051s| 76400 | 19044 |  5419k|  70.8 |   729M |  69 |7089 |  11k|8532 |  62k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2190.52/2198.73	c  1052s| 76500 | 19047 |  5425k|  70.8 |   729M |  69 |7089 |  11k|   0 |  62k|  0 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2191.31/2199.59	c  1053s| 76600 | 19077 |  5431k|  70.7 |   729M |  69 |7089 |  11k|8528 |  62k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2192.11/2200.39	c  1054s| 76700 | 19113 |  5436k|  70.7 |   729M |  69 |7089 |  11k|8535 |  62k|  2 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2192.92/2201.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2192.92/2201.18	c  1055s| 76800 | 19138 |  5442k|  70.7 |   729M |  69 |7089 |  11k|8531 |  62k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2193.71/2201.95	c  1055s| 76900 | 19153 |  5447k|  70.7 |   730M |  69 |7089 |  11k|8528 |  62k|  1 |  49k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2194.40/2202.69	c  1056s| 77000 | 19171 |  5452k|  70.7 |   730M |  69 |7089 |  12k|8531 |  62k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2195.10/2203.38	c  1057s| 77100 | 19180 |  5457k|  70.6 |   730M |  69 |7089 |  12k|   0 |  62k|  0 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2196.10/2204.33	c  1058s| 77200 | 19199 |  5462k|  70.6 |   730M |  69 |7089 |  12k|8537 |  62k|  2 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2196.91/2205.14	c  1059s| 77300 | 19220 |  5468k|  70.6 |   730M |  69 |7089 |  12k|   0 |  62k|  0 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2198.09/2206.38	c  1060s| 77400 | 19256 |  5475k|  70.6 |   730M |  69 |7089 |  12k|8533 |  62k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2198.90/2207.13	c  1061s| 77500 | 19261 |  5480k|  70.6 |   730M |  69 |7089 |  12k|8532 |  62k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2199.98/2208.23	c  1062s| 77600 | 19272 |  5485k|  70.5 |   730M |  69 |7089 |  12k|   0 |  62k|  0 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2200.79/2209.04	c  1062s| 77700 | 19273 |  5489k|  70.5 |   730M |  69 |7089 |  11k|8532 |  62k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2201.68/2209.96	c  1063s| 77800 | 19281 |  5495k|  70.5 |   730M |  69 |7089 |  11k|   0 |  62k|  0 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2202.67/2210.90	c  1064s| 77900 | 19292 |  5501k|  70.5 |   730M |  69 |7089 |  11k|8535 |  62k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2203.27/2211.57	c  1065s| 78000 | 19295 |  5505k|  70.4 |   730M |  69 |7089 |  11k|8534 |  62k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2204.56/2212.87	c  1066s| 78100 | 19340 |  5512k|  70.4 |   730M |  69 |7089 |  11k|8541 |  62k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2205.77/2214.06	c  1067s| 78200 | 19364 |  5518k|  70.4 |   730M |  69 |7089 |  11k|8537 |  63k|  1 |  50k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2206.87/2215.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2206.87/2215.17	c  1069s| 78300 | 19379 |  5526k|  70.4 |   730M |  69 |7089 |  11k|8533 |  63k|  1 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2207.77/2216.04	c  1069s| 78400 | 19387 |  5533k|  70.4 |   731M |  69 |7089 |  12k|8528 |  63k|  1 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2208.65/2217.00	c  1070s| 78500 | 19390 |  5540k|  70.4 |   731M |  69 |7089 |  11k|   0 |  63k|  0 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2209.65/2217.92	c  1071s| 78600 | 19417 |  5546k|  70.4 |   732M |  69 |7089 |  11k|   0 |  63k|  0 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2210.44/2218.71	c  1072s| 78700 | 19423 |  5553k|  70.4 |   732M |  69 |7089 |  11k|8535 |  63k|  1 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2211.24/2219.53	c  1073s| 78800 | 19433 |  5559k|  70.4 |   732M |  69 |7089 |  11k|   0 |  63k|  0 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2211.85/2220.14	c  1074s| 78900 | 19433 |  5564k|  70.4 |   732M |  69 |7089 |  11k|   0 |  63k|  0 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2212.63/2220.96	c  1074s| 79000 | 19426 |  5568k|  70.3 |   732M |  69 |7089 |  11k|8529 |  63k|  1 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2214.03/2222.36	c  1076s| 79100 | 19430 |  5576k|  70.3 |   732M |  69 |7089 |  11k|   0 |  63k|  0 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2214.84/2223.12	c  1077s| 79200 | 19431 |  5581k|  70.3 |   732M |  69 |7089 |  11k|8541 |  63k|  2 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2215.74/2224.02	c  1077s| 79300 | 19437 |  5587k|  70.3 |   732M |  69 |7089 |  11k|8528 |  63k|  1 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2216.62/2224.90	c  1078s| 79400 | 19435 |  5593k|  70.3 |   732M |  69 |7089 |  11k|8536 |  63k|  1 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2217.52/2225.84	c  1079s| 79500 | 19449 |  5597k|  70.3 |   732M |  69 |7089 |  11k|8536 |  63k|  1 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2218.31/2226.67	c  1080s| 79600 | 19454 |  5603k|  70.2 |   732M |  69 |7089 |  11k|   0 |  63k|  0 |  51k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2219.21/2227.54	c  1081s| 79700 | 19467 |  5609k|  70.2 |   734M |  69 |7089 |  11k|   0 |  63k|  0 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2220.11/2228.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2220.11/2228.41	c  1082s| 79800 | 19485 |  5614k|  70.2 |   734M |  69 |7089 |  11k|8537 |  63k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2221.00/2229.30	c  1083s| 79900 | 19479 |  5619k|  70.2 |   734M |  69 |7089 |  11k|   0 |  63k|  0 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2221.81/2230.11	c  1084s| 80000 | 19481 |  5624k|  70.2 |   734M |  69 |7089 |  11k|   0 |  64k|  0 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2222.50/2230.88	c  1084s| 80100 | 19486 |  5629k|  70.1 |   734M |  69 |7089 |  11k|8538 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2223.29/2231.66	c  1085s| 80200 | 19489 |  5635k|  70.1 |   734M |  69 |7089 |  11k|8536 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2224.19/2232.51	c  1086s| 80300 | 19499 |  5639k|  70.1 |   734M |  69 |7089 |  11k|8535 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2224.89/2233.26	c  1087s| 80400 | 19506 |  5644k|  70.1 |   734M |  69 |7089 |  11k|8539 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2225.98/2234.30	c  1088s| 80500 | 19515 |  5650k|  70.0 |   734M |  69 |7089 |  11k|8537 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2226.69/2235.08	c  1088s| 80600 | 19543 |  5656k|  70.0 |   734M |  69 |7089 |  11k|8537 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2227.48/2235.87	c  1089s| 80700 | 19545 |  5662k|  70.0 |   734M |  69 |7089 |  11k|8535 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2228.47/2236.81	c  1090s| 80800 | 19559 |  5667k|  70.0 |   734M |  69 |7089 |  11k|8538 |  64k|  2 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2229.27/2237.65	c  1091s| 80900 | 19565 |  5672k|  70.0 |   734M |  69 |7089 |  11k|8526 |  64k|  1 |  52k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2230.17/2238.54	c  1092s| 81000 | 19582 |  5679k|  70.0 |   734M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2231.06/2239.46	c  1093s| 81100 | 19580 |  5684k|  69.9 |   734M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2232.16/2240.52	c  1094s| 81200 | 19594 |  5692k|  70.0 |   735M |  69 |7089 |  11k|8523 |  64k|  1 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2233.06/2241.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2233.06/2241.42	c  1095s| 81300 | 19608 |  5698k|  69.9 |   735M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2233.85/2242.21	c  1096s| 81400 | 19615 |  5703k|  69.9 |   735M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2234.85/2243.29	c  1097s| 81500 | 19616 |  5709k|  69.9 |   736M |  69 |7089 |  11k|8533 |  64k|  1 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2235.66/2244.05	c  1097s| 81600 | 19625 |  5714k|  69.9 |   736M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2236.44/2244.88	c  1098s| 81700 | 19636 |  5721k|  69.9 |   736M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2237.34/2245.75	c  1099s| 81800 | 19650 |  5728k|  69.9 |   736M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2238.14/2246.58	c  1100s| 81900 | 19661 |  5733k|  69.9 |   736M |  69 |7089 |  11k|   0 |  64k|  0 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2239.74/2248.12	c  1102s| 82000 | 19691 |  5742k|  69.9 |   736M |  69 |7089 |  11k|8533 |  64k|  2 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2241.82/2250.24	c  1104s| 82100 | 19729 |  5752k|  69.9 |   736M |  69 |7089 |  11k|8535 |  65k|  2 |  53k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2243.12/2251.51	c  1105s| 82200 | 19763 |  5760k|  69.9 |   736M |  69 |7089 |  11k|8522 |  65k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2244.31/2252.75	c  1106s| 82300 | 19786 |  5768k|  69.9 |   737M |  69 |7089 |  11k|   0 |  65k|  0 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2245.31/2253.76	c  1107s| 82400 | 19825 |  5775k|  69.9 |   737M |  69 |7089 |  11k|8532 |  65k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2246.41/2254.81	c  1108s| 82500 | 19844 |  5782k|  69.9 |   737M |  69 |7089 |  11k|8522 |  65k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2247.50/2256.00	c  1109s| 82600 | 19876 |  5788k|  69.9 |   738M |  69 |7089 |  11k|   0 |  65k|  0 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2248.50/2257.01	c  1110s| 82700 | 19900 |  5795k|  69.9 |   738M |  69 |7089 |  11k|8522 |  65k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2249.39/2257.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2249.39/2257.87	c  1111s| 82800 | 19899 |  5802k|  69.9 |   738M |  69 |7089 |  11k|8532 |  65k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2250.39/2258.87	c  1112s| 82900 | 19913 |  5808k|  69.9 |   738M |  69 |7089 |  11k|8528 |  65k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2251.70/2260.13	c  1114s| 83000 | 19924 |  5814k|  69.9 |   739M |  69 |7089 |  12k|8532 |  65k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2252.79/2261.21	c  1115s| 83100 | 19928 |  5821k|  69.9 |   739M |  69 |7089 |  12k|8530 |  66k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2253.69/2262.19	c  1116s| 83200 | 19945 |  5829k|  69.9 |   739M |  69 |7089 |  12k|8532 |  66k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2254.88/2263.32	c  1117s| 83300 | 19963 |  5835k|  69.9 |   741M |  69 |7089 |  12k|8532 |  66k|  1 |  54k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2255.87/2264.32	c  1118s| 83400 | 19980 |  5842k|  69.9 |   742M |  69 |7089 |  12k|   0 |  66k|  0 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2256.87/2265.36	c  1119s| 83500 | 19989 |  5849k|  69.9 |   743M |  69 |7089 |  12k|8532 |  66k|  2 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2257.77/2266.20	c  1120s| 83600 | 20005 |  5855k|  69.9 |   743M |  69 |7089 |  12k|   0 |  66k|  0 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2258.58/2267.04	c  1120s| 83700 | 20023 |  5860k|  69.9 |   743M |  69 |7089 |  12k|8537 |  66k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2259.36/2267.86	c  1121s| 83800 | 20019 |  5866k|  69.9 |   743M |  69 |7089 |  12k|   0 |  66k|  0 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2260.16/2268.60	c  1122s| 83900 | 20025 |  5871k|  69.8 |   743M |  69 |7089 |  12k|8533 |  66k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2261.45/2269.99	c  1123s| 84000 | 20040 |  5879k|  69.9 |   743M |  69 |7089 |  12k|8540 |  66k|  2 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2262.35/2270.80	c  1124s| 84100 | 20053 |  5885k|  69.8 |   743M |  69 |7089 |  12k|   0 |  66k|  0 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2263.84/2272.34	c  1126s| 84200 | 20079 |  5896k|  69.9 |   743M |  69 |7089 |  12k|8538 |  66k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2264.94/2273.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2264.94/2273.42	c  1127s| 84300 | 20092 |  5902k|  69.9 |   744M |  69 |7089 |  12k|8538 |  66k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2266.03/2274.56	c  1128s| 84400 | 20096 |  5907k|  69.8 |   744M |  69 |7089 |  12k|8533 |  67k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2266.93/2275.41	c  1129s| 84500 | 20110 |  5912k|  69.8 |   745M |  69 |7089 |  12k|8534 |  67k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2267.93/2276.49	c  1130s| 84600 | 20124 |  5917k|  69.8 |   745M |  69 |7089 |  12k|8539 |  67k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2268.64/2277.15	c  1131s| 84700 | 20119 |  5923k|  69.8 |   745M |  69 |7089 |  12k|8538 |  67k|  1 |  55k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2269.53/2278.05	c  1131s| 84800 | 20126 |  5929k|  69.8 |   745M |  69 |7089 |  12k|   0 |  67k|  0 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2270.22/2278.77	c  1132s| 84900 | 20127 |  5934k|  69.8 |   745M |  69 |7089 |  12k|8534 |  67k|  1 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2270.91/2279.47	c  1133s| 85000 | 20139 |  5938k|  69.7 |   745M |  69 |7089 |  12k|8538 |  67k|  1 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2271.91/2280.45	c  1134s| 85100 | 20140 |  5945k|  69.7 |   745M |  69 |7089 |  12k|8532 |  67k|  1 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2272.81/2281.34	c  1135s| 85200 | 20147 |  5952k|  69.7 |   745M |  69 |7089 |  12k|   0 |  67k|  0 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2273.62/2282.13	c  1136s| 85300 | 20146 |  5956k|  69.7 |   745M |  69 |7089 |  12k|8539 |  67k|  1 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2274.30/2282.89	c  1136s| 85400 | 20155 |  5961k|  69.7 |   745M |  69 |7089 |  12k|   0 |  67k|  0 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2275.00/2283.55	c  1137s| 85500 | 20149 |  5966k|  69.6 |   745M |  69 |7089 |  12k|8542 |  67k|  2 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2275.89/2284.49	c  1138s| 85600 | 20158 |  5972k|  69.6 |   745M |  69 |7089 |  12k|   0 |  67k|  0 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2277.50/2286.08	c  1139s| 85700 | 20154 |  5978k|  69.6 |   745M |  69 |7089 |  12k|   0 |  67k|  0 |  56k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2278.78/2287.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2278.78/2287.39	c  1141s| 85800 | 20145 |  5984k|  69.6 |   745M |  69 |7089 |  12k|8525 |  67k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2280.68/2289.21	c  1143s| 85900 | 20201 |  5993k|  69.6 |   746M |  69 |7089 |  12k|8540 |  67k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2282.07/2290.66	c  1144s| 86000 | 20243 |  6001k|  69.6 |   747M |  69 |7089 |  12k|8528 |  67k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2283.58/2292.16	c  1146s| 86100 | 20273 |  6008k|  69.6 |   747M |  69 |7089 |  12k|8528 |  67k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2284.76/2293.35	c  1147s| 86200 | 20302 |  6015k|  69.6 |   747M |  69 |7089 |  12k|   0 |  68k|  0 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2285.86/2294.42	c  1148s| 86300 | 20334 |  6022k|  69.6 |   747M |  69 |7089 |  12k|8537 |  68k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2286.85/2295.40	c  1149s| 86400 | 20345 |  6028k|  69.6 |   748M |  69 |7089 |  12k|   0 |  68k|  0 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2287.75/2296.35	c  1150s| 86500 | 20349 |  6035k|  69.6 |   750M |  69 |7089 |  12k|8537 |  68k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2289.04/2297.63	c  1151s| 86600 | 20356 |  6042k|  69.6 |   750M |  69 |7089 |  12k|8528 |  68k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2290.04/2298.69	c  1152s| 86700 | 20369 |  6050k|  69.6 |   750M |  69 |7089 |  12k|   0 |  68k|  0 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2291.14/2299.77	c  1153s| 86800 | 20383 |  6056k|  69.6 |   750M |  69 |7089 |  12k|8536 |  68k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2292.03/2300.61	c  1154s| 86900 | 20395 |  6062k|  69.6 |   750M |  69 |7089 |  12k|8528 |  68k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2292.93/2301.52	c  1155s| 87000 | 20398 |  6066k|  69.6 |   750M |  69 |7089 |  12k|   0 |  68k|  0 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2293.73/2302.34	c  1156s| 87100 | 20401 |  6072k|  69.6 |   750M |  69 |7089 |  12k|   0 |  68k|  0 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2294.72/2303.34	c  1157s| 87200 | 20409 |  6079k|  69.6 |   750M |  69 |7089 |  12k|8535 |  68k|  1 |  57k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2295.72/2304.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2295.72/2304.31	c  1158s| 87300 | 20416 |  6087k|  69.6 |   750M |  69 |7089 |  12k|   0 |  68k|  0 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2296.72/2305.36	c  1159s| 87400 | 20451 |  6095k|  69.6 |   751M |  69 |7089 |  12k|8536 |  68k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2297.61/2306.26	c  1160s| 87500 | 20468 |  6101k|  69.6 |   751M |  69 |7089 |  12k|8536 |  68k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2298.31/2307.00	c  1160s| 87600 | 20470 |  6106k|  69.6 |   752M |  69 |7089 |  12k|   0 |  68k|  0 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2299.11/2307.76	c  1161s| 87700 | 20468 |  6111k|  69.5 |   752M |  69 |7089 |  12k|8536 |  68k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2300.10/2308.74	c  1162s| 87800 | 20473 |  6116k|  69.5 |   752M |  69 |7089 |  12k|8536 |  68k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2300.80/2309.45	c  1163s| 87900 | 20466 |  6121k|  69.5 |   752M |  69 |7089 |  12k|   0 |  68k|  0 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2301.70/2310.31	c  1164s| 88000 | 20456 |  6126k|  69.5 |   752M |  69 |7089 |  12k|8536 |  68k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2302.41/2311.04	c  1164s| 88100 | 20464 |  6131k|  69.5 |   752M |  69 |7089 |  12k|8536 |  69k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2306.08/2314.72	c  1168s| 88200 | 20461 |  6135k|  69.4 |   752M |  69 |7089 |  12k|8529 |  69k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2306.87/2315.53	c  1169s| 88300 | 20460 |  6140k|  69.4 |   753M |  69 |7089 |  12k|   0 |  69k|  0 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2307.97/2316.68	c  1170s| 88400 | 20469 |  6147k|  69.4 |   754M |  69 |7089 |  12k|8533 |  69k|  1 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2308.67/2317.38	c  1171s| 88500 | 20479 |  6152k|  69.4 |   754M |  69 |7089 |  12k|   0 |  69k|  0 |  58k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2309.96/2318.68	c  1172s| 88600 | 20476 |  6159k|  69.4 |   754M |  69 |7089 |  12k|   0 |  69k|  0 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2310.96/2319.68	c  1173s| 88700 | 20484 |  6166k|  69.4 |   754M |  69 |7089 |  12k|8534 |  69k|  1 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2312.25/2320.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2312.25/2320.93	c  1174s| 88800 | 20499 |  6173k|  69.4 |   754M |  69 |7089 |  12k|   0 |  69k|  0 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2312.85/2321.57	c  1175s| 88900 | 20492 |  6177k|  69.3 |   754M |  69 |7089 |  12k|8534 |  69k|  1 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2313.85/2322.55	c  1176s| 89000 | 20499 |  6182k|  69.3 |   754M |  69 |7089 |  12k|   0 |  69k|  0 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2314.84/2323.57	c  1177s| 89100 | 20501 |  6187k|  69.3 |   754M |  69 |7089 |  12k|8534 |  69k|  1 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2315.74/2324.43	c  1178s| 89200 | 20502 |  6192k|  69.3 |   754M |  69 |7089 |  12k|8535 |  69k|  1 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2316.64/2325.34	c  1179s| 89300 | 20502 |  6197k|  69.3 |   754M |  69 |7089 |  12k|8530 |  69k|  1 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2317.63/2326.30	c  1180s| 89400 | 20509 |  6203k|  69.3 |   754M |  69 |7089 |  12k|   0 |  69k|  0 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2318.34/2327.11	c  1180s| 89500 | 20504 |  6207k|  69.2 |   755M |  69 |7089 |  12k|8542 |  69k|  1 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2319.34/2328.03	c  1181s| 89600 | 20510 |  6212k|  69.2 |   755M |  69 |7089 |  12k|8526 |  69k|  1 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2320.33/2329.11	c  1182s| 89700 | 20533 |  6218k|  69.2 |   755M |  69 |7089 |  12k|   0 |  69k|  0 |  59k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2321.62/2330.31	c  1184s| 89800 | 20560 |  6225k|  69.2 |   755M |  69 |7089 |  12k|   0 |  69k|  0 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2322.71/2331.43	c  1185s| 89900 | 20577 |  6230k|  69.2 |   756M |  69 |7089 |  12k|8533 |  70k|  1 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2323.71/2332.40	c  1186s| 90000 | 20602 |  6236k|  69.2 |   756M |  69 |7089 |  12k|8535 |  70k|  1 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2324.51/2333.23	c  1187s| 90100 | 20610 |  6241k|  69.1 |   757M |  69 |7089 |  12k|8530 |  70k|  1 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2325.41/2334.11	c  1188s| 90200 | 20614 |  6246k|  69.1 |   757M |  69 |7089 |  12k|   0 |  70k|  0 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2326.10/2334.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2326.10/2334.89	c  1188s| 90300 | 20617 |  6251k|  69.1 |   757M |  69 |7089 |  12k|8536 |  70k|  1 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2326.90/2335.63	c  1189s| 90400 | 20614 |  6255k|  69.1 |   757M |  69 |7089 |  12k|8529 |  70k|  1 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2328.09/2336.83	c  1190s| 90500 | 20642 |  6261k|  69.1 |   758M |  69 |7089 |  12k|8536 |  70k|  2 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2329.09/2337.88	c  1191s| 90600 | 20653 |  6267k|  69.0 |   758M |  69 |7089 |  12k|8524 |  70k|  1 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2330.48/2339.27	c  1193s| 90700 | 20686 |  6274k|  69.0 |   758M |  69 |7089 |  12k|   0 |  70k|  0 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2331.98/2340.72	c  1194s| 90800 | 20707 |  6281k|  69.1 |   758M |  69 |7089 |  12k|8531 |  70k|  1 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2332.87/2341.63	c  1195s| 90900 | 20712 |  6288k|  69.0 |   760M |  69 |7089 |  12k|   0 |  70k|  0 |  60k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2333.77/2342.55	c  1196s| 91000 | 20724 |  6295k|  69.1 |   760M |  69 |7089 |  12k|   0 |  70k|  0 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2334.57/2343.32	c  1197s| 91100 | 20719 |  6300k|  69.0 |   760M |  69 |7089 |  12k|   0 |  70k|  0 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2335.86/2344.64	c  1198s| 91200 | 20724 |  6307k|  69.0 |   760M |  69 |7089 |  12k|8532 |  70k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2337.16/2345.97	c  1199s| 91300 | 20772 |  6315k|  69.0 |   760M |  69 |7089 |  12k|8535 |  71k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2338.45/2347.29	c  1201s| 91400 | 20791 |  6323k|  69.0 |   761M |  69 |7089 |  12k|   0 |  71k|  0 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2339.36/2348.16	c  1202s| 91500 | 20817 |  6328k|  69.0 |   761M |  69 |7089 |  12k|8535 |  71k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2340.44/2349.21	c  1203s| 91600 | 20842 |  6335k|  69.0 |   761M |  69 |7089 |  12k|   0 |  71k|  0 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2341.14/2349.97	c  1203s| 91700 | 20853 |  6340k|  69.0 |   762M |  69 |7089 |  12k|8536 |  71k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2342.44/2351.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2342.44/2351.20	c  1205s| 91800 | 20855 |  6346k|  69.0 |   762M |  69 |7089 |  12k|8535 |  71k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2343.73/2352.58	c  1206s| 91900 | 20864 |  6352k|  69.0 |   765M |  69 |7089 |  12k|8529 |  71k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2345.13/2353.99	c  1207s| 92000 | 20867 |  6358k|  69.0 |   765M |  69 |7089 |  12k|8534 |  71k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2346.52/2355.39	c  1209s| 92100 | 20875 |  6365k|  69.0 |   766M |  69 |7089 |  12k|8535 |  71k|  1 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2347.33/2356.18	c  1210s| 92200 | 20882 |  6370k|  69.0 |   766M |  69 |7089 |  12k|   0 |  71k|  0 |  61k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2348.61/2357.48	c  1211s| 92300 | 20894 |  6377k|  69.0 |   766M |  69 |7089 |  12k|   0 |  71k|  0 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2349.51/2358.33	c  1212s| 92400 | 20896 |  6382k|  68.9 |   767M |  69 |7089 |  12k|   0 |  71k|  0 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2350.32/2359.16	c  1213s| 92500 | 20896 |  6386k|  68.9 |   767M |  69 |7089 |  12k|8539 |  71k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2351.60/2360.40	c  1214s| 92600 | 20907 |  6393k|  68.9 |   767M |  69 |7089 |  12k|8536 |  71k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2352.60/2361.42	c  1215s| 92700 | 20923 |  6399k|  68.9 |   767M |  69 |7089 |  12k|8536 |  71k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2353.99/2362.88	c  1216s| 92800 | 20936 |  6404k|  68.9 |   768M |  69 |7089 |  12k|   0 |  71k|  0 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2354.89/2363.70	c  1217s| 92900 | 20937 |  6410k|  68.9 |   768M |  69 |7089 |  12k|8536 |  71k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2355.88/2364.73	c  1218s| 93000 | 20967 |  6417k|  68.9 |   768M |  69 |7089 |  12k|8537 |  72k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2356.68/2365.53	c  1219s| 93100 | 20967 |  6421k|  68.8 |   768M |  69 |7089 |  12k|8537 |  72k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2357.38/2366.23	c  1220s| 93200 | 20969 |  6426k|  68.8 |   768M |  69 |7089 |  12k|8537 |  72k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2358.08/2366.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2358.08/2366.98	c  1220s| 93300 | 20956 |  6430k|  68.8 |   768M |  69 |7089 |  12k|   0 |  72k|  0 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2358.97/2367.83	c  1221s| 93400 | 20955 |  6436k|  68.8 |   768M |  69 |7089 |  12k|8539 |  72k|  2 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2360.07/2368.99	c  1222s| 93500 | 20990 |  6442k|  68.8 |   768M |  69 |7089 |  12k|8535 |  72k|  1 |  62k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2360.86/2369.73	c  1223s| 93600 | 21000 |  6447k|  68.8 |   768M |  69 |7089 |  12k|8536 |  72k|  1 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2362.27/2371.17	c  1225s| 93700 | 20996 |  6453k|  68.7 |   768M |  69 |7089 |  12k|   0 |  72k|  0 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2363.36/2372.22	c  1226s| 93800 | 21008 |  6458k|  68.7 |   768M |  69 |7089 |  12k|8537 |  72k|  1 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2364.17/2373.03	c  1226s| 93900 | 21015 |  6464k|  68.7 |   768M |  69 |7089 |  12k|   0 |  72k|  0 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2364.95/2373.82	c  1227s| 94000 | 21015 |  6469k|  68.7 |   768M |  69 |7089 |  12k|8535 |  72k|  1 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2366.04/2374.94	c  1228s| 94100 | 21025 |  6474k|  68.7 |   768M |  69 |7089 |  12k|8532 |  72k|  1 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2367.44/2376.37	c  1230s| 94200 | 21057 |  6482k|  68.7 |   768M |  69 |7089 |  12k|8534 |  72k|  1 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2368.64/2377.56	c  1231s| 94300 | 21063 |  6486k|  68.7 |   768M |  69 |7089 |  12k|   0 |  72k|  0 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2369.63/2378.56	c  1232s| 94400 | 21070 |  6492k|  68.7 |   769M |  69 |7089 |  12k|   0 |  72k|  0 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2370.63/2379.58	c  1233s| 94500 | 21084 |  6498k|  68.6 |   769M |  69 |7089 |  12k|8535 |  72k|  1 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2371.32/2380.28	c  1234s| 94600 | 21080 |  6503k|  68.6 |   770M |  69 |7089 |  12k|   0 |  72k|  0 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2372.42/2381.33	c  1235s| 94700 | 21082 |  6508k|  68.6 |   770M |  69 |7089 |  12k|8534 |  72k|  1 |  63k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2373.42/2382.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2373.42/2382.31	c  1236s| 94800 | 21106 |  6514k|  68.6 |   770M |  69 |7089 |  12k|8533 |  72k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2374.41/2383.37	c  1237s| 94900 | 21133 |  6518k|  68.6 |   770M |  69 |7089 |  12k|8535 |  73k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2375.22/2384.14	c  1238s| 95000 | 21136 |  6525k|  68.6 |   770M |  69 |7089 |  12k|   0 |  73k|  0 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2375.91/2384.90	c  1238s| 95100 | 21129 |  6532k|  68.6 |   770M |  69 |7089 |  12k|   0 |  73k|  0 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2376.70/2385.66	c  1239s| 95200 | 21133 |  6537k|  68.5 |   770M |  69 |7089 |  12k|8536 |  73k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2377.50/2386.41	c  1240s| 95300 | 21144 |  6542k|  68.5 |   770M |  69 |7089 |  12k|8534 |  73k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2378.60/2387.54	c  1241s| 95400 | 21162 |  6549k|  68.5 |   771M |  69 |7089 |  12k|8537 |  73k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2379.49/2388.45	c  1242s| 95500 | 21158 |  6555k|  68.5 |   771M |  69 |7089 |  12k|   0 |  73k|  0 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2380.39/2389.34	c  1243s| 95600 | 21168 |  6561k|  68.5 |   771M |  69 |7089 |  12k|8536 |  73k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2381.29/2390.26	c  1244s| 95700 | 21171 |  6566k|  68.5 |   771M |  69 |7089 |  12k|8535 |  73k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2381.98/2390.98	c  1244s| 95800 | 21175 |  6571k|  68.5 |   771M |  69 |7089 |  12k|   0 |  73k|  0 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2382.88/2391.83	c  1245s| 95900 | 21167 |  6577k|  68.5 |   772M |  69 |7089 |  12k|8537 |  73k|  1 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2383.68/2392.64	c  1246s| 96000 | 21169 |  6582k|  68.4 |   773M |  69 |7089 |  12k|   0 |  73k|  0 |  64k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2384.77/2393.70	c  1247s| 96100 | 21190 |  6589k|  68.4 |   774M |  69 |7089 |  12k|8534 |  73k|  1 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2385.38/2394.38	c  1248s| 96200 | 21195 |  6593k|  68.4 |   774M |  69 |7089 |  12k|   0 |  73k|  0 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2386.19/2395.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2386.19/2395.13	c  1249s| 96300 | 21214 |  6599k|  68.4 |   774M |  69 |7089 |  12k|8535 |  73k|  1 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2386.87/2395.83	c  1249s| 96400 | 21228 |  6603k|  68.4 |   774M |  69 |7089 |  12k|   0 |  73k|  0 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2387.47/2396.49	c  1250s| 96500 | 21225 |  6607k|  68.3 |   774M |  69 |7089 |  12k|8534 |  73k|  1 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2388.26/2397.22	c  1251s| 96600 | 21234 |  6612k|  68.3 |   774M |  69 |7089 |  12k|8538 |  73k|  1 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2389.36/2398.36	c  1252s| 96700 | 21230 |  6618k|  68.3 |   774M |  69 |7089 |  12k|8538 |  73k|  1 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2390.26/2399.26	c  1253s| 96800 | 21250 |  6625k|  68.3 |   774M |  69 |7089 |  12k|   0 |  73k|  0 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2391.07/2400.02	c  1253s| 96900 | 21245 |  6630k|  68.3 |   774M |  69 |7089 |  12k|8540 |  73k|  2 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2391.85/2400.84	c  1254s| 97000 | 21249 |  6636k|  68.3 |   774M |  69 |7089 |  12k|8535 |  73k|  1 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2392.55/2401.54	c  1255s| 97100 | 21251 |  6642k|  68.3 |   774M |  69 |7089 |  12k|8536 |  73k|  1 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2393.35/2402.32	c  1256s| 97200 | 21246 |  6647k|  68.3 |   774M |  69 |7089 |  12k|   0 |  73k|  0 |  65k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2394.44/2403.45	c  1257s| 97300 | 21246 |  6653k|  68.3 |   774M |  69 |7089 |  12k|8536 |  73k|  1 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2395.15/2404.14	c  1258s| 97400 | 21250 |  6658k|  68.2 |   774M |  69 |7089 |  12k|   0 |  73k|  0 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2396.05/2405.07	c  1258s| 97500 | 21252 |  6663k|  68.2 |   774M |  69 |7089 |  12k|8538 |  73k|  1 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2397.04/2406.11	c  1259s| 97600 | 21273 |  6670k|  68.2 |   774M |  69 |7089 |  12k|   0 |  74k|  0 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2398.04/2407.03	c  1260s| 97700 | 21279 |  6676k|  68.2 |   774M |  69 |7089 |  12k|   0 |  74k|  0 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2398.82/2407.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2398.82/2407.82	c  1261s| 97800 | 21286 |  6682k|  68.2 |   774M |  69 |7089 |  12k|8533 |  74k|  1 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2399.92/2408.90	c  1262s| 97900 | 21290 |  6689k|  68.2 |   774M |  69 |7089 |  12k|8541 |  74k|  2 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2400.72/2409.77	c  1263s| 98000 | 21292 |  6695k|  68.2 |   774M |  69 |7089 |  12k|8536 |  74k|  1 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2401.51/2410.51	c  1264s| 98100 | 21296 |  6699k|  68.2 |   774M |  69 |7089 |  12k|8527 |  74k|  1 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2402.61/2411.64	c  1265s| 98200 | 21317 |  6705k|  68.2 |   774M |  69 |7089 |  12k|   0 |  74k|  0 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2403.31/2412.36	c  1266s| 98300 | 21321 |  6710k|  68.1 |   774M |  69 |7089 |  12k|8537 |  74k|  1 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2404.20/2413.21	c  1267s| 98400 | 21346 |  6716k|  68.1 |   774M |  69 |7089 |  12k|   0 |  74k|  0 |  66k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2404.90/2413.91	c  1267s| 98500 | 21355 |  6721k|  68.1 |   775M |  69 |7089 |  12k|8539 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2405.60/2414.60	c  1268s| 98600 | 21369 |  6726k|  68.1 |   775M |  69 |7089 |  12k|   0 |  74k|  0 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2406.30/2415.39	c  1269s| 98700 | 21375 |  6731k|  68.1 |   775M |  69 |7089 |  12k|8537 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2407.11/2416.17	c  1270s| 98800 | 21378 |  6738k|  68.1 |   775M |  69 |7089 |  12k|8537 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2407.79/2416.85	c  1270s| 98900 | 21381 |  6742k|  68.1 |   775M |  69 |7089 |  12k|   0 |  74k|  0 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2408.69/2417.77	c  1271s| 99000 | 21390 |  6749k|  68.1 |   775M |  69 |7089 |  12k|8533 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2410.09/2419.12	c  1273s| 99100 | 21403 |  6755k|  68.0 |   775M |  69 |7089 |  12k|8534 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2410.99/2420.06	c  1273s| 99200 | 21428 |  6760k|  68.0 |   775M |  69 |7089 |  12k|8533 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2411.99/2421.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2411.99/2421.05	c  1274s| 99300 | 21472 |  6767k|  68.0 |   776M |  69 |7089 |  12k|8533 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2412.77/2421.80	c  1275s| 99400 | 21490 |  6772k|  68.0 |   776M |  69 |7089 |  12k|   0 |  74k|  0 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2413.57/2422.69	c  1276s| 99500 | 21494 |  6777k|  68.0 |   777M |  69 |7089 |  12k|   0 |  74k|  0 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2414.46/2423.51	c  1277s| 99600 | 21497 |  6781k|  68.0 |   777M |  69 |7089 |  12k|   0 |  74k|  0 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2415.36/2424.42	c  1278s| 99700 | 21507 |  6785k|  67.9 |   778M |  69 |7089 |  12k|8532 |  74k|  1 |  67k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2416.16/2425.27	c  1279s| 99800 | 21519 |  6790k|  67.9 |   778M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2417.15/2426.29	c  1280s| 99900 | 21536 |  6794k|  67.9 |   778M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2417.96/2427.04	c  1280s|100000 | 21550 |  6799k|  67.9 |   778M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2418.55/2427.68	c  1281s|100100 | 21554 |  6802k|  67.8 |   778M |  69 |7089 |  12k|8532 |  75k|  1 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2419.44/2428.57	c  1282s|100200 | 21562 |  6808k|  67.8 |   778M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2420.84/2429.90	c  1283s|100300 | 21563 |  6813k|  67.8 |   778M |  69 |7089 |  12k|8535 |  75k|  1 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2421.54/2430.70	c  1284s|100400 | 21564 |  6819k|  67.8 |   780M |  69 |7089 |  12k|8535 |  75k|  1 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2422.53/2431.68	c  1285s|100500 | 21569 |  6825k|  67.8 |   780M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2423.53/2432.63	c  1286s|100600 | 21579 |  6832k|  67.8 |   780M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2424.43/2433.55	c  1287s|100700 | 21602 |  6838k|  67.8 |   780M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2425.32/2434.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2425.32/2434.43	c  1288s|100800 | 21607 |  6844k|  67.8 |   780M |  69 |7089 |  12k|   0 |  75k|  0 |  68k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2426.03/2435.19	c  1289s|100900 | 21595 |  6847k|  67.7 |   781M |  69 |7089 |  12k|8528 |  75k|  1 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2427.03/2436.16	c  1290s|101000 | 21620 |  6853k|  67.7 |   781M |  69 |7089 |  12k|   0 |  75k|  0 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2427.81/2436.96	c  1290s|101100 | 21630 |  6859k|  67.7 |   781M |  69 |7089 |  12k|8539 |  75k|  2 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2428.81/2437.98	c  1291s|101200 | 21637 |  6865k|  67.7 |   781M |  69 |7089 |  12k|   0 |  75k|  0 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2429.71/2438.87	c  1292s|101300 | 21649 |  6871k|  67.7 |   781M |  69 |7089 |  12k|8535 |  75k|  1 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2430.50/2439.69	c  1293s|101400 | 21657 |  6877k|  67.7 |   781M |  69 |7089 |  12k|8533 |  75k|  1 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2431.40/2440.50	c  1294s|101500 | 21663 |  6883k|  67.7 |   781M |  69 |7089 |  12k|   0 |  75k|  0 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2432.30/2441.43	c  1295s|101600 | 21675 |  6888k|  67.7 |   781M |  69 |7089 |  12k|   0 |  76k|  0 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2433.19/2442.34	c  1296s|101700 | 21694 |  6894k|  67.7 |   781M |  69 |7089 |  11k|8528 |  76k|  1 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2434.00/2443.11	c  1297s|101800 | 21728 |  6899k|  67.7 |   782M |  69 |7089 |  11k|8528 |  76k|  1 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2434.90/2444.07	c  1297s|101900 | 21749 |  6906k|  67.7 |   783M |  69 |7089 |  11k|   0 |  76k|  0 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2435.89/2445.03	c  1298s|102000 | 21771 |  6913k|  67.7 |   783M |  69 |7089 |  11k|   0 |  76k|  0 |  69k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2436.68/2445.87	c  1299s|102100 | 21769 |  6919k|  67.7 |   784M |  69 |7089 |  11k|8539 |  76k|  2 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2437.57/2446.75	c  1300s|102200 | 21775 |  6926k|  67.7 |   784M |  69 |7089 |  11k|8537 |  76k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2438.47/2447.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2438.47/2447.69	c  1301s|102300 | 21813 |  6933k|  67.7 |   784M |  69 |7089 |  12k|   0 |  76k|  0 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2439.37/2448.55	c  1302s|102400 | 21838 |  6939k|  67.7 |   784M |  69 |7089 |  12k|8535 |  76k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2440.16/2449.37	c  1303s|102500 | 21847 |  6945k|  67.6 |   784M |  69 |7089 |  12k|8528 |  76k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2441.36/2450.50	c  1304s|102600 | 21868 |  6953k|  67.7 |   784M |  69 |7089 |  12k|8537 |  76k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2442.16/2451.34	c  1305s|102700 | 21901 |  6959k|  67.6 |   784M |  69 |7089 |  12k|8537 |  76k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2443.05/2452.23	c  1306s|102800 | 21917 |  6964k|  67.6 |   784M |  69 |7089 |  12k|8537 |  76k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2443.86/2453.07	c  1306s|102900 | 21915 |  6970k|  67.6 |   786M |  69 |7089 |  12k|   0 |  76k|  0 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2444.75/2453.93	c  1307s|103000 | 21918 |  6977k|  67.6 |   786M |  69 |7089 |  12k|   0 |  76k|  0 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2445.64/2454.82	c  1308s|103100 | 21938 |  6984k|  67.6 |   786M |  69 |7089 |  12k|8528 |  76k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2446.44/2455.62	c  1309s|103200 | 21946 |  6989k|  67.6 |   786M |  69 |7089 |  12k|8537 |  77k|  1 |  70k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2447.24/2456.46	c  1310s|103300 | 21943 |  6996k|  67.6 |   786M |  69 |7089 |  12k|   0 |  77k|  0 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2448.23/2457.43	c  1311s|103400 | 21965 |  7002k|  67.6 |   787M |  69 |7089 |  12k|8528 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2449.03/2458.24	c  1312s|103500 | 22002 |  7008k|  67.6 |   787M |  69 |7089 |  12k|8538 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2449.84/2459.08	c  1312s|103600 | 22023 |  7014k|  67.6 |   787M |  69 |7089 |  12k|8541 |  77k|  2 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2450.72/2459.95	c  1313s|103700 | 22040 |  7021k|  67.6 |   787M |  69 |7089 |  12k|8534 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2451.83/2461.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2451.83/2461.05	c  1314s|103800 | 22066 |  7028k|  67.6 |   788M |  69 |7089 |  12k|8537 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2452.72/2461.97	c  1315s|103900 | 22097 |  7034k|  67.6 |   788M |  69 |7089 |  12k|   0 |  77k|  0 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2453.83/2463.01	c  1316s|104000 | 22126 |  7041k|  67.6 |   788M |  69 |7089 |  12k|8535 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2454.82/2464.01	c  1317s|104100 | 22137 |  7049k|  67.6 |   788M |  69 |7089 |  12k|   0 |  77k|  0 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2455.71/2464.93	c  1318s|104200 | 22139 |  7055k|  67.6 |   788M |  69 |7089 |  12k|8535 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2456.91/2466.13	c  1320s|104300 | 22148 |  7061k|  67.6 |   788M |  69 |7089 |  12k|8537 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2457.60/2466.84	c  1320s|104400 | 22141 |  7066k|  67.6 |   788M |  69 |7089 |  12k|8535 |  77k|  1 |  71k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2458.49/2467.78	c  1321s|104500 | 22139 |  7071k|  67.6 |   788M |  69 |7089 |  12k|   0 |  77k|  0 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2459.69/2468.93	c  1322s|104600 | 22149 |  7077k|  67.6 |   788M |  69 |7089 |  12k|8543 |  77k|  2 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2460.80/2470.01	c  1323s|104700 | 22177 |  7085k|  67.6 |   788M |  69 |7089 |  12k|8529 |  77k|  1 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2461.58/2470.88	c  1324s|104800 | 22199 |  7091k|  67.6 |   788M |  69 |7089 |  12k|8528 |  77k|  1 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2462.38/2471.61	c  1325s|104900 | 22225 |  7096k|  67.5 |   788M |  69 |7089 |  12k|8532 |  77k|  1 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2463.08/2472.33	c  1326s|105000 | 22219 |  7103k|  67.5 |   788M |  69 |7089 |  12k|8529 |  77k|  1 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2463.89/2473.14	c  1327s|105100 | 22228 |  7109k|  67.5 |   788M |  69 |7089 |  12k|8530 |  77k|  1 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2464.67/2474.01	c  1327s|105200 | 22244 |  7115k|  67.5 |   788M |  69 |7089 |  12k|   0 |  77k|  0 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2465.47/2474.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2465.47/2474.71	c  1328s|105300 | 22252 |  7119k|  67.5 |   789M |  69 |7089 |  12k|   0 |  78k|  0 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2466.27/2475.53	c  1329s|105400 | 22241 |  7125k|  67.5 |   789M |  69 |7089 |  12k|8534 |  78k|  1 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2467.46/2476.79	c  1330s|105500 | 22248 |  7132k|  67.5 |   789M |  69 |7089 |  12k|   0 |  78k|  0 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2468.36/2477.66	c  1331s|105600 | 22255 |  7139k|  67.5 |   790M |  69 |7089 |  12k|8534 |  78k|  1 |  72k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2469.35/2478.63	c  1332s|105700 | 22267 |  7144k|  67.5 |   790M |  69 |7089 |  12k|8538 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2470.35/2479.65	c  1333s|105800 | 22253 |  7148k|  67.5 |   790M |  69 |7089 |  12k|8533 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2471.44/2480.72	c  1334s|105900 | 22251 |  7153k|  67.4 |   790M |  69 |7089 |  12k|8536 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2472.64/2481.91	c  1335s|106000 | 22243 |  7158k|  67.4 |   790M |  69 |7089 |  12k|   0 |  78k|  0 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2473.64/2482.97	c  1336s|106100 | 22241 |  7164k|  67.4 |   790M |  69 |7089 |  12k|   0 |  78k|  0 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2474.43/2483.71	c  1337s|106200 | 22239 |  7169k|  67.4 |   790M |  69 |7089 |  12k|8528 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2475.23/2484.55	c  1338s|106300 | 22261 |  7174k|  67.4 |   790M |  69 |7089 |  12k|8540 |  78k|  2 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2475.93/2485.27	c  1339s|106400 | 22277 |  7179k|  67.4 |   790M |  69 |7089 |  12k|8528 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2476.84/2486.19	c  1340s|106500 | 22290 |  7186k|  67.4 |   790M |  69 |7089 |  12k|8538 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2478.02/2487.31	c  1341s|106600 | 22295 |  7192k|  67.4 |   790M |  69 |7089 |  12k|8535 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2478.92/2488.20	c  1342s|106700 | 22296 |  7199k|  67.4 |   791M |  69 |7089 |  12k|8538 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2479.73/2489.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2479.73/2489.03	c  1342s|106800 | 22296 |  7204k|  67.3 |   791M |  69 |7089 |  12k|8538 |  78k|  1 |  73k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2480.41/2489.77	c  1343s|106900 | 22304 |  7208k|  67.3 |   791M |  69 |7089 |  12k|8539 |  78k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2481.41/2490.77	c  1344s|107000 | 22337 |  7216k|  67.3 |   792M |  69 |7089 |  12k|8531 |  79k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2482.10/2491.48	c  1345s|107100 | 22349 |  7222k|  67.3 |   793M |  69 |7089 |  12k|   0 |  79k|  0 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2482.81/2492.19	c  1346s|107200 | 22345 |  7226k|  67.3 |   793M |  69 |7089 |  12k|8532 |  79k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2483.40/2492.74	c  1346s|107300 | 22343 |  7230k|  67.3 |   793M |  69 |7089 |  12k|   0 |  79k|  0 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2484.49/2493.80	c  1347s|107400 | 22359 |  7237k|  67.3 |   794M |  69 |7089 |  12k|   0 |  79k|  0 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2485.29/2494.60	c  1348s|107500 | 22372 |  7243k|  67.3 |   794M |  69 |7089 |  12k|8535 |  79k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2485.99/2495.39	c  1349s|107600 | 22378 |  7249k|  67.3 |   794M |  69 |7089 |  12k|8533 |  79k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2486.70/2496.04	c  1349s|107700 | 22378 |  7254k|  67.3 |   794M |  69 |7089 |  12k|   0 |  79k|  0 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2487.69/2497.03	c  1350s|107800 | 22382 |  7259k|  67.2 |   795M |  69 |7089 |  12k|   0 |  79k|  0 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2488.58/2497.97	c  1351s|107900 | 22390 |  7265k|  67.2 |   795M |  69 |7089 |  12k|8534 |  79k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2489.47/2498.84	c  1352s|108000 | 22403 |  7271k|  67.2 |   795M |  69 |7089 |  12k|8535 |  79k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2490.27/2499.65	c  1353s|108100 | 22408 |  7277k|  67.2 |   795M |  69 |7089 |  12k|8536 |  79k|  1 |  74k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2492.07/2501.43	c  1355s|108200 | 22424 |  7283k|  67.2 |   797M |  69 |7089 |  12k|   0 |  79k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2493.67/2503.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2493.67/2503.04	c  1356s|108300 | 22447 |  7290k|  67.2 |   797M |  69 |7089 |  12k|8524 |  79k|  1 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2495.15/2504.50	c  1358s|108400 | 22459 |  7298k|  67.2 |   797M |  69 |7089 |  12k|   0 |  79k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2496.95/2506.32	c  1360s|108500 | 22465 |  7305k|  67.2 |   797M |  69 |7089 |  12k|   0 |  79k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2498.54/2507.92	c  1361s|108600 | 22470 |  7313k|  67.2 |   797M |  69 |7089 |  12k|8524 |  80k|  1 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2500.53/2509.93	c  1363s|108700 | 22485 |  7322k|  67.3 |   797M |  69 |7089 |  12k|   0 |  80k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2501.93/2511.34	c  1365s|108800 | 22491 |  7328k|  67.3 |   797M |  69 |7089 |  12k|8524 |  80k|  1 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2503.32/2512.71	c  1366s|108900 | 22494 |  7335k|  67.2 |   798M |  69 |7089 |  12k|8528 |  80k|  1 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2504.32/2513.78	c  1367s|109000 | 22504 |  7339k|  67.2 |   798M |  69 |7089 |  12k|8538 |  80k|  1 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2505.32/2514.71	c  1368s|109100 | 22506 |  7345k|  67.2 |   798M |  69 |7089 |  12k|   0 |  80k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2506.21/2515.67	c  1369s|109200 | 22519 |  7352k|  67.2 |   798M |  69 |7089 |  12k|   0 |  80k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2507.01/2516.41	c  1370s|109300 | 22523 |  7357k|  67.2 |   798M |  69 |7089 |  12k|   0 |  80k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2507.81/2517.25	c  1371s|109400 | 22529 |  7362k|  67.2 |   799M |  69 |7089 |  12k|   0 |  80k|  0 |  75k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2508.62/2518.06	c  1371s|109500 | 22526 |  7367k|  67.2 |   799M |  69 |7089 |  12k|8534 |  80k|  1 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2509.80/2519.27	c  1373s|109600 | 22531 |  7372k|  67.2 |   800M |  69 |7089 |  12k|   0 |  80k|  0 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2510.61/2520.08	c  1373s|109700 | 22524 |  7378k|  67.1 |   800M |  69 |7089 |  12k|   0 |  80k|  0 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2511.99/2521.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2511.99/2521.44	c  1375s|109800 | 22538 |  7382k|  67.1 |   801M |  69 |7089 |  12k|8538 |  80k|  1 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2513.09/2522.59	c  1376s|109900 | 22536 |  7388k|  67.1 |   801M |  69 |7089 |  12k|   0 |  81k|  0 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2514.78/2524.25	c  1378s|110000 | 22549 |  7396k|  67.1 |   802M |  69 |7089 |  12k|8540 |  81k|  2 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2515.59/2525.05	c  1378s|110100 | 22543 |  7400k|  67.1 |   803M |  69 |7089 |  12k|8536 |  81k|  1 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2516.77/2526.21	c  1380s|110200 | 22579 |  7407k|  67.1 |   804M |  69 |7089 |  12k|8528 |  81k|  1 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2518.17/2527.67	c  1381s|110300 | 22618 |  7416k|  67.1 |   804M |  69 |7089 |  12k|8535 |  81k|  1 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2519.46/2528.99	c  1382s|110400 | 22631 |  7423k|  67.1 |   804M |  69 |7089 |  12k|   0 |  81k|  0 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2520.26/2529.75	c  1383s|110500 | 22628 |  7429k|  67.1 |   804M |  69 |7089 |  13k|   0 |  81k|  0 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2521.66/2531.15	c  1385s|110600 | 22658 |  7437k|  67.1 |   804M |  69 |7089 |  13k|8543 |  81k|  1 |  76k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2522.95/2532.46	c  1386s|110700 | 22668 |  7444k|  67.1 |   804M |  69 |7089 |  13k|8537 |  81k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2524.25/2533.79	c  1387s|110800 | 22690 |  7451k|  67.1 |   805M |  69 |7089 |  13k|8535 |  81k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2525.14/2534.60	c  1388s|110900 | 22701 |  7456k|  67.1 |   805M |  69 |7089 |  13k|   0 |  81k|  0 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2526.24/2535.72	c  1389s|111000 | 22722 |  7462k|  67.1 |   805M |  69 |7089 |  13k|   0 |  81k|  0 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2527.14/2536.66	c  1390s|111100 | 22731 |  7469k|  67.1 |   805M |  69 |7089 |  13k|8545 |  81k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2528.03/2537.57	c  1391s|111200 | 22754 |  7475k|  67.1 |   805M |  69 |7089 |  13k|8535 |  81k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2528.93/2538.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2528.93/2538.40	c  1392s|111300 | 22750 |  7481k|  67.1 |   805M |  69 |7089 |  13k|8536 |  81k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2529.92/2539.49	c  1393s|111400 | 22751 |  7488k|  67.1 |   805M |  69 |7089 |  13k|8528 |  82k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2531.22/2540.75	c  1394s|111500 | 22761 |  7494k|  67.1 |   805M |  69 |7089 |  13k|   0 |  82k|  0 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2531.92/2541.45	c  1395s|111600 | 22769 |  7498k|  67.1 |   806M |  69 |7089 |  13k|8538 |  82k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2533.01/2542.59	c  1396s|111700 | 22781 |  7505k|  67.1 |   806M |  69 |7089 |  13k|8536 |  82k|  1 |  77k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2534.52/2544.04	c  1397s|111800 | 22781 |  7511k|  67.1 |   806M |  69 |7089 |  13k|   0 |  82k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2535.52/2545.03	c  1398s|111900 | 22783 |  7516k|  67.1 |   806M |  69 |7089 |  13k|8527 |  82k|  1 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2536.70/2546.26	c  1400s|112000 | 22837 |  7523k|  67.1 |   806M |  69 |7089 |  13k|   0 |  82k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2537.61/2547.14	c  1401s|112100 | 22856 |  7528k|  67.1 |   807M |  69 |7089 |  13k|8536 |  82k|  1 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2538.60/2548.11	c  1402s|112200 | 22863 |  7535k|  67.1 |   807M |  69 |7089 |  13k|8535 |  82k|  1 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2539.50/2549.02	c  1402s|112300 | 22856 |  7539k|  67.0 |   807M |  69 |7089 |  13k|8536 |  82k|  1 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2540.28/2549.83	c  1403s|112400 | 22851 |  7544k|  67.0 |   807M |  69 |7089 |  13k|8539 |  82k|  2 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2540.98/2550.57	c  1404s|112500 | 22869 |  7550k|  67.0 |   808M |  69 |7089 |  13k|   0 |  82k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2541.78/2551.39	c  1405s|112600 | 22894 |  7556k|  67.0 |   808M |  69 |7089 |  13k|   0 |  82k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2542.59/2552.15	c  1406s|112700 | 22905 |  7561k|  67.0 |   808M |  69 |7089 |  13k|   0 |  82k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2543.37/2552.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2543.37/2552.90	c  1406s|112800 | 22901 |  7567k|  67.0 |   809M |  69 |7089 |  13k|   0 |  82k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2544.77/2554.33	c  1408s|112900 | 22920 |  7574k|  67.0 |   809M |  69 |7089 |  12k|   0 |  82k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2545.58/2555.15	c  1409s|113000 | 22918 |  7579k|  67.0 |   810M |  69 |7089 |  12k|8537 |  82k|  1 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2546.26/2555.85	c  1409s|113100 | 22916 |  7584k|  67.0 |   810M |  69 |7089 |  12k|8528 |  82k|  1 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2547.16/2556.70	c  1410s|113200 | 22936 |  7590k|  67.0 |   811M |  69 |7089 |  12k|8537 |  82k|  1 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2547.95/2557.56	c  1411s|113300 | 22953 |  7596k|  66.9 |   811M |  69 |7089 |  12k|   0 |  83k|  0 |  78k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2548.75/2558.36	c  1412s|113400 | 22975 |  7602k|  66.9 |   811M |  69 |7089 |  12k|   0 |  83k|  0 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2549.35/2558.95	c  1412s|113500 | 22982 |  7607k|  66.9 |   812M |  71 |7089 |  12k|8547 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2549.75/2559.39	c  1413s|113600 | 22980 |  7609k|  66.9 |   812M |  71 |7089 |  12k|8547 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2550.25/2559.88	c  1413s|113700 | 22992 |  7611k|  66.8 |   812M |  71 |7089 |  13k|   0 |  83k|  0 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2550.84/2560.44	c  1414s|113800 | 22977 |  7616k|  66.8 |   812M |  71 |7089 |  13k|8544 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2551.64/2561.24	c  1415s|113900 | 22976 |  7621k|  66.8 |   812M |  71 |7089 |  13k|8534 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2553.13/2562.78	c  1416s|114000 | 22989 |  7629k|  66.8 |   812M |  71 |7089 |  12k|8541 |  83k|  2 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2554.33/2563.97	c  1417s|114100 | 23029 |  7637k|  66.8 |   812M |  71 |7089 |  12k|   0 |  83k|  0 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2555.33/2564.92	c  1418s|114200 | 23044 |  7643k|  66.8 |   812M |  71 |7089 |  12k|8538 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2556.22/2565.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2556.22/2565.86	c  1419s|114300 | 23084 |  7650k|  66.8 |   813M |  71 |7089 |  13k|   0 |  83k|  0 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2556.92/2566.55	c  1420s|114400 | 23092 |  7654k|  66.8 |   813M |  71 |7089 |  13k|8533 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2557.92/2567.52	c  1421s|114500 | 23108 |  7662k|  66.8 |   813M |  71 |7089 |  13k|8534 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2558.71/2568.35	c  1422s|114600 | 23127 |  7668k|  66.8 |   813M |  71 |7089 |  13k|8533 |  83k|  1 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2559.71/2569.35	c  1423s|114700 | 23123 |  7674k|  66.8 |   813M |  71 |7089 |  13k|   0 |  83k|  0 |  79k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2560.71/2570.30	c  1424s|114800 | 23121 |  7681k|  66.8 |   814M |  71 |7089 |  13k|8542 |  83k|  2 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2561.70/2571.38	c  1425s|114900 | 23139 |  7688k|  66.8 |   815M |  71 |7089 |  13k|8538 |  83k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2562.51/2572.15	c  1426s|115000 | 23144 |  7693k|  66.8 |   816M |  71 |7089 |  13k|8536 |  83k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2563.99/2573.60	c  1427s|115100 | 23148 |  7701k|  66.8 |   816M |  71 |7089 |  13k|   0 |  83k|  0 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2566.88/2576.55	c  1430s|115200 | 23158 |  7708k|  66.8 |   816M |  71 |7089 |  12k|8536 |  84k|  2 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2568.49/2578.13	c  1432s|115300 | 23174 |  7717k|  66.8 |   816M |  71 |7089 |  12k|   0 |  84k|  0 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2569.67/2579.38	c  1433s|115400 | 23164 |  7724k|  66.8 |   816M |  71 |7089 |  12k|8530 |  84k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2570.57/2580.28	c  1434s|115500 | 23161 |  7729k|  66.8 |   816M |  71 |7089 |  12k|8530 |  84k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2571.48/2581.12	c  1435s|115600 | 23170 |  7734k|  66.8 |   816M |  71 |7089 |  12k|8531 |  84k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2572.16/2581.89	c  1435s|115700 | 23168 |  7740k|  66.8 |   816M |  71 |7089 |  12k|   0 |  84k|  0 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2573.26/2582.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2573.26/2582.97	c  1436s|115800 | 23178 |  7746k|  66.8 |   816M |  71 |7089 |  12k|   0 |  84k|  0 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2574.05/2583.76	c  1437s|115900 | 23189 |  7751k|  66.8 |   816M |  71 |7089 |  12k|8535 |  84k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2574.85/2584.57	c  1438s|116000 | 23204 |  7756k|  66.8 |   816M |  71 |7089 |  12k|8535 |  84k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2575.75/2585.46	c  1439s|116100 | 23222 |  7761k|  66.8 |   816M |  71 |7089 |  12k|8543 |  84k|  1 |  80k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2576.74/2586.46	c  1440s|116200 | 23235 |  7768k|  66.8 |   816M |  71 |7089 |  12k|8538 |  84k|  1 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2577.54/2587.29	c  1441s|116300 | 23240 |  7772k|  66.7 |   817M |  71 |7089 |  12k|8537 |  84k|  1 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2578.54/2588.23	c  1442s|116400 | 23244 |  7777k|  66.7 |   818M |  71 |7089 |  12k|8530 |  84k|  1 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2579.35/2589.03	c  1442s|116500 | 23240 |  7782k|  66.7 |   819M |  71 |7089 |  12k|   0 |  84k|  0 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2580.83/2590.52	c  1444s|116600 | 23239 |  7787k|  66.7 |   819M |  71 |7089 |  12k|   0 |  84k|  0 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2581.72/2591.44	c  1445s|116700 | 23244 |  7794k|  66.7 |   819M |  71 |7089 |  12k|   0 |  84k|  0 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2582.52/2592.20	c  1446s|116800 | 23251 |  7800k|  66.7 |   819M |  71 |7089 |  12k|8537 |  84k|  1 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2583.92/2593.61	c  1447s|116900 | 23270 |  7807k|  66.7 |   820M |  71 |7089 |  12k|8525 |  84k|  1 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2585.42/2595.13	c  1449s|117000 | 23295 |  7816k|  66.7 |   820M |  71 |7089 |  12k|8537 |  85k|  2 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2587.01/2596.77	c  1450s|117100 | 23298 |  7823k|  66.7 |   820M |  71 |7089 |  12k|8527 |  85k|  1 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2589.80/2599.54	c  1453s|117200 | 23319 |  7832k|  66.7 |   820M |  71 |7089 |  12k|8535 |  85k|  1 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2591.49/2601.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2591.49/2601.21	c  1455s|117300 | 23327 |  7840k|  66.7 |   822M |  71 |7089 |  12k|   0 |  85k|  0 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2592.58/2602.31	c  1456s|117400 | 23353 |  7846k|  66.7 |   822M |  71 |7089 |  12k|   0 |  85k|  0 |  81k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2593.58/2603.31	c  1457s|117500 | 23373 |  7852k|  66.7 |   822M |  71 |7089 |  12k|8534 |  85k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2594.58/2604.33	c  1458s|117600 | 23396 |  7859k|  66.7 |   822M |  71 |7089 |  12k|   0 |  85k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2595.67/2605.42	c  1459s|117700 | 23423 |  7864k|  66.7 |   822M |  71 |7089 |  12k|   0 |  85k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2596.67/2606.40	c  1460s|117800 | 23445 |  7869k|  66.7 |   823M |  71 |7089 |  12k|8537 |  86k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2597.76/2607.50	c  1461s|117900 | 23454 |  7875k|  66.7 |   823M |  71 |7089 |  12k|   0 |  86k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2598.76/2608.53	c  1462s|118000 | 23489 |  7880k|  66.7 |   823M |  71 |7089 |  12k|8535 |  86k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2600.27/2610.01	c  1463s|118100 | 23504 |  7888k|  66.7 |   823M |  71 |7089 |  12k|8540 |  86k|  2 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2601.36/2611.19	c  1465s|118200 | 23532 |  7895k|  66.7 |   824M |  71 |7089 |  12k|8527 |  86k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2602.26/2612.02	c  1465s|118300 | 23540 |  7900k|  66.7 |   825M |  71 |7089 |  12k|8527 |  86k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2603.26/2613.05	c  1466s|118400 | 23558 |  7907k|  66.7 |   825M |  71 |7089 |  12k|8527 |  86k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2604.35/2614.12	c  1468s|118500 | 23565 |  7912k|  66.7 |   825M |  71 |7089 |  12k|   0 |  86k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2605.25/2615.08	c  1468s|118600 | 23579 |  7919k|  66.7 |   825M |  71 |7089 |  12k|   0 |  86k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2606.43/2616.25	c  1470s|118700 | 23584 |  7926k|  66.7 |   825M |  71 |7089 |  12k|8539 |  86k|  2 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2607.24/2617.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2607.24/2617.09	c  1470s|118800 | 23583 |  7932k|  66.7 |   826M |  71 |7089 |  12k|8527 |  87k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2608.24/2618.01	c  1471s|118900 | 23572 |  7937k|  66.7 |   826M |  71 |7089 |  12k|   0 |  87k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2609.23/2619.08	c  1472s|119000 | 23577 |  7943k|  66.7 |   826M |  71 |7089 |  12k|   0 |  87k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2610.52/2620.33	c  1474s|119100 | 23575 |  7949k|  66.6 |   826M |  71 |7089 |  12k|   0 |  87k|  0 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2611.81/2621.65	c  1475s|119200 | 23577 |  7956k|  66.6 |   826M |  71 |7089 |  12k|8525 |  87k|  1 |  82k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2612.61/2622.46	c  1476s|119300 | 23578 |  7961k|  66.6 |   826M |  71 |7089 |  12k|   0 |  87k|  0 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2613.70/2623.52	c  1477s|119400 | 23593 |  7968k|  66.6 |   826M |  71 |7089 |  12k|8527 |  87k|  1 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2614.80/2624.68	c  1478s|119500 | 23606 |  7975k|  66.6 |   826M |  71 |7089 |  12k|8527 |  87k|  1 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2615.70/2625.54	c  1479s|119600 | 23606 |  7980k|  66.6 |   826M |  71 |7089 |  12k|   0 |  87k|  0 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2616.69/2626.50	c  1480s|119700 | 23627 |  7986k|  66.6 |   826M |  71 |7089 |  12k|8539 |  87k|  2 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2617.89/2627.71	c  1481s|119800 | 23634 |  7993k|  66.6 |   826M |  71 |7089 |  12k|8527 |  87k|  1 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2618.88/2628.77	c  1482s|119900 | 23626 |  7998k|  66.6 |   826M |  71 |7089 |  12k|   0 |  88k|  0 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2620.29/2630.16	c  1484s|120000 | 23651 |  8007k|  66.6 |   826M |  71 |7089 |  12k|8537 |  88k|  2 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2621.87/2631.73	c  1485s|120100 | 23693 |  8017k|  66.7 |   826M |  71 |7089 |  12k|   0 |  88k|  0 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2622.87/2632.74	c  1486s|120200 | 23711 |  8023k|  66.6 |   826M |  71 |7089 |  12k|8535 |  88k|  1 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2623.77/2633.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2623.77/2633.64	c  1487s|120300 | 23728 |  8029k|  66.6 |   827M |  71 |7089 |  12k|8533 |  88k|  1 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2624.76/2634.67	c  1488s|120400 | 23739 |  8036k|  66.6 |   827M |  71 |7089 |  12k|   0 |  88k|  0 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2625.66/2635.58	c  1489s|120500 | 23744 |  8041k|  66.6 |   827M |  71 |7089 |  12k|8534 |  88k|  1 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2626.66/2636.54	c  1490s|120600 | 23753 |  8047k|  66.6 |   827M |  71 |7089 |  12k|   0 |  88k|  0 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2627.65/2637.52	c  1491s|120700 | 23761 |  8052k|  66.6 |   827M |  71 |7089 |  12k|   0 |  88k|  0 |  83k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2628.75/2638.67	c  1492s|120800 | 23778 |  8060k|  66.6 |   827M |  71 |7089 |  12k|   0 |  88k|  0 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2629.94/2639.86	c  1493s|120900 | 23792 |  8068k|  66.6 |   828M |  71 |7089 |  12k|8531 |  88k|  1 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2630.84/2640.78	c  1494s|121000 | 23806 |  8073k|  66.6 |   829M |  71 |7089 |  12k|   0 |  88k|  0 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2631.74/2641.67	c  1495s|121100 | 23796 |  8079k|  66.6 |   829M |  71 |7089 |  12k|8534 |  88k|  1 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2632.73/2642.66	c  1496s|121200 | 23803 |  8086k|  66.6 |   829M |  71 |7089 |  12k|8533 |  88k|  1 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2633.63/2643.59	c  1497s|121300 | 23781 |  8091k|  66.6 |   829M |  71 |7089 |  12k|   0 |  88k|  0 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2634.43/2644.39	c  1498s|121400 | 23781 |  8097k|  66.6 |   829M |  71 |7089 |  12k|   0 |  88k|  0 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2635.32/2645.28	c  1499s|121500 | 23785 |  8101k|  66.6 |   829M |  71 |7089 |  12k|8531 |  88k|  1 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2636.32/2646.24	c  1500s|121600 | 23779 |  8107k|  66.6 |   829M |  71 |7089 |  13k|8536 |  88k|  1 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2637.02/2646.96	c  1500s|121700 | 23779 |  8112k|  66.6 |   829M |  71 |7089 |  13k|8534 |  88k|  1 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2637.71/2647.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2637.71/2647.68	c  1501s|121800 | 23784 |  8118k|  66.6 |   830M |  71 |7089 |  13k|   0 |  88k|  0 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2638.81/2648.74	c  1502s|121900 | 23790 |  8125k|  66.6 |   830M |  71 |7089 |  12k|8528 |  88k|  1 |  84k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2640.01/2649.98	c  1503s|122000 | 23823 |  8131k|  66.6 |   830M |  71 |7089 |  12k|8538 |  88k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2641.00/2650.94	c  1504s|122100 | 23839 |  8138k|  66.6 |   831M |  71 |7089 |  12k|   0 |  88k|  0 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2641.90/2651.80	c  1505s|122200 | 23850 |  8144k|  66.5 |   831M |  71 |7089 |  12k|8537 |  89k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2643.29/2653.26	c  1507s|122300 | 23883 |  8151k|  66.6 |   831M |  71 |7089 |  12k|8541 |  89k|  2 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2644.29/2654.28	c  1508s|122400 | 23919 |  8156k|  66.5 |   831M |  71 |7089 |  12k|8540 |  89k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2645.49/2655.42	c  1509s|122500 | 23942 |  8162k|  66.5 |   833M |  71 |7089 |  12k|8535 |  89k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2646.58/2656.56	c  1510s|122600 | 23967 |  8167k|  66.5 |   833M |  71 |7089 |  12k|   0 |  89k|  0 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2647.38/2657.33	c  1511s|122700 | 23974 |  8171k|  66.5 |   833M |  71 |7089 |  13k|8538 |  89k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2648.19/2658.13	c  1512s|122800 | 23977 |  8176k|  66.5 |   833M |  71 |7089 |  13k|   0 |  89k|  0 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2649.18/2659.13	c  1513s|122900 | 23990 |  8182k|  66.5 |   834M |  71 |7089 |  13k|8538 |  89k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2649.97/2659.98	c  1513s|123000 | 23999 |  8188k|  66.5 |   834M |  71 |7089 |  13k|8535 |  89k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2650.87/2660.80	c  1514s|123100 | 24005 |  8193k|  66.5 |   834M |  71 |7089 |  13k|8538 |  89k|  2 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2651.66/2661.65	c  1515s|123200 | 24028 |  8200k|  66.5 |   834M |  71 |7089 |  13k|8537 |  89k|  1 |  85k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2652.56/2662.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2652.56/2662.53	c  1516s|123300 | 24031 |  8204k|  66.4 |   834M |  71 |7089 |  13k|   0 |  89k|  0 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2653.56/2663.52	c  1517s|123400 | 24044 |  8210k|  66.4 |   835M |  71 |7089 |  13k|8535 |  89k|  1 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2654.35/2664.31	c  1518s|123500 | 24044 |  8215k|  66.4 |   835M |  71 |7089 |  13k|8538 |  89k|  1 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2655.55/2665.50	c  1519s|123600 | 24052 |  8221k|  66.4 |   835M |  71 |7089 |  13k|8540 |  89k|  2 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2656.25/2666.26	c  1520s|123700 | 24063 |  8225k|  66.4 |   835M |  71 |7089 |  13k|   0 |  89k|  0 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2657.15/2667.19	c  1521s|123800 | 24063 |  8230k|  66.4 |   835M |  71 |7089 |  13k|8537 |  89k|  1 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2658.25/2668.20	c  1522s|123900 | 24053 |  8235k|  66.4 |   836M |  71 |7089 |  13k|8533 |  89k|  1 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2659.05/2669.06	c  1522s|124000 | 24050 |  8239k|  66.4 |   836M |  71 |7089 |  13k|8535 |  89k|  1 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2660.73/2670.76	c  1524s|124100 | 24055 |  8248k|  66.4 |   837M |  71 |7089 |  13k|8530 |  89k|  1 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2662.33/2672.34	c  1526s|124200 | 24077 |  8255k|  66.4 |   839M |  71 |7089 |  13k|8530 |  89k|  1 |  86k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2663.22/2673.24	c  1527s|124300 | 24074 |  8261k|  66.4 |   839M |  71 |7089 |  13k|   0 |  90k|  0 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2664.52/2674.53	c  1528s|124400 | 24088 |  8267k|  66.4 |   839M |  71 |7089 |  13k|8541 |  90k|  2 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2665.31/2675.32	c  1529s|124500 | 24081 |  8271k|  66.3 |   839M |  71 |7089 |  13k|8538 |  90k|  1 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2666.21/2676.29	c  1530s|124600 | 24082 |  8277k|  66.3 |   839M |  71 |7089 |  13k|8537 |  90k|  1 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2667.41/2677.42	c  1531s|124700 | 24087 |  8283k|  66.3 |   839M |  71 |7089 |  13k|8542 |  90k|  2 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2668.60/2678.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2668.60/2678.61	c  1532s|124800 | 24083 |  8288k|  66.3 |   839M |  71 |7089 |  13k|8529 |  90k|  1 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2670.01/2680.11	c  1533s|124900 | 24091 |  8295k|  66.3 |   841M |  71 |7089 |  13k|8539 |  90k|  1 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2671.11/2681.15	c  1535s|125000 | 24088 |  8301k|  66.3 |   842M |  71 |7089 |  13k|   0 |  90k|  0 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2672.39/2682.41	c  1536s|125100 | 24089 |  8308k|  66.3 |   845M |  71 |7089 |  12k|   0 |  90k|  0 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2674.09/2684.13	c  1538s|125200 | 24104 |  8315k|  66.3 |   847M |  71 |7089 |  12k|8538 |  90k|  1 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2674.88/2684.97	c  1538s|125300 | 24098 |  8320k|  66.3 |   847M |  71 |7089 |  12k|8534 |  90k|  1 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2675.87/2685.98	c  1539s|125400 | 24096 |  8325k|  66.3 |   847M |  71 |7089 |  12k|8532 |  90k|  1 |  87k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2677.27/2687.39	c  1541s|125500 | 24127 |  8333k|  66.3 |   849M |  71 |7089 |  12k|8533 |  91k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2679.46/2689.54	c  1543s|125600 | 24171 |  8342k|  66.3 |   850M |  71 |7089 |  12k|8537 |  91k|  2 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2681.07/2691.17	c  1545s|125700 | 24197 |  8349k|  66.3 |   850M |  71 |7089 |  12k|8533 |  91k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2682.65/2692.74	c  1546s|125800 | 24217 |  8359k|  66.4 |   851M |  71 |7089 |  12k|8533 |  91k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2683.96/2694.02	c  1547s|125900 | 24249 |  8366k|  66.4 |   851M |  71 |7089 |  12k|8525 |  91k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2685.44/2695.52	c  1549s|126000 | 24275 |  8373k|  66.4 |   851M |  71 |7089 |  12k|8533 |  91k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2687.05/2697.16	c  1551s|126100 | 24286 |  8381k|  66.4 |   851M |  71 |7089 |  12k|   0 |  91k|  0 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2688.23/2698.38	c  1552s|126200 | 24286 |  8387k|  66.4 |   851M |  71 |7089 |  12k|8532 |  91k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2689.04/2699.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2689.04/2699.15	c  1553s|126300 | 24291 |  8392k|  66.4 |   851M |  71 |7089 |  12k|8525 |  91k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2689.93/2700.09	c  1553s|126400 | 24293 |  8397k|  66.3 |   851M |  71 |7089 |  12k|8532 |  92k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2690.93/2701.01	c  1554s|126500 | 24273 |  8402k|  66.3 |   851M |  71 |7089 |  13k|8535 |  92k|  1 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2691.61/2701.70	c  1555s|126600 | 24253 |  8407k|  66.3 |   851M |  71 |7089 |  13k|   0 |  92k|  0 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2692.31/2702.47	c  1556s|126700 | 24237 |  8411k|  66.3 |   851M |  71 |7089 |  13k|   0 |  92k|  0 |  88k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2693.92/2704.03	c  1557s|126800 | 24233 |  8417k|  66.3 |   851M |  71 |7089 |  13k|8535 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2694.60/2704.77	c  1558s|126900 | 24232 |  8423k|  66.3 |   852M |  71 |7089 |  12k|8540 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2696.20/2706.30	c  1560s|127000 | 24241 |  8429k|  66.3 |   852M |  71 |7089 |  12k|8537 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2697.01/2707.19	c  1561s|127100 | 24238 |  8435k|  66.3 |   853M |  71 |7089 |  12k|   0 |  92k|  0 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2697.79/2707.96	c  1561s|127200 | 24245 |  8441k|  66.3 |   853M |  71 |7089 |  12k|8534 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2698.59/2708.77	c  1562s|127300 | 24242 |  8446k|  66.3 |   853M |  71 |7089 |  12k|8537 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2699.28/2709.45	c  1563s|127400 | 24229 |  8452k|  66.2 |   853M |  71 |7089 |  12k|   0 |  92k|  0 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2700.00/2710.18	c  1564s|127500 | 24231 |  8456k|  66.2 |   854M |  71 |7089 |  12k|8532 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2700.78/2710.90	c  1564s|127600 | 24225 |  8461k|  66.2 |   854M |  71 |7089 |  12k|8529 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2701.78/2711.93	c  1565s|127700 | 24235 |  8468k|  66.2 |   854M |  71 |7089 |  12k|8534 |  92k|  1 |  89k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2702.67/2712.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2702.67/2712.86	c  1566s|127800 | 24240 |  8473k|  66.2 |   854M |  71 |7089 |  12k|   0 |  92k|  0 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2703.67/2713.84	c  1567s|127900 | 24252 |  8478k|  66.2 |   854M |  71 |7089 |  12k|   0 |  92k|  0 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2704.56/2714.76	c  1568s|128000 | 24258 |  8484k|  66.2 |   854M |  71 |7089 |  12k|8537 |  92k|  1 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2705.36/2715.56	c  1569s|128100 | 24240 |  8489k|  66.2 |   854M |  71 |7089 |  12k|8526 |  92k|  1 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2706.46/2716.67	c  1570s|128200 | 24255 |  8495k|  66.2 |   854M |  71 |7089 |  12k|8527 |  92k|  1 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2707.75/2717.92	c  1571s|128300 | 24278 |  8500k|  66.2 |   854M |  71 |7089 |  12k|8527 |  92k|  1 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2708.86/2719.01	c  1572s|128400 | 24295 |  8507k|  66.2 |   854M |  71 |7089 |  13k|   0 |  92k|  0 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2709.64/2719.89	c  1573s|128500 | 24314 |  8513k|  66.2 |   855M |  71 |7089 |  13k|   0 |  92k|  0 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2711.34/2721.50	c  1575s|128600 | 24334 |  8520k|  66.2 |   855M |  71 |7089 |  13k|8532 |  93k|  1 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2712.14/2722.37	c  1576s|128700 | 24337 |  8524k|  66.1 |   856M |  71 |7089 |  13k|8539 |  93k|  2 |  90k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2713.03/2723.26	c  1577s|128800 | 24338 |  8529k|  66.1 |   856M |  71 |7089 |  13k|   0 |  93k|  0 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2713.73/2724.00	c  1577s|128900 | 24343 |  8533k|  66.1 |   856M |  71 |7089 |  13k|8534 |  93k|  1 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2714.84/2725.02	c  1578s|129000 | 24338 |  8538k|  66.1 |   856M |  71 |7089 |  13k|   0 |  93k|  0 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2715.62/2725.89	c  1579s|129100 | 24335 |  8544k|  66.1 |   856M |  71 |7089 |  13k|8531 |  93k|  1 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2717.32/2727.56	c  1581s|129200 | 24352 |  8551k|  66.1 |   856M |  71 |7089 |  13k|   0 |  93k|  0 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2718.82/2729.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2718.82/2729.04	c  1582s|129300 | 24351 |  8556k|  66.1 |   856M |  71 |7089 |  13k|8531 |  93k|  1 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2719.82/2730.11	c  1583s|129400 | 24343 |  8561k|  66.1 |   856M |  71 |7089 |  12k|8532 |  93k|  1 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2720.60/2730.84	c  1584s|129500 | 24351 |  8566k|  66.1 |   856M |  71 |7089 |  12k|   0 |  93k|  0 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2721.50/2731.73	c  1585s|129600 | 24362 |  8571k|  66.0 |   856M |  71 |7089 |  12k|8548 |  93k|  2 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2722.40/2732.63	c  1586s|129700 | 24354 |  8576k|  66.0 |   856M |  71 |7089 |  12k|8537 |  93k|  1 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2723.09/2733.37	c  1587s|129800 | 24350 |  8581k|  66.0 |   856M |  71 |7089 |  12k|   0 |  93k|  0 |  91k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2724.29/2734.54	c  1588s|129900 | 24353 |  8588k|  66.0 |   856M |  71 |7089 |  12k|8537 |  93k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2725.39/2735.66	c  1589s|130000 | 24359 |  8594k|  66.0 |   856M |  71 |7089 |  12k|   0 |  93k|  0 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2726.38/2736.66	c  1590s|130100 | 24361 |  8600k|  66.0 |   856M |  71 |7089 |  12k|8537 |  93k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2727.28/2737.51	c  1591s|130200 | 24367 |  8605k|  66.0 |   857M |  71 |7089 |  12k|8533 |  93k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2728.18/2738.42	c  1592s|130300 | 24381 |  8610k|  66.0 |   857M |  71 |7089 |  12k|8537 |  93k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2728.79/2739.09	c  1592s|130400 | 24393 |  8615k|  66.0 |   857M |  71 |7089 |  12k|8532 |  93k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2730.07/2740.39	c  1594s|130500 | 24398 |  8621k|  66.0 |   858M |  71 |7089 |  12k|   0 |  93k|  0 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2731.46/2741.75	c  1595s|130600 | 24414 |  8627k|  66.0 |   858M |  71 |7089 |  12k|8537 |  93k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2732.36/2742.62	c  1596s|130700 | 24413 |  8632k|  66.0 |   858M |  71 |7089 |  12k|   0 |  93k|  0 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2733.16/2743.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2733.16/2743.44	c  1597s|130800 | 24427 |  8637k|  65.9 |   860M |  71 |7089 |  12k|8539 |  93k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2734.05/2744.30	c  1598s|130900 | 24422 |  8642k|  65.9 |   860M |  71 |7089 |  12k|   0 |  93k|  0 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2735.05/2745.39	c  1599s|131000 | 24430 |  8648k|  65.9 |   860M |  71 |7089 |  12k|8533 |  94k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2736.44/2746.71	c  1600s|131100 | 24437 |  8654k|  65.9 |   860M |  71 |7089 |  12k|8535 |  94k|  1 |  92k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2737.14/2747.48	c  1601s|131200 | 24443 |  8659k|  65.9 |   860M |  71 |7089 |  12k|8535 |  94k|  1 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2738.14/2748.44	c  1602s|131300 | 24452 |  8664k|  65.9 |   860M |  71 |7089 |  12k|8539 |  94k|  2 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2739.03/2749.35	c  1603s|131400 | 24464 |  8670k|  65.9 |   860M |  71 |7089 |  12k|   0 |  94k|  0 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2739.75/2750.10	c  1603s|131500 | 24459 |  8675k|  65.9 |   860M |  71 |7089 |  12k|8535 |  94k|  1 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2740.63/2750.97	c  1604s|131600 | 24469 |  8680k|  65.9 |   860M |  71 |7089 |  12k|8535 |  94k|  1 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2741.62/2751.94	c  1605s|131700 | 24470 |  8687k|  65.9 |   860M |  71 |7089 |  12k|   0 |  94k|  0 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2742.32/2752.64	c  1606s|131800 | 24465 |  8692k|  65.9 |   860M |  71 |7089 |  12k|   0 |  94k|  0 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2743.12/2753.41	c  1607s|131900 | 24472 |  8697k|  65.9 |   860M |  71 |7089 |  12k|   0 |  94k|  0 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2743.92/2754.29	c  1608s|132000 | 24469 |  8702k|  65.8 |   860M |  71 |7089 |  12k|8539 |  94k|  2 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2744.72/2755.04	c  1608s|132100 | 24468 |  8706k|  65.8 |   861M |  71 |7089 |  12k|8533 |  94k|  1 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2745.61/2755.94	c  1609s|132200 | 24488 |  8712k|  65.8 |   861M |  71 |7089 |  12k|   0 |  94k|  0 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2746.90/2757.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2746.90/2757.23	c  1611s|132300 | 24507 |  8720k|  65.8 |   861M |  71 |7089 |  12k|8539 |  94k|  1 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2747.71/2758.04	c  1611s|132400 | 24521 |  8727k|  65.8 |   862M |  71 |7089 |  12k|8538 |  94k|  1 |  93k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2748.50/2758.82	c  1612s|132500 | 24531 |  8733k|  65.8 |   863M |  71 |7089 |  12k|8536 |  94k|  1 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2749.40/2759.72	c  1613s|132600 | 24548 |  8739k|  65.8 |   863M |  71 |7089 |  12k|   0 |  94k|  0 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2750.19/2760.52	c  1614s|132700 | 24547 |  8746k|  65.8 |   864M |  71 |7089 |  12k|   0 |  94k|  0 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2751.19/2761.59	c  1615s|132800 | 24553 |  8754k|  65.8 |   864M |  71 |7089 |  12k|   0 |  94k|  0 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2752.09/2762.49	c  1616s|132900 | 24539 |  8761k|  65.8 |   864M |  71 |7089 |  12k|8535 |  94k|  1 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2752.98/2763.31	c  1617s|133000 | 24530 |  8767k|  65.8 |   864M |  71 |7089 |  12k|8539 |  94k|  2 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2753.79/2764.11	c  1618s|133100 | 24534 |  8773k|  65.8 |   864M |  71 |7089 |  12k|8535 |  94k|  1 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2755.68/2766.04	c  1619s|133200 | 24538 |  8781k|  65.8 |   864M |  71 |7089 |  12k|8537 |  95k|  1 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2756.57/2766.90	c  1620s|133300 | 24545 |  8786k|  65.8 |   864M |  71 |7089 |  12k|   0 |  95k|  0 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2757.68/2768.06	c  1621s|133400 | 24553 |  8792k|  65.8 |   864M |  71 |7089 |  12k|   0 |  95k|  0 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2758.57/2768.91	c  1622s|133500 | 24560 |  8797k|  65.8 |   864M |  71 |7089 |  12k|8535 |  95k|  1 |  94k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2759.27/2769.69	c  1623s|133600 | 24572 |  8801k|  65.8 |   864M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2760.16/2770.52	c  1624s|133700 | 24583 |  8806k|  65.8 |   864M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2760.77/2771.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2760.77/2771.12	c  1625s|133800 | 24573 |  8810k|  65.8 |   864M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2761.56/2771.93	c  1625s|133900 | 24581 |  8815k|  65.7 |   864M |  71 |7089 |  12k|8531 |  95k|  1 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2762.26/2772.68	c  1626s|134000 | 24596 |  8819k|  65.7 |   865M |  71 |7089 |  12k|8532 |  95k|  1 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2763.05/2773.40	c  1627s|134100 | 24604 |  8823k|  65.7 |   865M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2763.85/2774.24	c  1628s|134200 | 24618 |  8827k|  65.7 |   865M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2764.55/2774.93	c  1628s|134300 | 24629 |  8832k|  65.7 |   865M |  71 |7089 |  12k|8534 |  95k|  1 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2765.34/2775.78	c  1629s|134400 | 24644 |  8836k|  65.7 |   865M |  71 |7089 |  12k|8533 |  95k|  1 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2766.24/2776.67	c  1630s|134500 | 24647 |  8840k|  65.6 |   865M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2767.14/2777.52	c  1631s|134600 | 24660 |  8845k|  65.6 |   865M |  71 |7089 |  12k|8532 |  95k|  1 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2767.83/2778.24	c  1632s|134700 | 24657 |  8848k|  65.6 |   865M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2768.64/2779.07	c  1632s|134800 | 24666 |  8853k|  65.6 |   865M |  71 |7089 |  12k|8532 |  95k|  1 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2769.43/2779.86	c  1633s|134900 | 24669 |  8858k|  65.6 |   865M |  71 |7089 |  12k|   0 |  95k|  0 |  95k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2770.22/2780.63	c  1634s|135000 | 24685 |  8862k|  65.6 |   865M |  71 |7089 |  12k|   0 |  95k|  0 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2770.92/2781.36	c  1635s|135100 | 24683 |  8867k|  65.5 |   865M |  71 |7089 |  12k|8532 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2771.63/2782.08	c  1635s|135200 | 24697 |  8870k|  65.5 |   866M |  71 |7089 |  12k|   0 |  95k|  0 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2772.42/2782.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2772.42/2782.87	c  1636s|135300 | 24714 |  8875k|  65.5 |   866M |  71 |7089 |  12k|8535 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2773.11/2783.59	c  1637s|135400 | 24722 |  8878k|  65.5 |   866M |  71 |7089 |  12k|8536 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2774.01/2784.40	c  1638s|135500 | 24738 |  8883k|  65.5 |   866M |  71 |7089 |  13k|8534 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2774.91/2785.37	c  1639s|135600 | 24759 |  8888k|  65.5 |   866M |  71 |7089 |  13k|8533 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2775.62/2786.04	c  1639s|135700 | 24752 |  8891k|  65.4 |   866M |  71 |7089 |  13k|8536 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2776.40/2786.82	c  1640s|135800 | 24737 |  8895k|  65.4 |   866M |  71 |7089 |  13k|   0 |  95k|  0 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2777.20/2787.61	c  1641s|135900 | 24743 |  8899k|  65.4 |   866M |  71 |7089 |  13k|8534 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2777.89/2788.39	c  1642s|136000 | 24740 |  8903k|  65.4 |   866M |  71 |7089 |  13k|   0 |  95k|  0 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2778.79/2789.20	c  1643s|136100 | 24749 |  8907k|  65.4 |   866M |  71 |7089 |  13k|   0 |  95k|  0 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2779.60/2790.06	c  1643s|136200 | 24766 |  8911k|  65.3 |   866M |  71 |7089 |  13k|8531 |  95k|  1 |  96k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2780.28/2790.72	c  1644s|136300 | 24766 |  8915k|  65.3 |   866M |  71 |7089 |  13k|   0 |  95k|  0 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2780.98/2791.40	c  1645s|136400 | 24769 |  8918k|  65.3 |   866M |  71 |7089 |  13k|8536 |  95k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2781.69/2792.19	c  1646s|136500 | 24766 |  8922k|  65.3 |   866M |  71 |7089 |  13k|8531 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2782.69/2793.13	c  1647s|136600 | 24775 |  8926k|  65.3 |   866M |  71 |7089 |  13k|8534 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2783.27/2793.72	c  1647s|136700 | 24769 |  8928k|  65.2 |   866M |  71 |7089 |  13k|8536 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2784.07/2794.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2784.07/2794.56	c  1648s|136800 | 24766 |  8933k|  65.2 |   866M |  71 |7089 |  13k|8530 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2785.07/2795.57	c  1649s|136900 | 24752 |  8938k|  65.2 |   866M |  71 |7089 |  12k|   0 |  96k|  0 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2786.16/2796.66	c  1650s|137000 | 24756 |  8943k|  65.2 |   866M |  71 |7089 |  12k|8538 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2787.36/2797.81	c  1651s|137100 | 24754 |  8948k|  65.2 |   866M |  71 |7089 |  12k|8537 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2788.15/2798.60	c  1652s|137200 | 24772 |  8956k|  65.2 |   866M |  71 |7089 |  12k|8532 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2788.85/2799.35	c  1653s|137300 | 24771 |  8961k|  65.2 |   866M |  71 |7089 |  12k|8529 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2789.56/2800.05	c  1653s|137400 | 24773 |  8966k|  65.2 |   866M |  71 |7089 |  12k|8533 |  96k|  1 |  97k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2790.55/2801.05	c  1654s|137500 | 24787 |  8972k|  65.2 |   866M |  71 |7089 |  12k|   0 |  96k|  0 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2791.33/2801.85	c  1655s|137600 | 24776 |  8976k|  65.1 |   866M |  71 |7089 |  12k|   0 |  96k|  0 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2792.54/2803.03	c  1656s|137700 | 24780 |  8982k|  65.1 |   866M |  71 |7089 |  12k|8538 |  96k|  1 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2793.43/2803.92	c  1657s|137800 | 24774 |  8986k|  65.1 |   866M |  71 |7089 |  12k|8533 |  96k|  1 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2794.32/2804.80	c  1658s|137900 | 24773 |  8991k|  65.1 |   866M |  71 |7089 |  12k|   0 |  96k|  0 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2795.12/2805.67	c  1659s|138000 | 24781 |  8997k|  65.1 |   866M |  71 |7089 |  12k|8532 |  96k|  1 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2796.22/2806.72	c  1660s|138100 | 24785 |  9002k|  65.1 |   867M |  71 |7089 |  12k|   0 |  96k|  0 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2797.11/2807.60	c  1661s|138200 | 24782 |  9008k|  65.1 |   867M |  71 |7089 |  12k|   0 |  96k|  0 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2797.91/2808.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2797.91/2808.47	c  1662s|138300 | 24779 |  9013k|  65.1 |   867M |  71 |7089 |  12k|   0 |  96k|  0 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2798.71/2809.21	c  1663s|138400 | 24789 |  9018k|  65.1 |   867M |  71 |7089 |  12k|8535 |  96k|  1 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2799.62/2810.16	c  1664s|138500 | 24786 |  9024k|  65.1 |   867M |  71 |7089 |  12k|   0 |  96k|  0 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2800.90/2811.42	c  1665s|138600 | 24797 |  9031k|  65.1 |   867M |  71 |7089 |  12k|8537 |  96k|  1 |  98k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2801.79/2812.31	c  1666s|138700 | 24791 |  9036k|  65.1 |   867M |  71 |7089 |  12k|8534 |  96k|  1 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2802.69/2813.25	c  1667s|138800 | 24800 |  9042k|  65.1 |   867M |  71 |7089 |  12k|   0 |  96k|  0 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2803.39/2813.98	c  1667s|138900 | 24800 |  9047k|  65.0 |   867M |  71 |7089 |  12k|8537 |  97k|  1 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2804.18/2814.72	c  1668s|139000 | 24795 |  9051k|  65.0 |   867M |  71 |7089 |  12k|   0 |  97k|  0 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2805.08/2815.63	c  1669s|139100 | 24828 |  9056k|  65.0 |   867M |  71 |7089 |  12k|8533 |  97k|  1 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2805.68/2816.27	c  1670s|139200 | 24831 |  9060k|  65.0 |   867M |  71 |7089 |  12k|8533 |  97k|  1 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2806.49/2817.05	c  1670s|139300 | 24845 |  9064k|  65.0 |   867M |  71 |7089 |  12k|8533 |  97k|  1 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2807.77/2818.37	c  1672s|139400 | 24874 |  9070k|  65.0 |   868M |  71 |7089 |  12k|8537 |  97k|  2 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2808.77/2819.38	c  1673s|139500 | 24895 |  9076k|  65.0 |   868M |  71 |7089 |  12k|   0 |  97k|  0 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2809.58/2820.14	c  1674s|139600 | 24915 |  9081k|  65.0 |   868M |  71 |7089 |  12k|   0 |  97k|  0 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2810.26/2820.80	c  1674s|139700 | 24913 |  9086k|  65.0 |   868M |  71 |7089 |  12k|8532 |  97k|  1 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2810.96/2821.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2810.96/2821.52	c  1675s|139800 | 24926 |  9091k|  64.9 |   869M |  71 |7089 |  12k|   0 |  97k|  0 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2811.76/2822.30	c  1676s|139900 | 24923 |  9095k|  64.9 |   869M |  71 |7089 |  12k|8533 |  97k|  1 |  99k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2812.35/2822.98	c  1676s|140000 | 24930 |  9100k|  64.9 |   869M |  71 |7089 |  12k|8535 |  97k|  1 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2813.15/2823.73	c  1677s|140100 | 24926 |  9104k|  64.9 |   869M |  71 |7089 |  12k|   0 |  97k|  0 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2813.75/2824.39	c  1678s|140200 | 24928 |  9107k|  64.9 |   869M |  71 |7089 |  12k|   0 |  97k|  0 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2814.46/2825.06	c  1678s|140300 | 24926 |  9111k|  64.9 |   869M |  71 |7089 |  12k|   0 |  97k|  0 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2815.14/2825.73	c  1679s|140400 | 24927 |  9115k|  64.8 |   869M |  71 |7089 |  12k|8538 |  97k|  1 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2815.74/2826.37	c  1680s|140500 | 24920 |  9119k|  64.8 |   869M |  71 |7089 |  12k|   0 |  97k|  0 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2816.45/2827.09	c  1680s|140600 | 24907 |  9122k|  64.8 |   869M |  71 |7089 |  12k|8535 |  97k|  1 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2817.45/2828.07	c  1681s|140700 | 24894 |  9127k|  64.8 |   869M |  71 |7089 |  12k|8536 |  97k|  1 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2818.23/2828.85	c  1682s|140800 | 24886 |  9130k|  64.8 |   869M |  71 |7089 |  12k|   0 |  97k|  0 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2819.23/2829.86	c  1683s|140900 | 24879 |  9135k|  64.7 |   869M |  71 |7089 |  12k|   0 |  97k|  0 | 100k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2820.12/2830.75	c  1684s|141000 | 24870 |  9139k|  64.7 |   870M |  71 |7089 |  12k|   0 |  97k|  0 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2820.92/2831.53	c  1685s|141100 | 24866 |  9145k|  64.7 |   870M |  71 |7089 |  12k|   0 |  97k|  0 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2821.72/2832.37	c  1686s|141200 | 24862 |  9149k|  64.7 |   870M |  71 |7089 |  12k|   0 |  97k|  0 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2822.91/2833.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2822.91/2833.56	c  1687s|141300 | 24867 |  9155k|  64.7 |   870M |  71 |7089 |  12k|8530 |  97k|  1 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2823.71/2834.37	c  1688s|141400 | 24876 |  9159k|  64.7 |   871M |  71 |7089 |  12k|8540 |  97k|  1 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2824.71/2835.31	c  1689s|141500 | 24885 |  9163k|  64.7 |   871M |  71 |7089 |  12k|8540 |  97k|  1 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2825.70/2836.37	c  1690s|141600 | 24881 |  9167k|  64.7 |   871M |  71 |7089 |  12k|   0 |  97k|  0 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2826.70/2837.39	c  1691s|141700 | 24869 |  9172k|  64.6 |   871M |  71 |7089 |  12k|8526 |  97k|  1 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2827.90/2838.56	c  1692s|141800 | 24909 |  9179k|  64.7 |   871M |  71 |7089 |  12k|8538 |  97k|  2 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2828.99/2839.64	c  1693s|141900 | 24936 |  9186k|  64.7 |   871M |  71 |7089 |  12k|   0 |  98k|  0 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2830.09/2840.75	c  1694s|142000 | 24963 |  9194k|  64.7 |   871M |  71 |7089 |  12k|8526 |  98k|  1 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2831.18/2841.85	c  1695s|142100 | 24974 |  9199k|  64.7 |   871M |  71 |7089 |  12k|8533 |  98k|  1 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2832.08/2842.74	c  1696s|142200 | 24993 |  9205k|  64.7 |   871M |  71 |7089 |  12k|   0 |  98k|  0 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2832.98/2843.63	c  1697s|142300 | 25008 |  9211k|  64.6 |   871M |  71 |7089 |  12k|8533 |  98k|  1 | 101k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2833.77/2844.45	c  1698s|142400 | 25008 |  9215k|  64.6 |   871M |  71 |7089 |  12k|   0 |  98k|  0 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2834.67/2845.39	c  1699s|142500 | 25023 |  9220k|  64.6 |   871M |  71 |7089 |  12k|   0 |  98k|  0 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2835.57/2846.28	c  1700s|142600 | 25026 |  9226k|  64.6 |   871M |  71 |7089 |  12k|   0 |  98k|  0 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2836.48/2847.13	c  1701s|142700 | 25026 |  9231k|  64.6 |   871M |  71 |7089 |  12k|8533 |  98k|  1 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2837.37/2848.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2837.37/2848.03	c  1701s|142800 | 25045 |  9237k|  64.6 |   871M |  71 |7089 |  12k|8533 |  98k|  1 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2838.16/2848.84	c  1702s|142900 | 25048 |  9243k|  64.6 |   872M |  71 |7089 |  12k|8532 |  98k|  1 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2839.15/2849.81	c  1703s|143000 | 25054 |  9251k|  64.6 |   872M |  71 |7089 |  12k|8533 |  98k|  1 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2840.05/2850.79	c  1704s|143100 | 25064 |  9257k|  64.6 |   872M |  71 |7089 |  12k|8536 |  99k|  1 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2840.95/2851.67	c  1705s|143200 | 25059 |  9262k|  64.6 |   873M |  71 |7089 |  12k|8534 |  99k|  1 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2841.84/2852.54	c  1706s|143300 | 25060 |  9267k|  64.6 |   873M |  71 |7089 |  12k|   0 |  99k|  0 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2842.64/2853.32	c  1707s|143400 | 25060 |  9271k|  64.6 |   873M |  71 |7089 |  12k|   0 |  99k|  0 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2843.64/2854.35	c  1708s|143500 | 25050 |  9276k|  64.6 |   873M |  71 |7089 |  12k|8533 |  99k|  1 | 102k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2844.53/2855.26	c  1709s|143600 | 25057 |  9282k|  64.6 |   873M |  71 |7089 |  12k|8534 |  99k|  1 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2845.23/2855.97	c  1709s|143700 | 25051 |  9286k|  64.5 |   873M |  71 |7089 |  12k|8526 |  99k|  1 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2846.03/2856.75	c  1710s|143800 | 25054 |  9290k|  64.5 |   874M |  71 |7089 |  12k|   0 |  99k|  0 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2846.82/2857.55	c  1711s|143900 | 25035 |  9295k|  64.5 |   874M |  71 |7089 |  12k|8534 |  99k|  1 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2847.92/2858.68	c  1712s|144000 | 25042 |  9300k|  64.5 |   874M |  71 |7089 |  12k|   0 |  99k|  0 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2849.61/2860.38	c  1714s|144100 | 25045 |  9305k|  64.5 |   874M |  71 |7089 |  12k|8536 |  99k|  1 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2850.42/2861.15	c  1715s|144200 | 25037 |  9309k|  64.5 |   874M |  71 |7089 |  12k|8526 |  99k|  1 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2851.60/2862.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2851.60/2862.35	c  1716s|144300 | 25037 |  9315k|  64.5 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2852.50/2863.23	c  1717s|144400 | 25020 |  9319k|  64.5 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2853.60/2864.32	c  1718s|144500 | 25031 |  9324k|  64.4 |   874M |  71 |7089 |  12k|8533 | 100k|  1 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2854.41/2865.11	c  1719s|144600 | 25009 |  9328k|  64.4 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 103k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2855.30/2866.10	c  1719s|144700 | 25024 |  9333k|  64.4 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2856.40/2867.15	c  1721s|144800 | 25030 |  9337k|  64.4 |   874M |  71 |7089 |  12k|8539 | 100k|  1 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2857.58/2868.30	c  1722s|144900 | 25073 |  9344k|  64.4 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2858.58/2869.37	c  1723s|145000 | 25109 |  9351k|  64.4 |   874M |  71 |7089 |  12k|8535 | 100k|  1 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2859.47/2870.22	c  1724s|145100 | 25124 |  9356k|  64.4 |   874M |  71 |7089 |  12k|8535 | 100k|  1 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2860.17/2870.98	c  1724s|145200 | 25129 |  9361k|  64.4 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2860.87/2871.69	c  1725s|145300 | 25132 |  9366k|  64.4 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2861.86/2872.62	c  1726s|145400 | 25138 |  9370k|  64.4 |   874M |  71 |7089 |  12k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2862.86/2873.65	c  1727s|145500 | 25150 |  9377k|  64.4 |   874M |  71 |7089 |  13k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2863.66/2874.45	c  1728s|145600 | 25152 |  9381k|  64.4 |   874M |  71 |7089 |  13k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2864.45/2875.21	c  1729s|145700 | 25158 |  9386k|  64.3 |   874M |  71 |7089 |  13k|8538 | 100k|  1 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2867.55/2878.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2867.55/2878.37	c  1732s|145800 | 25173 |  9391k|  64.3 |   876M |  71 |7089 |  13k|8536 | 100k|  1 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2868.55/2879.38	c  1733s|145900 | 25202 |  9399k|  64.3 |   876M |  71 |7089 |  13k|8538 | 100k|  1 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2869.26/2880.09	c  1733s|146000 | 25216 |  9403k|  64.3 |   877M |  71 |7089 |  13k|   0 | 100k|  0 | 104k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2870.25/2881.09	c  1734s|146100 | 25239 |  9410k|  64.3 |   877M |  71 |7089 |  13k|   0 | 100k|  0 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2871.04/2881.81	c  1735s|146200 | 25240 |  9415k|  64.3 |   877M |  71 |7089 |  13k|8537 | 100k|  1 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2871.73/2882.56	c  1736s|146300 | 25243 |  9420k|  64.3 |   877M |  71 |7089 |  13k|8535 | 100k|  1 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2872.43/2883.24	c  1737s|146400 | 25250 |  9426k|  64.3 |   877M |  71 |7089 |  13k|8534 | 100k|  1 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2873.13/2884.01	c  1737s|146500 | 25257 |  9432k|  64.3 |   877M |  71 |7089 |  13k|   0 | 100k|  0 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2874.02/2884.84	c  1738s|146600 | 25284 |  9439k|  64.3 |   878M |  71 |7089 |  13k|   0 | 100k|  0 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2874.92/2885.70	c  1739s|146700 | 25302 |  9444k|  64.3 |   878M |  71 |7089 |  13k|8537 | 101k|  1 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2875.62/2886.43	c  1740s|146800 | 25295 |  9449k|  64.3 |   878M |  71 |7089 |  13k|   0 | 101k|  0 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2876.33/2887.16	c  1741s|146900 | 25297 |  9454k|  64.3 |   878M |  71 |7089 |  13k|8537 | 101k|  1 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2877.23/2888.04	c  1741s|147000 | 25312 |  9461k|  64.3 |   878M |  71 |7089 |  13k|   0 | 101k|  0 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2878.11/2888.97	c  1742s|147100 | 25327 |  9466k|  64.3 |   878M |  71 |7089 |  13k|8537 | 101k|  1 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2878.91/2889.78	c  1743s|147200 | 25328 |  9471k|  64.3 |   879M |  71 |7089 |  13k|8539 | 101k|  1 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2879.80/2890.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2879.80/2890.61	c  1744s|147300 | 25331 |  9476k|  64.3 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 105k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2880.50/2891.32	c  1745s|147400 | 25332 |  9480k|  64.2 |   880M |  71 |7089 |  13k|8536 | 101k|  1 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2881.31/2892.14	c  1746s|147500 | 25338 |  9485k|  64.2 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2881.99/2892.84	c  1746s|147600 | 25339 |  9489k|  64.2 |   880M |  71 |7089 |  13k|8536 | 101k|  1 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2882.79/2893.66	c  1747s|147700 | 25357 |  9495k|  64.2 |   880M |  71 |7089 |  13k|8529 | 101k|  1 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2883.59/2894.49	c  1748s|147800 | 25356 |  9502k|  64.2 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2884.48/2895.33	c  1749s|147900 | 25365 |  9509k|  64.2 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2885.38/2896.22	c  1750s|148000 | 25362 |  9515k|  64.2 |   880M |  71 |7089 |  13k|8537 | 101k|  1 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2886.68/2897.57	c  1751s|148100 | 25388 |  9522k|  64.2 |   880M |  71 |7089 |  13k|8537 | 101k|  1 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2887.57/2898.45	c  1752s|148200 | 25386 |  9527k|  64.2 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2888.47/2899.30	c  1753s|148300 | 25388 |  9533k|  64.2 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2889.18/2900.04	c  1753s|148400 | 25375 |  9537k|  64.2 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 106k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2889.96/2900.83	c  1754s|148500 | 25366 |  9541k|  64.2 |   880M |  71 |7089 |  13k|   0 | 101k|  0 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2890.76/2901.62	c  1755s|148600 | 25368 |  9546k|  64.2 |   881M |  71 |7089 |  13k|8538 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2891.56/2902.44	c  1756s|148700 | 25360 |  9552k|  64.2 |   881M |  71 |7089 |  13k|   0 | 101k|  0 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2892.35/2903.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2892.35/2903.22	c  1757s|148800 | 25360 |  9557k|  64.1 |   881M |  71 |7089 |  13k|8536 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2893.05/2903.95	c  1757s|148900 | 25363 |  9561k|  64.1 |   881M |  71 |7089 |  13k|8537 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2893.85/2904.79	c  1758s|149000 | 25369 |  9566k|  64.1 |   881M |  71 |7089 |  13k|8537 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2894.94/2905.83	c  1759s|149100 | 25387 |  9572k|  64.1 |   881M |  71 |7089 |  13k|8537 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2895.74/2906.61	c  1760s|149200 | 25406 |  9578k|  64.1 |   881M |  71 |7089 |  13k|8538 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2896.94/2907.85	c  1761s|149300 | 25432 |  9585k|  64.1 |   882M |  71 |7089 |  13k|8536 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2897.73/2908.68	c  1762s|149400 | 25424 |  9589k|  64.1 |   882M |  71 |7089 |  13k|   0 | 101k|  0 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2898.63/2909.57	c  1763s|149500 | 25423 |  9594k|  64.1 |   882M |  71 |7089 |  13k|8534 | 101k|  1 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2899.53/2910.42	c  1764s|149600 | 25453 |  9600k|  64.1 |   882M |  71 |7089 |  13k|8548 | 102k|  2 | 107k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2900.32/2911.24	c  1765s|149700 | 25463 |  9605k|  64.1 |   882M |  71 |7089 |  13k|8537 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2901.13/2912.02	c  1765s|149800 | 25463 |  9610k|  64.1 |   883M |  71 |7089 |  13k|8535 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2901.72/2912.69	c  1766s|149900 | 25454 |  9614k|  64.1 |   883M |  71 |7089 |  13k|8538 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2902.62/2913.57	c  1767s|150000 | 25451 |  9620k|  64.1 |   883M |  71 |7089 |  13k|8538 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2903.41/2914.32	c  1768s|150100 | 25451 |  9625k|  64.0 |   883M |  71 |7089 |  13k|8538 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2904.31/2915.26	c  1769s|150200 | 25457 |  9631k|  64.0 |   884M |  71 |7089 |  13k|8539 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2905.31/2916.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2905.31/2916.27	c  1770s|150300 | 25452 |  9635k|  64.0 |   884M |  71 |7089 |  13k|8534 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2906.00/2916.98	c  1770s|150400 | 25447 |  9640k|  64.0 |   884M |  71 |7089 |  13k|   0 | 102k|  0 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2906.80/2917.76	c  1771s|150500 | 25443 |  9645k|  64.0 |   884M |  71 |7089 |  13k|8535 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2907.50/2918.44	c  1772s|150600 | 25452 |  9649k|  64.0 |   884M |  71 |7089 |  13k|   0 | 102k|  0 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2908.21/2919.11	c  1773s|150700 | 25455 |  9653k|  64.0 |   884M |  78 |7089 |  13k|   0 | 102k|  0 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2908.99/2919.96	c  1773s|150800 | 25443 |  9658k|  64.0 |   884M |  78 |7089 |  13k|8535 | 102k|  1 | 108k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2909.79/2920.79	c  1774s|150900 | 25450 |  9662k|  64.0 |   884M |  78 |7089 |  13k|8539 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2910.69/2921.70	c  1775s|151000 | 25454 |  9667k|  63.9 |   885M |  78 |7089 |  13k|   0 | 102k|  0 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2911.48/2922.43	c  1776s|151100 | 25460 |  9671k|  63.9 |   885M |  78 |7089 |  13k|8537 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2912.19/2923.16	c  1777s|151200 | 25451 |  9676k|  63.9 |   885M |  78 |7089 |  13k|8537 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2912.98/2923.93	c  1777s|151300 | 25454 |  9680k|  63.9 |   885M |  78 |7089 |  13k|8537 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2913.67/2924.69	c  1778s|151400 | 25452 |  9684k|  63.9 |   885M |  78 |7089 |  13k|8536 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2914.87/2925.89	c  1779s|151500 | 25445 |  9690k|  63.9 |   885M |  78 |7089 |  13k|8537 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2915.87/2926.85	c  1780s|151600 | 25458 |  9695k|  63.9 |   885M |  78 |7089 |  13k|   0 | 102k|  0 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2916.66/2927.63	c  1781s|151700 | 25473 |  9701k|  63.9 |   885M |  78 |7089 |  13k|   0 | 102k|  0 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2917.36/2928.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2917.36/2928.32	c  1782s|151800 | 25465 |  9705k|  63.9 |   885M |  78 |7089 |  13k|   0 | 102k|  0 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2918.17/2929.17	c  1783s|151900 | 25471 |  9710k|  63.8 |   885M |  78 |7089 |  13k|8540 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2919.07/2930.06	c  1783s|152000 | 25454 |  9715k|  63.8 |   885M |  78 |7089 |  13k|8533 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2919.85/2930.89	c  1784s|152100 | 25466 |  9719k|  63.8 |   885M |  78 |7089 |  13k|8537 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2920.65/2931.68	c  1785s|152200 | 25461 |  9724k|  63.8 |   885M |  78 |7089 |  13k|8535 | 102k|  1 | 109k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2921.44/2932.43	c  1786s|152300 | 25455 |  9728k|  63.8 |   885M |  78 |7089 |  13k|   0 | 103k|  0 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2923.15/2934.16	c  1788s|152400 | 25470 |  9735k|  63.8 |   885M |  78 |7089 |  13k|8532 | 103k|  1 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2924.33/2935.32	c  1789s|152500 | 25466 |  9740k|  63.8 |   885M |  78 |7089 |  13k|8531 | 103k|  1 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2926.15/2937.13	c  1791s|152600 | 25476 |  9747k|  63.8 |   885M |  78 |7089 |  13k|8537 | 103k|  2 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2927.53/2938.57	c  1792s|152700 | 25491 |  9753k|  63.8 |   886M |  78 |7089 |  12k|   0 | 103k|  0 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2928.92/2939.99	c  1793s|152800 | 25516 |  9759k|  63.8 |   887M |  78 |7089 |  12k|8536 | 103k|  1 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2930.62/2941.67	c  1795s|152900 | 25522 |  9766k|  63.8 |   887M |  78 |7089 |  12k|8537 | 103k|  1 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2931.51/2942.54	c  1796s|153000 | 25513 |  9771k|  63.8 |   887M |  78 |7089 |  13k|   0 | 103k|  0 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2932.81/2943.80	c  1797s|153100 | 25528 |  9777k|  63.8 |   887M |  78 |7089 |  13k|   0 | 103k|  0 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2933.70/2944.75	c  1798s|153200 | 25527 |  9782k|  63.8 |   887M |  78 |7089 |  13k|8542 | 103k|  2 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2934.40/2945.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2934.40/2945.48	c  1799s|153300 | 25516 |  9785k|  63.8 |   887M |  78 |7089 |  13k|8538 | 104k|  1 | 110k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
2935.60/2946.61	c 
2935.60/2946.61	c SCIP Status        : solving was interrupted [time limit reached]
2935.60/2946.61	c Solving Time (sec) : 1800.00
2935.60/2946.61	c Solving Nodes      : 153394
2935.60/2946.61	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2935.60/2946.61	c Dual Bound         : +0.00000000000000e+00
2935.60/2946.61	c Gap                : infinite
2935.60/2946.61	c SCIP status: 23 (TIMELIMIT)
2935.60/2946.61	c pb_solver_status: sst_unknown
2935.60/2946.61	c LB_goalvalue: 0
2935.60/2946.61	c UB_goalvalue: 1
2935.60/2946.61	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=1800.000000
2935.60/2946.61	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2935.60/2946.61	c SCIP returned: sst_unknown
2935.60/2946.61	c SCIP primal LB: -oo, dual UB: 1
2935.60/2946.61	c assumptions: 
2935.60/2946.61	c invoking solver with time budget: 20.000000
2955.52/2966.69	c sat_solver_result: sst_unknown
2955.52/2966.69	c SAT solver timed out; proceeding to cooperative SCIP call
2955.52/2966.69	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 1
2955.52/2966.69	c scip solving with time budget: 1800.000000
2955.52/2966.69	c solveScip
2955.52/2966.69	c initScipForCoop
2955.52/2966.69	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2955.52/2966.69	c SCIPfreeTransform due to timeout and having shadow nodes
2955.52/2966.69	c forcing SCIPfreeTransform before solve
2955.72/2966.84	c Running SCIP presolve for solve-time propagation (rounds=3)
2955.72/2966.88	c presolving:
2955.93/2967.01	c    (0.2s) running MILP presolver
2956.03/2967.13	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2956.03/2967.13	c (round 1, medium)     0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 136 clqs, 0 implints
2956.03/2967.16	c (round 2, exhaustive) 0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 136 clqs, 0 implints
2956.03/2967.19	c    (0.3s) probing: 89/7089 (1.3%) - 0 fixings, 0 aggregations, 10 implications, 0 bound changes
2956.03/2967.19	c    (0.3s) probing aborted: 50/50 successive totally useless probings
2956.12/2967.23	c presolving (3 rounds: 3 fast, 3 medium, 2 exhaustive):
2956.12/2967.23	c  0 deleted vars, 13888 deleted constraints, 6952 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2956.12/2967.23	c  0 implications, 162 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2956.12/2967.23	c presolved problem has 7089 variables (7089 bin, 0 int, 0 cont) and 6952 constraints
2956.12/2967.23	c      16 constraints of type <knapsack>
2956.12/2967.23	c    6936 constraints of type <linear>
2956.12/2967.23	c transformed objective value is always integral (scale: 1)
2956.12/2967.23	c Presolving Time: 0.36
2956.12/2967.28	c presolving:
2956.32/2967.42	c    (0.2s) running MILP presolver
2956.42/2967.54	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2956.42/2967.54	c (round 1, medium)     0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 136 clqs, 0 implints
2956.42/2967.57	c (round 2, exhaustive) 0 del vars, 13888 del conss, 6952 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 136 clqs, 0 implints
2956.52/2967.61	c    (0.4s) probing: 89/7089 (1.3%) - 0 fixings, 0 aggregations, 10 implications, 0 bound changes
2956.52/2967.61	c    (0.4s) probing aborted: 50/50 successive totally useless probings
2956.52/2967.65	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2956.62/2967.71	c    (0.5s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 921.15) (symcode time: 0.02)
2956.62/2967.78	c dynamic symmetry handling statistics:
2956.62/2967.78	c    orbitopal reduction:       no components
2956.62/2967.78	c    orbital reduction:         no components
2956.62/2967.78	c    lexicographic reduction:   no permutations
2956.62/2967.78	c handled 1500 out of 1500 symmetry components
2956.62/2967.78	c (round 3, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 1662 clqs, 0 implints
2956.72/2967.80	c (round 4, exhaustive) 0 del vars, 13888 del conss, 8452 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1516 upgd conss, 0 impls, 1662 clqs, 0 implints
2956.72/2967.82	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
2956.72/2967.82	c  0 deleted vars, 13888 deleted constraints, 8452 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2956.72/2967.82	c  0 implications, 1662 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2956.72/2967.82	c presolved problem has 7089 variables (7089 bin, 0 int, 0 cont) and 8452 constraints
2956.72/2967.82	c      16 constraints of type <knapsack>
2956.72/2967.82	c    1500 constraints of type <setppc>
2956.72/2967.82	c    6936 constraints of type <linear>
2956.72/2967.82	c transformed objective value is always integral (scale: 1)
2956.72/2967.82	c Presolving Time: 0.54
2956.72/2967.82	c 
2957.03/2968.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2957.03/2968.15	c   0.9s|     1 |     0 |  4874 |     - |   774M |   0 |7089 |8457 |8452 |   0 |  0 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2958.21/2969.35	c   2.1s|     1 |     0 | 10119 |     - |   774M |   0 |7089 |8457 |8465 |  13 |  1 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2958.51/2969.63	c   2.4s|     1 |     0 | 10729 |     - |   774M |   0 |7089 |8457 |8474 |  22 |  2 |   5 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2958.61/2969.79	c   2.5s|     1 |     0 | 10740 |     - |   774M |   0 |7089 |8460 |8483 |  31 |  3 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2958.81/2969.92	c   2.7s|     1 |     0 | 10767 |     - |   776M |   0 |7089 |8460 |8493 |  41 |  4 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2959.02/2970.17	c   2.9s|     1 |     0 | 10866 |     - |   778M |   0 |7089 |8460 |8503 |  51 |  5 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2959.21/2970.39	c   3.1s|     1 |     0 | 10901 |     - |   778M |   0 |7089 |8460 |8513 |  61 |  6 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2959.61/2970.74	c   3.5s|     1 |     0 | 11090 |     - |   780M |   0 |7089 |8460 |8523 |  71 |  7 |   8 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2960.02/2971.12	c   3.9s|     1 |     0 | 11760 |     - |   782M |   0 |7089 |8464 |8535 |  83 |  8 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2960.20/2971.34	c   4.1s|     1 |     0 | 11805 |     - |   782M |   0 |7089 |8464 |8545 |  93 |  9 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2960.40/2971.58	c   4.3s|     1 |     0 | 12044 |     - |   783M |   0 |7089 |8464 |8556 | 104 | 10 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2960.50/2971.68	c   4.4s|     1 |     0 | 12063 |     - |   783M |   0 |7089 |8464 |8560 | 116 | 11 |  12 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2962.01/2973.16	c   5.9s|     1 |     2 | 22507 |     - |   783M |   0 |7089 |8473 |8560 | 116 | 11 |  21 |  18 | 0.000000e+00 |      --      |    Inf | unknown
2988.31/2999.54	c  32.3s|   100 |    95 |123771 |1128.4 |   783M |  19 |7089 |8522 |8509 | 186 |  1 |  70 |  18 | 0.000000e+00 |      --      |    Inf |   0.79%
3018.20/3029.55	c  62.3s|   200 |   157 |142590 | 655.9 |   783M |  41 |7089 |8534 |8518 | 277 |  1 |  82 |  18 | 0.000000e+00 |      --      |    Inf |   0.80%
3046.91/3058.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3046.91/3058.39	c  91.1s|   300 |   224 |172771 | 537.5 |   783M |  41 |7089 |8566 |8513 | 374 |  1 | 115 |  18 | 0.000000e+00 |      --      |    Inf |   0.80%
3065.65/3077.15	c   110s|   400 |   304 |213353 | 504.5 |   783M |  41 |7089 |8596 |8522 | 434 |  1 | 145 |  18 | 0.000000e+00 |      --      |    Inf |   0.82%
3084.87/3096.44	c   129s|   500 |   390 |255207 | 487.3 |   783M |  45 |7089 |8627 |8517 | 529 |  1 | 177 |  18 | 0.000000e+00 |      --      |    Inf |   0.82%
3099.32/3110.94	c   144s|   600 |   476 |287577 | 460.0 |   783M |  45 |7089 |8629 |   0 | 608 |  0 | 179 |  18 | 0.000000e+00 |      --      |    Inf |   0.92%
3109.40/3121.03	c   154s|   700 |   551 |320905 | 441.8 |   783M |  45 |7089 |8661 |8522 | 728 |  1 | 211 |  18 | 0.000000e+00 |      --      |    Inf |   0.94%
3119.15/3130.83	c   164s|   800 |   645 |342917 | 414.1 |   784M |  45 |7089 |8678 |8517 | 788 |  1 | 230 |  18 | 0.000000e+00 |      --      |    Inf |   0.94%
3129.72/3141.40	c   174s|   900 |   730 |368961 | 397.0 |   784M |  45 |7089 |8686 |8517 | 891 |  1 | 238 |  18 | 0.000000e+00 |      --      |    Inf |   0.97%
3153.63/3165.44	c   198s|  1000 |   795 |401982 | 390.3 |   784M |  45 |7089 |8701 |   0 | 976 |  0 | 254 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3168.78/3180.67	c   213s|  1100 |   857 |428076 | 378.5 |   784M |  45 |7089 |8726 |8510 |1077 |  1 | 280 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3178.34/3190.29	c   223s|  1200 |   948 |436621 | 354.1 |   784M |  46 |7089 |8735 |8531 |1152 |  1 | 290 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3179.84/3191.76	c   225s|  1300 |  1024 |446571 | 334.5 |   784M |  47 |7089 |8766 |8524 |1223 |  1 | 321 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3181.53/3193.43	c   226s|  1400 |  1110 |458358 | 319.0 |   784M |  52 |7089 |8812 |8531 |1317 |  1 | 367 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3183.03/3194.99	c   228s|  1500 |  1184 |468693 | 304.6 |   785M |  55 |7089 |8844 |8534 |1413 |  2 | 399 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3187.51/3199.44	c   232s|  1600 |  1263 |479485 | 292.3 |   785M |  55 |7089 |8878 |8524 |1514 |  1 | 433 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3189.12/3201.03	c   234s|  1700 |  1338 |489090 | 280.8 |   786M |  55 |7089 |8914 |8525 |1641 |  1 | 470 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3191.00/3202.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3191.00/3202.93	c   236s|  1800 |  1413 |500352 | 271.4 |   786M |  55 |7089 |8945 |8537 |1767 |  1 | 502 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3192.79/3204.74	c   237s|  1900 |  1472 |510395 | 262.4 |   786M |  58 |7089 |9003 |8530 |1854 |  1 | 560 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3194.29/3206.29	c   239s|  2000 |  1542 |519880 | 254.0 |   786M |  58 |7089 |9059 |8540 |1967 |  1 | 616 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3196.58/3208.54	c   241s|  2100 |  1612 |530287 | 246.9 |   786M |  58 |7089 |9097 |8541 |2100 |  2 | 654 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3198.47/3210.45	c   243s|  2200 |  1684 |540958 | 240.5 |   786M |  58 |7089 |9126 |8517 |2219 |  1 | 684 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3200.36/3212.33	c   245s|  2300 |  1762 |550050 | 234.0 |   787M |  58 |7089 |9141 |   0 |2360 |  0 | 699 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3202.08/3214.02	c   247s|  2400 |  1827 |559327 | 228.1 |   788M |  58 |7089 |9164 |8530 |2470 |  2 | 722 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3203.36/3215.32	c   248s|  2500 |  1901 |567279 | 222.2 |   788M |  58 |7089 |9184 |8535 |2574 |  1 | 742 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3206.84/3218.82	c   252s|  2600 |  1961 |576680 | 217.2 |   788M |  58 |7089 |9233 |   0 |2660 |  0 | 791 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3208.94/3220.99	c   254s|  2700 |  2014 |587353 | 213.1 |   788M |  58 |7089 |9261 |8529 |2765 |  1 | 819 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3210.73/3222.73	c   255s|  2800 |  2074 |597723 | 209.2 |   788M |  58 |7089 |9294 |8539 |2866 |  1 | 852 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3212.52/3224.58	c   257s|  2900 |  2126 |607555 | 205.4 |   788M |  58 |7089 |9342 |8536 |2956 |  1 | 900 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3214.03/3226.06	c   259s|  3000 |  2182 |615092 | 201.1 |   788M |  58 |7089 |9388 |8537 |3041 |  1 | 946 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3215.81/3227.80	c   261s|  3100 |  2222 |623509 | 197.3 |   788M |  58 |7089 |9422 |   0 |3194 |  0 | 980 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3217.40/3229.46	c   262s|  3200 |  2280 |636157 | 195.1 |   789M |  58 |7089 |9445 |8529 |3288 |  1 |1004 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3219.01/3231.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3219.01/3231.07	c   264s|  3300 |  2312 |644397 | 191.7 |   789M |  58 |7089 |9510 |   0 |3395 |  0 |1069 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3220.39/3232.48	c   265s|  3400 |  2374 |652247 | 188.3 |   790M |  58 |7089 |9527 |8517 |3527 |  1 |1086 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3221.89/3233.90	c   267s|  3500 |  2447 |660853 | 185.4 |   790M |  58 |7089 |9548 |8538 |3649 |  1 |1107 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3223.48/3235.59	c   268s|  3600 |  2510 |669377 | 182.6 |   790M |  58 |7089 |9572 |8538 |3778 |  1 |1131 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3224.68/3236.75	c   270s|  3700 |  2553 |673999 | 178.9 |   790M |  58 |7089 |9596 |8542 |3868 |  1 |1155 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3226.37/3238.42	c   271s|  3800 |  2574 |680468 | 175.9 |   790M |  58 |7089 |9662 |8527 |3972 |  1 |1221 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3227.67/3239.77	c   273s|  3900 |  2635 |687519 | 173.2 |   790M |  58 |7089 |9685 |8531 |4091 |  1 |1244 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3228.56/3240.61	c   273s|  4000 |  2676 |692965 | 170.3 |   790M |  58 |7089 |9728 |8522 |4164 |  1 |1287 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3230.07/3242.13	c   275s|  4100 |  2730 |701146 | 168.1 |   790M |  58 |7089 |9777 |   0 |4274 |  0 |1336 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3231.07/3243.12	c   276s|  4200 |  2765 |707572 | 165.6 |   791M |  58 |7089 |9822 |   0 |4309 |  0 |1381 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3232.35/3244.44	c   277s|  4300 |  2804 |713352 | 163.1 |   791M |  58 |7089 |9850 |8541 |4409 |  1 |1409 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3234.05/3246.11	c   279s|  4400 |  2862 |724192 | 161.9 |   791M |  58 |7089 |9891 |   0 |4523 |  0 |1450 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3235.34/3247.46	c   280s|  4500 |  2916 |730284 | 159.6 |   791M |  58 |7089 |9923 |   0 |4594 |  0 |1482 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3236.33/3248.40	c   281s|  4600 |  2936 |735812 | 157.4 |   791M |  58 |7089 |  10k|   0 |4670 |  0 |1566 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3237.53/3249.63	c   282s|  4700 |  3000 |742652 | 155.5 |   792M |  58 |7089 |  10k|8528 |4787 |  1 |1589 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3239.04/3251.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3239.04/3251.12	c   284s|  4800 |  3047 |750100 | 153.8 |   792M |  58 |7089 |  10k|8528 |4874 |  1 |1651 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3240.12/3252.22	c   285s|  4900 |  3108 |758100 | 152.3 |   792M |  58 |7089 |  10k|8525 |4973 |  1 |1676 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3241.61/3253.75	c   287s|  5000 |  3171 |768461 | 151.3 |   792M |  58 |7089 |  10k|   0 |5091 |  0 |1704 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3243.21/3255.38	c   288s|  5100 |  3221 |776828 | 150.0 |   792M |  58 |7089 |  10k|8527 |5232 |  1 |1746 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3244.91/3257.02	c   290s|  5200 |  3274 |785707 | 148.8 |   793M |  58 |7089 |  10k|8537 |5339 |  1 |1792 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3246.20/3258.33	c   291s|  5300 |  3338 |792439 | 147.3 |   793M |  58 |7089 |  10k|8532 |5431 |  1 |1821 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3247.59/3259.70	c   292s|  5400 |  3385 |800618 | 146.1 |   793M |  58 |7089 |  10k|8526 |5567 |  1 |1865 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3248.79/3260.90	c   294s|  5500 |  3449 |807874 | 144.7 |   793M |  58 |7089 |  10k|8527 |5691 |  1 |1900 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3250.18/3262.30	c   295s|  5600 |  3516 |816044 | 143.6 |   793M |  58 |7089 |  10k|8538 |5802 |  1 |1940 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3251.77/3263.91	c   297s|  5700 |  3540 |824540 | 142.6 |   794M |  58 |7089 |  10k|8537 |5934 |  1 |2000 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3253.07/3265.20	c   298s|  5800 |  3581 |831670 | 141.3 |   794M |  58 |7089 |  10k|8537 |6056 |  1 |2043 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3254.66/3266.87	c   300s|  5900 |  3648 |840191 | 140.4 |   794M |  58 |7089 |  10k|   0 |6197 |  0 |2083 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3256.26/3268.42	c   301s|  6000 |  3684 |849346 | 139.6 |   794M |  58 |7089 |  10k|8530 |6326 |  1 |2136 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3257.55/3269.72	c   302s|  6100 |  3725 |856351 | 138.4 |   794M |  58 |7089 |  10k|8536 |6460 |  2 |2199 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3259.05/3271.26	c   304s|  6200 |  3766 |864849 | 137.6 |   795M |  58 |7089 |  10k|8536 |6588 |  1 |2237 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3259.96/3272.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3259.96/3272.18	c   305s|  6300 |  3792 |871702 | 136.5 |   795M |  58 |7089 |  10k|8534 |6677 |  1 |2297 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3260.95/3273.13	c   306s|  6400 |  3831 |878384 | 135.4 |   795M |  58 |7089 |  10k|   0 |6786 |  0 |2337 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3262.43/3274.60	c   307s|  6500 |  3867 |888901 | 134.9 |   795M |  58 |7089 |  10k|   0 |6931 |  0 |2396 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3263.43/3275.63	c   308s|  6600 |  3904 |895963 | 133.9 |   795M |  58 |7089 |  10k|   0 |7019 |  0 |2474 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3264.43/3276.67	c   309s|  6700 |  3943 |902263 | 132.9 |   795M |  58 |7089 |  10k|8539 |7099 |  2 |2526 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3265.72/3277.93	c   311s|  6800 |  3984 |909074 | 131.9 |   795M |  58 |7089 |  10k|   0 |7188 |  0 |2564 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3266.72/3278.92	c   312s|  6900 |  4016 |915541 | 131.0 |   795M |  58 |7089 |  11k|8528 |7273 |  1 |2638 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3267.93/3280.18	c   313s|  7000 |  4044 |923461 | 130.2 |   795M |  58 |7089 |  11k|   0 |7391 |  0 |2709 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3269.01/3281.21	c   314s|  7100 |  4081 |931189 | 129.5 |   795M |  58 |7089 |  11k|8534 |7471 |  1 |2761 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3269.92/3282.18	c   315s|  7200 |  4110 |938142 | 128.6 |   795M |  58 |7089 |  11k|8536 |7574 |  1 |2823 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3270.91/3283.15	c   316s|  7300 |  4137 |946206 | 128.0 |   796M |  58 |7089 |  11k|   0 |7647 |  0 |2891 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3272.10/3284.38	c   317s|  7400 |  4168 |955447 | 127.5 |   796M |  58 |7089 |  11k|   0 |7756 |  0 |2957 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3273.39/3285.69	c   318s|  7500 |  4194 |964463 | 127.0 |   796M |  58 |7089 |  11k|8536 |7903 |  1 |3013 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3274.80/3287.02	c   320s|  7600 |  4254 |971956 | 126.3 |   797M |  58 |7089 |  11k|8537 |8034 |  1 |3035 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3276.08/3288.30	c   321s|  7700 |  4315 |979069 | 125.6 |   797M |  58 |7089 |  11k|8539 |8109 |  2 |3080 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3276.89/3289.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3276.89/3289.16	c   322s|  7800 |  4339 |984302 | 124.7 |   797M |  58 |7089 |  11k|8536 |8188 |  1 |3155 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3277.97/3290.22	c   323s|  7900 |  4392 |990679 | 123.9 |   797M |  58 |7089 |  11k|8536 |8262 |  1 |3179 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3279.27/3291.57	c   324s|  8000 |  4438 |999249 | 123.4 |   797M |  58 |7089 |  11k|8525 |8335 |  1 |3235 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3280.56/3292.82	c   326s|  8100 |  4472 |  1007k| 122.9 |   797M |  58 |7089 |  11k|8540 |8419 |  1 |3289 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3281.66/3293.90	c   327s|  8200 |  4500 |  1014k| 122.3 |   797M |  58 |7089 |  11k|8523 |8493 |  1 |3345 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3282.95/3295.26	c   328s|  8300 |  4542 |  1022k| 121.8 |   797M |  58 |7089 |  11k|   0 |8575 |  0 |3401 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3283.76/3296.08	c   329s|  8400 |  4557 |  1027k| 120.9 |   797M |  58 |7089 |  11k|8522 |8599 |  1 |3456 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3284.95/3297.22	c   330s|  8500 |  4613 |  1035k| 120.5 |   797M |  58 |7089 |  11k|8533 |8709 |  1 |3498 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3286.24/3298.55	c   331s|  8600 |  4654 |  1043k| 120.0 |   797M |  58 |7089 |  11k|8534 |8790 |  1 |3559 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3287.34/3299.60	c   332s|  8700 |  4706 |  1050k| 119.4 |   797M |  58 |7089 |  11k|   0 |8868 |  0 |3624 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3288.63/3300.93	c   334s|  8800 |  4742 |  1057k| 118.8 |   799M |  58 |7089 |  11k|8531 |9005 |  1 |3694 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3289.43/3301.71	c   334s|  8900 |  4759 |  1062k| 118.0 |   799M |  58 |7089 |  11k|8537 |9057 |  1 |3767 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3290.33/3302.65	c   335s|  9000 |  4784 |  1067k| 117.2 |   799M |  58 |7089 |  11k|8540 |9165 |  2 |3847 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3291.32/3303.68	c   336s|  9100 |  4820 |  1075k| 116.9 |   799M |  58 |7089 |  12k|   0 |9244 |  0 |3922 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3292.62/3304.94	c   338s|  9200 |  4862 |  1084k| 116.6 |   799M |  58 |7089 |  12k|8526 |9368 |  1 |4000 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3293.73/3306.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3293.73/3306.03	c   339s|  9300 |  4931 |  1091k| 116.1 |   799M |  58 |7089 |  12k|   0 |9454 |  0 |4034 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3294.51/3306.82	c   340s|  9400 |  4961 |  1096k| 115.4 |   799M |  58 |7089 |  12k|8535 |9507 |  1 |4061 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3295.72/3308.10	c   341s|  9500 |  4996 |  1103k| 114.9 |   799M |  58 |7089 |  12k|8536 |9583 |  1 |4113 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3296.81/3309.19	c   342s|  9600 |  5044 |  1110k| 114.4 |   799M |  58 |7089 |  12k|8536 |9678 |  1 |4162 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3297.71/3310.09	c   343s|  9700 |  5076 |  1117k| 114.0 |   799M |  58 |7089 |  12k|8540 |9753 |  1 |4221 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3298.71/3311.11	c   344s|  9800 |  5091 |  1123k| 113.5 |   799M |  58 |7089 |  12k|8525 |9808 |  1 |4292 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3299.99/3312.32	c   345s|  9900 |  5136 |  1131k| 113.1 |   799M |  58 |7089 |  12k|8537 |9909 |  2 |4336 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3300.98/3313.31	c   346s| 10000 |  5166 |  1138k| 112.7 |   799M |  58 |7089 |  12k|8525 |  10k|  1 |4411 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3301.98/3314.31	c   347s| 10100 |  5200 |  1145k| 112.2 |   799M |  58 |7089 |  12k|8525 |  10k|  1 |4490 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3302.88/3315.20	c   348s| 10200 |  5226 |  1151k| 111.7 |   800M |  58 |7089 |  12k|8526 |  10k|  1 |4548 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3304.07/3316.48	c   349s| 10300 |  5258 |  1158k| 111.3 |   800M |  58 |7089 |  12k|8529 |  10k|  1 |4608 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3305.27/3317.62	c   350s| 10400 |  5302 |  1165k| 110.9 |   802M |  58 |7089 |  12k|8523 |  10k|  1 |4659 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3306.67/3319.08	c   352s| 10500 |  5331 |  1172k| 110.5 |   802M |  58 |7089 |  12k|8537 |  10k|  2 |4706 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3307.86/3320.26	c   353s| 10600 |  5371 |  1178k| 110.0 |   802M |  58 |7089 |  12k|   0 |  10k|  0 |4747 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3308.95/3321.34	c   354s| 10700 |  5424 |  1186k| 109.7 |   802M |  63 |7089 |  12k|8533 |  10k|  1 |4794 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3310.05/3322.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3310.05/3322.49	c   355s| 10800 |  5450 |  1197k| 109.8 |   802M |  63 |7089 |  12k|8532 |  10k|  1 |4875 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3311.44/3323.80	c   357s| 10900 |  5485 |  1206k| 109.6 |   802M |  63 |7089 |  12k|8526 |  10k|  1 |4928 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3312.34/3324.73	c   357s| 11000 |  5504 |  1212k| 109.2 |   802M |  63 |7089 |  12k|8532 |  11k|  1 |5005 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3313.34/3325.77	c   359s| 11100 |  5522 |  1218k| 108.7 |   802M |  63 |7089 |  12k|8529 |  11k|  1 |5072 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3314.23/3326.68	c   359s| 11200 |  5549 |  1224k| 108.2 |   802M |  63 |7089 |  12k|8535 |  11k|  1 |5130 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3315.13/3327.51	c   360s| 11300 |  5567 |  1230k| 107.8 |   802M |  63 |7089 |  12k|   0 |  11k|  0 |5202 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3316.03/3328.40	c   361s| 11400 |  5582 |  1236k| 107.4 |   802M |  63 |7089 |  12k|8529 |  11k|  1 |5227 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3317.22/3329.62	c   362s| 11500 |  5625 |  1243k| 107.1 |   802M |  63 |7089 |  12k|8523 |  11k|  1 |5270 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3318.12/3330.53	c   363s| 11600 |  5655 |  1250k| 106.8 |   802M |  63 |7089 |  12k|8526 |  11k|  1 |5328 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3319.21/3331.68	c   364s| 11700 |  5700 |  1258k| 106.6 |   802M |  63 |7089 |  12k|8537 |  11k|  2 |5361 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3320.11/3332.58	c   365s| 11800 |  5716 |  1265k| 106.2 |   802M |  63 |7089 |  12k|   0 |  11k|  0 |5436 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3321.10/3333.53	c   366s| 11900 |  5741 |  1272k| 105.9 |   803M |  63 |7089 |  12k|   0 |  11k|  0 |5512 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3322.40/3334.84	c   368s| 12000 |  5789 |  1280k| 105.7 |   803M |  63 |7089 |  12k|8528 |  11k|  1 |5566 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3324.89/3337.32	c   370s| 12100 |  5848 |  1288k| 105.5 |   803M |  63 |7089 |  12k|8540 |  11k|  2 |5617 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3325.79/3338.29	c   371s| 12200 |  5885 |  1294k| 105.1 |   803M |  63 |7089 |  12k|8538 |  12k|  1 |5663 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3327.09/3339.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3327.09/3339.55	c   372s| 12300 |  5924 |  1302k| 104.9 |   804M |  63 |7089 |  12k|8532 |  12k|  1 |5713 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3328.38/3340.87	c   374s| 12400 |  5969 |  1309k| 104.6 |   804M |  63 |7089 |  12k|8523 |  12k|  1 |5750 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3329.69/3342.12	c   375s| 12500 |  5996 |  1316k| 104.3 |   804M |  63 |7089 |  12k|   0 |  12k|  0 |5821 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3330.59/3343.08	c   376s| 12600 |  6017 |  1321k| 103.9 |   804M |  63 |7089 |  12k|8535 |  12k|  2 |5880 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3331.58/3344.06	c   377s| 12700 |  6037 |  1328k| 103.7 |   804M |  63 |7089 |  12k|8538 |  12k|  1 |5943 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3332.68/3345.20	c   378s| 12800 |  6069 |  1336k| 103.5 |   804M |  63 |7089 |  12k|8526 |  12k|  1 |5989 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3333.67/3346.12	c   379s| 12900 |  6108 |  1342k| 103.2 |   804M |  63 |7089 |  12k|8528 |  12k|  1 |6055 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3334.67/3347.17	c   380s| 13000 |  6152 |  1350k| 103.0 |   804M |  63 |7089 |  12k|8528 |  12k|  1 |6101 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3335.56/3348.10	c   381s| 13100 |  6185 |  1358k| 102.8 |   804M |  63 |7089 |  12k|8534 |  12k|  1 |6140 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3336.56/3349.03	c   382s| 13200 |  6202 |  1365k| 102.5 |   804M |  63 |7089 |  12k|8538 |  12k|  1 |6212 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3337.56/3350.03	c   383s| 13300 |  6215 |  1373k| 102.4 |   805M |  63 |7089 |  12k|8536 |  13k|  1 |6281 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3338.55/3351.04	c   384s| 13400 |  6237 |  1380k| 102.1 |   805M |  63 |7089 |  12k|8535 |  13k|  1 |6343 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3339.93/3352.40	c   385s| 13500 |  6264 |  1390k| 102.1 |   805M |  63 |7089 |  12k|8529 |  13k|  1 |6386 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3340.93/3353.40	c   386s| 13600 |  6303 |  1397k| 101.9 |   805M |  63 |7089 |  12k|8537 |  13k|  1 |6428 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3341.83/3354.32	c   387s| 13700 |  6325 |  1403k| 101.6 |   805M |  63 |7089 |  12k|8535 |  13k|  1 |6497 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3342.72/3355.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3342.72/3355.26	c   388s| 13800 |  6341 |  1409k| 101.3 |   805M |  63 |7089 |  12k|   0 |  13k|  0 |6572 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3343.72/3356.28	c   389s| 13900 |  6373 |  1416k| 101.0 |   805M |  63 |7089 |  12k|   0 |  13k|  0 |6627 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3345.31/3357.86	c   391s| 14000 |  6409 |  1426k| 101.0 |   805M |  63 |7089 |  12k|8533 |  13k|  1 |6697 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3346.41/3359.00	c   392s| 14100 |  6426 |  1434k| 100.9 |   805M |  63 |7089 |  12k|8535 |  13k|  1 |6734 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3347.62/3360.13	c   393s| 14200 |  6442 |  1441k| 100.6 |   805M |  63 |7089 |  12k|8527 |  13k|  1 |6810 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3348.70/3361.28	c   394s| 14300 |  6484 |  1448k| 100.4 |   806M |  63 |7089 |  12k|8526 |  13k|  1 |6850 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3349.90/3362.44	c   395s| 14400 |  6522 |  1456k| 100.3 |   806M |  63 |7089 |  12k|8525 |  14k|  1 |6893 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3351.39/3364.00	c   397s| 14500 |  6558 |  1465k| 100.2 |   806M |  63 |7089 |  12k|8527 |  14k|  1 |6949 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3352.60/3365.17	c   398s| 14600 |  6602 |  1472k| 100.0 |   806M |  63 |7089 |  12k|8535 |  14k|  1 |6996 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3353.78/3366.34	c   399s| 14700 |  6647 |  1479k|  99.8 |   806M |  63 |7089 |  12k|8527 |  14k|  1 |7050 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3354.78/3367.38	c   400s| 14800 |  6696 |  1485k|  99.6 |   806M |  63 |7089 |  12k|   0 |  14k|  0 |7114 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3355.77/3368.34	c   401s| 14900 |  6716 |  1491k|  99.3 |   807M |  63 |7089 |  12k|8534 |  14k|  1 |7169 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3356.77/3369.35	c   402s| 15000 |  6762 |  1498k|  99.1 |   807M |  63 |7089 |  12k|8536 |  14k|  1 |7208 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3357.66/3370.25	c   403s| 15100 |  6802 |  1503k|  98.8 |   807M |  63 |7089 |  12k|   0 |  14k|  0 |7274 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3358.66/3371.25	c   404s| 15200 |  6853 |  1510k|  98.6 |   807M |  63 |7089 |  12k|8534 |  14k|  1 |7324 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3359.66/3372.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3359.66/3372.29	c   405s| 15300 |  6897 |  1517k|  98.4 |   807M |  63 |7089 |  12k|8528 |  14k|  1 |7371 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3360.85/3373.40	c   406s| 15400 |  6928 |  1525k|  98.2 |   807M |  63 |7089 |  12k|8534 |  15k|  1 |7450 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3361.65/3374.21	c   407s| 15500 |  6951 |  1530k|  97.9 |   807M |  63 |7089 |  12k|8535 |  15k|  1 |7514 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3362.84/3375.44	c   408s| 15600 |  6990 |  1538k|  97.8 |   807M |  63 |7089 |  12k|8535 |  15k|  1 |7544 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3363.74/3376.32	c   409s| 15700 |  7008 |  1544k|  97.6 |   807M |  63 |7089 |  13k|8537 |  15k|  1 |7588 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3364.94/3377.50	c   410s| 15800 |  7023 |  1550k|  97.4 |   807M |  63 |7089 |  12k|   0 |  15k|  0 |7682 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3366.33/3378.90	c   412s| 15900 |  7061 |  1558k|  97.3 |   807M |  63 |7089 |  12k|8529 |  15k|  1 |7762 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3367.54/3380.15	c   413s| 16000 |  7080 |  1565k|  97.1 |   808M |  63 |7089 |  12k|8535 |  15k|  1 |7816 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3368.53/3381.18	c   414s| 16100 |  7115 |  1572k|  97.0 |   808M |  63 |7089 |  12k|8531 |  15k|  1 |7887 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3369.72/3382.38	c   415s| 16200 |  7146 |  1580k|  96.8 |   808M |  63 |7089 |  12k|8529 |  15k|  1 |7945 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3370.81/3383.43	c   416s| 16300 |  7187 |  1589k|  96.8 |   808M |  63 |7089 |  12k|8531 |  15k|  1 |7980 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3371.81/3384.46	c   417s| 16400 |  7215 |  1597k|  96.7 |   809M |  63 |7089 |  12k|8539 |  15k|  1 |8055 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3373.10/3385.71	c   418s| 16500 |  7249 |  1604k|  96.5 |   809M |  63 |7089 |  12k|8538 |  15k|  1 |8108 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3374.00/3386.63	c   419s| 16600 |  7264 |  1610k|  96.3 |   809M |  63 |7089 |  12k|8529 |  16k|  1 |8180 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3375.00/3387.60	c   420s| 16700 |  7288 |  1617k|  96.1 |   809M |  63 |7089 |  12k|8527 |  16k|  1 |8231 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3376.19/3388.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3376.19/3388.83	c   422s| 16800 |  7341 |  1625k|  96.0 |   809M |  63 |7089 |  12k|8537 |  16k|  1 |8263 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3377.29/3389.95	c   423s| 16900 |  7372 |  1632k|  95.9 |   809M |  63 |7089 |  12k|   0 |  16k|  0 |8324 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3378.78/3391.41	c   424s| 17000 |  7424 |  1643k|  96.0 |   809M |  63 |7089 |  12k|8517 |  16k|  1 |8355 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3379.98/3392.67	c   425s| 17100 |  7492 |  1651k|  95.9 |   809M |  63 |7089 |  12k|8540 |  16k|  1 |8383 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3380.97/3393.68	c   426s| 17200 |  7533 |  1658k|  95.7 |   809M |  63 |7089 |  12k|8539 |  16k|  1 |8436 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3382.27/3394.98	c   428s| 17300 |  7584 |  1667k|  95.7 |   809M |  63 |7089 |  12k|8534 |  16k|  1 |8485 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3383.56/3396.26	c   429s| 17400 |  7630 |  1676k|  95.7 |   809M |  63 |7089 |  12k|8536 |  16k|  1 |8547 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3384.56/3397.24	c   430s| 17500 |  7666 |  1682k|  95.5 |   810M |  63 |7089 |  12k|8527 |  17k|  1 |8621 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3385.85/3398.56	c   431s| 17600 |  7707 |  1691k|  95.4 |   811M |  63 |7089 |  12k|8541 |  17k|  2 |8685 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3386.85/3399.50	c   432s| 17700 |  7733 |  1698k|  95.3 |   811M |  63 |7089 |  12k|8538 |  17k|  2 |8723 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3387.95/3400.67	c   433s| 17800 |  7777 |  1706k|  95.2 |   811M |  63 |7089 |  12k|8533 |  17k|  1 |8780 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3389.04/3401.70	c   434s| 17900 |  7805 |  1712k|  95.0 |   811M |  63 |7089 |  12k|8534 |  17k|  1 |8829 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3390.24/3402.95	c   436s| 18000 |  7844 |  1722k|  95.0 |   811M |  63 |7089 |  12k|8533 |  17k|  1 |8905 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3391.13/3403.85	c   437s| 18100 |  7888 |  1728k|  94.8 |   811M |  63 |7089 |  12k|8535 |  17k|  1 |8949 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3392.13/3404.86	c   438s| 18200 |  7903 |  1734k|  94.7 |   811M |  63 |7089 |  12k|8532 |  17k|  1 |9014 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3393.34/3406.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3393.34/3406.07	c   439s| 18300 |  7923 |  1742k|  94.5 |   811M |  63 |7089 |  12k|   0 |  17k|  0 |9088 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3394.72/3407.47	c   440s| 18400 |  7962 |  1749k|  94.4 |   811M |  63 |7089 |  12k|8528 |  17k|  1 |9142 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3396.02/3408.73	c   441s| 18500 |  8003 |  1756k|  94.3 |   811M |  63 |7089 |  12k|8535 |  17k|  1 |9194 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3397.21/3409.91	c   443s| 18600 |  8047 |  1764k|  94.2 |   811M |  63 |7089 |  12k|8536 |  18k|  1 |9242 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3398.61/3411.37	c   444s| 18700 |  8080 |  1772k|  94.1 |   811M |  63 |7089 |  12k|8531 |  18k|  1 |9311 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3399.50/3412.23	c   445s| 18800 |  8099 |  1779k|  94.0 |   811M |  63 |7089 |  12k|   0 |  18k|  0 |9373 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3400.80/3413.55	c   446s| 18900 |  8129 |  1787k|  94.0 |   811M |  63 |7089 |  12k|8538 |  18k|  2 |9419 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3401.79/3414.51	c   447s| 19000 |  8154 |  1795k|  93.8 |   811M |  63 |7089 |  12k|   0 |  18k|  0 |9460 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3402.79/3415.52	c   448s| 19100 |  8172 |  1802k|  93.7 |   812M |  63 |7089 |  12k|8538 |  18k|  1 |9517 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3403.59/3416.37	c   449s| 19200 |  8193 |  1808k|  93.5 |   812M |  63 |7089 |  12k|8529 |  18k|  1 |9584 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3404.40/3417.16	c   450s| 19300 |  8210 |  1812k|  93.3 |   812M |  63 |7089 |  12k|   0 |  18k|  0 |9684 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3405.68/3418.40	c   451s| 19400 |  8254 |  1821k|  93.3 |   813M |  63 |7089 |  12k|   0 |  18k|  0 |9748 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3406.67/3419.48	c   452s| 19500 |  8285 |  1832k|  93.4 |   813M |  63 |7089 |  12k|8523 |  18k|  1 |9794 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3407.87/3420.67	c   453s| 19600 |  8317 |  1842k|  93.4 |   813M |  63 |7089 |  12k|8533 |  18k|  1 |9866 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3409.38/3422.14	c   455s| 19700 |  8353 |  1851k|  93.4 |   813M |  63 |7089 |  12k|8523 |  19k|  1 |9909 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3410.37/3423.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3410.37/3423.17	c   456s| 19800 |  8371 |  1860k|  93.4 |   813M |  63 |7089 |  12k|8532 |  19k|  1 |9959 |  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3411.46/3424.29	c   457s| 19900 |  8387 |  1868k|  93.3 |   813M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3412.37/3425.17	c   458s| 20000 |  8407 |  1874k|  93.1 |   813M |  63 |7089 |  12k|8537 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3413.45/3426.26	c   459s| 20100 |  8452 |  1881k|  93.0 |   813M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3414.44/3427.21	c   460s| 20200 |  8469 |  1888k|  92.9 |   813M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3415.44/3428.25	c   461s| 20300 |  8484 |  1894k|  92.8 |   813M |  63 |7089 |  12k|8535 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3416.25/3429.05	c   462s| 20400 |  8498 |  1900k|  92.6 |   813M |  63 |7089 |  12k|8529 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3417.13/3429.95	c   463s| 20500 |  8553 |  1905k|  92.4 |   813M |  63 |7089 |  12k|   0 |  19k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3418.13/3430.96	c   464s| 20600 |  8600 |  1912k|  92.2 |   813M |  63 |7089 |  12k|8539 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3419.03/3431.80	c   465s| 20700 |  8642 |  1916k|  92.0 |   813M |  63 |7089 |  12k|8538 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3419.82/3432.62	c   465s| 20800 |  8683 |  1921k|  91.8 |   814M |  63 |7089 |  12k|8529 |  19k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3420.52/3433.31	c   466s| 20900 |  8690 |  1925k|  91.6 |   814M |  63 |7089 |  12k|8529 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3421.52/3434.35	c   467s| 21000 |  8714 |  1931k|  91.4 |   814M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3425.50/3438.38	c   471s| 21100 |  8743 |  1936k|  91.2 |   814M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3426.40/3439.20	c   472s| 21200 |  8773 |  1941k|  91.0 |   814M |  63 |7089 |  12k|   0 |  20k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3427.21/3440.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3427.21/3440.02	c   473s| 21300 |  8797 |  1946k|  90.8 |   814M |  63 |7089 |  12k|   0 |  20k|  0 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3427.99/3440.83	c   474s| 21400 |  8816 |  1951k|  90.6 |   814M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3428.79/3441.65	c   474s| 21500 |  8835 |  1956k|  90.5 |   814M |  63 |7089 |  12k|8538 |  20k|  1 |  10k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3429.79/3442.63	c   475s| 21600 |  8868 |  1962k|  90.3 |   815M |  63 |7089 |  12k|8533 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3430.58/3443.49	c   476s| 21700 |  8882 |  1967k|  90.1 |   815M |  63 |7089 |  12k|8537 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3431.68/3444.55	c   477s| 21800 |  8908 |  1973k|  90.0 |   815M |  63 |7089 |  12k|8534 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3433.07/3445.94	c   479s| 21900 |  8961 |  1982k|  90.0 |   815M |  63 |7089 |  12k|8534 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3434.07/3446.90	c   480s| 22000 |  8984 |  1989k|  89.9 |   815M |  63 |7089 |  12k|8526 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3435.07/3447.90	c   481s| 22100 |  9008 |  1997k|  89.8 |   815M |  63 |7089 |  12k|8536 |  20k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3436.17/3449.05	c   482s| 22200 |  9030 |  2004k|  89.7 |   815M |  63 |7089 |  12k|8534 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3437.27/3450.18	c   483s| 22300 |  9061 |  2011k|  89.7 |   815M |  63 |7089 |  12k|8527 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3438.17/3451.03	c   484s| 22400 |  9086 |  2018k|  89.6 |   815M |  63 |7089 |  12k|8527 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3438.95/3451.88	c   485s| 22500 |  9116 |  2023k|  89.4 |   815M |  63 |7089 |  12k|8536 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3440.05/3452.93	c   486s| 22600 |  9133 |  2030k|  89.3 |   815M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3441.34/3454.24	c   487s| 22700 |  9182 |  2038k|  89.3 |   816M |  63 |7089 |  12k|8533 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3442.44/3455.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3442.44/3455.34	c   488s| 22800 |  9224 |  2043k|  89.1 |   816M |  63 |7089 |  12k|8532 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3443.73/3456.65	c   489s| 22900 |  9263 |  2051k|  89.0 |   816M |  63 |7089 |  12k|8526 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3444.73/3457.67	c   490s| 23000 |  9312 |  2056k|  88.9 |   816M |  63 |7089 |  12k|8526 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3446.02/3458.90	c   492s| 23100 |  9338 |  2063k|  88.8 |   816M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3447.02/3459.94	c   493s| 23200 |  9353 |  2069k|  88.7 |   816M |  63 |7089 |  12k|8534 |  21k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3447.82/3460.78	c   494s| 23300 |  9391 |  2074k|  88.5 |   816M |  63 |7089 |  12k|   0 |  21k|  0 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3448.81/3461.71	c   494s| 23400 |  9421 |  2080k|  88.4 |   816M |  63 |7089 |  12k|8532 |  22k|  1 |  11k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3449.71/3462.66	c   495s| 23500 |  9467 |  2087k|  88.3 |   817M |  63 |7089 |  12k|   0 |  22k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3450.61/3463.51	c   496s| 23600 |  9492 |  2092k|  88.1 |   817M |  63 |7089 |  12k|8532 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3451.41/3464.33	c   497s| 23700 |  9512 |  2097k|  88.0 |   817M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3452.22/3465.11	c   498s| 23800 |  9527 |  2101k|  87.8 |   817M |  63 |7089 |  12k|8533 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3453.00/3465.94	c   499s| 23900 |  9551 |  2106k|  87.6 |   817M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3454.00/3466.95	c   500s| 24000 |  9593 |  2112k|  87.5 |   817M |  63 |7089 |  12k|8526 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3454.79/3467.76	c   501s| 24100 |  9608 |  2117k|  87.4 |   817M |  63 |7089 |  12k|8534 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3455.59/3468.53	c   501s| 24200 |  9616 |  2122k|  87.2 |   817M |  63 |7089 |  12k|8536 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3456.59/3469.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3456.59/3469.59	c   502s| 24300 |  9662 |  2130k|  87.2 |   818M |  63 |7089 |  12k|8539 |  22k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3457.68/3470.61	c   503s| 24400 |  9694 |  2137k|  87.1 |   818M |  63 |7089 |  12k|   0 |  22k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3458.68/3471.68	c   504s| 24500 |  9722 |  2144k|  87.0 |   818M |  63 |7089 |  12k|8538 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3459.57/3472.56	c   505s| 24600 |  9741 |  2148k|  86.8 |   818M |  63 |7089 |  12k|8535 |  22k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3460.67/3473.61	c   506s| 24700 |  9788 |  2154k|  86.8 |   818M |  63 |7089 |  11k|8535 |  23k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3462.18/3475.13	c   508s| 24800 |  9832 |  2161k|  86.7 |   818M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3463.86/3476.89	c   510s| 24900 |  9880 |  2170k|  86.7 |   818M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3465.25/3478.23	c   511s| 25000 |  9903 |  2178k|  86.6 |   818M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3466.65/3479.60	c   512s| 25100 |  9929 |  2187k|  86.7 |   818M |  63 |7089 |  11k|8540 |  23k|  2 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3467.34/3480.37	c   513s| 25200 |  9934 |  2192k|  86.5 |   818M |  63 |7089 |  11k|8528 |  23k|  1 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3468.44/3481.43	c   514s| 25300 |  9953 |  2197k|  86.4 |   818M |  63 |7089 |  11k|   0 |  23k|  0 |  12k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3469.34/3482.39	c   515s| 25400 |  9975 |  2203k|  86.3 |   818M |  63 |7089 |  11k|8533 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3470.23/3483.23	c   516s| 25500 | 10005 |  2210k|  86.2 |   818M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3471.14/3484.14	c   517s| 25600 | 10027 |  2218k|  86.2 |   819M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3472.04/3485.07	c   518s| 25700 | 10056 |  2223k|  86.1 |   819M |  69 |7089 |  11k|8529 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3473.03/3486.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3473.03/3486.07	c   519s| 25800 | 10090 |  2230k|  86.0 |   819M |  69 |7089 |  11k|   0 |  23k|  0 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3473.82/3486.88	c   520s| 25900 | 10105 |  2236k|  85.9 |   819M |  69 |7089 |  11k|8529 |  23k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3474.62/3487.67	c   520s| 26000 | 10128 |  2241k|  85.8 |   819M |  69 |7089 |  11k|8538 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3475.51/3488.52	c   521s| 26100 | 10134 |  2247k|  85.7 |   819M |  69 |7089 |  11k|8537 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3476.51/3489.58	c   522s| 26200 | 10144 |  2254k|  85.6 |   820M |  69 |7089 |  11k|8532 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3477.70/3490.71	c   523s| 26300 | 10172 |  2259k|  85.5 |   820M |  69 |7089 |  11k|8537 |  24k|  2 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3478.40/3491.45	c   524s| 26400 | 10178 |  2263k|  85.3 |   820M |  69 |7089 |  11k|8539 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3479.50/3492.55	c   525s| 26500 | 10203 |  2269k|  85.2 |   820M |  69 |7089 |  11k|8538 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3480.59/3493.60	c   526s| 26600 | 10216 |  2275k|  85.1 |   820M |  69 |7089 |  11k|8534 |  24k|  1 |  13k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3481.39/3494.49	c   527s| 26700 | 10235 |  2281k|  85.0 |   820M |  69 |7089 |  11k|8535 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3482.39/3495.44	c   528s| 26800 | 10248 |  2288k|  84.9 |   820M |  69 |7089 |  11k|8539 |  24k|  2 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3483.58/3496.61	c   529s| 26900 | 10293 |  2294k|  84.9 |   820M |  69 |7089 |  11k|8526 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3484.48/3497.55	c   530s| 27000 | 10320 |  2299k|  84.7 |   820M |  69 |7089 |  11k|8531 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3485.27/3498.38	c   531s| 27100 | 10329 |  2305k|  84.6 |   820M |  69 |7089 |  11k|8537 |  24k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3486.17/3499.27	c   532s| 27200 | 10349 |  2310k|  84.5 |   820M |  69 |7089 |  11k|8530 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3487.27/3500.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3487.27/3500.38	c   533s| 27300 | 10372 |  2317k|  84.4 |   820M |  69 |7089 |  11k|   0 |  25k|  0 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3488.26/3501.37	c   534s| 27400 | 10400 |  2322k|  84.3 |   820M |  69 |7089 |  11k|8523 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3489.36/3502.42	c   535s| 27500 | 10427 |  2329k|  84.3 |   820M |  69 |7089 |  11k|8529 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3490.16/3503.24	c   536s| 27600 | 10437 |  2334k|  84.2 |   820M |  69 |7089 |  11k|8535 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3491.15/3504.25	c   537s| 27700 | 10479 |  2340k|  84.1 |   820M |  69 |7089 |  11k|   0 |  25k|  0 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3492.06/3505.17	c   538s| 27800 | 10496 |  2347k|  84.0 |   820M |  69 |7089 |  11k|8526 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3493.14/3506.21	c   539s| 27900 | 10512 |  2354k|  84.0 |   820M |  69 |7089 |  11k|8536 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3494.34/3507.40	c   540s| 28000 | 10541 |  2360k|  83.9 |   820M |  69 |7089 |  10k|8533 |  25k|  1 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3495.05/3508.13	c   541s| 28100 | 10551 |  2365k|  83.7 |   820M |  69 |7089 |  10k|8540 |  25k|  2 |  14k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3496.13/3509.21	c   542s| 28200 | 10573 |  2370k|  83.7 |   820M |  69 |7089 |  11k|   0 |  25k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3497.04/3510.18	c   543s| 28300 | 10588 |  2375k|  83.5 |   820M |  69 |7089 |  11k|8526 |  25k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3498.22/3511.33	c   544s| 28400 | 10613 |  2382k|  83.5 |   821M |  69 |7089 |  10k|8527 |  25k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3499.32/3512.45	c   545s| 28500 | 10633 |  2389k|  83.4 |   822M |  69 |7089 |  10k|   0 |  25k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3500.22/3513.38	c   546s| 28600 | 10652 |  2395k|  83.3 |   822M |  69 |7089 |  10k|8532 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3501.41/3514.51	c   547s| 28700 | 10692 |  2403k|  83.3 |   822M |  69 |7089 |  10k|8534 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3502.81/3515.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3502.81/3515.90	c   549s| 28800 | 10745 |  2412k|  83.3 |   822M |  69 |7089 |  10k|8531 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3503.92/3517.10	c   550s| 28900 | 10781 |  2419k|  83.3 |   822M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3505.10/3518.29	c   551s| 29000 | 10819 |  2428k|  83.3 |   822M |  69 |7089 |  10k|8539 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3506.29/3519.44	c   552s| 29100 | 10835 |  2434k|  83.3 |   822M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3507.79/3520.98	c   554s| 29200 | 10881 |  2441k|  83.2 |   822M |  69 |7089 |  10k|8537 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3509.00/3522.12	c   555s| 29300 | 10928 |  2447k|  83.1 |   822M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3509.78/3522.98	c   556s| 29400 | 10949 |  2453k|  83.0 |   822M |  69 |7089 |  10k|8539 |  26k|  2 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3510.89/3524.03	c   557s| 29500 | 10986 |  2459k|  83.0 |   822M |  69 |7089 |  10k|8537 |  26k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3512.27/3525.49	c   558s| 29600 | 11021 |  2467k|  83.0 |   822M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3513.57/3526.76	c   560s| 29700 | 11054 |  2475k|  83.0 |   822M |  69 |7089 |  10k|   0 |  26k|  0 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3514.87/3528.07	c   561s| 29800 | 11090 |  2483k|  82.9 |   822M |  69 |7089 |  10k|8525 |  27k|  1 |  15k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3516.36/3529.53	c   562s| 29900 | 11135 |  2491k|  82.9 |   824M |  69 |7089 |  10k|   0 |  27k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3517.96/3531.18	c   564s| 30000 | 11163 |  2500k|  83.0 |   824M |  69 |7089 |  10k|8536 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3519.34/3532.53	c   565s| 30100 | 11197 |  2508k|  82.9 |   824M |  69 |7089 |  10k|8534 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3520.85/3534.03	c   567s| 30200 | 11210 |  2515k|  82.9 |   825M |  69 |7089 |  10k|8525 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3522.13/3535.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3522.13/3535.31	c   568s| 30300 | 11228 |  2522k|  82.9 |   825M |  69 |7089 |  10k|8537 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3523.03/3536.29	c   569s| 30400 | 11238 |  2529k|  82.8 |   825M |  69 |7089 |  10k|8525 |  27k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3524.33/3537.58	c   570s| 30500 | 11260 |  2536k|  82.8 |   825M |  69 |7089 |  10k|8539 |  27k|  2 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3526.12/3539.33	c   572s| 30600 | 11304 |  2545k|  82.8 |   825M |  69 |7089 |  10k|8535 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3527.31/3540.55	c   573s| 30700 | 11319 |  2551k|  82.7 |   825M |  69 |7089 |  10k|8532 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3528.51/3541.73	c   574s| 30800 | 11346 |  2558k|  82.7 |   825M |  69 |7089 |  11k|8525 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3529.70/3542.96	c   576s| 30900 | 11385 |  2567k|  82.7 |   825M |  69 |7089 |  10k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3530.81/3544.07	c   577s| 31000 | 11393 |  2574k|  82.7 |   825M |  69 |7089 |  11k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3532.29/3545.50	c   578s| 31100 | 11406 |  2581k|  82.6 |   825M |  69 |7089 |  10k|8525 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3533.49/3546.71	c   579s| 31200 | 11429 |  2589k|  82.6 |   825M |  69 |7089 |  10k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3534.69/3548.00	c   581s| 31300 | 11467 |  2597k|  82.6 |   825M |  69 |7089 |  10k|8531 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3535.58/3548.84	c   582s| 31400 | 11475 |  2602k|  82.5 |   825M |  69 |7089 |  11k|   0 |  28k|  0 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3536.38/3549.65	c   582s| 31500 | 11472 |  2608k|  82.4 |   825M |  69 |7089 |  10k|8535 |  28k|  1 |  16k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3537.28/3550.50	c   583s| 31600 | 11497 |  2613k|  82.3 |   825M |  69 |7089 |  10k|   0 |  28k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3538.37/3551.69	c   584s| 31700 | 11517 |  2619k|  82.3 |   825M |  69 |7089 |  10k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3539.67/3552.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3539.67/3552.91	c   586s| 31800 | 11535 |  2626k|  82.2 |   825M |  69 |7089 |  10k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3540.66/3553.98	c   587s| 31900 | 11558 |  2632k|  82.2 |   825M |  69 |7089 |  11k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3541.66/3554.98	c   588s| 32000 | 11586 |  2638k|  82.1 |   825M |  69 |7089 |  10k|8535 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3542.77/3556.07	c   589s| 32100 | 11601 |  2645k|  82.0 |   825M |  69 |7089 |  10k|8534 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3544.05/3557.39	c   590s| 32200 | 11632 |  2651k|  82.0 |   826M |  69 |7089 |  11k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3544.95/3558.26	c   591s| 32300 | 11667 |  2656k|  81.9 |   826M |  69 |7089 |  11k|8533 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3546.14/3559.46	c   592s| 32400 | 11683 |  2662k|  81.8 |   826M |  69 |7089 |  11k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3547.34/3560.63	c   593s| 32500 | 11732 |  2670k|  81.8 |   826M |  69 |7089 |  10k|8530 |  29k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3548.43/3561.75	c   595s| 32600 | 11774 |  2677k|  81.8 |   826M |  69 |7089 |  10k|   0 |  29k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3549.43/3562.76	c   596s| 32700 | 11796 |  2683k|  81.7 |   827M |  69 |7089 |  10k|8531 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3550.42/3563.74	c   596s| 32800 | 11823 |  2689k|  81.6 |   827M |  69 |7089 |  10k|8535 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3551.32/3564.69	c   597s| 32900 | 11846 |  2695k|  81.6 |   827M |  69 |7089 |  10k|8534 |  30k|  1 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3552.42/3565.78	c   599s| 33000 | 11877 |  2700k|  81.5 |   827M |  69 |7089 |  10k|   0 |  30k|  0 |  17k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3553.51/3566.80	c   600s| 33100 | 11896 |  2706k|  81.4 |   827M |  69 |7089 |  10k|8540 |  30k|  2 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3554.51/3567.86	c   601s| 33200 | 11957 |  2713k|  81.4 |   827M |  69 |7089 |  10k|   0 |  30k|  0 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3555.40/3568.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3555.40/3568.77	c   602s| 33300 | 11976 |  2718k|  81.3 |   827M |  69 |7089 |  10k|8534 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3556.40/3569.75	c   603s| 33400 | 12013 |  2724k|  81.2 |   827M |  69 |7089 |  10k|8544 |  30k|  2 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3557.30/3570.69	c   603s| 33500 | 12058 |  2729k|  81.1 |   827M |  69 |7089 |  10k|8535 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3558.29/3571.66	c   604s| 33600 | 12088 |  2737k|  81.1 |   827M |  69 |7089 |  10k|8538 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3559.09/3572.43	c   605s| 33700 | 12117 |  2741k|  81.0 |   828M |  69 |7089 |  10k|8536 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3559.99/3573.33	c   606s| 33800 | 12139 |  2747k|  80.9 |   828M |  69 |7089 |  11k|8535 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3560.81/3574.19	c   607s| 33900 | 12165 |  2752k|  80.8 |   828M |  69 |7089 |  11k|8532 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3561.70/3575.07	c   608s| 34000 | 12172 |  2758k|  80.8 |   828M |  69 |7089 |  11k|8525 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3562.70/3576.08	c   609s| 34100 | 12191 |  2765k|  80.8 |   828M |  69 |7089 |  10k|8526 |  30k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3563.48/3576.83	c   610s| 34200 | 12212 |  2771k|  80.7 |   828M |  69 |7089 |  11k|8535 |  31k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3564.69/3578.06	c   611s| 34300 | 12245 |  2780k|  80.7 |   828M |  69 |7089 |  11k|   0 |  31k|  0 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3565.69/3579.04	c   612s| 34400 | 12258 |  2787k|  80.7 |   828M |  69 |7089 |  11k|8533 |  31k|  1 |  18k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3566.47/3579.85	c   613s| 34500 | 12260 |  2794k|  80.6 |   828M |  69 |7089 |  11k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3567.37/3580.73	c   613s| 34600 | 12275 |  2800k|  80.6 |   828M |  69 |7089 |  11k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3568.68/3582.02	c   615s| 34700 | 12296 |  2807k|  80.6 |   828M |  69 |7089 |  10k|   0 |  31k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3569.77/3583.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3569.77/3583.18	c   616s| 34800 | 12331 |  2814k|  80.5 |   828M |  69 |7089 |  10k|8536 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3571.25/3584.67	c   617s| 34900 | 12360 |  2820k|  80.5 |   828M |  69 |7089 |  10k|8536 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3572.35/3585.76	c   619s| 35000 | 12384 |  2826k|  80.4 |   829M |  69 |7089 |  11k|8535 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3573.44/3586.80	c   620s| 35100 | 12397 |  2832k|  80.4 |   829M |  69 |7089 |  10k|8540 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3574.44/3587.84	c   621s| 35200 | 12417 |  2838k|  80.3 |   829M |  69 |7089 |  10k|8532 |  31k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3575.43/3588.86	c   622s| 35300 | 12441 |  2845k|  80.3 |   829M |  69 |7089 |  10k|8536 |  32k|  2 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3576.83/3590.29	c   623s| 35400 | 12479 |  2851k|  80.2 |   829M |  69 |7089 |  10k|8533 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3578.02/3591.41	c   624s| 35500 | 12505 |  2859k|  80.2 |   829M |  69 |7089 |  10k|8534 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3578.82/3592.23	c   625s| 35600 | 12509 |  2864k|  80.1 |   829M |  69 |7089 |  10k|8534 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3580.11/3593.53	c   626s| 35700 | 12532 |  2871k|  80.1 |   829M |  69 |7089 |  10k|8535 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3580.91/3594.35	c   627s| 35800 | 12555 |  2876k|  80.0 |   829M |  69 |7089 |  10k|8528 |  32k|  1 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3581.72/3595.19	c   628s| 35900 | 12565 |  2881k|  79.9 |   829M |  69 |7089 |  10k|   0 |  32k|  0 |  19k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3582.50/3595.95	c   629s| 36000 | 12569 |  2886k|  79.8 |   829M |  69 |7089 |  10k|   0 |  32k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3585.49/3598.92	c   632s| 36100 | 12580 |  2891k|  79.8 |   829M |  69 |7089 |  10k|8534 |  32k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3586.28/3599.71	c   632s| 36200 | 12582 |  2896k|  79.7 |   829M |  69 |7089 |  11k|   0 |  32k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3587.38/3600.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3587.38/3600.80	c   634s| 36300 | 12607 |  2904k|  79.7 |   830M |  69 |7089 |  10k|8537 |  32k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3588.28/3601.76	c   635s| 36400 | 12627 |  2909k|  79.6 |   830M |  69 |7089 |  10k|8540 |  32k|  2 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3589.27/3602.77	c   636s| 36500 | 12661 |  2917k|  79.6 |   830M |  69 |7089 |  10k|8533 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3590.37/3603.81	c   637s| 36600 | 12680 |  2923k|  79.5 |   830M |  69 |7089 |  10k|8530 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3591.67/3605.15	c   638s| 36700 | 12723 |  2930k|  79.5 |   830M |  69 |7089 |  10k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3592.67/3606.19	c   639s| 36800 | 12746 |  2936k|  79.5 |   830M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3593.75/3607.21	c   640s| 36900 | 12759 |  2942k|  79.4 |   830M |  69 |7089 |  11k|8538 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3594.56/3608.04	c   641s| 37000 | 12782 |  2947k|  79.3 |   830M |  69 |7089 |  11k|8531 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3595.45/3608.94	c   642s| 37100 | 12816 |  2954k|  79.3 |   830M |  69 |7089 |  11k|8530 |  33k|  1 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3596.24/3609.73	c   642s| 37200 | 12837 |  2960k|  79.2 |   830M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3597.24/3610.72	c   643s| 37300 | 12859 |  2964k|  79.2 |   830M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3598.34/3611.82	c   645s| 37400 | 12890 |  2970k|  79.1 |   830M |  69 |7089 |  11k|   0 |  33k|  0 |  20k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3599.33/3612.85	c   646s| 37500 | 12895 |  2977k|  79.1 |   830M |  69 |7089 |  11k|   0 |  33k|  0 |  21k|  18 | 0.000000e+00 |      --      |    Inf |   1.00%
3600.03/3613.50	
3600.03/3613.50	*** TERMINATED *** by signal
3600.03/3613.50	c
3600.03/3613.50	s UNKNOWN
3600.03/3613.50	c _____________________________________________________________________________
3600.03/3613.50	c std/band forms        : 16,6936
3600.03/3613.50	c 2cl/3cl ITE-codings   : 18479446,1290912
3600.03/3613.50	c BDD/srt/adr Max costs : 2253,0,0
3600.03/3613.50	c BDDraw/bin/mul/srt/adr: 0,0,6952,0,0
3600.03/3613.50	c BDD nodes             : 23772152
3600.03/3613.50	c Es1/CC detections     : 0,0
3600.03/3613.50	c CC sort               : 0
3600.03/3613.50	c SAT/UNSAT calls       : 0,0
3600.03/3613.50	c regenrated variables  : 0
3600.03/3613.50	c eliminated fixed lits : 0
3600.03/3613.50	c goal lit flips        : 0
3600.03/3613.50	c goal stages           : 1
3600.03/3613.50	c goal shrink           : 8
3600.03/3613.50	c goal coeff separations: 0
3600.03/3613.50	c restarts              : 10
3600.03/3613.50	c conflicts             : 184            (0 /sec)
3600.03/3613.50	c decisions             : 1348           (0 /sec)
3600.03/3613.50	c propagations          : 79409743       (22058 /sec)
3600.03/3613.50	c inspects              : 0              (0 /sec)
3600.03/3613.50	c CPU time (solving tm) : 3600 s        (55.18 s, SAT 0 s, UNSAT 0 s)
3600.03/3613.50	c SAT solver time       : 55.18 s
3600.03/3613.50	c SAT solver SAT time   : 0 s
3600.03/3613.50	c SAT solver UNSAT time : 0 s
3600.03/3613.50	c SAT solver TO time    : 55.18 s
3600.03/3613.50	c Time for SCIP         : 2799 s
3600.03/3613.50	c Coop SCIP LB improvements           : 0
3600.03/3613.50	c Coop SCIP UB improvements           : 0
3600.03/3613.50	c SCIP globally fixed variables       : 0
3600.03/3613.50	c SAT  globally fixed variables       : 0
3600.03/3613.50	c SCIP freeTransform calls            : 6
3600.03/3613.50	c Time for Opt-base     : 12.89 s
3600.03/3613.50	c Steps for Opt-base    : 55461232
3600.03/3613.50	c Time for BDD coding   : 89.43 s
3600.03/3613.50	c Time for srt coding   : 0 s
3600.03/3613.50	c Inner solver invocations            : 0
3600.03/3613.50	c Inner solving count                 : 0
3600.03/3613.50	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-4779490-1782133656/watcher-4779490-1782133656 -o /tmp/evaluation-result-4779490-1782133656/solver-4779490-1782133656 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779490-1782133656/vars-4779490-1782133656 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451890 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4779490-1782133656.opb 

running on 4 cores: 16-19

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

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (103000 MiB free)
  node 1: cores 8-15, 129019 MiB (102260 MiB free)
  node 2: cores 16-23, 129019 MiB (109202 MiB free)
  node 3: cores 24-31, 129003 MiB (111210 MiB free)
  node 4: cores 32-39, 129019 MiB (106292 MiB free)
  node 5: cores 40-47, 129019 MiB (109846 MiB free)
  node 6: cores 48-55, 129019 MiB (109675 MiB free)
  node 7: cores 56-63, 128429 MiB (113176 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=2452501, runsolver pid=2452497
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 14.66 28.97 37.50 16/875 2452514
/proc/meminfo: memFree=885390416/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=92964 memory=21648 CPUtime=0.07 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 3150 206 0 0 7 0 0 0 20 0 1 0 146653706 95195136 5248 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 23241 5411 2724 506 0 3932 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 92964 KiB
Current children cumulated memory: 21648 KiB

[startup+0.213205 s]*
/proc/loadavg: 14.66 28.97 37.50 17/873 2452518
/proc/meminfo: memFree=885324236/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=108944 memory=37548 CPUtime=0.18 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 7126 206 0 0 18 0 0 0 20 0 1 0 146653706 111558656 9344 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 27236 9387 2724 506 0 7927 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 108944 KiB
Current children cumulated memory: 37548 KiB

[startup+0.313118 s]*
/proc/loadavg: 14.66 28.97 37.50 17/873 2452518
/proc/meminfo: memFree=885290484/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=122368 memory=51016 CPUtime=0.27 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 10493 206 0 0 27 0 0 0 20 0 1 0 146653706 125304832 12672 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 30592 12754 2724 506 0 11283 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 122368 KiB
Current children cumulated memory: 51016 KiB

[startup+0.70012 s]
/proc/loadavg: 14.66 28.97 37.50 16/873 2452518
/proc/meminfo: memFree=885165816/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=181800 memory=118412 CPUtime=0.65 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 25521 206 0 0 64 1 0 0 20 0 1 0 146653706 186163200 29440 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 45450 29603 4784 506 0 26141 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 181800 KiB
Current children cumulated memory: 118412 KiB

[startup+1.50022 s]
/proc/loadavg: 14.66 28.97 37.50 16/873 2452518
/proc/meminfo: memFree=884853484/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=363284 memory=298728 CPUtime=1.45 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 71702 206 0 0 140 5 0 0 20 0 1 0 146653706 372002816 74792 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 90821 74682 5767 506 0 71512 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 363284 KiB
Current children cumulated memory: 298728 KiB

[startup+3.11327 s]
/proc/loadavg: 14.77 28.75 37.39 17/877 2452560
/proc/meminfo: memFree=884483900/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=652664 memory=558952 CPUtime=3.05 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 129561 206 0 0 297 8 0 0 20 0 1 0 146653706 668327936 139619 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 163166 139738 6073 506 0 143857 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 652664 KiB
Current children cumulated memory: 558952 KiB

[startup+6.30014 s]
/proc/loadavg: 14.77 28.75 37.39 15/868 2452626
/proc/meminfo: memFree=884901464/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=652664 memory=563576 CPUtime=6.23 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 130754 206 0 0 615 8 0 0 20 0 1 0 146653706 668327936 140771 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 163166 140894 6073 506 0 143857 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 652664 KiB
Current children cumulated memory: 563576 KiB

[startup+12.7001 s]
/proc/loadavg: 14.96 28.33 37.16 17/876 2452760
/proc/meminfo: memFree=869951924/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=709132 memory=624132 CPUtime=12.61 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 146816 206 0 0 1251 10 0 0 20 0 1 0 146653706 726151168 155934 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 177283 156033 6073 506 0 157974 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 709132 KiB
Current children cumulated memory: 624132 KiB

[startup+25.5001 s]
/proc/loadavg: 15.12 27.93 36.93 18/877 2452811
/proc/meminfo: memFree=862682512/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=751312 memory=666380 CPUtime=25.36 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 147669 206 0 0 2526 10 0 0 20 0 1 0 146653706 769343488 166535 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 187828 166595 6073 506 0 168519 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 751312 KiB
Current children cumulated memory: 666380 KiB

[startup+51.1131 s]
/proc/loadavg: 15.42 26.97 36.37 17/874 2452895
/proc/meminfo: memFree=855001920/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=971288 memory=860372 CPUtime=50.9 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 149620 206 0 0 5078 12 0 0 20 0 1 0 146653706 994598912 215036 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 242822 215093 6073 506 0 223513 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 971288 KiB
Current children cumulated memory: 860372 KiB

[startup+102.3 s]
/proc/loadavg: 15.80 25.14 35.20 18/878 2453162
/proc/meminfo: memFree=828450360/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=2273192 memory=2059020 CPUtime=101.92 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 283198 206 0 0 10167 25 0 0 20 0 1 0 146653706 2327748608 514660 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 568298 514753 6073 506 0 548989 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 2273192 KiB
Current children cumulated memory: 2059020 KiB

[startup+162.3 s]
/proc/loadavg: 15.93 23.47 34.00 18/879 2453266
/proc/meminfo: memFree=826325376/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10073824 memory=9568240 CPUtime=161.71 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1404969 206 0 0 16040 131 0 0 20 0 1 0 146653706 10315595776 2391980 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2518456 2392060 6185 506 0 2499147 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 10073824 KiB
Current children cumulated memory: 9568240 KiB

[startup+222.3 s]
/proc/loadavg: 15.98 22.11 32.87 18/879 2453366
/proc/meminfo: memFree=826459604/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10073824 memory=9568240 CPUtime=221.51 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1405368 206 0 0 22019 132 0 0 20 0 1 0 146653706 10315595776 2391980 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2518456 2392060 6185 506 0 2499147 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 10073824 KiB
Current children cumulated memory: 9568240 KiB

[startup+282.3 s]
/proc/loadavg: 15.99 20.99 31.81 18/876 2453421
/proc/meminfo: memFree=815643136/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10092348 memory=9586824 CPUtime=281.3 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1409088 206 0 0 27998 132 0 0 20 0 1 0 146653706 10334564352 2396596 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2523087 2396706 6185 506 0 2503778 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 10092348 KiB
Current children cumulated memory: 9586824 KiB

[startup+342.3 s]
/proc/loadavg: 16.15 20.12 30.83 18/874 2453871

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

/proc/2452501/statm: 2630125 2503338 6215 506 0 2610816 0
Current children cumulated CPU time: 2851.6 s
Current children cumulated vsize: 10520500 KiB
Current children cumulated memory: 10013352 KiB

[startup+2922.3 s]
/proc/loadavg: 16.38 16.33 17.15 18/872 2454262
/proc/meminfo: memFree=785660480/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10064444 CPUtime=2911.38 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1526396 206 0 0 290983 155 0 0 20 0 1 0 146653706 10826461184 2515981 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2516111 6215 506 0 2623870 0
Current children cumulated CPU time: 2911.38 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10064444 KiB

[startup+2982.3 s]
/proc/loadavg: 16.91 16.49 17.15 18/871 2454264
/proc/meminfo: memFree=785547992/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=2971.17 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1532855 206 0 0 296961 156 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 2971.17 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3042.3 s]
/proc/loadavg: 16.36 16.41 17.08 18/872 2454265
/proc/meminfo: memFree=785268312/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=3030.96 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1532891 206 0 0 302940 156 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 3030.96 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3102.3 s]
/proc/loadavg: 16.13 16.33 17.01 18/871 2454265
/proc/meminfo: memFree=784913448/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=3090.75 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1533066 206 0 0 308919 156 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 3090.75 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3162.3 s]
/proc/loadavg: 16.05 16.27 16.94 18/871 2454266
/proc/meminfo: memFree=785029316/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=3150.54 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1533077 206 0 0 314898 156 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 3150.54 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3222.3 s]
/proc/loadavg: 16.05 16.23 16.89 18/872 2454281
/proc/meminfo: memFree=785116716/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=3210.33 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1533263 206 0 0 320876 157 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 3210.33 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3282.3 s]
/proc/loadavg: 16.02 16.19 16.83 18/871 2454282
/proc/meminfo: memFree=785206008/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=3270.1 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1533838 206 0 0 326853 157 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 3270.1 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3342.3 s]
/proc/loadavg: 16.00 16.15 16.77 18/872 2454288
/proc/meminfo: memFree=784903884/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=3329.87 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1534320 206 0 0 332829 158 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 3329.87 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3402.3 s]
/proc/loadavg: 16.34 16.21 16.75 18/872 2454289
/proc/meminfo: memFree=784978796/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073376 CPUtime=3389.64 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1534373 206 0 0 338806 158 0 0 20 0 1 0 146653706 10826461184 2518157 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518344 6215 506 0 2623870 0
Current children cumulated CPU time: 3389.64 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073376 KiB

[startup+3462.3 s]
/proc/loadavg: 16.82 16.37 16.78 18/872 2454290
/proc/meminfo: memFree=785056872/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073440 CPUtime=3449.41 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1534465 206 0 0 344782 159 0 0 20 0 1 0 146653706 10826461184 2518285 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518360 6215 506 0 2623870 0
Current children cumulated CPU time: 3449.41 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073440 KiB

[startup+3522.3 s]
/proc/loadavg: 16.82 16.45 16.78 18/873 2454292
/proc/meminfo: memFree=785123724/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073440 CPUtime=3509.18 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1534560 206 0 0 350759 159 0 0 20 0 1 0 146653706 10826461184 2518285 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518360 6215 506 0 2623870 0
Current children cumulated CPU time: 3509.18 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073440 KiB

[startup+3582.3 s]
/proc/loadavg: 16.78 16.52 16.79 18/873 2454293
/proc/meminfo: memFree=785099196/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073440 CPUtime=3568.96 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1534575 206 0 0 356736 160 0 0 20 0 1 0 146653706 10826461184 2518285 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518360 6215 506 0 2623870 0
Current children cumulated CPU time: 3568.96 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.5 s]
/proc/loadavg: 16.44 16.46 16.76 16/867 2455263
/proc/meminfo: memFree=881343336/1055320720 swapFree=33554428/33554428
[pid=2452501] ppid=2452497 vsize=10572716 memory=10073440 CPUtime=3600.03 cores=16-19
/proc/2452501/stat : 2452501 (naps_release) R 2452497 2452501 2451876 0 -1 4194304 1534746 206 0 0 359843 160 0 0 20 0 1 0 146653706 10826461184 2518285 18446744073709551615 4210688 6281017 140723896739664 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 27672576 140723896748251 140723896748432 140723896748432 140723896754120 0
/proc/2452501/statm: 2643179 2518360 6215 506 0 2623870 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 10572716 KiB
Current children cumulated memory: 10073440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.44 s, system=1.74257 s

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

[startup+3613.6 s]*
/proc/loadavg: 16.44 16.46 16.76 15/867 2455263
/proc/meminfo: memFree=886182376/1055320720 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3613.63
CPU time (s): 3600.18
CPU user time (s): 3598.44
CPU system time (s): 1.74257
CPU usage (%): 99.6276
Max. virtual memory (cumulated for all children) (KiB): 13574212
Max. memory (cumulated for all children) (KiB): 12686580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.44
system time used= 1.74257
maximum resident set size= 12685700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1534952
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= 333
involuntary context switches= 1316


# summary of solver processes directly reported to runsolver:
#   pid: 2452501
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.44
#   total CPU system time (s): 1.74257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5988 second user time and 37.9496 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-22 15:07:36
IDJOB=4779490
IDBENCH=147626
IDSOLVER=3589
FILE ID=nodeE001/4779490-1782133656
RUNJOBID= nodeE001-1782133630-2451890
SLURM_JOB_ID= 12510913
Free space on /tmp= 798312 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4779490-1782133656/watcher-4779490-1782133656 -o /tmp/evaluation-result-4779490-1782133656/solver-4779490-1782133656 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779490-1782133656/vars-4779490-1782133656 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451890 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4779490-1782133656.opb

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

MD5SUM BENCH= b48e8711e48bf421c56e401ff58b5422
RANDOM SEED=703458992

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        885450220 kB
MemAvailable:   1021418424 kB
Buffers:            3352 kB
Cached:         140225652 kB
SwapCached:            0 kB
Active:         26204976 kB
Inactive:       138569432 kB
Active(anon):   25433320 kB
Inactive(anon):        0 kB
Active(file):     771656 kB
Inactive(file): 138569432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            116508 kB
Writeback:            32 kB
AnonPages:      24544184 kB
Mapped:           240284 kB
Shmem:            887856 kB
KReclaimable:    1543588 kB
Slab:            2136732 kB
SReclaimable:    1543588 kB
SUnreclaim:       593144 kB
KernelStack:       14816 kB
PageTables:        55932 kB
SecPageTables:     15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   28046576 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478820 kB
VmallocChunk:          0 kB
Percpu:           123904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10194944 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798428 MiB
End job on nodeE001 at 2026-06-22 16:07:50