Trace number 4779122

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.04SAT (TO)68 3600.09 3613.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUM01f07e427327757fda434ad4b1d2038d
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3574.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.10	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4779122-1782131235.opb
0.01/0.18	c NaPS 1.03a50.
0.01/0.18	c Using SAT solver: CaDiCaL 3.0.0
0.01/0.18	c Input file name: HOME/instance-4779122-1782131235.opb
0.01/0.18	c Parsing PB file...
0.01/0.18	c goal was devided by 1 with offset 324.
0.01/0.20	c assumptions before coding: 
0.01/0.21	c initScipForCoop
0.01/0.21	c Running SCIP presolver (time limit: 10 sec)...
0.01/0.21	c solveScip
0.01/0.21	c initScipForCoop
0.01/0.21	c Cooperative mode: scip_coop_offset=324.000000
0.01/0.21	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.01/0.21	c Running SCIP presolve for solve-time propagation (rounds=3)
0.01/0.21	c presolving:
0.05/0.22	c    (0.0s) running MILP presolver
0.05/0.22	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.05/0.23	c (round 1, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs, 0 implints
0.05/0.23	c (round 2, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
0.05/0.25	c    (0.0s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.25	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.05/0.26	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
0.05/0.26	c  0 deleted vars, 150 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.05/0.26	c  0 implications, 840 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.05/0.26	c presolved problem has 540 variables (540 bin, 0 int, 0 cont) and 4476 constraints
0.05/0.26	c    1734 constraints of type <knapsack>
0.05/0.26	c     840 constraints of type <setppc>
0.05/0.26	c    1902 constraints of type <logicor>
0.05/0.26	c transformed objective value is always integral (scale: 1)
0.05/0.26	c Presolving Time: 0.05
0.05/0.26	c presolving:
0.05/0.27	c    (0.0s) running MILP presolver
0.05/0.27	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.05/0.28	c (round 1, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs, 0 implints
0.05/0.28	c (round 2, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
0.05/0.29	c (round 3, medium)     0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 3360 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
0.05/0.29	c (round 4, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
0.05/0.31	c    (0.1s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.31	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.05/0.32	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.15/0.32	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 1.08) (symcode time: 0.00)
0.15/0.33	c dynamic symmetry handling statistics:
0.15/0.33	c    orbitopal reduction:       no components
0.15/0.33	c    orbital reduction:          1 components of sizes 4
0.15/0.33	c    lexicographic reduction:    4 permutations with support sizes 496, 540, 540, 496
0.15/0.33	c handled 1 out of 1 symmetry components
0.15/0.33	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
0.15/0.33	c  0 deleted vars, 150 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.15/0.33	c  0 implications, 840 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.15/0.33	c presolved problem has 540 variables (540 bin, 0 int, 0 cont) and 4476 constraints
0.15/0.33	c    1734 constraints of type <knapsack>
0.15/0.33	c     840 constraints of type <setppc>
0.15/0.33	c    1902 constraints of type <logicor>
0.15/0.33	c transformed objective value is always integral (scale: 1)
0.15/0.33	c Presolving Time: 0.06
0.15/0.33	c 
0.15/0.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.15/0.42	c   0.2s|     1 |     0 |  1092 |     - |    28M |   0 | 540 |4554 |4476 |   0 |  0 |  77 |   0 |-4.800000e+01 |      --      |    Inf | unknown
0.73/0.95	c in SCIP_DECL_EVENTEXEC found by SCIP
0.73/0.95	o 78
0.73/0.95	c Model check passed
0.73/0.95	c * 0.7s|     1 |     0 |  6631 |     - |    LP  |   0 | 540 |4556 |4476 |   0 |  0 |  79 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
0.73/0.97	c   0.7s|     1 |     0 |  6872 |     - |    35M |   0 | 540 |4756 |4484 |   8 |  1 |  79 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
0.84/1.06	c   0.8s|     1 |     0 |  7454 |     - |    41M |   0 | 540 |4757 |4493 |  17 |  2 |  80 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
0.94/1.14	c   0.9s|     1 |     0 |  7935 |     - |    45M |   0 | 540 |4760 |4500 |  24 |  3 |  83 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.02/1.21	c   0.9s|     1 |     0 |  8226 |     - |    49M |   0 | 540 |4761 |4509 |  33 |  4 |  84 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.02/1.28	c   1.0s|     1 |     0 |  8642 |     - |    56M |   0 | 540 |4764 |4518 |  42 |  5 |  87 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.12/1.35	c   1.1s|     1 |     0 |  9003 |     - |    61M |   0 | 540 |4765 |4526 |  50 |  6 |  88 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.23/1.43	c   1.2s|     1 |     0 |  9404 |     - |    68M |   0 | 540 |4767 |4536 |  60 |  7 |  90 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.23/1.49	c   1.2s|     1 |     0 |  9525 |     - |    75M |   0 | 540 |4771 |4544 |  68 |  8 |  94 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.33/1.54	c   1.3s|     1 |     0 |  9595 |     - |    81M |   0 | 540 |4776 |4551 |  75 |  9 |  99 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.42/1.60	c   1.3s|     1 |     0 |  9678 |     - |    88M |   0 | 540 |4782 |4555 |  79 | 10 | 105 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.42/1.62	c   1.4s|     1 |     0 |  9758 |     - |    89M |   0 | 540 |4787 |4562 |  86 | 11 | 110 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
1.42/1.64	c   1.4s|     1 |     0 |  9834 |     - |    89M |   0 | 540 |4789 |4567 |  91 | 12 | 112 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
3.21/3.44	c   3.2s|     1 |     2 | 16462 |     - |    90M |   0 | 540 |4819 |4567 |  91 | 12 | 142 |  11 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
9.98/10.26	c 
9.98/10.26	c SCIP Status        : solving was interrupted [time limit reached]
9.98/10.26	c Solving Time (sec) : 10.00
9.98/10.26	c Solving Nodes      : 15
9.98/10.26	c Primal Bound       : -7.80000000000000e+01 (1 solutions)
9.98/10.26	c Dual Bound         : -4.80000000000000e+01
9.98/10.26	c Gap                : 62.50 %
9.98/10.26	c SCIP status: 23 (TIMELIMIT)
9.98/10.26	c solveScip: freeing transform (!can_skip_free_transform)
9.98/10.29	c SCIP presolver: sst_sat
9.98/10.29	c Converting 4626 PB-constraints to clauses...
9.98/10.29	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 9
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 6
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 7
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 4
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 13
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.29	c d: 1
9.98/10.29	c estimatedAdderCost: 10
9.98/10.29	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 10
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 10
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 10
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 10
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 10
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 9
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 6
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
9.98/10.30	c d: 1
9.98/10.30	c estimatedAdderCost: 7
9.98/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 7
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 4
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 13
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 10
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 9
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.30	c d: 1
10.09/10.30	c estimatedAdderCost: 6
10.09/10.30	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 13
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 9
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 6
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 7
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 4
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.31	c d: 1
10.09/10.31	c estimatedAdderCost: 10
10.09/10.31	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 13
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 10
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 9
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 6
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 7
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c estimatedAdderCost: 4
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c 
10.09/10.32	c pb_solver_status: sst_sat
10.09/10.32	c SCIP presolver nodes=15 > 1; boosting initial SCIP budget to 1000.0 sec
10.09/10.32	c total stages of optimization mode: 1
10.09/10.32	c Use UB found in presolve
10.09/10.32	c Use LB found in presolve
10.09/10.32	c minimizationMode: cmm_Binary
10.09/10.32	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
10.09/10.32	c Try to find a solution more than 256
10.09/10.32	c estimatedAdderCost: 216
10.09/10.32	c Try to convert by bdds
10.09/10.32	c d: 1
10.09/10.32	c mem for reusing cleared.
10.09/10.33	c 
10.09/10.34	c assumptions: 
10.09/10.34	c invoking solver with time budget: 5.000000
15.06/15.36	c sat_solver_result: sst_unknown
15.06/15.36	c SAT solver timed out; proceeding to cooperative SCIP call
15.06/15.36	c Calling solveScip for cooperative mode with LB_goalvalue:       246, UB_goalvalue: 276
15.06/15.36	c scip solving with time budget: 1000.000000
15.06/15.36	c solveScip
15.06/15.36	c initScipForCoop
15.06/15.36	c Coop Mode: Using SCIP obj units for LB/UB: 246, +oo
15.06/15.36	c 1/1 feasible solution given by solution candidate storage, new primal bound -7.800000e+01
15.06/15.36	c 
15.06/15.36	c presolving:
15.06/15.37	c    (0.0s) running MILP presolver
15.06/15.37	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
15.06/15.37	c (round 1, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs, 0 implints
15.06/15.38	c (round 2, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
15.06/15.38	c (round 3, medium)     0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 3360 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
15.06/15.39	c (round 4, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
15.17/15.41	c    (0.1s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
15.17/15.41	c    (0.1s) probing aborted: 50/50 successive totally useless probings
15.17/15.42	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
15.17/15.43	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 1.08) (symcode time: 0.00)
15.17/15.43	c dynamic symmetry handling statistics:
15.17/15.43	c    orbitopal reduction:       no components
15.17/15.43	c    orbital reduction:          1 components of sizes 4
15.17/15.43	c    lexicographic reduction:    4 permutations with support sizes 496, 540, 540, 496
15.17/15.43	c handled 1 out of 1 symmetry components
15.17/15.43	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
15.17/15.43	c  0 deleted vars, 150 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
15.17/15.43	c  0 implications, 840 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
15.17/15.43	c presolved problem has 540 variables (540 bin, 0 int, 0 cont) and 4476 constraints
15.17/15.43	c    1734 constraints of type <knapsack>
15.17/15.43	c     840 constraints of type <setppc>
15.17/15.43	c    1902 constraints of type <logicor>
15.17/15.43	c transformed objective value is always integral (scale: 1)
15.17/15.43	c Presolving Time: 0.07
15.17/15.43	c transformed 1/1 original solutions to the transformed problem space
15.17/15.43	c 
15.27/15.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.27/15.52	c   0.2s|     1 |     0 |  1092 |     - |    88M |   0 | 540 |4548 |4476 |   0 |  0 |  71 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.37/15.67	c   0.3s|     1 |     0 |  1257 |     - |    88M |   0 | 540 |4750 |4484 |   8 |  1 |  73 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.47/15.75	c   0.4s|     1 |     0 |  1701 |     - |    88M |   0 | 540 |4753 |4494 |  18 |  2 |  76 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.57/15.83	c   0.5s|     1 |     0 |  2198 |     - |    91M |   0 | 540 |4756 |4505 |  29 |  3 |  79 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.67/15.92	c   0.6s|     1 |     0 |  2802 |     - |    94M |   0 | 540 |4761 |4514 |  38 |  4 |  84 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.67/16.00	c   0.6s|     1 |     0 |  3268 |     - |    97M |   0 | 540 |4762 |4522 |  46 |  5 |  85 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.78/16.09	c   0.7s|     1 |     0 |  3771 |     - |    98M |   0 | 540 |4763 |4529 |  53 |  6 |  86 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.88/16.18	c   0.8s|     1 |     0 |  4232 |     - |    99M |   0 | 540 |4764 |4537 |  61 |  7 |  87 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.97/16.23	c   0.9s|     1 |     0 |  4377 |     - |   100M |   0 | 540 |4767 |4545 |  69 |  8 |  90 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
15.97/16.29	c   0.9s|     1 |     0 |  4464 |     - |   103M |   0 | 540 |4770 |4551 |  75 |  9 |  93 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
16.07/16.35	c   1.0s|     1 |     0 |  4581 |     - |   104M |   0 | 540 |4772 |4558 |  82 | 10 |  95 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
16.07/16.37	c   1.0s|     1 |     0 |  4663 |     - |   105M |   0 | 540 |4775 |4566 |  91 | 11 |  98 |   0 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
18.25/18.53	c   3.2s|     1 |     2 | 17097 |     - |   105M |   0 | 540 |4812 |4566 |  91 | 11 | 135 |  11 |-4.800000e+01 |-7.800000e+01 |  62.50%| unknown
28.22/28.53	c in SCIP_DECL_EVENTEXEC found by SCIP
28.22/28.53	o 76
28.22/28.53	c Model check passed
28.22/28.53	c *13.2s|    19 |    18 | 22437 | 987.4 |    LP  |  13 | 540 |4815 |4537 | 117 |  0 | 138 | 248 |-4.800000e+01 |-7.600000e+01 |  58.33%| unknown
32.31/32.68	c  17.3s|   100 |    69 | 41084 | 367.9 |   142M |  17 | 540 |4932 |4561 | 281 |  0 | 257 | 361 |-4.800000e+01 |-7.600000e+01 |  58.33%|   1.04%
36.59/36.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.59/36.97	c  21.6s|   200 |   151 | 73755 | 347.2 |   173M |  17 | 540 |4957 |4566 | 497 |  1 | 283 | 397 |-4.800000e+01 |-7.600000e+01 |  58.33%|   1.32%
40.38/40.77	c in SCIP_DECL_EVENTEXEC found by SCIP
40.38/40.77	o 70
40.38/40.78	c Model check passed
40.38/40.78	c d25.4s|   286 |   214 | 99055 | 331.2 |linesear|  17 | 540 |5047 |4552 |   0 |  1 | 402 | 439 |-4.800000e+01 |-7.000000e+01 |  45.83%|   1.41%
40.69/41.08	c  25.7s|   300 |   228 |102626 | 327.6 |   176M |  17 | 540 |5046 |4550 | 740 |  1 | 407 | 439 |-4.800000e+01 |-7.000000e+01 |  45.83%|   1.41%
48.66/49.06	c  33.7s|   400 |   324 |161617 | 393.4 |   182M |  18 | 540 |5156 |4577 |1132 |  3 | 651 | 489 |-4.800000e+01 |-7.000000e+01 |  45.83%|   1.76%
54.93/55.34	c  40.0s|   500 |   420 |206161 | 403.8 |   183M |  18 | 540 |5106 |4582 |1668 |  1 | 750 | 543 |-4.800000e+01 |-7.000000e+01 |  45.83%|   2.05%
60.90/61.38	c  46.0s|   600 |   514 |250971 | 411.2 |   188M |  19 | 540 |5013 |4551 |2263 |  0 | 796 | 611 |-4.800000e+01 |-7.000000e+01 |  45.83%|   2.43%
66.19/66.62	c  51.3s|   700 |   610 |295629 | 416.3 |   190M |  19 | 540 |4927 |4569 |2826 |  1 | 840 | 642 |-4.800000e+01 |-7.000000e+01 |  45.83%|   3.03%
69.68/70.13	c  54.8s|   800 |   708 |333045 | 411.0 |   192M |  21 | 540 |4911 |4565 |3129 |  1 | 874 | 644 |-4.800000e+01 |-7.000000e+01 |  45.83%|   3.31%
73.76/74.27	c  58.9s|   900 |   782 |375180 | 412.1 |   192M |  21 | 540 |4962 |4560 |3601 |  1 | 971 | 654 |-4.800000e+01 |-7.000000e+01 |  45.83%|   5.17%
78.24/78.74	c  63.4s|  1000 |   874 |414582 | 410.3 |   194M |  21 | 540 |4963 |4568 |4039 |  1 |1011 | 674 |-4.800000e+01 |-7.000000e+01 |  45.83%|   5.70%
82.72/83.26	c  67.9s|  1100 |   962 |449161 | 404.5 |   197M |  21 | 540 |4985 |4563 |4445 |  1 |1088 | 717 |-4.800000e+01 |-7.000000e+01 |  45.83%|   6.48%
88.31/88.82	c  73.5s|  1200 |  1052 |495748 | 409.6 |   197M |  21 | 540 |5012 |4541 |5018 |  1 |1161 | 763 |-4.800000e+01 |-7.000000e+01 |  45.83%|   7.02%
93.89/94.40	c  79.0s|  1300 |  1132 |539456 | 411.7 |   198M |  21 | 540 |4995 |4562 |5527 |  1 |1218 | 805 |-4.800000e+01 |-7.000000e+01 |  45.83%|   7.24%
98.87/99.47	c  84.1s|  1400 |  1218 |582154 | 412.8 |   199M |  21 | 540 |5006 |4568 |5909 |  1 |1292 | 848 |-4.800000e+01 |-7.000000e+01 |  45.83%|   7.64%
104.35/104.92	c  89.6s|  1500 |  1304 |624699 | 413.6 |   201M |  22 | 540 |4967 |4561 |6434 |  1 |1329 | 906 |-4.800000e+01 |-7.000000e+01 |  45.83%|   8.11%
109.45/110.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
109.45/110.07	c  94.7s|  1600 |  1398 |669174 | 415.6 |   203M |  22 | 540 |4931 |4571 |6994 |  1 |1376 | 942 |-4.800000e+01 |-7.000000e+01 |  45.83%|   8.37%
114.61/115.22	c  99.9s|  1700 |  1494 |715026 | 418.1 |   205M |  22 | 540 |4953 |4575 |7479 |  2 |1466 | 979 |-4.800000e+01 |-7.000000e+01 |  45.83%|   8.45%
118.10/118.75	c   103s|  1800 |  1585 |752818 | 415.9 |   205M |  22 | 540 |4922 |4562 |7832 |  1 |1492 | 983 |-4.800000e+01 |-7.000000e+01 |  45.83%|   8.67%
122.40/123.10	c   108s|  1900 |  1672 |797492 | 417.5 |   207M |  22 | 540 |4916 |4588 |8478 |  2 |1539 | 986 |-4.800000e+01 |-7.000000e+01 |  45.83%|   8.87%
126.49/127.17	c   112s|  2000 |  1758 |837874 | 416.8 |   207M |  22 | 540 |4885 |4591 |9052 |  6 |1560 | 989 |-4.800000e+01 |-7.000000e+01 |  45.83%|   9.35%
129.76/130.47	c   115s|  2100 |  1822 |874110 | 414.2 |   207M |  22 | 540 |4896 |4562 |9432 |  1 |1614 | 991 |-4.800000e+01 |-7.000000e+01 |  45.83%|   9.69%
134.25/134.98	c   120s|  2200 |  1908 |914516 | 413.8 |   207M |  22 | 540 |4882 |4554 |9764 |  1 |1648 |1021 |-4.800000e+01 |-7.000000e+01 |  45.83%|  10.19%
139.83/140.58	c   125s|  2300 |  2000 |963048 | 416.9 |   211M |  22 | 540 |4885 |4554 |  10k|  1 |1681 |1046 |-4.800000e+01 |-7.000000e+01 |  45.83%|  10.79%
144.42/145.14	c   130s|  2400 |  2078 |  1001k| 415.6 |   212M |  22 | 540 |4877 |4570 |  10k|  1 |1714 |1087 |-4.800000e+01 |-7.000000e+01 |  45.83%|  11.68%
148.00/148.74	c   133s|  2500 |  2166 |  1035k| 412.5 |   213M |  22 | 540 |4883 |   0 |  11k|  0 |1748 |1120 |-4.800000e+01 |-7.000000e+01 |  45.83%|  11.73%
152.88/153.69	c   138s|  2600 |  2252 |  1079k| 413.6 |   214M |  22 | 540 |4900 |4592 |  11k|  7 |1801 |1154 |-4.800000e+01 |-7.000000e+01 |  45.83%|  12.22%
156.87/157.67	c   142s|  2700 |  2348 |  1115k| 411.5 |   214M |  22 | 540 |4878 |4567 |  11k|  1 |1813 |1185 |-4.800000e+01 |-7.000000e+01 |  45.83%|  12.37%
161.95/162.71	c   147s|  2800 |  2430 |  1157k| 411.7 |   215M |  22 | 540 |4897 |4574 |  12k|  1 |1858 |1217 |-4.800000e+01 |-7.000000e+01 |  45.83%|  12.61%
167.35/168.13	c   153s|  2900 |  2518 |  1198k| 411.9 |   217M |  23 | 540 |4902 |4571 |  13k|  1 |1913 |1282 |-4.800000e+01 |-7.000000e+01 |  45.83%|  12.73%
171.12/171.99	c   157s|  3000 |  2600 |  1237k| 411.2 |   217M |  23 | 540 |4926 |4570 |  13k|  1 |1973 |1298 |-4.800000e+01 |-7.000000e+01 |  45.83%|  13.06%
175.70/176.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
175.70/176.50	c   161s|  3100 |  2688 |  1276k| 410.5 |   218M |  23 | 540 |4922 |4551 |  13k|  2 |2026 |1334 |-4.800000e+01 |-7.000000e+01 |  45.83%|  13.29%
179.49/180.33	c   165s|  3200 |  2780 |  1314k| 409.5 |   218M |  23 | 540 |4930 |4565 |  14k|  1 |2075 |1353 |-4.800000e+01 |-7.000000e+01 |  45.83%|  13.40%
183.77/184.64	c   169s|  3300 |  2860 |  1357k| 410.2 |   218M |  23 | 540 |4908 |4555 |  14k|  1 |2109 |1360 |-4.800000e+01 |-7.000000e+01 |  45.83%|  13.60%
186.56/187.46	c   172s|  3400 |  2930 |  1388k| 407.2 |   218M |  23 | 540 |4940 |4570 |  15k|  1 |2173 |1362 |-4.800000e+01 |-7.000000e+01 |  45.83%|  13.78%
190.05/190.94	c   176s|  3500 |  3012 |  1425k| 406.1 |   219M |  23 | 540 |4957 |4557 |  15k|  1 |2225 |1364 |-4.800000e+01 |-7.000000e+01 |  45.83%|  14.17%
194.34/195.20	c   180s|  3600 |  3103 |  1467k| 406.4 |   222M |  24 | 540 |4969 |4569 |  15k|  1 |2286 |1364 |-4.800000e+01 |-7.000000e+01 |  45.83%|  14.22%
197.03/198.00	c   183s|  3700 |  3182 |  1498k| 403.9 |   223M |  24 | 540 |4931 |4564 |  16k|  1 |2306 |1365 |-4.800000e+01 |-7.000000e+01 |  45.83%|  14.35%
199.82/200.74	c   185s|  3800 |  3264 |  1531k| 402.0 |   223M |  25 | 540 |4922 |4565 |  16k|  1 |2335 |1365 |-4.800000e+01 |-7.000000e+01 |  45.83%|  14.61%
203.81/204.75	c   189s|  3900 |  3348 |  1571k| 401.9 |   223M |  26 | 540 |4901 |4560 |  16k|  0 |2371 |1380 |-4.800000e+01 |-7.000000e+01 |  45.83%|  14.85%
207.11/208.02	c   193s|  4000 |  3430 |  1604k| 400.0 |   225M |  26 | 540 |4895 |4555 |  16k|  1 |2404 |1403 |-4.800000e+01 |-7.000000e+01 |  45.83%|  15.06%
210.59/211.55	c   196s|  4100 |  3510 |  1634k| 397.6 |   225M |  27 | 540 |4887 |4590 |  17k|  1 |2447 |1432 |-4.800000e+01 |-7.000000e+01 |  45.83%|  15.47%
213.67/214.64	c   199s|  4200 |  3592 |  1664k| 395.4 |   225M |  27 | 540 |4859 |4573 |  17k|  1 |2460 |1449 |-4.800000e+01 |-7.000000e+01 |  45.83%|  15.58%
217.26/218.25	c   203s|  4300 |  3669 |  1700k| 394.5 |   225M |  27 | 540 |4855 |4595 |  17k|  8 |2497 |1476 |-4.800000e+01 |-7.000000e+01 |  45.83%|  15.81%
220.75/221.75	c   206s|  4400 |  3750 |  1732k| 392.8 |   225M |  27 | 540 |4848 |4573 |  17k|  1 |2533 |1499 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.00%
224.24/225.26	c   210s|  4500 |  3830 |  1763k| 391.0 |   227M |  28 | 540 |4864 |4559 |  18k|  1 |2576 |1526 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.08%
227.83/228.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
227.83/228.83	c   213s|  4600 |  3908 |  1799k| 390.2 |   227M |  28 | 540 |4871 |4566 |  18k|  1 |2619 |1542 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.22%
231.03/232.05	c   217s|  4700 |  3990 |  1831k| 388.7 |   227M |  29 | 540 |4869 |4588 |  18k|  1 |2654 |1566 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.24%
234.80/235.83	c   220s|  4800 |  4082 |  1864k| 387.5 |   227M |  29 | 540 |4846 |4571 |  18k|  1 |2670 |1602 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.24%
238.88/239.93	c   225s|  4900 |  4172 |  1899k| 386.8 |   230M |  29 | 540 |4834 |4563 |  19k|  1 |2689 |1627 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.35%
241.77/242.89	c   228s|  5000 |  4262 |  1933k| 385.8 |   230M |  29 | 540 |4836 |4578 |  19k|  1 |2732 |1645 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.36%
245.86/246.94	c   232s|  5100 |  4356 |  1966k| 384.8 |   230M |  29 | 540 |4821 |4592 |  19k|  1 |2752 |1694 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.37%
248.35/249.48	c   234s|  5200 |  4450 |  1997k| 383.3 |   230M |  29 | 540 |4803 |4590 |  19k|  1 |2759 |1700 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.42%
251.74/252.85	c   237s|  5300 |  4532 |  2034k| 383.0 |   230M |  29 | 540 |4796 |4569 |  19k|  1 |2782 |1711 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.64%
254.73/255.85	c   240s|  5400 |  4618 |  2068k| 382.3 |   231M |  29 | 540 |4803 |4563 |  19k|  1 |2821 |1724 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.78%
257.72/258.87	c   244s|  5500 |  4712 |  2106k| 382.2 |   231M |  29 | 540 |4800 |4576 |  20k|  1 |2838 |1728 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.85%
260.02/261.17	c   246s|  5600 |  4796 |  2135k| 380.6 |   232M |  29 | 540 |4820 |4559 |  20k|  1 |2883 |1729 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.90%
262.60/263.73	c   248s|  5700 |  4892 |  2167k| 379.5 |   233M |  29 | 540 |4797 |4566 |  20k|  1 |2895 |1730 |-4.800000e+01 |-7.000000e+01 |  45.83%|  16.90%
265.19/266.33	c   251s|  5800 |  4982 |  2197k| 378.1 |   233M |  29 | 540 |4793 |4556 |  20k|  1 |2908 |1731 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.07%
268.28/269.45	c   254s|  5900 |  5072 |  2234k| 378.0 |   234M |  33 | 540 |4779 |4574 |  20k|  1 |2914 |1732 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.12%
270.67/271.84	c   256s|  6000 |  5158 |  2264k| 376.7 |   235M |  33 | 540 |4791 |4564 |  20k|  1 |2936 |1732 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.19%
273.56/274.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
273.56/274.71	c   259s|  6100 |  5244 |  2298k| 376.2 |   236M |  33 | 540 |4808 |4563 |  21k|  1 |2963 |1732 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.20%
275.86/277.05	c   262s|  6200 |  5330 |  2329k| 375.1 |   236M |  33 | 540 |4798 |4554 |  21k|  0 |2963 |1732 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.20%
278.34/279.53	c   264s|  6300 |  5411 |  2361k| 374.2 |   237M |  33 | 540 |4850 |4580 |  21k|  1 |3025 |1733 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.22%
281.03/282.23	c   267s|  6400 |  5497 |  2393k| 373.4 |   237M |  33 | 540 |4843 |4563 |  21k|  1 |3044 |1733 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.26%
282.72/283.98	c   269s|  6500 |  5579 |  2417k| 371.3 |   237M |  33 | 540 |4869 |4557 |  21k|  1 |3089 |1733 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.31%
285.31/286.54	c   271s|  6600 |  5675 |  2451k| 370.8 |   238M |  35 | 540 |4872 |4570 |  21k|  2 |3107 |1733 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.35%
287.82/289.10	c   274s|  6700 |  5753 |  2484k| 370.2 |   239M |  36 | 540 |4860 |4570 |  21k|  1 |3128 |1733 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.43%
290.69/291.93	c   277s|  6800 |  5847 |  2519k| 369.9 |   239M |  36 | 540 |4882 |4585 |  22k|  1 |3168 |1733 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.47%
293.18/294.44	c   279s|  6900 |  5931 |  2550k| 369.0 |   239M |  36 | 540 |4879 |4573 |  22k|  1 |3197 |1733 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.55%
295.67/296.95	c   282s|  7000 |  6014 |  2579k| 367.9 |   240M |  36 | 540 |4883 |4568 |  22k|  1 |3215 |1748 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.55%
298.78/300.02	c   285s|  7100 |  6102 |  2612k| 367.3 |   240M |  37 | 540 |4855 |4575 |  22k|  1 |3223 |1767 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.59%
301.76/303.07	c   288s|  7200 |  6192 |  2642k| 366.4 |   240M |  37 | 540 |4834 |4570 |  22k|  1 |3230 |1788 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.76%
305.34/306.62	c   291s|  7300 |  6280 |  2675k| 365.9 |   240M |  37 | 540 |4837 |4579 |  22k|  1 |3258 |1825 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.77%
308.13/309.41	c   294s|  7400 |  6370 |  2709k| 365.5 |   241M |  38 | 540 |4825 |4568 |  22k|  1 |3273 |1837 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.79%
311.32/312.60	c   297s|  7500 |  6459 |  2740k| 364.9 |   244M |  38 | 540 |4815 |4593 |  23k|  4 |3289 |1856 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.87%
314.90/316.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
314.90/316.27	c   301s|  7600 |  6548 |  2776k| 364.7 |   244M |  38 | 540 |4815 |4572 |  23k|  1 |3308 |1891 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.94%
317.59/318.96	c   304s|  7700 |  6634 |  2805k| 363.8 |   245M |  38 | 540 |4859 |4588 |  23k|  1 |3370 |1907 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.95%
321.28/322.62	c   307s|  7800 |  6717 |  2836k| 363.1 |   246M |  39 | 540 |4859 |4588 |  23k|  1 |3397 |1950 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.97%
323.68/325.07	c   310s|  7900 |  6807 |  2867k| 362.4 |   247M |  39 | 540 |4859 |4585 |  23k|  1 |3416 |1959 |-4.800000e+01 |-7.000000e+01 |  45.83%|  17.97%
326.56/327.92	c   313s|  8000 |  6895 |  2897k| 361.7 |   247M |  39 | 540 |4856 |4569 |  23k|  1 |3428 |1981 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.12%
329.05/330.47	c   315s|  8100 |  6981 |  2925k| 360.7 |   247M |  39 | 540 |4836 |4610 |  23k|  1 |3448 |2002 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.16%
331.84/333.28	c   318s|  8200 |  7073 |  2955k| 359.9 |   247M |  39 | 540 |4828 |4551 |  24k|  1 |3466 |2031 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.17%
335.14/336.56	c   321s|  8300 |  7157 |  2988k| 359.6 |   247M |  39 | 540 |4819 |4567 |  24k|  1 |3481 |2055 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.32%
337.74/339.19	c   324s|  8400 |  7231 |  3013k| 358.2 |   248M |  39 | 540 |4842 |4555 |  24k|  1 |3516 |2079 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.34%
340.92/342.34	c   327s|  8500 |  7320 |  3046k| 357.9 |   248M |  39 | 540 |4827 |4575 |  24k|  1 |3532 |2100 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.35%
343.41/344.87	c   330s|  8600 |  7410 |  3078k| 357.5 |   249M |  39 | 540 |4801 |4582 |  24k|  1 |3537 |2105 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.35%
345.50/346.92	c   332s|  8700 |  7492 |  3103k| 356.2 |   250M |  41 | 540 |4825 |4586 |  24k|  1 |3581 |2114 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.36%
347.60/349.10	c   334s|  8800 |  7574 |  3131k| 355.3 |   250M |  41 | 540 |4828 |4588 |  24k|  1 |3603 |2115 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.39%
349.98/351.45	c   336s|  8900 |  7638 |  3157k| 354.3 |   250M |  41 | 540 |4825 |4566 |  25k|  1 |3619 |2119 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.58%
352.27/353.74	c   338s|  9000 |  7714 |  3187k| 353.6 |   253M |  41 | 540 |4844 |4560 |  25k|  1 |3659 |2119 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.60%
354.27/355.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
354.27/355.77	c   340s|  9100 |  7788 |  3213k| 352.7 |   253M |  41 | 540 |4883 |4571 |  25k|  1 |3707 |2120 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.61%
356.46/357.99	c   343s|  9200 |  7870 |  3244k| 352.2 |   253M |  41 | 540 |4873 |4566 |  25k|  1 |3715 |2120 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.61%
358.45/359.95	c   345s|  9300 |  7944 |  3270k| 351.2 |   254M |  41 | 540 |4904 |4584 |  25k|  1 |3770 |2124 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.85%
360.34/361.87	c   347s|  9400 |  8016 |  3296k| 350.3 |   254M |  41 | 540 |4917 |4569 |  25k|  0 |3789 |2124 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.91%
362.73/364.27	c   349s|  9500 |  8100 |  3326k| 349.8 |   255M |  41 | 540 |4898 |4562 |  25k|  1 |3806 |2125 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.92%
364.64/366.19	c   351s|  9600 |  8172 |  3352k| 348.7 |   255M |  41 | 540 |4942 |4597 |  25k|  1 |3880 |2125 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.93%
367.41/368.93	c   354s|  9700 |  8260 |  3384k| 348.4 |   255M |  41 | 540 |4949 |4591 |  25k|  1 |3908 |2126 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.97%
369.70/371.25	c   356s|  9800 |  8354 |  3415k| 348.1 |   256M |  41 | 540 |4929 |4569 |  25k|  1 |3914 |2128 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.97%
371.30/372.89	c   358s|  9900 |  8432 |  3438k| 346.9 |   256M |  41 | 540 |4917 |4562 |  25k|  1 |3933 |2129 |-4.800000e+01 |-7.000000e+01 |  45.83%|  18.98%
373.19/374.73	c   359s| 10000 |  8508 |  3461k| 345.7 |   257M |  41 | 540 |4942 |4566 |  26k|  1 |3983 |2130 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.00%
376.08/377.69	c   362s| 10100 |  8598 |  3492k| 345.4 |   257M |  41 | 540 |4922 |4572 |  26k|  0 |3994 |2150 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.00%
379.27/380.87	c   366s| 10200 |  8694 |  3527k| 345.4 |   259M |  41 | 540 |4915 |4565 |  26k|  1 |4005 |2167 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.00%
381.96/383.59	c   368s| 10300 |  8778 |  3558k| 345.1 |   259M |  41 | 540 |4913 |4566 |  26k|  0 |4024 |2182 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.01%
384.75/386.39	c   371s| 10400 |  8854 |  3587k| 344.5 |   260M |  41 | 540 |4918 |4570 |  26k|  1 |4052 |2201 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.09%
387.55/389.17	c   374s| 10500 |  8940 |  3619k| 344.3 |   261M |  41 | 540 |4918 |4557 |  26k|  1 |4072 |2213 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.11%
390.33/391.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
390.33/391.94	c   377s| 10600 |  9030 |  3649k| 343.9 |   261M |  41 | 540 |4928 |4569 |  26k|  1 |4099 |2229 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.12%
392.92/394.58	c   379s| 10700 |  9110 |  3679k| 343.4 |   261M |  41 | 540 |4909 |4568 |  26k|  1 |4104 |2248 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.15%
395.91/397.57	c   382s| 10800 |  9192 |  3710k| 343.2 |   263M |  41 | 540 |4926 |4566 |  26k|  1 |4154 |2270 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.18%
399.59/401.29	c   386s| 10900 |  9284 |  3747k| 343.4 |   264M |  41 | 540 |4932 |4567 |  26k|  2 |4186 |2298 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.18%
402.39/404.02	c   389s| 11000 |  9372 |  3775k| 342.8 |   264M |  41 | 540 |4915 |4588 |  27k|  1 |4201 |2322 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.19%
404.97/406.63	c   391s| 11100 |  9448 |  3805k| 342.5 |   264M |  41 | 540 |4917 |4573 |  27k|  1 |4240 |2337 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.23%
407.96/409.64	c   394s| 11200 |  9526 |  3834k| 342.0 |   265M |  41 | 540 |4922 |4586 |  27k|  1 |4271 |2369 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.24%
409.95/411.67	c   396s| 11300 |  9606 |  3859k| 341.2 |   265M |  41 | 540 |4951 |4565 |  27k|  1 |4322 |2375 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.26%
412.35/414.08	c   399s| 11400 |  9672 |  3884k| 340.4 |   265M |  41 | 540 |4955 |4572 |  27k|  1 |4353 |2395 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.30%
415.23/417.01	c   402s| 11500 |  9760 |  3913k| 340.0 |   265M |  41 | 540 |4925 |4571 |  27k|  1 |4364 |2431 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.30%
418.12/419.84	c   404s| 11600 |  9852 |  3947k| 339.9 |   266M |  41 | 540 |4937 |4575 |  27k|  0 |4398 |2436 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.34%
420.32/422.07	c   407s| 11700 |  9934 |  3973k| 339.3 |   266M |  41 | 540 |4927 |4566 |  27k|  0 |4412 |2450 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.38%
422.70/424.40	c   409s| 11800 | 10012 |  3999k| 338.6 |   266M |  41 | 540 |4971 |4583 |  27k|  1 |4484 |2474 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.39%
425.09/426.82	c   411s| 11900 | 10094 |  4028k| 338.1 |   268M |  42 | 540 |4954 |4577 |  28k|  1 |4500 |2477 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.41%
426.99/428.79	c   413s| 12000 | 10170 |  4053k| 337.4 |   269M |  42 | 540 |4945 |4567 |  28k|  1 |4523 |2481 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.41%
430.47/432.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
430.47/432.23	c   417s| 12100 | 10266 |  4095k| 338.1 |   271M |  43 | 540 |4924 |4563 |  28k|  1 |4530 |2482 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.41%
433.56/435.38	c   420s| 12200 | 10353 |  4132k| 338.4 |   272M |  43 | 540 |4927 |4568 |  28k|  1 |4560 |2494 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.43%
435.16/436.93	c   422s| 12300 | 10423 |  4153k| 337.4 |   272M |  43 | 540 |4932 |4572 |  28k|  2 |4582 |2494 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.45%
437.05/438.87	c   424s| 12400 | 10500 |  4179k| 336.7 |   273M |  43 | 540 |4967 |4580 |  28k|  2 |4627 |2494 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.46%
439.14/440.98	c   426s| 12500 | 10582 |  4208k| 336.3 |   274M |  43 | 540 |4966 |4575 |  28k|  1 |4664 |2494 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.47%
441.24/443.02	c   428s| 12600 | 10666 |  4234k| 335.7 |   275M |  43 | 540 |4951 |4567 |  28k|  1 |4689 |2495 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.48%
443.52/445.32	c   430s| 12700 | 10752 |  4263k| 335.3 |   276M |  44 | 540 |4962 |4574 |  28k|  1 |4725 |2495 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.49%
445.92/447.70	c   432s| 12800 | 10830 |  4291k| 334.9 |   278M |  44 | 540 |4948 |4575 |  29k|  1 |4733 |2497 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.49%
448.11/449.97	c   435s| 12900 | 10910 |  4318k| 334.5 |   279M |  44 | 540 |4939 |4560 |  29k|  1 |4767 |2499 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.52%
450.00/451.89	c   437s| 13000 | 10976 |  4343k| 333.8 |   280M |  44 | 540 |4948 |4569 |  29k|  1 |4800 |2499 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.52%
452.10/453.99	c   439s| 13100 | 11046 |  4371k| 333.3 |   281M |  44 | 540 |4951 |4567 |  29k|  1 |4834 |2499 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.61%
454.20/456.06	c   441s| 13200 | 11120 |  4398k| 332.9 |   281M |  44 | 540 |4931 |4585 |  29k|  1 |4847 |2499 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.64%
456.08/457.93	c   443s| 13300 | 11194 |  4423k| 332.3 |   282M |  44 | 540 |4921 |4565 |  29k|  1 |4863 |2499 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.76%
460.37/462.20	c   447s| 13400 | 11276 |  4462k| 332.7 |   283M |  44 | 540 |4888 |4572 |  29k|  1 |4885 |2523 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.80%
462.56/464.44	c   449s| 13500 | 11356 |  4487k| 332.1 |   284M |  44 | 540 |4899 |4578 |  30k|  1 |4927 |2531 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.90%
464.75/466.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
464.75/466.63	c   451s| 13600 | 11436 |  4515k| 331.7 |   284M |  44 | 540 |4882 |4583 |  30k|  4 |4938 |2531 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.92%
468.04/470.01	c   455s| 13700 | 11514 |  4548k| 331.7 |   284M |  44 | 540 |4888 |4591 |  30k|  1 |4973 |2559 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.93%
470.63/472.59	c   457s| 13800 | 11594 |  4580k| 331.6 |   285M |  44 | 540 |4883 |4555 |  30k|  1 |4986 |2562 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.93%
473.61/475.53	c   460s| 13900 | 11684 |  4612k| 331.5 |   286M |  45 | 540 |4881 |4572 |  30k|  3 |5018 |2584 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.94%
475.61/477.52	c   462s| 14000 | 11762 |  4635k| 330.8 |   287M |  45 | 540 |4896 |4572 |  30k|  1 |5048 |2600 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.95%
477.90/479.86	c   465s| 14100 | 11838 |  4659k| 330.2 |   287M |  46 | 540 |4891 |4573 |  30k|  1 |5070 |2619 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.96%
480.39/482.35	c   467s| 14200 | 11916 |  4687k| 329.8 |   288M |  46 | 540 |4886 |4575 |  31k|  1 |5086 |2634 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.97%
482.78/484.72	c   469s| 14300 | 11981 |  4714k| 329.4 |   288M |  46 | 540 |4902 |4587 |  31k|  1 |5128 |2656 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.99%
485.47/487.47	c   472s| 14400 | 12063 |  4744k| 329.2 |   288M |  51 | 540 |4918 |4585 |  31k|  1 |5161 |2683 |-4.800000e+01 |-7.000000e+01 |  45.83%|  19.99%
488.17/490.13	c   475s| 14500 | 12149 |  4773k| 328.9 |   288M |  51 | 540 |4955 |4598 |  31k|  6 |5210 |2703 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.00%
490.55/492.55	c   477s| 14600 | 12233 |  4801k| 328.6 |   291M |  51 | 540 |4944 |4568 |  31k|  1 |5224 |2712 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.02%
493.06/495.06	c   480s| 14700 | 12311 |  4829k| 328.3 |   292M |  52 | 540 |4941 |4576 |  31k|  1 |5256 |2727 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.02%
496.33/498.36	c   483s| 14800 | 12391 |  4861k| 328.2 |   293M |  52 | 540 |4912 |4573 |  31k|  1 |5281 |2757 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.02%
498.42/500.46	c   485s| 14900 | 12477 |  4887k| 327.7 |   294M |  53 | 540 |4890 |4567 |  31k|  2 |5284 |2765 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.03%
501.02/503.01	c   488s| 15000 | 12547 |  4911k| 327.1 |   294M |  53 | 540 |4902 |4574 |  31k|  1 |5325 |2788 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.03%
503.12/505.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
503.12/505.18	c   490s| 15100 | 12623 |  4937k| 326.7 |   296M |  54 | 540 |4901 |4582 |  32k|  1 |5355 |2793 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.06%
504.90/506.94	c   492s| 15200 | 12697 |  4958k| 325.9 |   296M |  54 | 540 |4912 |4585 |  32k|  1 |5379 |2811 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.07%
507.19/509.23	c   494s| 15300 | 12769 |  4986k| 325.6 |   296M |  54 | 540 |4911 |4567 |  32k|  1 |5408 |2823 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.07%
509.68/511.74	c   496s| 15400 | 12841 |  5015k| 325.4 |   297M |  55 | 540 |4908 |4579 |  32k|  0 |5429 |2834 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.08%
513.08/515.18	c   500s| 15500 | 12921 |  5050k| 325.6 |   299M |  55 | 540 |4902 |   0 |  32k|  0 |5452 |2860 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.10%
514.76/516.85	c   501s| 15600 | 12987 |  5071k| 324.8 |   299M |  55 | 540 |4893 |4574 |  32k|  0 |5471 |2863 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.18%
516.65/518.73	c   503s| 15700 | 13061 |  5095k| 324.3 |   300M |  55 | 540 |4884 |4594 |  32k|  0 |5484 |2873 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.18%
518.96/521.09	c   506s| 15800 | 13139 |  5121k| 323.9 |   300M |  55 | 540 |4884 |4604 |  32k|  1 |5513 |2885 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.18%
521.13/523.29	c   508s| 15900 | 13229 |  5147k| 323.5 |   301M |  55 | 540 |4887 |4573 |  32k|  1 |5530 |2900 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.19%
522.73/524.80	c   509s| 16000 | 13299 |  5169k| 322.8 |   302M |  55 | 540 |4929 |4558 |  32k|  1 |5598 |2900 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.20%
524.93/527.02	c   512s| 16100 | 13369 |  5197k| 322.6 |   303M |  55 | 540 |4923 |4594 |  33k|  1 |5618 |2900 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.20%
527.02/529.17	c   514s| 16200 | 13449 |  5226k| 322.3 |   303M |  55 | 540 |4896 |4588 |  33k|  1 |5618 |2906 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.20%
528.92/531.03	c   516s| 16300 | 13511 |  5252k| 322.0 |   303M |  55 | 540 |4891 |4593 |  33k|  1 |5644 |2906 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.21%
530.40/532.58	c   517s| 16400 | 13572 |  5274k| 321.3 |   304M |  55 | 540 |4895 |4558 |  33k|  1 |5685 |2906 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.21%
532.39/534.57	c   519s| 16500 | 13644 |  5302k| 321.1 |   304M |  55 | 540 |4883 |4563 |  33k|  1 |5697 |2906 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.22%
534.38/536.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
534.38/536.54	c   521s| 16600 | 13722 |  5329k| 320.8 |   305M |  55 | 540 |4889 |4597 |  33k|  1 |5729 |2906 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.24%
535.89/538.02	c   523s| 16700 | 13796 |  5349k| 320.1 |   305M |  55 | 540 |4891 |4561 |  33k|  1 |5747 |2906 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.24%
537.57/539.72	c   524s| 16800 | 13872 |  5372k| 319.5 |   306M |  55 | 540 |4871 |4572 |  33k|  1 |5754 |2910 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.26%
539.17/541.39	c   526s| 16900 | 13954 |  5396k| 319.0 |   306M |  55 | 540 |4879 |4574 |  33k|  1 |5786 |2910 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.26%
540.97/543.19	c   528s| 17000 | 14040 |  5421k| 318.6 |   306M |  55 | 540 |4907 |4584 |  33k|  3 |5829 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.26%
542.55/544.79	c   529s| 17100 | 14108 |  5443k| 318.1 |   306M |  55 | 540 |4911 |   0 |  33k|  0 |5842 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.26%
544.35/546.53	c   531s| 17200 | 14176 |  5467k| 317.6 |   306M |  55 | 540 |4919 |4567 |  33k|  1 |5865 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.27%
546.14/548.36	c   533s| 17300 | 14254 |  5492k| 317.2 |   307M |  55 | 540 |4895 |4577 |  33k|  2 |5871 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.27%
547.63/549.89	c   535s| 17400 | 14326 |  5514k| 316.7 |   308M |  55 | 540 |4907 |4586 |  33k|  1 |5900 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.27%
549.23/551.45	c   536s| 17500 | 14404 |  5536k| 316.1 |   308M |  55 | 540 |4908 |4587 |  33k|  1 |5929 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.28%
551.02/553.25	c   538s| 17600 | 14486 |  5561k| 315.7 |   309M |  55 | 540 |4903 |4564 |  33k|  1 |5948 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.29%
552.62/554.88	c   540s| 17700 | 14564 |  5583k| 315.2 |   309M |  55 | 540 |4894 |4584 |  34k|  1 |5969 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.30%
554.01/556.25	c   541s| 17800 | 14628 |  5603k| 314.5 |   309M |  55 | 540 |4891 |4568 |  34k|  1 |5997 |2911 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.30%
555.92/558.17	c   543s| 17900 | 14706 |  5625k| 314.0 |   310M |  55 | 540 |4897 |4565 |  34k|  0 |6030 |2919 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.32%
558.39/560.69	c   545s| 18000 | 14786 |  5652k| 313.8 |   311M |  55 | 540 |4929 |4566 |  34k|  1 |6082 |2939 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.32%
560.59/562.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
560.59/562.80	c   547s| 18100 | 14859 |  5674k| 313.3 |   311M |  55 | 540 |4973 |4584 |  34k|  1 |6141 |2953 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.36%
562.98/565.27	c   550s| 18200 | 14945 |  5707k| 313.3 |   312M |  55 | 540 |4976 |4574 |  34k|  1 |6169 |2953 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.39%
565.37/567.63	c   552s| 18300 | 15015 |  5732k| 313.0 |   312M |  55 | 540 |4958 |   0 |  34k|  0 |6186 |2976 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.40%
566.88/569.19	c   554s| 18400 | 15085 |  5752k| 312.4 |   313M |  55 | 540 |4967 |4565 |  34k|  1 |6218 |2978 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.40%
569.06/571.31	c   556s| 18500 | 15151 |  5776k| 312.0 |   313M |  55 | 540 |4968 |4571 |  34k|  1 |6245 |2992 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.44%
570.77/573.03	c   558s| 18600 | 15219 |  5796k| 311.4 |   313M |  55 | 540 |4976 |4603 |  34k|  1 |6278 |2997 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.44%
572.76/575.03	c   560s| 18700 | 15287 |  5819k| 311.0 |   314M |  55 | 540 |4987 |4587 |  34k|  1 |6324 |3008 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.48%
574.64/577.00	c   562s| 18800 | 15363 |  5842k| 310.6 |   314M |  55 | 540 |4990 |4590 |  34k|  1 |6357 |3028 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.48%
576.85/579.11	c   564s| 18900 | 15433 |  5864k| 310.0 |   315M |  55 | 540 |4983 |4572 |  34k|  1 |6388 |3048 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.56%
578.63/580.90	c   566s| 19000 | 15505 |  5887k| 309.6 |   316M |  55 | 540 |4973 |4568 |  34k|  1 |6404 |3048 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.59%
580.92/583.24	c   568s| 19100 | 15575 |  5913k| 309.4 |   316M |  55 | 540 |5003 |4565 |  34k|  1 |6460 |3070 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.74%
583.11/585.42	c   570s| 19200 | 15647 |  5934k| 308.8 |   316M |  55 | 540 |5023 |4571 |  35k|  1 |6503 |3098 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.74%
584.60/586.92	c   572s| 19300 | 15712 |  5955k| 308.3 |   316M |  55 | 540 |5049 |4573 |  35k|  1 |6546 |3098 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.82%
586.19/588.50	c   573s| 19400 | 15767 |  5974k| 307.7 |   316M |  55 | 540 |5050 |4565 |  35k|  1 |6582 |3102 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.86%
588.19/590.50	c   575s| 19500 | 15835 |  5996k| 307.3 |   316M |  55 | 540 |5048 |4578 |  35k|  1 |6598 |3113 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.86%
590.18/592.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
590.18/592.59	c   577s| 19600 | 15903 |  6018k| 306.9 |   316M |  55 | 540 |5011 |4574 |  35k|  2 |6603 |3128 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.86%
591.79/594.16	c   579s| 19700 | 15983 |  6040k| 306.4 |   317M |  55 | 540 |4987 |4561 |  35k|  2 |6612 |3131 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.86%
593.87/596.26	c   581s| 19800 | 16047 |  6064k| 306.0 |   317M |  55 | 540 |4987 |4601 |  35k|  1 |6653 |3144 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.87%
596.26/598.63	c   583s| 19900 | 16121 |  6090k| 305.8 |   317M |  55 | 540 |4996 |4567 |  35k|  1 |6696 |3163 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.87%
597.95/600.39	c   585s| 20000 | 16183 |  6109k| 305.3 |   318M |  55 | 540 |5016 |4569 |  35k|  1 |6745 |3183 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.89%
600.44/602.84	c   587s| 20100 | 16261 |  6134k| 305.0 |   318M |  55 | 540 |5006 |4581 |  35k|  2 |6762 |3202 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.89%
601.75/604.15	c   589s| 20200 | 16323 |  6153k| 304.4 |   318M |  55 | 540 |5023 |4591 |  35k|  1 |6801 |3207 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.89%
604.03/606.43	c   591s| 20300 | 16405 |  6179k| 304.2 |   319M |  55 | 540 |5025 |4581 |  35k|  2 |6831 |3226 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.89%
605.92/608.33	c   593s| 20400 | 16479 |  6202k| 303.9 |   319M |  55 | 540 |5000 |4563 |  35k|  0 |6837 |3238 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.91%
607.63/610.04	c   595s| 20500 | 16555 |  6224k| 303.4 |   320M |  55 | 540 |5007 |4577 |  35k|  1 |6877 |3247 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.91%
609.62/612.02	c   597s| 20600 | 16627 |  6248k| 303.1 |   320M |  55 | 540 |5018 |4583 |  35k|  1 |6915 |3269 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.92%
612.00/614.46	c   599s| 20700 | 16711 |  6272k| 302.8 |   321M |  55 | 540 |5023 |4581 |  35k|  1 |6945 |3294 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.94%
614.29/616.78	c   601s| 20800 | 16781 |  6297k| 302.6 |   321M |  55 | 540 |5051 |4568 |  36k|  1 |7013 |3300 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.95%
615.70/618.11	c   603s| 20900 | 16851 |  6316k| 302.0 |   321M |  55 | 540 |5032 |4573 |  36k|  1 |7028 |3302 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.98%
617.28/619.76	c   604s| 21000 | 16920 |  6337k| 301.6 |   321M |  55 | 540 |5021 |4559 |  36k|  1 |7049 |3305 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.99%
619.27/621.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
619.27/621.76	c   606s| 21100 | 16998 |  6363k| 301.4 |   322M |  55 | 540 |5010 |4587 |  36k|  1 |7069 |3306 |-4.800000e+01 |-7.000000e+01 |  45.83%|  20.99%
621.26/623.75	c   608s| 21200 | 17066 |  6389k| 301.2 |   323M |  55 | 540 |5024 |4581 |  36k|  1 |7105 |3307 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.00%
623.36/625.86	c   611s| 21300 | 17140 |  6417k| 301.1 |   323M |  55 | 540 |5020 |4579 |  36k|  1 |7129 |3310 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.00%
625.15/627.66	c   612s| 21400 | 17218 |  6441k| 300.8 |   323M |  55 | 540 |4997 |4574 |  36k|  1 |7136 |3312 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.00%
627.14/629.68	c   614s| 21500 | 17292 |  6469k| 300.7 |   324M |  55 | 540 |4989 |4570 |  36k|  1 |7163 |3312 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.00%
629.73/632.29	c   617s| 21600 | 17362 |  6500k| 300.8 |   326M |  55 | 540 |4998 |4567 |  36k|  0 |7217 |3313 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.03%
632.54/635.08	c   620s| 21700 | 17441 |  6537k| 301.1 |   326M |  55 | 540 |4980 |4567 |  36k|  1 |7225 |3313 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.05%
634.53/637.06	c   622s| 21800 | 17517 |  6562k| 300.8 |   326M |  55 | 540 |4982 |4562 |  36k|  1 |7250 |3315 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.05%
636.41/638.96	c   624s| 21900 | 17585 |  6588k| 300.7 |   326M |  55 | 540 |4959 |4599 |  36k|  1 |7259 |3315 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.05%
638.40/640.95	c   626s| 22000 | 17665 |  6617k| 300.6 |   326M |  55 | 540 |4940 |4573 |  36k|  1 |7268 |3315 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.06%
640.80/643.37	c   628s| 22100 | 17747 |  6648k| 300.6 |   327M |  55 | 540 |4940 |4585 |  36k|  1 |7294 |3316 |-4.800000e+01 |-7.000000e+01 |  45.83%|  21.07%
643.60/646.14	c   631s| 22200 | 17833 |  6683k| 300.9 |   327M |  55 | 540 |4938 |4559 |  37k|  1 |7308 |3316 |-4.800244e+01 |-7.000000e+01 |  45.83%|  21.07%
645.59/648.13	c   633s| 22300 | 17897 |  6710k| 300.7 |   327M |  55 | 540 |4955 |4564 |  37k|  2 |7347 |3316 |-4.800244e+01 |-7.000000e+01 |  45.83%|  21.07%
647.97/650.51	c   635s| 22400 | 17961 |  6741k| 300.7 |   327M |  55 | 540 |4970 |4567 |  37k|  1 |7384 |3318 |-4.800475e+01 |-7.000000e+01 |  45.82%|  21.08%
649.37/651.93	c   637s| 22500 | 18031 |  6761k| 300.3 |   329M |  55 | 540 |4976 |4566 |  37k|  1 |7415 |3318 |-4.800820e+01 |-7.000000e+01 |  45.81%|  21.08%
650.86/653.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
650.86/653.42	c   638s| 22600 | 18105 |  6782k| 299.9 |   329M |  55 | 540 |5005 |4573 |  37k|  1 |7465 |3319 |-4.801130e+01 |-7.000000e+01 |  45.80%|  21.08%
652.47/655.07	c   640s| 22700 | 18174 |  6804k| 299.5 |   330M |  55 | 540 |5025 |4576 |  37k|  0 |7500 |3319 |-4.801282e+01 |-7.000000e+01 |  45.79%|  21.08%
654.15/656.77	c   641s| 22800 | 18255 |  6828k| 299.3 |   331M |  55 | 540 |5035 |4591 |  37k|  1 |7529 |3319 |-4.801548e+01 |-7.000000e+01 |  45.79%|  21.08%
656.04/658.61	c   643s| 22900 | 18329 |  6852k| 299.1 |   332M |  55 | 540 |5036 |4595 |  37k|  2 |7559 |3319 |-4.802564e+01 |-7.000000e+01 |  45.76%|  21.08%
657.64/660.22	c   645s| 23000 | 18401 |  6874k| 298.7 |   332M |  55 | 540 |5031 |4588 |  37k|  1 |7588 |3319 |-4.802564e+01 |-7.000000e+01 |  45.76%|  21.09%
660.23/662.84	c   647s| 23100 | 18485 |  6904k| 298.7 |   332M |  55 | 540 |5033 |4573 |  37k|  1 |7626 |3335 |-4.802995e+01 |-7.000000e+01 |  45.74%|  21.11%
662.22/664.89	c   650s| 23200 | 18553 |  6928k| 298.5 |   334M |  55 | 540 |5037 |   0 |  37k|  0 |7652 |3344 |-4.803207e+01 |-7.000000e+01 |  45.74%|  21.12%
664.53/667.12	c   652s| 23300 | 18622 |  6953k| 298.2 |   334M |  55 | 540 |5036 |4586 |  37k|  1 |7679 |3356 |-4.804110e+01 |-7.000000e+01 |  45.71%|  21.13%
666.61/669.23	c   654s| 23400 | 18696 |  6978k| 298.1 |   334M |  55 | 540 |5026 |4584 |  37k|  0 |7688 |3363 |-4.805079e+01 |-7.000000e+01 |  45.68%|  21.14%
668.41/671.10	c   656s| 23500 | 18758 |  6999k| 297.7 |   335M |  55 | 540 |5074 |4564 |  37k|  0 |7772 |3372 |-4.805370e+01 |-7.000000e+01 |  45.67%|  21.14%
670.29/672.95	c   658s| 23600 | 18824 |  7020k| 297.3 |   335M |  55 | 540 |5059 |4574 |  37k|  2 |7783 |3384 |-4.805412e+01 |-7.000000e+01 |  45.67%|  21.21%
672.89/675.51	c   660s| 23700 | 18902 |  7049k| 297.3 |   335M |  55 | 540 |5056 |4607 |  38k|  1 |7813 |3406 |-4.805441e+01 |-7.000000e+01 |  45.67%|  21.21%
674.88/677.53	c   662s| 23800 | 18964 |  7071k| 296.9 |   336M |  55 | 540 |5027 |   0 |  38k|  0 |7834 |3414 |-4.805568e+01 |-7.000000e+01 |  45.66%|  21.21%
676.97/679.67	c   664s| 23900 | 19042 |  7096k| 296.7 |   336M |  55 | 540 |5010 |4581 |  38k|  1 |7846 |3424 |-4.805568e+01 |-7.000000e+01 |  45.66%|  21.22%
680.37/683.09	c   668s| 24000 | 19134 |  7128k| 296.8 |   336M |  55 | 540 |5008 |4568 |  38k|  1 |7868 |3452 |-4.805697e+01 |-7.000000e+01 |  45.66%|  21.22%
682.55/685.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
682.55/685.27	c   670s| 24100 | 19224 |  7158k| 296.8 |   337M |  55 | 540 |5025 |4621 |  38k|  7 |7930 |3452 |-4.805743e+01 |-7.000000e+01 |  45.66%|  21.22%
684.36/687.05	c   672s| 24200 | 19292 |  7181k| 296.6 |   337M |  55 | 540 |5029 |4557 |  38k|  1 |7962 |3452 |-4.805882e+01 |-7.000000e+01 |  45.65%|  21.22%
686.54/689.25	c   674s| 24300 | 19356 |  7206k| 296.4 |   337M |  55 | 540 |5016 |4569 |  38k|  1 |7990 |3464 |-4.805882e+01 |-7.000000e+01 |  45.65%|  21.22%
689.35/692.10	c   677s| 24400 | 19436 |  7235k| 296.4 |   337M |  55 | 540 |5030 |4563 |  38k|  1 |8022 |3483 |-4.806061e+01 |-7.000000e+01 |  45.65%|  21.23%
691.34/694.06	c   679s| 24500 | 19508 |  7259k| 296.1 |   338M |  55 | 540 |5026 |4582 |  38k|  1 |8052 |3488 |-4.806520e+01 |-7.000000e+01 |  45.64%|  21.24%
693.92/696.69	c   681s| 24600 | 19580 |  7283k| 295.9 |   338M |  55 | 540 |5004 |4582 |  38k|  1 |8066 |3510 |-4.807634e+01 |-7.000000e+01 |  45.60%|  21.36%
695.51/698.21	c   683s| 24700 | 19646 |  7305k| 295.6 |   338M |  55 | 540 |4996 |4588 |  38k|  1 |8092 |3510 |-4.807692e+01 |-7.000000e+01 |  45.60%|  21.36%
697.11/699.81	c   684s| 24800 | 19717 |  7324k| 295.2 |   338M |  55 | 540 |4981 |4567 |  38k|  1 |8103 |3522 |-4.808206e+01 |-7.000000e+01 |  45.58%|  21.37%
699.10/701.86	c   687s| 24900 | 19793 |  7348k| 295.0 |   338M |  55 | 540 |4974 |4576 |  38k|  1 |8118 |3535 |-4.808359e+01 |-7.000000e+01 |  45.58%|  21.37%
701.00/703.75	c   688s| 25000 | 19876 |  7369k| 294.6 |   338M |  55 | 540 |4954 |4571 |  39k|  1 |8125 |3556 |-4.808696e+01 |-7.000000e+01 |  45.57%|  21.37%
702.69/705.45	c   690s| 25100 | 19958 |  7391k| 294.3 |   339M |  55 | 540 |4947 |4560 |  39k|  1 |8141 |3560 |-4.808696e+01 |-7.000000e+01 |  45.57%|  21.37%
704.58/707.39	c   692s| 25200 | 20026 |  7413k| 294.0 |   339M |  55 | 540 |4991 |4603 |  39k|  1 |8205 |3586 |-4.809091e+01 |-7.000000e+01 |  45.56%|  21.38%
707.07/709.84	c   694s| 25300 | 20106 |  7439k| 293.9 |   340M |  55 | 540 |4981 |4556 |  39k|  1 |8220 |3603 |-4.809091e+01 |-7.000000e+01 |  45.56%|  21.39%
709.47/712.20	c   697s| 25400 | 20176 |  7465k| 293.7 |   341M |  55 | 540 |4991 |4576 |  39k|  1 |8249 |3613 |-4.809091e+01 |-7.000000e+01 |  45.56%|  21.39%
711.46/714.21	c   699s| 25500 | 20256 |  7493k| 293.7 |   342M |  55 | 540 |4983 |4606 |  39k|  1 |8258 |3614 |-4.809150e+01 |-7.000000e+01 |  45.56%|  21.39%
713.05/715.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
713.05/715.83	c   700s| 25600 | 20328 |  7513k| 293.3 |   342M |  55 | 540 |4976 |4571 |  39k|  0 |8280 |3623 |-4.809465e+01 |-7.000000e+01 |  45.55%|  21.40%
715.26/718.10	c   703s| 25700 | 20408 |  7540k| 293.3 |   343M |  55 | 540 |4991 |4586 |  39k|  1 |8318 |3625 |-4.809615e+01 |-7.000000e+01 |  45.54%|  21.40%
716.84/719.67	c   704s| 25800 | 20471 |  7562k| 292.9 |   343M |  55 | 540 |4961 |4602 |  39k|  1 |8324 |3625 |-4.809966e+01 |-7.000000e+01 |  45.53%|  21.40%
720.73/723.59	c   708s| 25900 | 20553 |  7597k| 293.2 |   344M |  55 | 540 |4940 |4563 |  39k|  1 |8326 |3669 |-4.810051e+01 |-7.000000e+01 |  45.53%|  21.40%
722.52/725.34	c   710s| 26000 | 20633 |  7620k| 292.9 |   346M |  55 | 540 |4922 |4589 |  39k|  1 |8339 |3669 |-4.810090e+01 |-7.000000e+01 |  45.53%|  21.40%
724.33/727.14	c   712s| 26100 | 20701 |  7640k| 292.6 |   347M |  55 | 540 |4931 |4580 |  39k|  4 |8376 |3679 |-4.810391e+01 |-7.000000e+01 |  45.52%|  21.43%
726.41/729.29	c   714s| 26200 | 20779 |  7669k| 292.6 |   347M |  55 | 540 |4921 |4575 |  39k|  1 |8397 |3685 |-4.810506e+01 |-7.000000e+01 |  45.51%|  21.44%
728.31/731.14	c   716s| 26300 | 20847 |  7696k| 292.5 |   347M |  55 | 540 |4905 |4573 |  39k|  1 |8406 |3685 |-4.810506e+01 |-7.000000e+01 |  45.51%|  21.45%
730.39/733.21	c   718s| 26400 | 20919 |  7723k| 292.4 |   347M |  55 | 540 |4904 |4564 |  40k|  1 |8427 |3692 |-4.810506e+01 |-7.000000e+01 |  45.51%|  21.46%
731.99/734.82	c   719s| 26500 | 20983 |  7744k| 292.1 |   347M |  55 | 540 |4907 |   0 |  40k|  0 |8447 |3692 |-4.810506e+01 |-7.000000e+01 |  45.51%|  21.46%
733.78/736.61	c   721s| 26600 | 21063 |  7769k| 291.9 |   348M |  55 | 540 |4919 |4587 |  40k|  1 |8473 |3693 |-4.810526e+01 |-7.000000e+01 |  45.51%|  21.48%
735.97/738.88	c   724s| 26700 | 21147 |  7798k| 291.9 |   348M |  55 | 540 |4922 |4587 |  40k|  0 |8485 |3693 |-4.810912e+01 |-7.000000e+01 |  45.50%|  21.55%
737.96/740.82	c   725s| 26800 | 21221 |  7824k| 291.8 |   349M |  55 | 540 |4919 |4570 |  40k|  1 |8507 |3693 |-4.811111e+01 |-7.000000e+01 |  45.50%|  21.56%
739.27/742.18	c   727s| 26900 | 21281 |  7842k| 291.4 |   349M |  55 | 540 |4949 |4586 |  40k|  1 |8556 |3698 |-4.811111e+01 |-7.000000e+01 |  45.50%|  21.56%
741.05/743.99	c   729s| 27000 | 21367 |  7868k| 291.2 |   349M |  55 | 540 |4932 |4574 |  40k|  1 |8558 |3698 |-4.811168e+01 |-7.000000e+01 |  45.49%|  21.57%
742.85/745.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
742.85/745.72	c   730s| 27100 | 21443 |  7891k| 291.0 |   349M |  55 | 540 |4933 |4570 |  40k|  1 |8576 |3698 |-4.811268e+01 |-7.000000e+01 |  45.49%|  21.63%
744.64/747.56	c   732s| 27200 | 21519 |  7916k| 290.9 |   349M |  55 | 540 |4918 |4586 |  40k|  1 |8581 |3699 |-4.811416e+01 |-7.000000e+01 |  45.49%|  21.64%
746.53/749.40	c   734s| 27300 | 21601 |  7940k| 290.7 |   350M |  55 | 540 |4919 |4563 |  40k|  1 |8600 |3699 |-4.811667e+01 |-7.000000e+01 |  45.48%|  21.64%
748.14/751.06	c   736s| 27400 | 21673 |  7963k| 290.5 |   352M |  55 | 540 |4916 |4563 |  40k|  1 |8616 |3699 |-4.811765e+01 |-7.000000e+01 |  45.48%|  21.64%
749.82/752.77	c   737s| 27500 | 21747 |  7987k| 290.3 |   353M |  55 | 540 |4917 |4592 |  40k|  1 |8634 |3699 |-4.811765e+01 |-7.000000e+01 |  45.48%|  21.64%
751.42/754.34	c   739s| 27600 | 21815 |  8007k| 290.0 |   355M |  55 | 540 |4933 |4561 |  40k|  1 |8662 |3699 |-4.812500e+01 |-7.000000e+01 |  45.45%|  21.65%
753.12/756.09	c   741s| 27700 | 21898 |  8031k| 289.8 |   355M |  55 | 540 |4966 |4578 |  40k|  1 |8716 |3699 |-4.812500e+01 |-7.000000e+01 |  45.45%|  21.66%
754.51/757.48	c   742s| 27800 | 21961 |  8051k| 289.5 |   355M |  55 | 540 |4977 |   0 |  40k|  0 |8754 |3699 |-4.812500e+01 |-7.000000e+01 |  45.45%|  21.68%
756.60/759.54	c   744s| 27900 | 22047 |  8078k| 289.4 |   356M |  55 | 540 |4993 |4620 |  41k|  7 |8789 |3699 |-4.812500e+01 |-7.000000e+01 |  45.45%|  21.73%
758.39/761.36	c   746s| 28000 | 22117 |  8104k| 289.3 |   356M |  55 | 540 |5006 |4564 |  41k|  0 |8827 |3699 |-4.812766e+01 |-7.000000e+01 |  45.45%|  21.73%
760.10/763.09	c   748s| 28100 | 22195 |  8127k| 289.1 |   357M |  55 | 540 |5000 |4578 |  41k|  1 |8839 |3699 |-4.812766e+01 |-7.000000e+01 |  45.45%|  21.73%
761.68/764.69	c   749s| 28200 | 22273 |  8150k| 288.9 |   358M |  55 | 540 |4998 |4579 |  41k|  1 |8853 |3699 |-4.812895e+01 |-7.000000e+01 |  45.44%|  21.78%
763.88/766.82	c   751s| 28300 | 22347 |  8178k| 288.9 |   360M |  55 | 540 |4974 |4562 |  41k|  2 |8861 |3699 |-4.813043e+01 |-7.000000e+01 |  45.44%|  21.80%
765.37/768.36	c   753s| 28400 | 22419 |  8201k| 288.6 |   361M |  55 | 540 |4960 |4579 |  41k|  2 |8881 |3699 |-4.813333e+01 |-7.000000e+01 |  45.43%|  21.82%
767.66/770.61	c   755s| 28500 | 22495 |  8231k| 288.7 |   361M |  55 | 540 |4967 |4559 |  41k|  1 |8910 |3699 |-4.813333e+01 |-7.000000e+01 |  45.43%|  21.82%
769.07/772.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
769.07/772.07	c   757s| 28600 | 22568 |  8251k| 288.4 |   362M |  55 | 540 |4974 |4574 |  41k|  1 |8937 |3699 |-4.813333e+01 |-7.000000e+01 |  45.43%|  21.82%
771.25/774.22	c   759s| 28700 | 22640 |  8278k| 288.3 |   362M |  55 | 540 |4973 |4577 |  41k|  1 |8964 |3713 |-4.813333e+01 |-7.000000e+01 |  45.43%|  21.83%
773.24/776.29	c   761s| 28800 | 22712 |  8299k| 288.0 |   362M |  55 | 540 |4977 |4586 |  41k|  1 |8996 |3737 |-4.813333e+01 |-7.000000e+01 |  45.43%|  21.83%
774.64/777.68	c   762s| 28900 | 22780 |  8319k| 287.7 |   364M |  55 | 540 |4970 |4567 |  41k|  1 |9017 |3737 |-4.813333e+01 |-7.000000e+01 |  45.43%|  21.88%
776.83/779.83	c   764s| 29000 | 22859 |  8341k| 287.5 |   364M |  55 | 540 |4971 |4580 |  41k|  1 |9045 |3754 |-4.813333e+01 |-7.000000e+01 |  45.43%|  21.88%
778.43/781.41	c   766s| 29100 | 22923 |  8362k| 287.2 |   364M |  55 | 540 |4981 |4569 |  41k|  1 |9077 |3754 |-4.813776e+01 |-7.000000e+01 |  45.42%|  21.90%
780.52/783.58	c   768s| 29200 | 22995 |  8387k| 287.1 |   366M |  55 | 540 |4975 |4578 |  41k|  1 |9089 |3766 |-4.813793e+01 |-7.000000e+01 |  45.42%|  22.02%
782.81/785.86	c   771s| 29300 | 23071 |  8414k| 287.0 |   366M |  55 | 540 |4967 |4613 |  41k|  1 |9107 |3774 |-4.814109e+01 |-7.000000e+01 |  45.41%|  22.02%
784.70/787.74	c   772s| 29400 | 23137 |  8437k| 286.8 |   367M |  55 | 540 |4978 |4564 |  42k|  1 |9140 |3781 |-4.814157e+01 |-7.000000e+01 |  45.40%|  22.05%
786.70/789.73	c   774s| 29500 | 23205 |  8459k| 286.6 |   367M |  55 | 540 |4956 |4576 |  42k|  1 |9150 |3799 |-4.814286e+01 |-7.000000e+01 |  45.40%|  22.06%
787.89/790.99	c   776s| 29600 | 23251 |  8474k| 286.2 |   368M |  55 | 540 |4966 |4572 |  42k|  1 |9188 |3802 |-4.814286e+01 |-7.000000e+01 |  45.40%|  22.12%
790.10/793.11	c   778s| 29700 | 23307 |  8498k| 286.0 |   368M |  55 | 540 |5029 |4588 |  42k|  1 |9279 |3823 |-4.814286e+01 |-7.000000e+01 |  45.40%|  22.16%
792.88/795.95	c   781s| 29800 | 23379 |  8531k| 286.1 |   368M |  55 | 540 |5050 |4589 |  42k|  1 |9307 |3833 |-4.814286e+01 |-7.000000e+01 |  45.40%|  22.16%
795.17/798.21	c   783s| 29900 | 23435 |  8557k| 286.1 |   368M |  55 | 540 |5070 |4581 |  42k|  1 |9341 |3845 |-4.814909e+01 |-7.000000e+01 |  45.38%|  22.16%
798.07/801.14	c   786s| 30000 | 23501 |  8591k| 286.2 |   368M |  55 | 540 |5075 |4593 |  42k|  1 |9368 |3861 |-4.815000e+01 |-7.000000e+01 |  45.38%|  22.16%
799.75/802.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
799.75/802.81	c   787s| 30100 | 23563 |  8613k| 286.0 |   369M |  55 | 540 |5065 |4576 |  42k|  1 |9388 |3872 |-4.815000e+01 |-7.000000e+01 |  45.38%|  22.17%
802.24/805.34	c   790s| 30200 | 23635 |  8638k| 285.9 |   369M |  55 | 540 |5051 |4587 |  42k|  0 |9400 |3904 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.17%
804.24/807.39	c   792s| 30300 | 23707 |  8666k| 285.9 |   369M |  55 | 540 |5055 |4576 |  42k|  5 |9424 |3904 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.17%
806.53/809.69	c   794s| 30400 | 23781 |  8691k| 285.8 |   370M |  55 | 540 |5056 |4587 |  42k|  1 |9450 |3923 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.19%
808.42/811.57	c   796s| 30500 | 23849 |  8714k| 285.6 |   370M |  55 | 540 |5052 |4576 |  42k|  2 |9469 |3932 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.23%
811.11/814.22	c   799s| 30600 | 23935 |  8745k| 285.6 |   371M |  55 | 540 |5025 |4588 |  42k|  1 |9478 |3947 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.23%
812.81/815.94	c   801s| 30700 | 23994 |  8765k| 285.4 |   372M |  55 | 540 |5026 |4567 |  42k|  1 |9519 |3956 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.23%
814.50/817.60	c   802s| 30800 | 24064 |  8785k| 285.1 |   372M |  55 | 540 |5022 |4618 |  42k|  3 |9544 |3967 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.24%
816.09/819.28	c   804s| 30900 | 24134 |  8807k| 284.9 |   372M |  55 | 540 |5042 |4569 |  42k|  1 |9596 |3972 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.24%
818.19/821.37	c   806s| 31000 | 24210 |  8831k| 284.8 |   372M |  55 | 540 |5042 |4553 |  42k|  1 |9619 |3993 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.24%
820.00/823.19	c   808s| 31100 | 24274 |  8855k| 284.6 |   373M |  55 | 540 |5024 |4592 |  43k|  1 |9626 |3993 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.25%
821.78/824.96	c   810s| 31200 | 24346 |  8879k| 284.4 |   374M |  55 | 540 |5037 |4578 |  43k|  2 |9663 |3997 |-4.815385e+01 |-7.000000e+01 |  45.37%|  22.26%
823.89/827.09	c   812s| 31300 | 24418 |  8905k| 284.4 |   376M |  55 | 540 |5037 |4575 |  43k|  1 |9697 |4003 |-4.815955e+01 |-7.000000e+01 |  45.35%|  22.26%
825.88/829.05	c   814s| 31400 | 24495 |  8929k| 284.2 |   377M |  55 | 540 |5020 |4564 |  43k|  1 |9708 |4009 |-4.816667e+01 |-7.000000e+01 |  45.33%|  22.26%
827.56/830.73	c   815s| 31500 | 24555 |  8952k| 284.1 |   377M |  55 | 540 |5016 |4591 |  43k|  1 |9732 |4009 |-4.816667e+01 |-7.000000e+01 |  45.33%|  22.27%
829.55/832.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
829.55/832.75	c   817s| 31600 | 24631 |  8976k| 283.9 |   377M |  55 | 540 |5009 |4580 |  43k|  0 |9755 |4013 |-4.816774e+01 |-7.000000e+01 |  45.33%|  22.30%
831.65/834.81	c   819s| 31700 | 24703 |  8999k| 283.7 |   377M |  55 | 540 |4990 |4567 |  43k|  0 |9768 |4033 |-4.817339e+01 |-7.000000e+01 |  45.31%|  22.31%
833.04/836.29	c   821s| 31800 | 24759 |  9018k| 283.5 |   377M |  55 | 540 |4993 |4572 |  43k|  1 |9792 |4033 |-4.817771e+01 |-7.000000e+01 |  45.30%|  22.32%
834.33/837.51	c   822s| 31900 | 24809 |  9035k| 283.1 |   378M |  55 | 540 |5022 |4558 |  43k|  1 |9839 |4033 |-4.818182e+01 |-7.000000e+01 |  45.28%|  22.32%
836.03/839.26	c   824s| 32000 | 24885 |  9058k| 282.9 |   382M |  55 | 540 |5016 |4576 |  43k|  1 |9855 |4036 |-4.818182e+01 |-7.000000e+01 |  45.28%|  22.34%
837.72/840.98	c   826s| 32100 | 24964 |  9082k| 282.8 |   382M |  55 | 540 |5022 |4570 |  43k|  1 |9877 |4039 |-4.818182e+01 |-7.000000e+01 |  45.28%|  22.34%
839.62/842.82	c   827s| 32200 | 25034 |  9106k| 282.7 |   382M |  55 | 540 |5046 |4574 |  43k|  1 |9924 |4040 |-4.818182e+01 |-7.000000e+01 |  45.28%|  22.34%
841.41/844.64	c   829s| 32300 | 25108 |  9130k| 282.6 |   382M |  55 | 540 |5035 |4587 |  43k|  1 |9939 |4047 |-4.818182e+01 |-7.000000e+01 |  45.28%|  22.34%
843.40/846.69	c   831s| 32400 | 25188 |  9157k| 282.5 |   382M |  55 | 540 |5012 |4608 |  43k|  1 |9940 |4049 |-4.818308e+01 |-7.000000e+01 |  45.28%|  22.35%
845.60/848.82	c   833s| 32500 | 25268 |  9184k| 282.5 |   383M |  55 | 540 |5003 |4581 |  44k|  1 |9953 |4049 |-4.818750e+01 |-7.000000e+01 |  45.27%|  22.35%
847.90/851.14	c   836s| 32600 | 25348 |  9211k| 282.4 |   383M |  55 | 540 |4984 |4577 |  44k|  0 |9966 |4060 |-4.818750e+01 |-7.000000e+01 |  45.27%|  22.35%
850.38/853.63	c   838s| 32700 | 25426 |  9242k| 282.5 |   383M |  55 | 540 |4987 |4570 |  44k|  1 |9994 |4064 |-4.818784e+01 |-7.000000e+01 |  45.26%|  22.35%
852.07/855.33	c   840s| 32800 | 25491 |  9264k| 282.3 |   384M |  55 | 540 |4995 |4569 |  44k|  1 |  10k|4067 |-4.819419e+01 |-7.000000e+01 |  45.25%|  22.36%
853.97/857.25	c   842s| 32900 | 25566 |  9290k| 282.3 |   385M |  55 | 540 |4990 |4574 |  44k|  1 |  10k|4067 |-4.819483e+01 |-7.000000e+01 |  45.24%|  22.37%
855.66/858.99	c   844s| 33000 | 25644 |  9314k| 282.1 |   385M |  55 | 540 |4968 |4577 |  44k|  1 |  10k|4068 |-4.819550e+01 |-7.000000e+01 |  45.24%|  22.39%
857.55/860.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
857.55/860.80	c   845s| 33100 | 25706 |  9338k| 282.0 |   387M |  55 | 540 |4981 |4574 |  44k|  0 |  10k|4069 |-4.819719e+01 |-7.000000e+01 |  45.24%|  22.41%
859.15/862.45	c   847s| 33200 | 25782 |  9361k| 281.8 |   387M |  55 | 540 |4990 |4574 |  44k|  1 |  10k|4069 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.41%
860.44/863.79	c   848s| 33300 | 25844 |  9379k| 281.5 |   387M |  55 | 540 |5001 |4577 |  44k|  0 |  10k|4069 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.42%
862.24/865.59	c   850s| 33400 | 25916 |  9404k| 281.4 |   387M |  55 | 540 |4988 |4560 |  44k|  0 |  10k|4069 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.42%
864.33/867.64	c   852s| 33500 | 25994 |  9430k| 281.4 |   387M |  55 | 540 |4985 |4592 |  44k|  1 |  10k|4069 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.42%
865.92/869.25	c   854s| 33600 | 26057 |  9452k| 281.2 |   387M |  55 | 540 |4997 |4566 |  44k|  1 |  10k|4069 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.44%
867.62/870.94	c   856s| 33700 | 26121 |  9474k| 281.0 |   387M |  55 | 540 |5000 |4585 |  44k|  1 |  10k|4071 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.44%
869.72/873.08	c   858s| 33800 | 26189 |  9501k| 281.0 |   388M |  55 | 540 |4998 |4580 |  44k|  1 |  10k|4071 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.45%
871.50/874.83	c   859s| 33900 | 26261 |  9524k| 280.8 |   389M |  55 | 540 |4991 |4561 |  44k|  1 |  10k|4071 |-4.820000e+01 |-7.000000e+01 |  45.23%|  22.50%
873.50/876.82	c   861s| 34000 | 26343 |  9550k| 280.8 |   390M |  55 | 540 |4974 |4578 |  44k|  2 |  10k|4071 |-4.820053e+01 |-7.000000e+01 |  45.23%|  22.50%
875.49/878.86	c   864s| 34100 | 26415 |  9576k| 280.7 |   390M |  55 | 540 |4998 |4590 |  45k|  1 |  10k|4073 |-4.820664e+01 |-7.000000e+01 |  45.21%|  22.52%
878.58/881.90	c   867s| 34200 | 26493 |  9612k| 280.9 |   390M |  55 | 540 |5009 |4600 |  45k|  4 |  10k|4073 |-4.820664e+01 |-7.000000e+01 |  45.21%|  22.52%
880.17/883.57	c   868s| 34300 | 26553 |  9633k| 280.7 |   390M |  55 | 540 |5015 |4565 |  45k|  1 |  10k|4075 |-4.820664e+01 |-7.000000e+01 |  45.21%|  22.53%
882.56/885.95	c   871s| 34400 | 26621 |  9659k| 280.7 |   391M |  55 | 540 |5032 |4575 |  45k|  1 |  10k|4091 |-4.820664e+01 |-7.000000e+01 |  45.21%|  22.53%
885.25/888.65	c   873s| 34500 | 26703 |  9690k| 280.8 |   391M |  55 | 540 |5016 |4598 |  45k|  1 |  10k|4103 |-4.820690e+01 |-7.000000e+01 |  45.21%|  22.53%
887.76/891.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
887.76/891.13	c   876s| 34600 | 26783 |  9716k| 280.7 |   391M |  55 | 540 |5016 |4574 |  45k|  1 |  10k|4115 |-4.820690e+01 |-7.000000e+01 |  45.21%|  22.55%
890.54/893.99	c   879s| 34700 | 26857 |  9746k| 280.8 |   392M |  55 | 540 |5004 |4568 |  45k|  0 |  10k|4125 |-4.820787e+01 |-7.000000e+01 |  45.20%|  22.56%
892.23/895.67	c   880s| 34800 | 26928 |  9770k| 280.6 |   392M |  55 | 540 |5002 |4602 |  45k|  1 |  10k|4125 |-4.820810e+01 |-7.000000e+01 |  45.20%|  22.56%
894.42/897.83	c   882s| 34900 | 27014 |  9796k| 280.6 |   393M |  55 | 540 |4986 |4595 |  45k|  1 |  10k|4134 |-4.820909e+01 |-7.000000e+01 |  45.20%|  22.57%
895.82/899.27	c   884s| 35000 | 27070 |  9813k| 280.3 |   394M |  55 | 540 |5022 |4574 |  45k|  1 |  10k|4156 |-4.820909e+01 |-7.000000e+01 |  45.20%|  22.57%
897.62/901.11	c   886s| 35100 | 27142 |  9835k| 280.1 |   394M |  55 | 540 |4998 |4583 |  45k|  1 |  10k|4164 |-4.820909e+01 |-7.000000e+01 |  45.20%|  22.64%
899.62/903.05	c   888s| 35200 | 27214 |  9857k| 279.9 |   394M |  55 | 540 |5008 |4595 |  46k|  1 |  10k|4175 |-4.821183e+01 |-7.000000e+01 |  45.19%|  22.72%
901.80/905.24	c   890s| 35300 | 27282 |  9882k| 279.8 |   396M |  55 | 540 |5041 |4575 |  46k|  2 |  10k|4190 |-4.821296e+01 |-7.000000e+01 |  45.19%|  22.72%
903.70/907.19	c   892s| 35400 | 27358 |  9907k| 279.7 |   396M |  55 | 540 |5047 |4586 |  46k|  1 |  10k|4200 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.72%
905.48/909.01	c   894s| 35500 | 27434 |  9928k| 279.5 |   397M |  55 | 540 |5045 |4566 |  46k|  1 |  10k|4216 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.74%
907.48/911.01	c   896s| 35600 | 27506 |  9951k| 279.4 |   397M |  55 | 540 |5057 |4560 |  46k|  0 |  10k|4228 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.75%
909.27/912.78	c   897s| 35700 | 27571 |  9975k| 279.3 |   398M |  55 | 540 |5048 |4587 |  46k|  2 |  10k|4233 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.75%
911.46/914.91	c   900s| 35800 | 27647 |  9997k| 279.1 |   398M |  55 | 540 |5045 |4585 |  46k|  1 |  10k|4253 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.75%
913.26/916.76	c   901s| 35900 | 27721 | 10021k| 279.0 |   398M |  55 | 540 |5040 |4559 |  46k|  1 |  10k|4258 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.76%
915.06/918.55	c   903s| 36000 | 27775 | 10039k| 278.8 |   398M |  55 | 540 |5033 |4567 |  46k|  1 |  10k|4282 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.76%
916.15/919.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
916.15/919.66	c   904s| 36100 | 27822 | 10055k| 278.4 |   398M |  55 | 540 |5043 |4582 |  46k|  1 |  10k|4282 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.77%
918.04/921.59	c   906s| 36200 | 27897 | 10078k| 278.3 |   399M |  55 | 540 |5053 |4567 |  46k|  1 |  10k|4293 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.77%
919.84/923.36	c   908s| 36300 | 27967 | 10100k| 278.1 |   399M |  55 | 540 |5041 |4570 |  46k|  1 |  10k|4298 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.77%
921.54/925.08	c   910s| 36400 | 28039 | 10124k| 278.0 |   399M |  55 | 540 |5041 |4572 |  46k|  1 |  11k|4300 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.77%
923.03/926.51	c   911s| 36500 | 28101 | 10144k| 277.8 |   399M |  55 | 540 |5060 |4593 |  46k|  1 |  11k|4303 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.77%
926.53/930.06	c   915s| 36600 | 28171 | 10169k| 277.7 |   399M |  55 | 540 |5068 |4602 |  46k|  1 |  11k|4354 |-4.822222e+01 |-7.000000e+01 |  45.16%|  22.77%
928.31/931.87	c   917s| 36700 | 28227 | 10192k| 277.6 |   401M |  55 | 540 |5093 |4566 |  46k|  0 |  11k|4354 |-4.822407e+01 |-7.000000e+01 |  45.16%|  22.78%
930.20/933.74	c   918s| 36800 | 28305 | 10217k| 277.5 |   401M |  55 | 540 |5084 |4580 |  46k|  3 |  11k|4354 |-4.822642e+01 |-7.000000e+01 |  45.15%|  22.80%
931.99/935.55	c   920s| 36900 | 28379 | 10241k| 277.4 |   401M |  55 | 540 |5085 |4581 |  46k|  2 |  11k|4354 |-4.822642e+01 |-7.000000e+01 |  45.15%|  22.80%
934.19/937.78	c   922s| 37000 | 28463 | 10271k| 277.5 |   401M |  55 | 540 |5078 |4587 |  47k|  1 |  11k|4354 |-4.822642e+01 |-7.000000e+01 |  45.15%|  22.80%
936.78/940.33	c   925s| 37100 | 28529 | 10299k| 277.5 |   401M |  55 | 540 |5062 |4579 |  47k|  3 |  11k|4365 |-4.822642e+01 |-7.000000e+01 |  45.15%|  22.81%
938.37/941.90	c   927s| 37200 | 28599 | 10319k| 277.3 |   401M |  55 | 540 |5056 |4600 |  47k|  1 |  11k|4368 |-4.822727e+01 |-7.000000e+01 |  45.15%|  22.81%
940.48/944.03	c   929s| 37300 | 28671 | 10346k| 277.3 |   401M |  55 | 540 |5040 |4591 |  47k|  1 |  11k|4368 |-4.822811e+01 |-7.000000e+01 |  45.14%|  22.81%
942.26/945.83	c   930s| 37400 | 28735 | 10369k| 277.2 |   401M |  55 | 540 |5036 |4570 |  47k|  1 |  11k|4369 |-4.823214e+01 |-7.000000e+01 |  45.13%|  22.82%
944.05/947.64	c   932s| 37500 | 28813 | 10393k| 277.0 |   401M |  55 | 540 |5013 |4580 |  47k|  0 |  11k|4371 |-4.823353e+01 |-7.000000e+01 |  45.13%|  22.83%
945.65/949.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
945.65/949.22	c   934s| 37600 | 28873 | 10414k| 276.9 |   402M |  55 | 540 |5007 |4568 |  47k|  2 |  11k|4372 |-4.823529e+01 |-7.000000e+01 |  45.12%|  22.83%
947.45/951.04	c   936s| 37700 | 28931 | 10438k| 276.8 |   402M |  55 | 540 |5029 |4565 |  47k|  0 |  11k|4382 |-4.823529e+01 |-7.000000e+01 |  45.12%|  22.83%
949.23/952.88	c   938s| 37800 | 29009 | 10461k| 276.6 |   402M |  55 | 540 |5067 |4571 |  47k|  1 |  11k|4398 |-4.823529e+01 |-7.000000e+01 |  45.12%|  22.83%
951.03/954.70	c   939s| 37900 | 29077 | 10485k| 276.5 |   403M |  55 | 540 |5073 |4569 |  47k|  1 |  11k|4404 |-4.823958e+01 |-7.000000e+01 |  45.11%|  22.83%
953.12/956.77	c   941s| 38000 | 29153 | 10511k| 276.5 |   404M |  55 | 540 |5081 |4565 |  47k|  0 |  11k|4404 |-4.823958e+01 |-7.000000e+01 |  45.11%|  22.84%
955.31/958.99	c   944s| 38100 | 29231 | 10537k| 276.5 |   406M |  55 | 540 |5048 |4588 |  47k|  2 |  11k|4418 |-4.824000e+01 |-7.000000e+01 |  45.11%|  22.91%
957.01/960.66	c   945s| 38200 | 29301 | 10560k| 276.3 |   406M |  55 | 540 |5048 |4565 |  47k|  2 |  11k|4421 |-4.824000e+01 |-7.000000e+01 |  45.11%|  22.91%
958.70/962.37	c   947s| 38300 | 29357 | 10582k| 276.2 |   406M |  55 | 540 |5058 |   0 |  47k|  0 |  11k|4424 |-4.824235e+01 |-7.000000e+01 |  45.10%|  22.91%
960.69/964.31	c   949s| 38400 | 29425 | 10607k| 276.1 |   407M |  55 | 540 |5038 |4570 |  47k|  0 |  11k|4425 |-4.824242e+01 |-7.000000e+01 |  45.10%|  22.92%
962.89/966.50	c   951s| 38500 | 29509 | 10637k| 276.2 |   409M |  55 | 540 |5021 |4573 |  48k|  1 |  11k|4425 |-4.824617e+01 |-7.000000e+01 |  45.09%|  22.92%
964.98/968.67	c   953s| 38600 | 29581 | 10660k| 276.1 |   409M |  55 | 540 |5031 |4569 |  48k|  1 |  11k|4444 |-4.825000e+01 |-7.000000e+01 |  45.08%|  22.92%
966.77/970.41	c   955s| 38700 | 29657 | 10683k| 275.9 |   409M |  55 | 540 |5015 |4574 |  48k|  1 |  11k|4444 |-4.825000e+01 |-7.000000e+01 |  45.08%|  22.93%
968.17/971.83	c   956s| 38800 | 29725 | 10703k| 275.7 |   409M |  55 | 540 |5028 |4576 |  48k|  1 |  11k|4444 |-4.825000e+01 |-7.000000e+01 |  45.08%|  22.93%
969.56/973.28	c   958s| 38900 | 29780 | 10721k| 275.5 |   409M |  55 | 540 |5054 |4582 |  48k|  1 |  11k|4447 |-4.825000e+01 |-7.000000e+01 |  45.08%|  22.93%
969.66/973.35	c in SCIP_DECL_EVENTEXEC found by SCIP
969.66/973.35	o 68
969.66/973.35	c Model check passed
969.66/973.36	c * 958s| 38910 | 28318 | 10722k| 275.5 |    LP  |  55 | 540 |5064 |4563 |  48k|  1 |  11k|4447 |-4.825000e+01 |-6.800000e+01 |  40.93%|  23.35%
971.55/975.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
971.55/975.24	c   960s| 39000 | 28396 | 10746k| 275.5 |   409M |  55 | 540 |5063 |4577 |  48k|  2 |  11k|4447 |-4.825000e+01 |-6.800000e+01 |  40.93%|  23.36%
973.05/976.72	c   961s| 39100 | 28456 | 10767k| 275.3 |   409M |  55 | 540 |5042 |4569 |  48k|  1 |  11k|4447 |-4.825000e+01 |-6.800000e+01 |  40.93%|  23.36%
975.04/978.74	c   963s| 39200 | 28526 | 10791k| 275.2 |   410M |  55 | 540 |5035 |4580 |  48k|  1 |  11k|4447 |-4.825000e+01 |-6.800000e+01 |  40.93%|  23.37%
976.63/980.36	c   965s| 39300 | 28586 | 10812k| 275.0 |   410M |  55 | 540 |5015 |4566 |  48k|  1 |  11k|4452 |-4.825171e+01 |-6.800000e+01 |  40.93%|  23.40%
978.73/982.43	c   967s| 39400 | 28653 | 10836k| 274.9 |   410M |  55 | 540 |5008 |4580 |  48k|  1 |  11k|4454 |-4.825917e+01 |-6.800000e+01 |  40.91%|  23.41%
980.22/984.01	c   969s| 39500 | 28731 | 10859k| 274.8 |   410M |  55 | 540 |5013 |4564 |  48k|  1 |  11k|4454 |-4.825917e+01 |-6.800000e+01 |  40.91%|  23.41%
982.32/986.06	c   971s| 39600 | 28813 | 10884k| 274.7 |   410M |  55 | 540 |5040 |4632 |  48k|  5 |  11k|4455 |-4.826316e+01 |-6.800000e+01 |  40.89%|  23.41%
984.32/988.05	c   973s| 39700 | 28887 | 10909k| 274.7 |   410M |  56 | 540 |5016 |4595 |  49k|  1 |  11k|4455 |-4.826932e+01 |-6.800000e+01 |  40.88%|  23.41%
986.31/990.08	c   975s| 39800 | 28973 | 10937k| 274.7 |   410M |  56 | 540 |5018 |4569 |  49k|  3 |  11k|4455 |-4.827611e+01 |-6.800000e+01 |  40.86%|  23.41%
987.59/991.37	c   976s| 39900 | 29033 | 10956k| 274.5 |   410M |  56 | 540 |5004 |4565 |  49k|  1 |  11k|4455 |-4.827941e+01 |-6.800000e+01 |  40.85%|  23.42%
988.89/992.67	c   977s| 40000 | 29081 | 10974k| 274.2 |   410M |  56 | 540 |4989 |4573 |  49k|  2 |  11k|4455 |-4.827997e+01 |-6.800000e+01 |  40.85%|  23.46%
990.48/994.25	c   979s| 40100 | 29141 | 10994k| 274.1 |   410M |  56 | 540 |4977 |4597 |  49k|  0 |  11k|4456 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.47%
992.17/996.00	c   981s| 40200 | 29208 | 11015k| 273.9 |   410M |  56 | 540 |5009 |   0 |  49k|  0 |  11k|4457 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.47%
994.17/997.91	c   983s| 40300 | 29284 | 11040k| 273.9 |   411M |  56 | 540 |5015 |4569 |  49k|  1 |  11k|4457 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.49%
996.17/999.96	c   985s| 40400 | 29358 | 11065k| 273.8 |   411M |  56 | 540 |5016 |4580 |  49k|  1 |  11k|4457 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.49%
998.27/1002.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
998.27/1002.05	c   987s| 40500 | 29432 | 11095k| 273.8 |   411M |  56 | 540 |5018 |4580 |  49k|  1 |  11k|4458 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.49%
999.95/1003.75	c   988s| 40600 | 29504 | 11118k| 273.7 |   411M |  56 | 540 |5015 |4571 |  49k|  1 |  11k|4458 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.50%
1002.45/1006.22	c   991s| 40700 | 29576 | 11148k| 273.8 |   411M |  56 | 540 |4993 |4573 |  49k|  1 |  11k|4458 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.54%
1004.44/1008.20	c   993s| 40800 | 29646 | 11173k| 273.7 |   411M |  56 | 540 |4984 |4581 |  49k|  1 |  11k|4459 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.55%
1006.93/1010.79	c   995s| 40900 | 29738 | 11204k| 273.8 |   411M |  56 | 540 |4966 |4557 |  49k|  1 |  12k|4466 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.55%
1008.34/1012.12	c   997s| 41000 | 29802 | 11222k| 273.6 |   411M |  56 | 540 |4967 |4589 |  49k|  0 |  12k|4470 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.55%
1010.42/1014.23	c   999s| 41100 | 29852 | 11244k| 273.5 |   411M |  56 | 540 |4998 |4586 |  50k|  1 |  12k|4480 |-4.828571e+01 |-6.800000e+01 |  40.83%|  23.56%
1011.51/1015.36	c 
1011.51/1015.36	c SCIP Status        : solving was interrupted [time limit reached]
1011.51/1015.36	c Solving Time (sec) : 1000.00
1011.51/1015.36	c Solving Nodes      : 41143
1011.51/1015.36	c Primal Bound       : -6.80000000000000e+01 (23 solutions, 6 respecting the objective limit)
1011.51/1015.36	c Dual Bound         : -4.82857142857143e+01
1011.51/1015.36	c Gap                : 40.83 %
1011.51/1015.36	c SCIP status: 23 (TIMELIMIT)
1011.51/1015.36	c SCIP primal bound improved LB: 246 -> 256
1011.51/1015.36	c pb_solver_status: sst_sat
1011.51/1015.36	c LB_goalvalue: 256
1011.51/1015.36	c UB_goalvalue: 276
1011.51/1015.36	c # improved by sat (lb/ub): 0, # improved by scip (lb): 3
1011.51/1015.36	c SCIP returned: sst_sat
1011.51/1015.36	c SCIP primal LB: 256, dual UB: 276
1011.51/1015.36	c Try to find a solution more than 262
1011.51/1015.36	c estimatedAdderCost: 216
1011.51/1015.36	c Try to convert by bdds
1011.51/1015.36	c d: 1
1011.51/1015.36	c 
1011.51/1015.36	c assumptions: 
1011.51/1015.36	c invoking solver with time budget: 5.000000
1016.49/1020.37	c sat_solver_result: sst_unknown
1016.49/1020.37	c SAT solver timed out; proceeding to cooperative SCIP call
1016.49/1020.37	c Calling solveScip for cooperative mode with LB_goalvalue:       256, UB_goalvalue: 276
1016.49/1020.38	c scip solving with time budget: 1400.000000
1016.49/1020.38	c solveScip
1016.49/1020.38	c initScipForCoop
1016.49/1020.38	c Coop Mode: Using SCIP obj units for LB/UB: 256, +oo
1016.49/1020.38	c SCIPfreeTransform due to timeout and having shadow nodes
1016.49/1020.38	c forcing SCIPfreeTransform before solve
1016.59/1020.47	c Running SCIP presolve for solve-time propagation (rounds=3)
1016.59/1020.47	c 10/10 feasible solutions given by solution candidate storage, new primal bound -6.800000e+01
1016.59/1020.47	c 
1016.59/1020.47	c presolving:
1016.59/1020.48	c    (0.0s) running MILP presolver
1016.59/1020.48	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1016.59/1020.49	c (round 1, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs, 0 implints
1016.59/1020.49	c (round 2, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
1016.69/1020.52	c    (0.0s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1016.69/1020.52	c    (0.0s) probing aborted: 50/50 successive totally useless probings
1016.69/1020.52	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1016.69/1020.52	c  0 deleted vars, 150 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
1016.69/1020.52	c  0 implications, 840 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1016.69/1020.52	c presolved problem has 540 variables (540 bin, 0 int, 0 cont) and 4476 constraints
1016.69/1020.52	c    1734 constraints of type <knapsack>
1016.69/1020.52	c     840 constraints of type <setppc>
1016.69/1020.52	c    1902 constraints of type <logicor>
1016.69/1020.52	c transformed objective value is always integral (scale: 1)
1016.69/1020.52	c Presolving Time: 0.05
1016.69/1020.53	c 10/10 feasible solutions given by solution candidate storage, new primal bound -6.800000e+01
1016.69/1020.53	c 
1016.69/1020.53	c presolving:
1016.69/1020.54	c    (0.0s) running MILP presolver
1016.69/1020.54	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1016.69/1020.54	c (round 1, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs, 0 implints
1016.69/1020.55	c (round 2, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
1016.69/1020.55	c (round 3, medium)     0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 3360 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
1016.69/1020.56	c (round 4, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
1016.69/1020.58	c    (0.1s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1016.69/1020.58	c    (0.1s) probing aborted: 50/50 successive totally useless probings
1016.69/1020.59	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1016.69/1020.59	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 1.08) (symcode time: 0.00)
1016.69/1020.59	c dynamic symmetry handling statistics:
1016.69/1020.59	c    orbitopal reduction:       no components
1016.69/1020.59	c    orbital reduction:          1 components of sizes 4
1016.69/1020.59	c    lexicographic reduction:    4 permutations with support sizes 496, 540, 540, 496
1016.69/1020.59	c handled 1 out of 1 symmetry components
1016.69/1020.60	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
1016.69/1020.60	c  0 deleted vars, 150 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
1016.69/1020.60	c  0 implications, 840 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1016.69/1020.60	c presolved problem has 540 variables (540 bin, 0 int, 0 cont) and 4476 constraints
1016.69/1020.60	c    1734 constraints of type <knapsack>
1016.69/1020.60	c     840 constraints of type <setppc>
1016.69/1020.60	c    1902 constraints of type <logicor>
1016.69/1020.60	c transformed objective value is always integral (scale: 1)
1016.69/1020.60	c Presolving Time: 0.07
1016.79/1020.60	c transformed 10/10 original solutions to the transformed problem space
1016.79/1020.60	c 
1016.79/1020.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1016.79/1020.69	c   0.2s|     1 |     0 |  1092 |     - |   339M |   0 | 540 |4548 |4476 |   0 |  0 |  71 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1016.99/1020.85	c   0.3s|     1 |     0 |  1257 |     - |   337M |   0 | 540 |4750 |4484 |   8 |  1 |  73 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.09/1020.92	c   0.4s|     1 |     0 |  1701 |     - |   335M |   0 | 540 |4753 |4494 |  18 |  2 |  76 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.09/1021.00	c   0.5s|     1 |     0 |  2198 |     - |   333M |   0 | 540 |4756 |4505 |  29 |  3 |  79 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.20/1021.09	c   0.6s|     1 |     0 |  2802 |     - |   333M |   0 | 540 |4761 |4514 |  38 |  4 |  84 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.30/1021.18	c   0.7s|     1 |     0 |  3268 |     - |   333M |   0 | 540 |4762 |4522 |  46 |  5 |  85 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.38/1021.27	c   0.7s|     1 |     0 |  3771 |     - |   333M |   0 | 540 |4763 |4529 |  53 |  6 |  86 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.48/1021.35	c   0.8s|     1 |     0 |  4232 |     - |   333M |   0 | 540 |4764 |4537 |  61 |  7 |  87 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.58/1021.41	c   0.9s|     1 |     0 |  4377 |     - |   333M |   0 | 540 |4767 |4545 |  69 |  8 |  90 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.58/1021.46	c   0.9s|     1 |     0 |  4464 |     - |   333M |   0 | 540 |4770 |4551 |  75 |  9 |  93 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.68/1021.52	c   1.0s|     1 |     0 |  4581 |     - |   333M |   0 | 540 |4772 |4558 |  82 | 10 |  95 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1017.68/1021.55	c   1.0s|     1 |     0 |  4663 |     - |   333M |   0 | 540 |4775 |4566 |  91 | 11 |  98 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1020.08/1023.94	c   3.4s|     1 |     2 | 17917 |     - |   333M |   0 | 540 |4805 |4566 |  91 | 11 | 128 |  11 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
1034.62/1038.54	c  18.0s|   100 |    82 | 47188 | 429.5 |   334M |  16 | 540 |4912 |4539 | 276 |  1 | 237 | 379 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.54%
1038.31/1042.20	c  21.7s|   200 |   144 | 72206 | 339.4 |   335M |  19 | 540 |4957 |4557 | 470 |  1 | 284 | 421 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.61%
1042.99/1046.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1042.99/1046.97	c  26.4s|   300 |   211 |107273 | 343.2 |   335M |  22 | 540 |5068 |4559 | 725 |  1 | 441 | 474 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.93%
1050.96/1054.91	c  34.4s|   400 |   307 |169113 | 412.2 |   335M |  22 | 540 |5178 |4562 |1106 |  0 | 672 | 531 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.94%
1056.54/1060.50	c  40.0s|   500 |   400 |206717 | 404.9 |   335M |  22 | 540 |5125 |4593 |1620 |  6 | 745 | 592 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.31%
1060.72/1064.77	c  44.2s|   600 |   490 |240236 | 393.3 |   335M |  22 | 540 |5044 |4548 |1962 |  1 | 785 | 642 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.53%
1065.41/1069.49	c  49.0s|   700 |   588 |276233 | 388.5 |   335M |  22 | 540 |5004 |4560 |2431 |  1 | 849 | 688 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.55%
1069.89/1073.97	c  53.4s|   800 |   676 |316582 | 390.4 |   335M |  22 | 540 |4968 |4562 |3020 |  1 | 887 | 698 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.60%
1073.57/1077.61	c  57.1s|   900 |   770 |354176 | 388.8 |   335M |  35 | 540 |4998 |4582 |3211 |  2 | 945 | 706 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.64%
1076.76/1080.80	c  60.3s|  1000 |   856 |392863 | 388.6 |   335M |  41 | 540 |5025 |4584 |3314 |  1 | 993 | 709 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.64%
1081.84/1085.93	c  65.4s|  1100 |   950 |433606 | 390.3 |   336M |  41 | 540 |5026 |4570 |3482 |  1 |1041 | 754 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.64%
1085.53/1089.61	c  69.1s|  1200 |  1038 |469620 | 387.8 |   335M |  41 | 540 |5026 |4585 |3617 |  1 |1074 | 793 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.65%
1089.31/1093.40	c  72.9s|  1300 |  1110 |502501 | 383.2 |   335M |  41 | 540 |5050 |4583 |3844 |  1 |1158 | 828 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.71%
1093.60/1097.74	c  77.2s|  1400 |  1190 |536983 | 380.5 |   335M |  42 | 540 |5037 |   0 |4096 |  0 |1216 | 884 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.78%
1097.00/1101.16	c  80.6s|  1500 |  1280 |570821 | 377.7 |   335M |  42 | 540 |5020 |4566 |4162 |  1 |1255 | 909 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.78%
1102.56/1106.78	c  86.3s|  1600 |  1366 |608292 | 377.5 |   335M |  42 | 540 |5018 |4576 |4264 |  4 |1298 | 939 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.78%
1106.25/1110.46	c  89.9s|  1700 |  1458 |640007 | 374.0 |   335M |  42 | 540 |5002 |4564 |4461 |  1 |1343 | 979 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.81%
1109.85/1114.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1109.85/1114.09	c  93.6s|  1800 |  1536 |670479 | 370.1 |   335M |  42 | 540 |5007 |4602 |4746 |  1 |1409 |1019 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.85%
1114.12/1118.32	c  97.8s|  1900 |  1620 |707587 | 370.2 |   335M |  42 | 540 |5026 |4572 |5002 |  1 |1484 |1053 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.91%
1116.92/1121.11	c   101s|  2000 |  1704 |740314 | 368.0 |   335M |  42 | 540 |5034 |4568 |5182 |  2 |1525 |1061 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.91%
1119.20/1123.49	c   103s|  2100 |  1790 |768196 | 363.8 |   335M |  42 | 540 |5053 |4572 |5336 |  1 |1576 |1063 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.92%
1121.99/1126.26	c   106s|  2200 |  1876 |798709 | 361.1 |   335M |  42 | 540 |5034 |4562 |5596 |  1 |1602 |1069 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.97%
1124.68/1128.99	c   108s|  2300 |  1947 |830493 | 359.2 |   335M |  42 | 540 |5052 |4575 |5827 |  1 |1665 |1072 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.98%
1127.67/1131.99	c   111s|  2400 |  2021 |862088 | 357.4 |   335M |  42 | 540 |5033 |4578 |6175 |  1 |1707 |1074 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.04%
1131.95/1136.20	c   116s|  2500 |  2097 |892386 | 355.2 |   335M |  42 | 540 |5026 |4580 |6408 |  1 |1745 |1108 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.05%
1134.44/1138.72	c   118s|  2600 |  2159 |921297 | 352.7 |   335M |  42 | 540 |5049 |4582 |6680 |  2 |1818 |1108 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.07%
1137.53/1141.85	c   121s|  2700 |  2239 |953148 | 351.4 |   335M |  43 | 540 |5012 |4582 |6891 |  1 |1853 |1123 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.07%
1142.11/1146.49	c   126s|  2800 |  2319 |989840 | 352.0 |   335M |  43 | 540 |5001 |4558 |7218 |  3 |1913 |1161 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.16%
1145.71/1150.10	c   130s|  2900 |  2404 |  1023k| 351.6 |   335M |  43 | 540 |4966 |4572 |7375 |  1 |1929 |1190 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.25%
1149.59/1153.99	c   133s|  3000 |  2494 |  1059k| 351.6 |   335M |  43 | 540 |4952 |4566 |7664 |  1 |1972 |1212 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.29%
1155.46/1159.88	c   139s|  3100 |  2588 |  1097k| 352.7 |   335M |  43 | 540 |4905 |4565 |7872 |  1 |1983 |1253 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.29%
1159.15/1163.54	c   143s|  3200 |  2668 |  1133k| 352.8 |   335M |  43 | 540 |4900 |4573 |8113 |  2 |2035 |1280 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.41%
1163.13/1167.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1163.13/1167.57	c   147s|  3300 |  2742 |  1165k| 352.0 |   335M |  43 | 540 |4925 |4576 |8246 |  1 |2101 |1331 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.43%
1165.64/1170.10	c   150s|  3400 |  2822 |  1196k| 350.7 |   335M |  43 | 540 |4946 |4572 |8408 |  3 |2147 |1331 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.45%
1169.01/1173.42	c   153s|  3500 |  2900 |  1230k| 350.4 |   335M |  43 | 540 |4952 |4568 |8652 |  2 |2177 |1360 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.47%
1172.90/1177.38	c   157s|  3600 |  2982 |  1266k| 350.5 |   336M |  43 | 540 |4956 |4579 |8963 |  1 |2232 |1410 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.58%
1175.60/1180.10	c   160s|  3700 |  3052 |  1298k| 349.9 |   336M |  43 | 540 |4960 |4573 |9182 |  2 |2261 |1419 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.65%
1179.69/1184.13	c   164s|  3800 |  3138 |  1333k| 349.8 |   336M |  43 | 540 |4957 |4604 |9394 |  0 |2302 |1457 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.65%
1182.96/1187.41	c   167s|  3900 |  3226 |  1370k| 350.3 |   336M |  43 | 540 |4930 |4566 |9612 |  1 |2324 |1463 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.66%
1185.35/1189.81	c   169s|  4000 |  3304 |  1397k| 348.3 |   336M |  43 | 540 |4928 |4565 |9723 |  1 |2374 |1484 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.70%
1188.34/1192.81	c   172s|  4100 |  3380 |  1429k| 347.7 |   337M |  43 | 540 |4915 |4568 |  10k|  1 |2397 |1496 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.72%
1191.23/1195.77	c   175s|  4200 |  3465 |  1463k| 347.4 |   338M |  43 | 540 |4895 |4566 |  10k|  1 |2415 |1500 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.74%
1193.72/1198.24	c   178s|  4300 |  3539 |  1491k| 345.9 |   338M |  43 | 540 |4875 |4575 |  10k|  1 |2427 |1504 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.75%
1196.11/1200.63	c   180s|  4400 |  3623 |  1521k| 344.8 |   338M |  43 | 540 |4878 |4556 |  10k|  1 |2454 |1505 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.76%
1198.70/1203.27	c   183s|  4500 |  3703 |  1553k| 344.2 |   338M |  43 | 540 |4890 |4572 |  10k|  1 |2491 |1506 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.76%
1202.09/1206.65	c   186s|  4600 |  3780 |  1587k| 344.3 |   338M |  43 | 540 |4903 |4580 |  11k|  1 |2531 |1530 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.80%
1205.38/1209.91	c   189s|  4700 |  3853 |  1619k| 343.7 |   338M |  43 | 540 |4899 |4584 |  11k|  1 |2550 |1541 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.81%
1209.36/1213.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1209.36/1213.96	c   193s|  4800 |  3939 |  1654k| 343.7 |   338M |  43 | 540 |4911 |4575 |  11k|  1 |2597 |1587 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.86%
1213.94/1218.53	c   198s|  4900 |  3998 |  1679k| 341.8 |   338M |  43 | 540 |4885 |4569 |  11k|  1 |2624 |1613 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.87%
1216.45/1221.06	c   201s|  5000 |  4078 |  1707k| 340.5 |   338M |  43 | 540 |4906 |4571 |  11k|  0 |2672 |1623 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.92%
1220.22/1224.86	c   204s|  5100 |  4166 |  1741k| 340.7 |   338M |  43 | 540 |4918 |4574 |  12k|  1 |2718 |1666 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.95%
1223.11/1227.70	c   207s|  5200 |  4242 |  1769k| 339.5 |   339M |  43 | 540 |4922 |4567 |  12k|  1 |2753 |1696 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.98%
1225.80/1230.46	c   210s|  5300 |  4326 |  1797k| 338.3 |   339M |  43 | 540 |4914 |4558 |  12k|  2 |2789 |1719 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.98%
1228.59/1233.27	c   213s|  5400 |  4398 |  1825k| 337.3 |   339M |  43 | 540 |4918 |4563 |  12k|  2 |2819 |1742 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.99%
1231.98/1236.67	c   216s|  5500 |  4476 |  1859k| 337.3 |   339M |  43 | 540 |4968 |4578 |  12k|  1 |2905 |1784 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.33%
1235.06/1239.76	c   219s|  5600 |  4554 |  1891k| 337.0 |   339M |  43 | 540 |4999 |4572 |  12k|  1 |2969 |1830 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.35%
1237.26/1241.92	c   221s|  5700 |  4622 |  1916k| 335.5 |   339M |  43 | 540 |5005 |4580 |  12k|  1 |3015 |1839 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.36%
1239.65/1244.30	c   224s|  5800 |  4702 |  1945k| 334.7 |   339M |  43 | 540 |5000 |4591 |  13k|  1 |3037 |1843 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.38%
1244.23/1248.90	c   228s|  5900 |  4796 |  1981k| 335.2 |   339M |  43 | 540 |4974 |4562 |  13k|  1 |3071 |1880 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.38%
1247.02/1251.75	c   231s|  6000 |  4869 |  2014k| 335.0 |   339M |  43 | 540 |4945 |4572 |  13k|  1 |3096 |1888 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.38%
1248.61/1253.37	c   233s|  6100 |  4925 |  2036k| 333.2 |   341M |  43 | 540 |4925 |4589 |  13k|  2 |3114 |1892 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.39%
1250.80/1255.52	c   235s|  6200 |  5001 |  2063k| 332.2 |   341M |  43 | 540 |4952 |4565 |  13k|  1 |3175 |1894 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.39%
1252.70/1257.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1252.70/1257.42	c   237s|  6300 |  5079 |  2089k| 330.9 |   341M |  43 | 540 |4942 |4551 |  13k|  1 |3189 |1894 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.47%
1254.89/1259.60	c   239s|  6400 |  5159 |  2116k| 330.0 |   342M |  43 | 540 |4924 |4560 |  13k|  1 |3196 |1900 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.47%
1257.08/1261.83	c   241s|  6500 |  5225 |  2144k| 329.3 |   342M |  43 | 540 |4919 |4570 |  13k|  1 |3228 |1900 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.52%
1259.17/1263.94	c   243s|  6600 |  5307 |  2172k| 328.5 |   343M |  43 | 540 |4886 |4544 |  14k|  0 |3232 |1901 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.53%
1261.06/1265.84	c   245s|  6700 |  5368 |  2197k| 327.3 |   343M |  43 | 540 |4885 |4570 |  14k|  1 |3250 |1901 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.60%
1262.86/1267.67	c   247s|  6800 |  5436 |  2220k| 325.9 |   343M |  43 | 540 |4974 |4552 |  14k|  1 |3348 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.63%
1265.05/1269.81	c   249s|  6900 |  5500 |  2245k| 324.8 |   343M |  43 | 540 |4972 |4574 |  14k|  1 |3372 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.69%
1266.64/1271.48	c   251s|  7000 |  5566 |  2267k| 323.3 |   343M |  43 | 540 |4963 |4570 |  14k|  1 |3396 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.70%
1268.35/1273.18	c   253s|  7100 |  5622 |  2289k| 321.9 |   343M |  43 | 540 |4945 |4574 |  14k|  0 |3415 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.71%
1270.73/1275.52	c   255s|  7200 |  5702 |  2319k| 321.6 |   343M |  43 | 540 |4931 |4557 |  14k|  1 |3423 |1905 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.72%
1272.42/1277.29	c   257s|  7300 |  5769 |  2344k| 320.5 |   344M |  43 | 540 |4960 |4597 |  14k|  1 |3477 |1906 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.73%
1274.61/1279.41	c   259s|  7400 |  5836 |  2372k| 320.0 |   344M |  43 | 540 |4946 |4578 |  14k|  1 |3484 |1906 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.85%
1276.80/1281.66	c   261s|  7500 |  5904 |  2398k| 319.2 |   344M |  43 | 540 |4934 |4578 |  14k|  1 |3498 |1910 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.91%
1278.80/1283.60	c   263s|  7600 |  5972 |  2423k| 318.3 |   344M |  44 | 540 |4931 |4563 |  15k|  1 |3519 |1910 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.91%
1280.69/1285.57	c   265s|  7700 |  6044 |  2449k| 317.6 |   344M |  44 | 540 |4968 |4580 |  15k|  1 |3583 |1910 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.91%
1283.48/1288.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1283.48/1288.35	c   268s|  7800 |  6122 |  2477k| 317.1 |   344M |  44 | 540 |4961 |4562 |  15k|  1 |3608 |1926 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.92%
1285.77/1290.68	c   270s|  7900 |  6190 |  2503k| 316.4 |   344M |  44 | 540 |4939 |4585 |  15k|  1 |3620 |1933 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.93%
1287.76/1292.61	c   272s|  8000 |  6250 |  2525k| 315.1 |   344M |  44 | 540 |4947 |4555 |  15k|  2 |3668 |1952 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.94%
1289.96/1294.81	c   274s|  8100 |  6314 |  2548k| 314.1 |   344M |  44 | 540 |4957 |4586 |  15k|  1 |3707 |1974 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.95%
1292.17/1297.09	c   277s|  8200 |  6382 |  2574k| 313.4 |   344M |  44 | 540 |4984 |4591 |  15k|  1 |3775 |1997 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.95%
1294.94/1299.86	c   279s|  8300 |  6454 |  2599k| 312.6 |   344M |  44 | 540 |4971 |4580 |  15k|  0 |3792 |2027 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.96%
1296.94/1301.87	c   281s|  8400 |  6516 |  2623k| 311.8 |   346M |  44 | 540 |4990 |4574 |  15k|  2 |3836 |2030 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.00%
1300.32/1305.23	c   285s|  8500 |  6586 |  2653k| 311.6 |   346M |  44 | 540 |4976 |4571 |  15k|  1 |3867 |2076 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.00%
1302.23/1307.15	c   287s|  8600 |  6662 |  2679k| 311.0 |   346M |  44 | 540 |4961 |4565 |  15k|  1 |3878 |2076 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.01%
1304.31/1309.28	c   289s|  8700 |  6720 |  2702k| 310.1 |   347M |  44 | 540 |4982 |4572 |  15k|  1 |3931 |2099 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.02%
1306.40/1311.32	c   291s|  8800 |  6778 |  2724k| 309.1 |   347M |  44 | 540 |4989 |4557 |  16k|  1 |3964 |2113 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.06%
1308.89/1313.83	c   293s|  8900 |  6842 |  2749k| 308.4 |   347M |  44 | 540 |5064 |4584 |  16k|  1 |4069 |2151 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.07%
1310.88/1315.80	c   295s|  9000 |  6914 |  2771k| 307.5 |   347M |  44 | 540 |5046 |4575 |  16k|  1 |4104 |2185 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.08%
1312.68/1317.66	c   297s|  9100 |  6964 |  2791k| 306.3 |   347M |  44 | 540 |5041 |4576 |  16k|  1 |4133 |2212 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.09%
1314.67/1319.63	c   299s|  9200 |  7023 |  2813k| 305.4 |   347M |  44 | 540 |5052 |4576 |  16k|  1 |4182 |2236 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.10%
1316.56/1321.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1316.56/1321.58	c   301s|  9300 |  7075 |  2834k| 304.3 |   347M |  44 | 540 |5046 |4573 |  16k|  1 |4216 |2254 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.10%
1318.75/1323.77	c   303s|  9400 |  7133 |  2857k| 303.6 |   347M |  44 | 540 |5061 |4566 |  16k|  1 |4281 |2281 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.12%
1320.35/1325.33	c   305s|  9500 |  7195 |  2876k| 302.4 |   348M |  44 | 540 |5084 |4563 |  16k|  1 |4366 |2286 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.20%
1322.05/1327.04	c   307s|  9600 |  7247 |  2897k| 301.4 |   348M |  44 | 540 |5101 |4581 |  16k|  2 |4416 |2293 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.20%
1323.93/1328.93	c   308s|  9700 |  7305 |  2920k| 300.6 |   348M |  44 | 540 |5125 |4559 |  16k|  1 |4467 |2299 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.22%
1325.83/1330.82	c   310s|  9800 |  7367 |  2944k| 300.0 |   348M |  44 | 540 |5089 |4574 |  16k|  0 |4475 |2306 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.22%
1328.51/1333.53	c   313s|  9900 |  7449 |  2978k| 300.5 |   348M |  46 | 540 |5042 |4584 |  16k|  1 |4503 |2310 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.29%
1330.51/1335.55	c   315s| 10000 |  7509 |  3003k| 299.9 |   348M |  46 | 540 |5049 |4590 |  16k|  2 |4549 |2321 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.29%
1331.80/1336.88	c   316s| 10100 |  7559 |  3021k| 298.7 |   348M |  46 | 540 |5065 |4574 |  16k|  1 |4601 |2324 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.30%
1333.70/1338.73	c   318s| 10200 |  7623 |  3044k| 298.1 |   348M |  46 | 540 |5085 |4552 |  16k|  1 |4651 |2331 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.30%
1335.29/1340.30	c   320s| 10300 |  7673 |  3064k| 297.1 |   348M |  46 | 540 |5065 |4569 |  16k|  1 |4671 |2334 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.31%
1337.00/1342.03	c   322s| 10400 |  7735 |  3086k| 296.4 |   348M |  46 | 540 |5060 |4583 |  17k|  1 |4698 |2337 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.32%
1338.99/1344.03	c   324s| 10500 |  7801 |  3113k| 296.1 |   348M |  46 | 540 |5075 |4563 |  17k|  1 |4740 |2337 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.34%
1340.98/1346.01	c   325s| 10600 |  7881 |  3139k| 295.8 |   348M |  46 | 540 |5055 |4596 |  17k|  1 |4758 |2337 |-4.801307e+01 |-6.800000e+01 |  41.63%|  13.39%
1342.56/1347.63	c   327s| 10700 |  7945 |  3160k| 294.9 |   348M |  46 | 540 |5055 |4566 |  17k|  1 |4789 |2340 |-4.802353e+01 |-6.800000e+01 |  41.60%|  13.42%
1344.25/1349.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1344.25/1349.32	c   329s| 10800 |  7999 |  3183k| 294.4 |   348M |  46 | 540 |5054 |4572 |  17k|  0 |4814 |2341 |-4.802353e+01 |-6.800000e+01 |  41.60%|  13.42%
1346.45/1351.59	c   331s| 10900 |  8081 |  3212k| 294.3 |   349M |  46 | 540 |5028 |4581 |  17k|  1 |4836 |2348 |-4.802804e+01 |-6.800000e+01 |  41.58%|  13.43%
1348.34/1353.45	c   333s| 11000 |  8143 |  3236k| 293.8 |   349M |  46 | 540 |5049 |4559 |  17k|  1 |4895 |2350 |-4.802941e+01 |-6.800000e+01 |  41.58%|  13.44%
1350.73/1355.84	c   335s| 11100 |  8214 |  3269k| 294.1 |   349M |  46 | 540 |5028 |4567 |  17k|  0 |4923 |2350 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.46%
1352.93/1358.05	c   338s| 11200 |  8290 |  3294k| 293.8 |   349M |  46 | 540 |4999 |4586 |  17k|  1 |4937 |2358 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.48%
1355.11/1360.25	c   340s| 11300 |  8352 |  3319k| 293.4 |   350M |  46 | 540 |4981 |4591 |  17k|  1 |4962 |2371 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.50%
1356.92/1362.08	c   342s| 11400 |  8417 |  3340k| 292.6 |   350M |  46 | 540 |5002 |4564 |  17k|  0 |5029 |2386 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
1359.40/1364.58	c   344s| 11500 |  8491 |  3366k| 292.4 |   350M |  46 | 540 |5000 |4573 |  17k|  2 |5056 |2404 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
1361.90/1367.10	c   347s| 11600 |  8559 |  3393k| 292.2 |   350M |  46 | 540 |5015 |4568 |  17k|  1 |5094 |2419 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
1364.78/1370.01	c   349s| 11700 |  8635 |  3422k| 292.2 |   350M |  46 | 540 |5014 |4572 |  17k|  2 |5142 |2442 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
1368.16/1373.31	c   353s| 11800 |  8723 |  3455k| 292.5 |   350M |  46 | 540 |4978 |4551 |  18k|  0 |5149 |2473 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.52%
1369.56/1374.76	c   354s| 11900 |  8781 |  3474k| 291.6 |   350M |  46 | 540 |4950 |4567 |  18k|  1 |5159 |2473 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.52%
1371.45/1376.63	c   356s| 12000 |  8835 |  3492k| 290.7 |   350M |  46 | 540 |4918 |4591 |  18k|  1 |5164 |2495 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.53%
1373.74/1378.91	c   358s| 12100 |  8909 |  3515k| 290.2 |   351M |  46 | 540 |4927 |4584 |  18k|  1 |5204 |2514 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.55%
1376.13/1381.39	c   361s| 12200 |  8981 |  3541k| 289.9 |   351M |  46 | 540 |4939 |4579 |  18k|  2 |5247 |2526 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.55%
1378.62/1383.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1378.62/1383.86	c   363s| 12300 |  9055 |  3567k| 289.7 |   351M |  46 | 540 |4953 |   0 |  18k|  0 |5283 |2559 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.55%
1380.72/1385.92	c   365s| 12400 |  9127 |  3592k| 289.3 |   351M |  46 | 540 |4968 |4563 |  18k|  1 |5325 |2580 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.56%
1383.21/1388.47	c   368s| 12500 |  9205 |  3618k| 289.1 |   351M |  46 | 540 |4953 |4598 |  18k|  1 |5342 |2607 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.56%
1385.40/1390.62	c   370s| 12600 |  9267 |  3641k| 288.7 |   351M |  46 | 540 |4929 |4575 |  18k|  0 |5355 |2621 |-4.805128e+01 |-6.800000e+01 |  41.52%|  13.58%
1387.49/1392.79	c   372s| 12700 |  9334 |  3665k| 288.3 |   351M |  46 | 540 |4961 |4568 |  18k|  1 |5412 |2649 |-4.805128e+01 |-6.800000e+01 |  41.52%|  13.58%
1389.38/1394.63	c   374s| 12800 |  9388 |  3686k| 287.6 |   351M |  46 | 540 |4990 |4571 |  18k|  1 |5477 |2668 |-4.805128e+01 |-6.800000e+01 |  41.52%|  13.59%
1391.89/1397.17	c   377s| 12900 |  9458 |  3713k| 287.5 |   351M |  46 | 540 |5020 |4592 |  18k|  1 |5534 |2694 |-4.805556e+01 |-6.800000e+01 |  41.50%|  13.60%
1394.36/1399.66	c   379s| 13000 |  9536 |  3741k| 287.5 |   351M |  49 | 540 |5005 |4586 |  18k|  0 |5543 |2709 |-4.805882e+01 |-6.800000e+01 |  41.49%|  13.61%
1396.16/1401.49	c   381s| 13100 |  9618 |  3766k| 287.2 |   351M |  49 | 540 |5021 |4576 |  18k|  0 |5586 |2712 |-4.806250e+01 |-6.800000e+01 |  41.48%|  13.61%
1398.45/1403.71	c   383s| 13200 |  9690 |  3793k| 287.1 |   352M |  49 | 540 |5004 |4561 |  19k|  0 |5613 |2713 |-4.806818e+01 |-6.800000e+01 |  41.47%|  13.64%
1400.14/1405.49	c   385s| 13300 |  9756 |  3817k| 286.7 |   352M |  49 | 540 |5009 |4573 |  19k|  1 |5652 |2716 |-4.806818e+01 |-6.800000e+01 |  41.47%|  13.64%
1402.03/1407.32	c   387s| 13400 |  9834 |  3843k| 286.5 |   352M |  49 | 540 |4989 |4578 |  19k|  1 |5675 |2717 |-4.806897e+01 |-6.800000e+01 |  41.46%|  13.65%
1403.33/1408.62	c   388s| 13500 |  9902 |  3861k| 285.7 |   352M |  49 | 540 |4984 |4564 |  19k|  2 |5700 |2717 |-4.806897e+01 |-6.800000e+01 |  41.46%|  13.65%
1405.22/1410.52	c   390s| 13600 |  9964 |  3884k| 285.3 |   352M |  49 | 540 |4987 |4564 |  19k|  1 |5741 |2720 |-4.806953e+01 |-6.800000e+01 |  41.46%|  13.69%
1407.51/1412.89	c   392s| 13700 | 10040 |  3914k| 285.4 |   352M |  49 | 540 |4994 |4599 |  19k|  1 |5779 |2720 |-4.806953e+01 |-6.800000e+01 |  41.46%|  13.74%
1410.50/1415.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1410.50/1415.81	c   395s| 13800 | 10122 |  3946k| 285.6 |   352M |  49 | 540 |4964 |4575 |  19k|  1 |5791 |2727 |-4.807407e+01 |-6.800000e+01 |  41.45%|  13.75%
1412.39/1417.76	c   397s| 13900 | 10202 |  3970k| 285.3 |   352M |  49 | 540 |4957 |4559 |  19k|  2 |5805 |2729 |-4.808333e+01 |-6.800000e+01 |  41.42%|  13.78%
1414.49/1419.83	c   399s| 14000 | 10270 |  3996k| 285.1 |   352M |  49 | 540 |4957 |4572 |  19k|  0 |5827 |2729 |-4.809091e+01 |-6.800000e+01 |  41.40%|  13.80%
1416.08/1421.42	c   401s| 14100 | 10322 |  4016k| 284.5 |   352M |  49 | 540 |4953 |4600 |  19k|  1 |5854 |2729 |-4.809302e+01 |-6.800000e+01 |  41.39%|  13.98%
1417.97/1423.39	c   403s| 14200 | 10392 |  4041k| 284.3 |   352M |  49 | 540 |4973 |4576 |  19k|  2 |5891 |2730 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.00%
1420.06/1425.46	c   405s| 14300 | 10455 |  4066k| 284.1 |   352M |  49 | 540 |4961 |4573 |  19k|  1 |5912 |2731 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.01%
1421.96/1427.32	c   407s| 14400 | 10525 |  4090k| 283.7 |   353M |  49 | 540 |4984 |4584 |  19k|  0 |5960 |2736 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.01%
1423.95/1429.35	c   409s| 14500 | 10599 |  4118k| 283.7 |   353M |  49 | 540 |4983 |4576 |  20k|  1 |5978 |2736 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.01%
1426.75/1432.15	c   412s| 14600 | 10691 |  4151k| 284.0 |   353M |  49 | 540 |4971 |4562 |  20k|  0 |5991 |2754 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.01%
1428.53/1433.95	c   413s| 14700 | 10757 |  4175k| 283.7 |   353M |  49 | 540 |4965 |4568 |  20k|  1 |6007 |2755 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.02%
1430.82/1436.20	c   416s| 14800 | 10835 |  4203k| 283.7 |   354M |  49 | 540 |4952 |4570 |  20k|  2 |6027 |2760 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.02%
1432.82/1438.29	c   418s| 14900 | 10907 |  4226k| 283.4 |   355M |  49 | 540 |4957 |4572 |  20k|  1 |6057 |2774 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.03%
1435.72/1441.12	c   421s| 15000 | 10977 |  4253k| 283.3 |   355M |  49 | 540 |4969 |4577 |  20k|  1 |6091 |2790 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.03%
1438.49/1443.93	c   423s| 15100 | 11040 |  4282k| 283.3 |   355M |  49 | 540 |4998 |4561 |  20k|  1 |6147 |2809 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.04%
1441.69/1447.13	c   427s| 15200 | 11108 |  4315k| 283.6 |   355M |  49 | 540 |4992 |4603 |  20k|  1 |6175 |2833 |-4.810262e+01 |-6.800000e+01 |  41.36%|  14.05%
1443.87/1449.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1443.87/1449.35	c   429s| 15300 | 11188 |  4339k| 283.3 |   355M |  49 | 540 |5012 |4553 |  20k|  1 |6218 |2853 |-4.810834e+01 |-6.800000e+01 |  41.35%|  14.06%
1445.68/1451.14	c   431s| 15400 | 11260 |  4361k| 282.9 |   355M |  49 | 540 |5025 |4578 |  20k|  1 |6250 |2863 |-4.810959e+01 |-6.800000e+01 |  41.34%|  14.07%
1448.75/1454.26	c   434s| 15500 | 11344 |  4391k| 283.1 |   355M |  49 | 540 |4983 |4571 |  20k|  0 |6263 |2896 |-4.811111e+01 |-6.800000e+01 |  41.34%|  14.07%
1450.66/1456.19	c   436s| 15600 | 11422 |  4416k| 282.8 |   355M |  49 | 540 |4975 |4589 |  20k|  1 |6287 |2906 |-4.811429e+01 |-6.800000e+01 |  41.33%|  14.07%
1452.84/1458.30	c   438s| 15700 | 11488 |  4438k| 282.4 |   355M |  49 | 540 |4979 |4554 |  21k|  0 |6317 |2925 |-4.811765e+01 |-6.800000e+01 |  41.32%|  14.08%
1455.54/1461.10	c   441s| 15800 | 11572 |  4469k| 282.6 |   355M |  49 | 540 |4943 |4581 |  21k|  2 |6330 |2941 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.09%
1457.92/1463.43	c   443s| 15900 | 11652 |  4495k| 282.4 |   355M |  49 | 540 |4959 |4563 |  21k|  1 |6388 |2965 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.10%
1459.81/1465.37	c   445s| 16000 | 11714 |  4517k| 282.1 |   355M |  49 | 540 |4950 |4577 |  21k|  0 |6409 |2979 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.10%
1461.31/1466.87	c   446s| 16100 | 11762 |  4535k| 281.4 |   355M |  49 | 540 |4982 |4577 |  21k|  1 |6471 |2993 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.10%
1463.20/1468.75	c   448s| 16200 | 11826 |  4555k| 280.9 |   355M |  49 | 540 |4975 |4557 |  21k|  1 |6494 |3018 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.11%
1465.19/1470.79	c   450s| 16300 | 11890 |  4578k| 280.6 |   355M |  49 | 540 |4989 |4602 |  21k|  1 |6531 |3038 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.11%
1467.08/1472.69	c   452s| 16400 | 11947 |  4598k| 280.1 |   355M |  49 | 540 |5009 |4577 |  21k|  1 |6585 |3066 |-4.812683e+01 |-6.800000e+01 |  41.29%|  14.12%
1469.49/1475.03	c   455s| 16500 | 12019 |  4625k| 280.1 |   355M |  49 | 540 |4988 |4592 |  21k|  1 |6603 |3072 |-4.813333e+01 |-6.800000e+01 |  41.27%|  14.13%
1471.87/1477.45	c   457s| 16600 | 12099 |  4651k| 279.9 |   355M |  49 | 540 |4969 |4589 |  21k|  2 |6617 |3091 |-4.813787e+01 |-6.800000e+01 |  41.26%|  14.14%
1473.86/1479.41	c   459s| 16700 | 12183 |  4677k| 279.8 |   355M |  49 | 540 |4945 |   0 |  21k|  0 |6626 |3094 |-4.814286e+01 |-6.800000e+01 |  41.25%|  14.15%
1476.65/1482.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1476.65/1482.24	c   462s| 16800 | 12259 |  4709k| 280.1 |   355M |  49 | 540 |4958 |4576 |  21k|  1 |6660 |3101 |-4.814815e+01 |-6.800000e+01 |  41.23%|  14.16%
1478.84/1484.47	c   464s| 16900 | 12345 |  4737k| 280.1 |   355M |  49 | 540 |4943 |4583 |  21k|  4 |6680 |3109 |-4.814815e+01 |-6.800000e+01 |  41.23%|  14.17%
1481.33/1487.00	c   466s| 17000 | 12433 |  4770k| 280.4 |   357M |  49 | 540 |4915 |4566 |  22k|  1 |6684 |3110 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.18%
1483.62/1489.26	c   469s| 17100 | 12513 |  4798k| 280.3 |   357M |  49 | 540 |4902 |4591 |  22k|  1 |6712 |3113 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.18%
1485.31/1490.97	c   470s| 17200 | 12593 |  4821k| 280.1 |   357M |  49 | 540 |4907 |4574 |  22k|  1 |6736 |3115 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.18%
1487.11/1492.75	c   472s| 17300 | 12667 |  4843k| 279.7 |   357M |  49 | 540 |4919 |4564 |  22k|  1 |6766 |3116 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.19%
1489.10/1494.73	c   474s| 17400 | 12741 |  4868k| 279.5 |   358M |  49 | 540 |4932 |4576 |  22k|  1 |6799 |3119 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.19%
1491.19/1496.87	c   476s| 17500 | 12819 |  4894k| 279.4 |   358M |  49 | 540 |4911 |4564 |  22k|  1 |6804 |3119 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.19%
1493.18/1498.85	c   478s| 17600 | 12897 |  4919k| 279.3 |   358M |  49 | 540 |4890 |4568 |  22k|  1 |6810 |3119 |-4.815764e+01 |-6.800000e+01 |  41.20%|  14.20%
1495.27/1501.00	c   480s| 17700 | 12971 |  4947k| 279.3 |   358M |  49 | 540 |4896 |4591 |  22k|  1 |6843 |3119 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.20%
1496.87/1502.59	c   482s| 17800 | 13044 |  4968k| 278.9 |   359M |  49 | 540 |4895 |4583 |  22k|  3 |6858 |3119 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.20%
1498.76/1504.44	c   484s| 17900 | 13110 |  4990k| 278.5 |   359M |  49 | 540 |4941 |4582 |  22k|  1 |6915 |3121 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.25%
1500.65/1506.35	c   486s| 18000 | 13178 |  5014k| 278.3 |   359M |  49 | 540 |4926 |4601 |  23k|  1 |6922 |3121 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.26%
1502.65/1508.36	c   488s| 18100 | 13250 |  5040k| 278.2 |   359M |  51 | 540 |4912 |4563 |  23k|  0 |6938 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
1504.24/1509.93	c   489s| 18200 | 13328 |  5062k| 277.9 |   359M |  51 | 540 |4911 |4561 |  23k|  1 |6954 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
1505.93/1511.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1505.93/1511.65	c   491s| 18300 | 13394 |  5085k| 277.6 |   359M |  51 | 540 |4921 |4569 |  23k|  2 |6975 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
1508.03/1513.77	c   493s| 18400 | 13468 |  5113k| 277.6 |   359M |  51 | 540 |4953 |4576 |  23k|  1 |7018 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
1509.62/1515.33	c   495s| 18500 | 13542 |  5134k| 277.3 |   359M |  51 | 540 |4959 |4578 |  23k|  1 |7045 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
1511.21/1516.98	c   496s| 18600 | 13604 |  5153k| 276.9 |   359M |  51 | 540 |4975 |4567 |  23k|  1 |7095 |3137 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
1513.42/1519.17	c   499s| 18700 | 13680 |  5176k| 276.6 |   359M |  51 | 540 |4980 |4566 |  23k|  2 |7122 |3159 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
1514.70/1520.49	c   500s| 18800 | 13736 |  5194k| 276.1 |   360M |  51 | 540 |5014 |4578 |  23k|  0 |7173 |3159 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
1517.09/1522.89	c   502s| 18900 | 13804 |  5220k| 276.0 |   360M |  51 | 540 |4991 |4580 |  23k|  1 |7183 |3182 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
1519.29/1525.07	c   505s| 19000 | 13892 |  5247k| 275.9 |   360M |  51 | 540 |4984 |4566 |  23k|  1 |7197 |3186 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
1521.47/1527.21	c   507s| 19100 | 13966 |  5270k| 275.7 |   360M |  51 | 540 |4962 |4587 |  23k|  1 |7209 |3202 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
1523.47/1529.28	c   509s| 19200 | 14028 |  5293k| 275.5 |   360M |  51 | 540 |4943 |4593 |  23k|  1 |7232 |3214 |-4.815859e+01 |-6.800000e+01 |  41.20%|  14.29%
1525.46/1531.25	c   511s| 19300 | 14086 |  5314k| 275.2 |   360M |  51 | 540 |4974 |4580 |  23k|  1 |7293 |3230 |-4.815859e+01 |-6.800000e+01 |  41.20%|  14.29%
1527.26/1533.06	c   513s| 19400 | 14144 |  5336k| 274.8 |   360M |  51 | 540 |4975 |4591 |  23k|  1 |7319 |3238 |-4.815859e+01 |-6.800000e+01 |  41.20%|  14.29%
1529.54/1535.32	c   515s| 19500 | 14221 |  5357k| 274.5 |   360M |  51 | 540 |4969 |4578 |  23k|  1 |7329 |3263 |-4.816000e+01 |-6.800000e+01 |  41.20%|  14.29%
1531.93/1537.71	c   517s| 19600 | 14291 |  5384k| 274.5 |   360M |  51 | 540 |4995 |4591 |  23k|  1 |7384 |3295 |-4.816000e+01 |-6.800000e+01 |  41.20%|  14.32%
1535.02/1540.82	c   520s| 19700 | 14373 |  5412k| 274.5 |   360M |  51 | 540 |4992 |4568 |  23k|  1 |7400 |3344 |-4.816000e+01 |-6.800000e+01 |  41.20%|  14.32%
1537.11/1542.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1537.11/1542.99	c   522s| 19800 | 14445 |  5441k| 274.6 |   360M |  51 | 540 |5005 |4579 |  24k|  1 |7439 |3344 |-4.816456e+01 |-6.800000e+01 |  41.18%|  14.33%
1538.91/1544.79	c   524s| 19900 | 14511 |  5464k| 274.4 |   360M |  51 | 540 |5010 |4557 |  24k|  1 |7460 |3347 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.34%
1540.60/1546.46	c   526s| 20000 | 14577 |  5487k| 274.2 |   361M |  51 | 540 |5028 |4576 |  24k|  1 |7503 |3348 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
1542.49/1548.39	c   528s| 20100 | 14645 |  5510k| 273.9 |   361M |  51 | 540 |5033 |4558 |  24k|  1 |7537 |3360 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
1544.09/1549.97	c   529s| 20200 | 14701 |  5530k| 273.6 |   362M |  51 | 540 |5049 |4555 |  24k|  0 |7578 |3365 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
1546.29/1552.19	c   532s| 20300 | 14779 |  5554k| 273.4 |   362M |  51 | 540 |5056 |4554 |  24k|  1 |7616 |3384 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
1547.77/1553.65	c   533s| 20400 | 14841 |  5571k| 272.9 |   362M |  51 | 540 |5059 |4602 |  24k|  1 |7644 |3408 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
1550.06/1556.00	c   535s| 20500 | 14917 |  5595k| 272.8 |   362M |  51 | 540 |5046 |4577 |  24k|  1 |7658 |3442 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
1551.86/1557.74	c   537s| 20600 | 15005 |  5619k| 272.6 |   362M |  51 | 540 |5012 |4545 |  24k|  1 |7662 |3442 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
1553.85/1559.73	c   539s| 20700 | 15081 |  5642k| 272.4 |   364M |  51 | 540 |5044 |4565 |  24k|  1 |7722 |3467 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
1556.15/1562.04	c   542s| 20800 | 15155 |  5665k| 272.2 |   364M |  51 | 540 |5035 |4572 |  24k|  1 |7743 |3483 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
1558.14/1564.02	c   543s| 20900 | 15237 |  5688k| 271.9 |   365M |  51 | 540 |5023 |4573 |  24k|  1 |7764 |3489 |-4.817102e+01 |-6.800000e+01 |  41.16%|  14.37%
1559.93/1565.84	c   545s| 21000 | 15293 |  5709k| 271.7 |   366M |  51 | 540 |5041 |4603 |  24k|  1 |7805 |3512 |-4.817102e+01 |-6.800000e+01 |  41.16%|  14.37%
1562.42/1568.36	c   548s| 21100 | 15361 |  5737k| 271.7 |   366M |  51 | 540 |5044 |4582 |  24k|  1 |7856 |3526 |-4.817407e+01 |-6.800000e+01 |  41.15%|  14.37%
1564.61/1570.50	c   550s| 21200 | 15439 |  5761k| 271.6 |   366M |  51 | 540 |5012 |4567 |  24k|  2 |7865 |3547 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.38%
1566.80/1572.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1566.80/1572.77	c   552s| 21300 | 15519 |  5787k| 271.5 |   366M |  51 | 540 |5033 |4588 |  25k|  1 |7927 |3561 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.39%
1568.49/1574.45	c   554s| 21400 | 15587 |  5808k| 271.2 |   366M |  51 | 540 |5022 |4578 |  25k|  3 |7952 |3568 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.39%
1570.59/1576.51	c   556s| 21500 | 15659 |  5832k| 271.1 |   367M |  51 | 540 |5010 |4561 |  25k|  2 |7959 |3574 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.40%
1573.19/1579.15	c   559s| 21600 | 15736 |  5861k| 271.1 |   367M |  52 | 540 |5016 |4584 |  25k|  1 |7996 |3588 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.42%
1574.97/1580.96	c   560s| 21700 | 15806 |  5882k| 270.9 |   367M |  52 | 540 |5019 |4580 |  25k|  0 |8028 |3600 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.42%
1576.86/1582.82	c   562s| 21800 | 15862 |  5904k| 270.7 |   367M |  52 | 540 |5033 |4596 |  25k|  2 |8067 |3605 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.42%
1578.75/1584.70	c   564s| 21900 | 15934 |  5926k| 270.4 |   368M |  52 | 540 |5029 |4591 |  25k|  1 |8085 |3616 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
1580.35/1586.34	c   566s| 22000 | 15990 |  5946k| 270.1 |   368M |  52 | 540 |5040 |4599 |  25k|  4 |8118 |3622 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
1582.64/1588.60	c   568s| 22100 | 16068 |  5974k| 270.1 |   368M |  52 | 540 |5026 |4595 |  25k|  1 |8137 |3623 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
1584.83/1590.82	c   570s| 22200 | 16150 |  6002k| 270.2 |   369M |  52 | 540 |4998 |4584 |  25k|  1 |8137 |3627 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
1586.72/1592.77	c   572s| 22300 | 16226 |  6026k| 270.0 |   369M |  52 | 540 |4984 |4580 |  26k|  1 |8158 |3627 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
1588.52/1594.57	c   574s| 22400 | 16280 |  6049k| 269.9 |   369M |  52 | 540 |4992 |4564 |  26k|  2 |8195 |3630 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.44%
1590.71/1596.70	c   576s| 22500 | 16357 |  6076k| 269.9 |   369M |  52 | 540 |5006 |4577 |  26k|  1 |8237 |3632 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.44%
1592.20/1598.24	c   578s| 22600 | 16427 |  6098k| 269.7 |   369M |  52 | 540 |5019 |4576 |  26k|  1 |8272 |3637 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.45%
1593.90/1599.96	c   579s| 22700 | 16497 |  6121k| 269.5 |   369M |  52 | 540 |5046 |4601 |  26k|  1 |8309 |3640 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.45%
1595.89/1601.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1595.89/1601.99	c   581s| 22800 | 16574 |  6146k| 269.4 |   369M |  52 | 540 |5092 |4570 |  26k|  1 |8385 |3645 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.45%
1597.48/1603.51	c   583s| 22900 | 16650 |  6167k| 269.1 |   369M |  52 | 540 |5083 |4599 |  26k|  1 |8392 |3647 |-4.819209e+01 |-6.800000e+01 |  41.10%|  14.46%
1599.28/1605.30	c   585s| 23000 | 16726 |  6191k| 269.0 |   369M |  52 | 540 |5094 |4583 |  26k|  5 |8431 |3653 |-4.820000e+01 |-6.800000e+01 |  41.08%|  14.47%
1601.17/1607.20	c   587s| 23100 | 16796 |  6215k| 268.9 |   370M |  52 | 540 |5100 |   0 |  26k|  0 |8468 |3653 |-4.820000e+01 |-6.800000e+01 |  41.08%|  14.48%
1602.46/1608.52	c   588s| 23200 | 16858 |  6234k| 268.5 |   370M |  52 | 540 |5100 |4575 |  26k|  0 |8490 |3654 |-4.820513e+01 |-6.800000e+01 |  41.06%|  14.49%
1604.07/1610.15	c   590s| 23300 | 16930 |  6257k| 268.4 |   370M |  52 | 540 |5071 |4581 |  26k|  1 |8503 |3655 |-4.820779e+01 |-6.800000e+01 |  41.06%|  14.50%
1605.75/1611.87	c   591s| 23400 | 17012 |  6279k| 268.2 |   370M |  52 | 540 |5049 |4603 |  26k|  1 |8507 |3656 |-4.820779e+01 |-6.800000e+01 |  41.06%|  14.50%
1607.54/1613.66	c   593s| 23500 | 17082 |  6304k| 268.1 |   371M |  52 | 540 |5073 |4565 |  26k|  2 |8559 |3656 |-4.821053e+01 |-6.800000e+01 |  41.05%|  14.50%
1609.14/1615.24	c   595s| 23600 | 17138 |  6324k| 267.8 |   371M |  52 | 540 |5082 |4582 |  26k|  1 |8597 |3659 |-4.821873e+01 |-6.800000e+01 |  41.02%|  14.52%
1611.04/1617.12	c   597s| 23700 | 17208 |  6347k| 267.6 |   371M |  52 | 540 |5057 |4583 |  26k|  0 |8619 |3661 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.52%
1612.62/1618.79	c   598s| 23800 | 17294 |  6368k| 267.4 |   372M |  52 | 540 |5052 |4560 |  26k|  1 |8635 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.52%
1614.52/1620.64	c   600s| 23900 | 17356 |  6393k| 267.3 |   372M |  52 | 540 |5043 |   0 |  27k|  0 |8659 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.52%
1616.02/1622.14	c   602s| 24000 | 17414 |  6414k| 267.1 |   372M |  52 | 540 |5030 |4602 |  27k|  1 |8678 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.53%
1617.70/1623.85	c   603s| 24100 | 17484 |  6436k| 266.9 |   372M |  52 | 540 |5014 |4562 |  27k|  2 |8692 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.53%
1619.70/1625.87	c   605s| 24200 | 17574 |  6464k| 266.9 |   372M |  52 | 540 |5029 |4562 |  27k|  1 |8727 |3674 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.53%
1622.00/1628.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1622.00/1628.12	c   608s| 24300 | 17632 |  6488k| 266.8 |   372M |  52 | 540 |5009 |4559 |  27k|  2 |8740 |3684 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.54%
1623.68/1629.84	c   609s| 24400 | 17698 |  6506k| 266.5 |   372M |  52 | 540 |5073 |4567 |  27k|  1 |8819 |3697 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.68%
1626.57/1632.79	c   612s| 24500 | 17770 |  6534k| 266.5 |   373M |  52 | 540 |5065 |4624 |  27k|  1 |8835 |3712 |-4.822642e+01 |-6.800000e+01 |  41.00%|  14.68%
1628.76/1634.97	c   614s| 24600 | 17844 |  6560k| 266.5 |   374M |  52 | 540 |5060 |4583 |  27k|  1 |8851 |3716 |-4.823077e+01 |-6.800000e+01 |  40.99%|  14.69%
1631.65/1637.84	c   617s| 24700 | 17934 |  6590k| 266.6 |   374M |  52 | 540 |5034 |4585 |  27k|  1 |8861 |3739 |-4.823077e+01 |-6.800000e+01 |  40.99%|  14.69%
1634.44/1640.69	c   620s| 24800 | 18016 |  6619k| 266.8 |   374M |  52 | 540 |5034 |4592 |  27k|  1 |8890 |3754 |-4.823256e+01 |-6.800000e+01 |  40.98%|  14.69%
1636.73/1643.00	c   622s| 24900 | 18092 |  6645k| 266.7 |   374M |  52 | 540 |5032 |4562 |  28k|  1 |8906 |3756 |-4.823376e+01 |-6.800000e+01 |  40.98%|  14.70%
1639.02/1645.22	c   625s| 25000 | 18170 |  6671k| 266.7 |   374M |  52 | 540 |5035 |   0 |  28k|  0 |8950 |3776 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.70%
1641.71/1647.92	c   627s| 25100 | 18248 |  6701k| 266.8 |   375M |  52 | 540 |5009 |   0 |  28k|  0 |8957 |3791 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
1644.70/1650.95	c   630s| 25200 | 18318 |  6729k| 266.9 |   375M |  52 | 540 |5030 |4633 |  28k|  7 |8998 |3814 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
1647.39/1653.66	c   633s| 25300 | 18388 |  6758k| 267.0 |   377M |  52 | 540 |5039 |4581 |  28k|  1 |9028 |3821 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
1649.89/1656.19	c   636s| 25400 | 18434 |  6784k| 266.9 |   377M |  52 | 540 |5037 |   0 |  28k|  0 |9060 |3839 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
1652.47/1658.71	c   638s| 25500 | 18516 |  6813k| 267.0 |   377M |  52 | 540 |5015 |4575 |  28k|  1 |9065 |3848 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
1654.56/1660.87	c   640s| 25600 | 18584 |  6836k| 266.9 |   377M |  52 | 540 |4996 |4581 |  28k|  1 |9093 |3865 |-4.823806e+01 |-6.800000e+01 |  40.97%|  14.71%
1656.46/1662.77	c   642s| 25700 | 18634 |  6858k| 266.7 |   378M |  52 | 540 |5002 |4561 |  29k|  0 |9140 |3874 |-4.823810e+01 |-6.800000e+01 |  40.97%|  14.73%
1659.05/1665.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1659.05/1665.35	c   645s| 25800 | 18702 |  6885k| 266.7 |   378M |  52 | 540 |5024 |   0 |  29k|  0 |9187 |3882 |-4.823852e+01 |-6.800000e+01 |  40.97%|  14.73%
1661.24/1667.50	c   647s| 25900 | 18772 |  6911k| 266.7 |   378M |  52 | 540 |5011 |4574 |  29k|  1 |9204 |3890 |-4.824242e+01 |-6.800000e+01 |  40.95%|  14.74%
1664.63/1670.94	c   650s| 26000 | 18850 |  6942k| 266.8 |   379M |  52 | 540 |5019 |4563 |  29k|  1 |9227 |3929 |-4.824390e+01 |-6.800000e+01 |  40.95%|  14.74%
1666.32/1672.69	c   652s| 26100 | 18912 |  6964k| 266.7 |   379M |  52 | 540 |5024 |4579 |  29k|  0 |9253 |3934 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
1668.61/1674.99	c   654s| 26200 | 18990 |  6992k| 266.7 |   379M |  52 | 540 |5005 |4577 |  29k|  5 |9263 |3936 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
1670.20/1676.51	c   656s| 26300 | 19050 |  7011k| 266.4 |   379M |  52 | 540 |4987 |4577 |  29k|  0 |9271 |3949 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
1672.20/1678.50	c   658s| 26400 | 19122 |  7036k| 266.4 |   380M |  52 | 540 |4968 |4565 |  29k|  1 |9289 |3957 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
1673.99/1680.30	c   660s| 26500 | 19190 |  7059k| 266.2 |   380M |  52 | 540 |4984 |4578 |  29k|  3 |9332 |3960 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
1675.88/1682.27	c   662s| 26600 | 19244 |  7082k| 266.1 |   380M |  52 | 540 |5056 |4579 |  30k|  1 |9411 |3968 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
1678.17/1684.56	c   664s| 26700 | 19316 |  7108k| 266.1 |   381M |  52 | 540 |5055 |4580 |  30k|  0 |9422 |3975 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.77%
1679.97/1686.32	c   666s| 26800 | 19376 |  7128k| 265.8 |   382M |  52 | 540 |5089 |4626 |  30k|  1 |9486 |3986 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.77%
1681.26/1687.69	c   667s| 26900 | 19442 |  7147k| 265.6 |   382M |  52 | 540 |5060 |4576 |  30k|  0 |9499 |3987 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
1683.15/1689.50	c   669s| 27000 | 19518 |  7172k| 265.5 |   382M |  52 | 540 |5061 |4601 |  30k|  1 |9525 |3992 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
1685.05/1691.46	c   671s| 27100 | 19588 |  7197k| 265.4 |   382M |  52 | 540 |5044 |4567 |  30k|  0 |9540 |4003 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
1686.75/1693.15	c   673s| 27200 | 19674 |  7221k| 265.3 |   382M |  52 | 540 |5027 |4572 |  30k|  1 |9543 |4004 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
1688.24/1694.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1688.24/1694.66	c   674s| 27300 | 19762 |  7243k| 265.2 |   382M |  52 | 540 |5018 |4577 |  30k|  1 |9545 |4005 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
1689.83/1696.27	c   676s| 27400 | 19844 |  7265k| 265.0 |   383M |  52 | 540 |5023 |4576 |  30k|  1 |9567 |4005 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
1690.83/1697.24	c   677s| 27500 | 19910 |  7280k| 264.6 |   383M |  52 | 540 |5034 |4570 |  30k|  2 |9584 |4008 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
1692.92/1699.31	c   679s| 27600 | 19992 |  7307k| 264.6 |   383M |  52 | 540 |5013 |4582 |  30k|  1 |9597 |4009 |-4.825521e+01 |-6.800000e+01 |  40.92%|  14.79%
1694.31/1700.73	c   680s| 27700 | 20060 |  7326k| 264.3 |   384M |  52 | 540 |4990 |4567 |  30k|  0 |9611 |4011 |-4.825521e+01 |-6.800000e+01 |  40.92%|  14.79%
1695.91/1702.35	c   682s| 27800 | 20124 |  7348k| 264.2 |   384M |  52 | 540 |5001 |4587 |  30k|  1 |9650 |4012 |-4.825707e+01 |-6.800000e+01 |  40.91%|  14.80%
1697.30/1703.71	c   683s| 27900 | 20180 |  7367k| 263.9 |   384M |  53 | 540 |4989 |4567 |  30k|  1 |9669 |4014 |-4.825884e+01 |-6.800000e+01 |  40.91%|  14.81%
1698.40/1704.86	c   684s| 28000 | 20238 |  7383k| 263.6 |   384M |  53 | 540 |4980 |4560 |  30k|  1 |9673 |4014 |-4.825884e+01 |-6.800000e+01 |  40.91%|  14.81%
1699.99/1706.42	c   686s| 28100 | 20308 |  7404k| 263.4 |   385M |  53 | 540 |4983 |4582 |  31k|  1 |9694 |4017 |-4.825926e+01 |-6.800000e+01 |  40.91%|  14.81%
1701.48/1707.97	c   687s| 28200 | 20361 |  7424k| 263.1 |   387M |  53 | 540 |5016 |4560 |  31k|  1 |9750 |4019 |-4.825926e+01 |-6.800000e+01 |  40.91%|  14.81%
1703.48/1709.92	c   689s| 28300 | 20433 |  7448k| 263.0 |   387M |  53 | 540 |5020 |4602 |  31k|  1 |9770 |4024 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.82%
1704.87/1711.34	c   691s| 28400 | 20499 |  7467k| 262.8 |   387M |  53 | 540 |5002 |4565 |  31k|  1 |9778 |4026 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
1707.16/1713.65	c   693s| 28500 | 20579 |  7496k| 262.9 |   387M |  53 | 540 |4966 |4564 |  31k|  1 |9785 |4027 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
1709.16/1715.64	c   695s| 28600 | 20653 |  7523k| 262.9 |   387M |  53 | 540 |5000 |4558 |  31k|  1 |9851 |4027 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
1711.45/1717.90	c   697s| 28700 | 20747 |  7554k| 263.1 |   387M |  53 | 540 |4981 |4574 |  31k|  1 |9851 |4027 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
1712.84/1719.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1712.84/1719.37	c   699s| 28800 | 20813 |  7574k| 262.9 |   388M |  53 | 540 |5007 |4588 |  31k|  2 |9901 |4028 |-4.827441e+01 |-6.800000e+01 |  40.86%|  14.84%
1714.55/1721.03	c   701s| 28900 | 20879 |  7597k| 262.7 |   388M |  53 | 540 |4989 |4596 |  31k|  1 |9901 |4028 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1716.43/1722.93	c   702s| 29000 | 20961 |  7623k| 262.7 |   388M |  53 | 540 |4967 |4574 |  31k|  1 |9907 |4029 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1718.42/1725.00	c   704s| 29100 | 21033 |  7646k| 262.6 |   388M |  53 | 540 |4945 |4592 |  31k|  1 |9907 |4044 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1721.11/1727.60	c   707s| 29200 | 21103 |  7673k| 262.6 |   388M |  53 | 540 |4940 |4592 |  31k|  0 |9929 |4067 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1723.20/1729.74	c   709s| 29300 | 21171 |  7699k| 262.6 |   388M |  53 | 540 |4959 |4565 |  31k|  1 |9963 |4069 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1726.29/1732.87	c   712s| 29400 | 21259 |  7734k| 262.9 |   388M |  53 | 540 |4971 |4594 |  32k|  1 |9992 |4084 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1729.08/1735.61	c   715s| 29500 | 21347 |  7758k| 262.9 |   390M |  53 | 540 |4962 |4573 |  32k|  1 |  10k|4116 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1731.17/1737.79	c   717s| 29600 | 21443 |  7785k| 262.9 |   391M |  53 | 540 |4955 |4578 |  32k|  2 |  10k|4116 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1733.47/1740.08	c   720s| 29700 | 21535 |  7813k| 262.9 |   391M |  53 | 540 |4943 |4583 |  32k|  1 |  10k|4126 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1735.85/1742.42	c   722s| 29800 | 21603 |  7840k| 263.0 |   391M |  53 | 540 |4941 |4634 |  32k|  9 |  10k|4131 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
1737.74/1744.36	c   724s| 29900 | 21674 |  7862k| 262.8 |   391M |  53 | 540 |4947 |4592 |  32k|  2 |  10k|4142 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.87%
1739.84/1746.48	c   726s| 30000 | 21748 |  7888k| 262.8 |   391M |  53 | 540 |4971 |4600 |  32k|  2 |  10k|4153 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.87%
1741.93/1748.56	c   728s| 30100 | 21820 |  7912k| 262.7 |   391M |  53 | 540 |4968 |   0 |  32k|  0 |  10k|4166 |-4.829650e+01 |-6.800000e+01 |  40.80%|  14.89%
1743.82/1750.44	c   730s| 30200 | 21904 |  7934k| 262.6 |   391M |  53 | 540 |4966 |4578 |  32k|  1 |  10k|4178 |-4.830000e+01 |-6.800000e+01 |  40.79%|  14.89%
1745.32/1751.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1745.32/1751.99	c   731s| 30300 | 21968 |  7954k| 262.4 |   393M |  53 | 540 |4974 |4567 |  32k|  1 |  10k|4186 |-4.830000e+01 |-6.800000e+01 |  40.79%|  14.90%
1747.81/1754.43	c   734s| 30400 | 22049 |  7983k| 262.5 |   393M |  53 | 540 |4973 |4568 |  32k|  1 |  10k|4201 |-4.830556e+01 |-6.800000e+01 |  40.77%|  14.91%
1749.51/1756.15	c   736s| 30500 | 22125 |  8004k| 262.3 |   393M |  53 | 540 |4973 |4579 |  32k|  2 |  10k|4212 |-4.830556e+01 |-6.800000e+01 |  40.77%|  14.91%
1751.59/1758.25	c   738s| 30600 | 22199 |  8028k| 262.2 |   394M |  53 | 540 |5024 |4583 |  32k|  1 |  10k|4225 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.92%
1753.19/1759.84	c   739s| 30700 | 22247 |  8047k| 262.0 |   394M |  53 | 540 |5049 |4559 |  33k|  0 |  10k|4238 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
1755.49/1762.15	c   742s| 30800 | 22331 |  8076k| 262.1 |   394M |  53 | 540 |5037 |4570 |  33k|  1 |  10k|4254 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
1757.38/1764.05	c   744s| 30900 | 22413 |  8098k| 261.9 |   394M |  53 | 540 |5014 |4570 |  33k|  1 |  10k|4270 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
1759.56/1766.22	c   746s| 31000 | 22503 |  8126k| 262.0 |   394M |  53 | 540 |5003 |4575 |  33k|  2 |  10k|4281 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
1762.15/1768.80	c   748s| 31100 | 22571 |  8155k| 262.1 |   396M |  53 | 540 |5027 |4590 |  33k|  0 |  10k|4291 |-4.830864e+01 |-6.800000e+01 |  40.76%|  14.95%
1763.75/1770.48	c   750s| 31200 | 22639 |  8177k| 262.0 |   396M |  53 | 540 |5017 |4575 |  33k|  2 |  10k|4293 |-4.831325e+01 |-6.800000e+01 |  40.75%|  14.96%
1765.94/1772.62	c   752s| 31300 | 22723 |  8205k| 262.0 |   396M |  53 | 540 |5041 |4573 |  33k|  2 |  10k|4298 |-4.831373e+01 |-6.800000e+01 |  40.75%|  14.97%
1767.63/1774.39	c   754s| 31400 | 22805 |  8227k| 261.9 |   396M |  53 | 540 |5089 |4569 |  33k|  1 |  10k|4308 |-4.831399e+01 |-6.800000e+01 |  40.75%|  15.10%
1769.72/1776.47	c   756s| 31500 | 22879 |  8248k| 261.7 |   396M |  53 | 540 |5079 |4595 |  33k|  2 |  10k|4327 |-4.831579e+01 |-6.800000e+01 |  40.74%|  15.11%
1771.82/1778.53	c   758s| 31600 | 22946 |  8273k| 261.7 |   396M |  53 | 540 |5058 |4562 |  33k|  1 |  10k|4338 |-4.832073e+01 |-6.800000e+01 |  40.73%|  15.12%
1773.81/1780.59	c   760s| 31700 | 23020 |  8299k| 261.7 |   396M |  53 | 540 |5062 |4588 |  33k|  1 |  10k|4344 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
1776.10/1782.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1776.10/1782.86	c   762s| 31800 | 23095 |  8324k| 261.6 |   396M |  53 | 540 |5074 |4592 |  33k|  1 |  10k|4360 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
1778.09/1784.89	c   764s| 31900 | 23169 |  8351k| 261.7 |   396M |  53 | 540 |5051 |4583 |  33k|  1 |  10k|4361 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
1779.98/1786.72	c   766s| 32000 | 23259 |  8377k| 261.7 |   396M |  53 | 540 |5053 |4583 |  34k|  1 |  10k|4363 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
1781.88/1788.68	c   768s| 32100 | 23345 |  8403k| 261.7 |   397M |  53 | 540 |5061 |4562 |  34k|  2 |  10k|4365 |-4.832557e+01 |-6.800000e+01 |  40.71%|  15.12%
1784.47/1791.23	c   771s| 32200 | 23441 |  8432k| 261.8 |   397M |  53 | 540 |5033 |4590 |  34k|  1 |  10k|4378 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
1786.37/1793.19	c   773s| 32300 | 23527 |  8458k| 261.7 |   397M |  53 | 540 |5024 |4598 |  34k|  1 |  10k|4380 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
1787.95/1794.75	c   774s| 32400 | 23607 |  8481k| 261.6 |   397M |  53 | 540 |5047 |   0 |  34k|  0 |  10k|4381 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
1790.26/1797.04	c   777s| 32500 | 23681 |  8503k| 261.5 |   399M |  53 | 540 |5041 |4614 |  34k|  1 |  10k|4385 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
1792.44/1799.24	c   779s| 32600 | 23759 |  8530k| 261.5 |   399M |  53 | 540 |5039 |4593 |  34k|  1 |  10k|4386 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
1793.83/1800.66	c   780s| 32700 | 23823 |  8550k| 261.3 |   399M |  53 | 540 |5068 |4582 |  34k|  1 |  10k|4387 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.15%
1795.53/1802.38	c   782s| 32800 | 23893 |  8572k| 261.2 |   399M |  53 | 540 |5056 |4575 |  34k|  0 |  10k|4388 |-4.832895e+01 |-6.800000e+01 |  40.70%|  15.15%
1797.52/1804.38	c   784s| 32900 | 23973 |  8598k| 261.2 |   399M |  53 | 540 |5042 |4579 |  34k|  2 |  10k|4390 |-4.833116e+01 |-6.800000e+01 |  40.70%|  15.16%
1799.51/1806.36	c   786s| 33000 | 24047 |  8623k| 261.2 |   400M |  53 | 540 |5073 |4574 |  35k|  1 |  10k|4391 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
1801.10/1807.95	c   787s| 33100 | 24129 |  8644k| 261.0 |   400M |  53 | 540 |5061 |4588 |  35k|  3 |  10k|4399 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
1802.90/1809.77	c   789s| 33200 | 24215 |  8669k| 261.0 |   400M |  53 | 540 |5030 |4578 |  35k|  1 |  10k|4399 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
1804.59/1811.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1804.59/1811.42	c   791s| 33300 | 24291 |  8691k| 260.9 |   400M |  53 | 540 |5024 |4574 |  35k|  1 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
1806.30/1813.14	c   793s| 33400 | 24363 |  8713k| 260.8 |   400M |  53 | 540 |5033 |4585 |  35k|  0 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
1808.38/1815.29	c   795s| 33500 | 24435 |  8741k| 260.8 |   400M |  53 | 540 |5057 |4588 |  35k|  1 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
1809.97/1816.87	c   796s| 33600 | 24517 |  8762k| 260.7 |   400M |  53 | 540 |5019 |4598 |  35k|  1 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.17%
1811.28/1818.11	c   798s| 33700 | 24593 |  8780k| 260.4 |   400M |  53 | 540 |5031 |4586 |  35k|  1 |  10k|4404 |-4.833708e+01 |-6.800000e+01 |  40.68%|  15.18%
1812.86/1819.74	c   799s| 33800 | 24679 |  8804k| 260.3 |   401M |  53 | 540 |5033 |4554 |  35k|  1 |  10k|4404 |-4.833708e+01 |-6.800000e+01 |  40.68%|  15.18%
1814.45/1821.30	c   801s| 33900 | 24745 |  8825k| 260.2 |   402M |  53 | 540 |5034 |4582 |  35k|  1 |  10k|4404 |-4.833708e+01 |-6.800000e+01 |  40.68%|  15.18%
1816.05/1822.95	c   802s| 34000 | 24825 |  8849k| 260.1 |   402M |  53 | 540 |5047 |4578 |  35k|  2 |  11k|4404 |-4.834175e+01 |-6.800000e+01 |  40.67%|  15.19%
1817.74/1824.68	c   804s| 34100 | 24887 |  8870k| 260.0 |   402M |  53 | 540 |5037 |4567 |  35k|  1 |  11k|4404 |-4.834357e+01 |-6.800000e+01 |  40.66%|  15.20%
1819.25/1826.13	c   806s| 34200 | 24961 |  8891k| 259.9 |   403M |  53 | 540 |5028 |4572 |  35k|  2 |  11k|4404 |-4.834483e+01 |-6.800000e+01 |  40.66%|  15.20%
1821.24/1828.12	c   808s| 34300 | 25037 |  8916k| 259.8 |   404M |  53 | 540 |5011 |4576 |  35k|  1 |  11k|4410 |-4.834746e+01 |-6.800000e+01 |  40.65%|  15.21%
1823.32/1830.27	c   810s| 34400 | 25111 |  8942k| 259.8 |   406M |  53 | 540 |5015 |4594 |  35k|  2 |  11k|4410 |-4.835115e+01 |-6.800000e+01 |  40.64%|  15.22%
1824.91/1831.84	c   811s| 34500 | 25185 |  8963k| 259.7 |   406M |  53 | 540 |5033 |4576 |  35k|  1 |  11k|4410 |-4.835294e+01 |-6.800000e+01 |  40.63%|  15.22%
1827.30/1834.29	c   814s| 34600 | 25271 |  8988k| 259.7 |   406M |  53 | 540 |5019 |4575 |  35k|  1 |  11k|4428 |-4.835797e+01 |-6.800000e+01 |  40.62%|  15.23%
1829.49/1836.40	c   816s| 34700 | 25353 |  9013k| 259.6 |   407M |  53 | 540 |5030 |4574 |  36k|  2 |  11k|4428 |-4.836111e+01 |-6.800000e+01 |  40.61%|  15.23%
1830.79/1837.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1830.79/1837.72	c   817s| 34800 | 25411 |  9027k| 259.3 |   407M |  53 | 540 |5043 |4584 |  36k|  1 |  11k|4439 |-4.836364e+01 |-6.800000e+01 |  40.60%|  15.24%
1832.38/1839.39	c   819s| 34900 | 25481 |  9050k| 259.2 |   407M |  53 | 540 |5030 |4603 |  36k|  1 |  11k|4439 |-4.836364e+01 |-6.800000e+01 |  40.60%|  15.24%
1835.27/1842.21	c   822s| 35000 | 25571 |  9080k| 259.3 |   407M |  53 | 540 |5014 |4588 |  36k|  1 |  11k|4455 |-4.836364e+01 |-6.800000e+01 |  40.60%|  15.24%
1837.56/1844.59	c   824s| 35100 | 25667 |  9109k| 259.4 |   407M |  53 | 540 |5001 |4588 |  36k|  1 |  11k|4466 |-4.837241e+01 |-6.800000e+01 |  40.58%|  15.25%
1840.07/1847.02	c   826s| 35200 | 25759 |  9138k| 259.5 |   409M |  53 | 540 |4995 |4602 |  36k|  1 |  11k|4480 |-4.837500e+01 |-6.800000e+01 |  40.57%|  15.26%
1841.55/1848.59	c   828s| 35300 | 25819 |  9156k| 259.3 |   409M |  53 | 540 |5003 |4590 |  36k|  1 |  11k|4487 |-4.837648e+01 |-6.800000e+01 |  40.56%|  15.26%
1843.74/1850.74	c   830s| 35400 | 25905 |  9181k| 259.2 |   409M |  53 | 540 |5006 |4572 |  36k|  1 |  11k|4499 |-4.837846e+01 |-6.800000e+01 |  40.56%|  15.27%
1846.33/1853.37	c   833s| 35500 | 25997 |  9213k| 259.4 |   409M |  53 | 540 |5019 |4578 |  36k|  1 |  11k|4514 |-4.837846e+01 |-6.800000e+01 |  40.56%|  15.27%
1849.03/1856.02	c   836s| 35600 | 26087 |  9244k| 259.6 |   409M |  53 | 540 |5024 |4578 |  36k|  1 |  11k|4525 |-4.838146e+01 |-6.800000e+01 |  40.55%|  15.27%
1851.03/1858.10	c   838s| 35700 | 26169 |  9269k| 259.5 |   409M |  53 | 540 |5038 |4575 |  36k|  1 |  11k|4537 |-4.838146e+01 |-6.800000e+01 |  40.55%|  15.27%
1852.91/1859.96	c   839s| 35800 | 26253 |  9293k| 259.5 |   409M |  53 | 540 |5037 |4585 |  36k|  1 |  11k|4545 |-4.838462e+01 |-6.800000e+01 |  40.54%|  15.28%
1855.60/1862.63	c   842s| 35900 | 26331 |  9318k| 259.4 |   409M |  53 | 540 |5060 |4574 |  36k|  1 |  11k|4579 |-4.838462e+01 |-6.800000e+01 |  40.54%|  15.28%
1857.29/1864.32	c   844s| 36000 | 26397 |  9341k| 259.4 |   409M |  53 | 540 |5055 |4585 |  36k|  2 |  11k|4579 |-4.838462e+01 |-6.800000e+01 |  40.54%|  15.28%
1859.28/1866.38	c   846s| 36100 | 26469 |  9366k| 259.3 |   410M |  53 | 540 |5067 |4600 |  36k|  2 |  11k|4579 |-4.838806e+01 |-6.800000e+01 |  40.53%|  15.29%
1861.77/1868.87	c   848s| 36200 | 26549 |  9395k| 259.4 |   411M |  53 | 540 |5081 |4584 |  36k|  1 |  11k|4584 |-4.839286e+01 |-6.800000e+01 |  40.52%|  15.30%
1864.36/1871.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1864.36/1871.42	c   851s| 36300 | 26635 |  9424k| 259.5 |   412M |  53 | 540 |5059 |4571 |  36k|  1 |  11k|4599 |-4.839425e+01 |-6.800000e+01 |  40.51%|  15.30%
1866.86/1873.91	c   853s| 36400 | 26721 |  9453k| 259.6 |   412M |  53 | 540 |5046 |4580 |  36k|  1 |  11k|4611 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1869.35/1876.46	c   856s| 36500 | 26811 |  9481k| 259.6 |   412M |  53 | 540 |5045 |4588 |  37k|  1 |  11k|4622 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1871.74/1878.82	c   858s| 36600 | 26899 |  9510k| 259.7 |   412M |  53 | 540 |5086 |4592 |  37k|  3 |  11k|4640 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1873.43/1880.52	c   860s| 36700 | 26967 |  9532k| 259.6 |   412M |  53 | 540 |5071 |4598 |  37k|  1 |  11k|4648 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1875.22/1882.34	c   862s| 36800 | 27029 |  9553k| 259.5 |   412M |  53 | 540 |5069 |4622 |  37k|  1 |  11k|4654 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1877.32/1884.48	c   864s| 36900 | 27111 |  9577k| 259.4 |   412M |  53 | 540 |5051 |4564 |  37k|  1 |  11k|4681 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1879.11/1886.24	c   866s| 37000 | 27187 |  9599k| 259.3 |   413M |  53 | 540 |5043 |4559 |  37k|  1 |  11k|4688 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1880.91/1888.03	c   868s| 37100 | 27281 |  9624k| 259.3 |   413M |  53 | 540 |5032 |4572 |  37k|  1 |  11k|4697 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1882.60/1889.75	c   869s| 37200 | 27375 |  9648k| 259.3 |   413M |  53 | 540 |5031 |4570 |  37k|  1 |  11k|4701 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1884.29/1891.40	c   871s| 37300 | 27451 |  9671k| 259.2 |   414M |  53 | 540 |5050 |4592 |  37k|  1 |  11k|4703 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1886.28/1893.40	c   873s| 37400 | 27533 |  9699k| 259.2 |   415M |  53 | 540 |5031 |4570 |  37k|  1 |  11k|4707 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1888.18/1895.35	c   875s| 37500 | 27601 |  9724k| 259.2 |   415M |  53 | 540 |5027 |4567 |  37k|  1 |  11k|4708 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1889.88/1897.01	c   876s| 37600 | 27673 |  9748k| 259.2 |   415M |  53 | 540 |5016 |4596 |  37k|  1 |  11k|4709 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
1891.36/1898.59	c   878s| 37700 | 27753 |  9770k| 259.1 |   416M |  53 | 540 |5015 |4577 |  37k|  1 |  11k|4710 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1892.76/1899.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1892.76/1899.98	c   879s| 37800 | 27819 |  9788k| 258.8 |   417M |  53 | 540 |5025 |4560 |  37k|  0 |  11k|4712 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1893.75/1900.97	c   880s| 37900 | 27875 |  9802k| 258.5 |   417M |  53 | 540 |5042 |4576 |  37k|  1 |  11k|4713 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1895.25/1902.43	c   882s| 38000 | 27945 |  9821k| 258.3 |   417M |  53 | 540 |5040 |4562 |  37k|  1 |  11k|4716 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1895.96/1903.19	c   883s| 38100 | 27997 |  9832k| 258.0 |   417M |  53 | 540 |5073 |4593 |  37k|  1 |  11k|4716 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1897.54/1904.72	c   884s| 38200 | 28059 |  9854k| 257.8 |   417M |  53 | 540 |5051 |4587 |  37k|  2 |  11k|4718 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1899.13/1906.37	c   886s| 38300 | 28135 |  9876k| 257.8 |   417M |  53 | 540 |5028 |4583 |  37k|  1 |  11k|4718 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1900.63/1907.88	c   887s| 38400 | 28217 |  9898k| 257.7 |   417M |  53 | 540 |5043 |4571 |  37k|  2 |  11k|4718 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1902.72/1909.90	c   889s| 38500 | 28293 |  9925k| 257.7 |   417M |  53 | 540 |5058 |4588 |  37k|  1 |  11k|4719 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
1904.51/1911.72	c   891s| 38600 | 28371 |  9949k| 257.7 |   418M |  53 | 540 |5037 |4580 |  37k|  1 |  11k|4721 |-4.840152e+01 |-6.800000e+01 |  40.49%|  15.39%
1906.40/1913.69	c   893s| 38700 | 28449 |  9975k| 257.7 |   418M |  53 | 540 |5049 |4574 |  38k|  1 |  11k|4721 |-4.840679e+01 |-6.800000e+01 |  40.48%|  15.40%
1907.81/1915.09	c   895s| 38800 | 28525 |  9995k| 257.5 |   418M |  53 | 540 |5064 |4578 |  38k|  1 |  11k|4724 |-4.840996e+01 |-6.800000e+01 |  40.47%|  15.41%
1908.81/1916.06	c   896s| 38900 | 28579 | 10009k| 257.2 |   418M |  53 | 540 |5091 |4578 |  38k|  1 |  11k|4724 |-4.840996e+01 |-6.800000e+01 |  40.47%|  15.41%
1910.59/1917.81	c   897s| 39000 | 28637 | 10029k| 257.1 |   420M |  53 | 540 |5096 |4570 |  38k|  0 |  11k|4724 |-4.840996e+01 |-6.800000e+01 |  40.47%|  15.41%
1912.18/1919.48	c   899s| 39100 | 28717 | 10053k| 257.0 |   420M |  53 | 540 |5102 |4563 |  38k|  1 |  11k|4724 |-4.841315e+01 |-6.800000e+01 |  40.46%|  15.41%
1914.57/1921.81	c   901s| 39200 | 28787 | 10075k| 256.9 |   420M |  53 | 540 |5095 |4575 |  38k|  1 |  11k|4725 |-4.841379e+01 |-6.800000e+01 |  40.46%|  15.42%
1916.17/1923.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1916.17/1923.43	c   903s| 39300 | 28869 | 10096k| 256.8 |   420M |  53 | 540 |5082 |4573 |  38k|  1 |  11k|4725 |-4.841817e+01 |-6.800000e+01 |  40.44%|  15.42%
1918.06/1925.30	c   905s| 39400 | 28953 | 10122k| 256.8 |   421M |  53 | 540 |5069 |4576 |  38k|  2 |  11k|4725 |-4.842514e+01 |-6.800000e+01 |  40.42%|  15.43%
1919.36/1926.69	c   906s| 39500 | 29031 | 10143k| 256.7 |   421M |  53 | 540 |5062 |4577 |  38k|  1 |  12k|4725 |-4.842637e+01 |-6.800000e+01 |  40.42%|  15.44%
1920.65/1927.96	c   907s| 39600 | 29101 | 10161k| 256.5 |   421M |  53 | 540 |5063 |4576 |  38k|  1 |  12k|4725 |-4.843038e+01 |-6.800000e+01 |  40.41%|  15.44%
1922.94/1930.23	c   910s| 39700 | 29191 | 10191k| 256.6 |   421M |  53 | 540 |5038 |4591 |  38k|  2 |  12k|4725 |-4.843383e+01 |-6.800000e+01 |  40.40%|  15.45%
1924.93/1932.23	c   912s| 39800 | 29289 | 10217k| 256.6 |   423M |  53 | 540 |5021 |4585 |  38k|  1 |  12k|4725 |-4.843643e+01 |-6.800000e+01 |  40.39%|  15.45%
1927.22/1934.55	c   914s| 39900 | 29379 | 10245k| 256.7 |   424M |  53 | 540 |5010 |4588 |  38k|  1 |  12k|4725 |-4.843952e+01 |-6.800000e+01 |  40.38%|  15.46%
1929.51/1936.87	c   916s| 40000 | 29479 | 10274k| 256.8 |   424M |  53 | 540 |5004 |4588 |  38k|  1 |  12k|4735 |-4.844103e+01 |-6.800000e+01 |  40.38%|  15.46%
1931.91/1939.20	c   919s| 40100 | 29569 | 10306k| 256.9 |   425M |  53 | 540 |5025 |4590 |  38k|  0 |  12k|4736 |-4.844156e+01 |-6.800000e+01 |  40.38%|  15.46%
1934.00/1941.35	c   921s| 40200 | 29657 | 10335k| 257.0 |   425M |  53 | 540 |5035 |4588 |  38k|  1 |  12k|4737 |-4.844156e+01 |-6.800000e+01 |  40.38%|  15.46%
1936.19/1943.54	c   923s| 40300 | 29753 | 10365k| 257.1 |   426M |  53 | 540 |5041 |4592 |  38k|  1 |  12k|4743 |-4.844286e+01 |-6.800000e+01 |  40.37%|  15.47%
1937.98/1945.39	c   925s| 40400 | 29837 | 10387k| 257.0 |   426M |  53 | 540 |5036 |4589 |  38k|  1 |  12k|4753 |-4.844286e+01 |-6.800000e+01 |  40.37%|  15.47%
1940.07/1947.44	c   927s| 40500 | 29931 | 10413k| 257.0 |   426M |  53 | 540 |5036 |4589 |  38k|  1 |  12k|4763 |-4.844286e+01 |-6.800000e+01 |  40.37%|  15.47%
1941.87/1949.26	c   929s| 40600 | 30005 | 10433k| 256.9 |   426M |  53 | 540 |5035 |4614 |  38k|  1 |  12k|4774 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.47%
1943.46/1950.85	c   930s| 40700 | 30089 | 10455k| 256.8 |   426M |  53 | 540 |5033 |4591 |  38k|  1 |  12k|4775 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.47%
1945.25/1952.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1945.25/1952.62	c   932s| 40800 | 30161 | 10476k| 256.7 |   426M |  53 | 540 |5028 |4595 |  38k|  2 |  12k|4784 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.47%
1947.55/1954.96	c   934s| 40900 | 30253 | 10503k| 256.7 |   426M |  53 | 540 |5026 |4590 |  38k|  1 |  12k|4796 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.56%
1950.04/1957.49	c   937s| 41000 | 30343 | 10532k| 256.8 |   426M |  53 | 540 |5025 |4570 |  39k|  1 |  12k|4822 |-4.844509e+01 |-6.800000e+01 |  40.37%|  15.56%
1951.74/1959.12	c   939s| 41100 | 30425 | 10554k| 256.7 |   426M |  53 | 540 |5008 |4560 |  39k|  1 |  12k|4824 |-4.844659e+01 |-6.800000e+01 |  40.36%|  15.57%
1953.92/1961.31	c   941s| 41200 | 30495 | 10578k| 256.6 |   426M |  53 | 540 |5014 |4569 |  39k|  1 |  12k|4837 |-4.844898e+01 |-6.800000e+01 |  40.35%|  15.57%
1955.91/1963.31	c   943s| 41300 | 30583 | 10602k| 256.6 |   426M |  53 | 540 |4995 |4561 |  39k|  1 |  12k|4847 |-4.845000e+01 |-6.800000e+01 |  40.35%|  15.57%
1957.01/1964.40	c   944s| 41400 | 30643 | 10617k| 256.4 |   427M |  53 | 540 |4982 |4571 |  39k|  2 |  12k|4850 |-4.845455e+01 |-6.800000e+01 |  40.34%|  15.58%
1959.00/1966.43	c   946s| 41500 | 30719 | 10642k| 256.3 |   427M |  53 | 540 |4998 |4570 |  39k|  1 |  12k|4862 |-4.845455e+01 |-6.800000e+01 |  40.34%|  15.58%
1960.99/1968.45	c   948s| 41600 | 30797 | 10664k| 256.3 |   429M |  53 | 540 |4979 |4584 |  39k|  1 |  12k|4873 |-4.845455e+01 |-6.800000e+01 |  40.34%|  15.58%
1962.89/1970.39	c   950s| 41700 | 30865 | 10687k| 256.2 |   431M |  53 | 540 |4974 |4572 |  39k|  1 |  12k|4878 |-4.845628e+01 |-6.800000e+01 |  40.33%|  15.58%
1964.48/1971.96	c   951s| 41800 | 30933 | 10706k| 256.0 |   432M |  53 | 540 |4994 |4598 |  39k|  4 |  12k|4887 |-4.845714e+01 |-6.800000e+01 |  40.33%|  15.59%
1966.87/1974.31	c   954s| 41900 | 31013 | 10732k| 256.0 |   434M |  53 | 540 |4986 |4572 |  39k|  1 |  12k|4902 |-4.845829e+01 |-6.800000e+01 |  40.33%|  15.59%
1969.06/1976.56	c   956s| 42000 | 31083 | 10756k| 256.0 |   434M |  53 | 540 |4982 |   0 |  39k|  0 |  12k|4915 |-4.846073e+01 |-6.800000e+01 |  40.32%|  15.59%
1970.76/1978.20	c   958s| 42100 | 31143 | 10775k| 255.8 |   434M |  53 | 540 |5013 |4569 |  39k|  1 |  12k|4920 |-4.846154e+01 |-6.800000e+01 |  40.32%|  15.60%
1972.25/1979.71	c   959s| 42200 | 31225 | 10794k| 255.7 |   434M |  53 | 540 |5029 |4585 |  39k|  1 |  12k|4941 |-4.847915e+01 |-6.800000e+01 |  40.27%|  15.62%
1974.84/1982.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1974.84/1982.38	c   962s| 42300 | 31315 | 10823k| 255.8 |   434M |  53 | 540 |5021 |4588 |  39k|  1 |  12k|4956 |-4.848000e+01 |-6.800000e+01 |  40.26%|  15.62%
1977.73/1985.26	c   965s| 42400 | 31413 | 10857k| 256.0 |   434M |  53 | 540 |4998 |4584 |  39k|  1 |  12k|4967 |-4.848000e+01 |-6.800000e+01 |  40.26%|  15.62%
1980.42/1987.99	c   967s| 42500 | 31505 | 10888k| 256.1 |   434M |  53 | 540 |5004 |4588 |  40k|  1 |  12k|4977 |-4.848528e+01 |-6.800000e+01 |  40.25%|  15.63%
1981.91/1989.49	c   969s| 42600 | 31579 | 10908k| 256.0 |   434M |  53 | 540 |5013 |4592 |  40k|  0 |  12k|4982 |-4.848567e+01 |-6.800000e+01 |  40.25%|  15.64%
1983.91/1991.46	c   971s| 42700 | 31657 | 10931k| 255.9 |   434M |  53 | 540 |5014 |4590 |  40k|  1 |  12k|4990 |-4.848567e+01 |-6.800000e+01 |  40.25%|  15.65%
1986.40/1993.94	c   973s| 42800 | 31737 | 10962k| 256.0 |   434M |  53 | 540 |5065 |4564 |  40k|  0 |  12k|4996 |-4.849395e+01 |-6.800000e+01 |  40.22%|  15.66%
1987.99/1995.55	c   975s| 42900 | 31815 | 10983k| 255.9 |   434M |  53 | 540 |5072 |4575 |  40k|  1 |  12k|5003 |-4.849408e+01 |-6.800000e+01 |  40.22%|  15.66%
1990.49/1998.08	c   978s| 43000 | 31875 | 11009k| 255.9 |   434M |  53 | 540 |5094 |4599 |  40k|  1 |  12k|5024 |-4.849418e+01 |-6.800000e+01 |  40.22%|  15.66%
1992.37/1999.92	c   979s| 43100 | 31951 | 11029k| 255.8 |   434M |  53 | 540 |5079 |4575 |  40k|  1 |  12k|5043 |-4.849524e+01 |-6.800000e+01 |  40.22%|  15.66%
1995.26/2002.82	c   982s| 43200 | 32029 | 11055k| 255.8 |   435M |  53 | 540 |5086 |4594 |  40k|  0 |  12k|5108 |-4.849524e+01 |-6.800000e+01 |  40.22%|  15.67%
1997.06/2004.69	c   984s| 43300 | 32109 | 11079k| 255.8 |   435M |  53 | 540 |5080 |4592 |  40k|  1 |  12k|5108 |-4.849739e+01 |-6.800000e+01 |  40.21%|  15.67%
1999.05/2006.69	c   986s| 43400 | 32189 | 11102k| 255.7 |   435M |  53 | 540 |5064 |4568 |  40k|  1 |  12k|5117 |-4.849929e+01 |-6.800000e+01 |  40.21%|  15.67%
2000.64/2008.28	c   988s| 43500 | 32253 | 11123k| 255.6 |   436M |  53 | 540 |5059 |4598 |  40k|  2 |  12k|5118 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
2002.45/2010.06	c   990s| 43600 | 32331 | 11147k| 255.6 |   436M |  53 | 540 |5082 |4561 |  40k|  0 |  12k|5118 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
2003.83/2011.48	c   991s| 43700 | 32395 | 11164k| 255.4 |   436M |  53 | 540 |5085 |4578 |  40k|  1 |  12k|5131 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
2005.72/2013.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2005.72/2013.36	c   993s| 43800 | 32457 | 11186k| 255.3 |   436M |  53 | 540 |5108 |4576 |  41k|  0 |  12k|5137 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
2007.02/2014.65	c   994s| 43900 | 32535 | 11204k| 255.1 |   436M |  53 | 540 |5111 |4556 |  41k|  0 |  12k|5137 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
2008.81/2016.41	c   996s| 44000 | 32611 | 11228k| 255.1 |   436M |  53 | 540 |5112 |4590 |  41k|  1 |  12k|5138 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
2010.01/2017.60	c   997s| 44100 | 32678 | 11244k| 254.9 |   436M |  53 | 540 |5118 |4574 |  41k|  2 |  12k|5141 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
2011.51/2019.18	c   999s| 44200 | 32750 | 11264k| 254.8 |   437M |  53 | 540 |5124 |4576 |  41k|  0 |  12k|5145 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
2013.41/2021.07	c  1001s| 44300 | 32828 | 11290k| 254.8 |   437M |  53 | 540 |5110 |4579 |  41k|  2 |  12k|5146 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
2015.19/2022.88	c  1002s| 44400 | 32898 | 11310k| 254.6 |   437M |  53 | 540 |5105 |4583 |  41k|  1 |  12k|5159 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
2016.88/2024.57	c  1004s| 44500 | 32980 | 11332k| 254.6 |   437M |  53 | 540 |5099 |4573 |  41k|  1 |  12k|5160 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
2018.87/2026.58	c  1006s| 44600 | 33068 | 11358k| 254.6 |   437M |  53 | 540 |5087 |4567 |  41k|  1 |  12k|5163 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
2020.87/2028.51	c  1008s| 44700 | 33156 | 11385k| 254.6 |   438M |  53 | 540 |5066 |4588 |  41k|  1 |  12k|5164 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
2022.37/2030.06	c  1010s| 44800 | 33237 | 11407k| 254.5 |   438M |  53 | 540 |5061 |4567 |  41k|  1 |  12k|5164 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
2024.47/2032.18	c  1012s| 44900 | 33325 | 11433k| 254.5 |   438M |  53 | 540 |5023 |4575 |  41k|  1 |  12k|5171 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2025.55/2033.29	c  1013s| 45000 | 33393 | 11449k| 254.3 |   438M |  53 | 540 |5036 |4587 |  41k|  0 |  12k|5171 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2027.45/2035.11	c  1015s| 45100 | 33479 | 11472k| 254.3 |   438M |  53 | 540 |5032 |4555 |  41k|  1 |  12k|5172 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2029.13/2036.87	c  1016s| 45200 | 33561 | 11493k| 254.2 |   438M |  53 | 540 |5016 |4573 |  41k|  1 |  12k|5172 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2030.73/2038.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2030.73/2038.41	c  1018s| 45300 | 33635 | 11515k| 254.1 |   439M |  53 | 540 |5010 |4570 |  41k|  1 |  12k|5172 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2033.02/2040.77	c  1020s| 45400 | 33721 | 11547k| 254.3 |   439M |  53 | 540 |5000 |4575 |  41k|  1 |  12k|5175 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2034.51/2042.25	c  1022s| 45500 | 33785 | 11569k| 254.2 |   439M |  53 | 540 |4995 |4583 |  41k|  1 |  12k|5175 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2036.50/2044.28	c  1024s| 45600 | 33851 | 11593k| 254.1 |   439M |  53 | 540 |4993 |4575 |  41k|  0 |  12k|5190 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2038.10/2045.89	c  1025s| 45700 | 33939 | 11615k| 254.1 |   441M |  53 | 540 |4990 |4595 |  41k|  1 |  12k|5191 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2039.99/2047.71	c  1027s| 45800 | 34017 | 11636k| 254.0 |   443M |  53 | 540 |4992 |4579 |  42k|  1 |  12k|5198 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2041.58/2049.38	c  1029s| 45900 | 34097 | 11659k| 253.9 |   444M |  53 | 540 |4995 |4572 |  42k|  1 |  12k|5198 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2043.48/2051.24	c  1031s| 46000 | 34153 | 11682k| 253.9 |   445M |  53 | 540 |5007 |4564 |  42k|  2 |  12k|5199 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2044.67/2052.40	c  1032s| 46100 | 34227 | 11697k| 253.7 |   446M |  53 | 540 |5010 |4565 |  42k|  1 |  12k|5200 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2046.38/2054.14	c  1034s| 46200 | 34287 | 11718k| 253.6 |   446M |  53 | 540 |5010 |4597 |  42k|  0 |  13k|5200 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2048.37/2056.14	c  1036s| 46300 | 34357 | 11744k| 253.6 |   446M |  53 | 540 |5011 |4578 |  42k|  0 |  13k|5200 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2050.15/2057.93	c  1037s| 46400 | 34423 | 11765k| 253.5 |   446M |  53 | 540 |5017 |4575 |  42k|  1 |  13k|5200 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2051.54/2059.31	c  1039s| 46500 | 34485 | 11783k| 253.3 |   447M |  53 | 540 |5023 |4571 |  42k|  1 |  13k|5200 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2053.14/2060.91	c  1040s| 46600 | 34564 | 11804k| 253.2 |   447M |  53 | 540 |5016 |4579 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2055.03/2062.81	c  1042s| 46700 | 34638 | 11830k| 253.2 |   447M |  53 | 540 |5017 |4595 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2056.72/2064.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2056.72/2064.57	c  1044s| 46800 | 34710 | 11851k| 253.2 |   448M |  53 | 540 |5049 |4570 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2058.62/2066.45	c  1046s| 46900 | 34792 | 11877k| 253.2 |   449M |  53 | 540 |5043 |4588 |  42k|  0 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2060.01/2067.84	c  1047s| 47000 | 34868 | 11897k| 253.0 |   450M |  53 | 540 |5030 |4589 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2061.32/2069.15	c  1049s| 47100 | 34934 | 11915k| 252.9 |   450M |  53 | 540 |5024 |4562 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2062.90/2070.70	c  1050s| 47200 | 35010 | 11937k| 252.8 |   451M |  53 | 540 |5012 |4592 |  42k|  0 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2064.31/2072.15	c  1052s| 47300 | 35078 | 11957k| 252.7 |   451M |  53 | 540 |5052 |4588 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
2065.59/2073.40	c  1053s| 47400 | 35146 | 11975k| 252.6 |   451M |  53 | 540 |5057 |4586 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.74%
2067.20/2075.03	c  1055s| 47500 | 35220 | 11998k| 252.5 |   451M |  53 | 540 |5051 |4583 |  42k|  1 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.74%
2068.78/2076.65	c  1056s| 47600 | 35296 | 12021k| 252.5 |   451M |  53 | 540 |5039 |4576 |  42k|  0 |  13k|5201 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.74%
2070.47/2078.38	c  1058s| 47700 | 35372 | 12044k| 252.4 |   451M |  53 | 540 |5028 |4568 |  42k|  1 |  13k|5201 |-4.850272e+01 |-6.800000e+01 |  40.20%|  15.74%
2072.07/2080.00	c  1059s| 47800 | 35450 | 12066k| 252.4 |   451M |  53 | 540 |5031 |4592 |  43k|  1 |  13k|5202 |-4.850515e+01 |-6.800000e+01 |  40.19%|  15.74%
2073.27/2081.19	c  1061s| 47900 | 35524 | 12084k| 252.2 |   451M |  53 | 540 |5044 |4567 |  43k|  2 |  13k|5202 |-4.850515e+01 |-6.800000e+01 |  40.19%|  15.74%
2075.35/2083.23	c  1063s| 48000 | 35604 | 12109k| 252.2 |   453M |  53 | 540 |5038 |4570 |  43k|  3 |  13k|5206 |-4.851129e+01 |-6.800000e+01 |  40.17%|  15.75%
2076.75/2084.60	c  1064s| 48100 | 35670 | 12126k| 252.0 |   453M |  53 | 540 |5055 |4596 |  43k|  1 |  13k|5209 |-4.851355e+01 |-6.800000e+01 |  40.17%|  15.76%
2078.84/2086.73	c  1066s| 48200 | 35746 | 12152k| 252.0 |   453M |  53 | 540 |5097 |4555 |  43k|  1 |  13k|5225 |-4.851408e+01 |-6.800000e+01 |  40.17%|  15.76%
2080.25/2088.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2080.25/2088.15	c  1068s| 48300 | 35812 | 12170k| 251.9 |   453M |  53 | 540 |5105 |4576 |  43k|  1 |  13k|5233 |-4.851408e+01 |-6.800000e+01 |  40.17%|  15.76%
2082.24/2090.15	c  1070s| 48400 | 35889 | 12191k| 251.8 |   453M |  53 | 540 |5071 |4585 |  43k|  1 |  13k|5244 |-4.851408e+01 |-6.800000e+01 |  40.17%|  15.76%
2085.02/2092.97	c  1072s| 48500 | 35976 | 12224k| 252.0 |   453M |  53 | 540 |5060 |4598 |  43k|  1 |  13k|5251 |-4.851613e+01 |-6.800000e+01 |  40.16%|  15.76%
2087.41/2095.38	c  1075s| 48600 | 36042 | 12251k| 252.0 |   454M |  53 | 540 |5065 |4585 |  43k|  1 |  13k|5259 |-4.852000e+01 |-6.800000e+01 |  40.15%|  15.77%
2089.21/2097.17	c  1077s| 48700 | 36112 | 12272k| 251.9 |   454M |  53 | 540 |5094 |4570 |  43k|  1 |  13k|5270 |-4.852187e+01 |-6.800000e+01 |  40.14%|  15.77%
2090.79/2098.78	c  1078s| 48800 | 36184 | 12290k| 251.8 |   454M |  53 | 540 |5108 |4586 |  43k|  1 |  13k|5289 |-4.852187e+01 |-6.800000e+01 |  40.14%|  15.77%
2091.80/2099.72	c  1079s| 48900 | 36230 | 12304k| 251.5 |   454M |  53 | 540 |5119 |4590 |  43k|  1 |  13k|5289 |-4.852381e+01 |-6.800000e+01 |  40.14%|  15.78%
2093.49/2101.47	c  1081s| 49000 | 36286 | 12326k| 251.5 |   454M |  53 | 540 |5120 |4574 |  43k|  1 |  13k|5289 |-4.852381e+01 |-6.800000e+01 |  40.14%|  15.79%
2094.99/2102.94	c  1082s| 49100 | 36346 | 12344k| 251.3 |   454M |  53 | 540 |5130 |4572 |  43k|  1 |  13k|5303 |-4.852381e+01 |-6.800000e+01 |  40.14%|  15.79%
2096.68/2104.62	c  1084s| 49200 | 36410 | 12363k| 251.2 |   455M |  53 | 540 |5115 |4592 |  43k|  1 |  13k|5320 |-4.852381e+01 |-6.800000e+01 |  40.14%|  15.79%
2097.97/2105.90	c  1085s| 49300 | 36480 | 12381k| 251.1 |   455M |  53 | 540 |5154 |4578 |  43k|  1 |  13k|5320 |-4.852435e+01 |-6.800000e+01 |  40.14%|  15.84%
2099.77/2107.76	c  1087s| 49400 | 36546 | 12403k| 251.0 |   456M |  53 | 540 |5145 |4596 |  43k|  0 |  13k|5322 |-4.852703e+01 |-6.800000e+01 |  40.13%|  15.85%
2101.96/2109.91	c  1089s| 49500 | 36620 | 12428k| 251.0 |   456M |  53 | 540 |5154 |4594 |  44k|  1 |  13k|5347 |-4.853000e+01 |-6.800000e+01 |  40.12%|  15.86%
2103.65/2111.60	c  1091s| 49600 | 36692 | 12449k| 250.9 |   457M |  53 | 540 |5155 |4579 |  44k|  1 |  13k|5362 |-4.853333e+01 |-6.800000e+01 |  40.11%|  15.86%
2105.54/2113.52	c  1093s| 49700 | 36762 | 12471k| 250.8 |   457M |  53 | 540 |5175 |4582 |  44k|  2 |  13k|5368 |-4.853404e+01 |-6.800000e+01 |  40.11%|  15.86%
2107.24/2115.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2107.24/2115.25	c  1095s| 49800 | 36836 | 12494k| 250.8 |   457M |  53 | 540 |5185 |4574 |  44k|  0 |  13k|5371 |-4.853682e+01 |-6.800000e+01 |  40.10%|  15.87%
2109.53/2117.53	c  1097s| 49900 | 36928 | 12520k| 250.8 |   457M |  53 | 540 |5163 |4597 |  44k|  1 |  13k|5384 |-4.853774e+01 |-6.800000e+01 |  40.10%|  15.87%
2112.42/2120.49	c  1100s| 50000 | 37018 | 12556k| 251.0 |   457M |  53 | 540 |5167 |4594 |  44k|  1 |  13k|5393 |-4.854000e+01 |-6.800000e+01 |  40.09%|  15.87%
2115.31/2123.32	c  1103s| 50100 | 37112 | 12587k| 251.2 |   459M |  53 | 540 |5154 |4602 |  44k|  1 |  13k|5415 |-4.854002e+01 |-6.800000e+01 |  40.09%|  15.87%
2117.60/2125.62	c  1105s| 50200 | 37198 | 12616k| 251.2 |   459M |  53 | 540 |5156 |4606 |  44k|  1 |  13k|5420 |-4.854286e+01 |-6.800000e+01 |  40.08%|  15.88%
2119.69/2127.70	c  1107s| 50300 | 37268 | 12640k| 251.2 |   461M |  53 | 540 |5153 |4588 |  44k|  1 |  13k|5422 |-4.854286e+01 |-6.800000e+01 |  40.08%|  15.88%
2122.18/2130.28	c  1110s| 50400 | 37354 | 12673k| 251.4 |   462M |  53 | 540 |5156 |4598 |  44k|  1 |  13k|5425 |-4.854379e+01 |-6.800000e+01 |  40.08%|  15.88%
2124.98/2133.05	c  1113s| 50500 | 37446 | 12706k| 251.5 |   462M |  53 | 540 |5159 |   0 |  44k|  0 |  13k|5431 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.88%
2126.97/2135.03	c  1115s| 50600 | 37520 | 12733k| 251.6 |   462M |  53 | 540 |5154 |4569 |  44k|  1 |  13k|5433 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.88%
2128.36/2136.44	c  1116s| 50700 | 37592 | 12751k| 251.4 |   462M |  53 | 540 |5182 |4586 |  44k|  1 |  14k|5442 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.88%
2129.96/2138.04	c  1118s| 50800 | 37658 | 12772k| 251.3 |   463M |  53 | 540 |5199 |4591 |  45k|  1 |  14k|5442 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.88%
2131.54/2139.69	c  1119s| 50900 | 37736 | 12794k| 251.3 |   463M |  53 | 540 |5183 |4575 |  45k|  2 |  14k|5447 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.88%
2133.84/2141.90	c  1121s| 51000 | 37815 | 12820k| 251.3 |   463M |  53 | 540 |5173 |4603 |  45k|  1 |  14k|5447 |-4.854967e+01 |-6.800000e+01 |  40.06%|  15.89%
2135.73/2143.87	c  1123s| 51100 | 37905 | 12846k| 251.3 |   463M |  53 | 540 |5156 |4591 |  45k|  1 |  14k|5448 |-4.855000e+01 |-6.800000e+01 |  40.06%|  15.89%
2137.82/2145.92	c  1125s| 51200 | 37975 | 12870k| 251.3 |   463M |  53 | 540 |5151 |4565 |  45k|  1 |  14k|5453 |-4.855000e+01 |-6.800000e+01 |  40.06%|  15.89%
2140.11/2148.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2140.11/2148.24	c  1128s| 51300 | 38059 | 12902k| 251.4 |   463M |  53 | 540 |5128 |4576 |  45k|  3 |  14k|5454 |-4.855128e+01 |-6.800000e+01 |  40.06%|  15.89%
2141.41/2149.59	c  1129s| 51400 | 38141 | 12920k| 251.3 |   463M |  53 | 540 |5136 |4572 |  45k|  1 |  14k|5456 |-4.855556e+01 |-6.800000e+01 |  40.05%|  15.90%
2142.60/2150.76	c  1130s| 51500 | 38197 | 12937k| 251.1 |   463M |  53 | 540 |5161 |4592 |  45k|  1 |  14k|5457 |-4.855556e+01 |-6.800000e+01 |  40.05%|  15.90%
2144.29/2152.44	c  1132s| 51600 | 38279 | 12961k| 251.1 |   464M |  53 | 540 |5164 |4590 |  45k|  1 |  14k|5457 |-4.855594e+01 |-6.800000e+01 |  40.04%|  15.90%
2145.59/2153.74	c  1133s| 51700 | 38347 | 12979k| 251.0 |   464M |  53 | 540 |5177 |4585 |  45k|  1 |  14k|5457 |-4.855594e+01 |-6.800000e+01 |  40.04%|  15.90%
2146.90/2155.10	c  1135s| 51800 | 38402 | 12998k| 250.9 |   464M |  53 | 540 |5171 |4590 |  45k|  2 |  14k|5459 |-4.855738e+01 |-6.800000e+01 |  40.04%|  15.93%
2148.89/2157.04	c  1137s| 51900 | 38476 | 13023k| 250.8 |   464M |  53 | 540 |5166 |4605 |  45k|  1 |  14k|5460 |-4.856039e+01 |-6.800000e+01 |  40.03%|  15.94%
2151.27/2159.41	c  1139s| 52000 | 38554 | 13050k| 250.9 |   465M |  53 | 540 |5169 |4568 |  45k|  2 |  14k|5460 |-4.856250e+01 |-6.800000e+01 |  40.03%|  15.94%
2153.26/2161.47	c  1141s| 52100 | 38616 | 13076k| 250.9 |   466M |  53 | 540 |5172 |4586 |  45k|  3 |  14k|5460 |-4.856364e+01 |-6.800000e+01 |  40.02%|  15.95%
2154.87/2163.04	c  1143s| 52200 | 38684 | 13098k| 250.8 |   466M |  53 | 540 |5172 |4581 |  45k|  2 |  14k|5460 |-4.856364e+01 |-6.800000e+01 |  40.02%|  15.95%
2156.86/2165.07	c  1145s| 52300 | 38756 | 13125k| 250.9 |   466M |  53 | 540 |5161 |4575 |  46k|  1 |  14k|5460 |-4.856731e+01 |-6.800000e+01 |  40.01%|  15.97%
2158.74/2166.93	c  1146s| 52400 | 38824 | 13148k| 250.8 |   467M |  53 | 540 |5169 |4618 |  46k|  1 |  14k|5464 |-4.857143e+01 |-6.800000e+01 |  40.00%|  15.97%
2160.33/2168.51	c  1148s| 52500 | 38882 | 13169k| 250.8 |   468M |  53 | 540 |5167 |4577 |  46k|  0 |  14k|5464 |-4.857143e+01 |-6.800000e+01 |  40.00%|  15.98%
2162.84/2171.04	c  1151s| 52600 | 38962 | 13200k| 250.9 |   468M |  55 | 540 |5146 |4581 |  46k|  1 |  14k|5466 |-4.857143e+01 |-6.800000e+01 |  40.00%|  16.01%
2164.12/2172.32	c  1152s| 52700 | 39030 | 13218k| 250.7 |   468M |  55 | 540 |5135 |4568 |  46k|  1 |  14k|5467 |-4.857143e+01 |-6.800000e+01 |  40.00%|  16.01%
2165.52/2173.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2165.52/2173.70	c  1153s| 52800 | 39091 | 13236k| 250.6 |   468M |  55 | 540 |5154 |4574 |  46k|  1 |  14k|5468 |-4.857143e+01 |-6.800000e+01 |  40.00%|  16.01%
2167.21/2175.45	c  1155s| 52900 | 39157 | 13260k| 250.6 |   468M |  55 | 540 |5150 |4597 |  46k|  1 |  14k|5468 |-4.857143e+01 |-6.800000e+01 |  40.00%|  16.01%
2169.30/2177.55	c  1157s| 53000 | 39241 | 13287k| 250.6 |   469M |  55 | 540 |5135 |4587 |  46k|  1 |  14k|5470 |-4.857198e+01 |-6.800000e+01 |  40.00%|  16.01%
2171.69/2179.94	c  1159s| 53100 | 39339 | 13319k| 250.8 |   469M |  55 | 540 |5121 |4591 |  46k|  1 |  14k|5470 |-4.857305e+01 |-6.800000e+01 |  40.00%|  16.01%
2174.08/2182.36	c  1162s| 53200 | 39429 | 13351k| 250.9 |   469M |  55 | 540 |5110 |4587 |  46k|  1 |  14k|5470 |-4.857432e+01 |-6.800000e+01 |  39.99%|  16.02%
2175.98/2184.28	c  1164s| 53300 | 39504 | 13376k| 250.9 |   469M |  55 | 540 |5124 |4579 |  46k|  1 |  14k|5470 |-4.857520e+01 |-6.800000e+01 |  39.99%|  16.02%
2177.57/2185.81	c  1165s| 53400 | 39574 | 13396k| 250.8 |   469M |  55 | 540 |5119 |4582 |  46k|  1 |  14k|5470 |-4.857520e+01 |-6.800000e+01 |  39.99%|  16.02%
2178.88/2187.17	c  1167s| 53500 | 39638 | 13415k| 250.7 |   469M |  55 | 540 |5120 |4576 |  46k|  1 |  14k|5471 |-4.857674e+01 |-6.800000e+01 |  39.98%|  16.02%
2180.76/2189.02	c  1168s| 53600 | 39728 | 13440k| 250.7 |   469M |  55 | 540 |5111 |4569 |  46k|  1 |  14k|5471 |-4.857682e+01 |-6.800000e+01 |  39.98%|  16.02%
2182.76/2191.04	c  1171s| 53700 | 39812 | 13465k| 250.7 |   469M |  55 | 540 |5094 |4575 |  46k|  1 |  14k|5478 |-4.857778e+01 |-6.800000e+01 |  39.98%|  16.02%
2184.14/2192.49	c  1172s| 53800 | 39884 | 13486k| 250.6 |   469M |  55 | 540 |5098 |4574 |  46k|  0 |  14k|5480 |-4.858065e+01 |-6.800000e+01 |  39.97%|  16.03%
2185.85/2194.17	c  1174s| 53900 | 39956 | 13506k| 250.5 |   472M |  55 | 540 |5085 |4587 |  46k|  1 |  14k|5482 |-4.858333e+01 |-6.800000e+01 |  39.97%|  16.03%
2187.33/2195.67	c  1175s| 54000 | 40012 | 13524k| 250.4 |   473M |  55 | 540 |5121 |4587 |  46k|  2 |  14k|5492 |-4.858333e+01 |-6.800000e+01 |  39.97%|  16.03%
2189.02/2197.32	c  1177s| 54100 | 40086 | 13545k| 250.3 |   473M |  55 | 540 |5158 |4587 |  46k|  1 |  14k|5499 |-4.858333e+01 |-6.800000e+01 |  39.97%|  16.03%
2190.52/2198.82	c  1178s| 54200 | 40160 | 13564k| 250.2 |   474M |  55 | 540 |5156 |4574 |  46k|  0 |  14k|5508 |-4.858487e+01 |-6.800000e+01 |  39.96%|  16.04%
2192.21/2200.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2192.21/2200.51	c  1180s| 54300 | 40216 | 13583k| 250.1 |   474M |  55 | 540 |5182 |4613 |  46k|  1 |  14k|5514 |-4.858582e+01 |-6.800000e+01 |  39.96%|  16.04%
2194.81/2203.19	c  1183s| 54400 | 40306 | 13616k| 250.2 |   474M |  55 | 540 |5175 |4575 |  47k|  1 |  14k|5522 |-4.858847e+01 |-6.800000e+01 |  39.95%|  16.04%
2196.80/2205.18	c  1185s| 54500 | 40382 | 13639k| 250.2 |   475M |  55 | 540 |5158 |4597 |  47k|  1 |  14k|5537 |-4.858889e+01 |-6.800000e+01 |  39.95%|  16.04%
2198.19/2206.53	c  1186s| 54600 | 40460 | 13658k| 250.1 |   475M |  55 | 540 |5181 |4568 |  47k|  1 |  14k|5537 |-4.859091e+01 |-6.800000e+01 |  39.94%|  16.05%
2200.18/2208.53	c  1188s| 54700 | 40532 | 13680k| 250.0 |   475M |  55 | 540 |5209 |4572 |  47k|  0 |  14k|5550 |-4.859375e+01 |-6.800000e+01 |  39.94%|  16.06%
2202.37/2210.75	c  1190s| 54800 | 40612 | 13704k| 250.0 |   476M |  55 | 540 |5237 |4557 |  47k|  1 |  14k|5572 |-4.859630e+01 |-6.800000e+01 |  39.93%|  16.06%
2204.26/2212.63	c  1192s| 54900 | 40692 | 13727k| 250.0 |   476M |  55 | 540 |5224 |4592 |  47k|  1 |  14k|5573 |-4.859634e+01 |-6.800000e+01 |  39.93%|  16.10%
2205.86/2214.26	c  1194s| 55000 | 40760 | 13746k| 249.9 |   477M |  55 | 540 |5215 |4586 |  47k|  1 |  14k|5585 |-4.859634e+01 |-6.800000e+01 |  39.93%|  16.10%
2208.45/2216.81	c  1196s| 55100 | 40842 | 13776k| 249.9 |   477M |  55 | 540 |5197 |4586 |  47k|  2 |  14k|5592 |-4.859774e+01 |-6.800000e+01 |  39.92%|  16.10%
2211.14/2219.53	c  1199s| 55200 | 40920 | 13804k| 250.0 |   479M |  55 | 540 |5217 |4590 |  47k|  1 |  14k|5600 |-4.859774e+01 |-6.800000e+01 |  39.92%|  16.10%
2214.32/2222.72	c  1202s| 55300 | 40996 | 13833k| 250.1 |   491M |  55 | 540 |5214 |4573 |  47k|  1 |  14k|5612 |-4.859832e+01 |-6.800000e+01 |  39.92%|  16.10%
2216.12/2224.55	c  1204s| 55400 | 41066 | 13854k| 250.0 |   493M |  55 | 540 |5229 |4564 |  48k|  2 |  15k|5617 |-4.860000e+01 |-6.800000e+01 |  39.92%|  16.11%
2218.01/2226.43	c  1206s| 55500 | 41136 | 13879k| 250.0 |   493M |  55 | 540 |5219 |4599 |  48k|  1 |  15k|5620 |-4.860000e+01 |-6.800000e+01 |  39.92%|  16.11%
2220.40/2228.89	c  1208s| 55600 | 41198 | 13908k| 250.1 |   493M |  55 | 540 |5213 |4579 |  48k|  1 |  15k|5628 |-4.860363e+01 |-6.800000e+01 |  39.91%|  16.11%
2221.89/2230.39	c  1210s| 55700 | 41251 | 13924k| 249.9 |   493M |  55 | 540 |5260 |4588 |  48k|  0 |  15k|5648 |-4.860368e+01 |-6.800000e+01 |  39.91%|  16.11%
2223.89/2232.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2223.89/2232.31	c  1212s| 55800 | 41331 | 13949k| 249.9 |   493M |  55 | 540 |5248 |4584 |  48k|  1 |  15k|5648 |-4.860759e+01 |-6.800000e+01 |  39.90%|  16.12%
2226.28/2234.72	c  1214s| 55900 | 41409 | 13976k| 250.0 |   493M |  55 | 540 |5249 |4561 |  48k|  1 |  15k|5660 |-4.861075e+01 |-6.800000e+01 |  39.89%|  16.13%
2227.87/2236.34	c  1216s| 56000 | 41483 | 13997k| 249.9 |   494M |  55 | 540 |5259 |4577 |  48k|  0 |  15k|5666 |-4.861517e+01 |-6.800000e+01 |  39.87%|  16.14%
2229.68/2238.17	c  1218s| 56100 | 41555 | 14021k| 249.9 |   494M |  55 | 540 |5267 |4591 |  48k|  1 |  15k|5673 |-4.861538e+01 |-6.800000e+01 |  39.87%|  16.14%
2231.46/2239.93	c  1219s| 56200 | 41616 | 14039k| 249.7 |   494M |  55 | 540 |5309 |4588 |  48k|  2 |  15k|5695 |-4.861826e+01 |-6.800000e+01 |  39.87%|  16.14%
2232.76/2241.26	c  1221s| 56300 | 41690 | 14058k| 249.6 |   495M |  55 | 540 |5317 |4575 |  48k|  1 |  15k|5700 |-4.861856e+01 |-6.800000e+01 |  39.86%|  16.14%
2234.45/2242.91	c  1222s| 56400 | 41760 | 14079k| 249.6 |   496M |  55 | 540 |5298 |4581 |  48k|  1 |  15k|5704 |-4.862069e+01 |-6.800000e+01 |  39.86%|  16.15%
2236.15/2244.62	c  1224s| 56500 | 41834 | 14100k| 249.5 |   496M |  55 | 540 |5275 |4616 |  48k|  1 |  15k|5710 |-4.862162e+01 |-6.800000e+01 |  39.86%|  16.15%
2237.94/2246.49	c  1226s| 56600 | 41907 | 14124k| 249.5 |   496M |  55 | 540 |5287 |4561 |  48k|  1 |  15k|5715 |-4.862222e+01 |-6.800000e+01 |  39.85%|  16.22%
2240.13/2248.60	c  1228s| 56700 | 41983 | 14150k| 249.5 |   496M |  55 | 540 |5259 |4587 |  48k|  1 |  15k|5718 |-4.862829e+01 |-6.800000e+01 |  39.84%|  16.23%
2242.02/2250.51	c  1230s| 56800 | 42057 | 14177k| 249.5 |   497M |  55 | 540 |5259 |4590 |  49k|  1 |  15k|5720 |-4.863158e+01 |-6.800000e+01 |  39.83%|  16.24%
2243.63/2252.12	c  1232s| 56900 | 42107 | 14198k| 249.5 |   499M |  55 | 540 |5258 |4587 |  49k|  0 |  15k|5723 |-4.863529e+01 |-6.800000e+01 |  39.82%|  16.24%
2245.11/2253.68	c  1233s| 57000 | 42173 | 14220k| 249.4 |   499M |  55 | 540 |5251 |4583 |  49k|  0 |  15k|5723 |-4.863745e+01 |-6.800000e+01 |  39.81%|  16.25%
2246.90/2255.48	c  1235s| 57100 | 42255 | 14243k| 249.4 |   499M |  55 | 540 |5266 |4595 |  49k|  1 |  15k|5729 |-4.863830e+01 |-6.800000e+01 |  39.81%|  16.25%
2248.40/2256.90	c  1236s| 57200 | 42329 | 14262k| 249.3 |   499M |  55 | 540 |5272 |4587 |  49k|  1 |  15k|5732 |-4.863955e+01 |-6.800000e+01 |  39.80%|  16.25%
2250.29/2258.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2250.29/2258.88	c  1238s| 57300 | 42393 | 14288k| 249.3 |   499M |  55 | 540 |5280 |4616 |  49k|  3 |  15k|5732 |-4.864000e+01 |-6.800000e+01 |  39.80%|  16.25%
2252.59/2261.12	c  1241s| 57400 | 42475 | 14315k| 249.3 |   503M |  55 | 540 |5289 |4577 |  49k|  1 |  15k|5732 |-4.864000e+01 |-6.800000e+01 |  39.80%|  16.25%
2254.17/2262.72	c  1242s| 57500 | 42549 | 14337k| 249.3 |   503M |  55 | 540 |5283 |4591 |  49k|  2 |  15k|5734 |-4.864000e+01 |-6.800000e+01 |  39.80%|  16.25%
2255.58/2264.13	c  1244s| 57600 | 42615 | 14355k| 249.2 |   503M |  55 | 540 |5287 |   0 |  49k|  0 |  15k|5734 |-4.864000e+01 |-6.800000e+01 |  39.80%|  16.25%
2257.26/2265.88	c  1245s| 57700 | 42687 | 14376k| 249.1 |   503M |  55 | 540 |5255 |4593 |  49k|  2 |  15k|5739 |-4.864271e+01 |-6.800000e+01 |  39.79%|  16.26%
2258.57/2267.13	c  1247s| 57800 | 42735 | 14391k| 248.9 |   503M |  55 | 540 |5297 |4588 |  49k|  3 |  15k|5744 |-4.864271e+01 |-6.800000e+01 |  39.79%|  16.28%
2259.85/2268.49	c  1248s| 57900 | 42805 | 14410k| 248.8 |   503M |  55 | 540 |5298 |4588 |  49k|  1 |  15k|5745 |-4.864286e+01 |-6.800000e+01 |  39.79%|  16.28%
2261.35/2269.97	c  1249s| 58000 | 42871 | 14429k| 248.7 |   505M |  55 | 540 |5274 |4594 |  49k|  2 |  15k|5747 |-4.864371e+01 |-6.800000e+01 |  39.79%|  16.28%
2263.55/2272.19	c  1252s| 58100 | 42945 | 14456k| 248.8 |   506M |  55 | 540 |5295 |4585 |  49k|  1 |  15k|5757 |-4.864455e+01 |-6.800000e+01 |  39.79%|  16.29%
2265.33/2273.99	c  1253s| 58200 | 43031 | 14480k| 248.7 |   506M |  55 | 540 |5279 |4597 |  49k|  1 |  15k|5761 |-4.864455e+01 |-6.800000e+01 |  39.79%|  16.29%
2267.22/2275.88	c  1255s| 58300 | 43111 | 14504k| 248.7 |   506M |  55 | 540 |5283 |4578 |  50k|  1 |  15k|5761 |-4.864759e+01 |-6.800000e+01 |  39.78%|  16.29%
2268.92/2277.51	c  1257s| 58400 | 43177 | 14525k| 248.7 |   506M |  55 | 540 |5289 |4574 |  50k|  1 |  15k|5767 |-4.864773e+01 |-6.800000e+01 |  39.78%|  16.29%
2271.11/2279.78	c  1259s| 58500 | 43253 | 14556k| 248.8 |   506M |  55 | 540 |5280 |4576 |  50k|  1 |  15k|5768 |-4.864918e+01 |-6.800000e+01 |  39.78%|  16.29%
2272.90/2281.53	c  1261s| 58600 | 43321 | 14577k| 248.7 |   507M |  55 | 540 |5263 |4616 |  50k|  0 |  15k|5768 |-4.865130e+01 |-6.800000e+01 |  39.77%|  16.30%
2274.51/2283.17	c  1263s| 58700 | 43395 | 14599k| 248.6 |   508M |  55 | 540 |5246 |4602 |  50k|  1 |  15k|5769 |-4.865130e+01 |-6.800000e+01 |  39.77%|  16.30%
2275.99/2284.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2275.99/2284.67	c  1264s| 58800 | 43463 | 14620k| 248.6 |   508M |  55 | 540 |5228 |4567 |  50k|  1 |  15k|5769 |-4.865130e+01 |-6.800000e+01 |  39.77%|  16.30%
2277.58/2286.21	c  1266s| 58900 | 43527 | 14642k| 248.5 |   508M |  55 | 540 |5206 |4573 |  50k|  0 |  15k|5769 |-4.865882e+01 |-6.800000e+01 |  39.75%|  16.31%
2279.08/2287.72	c  1267s| 59000 | 43593 | 14662k| 248.4 |   508M |  55 | 540 |5211 |4557 |  50k|  1 |  15k|5776 |-4.865882e+01 |-6.800000e+01 |  39.75%|  16.31%
2281.07/2289.76	c  1269s| 59100 | 43679 | 14688k| 248.5 |   508M |  55 | 540 |5209 |4593 |  50k|  1 |  15k|5776 |-4.865954e+01 |-6.800000e+01 |  39.75%|  16.31%
2283.76/2292.49	c  1272s| 59200 | 43761 | 14718k| 248.5 |   508M |  55 | 540 |5207 |4577 |  50k|  0 |  16k|5776 |-4.866007e+01 |-6.800000e+01 |  39.74%|  16.31%
2285.47/2294.18	c  1274s| 59300 | 43835 | 14738k| 248.5 |   509M |  55 | 540 |5205 |4572 |  50k|  1 |  16k|5781 |-4.866087e+01 |-6.800000e+01 |  39.74%|  16.32%
2287.25/2296.01	c  1275s| 59400 | 43908 | 14761k| 248.4 |   511M |  55 | 540 |5189 |4581 |  50k|  1 |  16k|5782 |-4.866365e+01 |-6.800000e+01 |  39.73%|  16.33%
2288.94/2297.60	c  1277s| 59500 | 43976 | 14782k| 248.4 |   511M |  55 | 540 |5204 |4575 |  50k|  2 |  16k|5782 |-4.866503e+01 |-6.800000e+01 |  39.73%|  16.33%
2290.35/2299.03	c  1279s| 59600 | 44034 | 14800k| 248.3 |   511M |  55 | 540 |5209 |   0 |  50k|  0 |  16k|5786 |-4.866503e+01 |-6.800000e+01 |  39.73%|  16.33%
2291.83/2300.54	c  1280s| 59700 | 44110 | 14821k| 248.2 |   511M |  55 | 540 |5235 |4585 |  50k|  0 |  16k|5787 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.33%
2293.62/2302.36	c  1282s| 59800 | 44182 | 14843k| 248.1 |   511M |  55 | 540 |5224 |   0 |  51k|  0 |  16k|5788 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.33%
2295.43/2304.12	c  1284s| 59900 | 44266 | 14868k| 248.1 |   513M |  55 | 540 |5243 |4576 |  51k|  1 |  16k|5788 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2297.01/2305.72	c  1285s| 60000 | 44338 | 14888k| 248.1 |   513M |  55 | 540 |5228 |4579 |  51k|  1 |  16k|5788 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2298.21/2306.98	c  1286s| 60100 | 44400 | 14906k| 248.0 |   513M |  55 | 540 |5230 |4556 |  51k|  1 |  16k|5788 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2299.70/2308.45	c  1288s| 60200 | 44474 | 14926k| 247.9 |   515M |  55 | 540 |5217 |4573 |  51k|  1 |  16k|5788 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2300.99/2309.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2300.99/2309.78	c  1289s| 60300 | 44548 | 14943k| 247.8 |   515M |  55 | 540 |5191 |4575 |  51k|  1 |  16k|5790 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2303.09/2311.85	c  1291s| 60400 | 44632 | 14970k| 247.8 |   515M |  55 | 540 |5173 |4575 |  51k|  1 |  16k|5794 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2305.78/2314.54	c  1294s| 60500 | 44726 | 15004k| 247.9 |   515M |  55 | 540 |5154 |4576 |  51k|  1 |  16k|5794 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2308.28/2317.06	c  1297s| 60600 | 44818 | 15037k| 248.1 |   516M |  55 | 540 |5144 |4585 |  51k|  1 |  16k|5796 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2311.16/2319.90	c  1299s| 60700 | 44914 | 15072k| 248.2 |   517M |  55 | 540 |5148 |4583 |  51k|  1 |  16k|5796 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2312.85/2321.62	c  1301s| 60800 | 44992 | 15096k| 248.2 |   517M |  55 | 540 |5153 |4577 |  51k|  1 |  16k|5796 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2314.36/2323.16	c  1303s| 60900 | 45057 | 15112k| 248.1 |   517M |  55 | 540 |5157 |4589 |  51k|  1 |  16k|5808 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2316.04/2324.86	c  1304s| 61000 | 45137 | 15136k| 248.1 |   519M |  55 | 540 |5138 |4577 |  51k|  1 |  16k|5808 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2317.93/2326.70	c  1306s| 61100 | 45219 | 15158k| 248.0 |   519M |  55 | 540 |5141 |4614 |  51k|  1 |  16k|5813 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2319.13/2327.92	c  1307s| 61200 | 45281 | 15174k| 247.9 |   519M |  55 | 540 |5150 |4580 |  51k|  0 |  16k|5816 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.34%
2320.92/2329.71	c  1309s| 61300 | 45347 | 15194k| 247.8 |   519M |  55 | 540 |5137 |4574 |  51k|  1 |  16k|5830 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2322.61/2331.48	c  1311s| 61400 | 45415 | 15217k| 247.8 |   519M |  55 | 540 |5136 |4585 |  51k|  1 |  16k|5839 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2324.32/2333.15	c  1313s| 61500 | 45499 | 15237k| 247.7 |   519M |  55 | 540 |5120 |4585 |  51k|  0 |  16k|5849 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2325.90/2334.76	c  1314s| 61600 | 45575 | 15258k| 247.6 |   520M |  55 | 540 |5157 |4570 |  52k|  1 |  16k|5852 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2327.31/2336.14	c  1316s| 61700 | 45631 | 15276k| 247.5 |   520M |  55 | 540 |5156 |4583 |  52k|  1 |  16k|5864 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2328.89/2337.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2328.89/2337.76	c  1317s| 61800 | 45705 | 15295k| 247.4 |   520M |  55 | 540 |5162 |4587 |  52k|  1 |  16k|5875 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2330.38/2339.23	c  1319s| 61900 | 45775 | 15315k| 247.3 |   521M |  55 | 540 |5157 |4593 |  52k|  1 |  16k|5880 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2332.57/2341.49	c  1321s| 62000 | 45861 | 15342k| 247.4 |   521M |  55 | 540 |5151 |4574 |  52k|  1 |  16k|5887 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2334.56/2343.41	c  1323s| 62100 | 45937 | 15364k| 247.3 |   521M |  55 | 540 |5150 |4556 |  52k|  2 |  16k|5893 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2336.75/2345.64	c  1325s| 62200 | 46009 | 15389k| 247.3 |   521M |  55 | 540 |5139 |4588 |  52k|  1 |  16k|5905 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2338.75/2347.62	c  1327s| 62300 | 46093 | 15413k| 247.3 |   521M |  55 | 540 |5117 |4581 |  52k|  2 |  16k|5914 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2340.25/2349.19	c  1329s| 62400 | 46139 | 15432k| 247.2 |   521M |  55 | 540 |5156 |4581 |  52k|  0 |  16k|5933 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2341.83/2350.73	c  1330s| 62500 | 46207 | 15451k| 247.2 |   521M |  55 | 540 |5172 |4597 |  52k|  2 |  16k|5939 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2343.33/2352.23	c  1332s| 62600 | 46275 | 15470k| 247.1 |   521M |  55 | 540 |5168 |4562 |  52k|  1 |  16k|5953 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2345.23/2354.19	c  1334s| 62700 | 46355 | 15496k| 247.1 |   522M |  55 | 540 |5148 |4591 |  52k|  1 |  16k|5955 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.38%
2347.01/2356.00	c  1335s| 62800 | 46415 | 15517k| 247.0 |   522M |  55 | 540 |5145 |4578 |  52k|  1 |  16k|5967 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2348.61/2357.58	c  1337s| 62900 | 46485 | 15540k| 247.0 |   522M |  55 | 540 |5152 |4584 |  52k|  1 |  16k|5970 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2350.70/2359.60	c  1339s| 63000 | 46555 | 15562k| 247.0 |   524M |  55 | 540 |5152 |4587 |  52k|  1 |  16k|5985 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2352.10/2361.09	c  1341s| 63100 | 46637 | 15581k| 246.9 |   525M |  55 | 540 |5155 |4570 |  52k|  1 |  16k|5993 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2353.59/2362.52	c  1342s| 63200 | 46709 | 15601k| 246.8 |   526M |  55 | 540 |5145 |4593 |  52k|  1 |  16k|5996 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2355.09/2364.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2355.09/2364.10	c  1344s| 63300 | 46783 | 15621k| 246.7 |   526M |  55 | 540 |5158 |4584 |  52k|  2 |  16k|6014 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2356.97/2365.91	c  1345s| 63400 | 46859 | 15642k| 246.7 |   526M |  55 | 540 |5136 |4588 |  52k|  1 |  16k|6027 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2358.57/2367.50	c  1347s| 63500 | 46921 | 15662k| 246.6 |   526M |  55 | 540 |5149 |4588 |  52k|  1 |  16k|6027 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2360.56/2369.54	c  1349s| 63600 | 47005 | 15687k| 246.6 |   527M |  55 | 540 |5149 |4582 |  53k|  1 |  16k|6029 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2362.85/2371.81	c  1351s| 63700 | 47087 | 15715k| 246.6 |   528M |  55 | 540 |5130 |4577 |  53k|  1 |  16k|6039 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2364.35/2373.39	c  1353s| 63800 | 47171 | 15737k| 246.6 |   529M |  55 | 540 |5120 |4575 |  53k|  1 |  16k|6041 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2366.24/2375.26	c  1355s| 63900 | 47253 | 15763k| 246.6 |   529M |  55 | 540 |5109 |4580 |  53k|  2 |  16k|6045 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2367.73/2376.75	c  1356s| 64000 | 47331 | 15784k| 246.6 |   529M |  55 | 540 |5119 |4585 |  53k|  1 |  17k|6048 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2369.63/2378.67	c  1358s| 64100 | 47399 | 15808k| 246.6 |   529M |  55 | 540 |5115 |4571 |  53k|  1 |  17k|6050 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2371.72/2380.73	c  1360s| 64200 | 47483 | 15836k| 246.6 |   529M |  55 | 540 |5116 |4587 |  53k|  1 |  17k|6060 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2373.71/2382.76	c  1362s| 64300 | 47559 | 15862k| 246.6 |   529M |  55 | 540 |5103 |4588 |  53k|  1 |  17k|6063 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2375.60/2384.69	c  1364s| 64400 | 47639 | 15884k| 246.6 |   530M |  55 | 540 |5099 |4559 |  53k|  3 |  17k|6083 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2377.29/2386.34	c  1366s| 64500 | 47721 | 15907k| 246.6 |   531M |  55 | 540 |5117 |4573 |  53k|  1 |  17k|6085 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2379.29/2388.36	c  1368s| 64600 | 47809 | 15934k| 246.6 |   531M |  55 | 540 |5113 |4618 |  53k|  1 |  17k|6088 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.39%
2380.88/2389.99	c  1369s| 64700 | 47885 | 15955k| 246.5 |   531M |  55 | 540 |5094 |4613 |  53k|  0 |  17k|6089 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.40%
2382.47/2391.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2382.47/2391.58	c  1371s| 64800 | 47957 | 15975k| 246.5 |   531M |  55 | 540 |5079 |4588 |  53k|  1 |  17k|6092 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.40%
2384.48/2393.50	c  1373s| 64900 | 48025 | 16000k| 246.5 |   532M |  55 | 540 |5079 |4597 |  53k|  1 |  17k|6093 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.40%
2386.27/2395.34	c  1375s| 65000 | 48105 | 16025k| 246.5 |   532M |  55 | 540 |5081 |4574 |  53k|  1 |  17k|6095 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.40%
2387.66/2396.77	c  1376s| 65100 | 48171 | 16044k| 246.4 |   532M |  55 | 540 |5068 |4594 |  53k|  1 |  17k|6095 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.40%
2389.16/2398.25	c  1378s| 65200 | 48248 | 16064k| 246.3 |   534M |  55 | 540 |5077 |4585 |  53k|  1 |  17k|6096 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.40%
2391.65/2400.72	c  1380s| 65300 | 48334 | 16095k| 246.4 |   534M |  55 | 540 |5089 |4580 |  53k|  1 |  17k|6099 |-4.866667e+01 |-6.800000e+01 |  39.73%|  16.40%
2393.24/2402.32	c  1382s| 65400 | 48410 | 16117k| 246.4 |   534M |  55 | 540 |5081 |4562 |  53k|  1 |  17k|6100 |-4.866904e+01 |-6.800000e+01 |  39.72%|  16.41%
2394.94/2404.07	c  1384s| 65500 | 48480 | 16139k| 246.3 |   535M |  55 | 540 |5083 |4592 |  54k|  1 |  17k|6103 |-4.866904e+01 |-6.800000e+01 |  39.72%|  16.41%
2396.94/2406.08	c  1386s| 65600 | 48552 | 16163k| 246.3 |   536M |  55 | 540 |5082 |4605 |  54k|  1 |  17k|6103 |-4.867334e+01 |-6.800000e+01 |  39.71%|  16.41%
2398.93/2408.08	c  1388s| 65700 | 48636 | 16187k| 246.3 |   537M |  55 | 540 |5091 |4586 |  54k|  1 |  17k|6106 |-4.867338e+01 |-6.800000e+01 |  39.71%|  16.44%
2400.51/2409.63	c  1389s| 65800 | 48712 | 16209k| 246.3 |   538M |  55 | 540 |5084 |4584 |  54k|  1 |  17k|6106 |-4.867477e+01 |-6.800000e+01 |  39.70%|  16.44%
2402.50/2411.63	c  1391s| 65900 | 48781 | 16234k| 246.3 |   538M |  55 | 540 |5096 |4596 |  54k|  1 |  17k|6107 |-4.867647e+01 |-6.800000e+01 |  39.70%|  16.45%
2404.20/2413.31	c  1393s| 66000 | 48856 | 16255k| 246.2 |   538M |  55 | 540 |5118 |4574 |  54k|  1 |  17k|6108 |-4.867653e+01 |-6.800000e+01 |  39.70%|  16.45%
2405.90/2415.06	c  1395s| 66100 | 48946 | 16279k| 246.2 |   538M |  55 | 540 |5103 |4558 |  54k|  1 |  17k|6108 |-4.867742e+01 |-6.800000e+01 |  39.70%|  16.45%
2407.89/2417.11	c  1397s| 66200 | 49034 | 16305k| 246.2 |   539M |  55 | 540 |5088 |4576 |  54k|  0 |  17k|6110 |-4.867742e+01 |-6.800000e+01 |  39.70%|  16.45%
2409.28/2418.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2409.28/2418.48	c  1398s| 66300 | 49108 | 16323k| 246.1 |   539M |  55 | 540 |5077 |4584 |  54k|  1 |  17k|6114 |-4.867742e+01 |-6.800000e+01 |  39.70%|  16.45%
2410.37/2419.59	c  1399s| 66400 | 49156 | 16338k| 246.0 |   539M |  55 | 540 |5095 |4596 |  54k|  2 |  17k|6114 |-4.867742e+01 |-6.800000e+01 |  39.70%|  16.45%
2411.37/2420.52	c 
2411.37/2420.52	c SCIP Status        : solving was interrupted [time limit reached]
2411.37/2420.52	c Solving Time (sec) : 1400.00
2411.37/2420.52	c Solving Nodes      : 66482
2411.37/2420.52	c Primal Bound       : -6.80000000000000e+01 (56 solutions)
2411.37/2420.52	c Dual Bound         : -4.86787426744806e+01
2411.37/2420.52	c Gap                : 39.69 %
2411.37/2420.53	c SCIP status: 23 (TIMELIMIT)
2411.37/2420.53	c solveScip: freeing transform (!can_skip_free_transform)
2411.47/2420.65	c pb_solver_status: sst_sat
2411.47/2420.65	c LB_goalvalue: 256
2411.47/2420.65	c UB_goalvalue: 276
2411.47/2420.65	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=1800.000000
2411.47/2420.65	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2411.47/2420.65	c SCIP returned: sst_sat
2411.47/2420.65	c SCIP primal LB: 256, dual UB: 276
2411.47/2420.65	c Try to find a solution more than 262
2411.47/2420.65	c assumptions: 
2411.47/2420.65	c invoking solver with time budget: 10.000000
2421.43/2430.69	c sat_solver_result: sst_unknown
2421.43/2430.69	c SAT solver timed out; proceeding to cooperative SCIP call
2421.43/2430.69	c Calling solveScip for cooperative mode with LB_goalvalue:       256, UB_goalvalue: 276
2421.43/2430.69	c scip solving with time budget: 1800.000000
2421.43/2430.69	c solveScip
2421.43/2430.69	c initScipForCoop
2421.43/2430.69	c Coop Mode: Using SCIP obj units for LB/UB: 256, +oo
2421.43/2430.69	c 10/10 feasible solutions given by solution candidate storage, new primal bound -6.800000e+01
2421.43/2430.69	c 
2421.43/2430.69	c presolving:
2421.54/2430.70	c    (0.0s) running MILP presolver
2421.54/2430.71	c    (0.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2421.54/2430.71	c (round 1, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 840 clqs, 0 implints
2421.54/2430.71	c (round 2, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
2421.54/2430.72	c (round 3, medium)     0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 3360 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
2421.54/2430.73	c (round 4, exhaustive) 0 del vars, 150 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs, 0 implints
2421.54/2430.75	c    (0.1s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2421.54/2430.75	c    (0.1s) probing aborted: 50/50 successive totally useless probings
2421.54/2430.75	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2421.54/2430.76	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 1.08) (symcode time: 0.00)
2421.54/2430.76	c dynamic symmetry handling statistics:
2421.54/2430.76	c    orbitopal reduction:       no components
2421.54/2430.76	c    orbital reduction:          1 components of sizes 4
2421.54/2430.76	c    lexicographic reduction:    4 permutations with support sizes 496, 540, 540, 496
2421.54/2430.76	c handled 1 out of 1 symmetry components
2421.54/2430.76	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
2421.54/2430.76	c  0 deleted vars, 150 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
2421.54/2430.76	c  0 implications, 840 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2421.54/2430.76	c presolved problem has 540 variables (540 bin, 0 int, 0 cont) and 4476 constraints
2421.54/2430.76	c    1734 constraints of type <knapsack>
2421.54/2430.76	c     840 constraints of type <setppc>
2421.54/2430.76	c    1902 constraints of type <logicor>
2421.54/2430.76	c transformed objective value is always integral (scale: 1)
2421.54/2430.76	c Presolving Time: 0.07
2421.54/2430.77	c transformed 10/10 original solutions to the transformed problem space
2421.54/2430.77	c 
2421.64/2430.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2421.64/2430.86	c   0.2s|     1 |     0 |  1092 |     - |   411M |   0 | 540 |4548 |4476 |   0 |  0 |  71 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2421.85/2431.01	c   0.3s|     1 |     0 |  1257 |     - |   408M |   0 | 540 |4750 |4484 |   8 |  1 |  73 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2421.85/2431.09	c   0.4s|     1 |     0 |  1701 |     - |   407M |   0 | 540 |4753 |4494 |  18 |  2 |  76 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2421.95/2431.17	c   0.5s|     1 |     0 |  2198 |     - |   407M |   0 | 540 |4756 |4505 |  29 |  3 |  79 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.04/2431.26	c   0.6s|     1 |     0 |  2802 |     - |   407M |   0 | 540 |4761 |4514 |  38 |  4 |  84 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.14/2431.34	c   0.7s|     1 |     0 |  3268 |     - |   407M |   0 | 540 |4762 |4522 |  46 |  5 |  85 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.24/2431.43	c   0.7s|     1 |     0 |  3771 |     - |   407M |   0 | 540 |4763 |4529 |  53 |  6 |  86 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.34/2431.52	c   0.8s|     1 |     0 |  4232 |     - |   407M |   0 | 540 |4764 |4537 |  61 |  7 |  87 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.34/2431.57	c   0.9s|     1 |     0 |  4377 |     - |   407M |   0 | 540 |4767 |4545 |  69 |  8 |  90 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.44/2431.63	c   0.9s|     1 |     0 |  4464 |     - |   407M |   0 | 540 |4770 |4551 |  75 |  9 |  93 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.44/2431.69	c   1.0s|     1 |     0 |  4581 |     - |   407M |   0 | 540 |4772 |4558 |  82 | 10 |  95 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2422.54/2431.71	c   1.0s|     1 |     0 |  4663 |     - |   407M |   0 | 540 |4775 |4566 |  91 | 11 |  98 |   0 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2424.84/2434.10	c   3.4s|     1 |     2 | 17917 |     - |   407M |   0 | 540 |4805 |4566 |  91 | 11 | 128 |  11 |-4.800000e+01 |-6.800000e+01 |  41.67%| unknown
2439.37/2448.62	c  17.9s|   100 |    82 | 47188 | 429.5 |   411M |  16 | 540 |4912 |4539 | 276 |  1 | 237 | 379 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.54%
2442.96/2452.27	c  21.6s|   200 |   144 | 72206 | 339.4 |   414M |  19 | 540 |4957 |4557 | 470 |  1 | 284 | 421 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.61%
2447.76/2457.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2447.76/2457.04	c  26.3s|   300 |   211 |107273 | 343.2 |   414M |  22 | 540 |5068 |4559 | 725 |  1 | 441 | 474 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.93%
2455.61/2464.95	c  34.3s|   400 |   307 |169113 | 412.2 |   414M |  22 | 540 |5178 |4562 |1106 |  0 | 672 | 531 |-4.800000e+01 |-6.800000e+01 |  41.67%|   9.94%
2461.19/2470.54	c  39.9s|   500 |   400 |206717 | 404.9 |   414M |  22 | 540 |5125 |4593 |1620 |  6 | 745 | 592 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.31%
2465.38/2474.79	c  44.1s|   600 |   490 |240236 | 393.3 |   414M |  22 | 540 |5044 |4548 |1962 |  1 | 785 | 642 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.53%
2470.16/2479.50	c  48.8s|   700 |   588 |276233 | 388.5 |   414M |  22 | 540 |5004 |4560 |2431 |  1 | 849 | 688 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.55%
2474.54/2483.96	c  53.3s|   800 |   676 |316582 | 390.4 |   414M |  22 | 540 |4968 |4562 |3020 |  1 | 887 | 698 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.60%
2478.13/2487.59	c  56.9s|   900 |   770 |354176 | 388.8 |   414M |  35 | 540 |4998 |4582 |3211 |  2 | 945 | 706 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.64%
2481.31/2490.78	c  60.1s|  1000 |   856 |392863 | 388.6 |   414M |  41 | 540 |5025 |4584 |3314 |  1 | 993 | 709 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.64%
2486.40/2495.89	c  65.2s|  1100 |   950 |433606 | 390.3 |   414M |  41 | 540 |5026 |4570 |3482 |  1 |1041 | 754 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.64%
2490.18/2499.60	c  68.9s|  1200 |  1038 |469620 | 387.8 |   414M |  41 | 540 |5026 |4585 |3617 |  1 |1074 | 793 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.65%
2493.87/2503.38	c  72.7s|  1300 |  1110 |502501 | 383.2 |   414M |  41 | 540 |5050 |4583 |3844 |  1 |1158 | 828 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.71%
2498.25/2507.72	c  77.0s|  1400 |  1190 |536983 | 380.5 |   414M |  42 | 540 |5037 |   0 |4096 |  0 |1216 | 884 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.78%
2501.65/2511.12	c  80.4s|  1500 |  1280 |570821 | 377.7 |   414M |  42 | 540 |5020 |4566 |4162 |  1 |1255 | 909 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.78%
2507.22/2516.74	c  86.1s|  1600 |  1366 |608292 | 377.5 |   414M |  42 | 540 |5018 |4576 |4264 |  4 |1298 | 939 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.78%
2510.90/2520.42	c  89.7s|  1700 |  1458 |640007 | 374.0 |   414M |  42 | 540 |5002 |4564 |4461 |  1 |1343 | 979 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.81%
2514.50/2524.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2514.50/2524.04	c  93.4s|  1800 |  1536 |670479 | 370.1 |   414M |  42 | 540 |5007 |4602 |4746 |  1 |1409 |1019 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.85%
2518.67/2528.26	c  97.6s|  1900 |  1620 |707587 | 370.2 |   414M |  42 | 540 |5026 |4572 |5002 |  1 |1484 |1053 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.91%
2521.47/2531.04	c   100s|  2000 |  1704 |740314 | 368.0 |   414M |  42 | 540 |5034 |4568 |5182 |  2 |1525 |1061 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.91%
2523.85/2533.42	c   103s|  2100 |  1790 |768196 | 363.8 |   414M |  42 | 540 |5053 |4572 |5336 |  1 |1576 |1063 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.92%
2526.56/2536.18	c   105s|  2200 |  1876 |798709 | 361.1 |   414M |  42 | 540 |5034 |4562 |5596 |  1 |1602 |1069 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.97%
2529.33/2538.92	c   108s|  2300 |  1947 |830493 | 359.2 |   414M |  42 | 540 |5052 |4575 |5827 |  1 |1665 |1072 |-4.800000e+01 |-6.800000e+01 |  41.67%|  10.98%
2532.32/2541.92	c   111s|  2400 |  2021 |862088 | 357.4 |   414M |  42 | 540 |5033 |4578 |6175 |  1 |1707 |1074 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.04%
2536.52/2546.13	c   115s|  2500 |  2097 |892386 | 355.2 |   414M |  42 | 540 |5026 |4580 |6408 |  1 |1745 |1108 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.05%
2538.99/2548.66	c   118s|  2600 |  2159 |921297 | 352.7 |   414M |  42 | 540 |5049 |4582 |6680 |  2 |1818 |1108 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.07%
2542.08/2551.79	c   121s|  2700 |  2239 |953148 | 351.4 |   414M |  43 | 540 |5012 |4582 |6891 |  1 |1853 |1123 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.07%
2546.77/2556.42	c   126s|  2800 |  2319 |989840 | 352.0 |   414M |  43 | 540 |5001 |4558 |7218 |  3 |1913 |1161 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.16%
2550.36/2560.05	c   129s|  2900 |  2404 |  1023k| 351.6 |   414M |  43 | 540 |4966 |4572 |7375 |  1 |1929 |1190 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.25%
2554.24/2563.95	c   133s|  3000 |  2494 |  1059k| 351.6 |   414M |  43 | 540 |4952 |4566 |7664 |  1 |1972 |1212 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.29%
2560.12/2569.86	c   139s|  3100 |  2588 |  1097k| 352.7 |   414M |  43 | 540 |4905 |4565 |7872 |  1 |1983 |1253 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.29%
2563.80/2573.53	c   143s|  3200 |  2668 |  1133k| 352.8 |   414M |  43 | 540 |4900 |4573 |8113 |  2 |2035 |1280 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.41%
2567.79/2577.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2567.79/2577.58	c   147s|  3300 |  2742 |  1165k| 352.0 |   414M |  43 | 540 |4925 |4576 |8246 |  1 |2101 |1331 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.43%
2570.39/2580.11	c   149s|  3400 |  2822 |  1196k| 350.7 |   414M |  43 | 540 |4946 |4572 |8408 |  3 |2147 |1331 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.45%
2573.67/2583.45	c   153s|  3500 |  2900 |  1230k| 350.4 |   414M |  43 | 540 |4952 |4568 |8652 |  2 |2177 |1360 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.47%
2577.65/2587.42	c   157s|  3600 |  2982 |  1266k| 350.5 |   414M |  43 | 540 |4956 |4579 |8963 |  1 |2232 |1410 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.58%
2580.35/2590.16	c   159s|  3700 |  3052 |  1298k| 349.9 |   414M |  43 | 540 |4960 |4573 |9182 |  2 |2261 |1419 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.65%
2584.34/2594.19	c   164s|  3800 |  3138 |  1333k| 349.8 |   414M |  43 | 540 |4957 |4604 |9394 |  0 |2302 |1457 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.65%
2587.61/2597.47	c   167s|  3900 |  3226 |  1370k| 350.3 |   414M |  43 | 540 |4930 |4566 |9612 |  1 |2324 |1463 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.66%
2590.00/2599.88	c   169s|  4000 |  3304 |  1397k| 348.3 |   414M |  43 | 540 |4928 |4565 |9723 |  1 |2374 |1484 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.70%
2592.99/2602.89	c   172s|  4100 |  3380 |  1429k| 347.7 |   414M |  43 | 540 |4915 |4568 |  10k|  1 |2397 |1496 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.72%
2595.98/2605.86	c   175s|  4200 |  3465 |  1463k| 347.4 |   415M |  43 | 540 |4895 |4566 |  10k|  1 |2415 |1500 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.74%
2598.47/2608.34	c   178s|  4300 |  3539 |  1491k| 345.9 |   415M |  43 | 540 |4875 |4575 |  10k|  1 |2427 |1504 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.75%
2600.86/2610.74	c   180s|  4400 |  3623 |  1521k| 344.8 |   415M |  43 | 540 |4878 |4556 |  10k|  1 |2454 |1505 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.76%
2603.45/2613.40	c   183s|  4500 |  3703 |  1553k| 344.2 |   415M |  43 | 540 |4890 |4572 |  10k|  1 |2491 |1506 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.76%
2606.84/2616.78	c   186s|  4600 |  3780 |  1587k| 344.3 |   415M |  43 | 540 |4903 |4580 |  11k|  1 |2531 |1530 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.80%
2610.14/2620.06	c   189s|  4700 |  3853 |  1619k| 343.7 |   415M |  43 | 540 |4899 |4584 |  11k|  1 |2550 |1541 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.81%
2614.23/2624.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2614.23/2624.14	c   193s|  4800 |  3939 |  1654k| 343.7 |   415M |  43 | 540 |4911 |4575 |  11k|  1 |2597 |1587 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.86%
2618.80/2628.73	c   198s|  4900 |  3998 |  1679k| 341.8 |   415M |  43 | 540 |4885 |4569 |  11k|  1 |2624 |1613 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.87%
2621.29/2631.26	c   201s|  5000 |  4078 |  1707k| 340.5 |   415M |  43 | 540 |4906 |4571 |  11k|  0 |2672 |1623 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.92%
2625.09/2635.08	c   204s|  5100 |  4166 |  1741k| 340.7 |   415M |  43 | 540 |4918 |4574 |  12k|  1 |2718 |1666 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.95%
2627.96/2637.94	c   207s|  5200 |  4242 |  1769k| 339.5 |   415M |  43 | 540 |4922 |4567 |  12k|  1 |2753 |1696 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.98%
2630.75/2640.70	c   210s|  5300 |  4326 |  1797k| 338.3 |   415M |  43 | 540 |4914 |4558 |  12k|  2 |2789 |1719 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.98%
2633.54/2643.52	c   213s|  5400 |  4398 |  1825k| 337.3 |   415M |  43 | 540 |4918 |4563 |  12k|  2 |2819 |1742 |-4.800000e+01 |-6.800000e+01 |  41.67%|  11.99%
2636.93/2646.92	c   216s|  5500 |  4476 |  1859k| 337.3 |   415M |  43 | 540 |4968 |4578 |  12k|  1 |2905 |1784 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.33%
2640.03/2650.02	c   219s|  5600 |  4554 |  1891k| 337.0 |   415M |  43 | 540 |4999 |4572 |  12k|  1 |2969 |1830 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.35%
2642.12/2652.19	c   222s|  5700 |  4622 |  1916k| 335.5 |   415M |  43 | 540 |5005 |4580 |  12k|  1 |3015 |1839 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.36%
2644.50/2654.57	c   224s|  5800 |  4702 |  1945k| 334.7 |   415M |  43 | 540 |5000 |4591 |  13k|  1 |3037 |1843 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.38%
2649.18/2659.20	c   229s|  5900 |  4796 |  1981k| 335.2 |   415M |  43 | 540 |4974 |4562 |  13k|  1 |3071 |1880 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.38%
2651.98/2662.05	c   231s|  6000 |  4869 |  2014k| 335.0 |   416M |  43 | 540 |4945 |4572 |  13k|  1 |3096 |1888 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.38%
2653.56/2663.67	c   233s|  6100 |  4925 |  2036k| 333.2 |   416M |  43 | 540 |4925 |4589 |  13k|  2 |3114 |1892 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.39%
2655.76/2665.83	c   235s|  6200 |  5001 |  2063k| 332.2 |   416M |  43 | 540 |4952 |4565 |  13k|  1 |3175 |1894 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.39%
2657.65/2667.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2657.65/2667.73	c   237s|  6300 |  5079 |  2089k| 330.9 |   416M |  43 | 540 |4942 |4551 |  13k|  1 |3189 |1894 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.47%
2659.84/2669.91	c   239s|  6400 |  5159 |  2116k| 330.0 |   416M |  43 | 540 |4924 |4560 |  13k|  1 |3196 |1900 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.47%
2662.04/2672.15	c   241s|  6500 |  5225 |  2144k| 329.3 |   416M |  43 | 540 |4919 |4570 |  13k|  1 |3228 |1900 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.52%
2664.12/2674.26	c   244s|  6600 |  5307 |  2172k| 328.5 |   416M |  43 | 540 |4886 |4544 |  14k|  0 |3232 |1901 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.53%
2666.03/2676.17	c   245s|  6700 |  5368 |  2197k| 327.3 |   416M |  43 | 540 |4885 |4570 |  14k|  1 |3250 |1901 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.60%
2667.81/2678.01	c   247s|  6800 |  5436 |  2220k| 325.9 |   416M |  43 | 540 |4974 |4552 |  14k|  1 |3348 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.63%
2670.01/2680.15	c   249s|  6900 |  5500 |  2245k| 324.8 |   416M |  43 | 540 |4972 |4574 |  14k|  1 |3372 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.69%
2671.69/2681.83	c   251s|  7000 |  5566 |  2267k| 323.3 |   416M |  43 | 540 |4963 |4570 |  14k|  1 |3396 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.70%
2673.39/2683.53	c   253s|  7100 |  5622 |  2289k| 321.9 |   416M |  43 | 540 |4945 |4574 |  14k|  0 |3415 |1903 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.71%
2675.68/2685.88	c   255s|  7200 |  5702 |  2319k| 321.6 |   416M |  43 | 540 |4931 |4557 |  14k|  1 |3423 |1905 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.72%
2677.47/2687.65	c   257s|  7300 |  5769 |  2344k| 320.5 |   416M |  43 | 540 |4960 |4597 |  14k|  1 |3477 |1906 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.73%
2679.57/2689.76	c   259s|  7400 |  5836 |  2372k| 320.0 |   416M |  43 | 540 |4946 |4578 |  14k|  1 |3484 |1906 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.85%
2681.87/2692.03	c   261s|  7500 |  5904 |  2398k| 319.2 |   416M |  43 | 540 |4934 |4578 |  14k|  1 |3498 |1910 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.91%
2683.75/2693.97	c   263s|  7600 |  5972 |  2423k| 318.3 |   416M |  44 | 540 |4931 |4563 |  15k|  1 |3519 |1910 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.91%
2685.74/2695.93	c   265s|  7700 |  6044 |  2449k| 317.6 |   416M |  44 | 540 |4968 |4580 |  15k|  1 |3583 |1910 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.91%
2688.53/2698.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2688.53/2698.71	c   268s|  7800 |  6122 |  2477k| 317.1 |   416M |  44 | 540 |4961 |4562 |  15k|  1 |3608 |1926 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.92%
2690.83/2701.04	c   270s|  7900 |  6190 |  2503k| 316.4 |   416M |  44 | 540 |4939 |4585 |  15k|  1 |3620 |1933 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.93%
2692.71/2702.98	c   272s|  8000 |  6250 |  2525k| 315.1 |   417M |  44 | 540 |4947 |4555 |  15k|  2 |3668 |1952 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.94%
2694.92/2705.17	c   274s|  8100 |  6314 |  2548k| 314.1 |   417M |  44 | 540 |4957 |4586 |  15k|  1 |3707 |1974 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.95%
2697.20/2707.45	c   277s|  8200 |  6382 |  2574k| 313.4 |   418M |  44 | 540 |4984 |4591 |  15k|  1 |3775 |1997 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.95%
2699.99/2710.24	c   280s|  8300 |  6454 |  2599k| 312.6 |   419M |  44 | 540 |4971 |4580 |  15k|  0 |3792 |2027 |-4.800000e+01 |-6.800000e+01 |  41.67%|  12.96%
2701.98/2712.26	c   282s|  8400 |  6516 |  2623k| 311.8 |   419M |  44 | 540 |4990 |4574 |  15k|  2 |3836 |2030 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.00%
2705.37/2715.62	c   285s|  8500 |  6586 |  2653k| 311.6 |   419M |  44 | 540 |4976 |4571 |  15k|  1 |3867 |2076 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.00%
2707.26/2717.55	c   287s|  8600 |  6662 |  2679k| 311.0 |   419M |  44 | 540 |4961 |4565 |  15k|  1 |3878 |2076 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.01%
2709.35/2719.69	c   289s|  8700 |  6720 |  2702k| 310.1 |   419M |  44 | 540 |4982 |4572 |  15k|  1 |3931 |2099 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.02%
2711.44/2721.73	c   291s|  8800 |  6778 |  2724k| 309.1 |   419M |  44 | 540 |4989 |4557 |  16k|  1 |3964 |2113 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.06%
2713.93/2724.24	c   294s|  8900 |  6842 |  2749k| 308.4 |   419M |  44 | 540 |5064 |4584 |  16k|  1 |4069 |2151 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.07%
2715.93/2726.22	c   296s|  9000 |  6914 |  2771k| 307.5 |   419M |  44 | 540 |5046 |4575 |  16k|  1 |4104 |2185 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.08%
2717.73/2728.08	c   297s|  9100 |  6964 |  2791k| 306.3 |   419M |  44 | 540 |5041 |4576 |  16k|  1 |4133 |2212 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.09%
2719.72/2730.06	c   299s|  9200 |  7023 |  2813k| 305.4 |   419M |  44 | 540 |5052 |4576 |  16k|  1 |4182 |2236 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.10%
2721.71/2732.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2721.71/2732.02	c   301s|  9300 |  7075 |  2834k| 304.3 |   419M |  44 | 540 |5046 |4573 |  16k|  1 |4216 |2254 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.10%
2723.89/2734.23	c   304s|  9400 |  7133 |  2857k| 303.6 |   420M |  44 | 540 |5061 |4566 |  16k|  1 |4281 |2281 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.12%
2725.39/2735.79	c   305s|  9500 |  7195 |  2876k| 302.4 |   420M |  44 | 540 |5084 |4563 |  16k|  1 |4366 |2286 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.20%
2727.18/2737.50	c   307s|  9600 |  7247 |  2897k| 301.4 |   420M |  44 | 540 |5101 |4581 |  16k|  2 |4416 |2293 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.20%
2728.97/2739.39	c   309s|  9700 |  7305 |  2920k| 300.6 |   420M |  44 | 540 |5125 |4559 |  16k|  1 |4467 |2299 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.22%
2730.87/2741.28	c   311s|  9800 |  7367 |  2944k| 300.0 |   420M |  44 | 540 |5089 |4574 |  16k|  0 |4475 |2306 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.22%
2733.56/2744.00	c   313s|  9900 |  7449 |  2978k| 300.5 |   420M |  46 | 540 |5042 |4584 |  16k|  1 |4503 |2310 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.29%
2735.66/2746.02	c   315s| 10000 |  7509 |  3003k| 299.9 |   420M |  46 | 540 |5049 |4590 |  16k|  2 |4549 |2321 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.29%
2736.94/2747.34	c   317s| 10100 |  7559 |  3021k| 298.7 |   420M |  46 | 540 |5065 |4574 |  16k|  1 |4601 |2324 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.30%
2738.84/2749.20	c   319s| 10200 |  7623 |  3044k| 298.1 |   420M |  46 | 540 |5085 |4552 |  16k|  1 |4651 |2331 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.30%
2740.33/2750.76	c   320s| 10300 |  7673 |  3064k| 297.1 |   420M |  46 | 540 |5065 |4569 |  16k|  1 |4671 |2334 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.31%
2742.12/2752.50	c   322s| 10400 |  7735 |  3086k| 296.4 |   420M |  46 | 540 |5060 |4583 |  17k|  1 |4698 |2337 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.32%
2744.12/2754.50	c   324s| 10500 |  7801 |  3113k| 296.1 |   420M |  46 | 540 |5075 |4563 |  17k|  1 |4740 |2337 |-4.800000e+01 |-6.800000e+01 |  41.67%|  13.34%
2746.01/2756.47	c   326s| 10600 |  7881 |  3139k| 295.8 |   420M |  46 | 540 |5055 |4596 |  17k|  1 |4758 |2337 |-4.801307e+01 |-6.800000e+01 |  41.63%|  13.39%
2747.62/2758.10	c   327s| 10700 |  7945 |  3160k| 294.9 |   420M |  46 | 540 |5055 |4566 |  17k|  1 |4789 |2340 |-4.802353e+01 |-6.800000e+01 |  41.60%|  13.42%
2749.30/2759.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2749.30/2759.79	c   329s| 10800 |  7999 |  3183k| 294.4 |   420M |  46 | 540 |5054 |4572 |  17k|  0 |4814 |2341 |-4.802353e+01 |-6.800000e+01 |  41.60%|  13.42%
2751.60/2762.06	c   331s| 10900 |  8081 |  3212k| 294.3 |   420M |  46 | 540 |5028 |4581 |  17k|  1 |4836 |2348 |-4.802804e+01 |-6.800000e+01 |  41.58%|  13.43%
2753.48/2763.92	c   333s| 11000 |  8143 |  3236k| 293.8 |   421M |  46 | 540 |5049 |4559 |  17k|  1 |4895 |2350 |-4.802941e+01 |-6.800000e+01 |  41.58%|  13.44%
2755.87/2766.31	c   336s| 11100 |  8214 |  3269k| 294.1 |   421M |  46 | 540 |5028 |4567 |  17k|  0 |4923 |2350 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.46%
2758.06/2768.52	c   338s| 11200 |  8290 |  3294k| 293.8 |   422M |  46 | 540 |4999 |4586 |  17k|  1 |4937 |2358 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.48%
2760.26/2770.74	c   340s| 11300 |  8352 |  3319k| 293.4 |   422M |  46 | 540 |4981 |4591 |  17k|  1 |4962 |2371 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.50%
2762.05/2772.57	c   342s| 11400 |  8417 |  3340k| 292.6 |   422M |  46 | 540 |5002 |4564 |  17k|  0 |5029 |2386 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
2764.55/2775.08	c   344s| 11500 |  8491 |  3366k| 292.4 |   422M |  46 | 540 |5000 |4573 |  17k|  2 |5056 |2404 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
2767.13/2777.61	c   347s| 11600 |  8559 |  3393k| 292.2 |   422M |  46 | 540 |5015 |4568 |  17k|  1 |5094 |2419 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
2770.02/2780.54	c   350s| 11700 |  8635 |  3422k| 292.2 |   422M |  46 | 540 |5014 |4572 |  17k|  2 |5142 |2442 |-4.804000e+01 |-6.800000e+01 |  41.55%|  13.51%
2773.31/2783.85	c   353s| 11800 |  8723 |  3455k| 292.5 |   422M |  46 | 540 |4978 |4551 |  18k|  0 |5149 |2473 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.52%
2774.70/2785.29	c   355s| 11900 |  8781 |  3474k| 291.6 |   422M |  46 | 540 |4950 |4567 |  18k|  1 |5159 |2473 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.52%
2776.61/2787.17	c   356s| 12000 |  8835 |  3492k| 290.7 |   422M |  46 | 540 |4918 |4591 |  18k|  1 |5164 |2495 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.53%
2778.88/2789.45	c   359s| 12100 |  8909 |  3515k| 290.2 |   423M |  46 | 540 |4927 |4584 |  18k|  1 |5204 |2514 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.55%
2781.37/2791.92	c   361s| 12200 |  8981 |  3541k| 289.9 |   423M |  46 | 540 |4939 |4579 |  18k|  2 |5247 |2526 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.55%
2783.87/2794.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2783.87/2794.40	c   364s| 12300 |  9055 |  3567k| 289.7 |   423M |  46 | 540 |4953 |   0 |  18k|  0 |5283 |2559 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.55%
2785.86/2796.45	c   366s| 12400 |  9127 |  3592k| 289.3 |   423M |  46 | 540 |4968 |4563 |  18k|  1 |5325 |2580 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.56%
2788.35/2799.01	c   368s| 12500 |  9205 |  3618k| 289.1 |   423M |  46 | 540 |4953 |4598 |  18k|  1 |5342 |2607 |-4.804082e+01 |-6.800000e+01 |  41.55%|  13.56%
2790.55/2801.16	c   370s| 12600 |  9267 |  3641k| 288.7 |   423M |  46 | 540 |4929 |4575 |  18k|  0 |5355 |2621 |-4.805128e+01 |-6.800000e+01 |  41.52%|  13.58%
2792.73/2803.33	c   373s| 12700 |  9334 |  3665k| 288.3 |   423M |  46 | 540 |4961 |4568 |  18k|  1 |5412 |2649 |-4.805128e+01 |-6.800000e+01 |  41.52%|  13.58%
2794.54/2805.18	c   374s| 12800 |  9388 |  3686k| 287.6 |   423M |  46 | 540 |4990 |4571 |  18k|  1 |5477 |2668 |-4.805128e+01 |-6.800000e+01 |  41.52%|  13.59%
2797.11/2807.73	c   377s| 12900 |  9458 |  3713k| 287.5 |   423M |  46 | 540 |5020 |4592 |  18k|  1 |5534 |2694 |-4.805556e+01 |-6.800000e+01 |  41.50%|  13.60%
2799.61/2810.22	c   380s| 13000 |  9536 |  3741k| 287.5 |   423M |  49 | 540 |5005 |4586 |  18k|  0 |5543 |2709 |-4.805882e+01 |-6.800000e+01 |  41.49%|  13.61%
2801.41/2812.06	c   381s| 13100 |  9618 |  3766k| 287.2 |   423M |  49 | 540 |5021 |4576 |  18k|  0 |5586 |2712 |-4.806250e+01 |-6.800000e+01 |  41.48%|  13.61%
2803.59/2814.27	c   384s| 13200 |  9690 |  3793k| 287.1 |   423M |  49 | 540 |5004 |4561 |  19k|  0 |5613 |2713 |-4.806818e+01 |-6.800000e+01 |  41.47%|  13.64%
2805.39/2816.06	c   385s| 13300 |  9756 |  3817k| 286.7 |   423M |  49 | 540 |5009 |4573 |  19k|  1 |5652 |2716 |-4.806818e+01 |-6.800000e+01 |  41.47%|  13.64%
2807.28/2817.90	c   387s| 13400 |  9834 |  3843k| 286.5 |   423M |  49 | 540 |4989 |4578 |  19k|  1 |5675 |2717 |-4.806897e+01 |-6.800000e+01 |  41.46%|  13.65%
2808.57/2819.20	c   389s| 13500 |  9902 |  3861k| 285.7 |   423M |  49 | 540 |4984 |4564 |  19k|  2 |5700 |2717 |-4.806897e+01 |-6.800000e+01 |  41.46%|  13.65%
2810.48/2821.11	c   390s| 13600 |  9964 |  3884k| 285.3 |   423M |  49 | 540 |4987 |4564 |  19k|  1 |5741 |2720 |-4.806953e+01 |-6.800000e+01 |  41.46%|  13.69%
2812.75/2823.47	c   393s| 13700 | 10040 |  3914k| 285.4 |   423M |  49 | 540 |4994 |4599 |  19k|  1 |5779 |2720 |-4.806953e+01 |-6.800000e+01 |  41.46%|  13.74%
2815.74/2826.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2815.74/2826.40	c   396s| 13800 | 10122 |  3946k| 285.6 |   423M |  49 | 540 |4964 |4575 |  19k|  1 |5791 |2727 |-4.807407e+01 |-6.800000e+01 |  41.45%|  13.75%
2817.64/2828.36	c   398s| 13900 | 10202 |  3970k| 285.3 |   423M |  49 | 540 |4957 |4559 |  19k|  2 |5805 |2729 |-4.808333e+01 |-6.800000e+01 |  41.42%|  13.78%
2819.73/2830.43	c   400s| 14000 | 10270 |  3996k| 285.1 |   423M |  49 | 540 |4957 |4572 |  19k|  0 |5827 |2729 |-4.809091e+01 |-6.800000e+01 |  41.40%|  13.80%
2821.33/2832.02	c   401s| 14100 | 10322 |  4016k| 284.5 |   423M |  49 | 540 |4953 |4600 |  19k|  1 |5854 |2729 |-4.809302e+01 |-6.800000e+01 |  41.39%|  13.98%
2823.21/2833.98	c   403s| 14200 | 10392 |  4041k| 284.3 |   424M |  49 | 540 |4973 |4576 |  19k|  2 |5891 |2730 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.00%
2825.32/2836.06	c   405s| 14300 | 10455 |  4066k| 284.1 |   425M |  49 | 540 |4961 |4573 |  19k|  1 |5912 |2731 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.01%
2827.20/2837.92	c   407s| 14400 | 10525 |  4090k| 283.7 |   425M |  49 | 540 |4984 |4584 |  19k|  0 |5960 |2736 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.01%
2829.19/2839.96	c   409s| 14500 | 10599 |  4118k| 283.7 |   425M |  49 | 540 |4983 |4576 |  20k|  1 |5978 |2736 |-4.809302e+01 |-6.800000e+01 |  41.39%|  14.01%
2831.98/2842.77	c   412s| 14600 | 10691 |  4151k| 284.0 |   425M |  49 | 540 |4971 |4562 |  20k|  0 |5991 |2754 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.01%
2833.77/2844.56	c   414s| 14700 | 10757 |  4175k| 283.7 |   425M |  49 | 540 |4965 |4568 |  20k|  1 |6007 |2755 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.02%
2836.06/2846.82	c   416s| 14800 | 10835 |  4203k| 283.7 |   426M |  49 | 540 |4952 |4570 |  20k|  2 |6027 |2760 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.02%
2838.16/2848.92	c   418s| 14900 | 10907 |  4226k| 283.4 |   427M |  49 | 540 |4957 |4572 |  20k|  1 |6057 |2774 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.03%
2840.95/2851.76	c   421s| 15000 | 10977 |  4253k| 283.3 |   427M |  49 | 540 |4969 |4577 |  20k|  1 |6091 |2790 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.03%
2843.74/2854.58	c   424s| 15100 | 11040 |  4282k| 283.3 |   427M |  49 | 540 |4998 |4561 |  20k|  1 |6147 |2809 |-4.809524e+01 |-6.800000e+01 |  41.39%|  14.04%
2847.02/2857.81	c   427s| 15200 | 11108 |  4315k| 283.6 |   427M |  49 | 540 |4992 |4603 |  20k|  1 |6175 |2833 |-4.810262e+01 |-6.800000e+01 |  41.36%|  14.05%
2849.23/2860.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2849.23/2860.02	c   429s| 15300 | 11188 |  4339k| 283.3 |   427M |  49 | 540 |5012 |4553 |  20k|  1 |6218 |2853 |-4.810834e+01 |-6.800000e+01 |  41.35%|  14.06%
2851.01/2861.81	c   431s| 15400 | 11260 |  4361k| 282.9 |   427M |  49 | 540 |5025 |4578 |  20k|  1 |6250 |2863 |-4.810959e+01 |-6.800000e+01 |  41.34%|  14.07%
2854.10/2864.96	c   434s| 15500 | 11344 |  4391k| 283.1 |   427M |  49 | 540 |4983 |4571 |  20k|  0 |6263 |2896 |-4.811111e+01 |-6.800000e+01 |  41.34%|  14.07%
2855.99/2866.89	c   436s| 15600 | 11422 |  4416k| 282.8 |   427M |  49 | 540 |4975 |4589 |  20k|  1 |6287 |2906 |-4.811429e+01 |-6.800000e+01 |  41.33%|  14.07%
2858.08/2869.00	c   438s| 15700 | 11488 |  4438k| 282.4 |   427M |  49 | 540 |4979 |4554 |  21k|  0 |6317 |2925 |-4.811765e+01 |-6.800000e+01 |  41.32%|  14.08%
2860.97/2871.80	c   441s| 15800 | 11572 |  4469k| 282.6 |   427M |  49 | 540 |4943 |4581 |  21k|  2 |6330 |2941 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.09%
2863.27/2874.13	c   443s| 15900 | 11652 |  4495k| 282.4 |   427M |  49 | 540 |4959 |4563 |  21k|  1 |6388 |2965 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.10%
2865.17/2876.07	c   445s| 16000 | 11714 |  4517k| 282.1 |   427M |  49 | 540 |4950 |4577 |  21k|  0 |6409 |2979 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.10%
2866.65/2877.58	c   447s| 16100 | 11762 |  4535k| 281.4 |   427M |  49 | 540 |4982 |4577 |  21k|  1 |6471 |2993 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.10%
2868.54/2879.46	c   449s| 16200 | 11826 |  4555k| 280.9 |   428M |  49 | 540 |4975 |4557 |  21k|  1 |6494 |3018 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.11%
2870.63/2881.51	c   451s| 16300 | 11890 |  4578k| 280.6 |   428M |  49 | 540 |4989 |4602 |  21k|  1 |6531 |3038 |-4.812500e+01 |-6.800000e+01 |  41.30%|  14.11%
2872.53/2883.41	c   453s| 16400 | 11947 |  4598k| 280.1 |   428M |  49 | 540 |5009 |4577 |  21k|  1 |6585 |3066 |-4.812683e+01 |-6.800000e+01 |  41.29%|  14.12%
2874.82/2885.76	c   455s| 16500 | 12019 |  4625k| 280.1 |   428M |  49 | 540 |4988 |4592 |  21k|  1 |6603 |3072 |-4.813333e+01 |-6.800000e+01 |  41.27%|  14.13%
2877.22/2888.19	c   458s| 16600 | 12099 |  4651k| 279.9 |   428M |  49 | 540 |4969 |4589 |  21k|  2 |6617 |3091 |-4.813787e+01 |-6.800000e+01 |  41.26%|  14.14%
2879.21/2890.14	c   459s| 16700 | 12183 |  4677k| 279.8 |   428M |  49 | 540 |4945 |   0 |  21k|  0 |6626 |3094 |-4.814286e+01 |-6.800000e+01 |  41.25%|  14.15%
2881.99/2892.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2881.99/2892.99	c   462s| 16800 | 12259 |  4709k| 280.1 |   428M |  49 | 540 |4958 |4576 |  21k|  1 |6660 |3101 |-4.814815e+01 |-6.800000e+01 |  41.23%|  14.16%
2884.28/2895.22	c   465s| 16900 | 12345 |  4737k| 280.1 |   428M |  49 | 540 |4943 |4583 |  21k|  4 |6680 |3109 |-4.814815e+01 |-6.800000e+01 |  41.23%|  14.17%
2886.77/2897.75	c   467s| 17000 | 12433 |  4770k| 280.4 |   428M |  49 | 540 |4915 |4566 |  22k|  1 |6684 |3110 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.18%
2889.07/2900.01	c   469s| 17100 | 12513 |  4798k| 280.3 |   428M |  49 | 540 |4902 |4591 |  22k|  1 |6712 |3113 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.18%
2890.76/2901.72	c   471s| 17200 | 12593 |  4821k| 280.1 |   428M |  49 | 540 |4907 |4574 |  22k|  1 |6736 |3115 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.18%
2892.55/2903.51	c   473s| 17300 | 12667 |  4843k| 279.7 |   428M |  49 | 540 |4919 |4564 |  22k|  1 |6766 |3116 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.19%
2894.44/2905.49	c   475s| 17400 | 12741 |  4868k| 279.5 |   429M |  49 | 540 |4932 |4576 |  22k|  1 |6799 |3119 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.19%
2896.63/2907.63	c   477s| 17500 | 12819 |  4894k| 279.4 |   429M |  49 | 540 |4911 |4564 |  22k|  1 |6804 |3119 |-4.815385e+01 |-6.800000e+01 |  41.21%|  14.19%
2898.63/2909.60	c   479s| 17600 | 12897 |  4919k| 279.3 |   429M |  49 | 540 |4890 |4568 |  22k|  1 |6810 |3119 |-4.815764e+01 |-6.800000e+01 |  41.20%|  14.20%
2900.72/2911.77	c   481s| 17700 | 12971 |  4947k| 279.3 |   429M |  49 | 540 |4896 |4591 |  22k|  1 |6843 |3119 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.20%
2902.31/2913.36	c   483s| 17800 | 13044 |  4968k| 278.9 |   430M |  49 | 540 |4895 |4583 |  22k|  3 |6858 |3119 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.20%
2904.21/2915.21	c   485s| 17900 | 13110 |  4990k| 278.5 |   431M |  49 | 540 |4941 |4582 |  22k|  1 |6915 |3121 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.25%
2906.11/2917.14	c   486s| 18000 | 13178 |  5014k| 278.3 |   431M |  49 | 540 |4926 |4601 |  23k|  1 |6922 |3121 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.26%
2908.10/2919.15	c   488s| 18100 | 13250 |  5040k| 278.2 |   432M |  51 | 540 |4912 |4563 |  23k|  0 |6938 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
2909.68/2920.72	c   490s| 18200 | 13328 |  5062k| 277.9 |   432M |  51 | 540 |4911 |4561 |  23k|  1 |6954 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
2911.38/2922.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2911.38/2922.44	c   492s| 18300 | 13394 |  5085k| 277.6 |   432M |  51 | 540 |4921 |4569 |  23k|  2 |6975 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
2913.47/2924.56	c   494s| 18400 | 13468 |  5113k| 277.6 |   432M |  51 | 540 |4953 |4576 |  23k|  1 |7018 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
2915.08/2926.11	c   495s| 18500 | 13542 |  5134k| 277.3 |   432M |  51 | 540 |4959 |4578 |  23k|  1 |7045 |3123 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
2916.66/2927.78	c   497s| 18600 | 13604 |  5153k| 276.9 |   432M |  51 | 540 |4975 |4567 |  23k|  1 |7095 |3137 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.27%
2918.85/2929.98	c   499s| 18700 | 13680 |  5176k| 276.6 |   432M |  51 | 540 |4980 |4566 |  23k|  2 |7122 |3159 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
2920.24/2931.30	c   501s| 18800 | 13736 |  5194k| 276.1 |   432M |  51 | 540 |5014 |4578 |  23k|  0 |7173 |3159 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
2922.63/2933.70	c   503s| 18900 | 13804 |  5220k| 276.0 |   432M |  51 | 540 |4991 |4580 |  23k|  1 |7183 |3182 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
2924.73/2935.89	c   505s| 19000 | 13892 |  5247k| 275.9 |   432M |  51 | 540 |4984 |4566 |  23k|  1 |7197 |3186 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
2926.93/2938.04	c   507s| 19100 | 13966 |  5270k| 275.7 |   432M |  51 | 540 |4962 |4587 |  23k|  1 |7209 |3202 |-4.815789e+01 |-6.800000e+01 |  41.20%|  14.28%
2929.02/2940.12	c   509s| 19200 | 14028 |  5293k| 275.5 |   432M |  51 | 540 |4943 |4593 |  23k|  1 |7232 |3214 |-4.815859e+01 |-6.800000e+01 |  41.20%|  14.29%
2930.92/2942.09	c   511s| 19300 | 14086 |  5314k| 275.2 |   432M |  51 | 540 |4974 |4580 |  23k|  1 |7293 |3230 |-4.815859e+01 |-6.800000e+01 |  41.20%|  14.29%
2932.80/2943.91	c   513s| 19400 | 14144 |  5336k| 274.8 |   432M |  51 | 540 |4975 |4591 |  23k|  1 |7319 |3238 |-4.815859e+01 |-6.800000e+01 |  41.20%|  14.29%
2935.00/2946.19	c   515s| 19500 | 14221 |  5357k| 274.5 |   432M |  51 | 540 |4969 |4578 |  23k|  1 |7329 |3263 |-4.816000e+01 |-6.800000e+01 |  41.20%|  14.29%
2937.38/2948.58	c   518s| 19600 | 14291 |  5384k| 274.5 |   432M |  51 | 540 |4995 |4591 |  23k|  1 |7384 |3295 |-4.816000e+01 |-6.800000e+01 |  41.20%|  14.32%
2940.57/2951.70	c   521s| 19700 | 14373 |  5412k| 274.5 |   432M |  51 | 540 |4992 |4568 |  23k|  1 |7400 |3344 |-4.816000e+01 |-6.800000e+01 |  41.20%|  14.32%
2942.66/2953.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2942.66/2953.87	c   523s| 19800 | 14445 |  5441k| 274.6 |   432M |  51 | 540 |5005 |4579 |  24k|  1 |7439 |3344 |-4.816456e+01 |-6.800000e+01 |  41.18%|  14.33%
2944.45/2955.66	c   525s| 19900 | 14511 |  5464k| 274.4 |   432M |  51 | 540 |5010 |4557 |  24k|  1 |7460 |3347 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.34%
2946.14/2957.34	c   527s| 20000 | 14577 |  5487k| 274.2 |   433M |  51 | 540 |5028 |4576 |  24k|  1 |7503 |3348 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
2948.04/2959.26	c   529s| 20100 | 14645 |  5510k| 273.9 |   434M |  51 | 540 |5033 |4558 |  24k|  1 |7537 |3360 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
2949.63/2960.84	c   530s| 20200 | 14701 |  5530k| 273.6 |   435M |  51 | 540 |5049 |4555 |  24k|  0 |7578 |3365 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
2951.83/2963.08	c   532s| 20300 | 14779 |  5554k| 273.4 |   435M |  51 | 540 |5056 |4554 |  24k|  1 |7616 |3384 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
2953.32/2964.54	c   534s| 20400 | 14841 |  5571k| 272.9 |   435M |  51 | 540 |5059 |4602 |  24k|  1 |7644 |3408 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.35%
2955.71/2966.92	c   536s| 20500 | 14917 |  5595k| 272.8 |   435M |  51 | 540 |5046 |4577 |  24k|  1 |7658 |3442 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
2957.40/2968.65	c   538s| 20600 | 15005 |  5619k| 272.6 |   436M |  51 | 540 |5012 |4545 |  24k|  1 |7662 |3442 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
2959.39/2970.64	c   540s| 20700 | 15081 |  5642k| 272.4 |   436M |  51 | 540 |5044 |4565 |  24k|  1 |7722 |3467 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
2961.68/2972.95	c   542s| 20800 | 15155 |  5665k| 272.2 |   436M |  51 | 540 |5035 |4572 |  24k|  1 |7743 |3483 |-4.816667e+01 |-6.800000e+01 |  41.18%|  14.36%
2963.68/2974.94	c   544s| 20900 | 15237 |  5688k| 271.9 |   436M |  51 | 540 |5023 |4573 |  24k|  1 |7764 |3489 |-4.817102e+01 |-6.800000e+01 |  41.16%|  14.37%
2965.47/2976.77	c   546s| 21000 | 15293 |  5709k| 271.7 |   437M |  51 | 540 |5041 |4603 |  24k|  1 |7805 |3512 |-4.817102e+01 |-6.800000e+01 |  41.16%|  14.37%
2968.06/2979.30	c   549s| 21100 | 15361 |  5737k| 271.7 |   437M |  51 | 540 |5044 |4582 |  24k|  1 |7856 |3526 |-4.817407e+01 |-6.800000e+01 |  41.15%|  14.37%
2970.15/2981.44	c   551s| 21200 | 15439 |  5761k| 271.6 |   437M |  51 | 540 |5012 |4567 |  24k|  2 |7865 |3547 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.38%
2972.44/2983.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2972.44/2983.73	c   553s| 21300 | 15519 |  5787k| 271.5 |   437M |  51 | 540 |5033 |4588 |  25k|  1 |7927 |3561 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.39%
2974.14/2985.41	c   555s| 21400 | 15587 |  5808k| 271.2 |   437M |  51 | 540 |5022 |4578 |  25k|  3 |7952 |3568 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.39%
2976.13/2987.49	c   557s| 21500 | 15659 |  5832k| 271.1 |   437M |  51 | 540 |5010 |4561 |  25k|  2 |7959 |3574 |-4.818182e+01 |-6.800000e+01 |  41.13%|  14.40%
2978.83/2990.13	c   559s| 21600 | 15736 |  5861k| 271.1 |   437M |  52 | 540 |5016 |4584 |  25k|  1 |7996 |3588 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.42%
2980.61/2991.95	c   561s| 21700 | 15806 |  5882k| 270.9 |   437M |  52 | 540 |5019 |4580 |  25k|  0 |8028 |3600 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.42%
2982.51/2993.81	c   563s| 21800 | 15862 |  5904k| 270.7 |   437M |  52 | 540 |5033 |4596 |  25k|  2 |8067 |3605 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.42%
2984.30/2995.69	c   565s| 21900 | 15934 |  5926k| 270.4 |   438M |  52 | 540 |5029 |4591 |  25k|  1 |8085 |3616 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
2985.99/2997.34	c   567s| 22000 | 15990 |  5946k| 270.1 |   438M |  52 | 540 |5040 |4599 |  25k|  4 |8118 |3622 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
2988.28/2999.60	c   569s| 22100 | 16068 |  5974k| 270.1 |   438M |  52 | 540 |5026 |4595 |  25k|  1 |8137 |3623 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
2990.48/3001.83	c   571s| 22200 | 16150 |  6002k| 270.2 |   438M |  52 | 540 |4998 |4584 |  25k|  1 |8137 |3627 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
2992.37/3003.79	c   573s| 22300 | 16226 |  6026k| 270.0 |   438M |  52 | 540 |4984 |4580 |  26k|  1 |8158 |3627 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.43%
2994.26/3005.60	c   575s| 22400 | 16280 |  6049k| 269.9 |   438M |  52 | 540 |4992 |4564 |  26k|  2 |8195 |3630 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.44%
2996.35/3007.74	c   577s| 22500 | 16357 |  6076k| 269.9 |   438M |  52 | 540 |5006 |4577 |  26k|  1 |8237 |3632 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.44%
2997.85/3009.28	c   579s| 22600 | 16427 |  6098k| 269.7 |   438M |  52 | 540 |5019 |4576 |  26k|  1 |8272 |3637 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.45%
2999.65/3011.01	c   580s| 22700 | 16497 |  6121k| 269.5 |   438M |  52 | 540 |5046 |4601 |  26k|  1 |8309 |3640 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.45%
3001.65/3013.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3001.65/3013.05	c   582s| 22800 | 16574 |  6146k| 269.4 |   438M |  52 | 540 |5092 |4570 |  26k|  1 |8385 |3645 |-4.819048e+01 |-6.800000e+01 |  41.11%|  14.45%
3003.13/3014.57	c   584s| 22900 | 16650 |  6167k| 269.1 |   438M |  52 | 540 |5083 |4599 |  26k|  1 |8392 |3647 |-4.819209e+01 |-6.800000e+01 |  41.10%|  14.46%
3004.92/3016.36	c   586s| 23000 | 16726 |  6191k| 269.0 |   438M |  52 | 540 |5094 |4583 |  26k|  5 |8431 |3653 |-4.820000e+01 |-6.800000e+01 |  41.08%|  14.47%
3006.81/3018.26	c   588s| 23100 | 16796 |  6215k| 268.9 |   440M |  52 | 540 |5100 |   0 |  26k|  0 |8468 |3653 |-4.820000e+01 |-6.800000e+01 |  41.08%|  14.48%
3008.11/3019.59	c   589s| 23200 | 16858 |  6234k| 268.5 |   440M |  52 | 540 |5100 |4575 |  26k|  0 |8490 |3654 |-4.820513e+01 |-6.800000e+01 |  41.06%|  14.49%
3009.80/3021.21	c   591s| 23300 | 16930 |  6257k| 268.4 |   440M |  52 | 540 |5071 |4581 |  26k|  1 |8503 |3655 |-4.820779e+01 |-6.800000e+01 |  41.06%|  14.50%
3011.50/3022.93	c   592s| 23400 | 17012 |  6279k| 268.2 |   440M |  52 | 540 |5049 |4603 |  26k|  1 |8507 |3656 |-4.820779e+01 |-6.800000e+01 |  41.06%|  14.50%
3013.29/3024.72	c   594s| 23500 | 17082 |  6304k| 268.1 |   442M |  52 | 540 |5073 |4565 |  26k|  2 |8559 |3656 |-4.821053e+01 |-6.800000e+01 |  41.05%|  14.50%
3014.88/3026.30	c   596s| 23600 | 17138 |  6324k| 267.8 |   442M |  52 | 540 |5082 |4582 |  26k|  1 |8597 |3659 |-4.821873e+01 |-6.800000e+01 |  41.02%|  14.52%
3016.69/3028.19	c   598s| 23700 | 17208 |  6347k| 267.6 |   442M |  52 | 540 |5057 |4583 |  26k|  0 |8619 |3661 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.52%
3018.37/3029.86	c   599s| 23800 | 17294 |  6368k| 267.4 |   443M |  52 | 540 |5052 |4560 |  26k|  1 |8635 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.52%
3020.26/3031.72	c   601s| 23900 | 17356 |  6393k| 267.3 |   443M |  52 | 540 |5043 |   0 |  27k|  0 |8659 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.52%
3021.76/3033.21	c   603s| 24000 | 17414 |  6414k| 267.1 |   443M |  52 | 540 |5030 |4602 |  27k|  1 |8678 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.53%
3023.45/3034.92	c   604s| 24100 | 17484 |  6436k| 266.9 |   443M |  52 | 540 |5014 |4562 |  27k|  2 |8692 |3671 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.53%
3025.44/3036.94	c   606s| 24200 | 17574 |  6464k| 266.9 |   443M |  52 | 540 |5029 |4562 |  27k|  1 |8727 |3674 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.53%
3027.73/3039.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3027.73/3039.20	c   609s| 24300 | 17632 |  6488k| 266.8 |   443M |  52 | 540 |5009 |4559 |  27k|  2 |8740 |3684 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.54%
3029.43/3040.93	c   610s| 24400 | 17698 |  6506k| 266.5 |   443M |  52 | 540 |5073 |4567 |  27k|  1 |8819 |3697 |-4.822222e+01 |-6.800000e+01 |  41.01%|  14.68%
3032.32/3043.89	c   613s| 24500 | 17770 |  6534k| 266.5 |   443M |  52 | 540 |5065 |4624 |  27k|  1 |8835 |3712 |-4.822642e+01 |-6.800000e+01 |  41.00%|  14.68%
3034.52/3046.06	c   615s| 24600 | 17844 |  6560k| 266.5 |   443M |  52 | 540 |5060 |4583 |  27k|  1 |8851 |3716 |-4.823077e+01 |-6.800000e+01 |  40.99%|  14.69%
3037.40/3048.95	c   618s| 24700 | 17934 |  6590k| 266.6 |   443M |  52 | 540 |5034 |4585 |  27k|  1 |8861 |3739 |-4.823077e+01 |-6.800000e+01 |  40.99%|  14.69%
3040.29/3051.81	c   621s| 24800 | 18016 |  6619k| 266.8 |   443M |  52 | 540 |5034 |4592 |  27k|  1 |8890 |3754 |-4.823256e+01 |-6.800000e+01 |  40.98%|  14.69%
3042.59/3054.13	c   623s| 24900 | 18092 |  6645k| 266.7 |   443M |  52 | 540 |5032 |4562 |  28k|  1 |8906 |3756 |-4.823376e+01 |-6.800000e+01 |  40.98%|  14.70%
3044.77/3056.35	c   626s| 25000 | 18170 |  6671k| 266.7 |   443M |  52 | 540 |5035 |   0 |  28k|  0 |8950 |3776 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.70%
3047.47/3059.06	c   628s| 25100 | 18248 |  6701k| 266.8 |   443M |  52 | 540 |5009 |   0 |  28k|  0 |8957 |3791 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
3050.46/3062.10	c   631s| 25200 | 18318 |  6729k| 266.9 |   443M |  52 | 540 |5030 |4633 |  28k|  7 |8998 |3814 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
3053.24/3064.82	c   634s| 25300 | 18388 |  6758k| 267.0 |   444M |  52 | 540 |5039 |4581 |  28k|  1 |9028 |3821 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
3055.73/3067.35	c   637s| 25400 | 18434 |  6784k| 266.9 |   444M |  52 | 540 |5037 |   0 |  28k|  0 |9060 |3839 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
3058.22/3069.88	c   639s| 25500 | 18516 |  6813k| 267.0 |   444M |  52 | 540 |5015 |4575 |  28k|  1 |9065 |3848 |-4.823529e+01 |-6.800000e+01 |  40.98%|  14.71%
3060.42/3072.04	c   641s| 25600 | 18584 |  6836k| 266.9 |   444M |  52 | 540 |4996 |4581 |  28k|  1 |9093 |3865 |-4.823806e+01 |-6.800000e+01 |  40.97%|  14.71%
3062.30/3073.95	c   643s| 25700 | 18634 |  6858k| 266.7 |   445M |  52 | 540 |5002 |4561 |  29k|  0 |9140 |3874 |-4.823810e+01 |-6.800000e+01 |  40.97%|  14.73%
3064.89/3076.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3064.89/3076.54	c   646s| 25800 | 18702 |  6885k| 266.7 |   445M |  52 | 540 |5024 |   0 |  29k|  0 |9187 |3882 |-4.823852e+01 |-6.800000e+01 |  40.97%|  14.73%
3066.98/3078.69	c   648s| 25900 | 18772 |  6911k| 266.7 |   446M |  52 | 540 |5011 |4574 |  29k|  1 |9204 |3890 |-4.824242e+01 |-6.800000e+01 |  40.95%|  14.74%
3070.48/3082.15	c   651s| 26000 | 18850 |  6942k| 266.8 |   447M |  52 | 540 |5019 |4563 |  29k|  1 |9227 |3929 |-4.824390e+01 |-6.800000e+01 |  40.95%|  14.74%
3072.16/3083.89	c   653s| 26100 | 18912 |  6964k| 266.7 |   447M |  52 | 540 |5024 |4579 |  29k|  0 |9253 |3934 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
3074.47/3086.19	c   656s| 26200 | 18990 |  6992k| 266.7 |   447M |  52 | 540 |5005 |4577 |  29k|  5 |9263 |3936 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
3076.05/3087.71	c   657s| 26300 | 19050 |  7011k| 266.4 |   447M |  52 | 540 |4987 |4577 |  29k|  0 |9271 |3949 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
3078.04/3089.71	c   659s| 26400 | 19122 |  7036k| 266.4 |   447M |  52 | 540 |4968 |4565 |  29k|  1 |9289 |3957 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
3079.84/3091.51	c   661s| 26500 | 19190 |  7059k| 266.2 |   447M |  52 | 540 |4984 |4578 |  29k|  3 |9332 |3960 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
3081.73/3093.47	c   663s| 26600 | 19244 |  7082k| 266.1 |   447M |  52 | 540 |5056 |4579 |  30k|  1 |9411 |3968 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.76%
3084.02/3095.78	c   665s| 26700 | 19316 |  7108k| 266.1 |   448M |  52 | 540 |5055 |4580 |  30k|  0 |9422 |3975 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.77%
3085.81/3097.55	c   667s| 26800 | 19376 |  7128k| 265.8 |   448M |  52 | 540 |5089 |4626 |  30k|  1 |9486 |3986 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.77%
3087.21/3098.93	c   668s| 26900 | 19442 |  7147k| 265.6 |   449M |  52 | 540 |5060 |4576 |  30k|  0 |9499 |3987 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
3089.00/3100.75	c   670s| 27000 | 19518 |  7172k| 265.5 |   449M |  52 | 540 |5061 |4601 |  30k|  1 |9525 |3992 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
3090.99/3102.73	c   672s| 27100 | 19588 |  7197k| 265.4 |   449M |  52 | 540 |5044 |4567 |  30k|  0 |9540 |4003 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
3092.69/3104.44	c   674s| 27200 | 19674 |  7221k| 265.3 |   449M |  52 | 540 |5027 |4572 |  30k|  1 |9543 |4004 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
3094.18/3105.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3094.18/3105.97	c   675s| 27300 | 19762 |  7243k| 265.2 |   450M |  52 | 540 |5018 |4577 |  30k|  1 |9545 |4005 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
3095.77/3107.58	c   677s| 27400 | 19844 |  7265k| 265.0 |   450M |  52 | 540 |5023 |4576 |  30k|  1 |9567 |4005 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
3096.77/3108.55	c   678s| 27500 | 19910 |  7280k| 264.6 |   450M |  52 | 540 |5034 |4570 |  30k|  2 |9584 |4008 |-4.825000e+01 |-6.800000e+01 |  40.93%|  14.78%
3098.86/3110.63	c   680s| 27600 | 19992 |  7307k| 264.6 |   450M |  52 | 540 |5013 |4582 |  30k|  1 |9597 |4009 |-4.825521e+01 |-6.800000e+01 |  40.92%|  14.79%
3100.27/3112.06	c   681s| 27700 | 20060 |  7326k| 264.3 |   450M |  52 | 540 |4990 |4567 |  30k|  0 |9611 |4011 |-4.825521e+01 |-6.800000e+01 |  40.92%|  14.79%
3101.85/3113.68	c   683s| 27800 | 20124 |  7348k| 264.2 |   450M |  52 | 540 |5001 |4587 |  30k|  1 |9650 |4012 |-4.825707e+01 |-6.800000e+01 |  40.91%|  14.80%
3103.26/3115.05	c   684s| 27900 | 20180 |  7367k| 263.9 |   450M |  53 | 540 |4989 |4567 |  30k|  1 |9669 |4014 |-4.825884e+01 |-6.800000e+01 |  40.91%|  14.81%
3104.44/3116.20	c   686s| 28000 | 20238 |  7383k| 263.6 |   450M |  53 | 540 |4980 |4560 |  30k|  1 |9673 |4014 |-4.825884e+01 |-6.800000e+01 |  40.91%|  14.81%
3105.94/3117.76	c   687s| 28100 | 20308 |  7404k| 263.4 |   451M |  53 | 540 |4983 |4582 |  31k|  1 |9694 |4017 |-4.825926e+01 |-6.800000e+01 |  40.91%|  14.81%
3107.53/3119.31	c   689s| 28200 | 20361 |  7424k| 263.1 |   451M |  53 | 540 |5016 |4560 |  31k|  1 |9750 |4019 |-4.825926e+01 |-6.800000e+01 |  40.91%|  14.81%
3109.42/3121.27	c   691s| 28300 | 20433 |  7448k| 263.0 |   451M |  53 | 540 |5020 |4602 |  31k|  1 |9770 |4024 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.82%
3110.82/3122.69	c   692s| 28400 | 20499 |  7467k| 262.8 |   451M |  53 | 540 |5002 |4565 |  31k|  1 |9778 |4026 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
3113.11/3125.00	c   694s| 28500 | 20579 |  7496k| 262.9 |   451M |  53 | 540 |4966 |4564 |  31k|  1 |9785 |4027 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
3115.10/3127.00	c   696s| 28600 | 20653 |  7523k| 262.9 |   451M |  53 | 540 |5000 |4558 |  31k|  1 |9851 |4027 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
3117.39/3129.25	c   699s| 28700 | 20747 |  7554k| 263.1 |   451M |  53 | 540 |4981 |4574 |  31k|  1 |9851 |4027 |-4.826667e+01 |-6.800000e+01 |  40.88%|  14.83%
3118.89/3130.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3118.89/3130.72	c   700s| 28800 | 20813 |  7574k| 262.9 |   452M |  53 | 540 |5007 |4588 |  31k|  2 |9901 |4028 |-4.827441e+01 |-6.800000e+01 |  40.86%|  14.84%
3120.48/3132.38	c   702s| 28900 | 20879 |  7597k| 262.7 |   452M |  53 | 540 |4989 |4596 |  31k|  1 |9901 |4028 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3122.37/3134.29	c   704s| 29000 | 20961 |  7623k| 262.7 |   452M |  53 | 540 |4967 |4574 |  31k|  1 |9907 |4029 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3124.46/3136.37	c   706s| 29100 | 21033 |  7646k| 262.6 |   452M |  53 | 540 |4945 |4592 |  31k|  1 |9907 |4044 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3127.05/3138.97	c   708s| 29200 | 21103 |  7673k| 262.6 |   452M |  53 | 540 |4940 |4592 |  31k|  0 |9929 |4067 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3129.16/3141.10	c   710s| 29300 | 21171 |  7699k| 262.6 |   452M |  53 | 540 |4959 |4565 |  31k|  1 |9963 |4069 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3132.33/3144.23	c   714s| 29400 | 21259 |  7734k| 262.9 |   453M |  53 | 540 |4971 |4594 |  32k|  1 |9992 |4084 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3135.02/3147.00	c   716s| 29500 | 21347 |  7758k| 262.9 |   455M |  53 | 540 |4962 |4573 |  32k|  1 |  10k|4116 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3137.23/3149.18	c   718s| 29600 | 21443 |  7785k| 262.9 |   455M |  53 | 540 |4955 |4578 |  32k|  2 |  10k|4116 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3139.61/3151.50	c   721s| 29700 | 21535 |  7813k| 262.9 |   455M |  53 | 540 |4943 |4583 |  32k|  1 |  10k|4126 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3141.90/3153.85	c   723s| 29800 | 21603 |  7840k| 263.0 |   456M |  53 | 540 |4941 |4634 |  32k|  9 |  10k|4131 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.86%
3143.89/3155.80	c   725s| 29900 | 21674 |  7862k| 262.8 |   456M |  53 | 540 |4947 |4592 |  32k|  2 |  10k|4142 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.87%
3145.98/3157.94	c   727s| 30000 | 21748 |  7888k| 262.8 |   456M |  53 | 540 |4971 |4600 |  32k|  2 |  10k|4153 |-4.828571e+01 |-6.800000e+01 |  40.83%|  14.87%
3148.09/3160.03	c   729s| 30100 | 21820 |  7912k| 262.7 |   456M |  53 | 540 |4968 |   0 |  32k|  0 |  10k|4166 |-4.829650e+01 |-6.800000e+01 |  40.80%|  14.89%
3149.97/3161.92	c   731s| 30200 | 21904 |  7934k| 262.6 |   457M |  53 | 540 |4966 |4578 |  32k|  1 |  10k|4178 |-4.830000e+01 |-6.800000e+01 |  40.79%|  14.89%
3151.46/3163.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3151.46/3163.47	c   733s| 30300 | 21968 |  7954k| 262.4 |   458M |  53 | 540 |4974 |4567 |  32k|  1 |  10k|4186 |-4.830000e+01 |-6.800000e+01 |  40.79%|  14.90%
3153.95/3165.93	c   735s| 30400 | 22049 |  7983k| 262.5 |   458M |  53 | 540 |4973 |4568 |  32k|  1 |  10k|4201 |-4.830556e+01 |-6.800000e+01 |  40.77%|  14.91%
3155.65/3167.67	c   737s| 30500 | 22125 |  8004k| 262.3 |   458M |  53 | 540 |4973 |4579 |  32k|  2 |  10k|4212 |-4.830556e+01 |-6.800000e+01 |  40.77%|  14.91%
3157.74/3169.77	c   739s| 30600 | 22199 |  8028k| 262.2 |   458M |  53 | 540 |5024 |4583 |  32k|  1 |  10k|4225 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.92%
3159.33/3171.37	c   741s| 30700 | 22247 |  8047k| 262.0 |   458M |  53 | 540 |5049 |4559 |  33k|  0 |  10k|4238 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
3161.62/3173.69	c   743s| 30800 | 22331 |  8076k| 262.1 |   458M |  53 | 540 |5037 |4570 |  33k|  1 |  10k|4254 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
3163.62/3175.61	c   745s| 30900 | 22413 |  8098k| 261.9 |   458M |  53 | 540 |5014 |4570 |  33k|  1 |  10k|4270 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
3165.81/3177.80	c   747s| 31000 | 22503 |  8126k| 262.0 |   458M |  53 | 540 |5003 |4575 |  33k|  2 |  10k|4281 |-4.830769e+01 |-6.800000e+01 |  40.76%|  14.94%
3168.30/3180.39	c   750s| 31100 | 22571 |  8155k| 262.1 |   459M |  53 | 540 |5027 |4590 |  33k|  0 |  10k|4291 |-4.830864e+01 |-6.800000e+01 |  40.76%|  14.95%
3170.00/3182.07	c   751s| 31200 | 22639 |  8177k| 262.0 |   459M |  53 | 540 |5017 |4575 |  33k|  2 |  10k|4293 |-4.831325e+01 |-6.800000e+01 |  40.75%|  14.96%
3172.18/3184.22	c   754s| 31300 | 22723 |  8205k| 262.0 |   459M |  53 | 540 |5041 |4573 |  33k|  2 |  10k|4298 |-4.831373e+01 |-6.800000e+01 |  40.75%|  14.97%
3173.88/3185.98	c   755s| 31400 | 22805 |  8227k| 261.9 |   459M |  53 | 540 |5089 |4569 |  33k|  1 |  10k|4308 |-4.831399e+01 |-6.800000e+01 |  40.75%|  15.10%
3175.98/3188.08	c   757s| 31500 | 22879 |  8248k| 261.7 |   459M |  53 | 540 |5079 |4595 |  33k|  2 |  10k|4327 |-4.831579e+01 |-6.800000e+01 |  40.74%|  15.11%
3178.07/3190.14	c   759s| 31600 | 22946 |  8273k| 261.7 |   459M |  53 | 540 |5058 |4562 |  33k|  1 |  10k|4338 |-4.832073e+01 |-6.800000e+01 |  40.73%|  15.12%
3180.16/3192.20	c   762s| 31700 | 23020 |  8299k| 261.7 |   459M |  53 | 540 |5062 |4588 |  33k|  1 |  10k|4344 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
3182.35/3194.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3182.35/3194.48	c   764s| 31800 | 23095 |  8324k| 261.6 |   459M |  53 | 540 |5074 |4592 |  33k|  1 |  10k|4360 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
3184.45/3196.53	c   766s| 31900 | 23169 |  8351k| 261.7 |   459M |  53 | 540 |5051 |4583 |  33k|  1 |  10k|4361 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
3186.24/3198.37	c   768s| 32000 | 23259 |  8377k| 261.7 |   459M |  53 | 540 |5053 |4583 |  34k|  1 |  10k|4363 |-4.832258e+01 |-6.800000e+01 |  40.72%|  15.12%
3188.23/3200.33	c   770s| 32100 | 23345 |  8403k| 261.7 |   459M |  53 | 540 |5061 |4562 |  34k|  2 |  10k|4365 |-4.832557e+01 |-6.800000e+01 |  40.71%|  15.12%
3190.72/3202.88	c   772s| 32200 | 23441 |  8432k| 261.8 |   459M |  53 | 540 |5033 |4590 |  34k|  1 |  10k|4378 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
3192.71/3204.84	c   774s| 32300 | 23527 |  8458k| 261.7 |   459M |  53 | 540 |5024 |4598 |  34k|  1 |  10k|4380 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
3194.31/3206.40	c   776s| 32400 | 23607 |  8481k| 261.6 |   459M |  53 | 540 |5047 |   0 |  34k|  0 |  10k|4381 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
3196.60/3208.70	c   778s| 32500 | 23681 |  8503k| 261.5 |   462M |  53 | 540 |5041 |4614 |  34k|  1 |  10k|4385 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
3198.79/3210.92	c   780s| 32600 | 23759 |  8530k| 261.5 |   462M |  53 | 540 |5039 |4593 |  34k|  1 |  10k|4386 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.13%
3200.19/3212.34	c   782s| 32700 | 23823 |  8550k| 261.3 |   462M |  53 | 540 |5068 |4582 |  34k|  1 |  10k|4387 |-4.832653e+01 |-6.800000e+01 |  40.71%|  15.15%
3201.89/3214.07	c   783s| 32800 | 23893 |  8572k| 261.2 |   462M |  53 | 540 |5056 |4575 |  34k|  0 |  10k|4388 |-4.832895e+01 |-6.800000e+01 |  40.70%|  15.15%
3203.88/3216.07	c   785s| 32900 | 23973 |  8598k| 261.2 |   462M |  53 | 540 |5042 |4579 |  34k|  2 |  10k|4390 |-4.833116e+01 |-6.800000e+01 |  40.70%|  15.16%
3205.88/3218.05	c   787s| 33000 | 24047 |  8623k| 261.2 |   463M |  53 | 540 |5073 |4574 |  35k|  1 |  10k|4391 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
3207.46/3219.63	c   789s| 33100 | 24129 |  8644k| 261.0 |   463M |  53 | 540 |5061 |4588 |  35k|  3 |  10k|4399 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
3209.25/3221.46	c   791s| 33200 | 24215 |  8669k| 261.0 |   463M |  53 | 540 |5030 |4578 |  35k|  1 |  10k|4399 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
3210.86/3223.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3210.86/3223.11	c   792s| 33300 | 24291 |  8691k| 260.9 |   463M |  53 | 540 |5024 |4574 |  35k|  1 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
3212.64/3224.82	c   794s| 33400 | 24363 |  8713k| 260.8 |   463M |  53 | 540 |5033 |4585 |  35k|  0 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
3214.73/3226.99	c   796s| 33500 | 24435 |  8741k| 260.8 |   463M |  53 | 540 |5057 |4588 |  35k|  1 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.16%
3216.33/3228.57	c   798s| 33600 | 24517 |  8762k| 260.7 |   463M |  53 | 540 |5019 |4598 |  35k|  1 |  10k|4402 |-4.833333e+01 |-6.800000e+01 |  40.69%|  15.17%
3217.62/3229.81	c   799s| 33700 | 24593 |  8780k| 260.4 |   463M |  53 | 540 |5031 |4586 |  35k|  1 |  10k|4404 |-4.833708e+01 |-6.800000e+01 |  40.68%|  15.18%
3219.21/3231.44	c   801s| 33800 | 24679 |  8804k| 260.3 |   463M |  53 | 540 |5033 |4554 |  35k|  1 |  10k|4404 |-4.833708e+01 |-6.800000e+01 |  40.68%|  15.18%
3220.82/3233.01	c   802s| 33900 | 24745 |  8825k| 260.2 |   463M |  53 | 540 |5034 |4582 |  35k|  1 |  10k|4404 |-4.833708e+01 |-6.800000e+01 |  40.68%|  15.18%
3222.40/3234.66	c   804s| 34000 | 24825 |  8849k| 260.1 |   463M |  53 | 540 |5047 |4578 |  35k|  2 |  11k|4404 |-4.834175e+01 |-6.800000e+01 |  40.67%|  15.19%
3224.10/3236.39	c   806s| 34100 | 24887 |  8870k| 260.0 |   463M |  53 | 540 |5037 |4567 |  35k|  1 |  11k|4404 |-4.834357e+01 |-6.800000e+01 |  40.66%|  15.20%
3225.59/3237.85	c   807s| 34200 | 24961 |  8891k| 259.9 |   463M |  53 | 540 |5028 |4572 |  35k|  2 |  11k|4404 |-4.834483e+01 |-6.800000e+01 |  40.66%|  15.20%
3227.58/3239.83	c   809s| 34300 | 25037 |  8916k| 259.8 |   464M |  53 | 540 |5011 |4576 |  35k|  1 |  11k|4410 |-4.834746e+01 |-6.800000e+01 |  40.65%|  15.21%
3229.67/3241.98	c   811s| 34400 | 25111 |  8942k| 259.8 |   464M |  53 | 540 |5015 |4594 |  35k|  2 |  11k|4410 |-4.835115e+01 |-6.800000e+01 |  40.64%|  15.22%
3231.27/3243.56	c   813s| 34500 | 25185 |  8963k| 259.7 |   464M |  53 | 540 |5033 |4576 |  35k|  1 |  11k|4410 |-4.835294e+01 |-6.800000e+01 |  40.63%|  15.22%
3233.77/3246.01	c   815s| 34600 | 25271 |  8988k| 259.7 |   464M |  53 | 540 |5019 |4575 |  35k|  1 |  11k|4428 |-4.835797e+01 |-6.800000e+01 |  40.62%|  15.23%
3235.86/3248.13	c   817s| 34700 | 25353 |  9013k| 259.6 |   466M |  53 | 540 |5030 |4574 |  36k|  2 |  11k|4428 |-4.836111e+01 |-6.800000e+01 |  40.61%|  15.23%
3237.15/3249.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3237.15/3249.46	c   819s| 34800 | 25411 |  9027k| 259.3 |   466M |  53 | 540 |5043 |4584 |  36k|  1 |  11k|4439 |-4.836364e+01 |-6.800000e+01 |  40.60%|  15.24%
3238.85/3251.12	c   820s| 34900 | 25481 |  9050k| 259.2 |   466M |  53 | 540 |5030 |4603 |  36k|  1 |  11k|4439 |-4.836364e+01 |-6.800000e+01 |  40.60%|  15.24%
3241.63/3253.94	c   823s| 35000 | 25571 |  9080k| 259.3 |   466M |  53 | 540 |5014 |4588 |  36k|  1 |  11k|4455 |-4.836364e+01 |-6.800000e+01 |  40.60%|  15.24%
3244.02/3256.33	c   826s| 35100 | 25667 |  9109k| 259.4 |   466M |  53 | 540 |5001 |4588 |  36k|  1 |  11k|4466 |-4.837241e+01 |-6.800000e+01 |  40.58%|  15.25%
3246.41/3258.77	c   828s| 35200 | 25759 |  9138k| 259.5 |   467M |  53 | 540 |4995 |4602 |  36k|  1 |  11k|4480 |-4.837500e+01 |-6.800000e+01 |  40.57%|  15.26%
3248.01/3260.35	c   830s| 35300 | 25819 |  9156k| 259.3 |   467M |  53 | 540 |5003 |4590 |  36k|  1 |  11k|4487 |-4.837648e+01 |-6.800000e+01 |  40.56%|  15.26%
3250.20/3262.51	c   832s| 35400 | 25905 |  9181k| 259.2 |   467M |  53 | 540 |5006 |4572 |  36k|  1 |  11k|4499 |-4.837846e+01 |-6.800000e+01 |  40.56%|  15.27%
3252.80/3265.13	c   834s| 35500 | 25997 |  9213k| 259.4 |   467M |  53 | 540 |5019 |4578 |  36k|  1 |  11k|4514 |-4.837846e+01 |-6.800000e+01 |  40.56%|  15.27%
3255.38/3267.79	c   837s| 35600 | 26087 |  9244k| 259.6 |   467M |  53 | 540 |5024 |4578 |  36k|  1 |  11k|4525 |-4.838146e+01 |-6.800000e+01 |  40.55%|  15.27%
3257.47/3269.88	c   839s| 35700 | 26169 |  9269k| 259.5 |   467M |  53 | 540 |5038 |4575 |  36k|  1 |  11k|4537 |-4.838146e+01 |-6.800000e+01 |  40.55%|  15.27%
3259.36/3271.73	c   841s| 35800 | 26253 |  9293k| 259.5 |   467M |  53 | 540 |5037 |4585 |  36k|  1 |  11k|4545 |-4.838462e+01 |-6.800000e+01 |  40.54%|  15.28%
3262.05/3274.40	c   844s| 35900 | 26331 |  9318k| 259.4 |   467M |  53 | 540 |5060 |4574 |  36k|  1 |  11k|4579 |-4.838462e+01 |-6.800000e+01 |  40.54%|  15.28%
3263.66/3276.09	c   845s| 36000 | 26397 |  9341k| 259.4 |   467M |  53 | 540 |5055 |4585 |  36k|  2 |  11k|4579 |-4.838462e+01 |-6.800000e+01 |  40.54%|  15.28%
3265.75/3278.16	c   847s| 36100 | 26469 |  9366k| 259.3 |   467M |  53 | 540 |5067 |4600 |  36k|  2 |  11k|4579 |-4.838806e+01 |-6.800000e+01 |  40.53%|  15.29%
3268.23/3280.66	c   850s| 36200 | 26549 |  9395k| 259.4 |   467M |  53 | 540 |5081 |4584 |  36k|  1 |  11k|4584 |-4.839286e+01 |-6.800000e+01 |  40.52%|  15.30%
3270.82/3283.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3270.82/3283.24	c   853s| 36300 | 26635 |  9424k| 259.5 |   468M |  53 | 540 |5059 |4571 |  36k|  1 |  11k|4599 |-4.839425e+01 |-6.800000e+01 |  40.51%|  15.30%
3273.31/3285.72	c   855s| 36400 | 26721 |  9453k| 259.6 |   468M |  53 | 540 |5046 |4580 |  36k|  1 |  11k|4611 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3275.80/3288.28	c   858s| 36500 | 26811 |  9481k| 259.6 |   468M |  53 | 540 |5045 |4588 |  37k|  1 |  11k|4622 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3278.19/3290.65	c   860s| 36600 | 26899 |  9510k| 259.7 |   468M |  53 | 540 |5086 |4592 |  37k|  3 |  11k|4640 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3279.88/3292.36	c   862s| 36700 | 26967 |  9532k| 259.6 |   468M |  53 | 540 |5071 |4598 |  37k|  1 |  11k|4648 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3281.69/3294.18	c   863s| 36800 | 27029 |  9553k| 259.5 |   468M |  53 | 540 |5069 |4622 |  37k|  1 |  11k|4654 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3283.87/3296.33	c   866s| 36900 | 27111 |  9577k| 259.4 |   468M |  53 | 540 |5051 |4564 |  37k|  1 |  11k|4681 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3285.58/3298.09	c   867s| 37000 | 27187 |  9599k| 259.3 |   468M |  53 | 540 |5043 |4559 |  37k|  1 |  11k|4688 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3287.36/3299.88	c   869s| 37100 | 27281 |  9624k| 259.3 |   468M |  53 | 540 |5032 |4572 |  37k|  1 |  11k|4697 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3289.15/3301.60	c   871s| 37200 | 27375 |  9648k| 259.3 |   469M |  53 | 540 |5031 |4570 |  37k|  1 |  11k|4701 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3290.74/3303.27	c   873s| 37300 | 27451 |  9671k| 259.2 |   469M |  53 | 540 |5050 |4592 |  37k|  1 |  11k|4703 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3292.74/3305.28	c   875s| 37400 | 27533 |  9699k| 259.2 |   470M |  53 | 540 |5031 |4570 |  37k|  1 |  11k|4707 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3294.73/3307.24	c   877s| 37500 | 27601 |  9724k| 259.2 |   470M |  53 | 540 |5027 |4567 |  37k|  1 |  11k|4708 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3296.42/3308.92	c   878s| 37600 | 27673 |  9748k| 259.2 |   470M |  53 | 540 |5016 |4596 |  37k|  1 |  11k|4709 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.31%
3298.02/3310.51	c   880s| 37700 | 27753 |  9770k| 259.1 |   471M |  53 | 540 |5015 |4577 |  37k|  1 |  11k|4710 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3299.41/3311.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3299.41/3311.90	c   881s| 37800 | 27819 |  9788k| 258.8 |   471M |  53 | 540 |5025 |4560 |  37k|  0 |  11k|4712 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3300.31/3312.89	c   882s| 37900 | 27875 |  9802k| 258.5 |   471M |  53 | 540 |5042 |4576 |  37k|  1 |  11k|4713 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3301.80/3314.36	c   884s| 38000 | 27945 |  9821k| 258.3 |   471M |  53 | 540 |5040 |4562 |  37k|  1 |  11k|4716 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3302.61/3315.11	c   884s| 38100 | 27997 |  9832k| 258.0 |   471M |  53 | 540 |5073 |4593 |  37k|  1 |  11k|4716 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3304.09/3316.65	c   886s| 38200 | 28059 |  9854k| 257.8 |   471M |  53 | 540 |5051 |4587 |  37k|  2 |  11k|4718 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3305.79/3318.30	c   888s| 38300 | 28135 |  9876k| 257.8 |   471M |  53 | 540 |5028 |4583 |  37k|  1 |  11k|4718 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3307.28/3319.81	c   889s| 38400 | 28217 |  9898k| 257.7 |   471M |  53 | 540 |5043 |4571 |  37k|  2 |  11k|4718 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3309.27/3321.85	c   891s| 38500 | 28293 |  9925k| 257.7 |   471M |  53 | 540 |5058 |4588 |  37k|  1 |  11k|4719 |-4.840000e+01 |-6.800000e+01 |  40.50%|  15.32%
3311.07/3323.67	c   893s| 38600 | 28371 |  9949k| 257.7 |   472M |  53 | 540 |5037 |4580 |  37k|  1 |  11k|4721 |-4.840152e+01 |-6.800000e+01 |  40.49%|  15.39%
3313.06/3325.65	c   895s| 38700 | 28449 |  9975k| 257.7 |   473M |  53 | 540 |5049 |4574 |  38k|  1 |  11k|4721 |-4.840679e+01 |-6.800000e+01 |  40.48%|  15.40%
3314.46/3327.05	c   896s| 38800 | 28525 |  9995k| 257.5 |   473M |  53 | 540 |5064 |4578 |  38k|  1 |  11k|4724 |-4.840996e+01 |-6.800000e+01 |  40.47%|  15.41%
3315.46/3328.02	c   897s| 38900 | 28579 | 10009k| 257.2 |   473M |  53 | 540 |5091 |4578 |  38k|  1 |  11k|4724 |-4.840996e+01 |-6.800000e+01 |  40.47%|  15.41%
3317.14/3329.78	c   899s| 39000 | 28637 | 10029k| 257.1 |   473M |  53 | 540 |5096 |4570 |  38k|  0 |  11k|4724 |-4.840996e+01 |-6.800000e+01 |  40.47%|  15.41%
3318.64/3331.29	c   901s| 39100 | 28715 | 10050k| 256.9 |   473M |  53 | 540 |5103 |4576 |  38k|  3 |  11k|4726 |-4.841224e+01 |-6.800000e+01 |  40.46%|  15.41%
3320.63/3333.26	c   903s| 39200 | 28780 | 10070k| 256.8 |   473M |  53 | 540 |5110 |4576 |  38k|  1 |  11k|4726 |-4.841315e+01 |-6.800000e+01 |  40.46%|  15.41%
3322.43/3335.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3322.43/3335.01	c   904s| 39300 | 28856 | 10094k| 256.7 |   473M |  53 | 540 |5108 |4575 |  38k|  1 |  12k|4726 |-4.841379e+01 |-6.800000e+01 |  40.46%|  15.42%
3323.72/3336.39	c   906s| 39400 | 28932 | 10114k| 256.6 |   473M |  53 | 540 |5093 |4573 |  38k|  2 |  12k|4726 |-4.841667e+01 |-6.800000e+01 |  40.45%|  15.42%
3325.01/3337.66	c   907s| 39500 | 29008 | 10132k| 256.4 |   473M |  53 | 540 |5084 |4582 |  38k|  1 |  12k|4726 |-4.841885e+01 |-6.800000e+01 |  40.44%|  15.42%
3327.52/3340.15	c   909s| 39600 | 29100 | 10163k| 256.5 |   473M |  53 | 540 |5077 |4578 |  38k|  1 |  12k|4726 |-4.842514e+01 |-6.800000e+01 |  40.42%|  15.43%
3330.59/3343.27	c   913s| 39700 | 29198 | 10202k| 256.9 |   473M |  53 | 540 |5093 |4588 |  38k|  1 |  12k|4727 |-4.842514e+01 |-6.800000e+01 |  40.42%|  15.43%
3332.58/3345.27	c   915s| 39800 | 29282 | 10230k| 256.9 |   474M |  53 | 540 |5081 |4595 |  38k|  1 |  12k|4728 |-4.842514e+01 |-6.800000e+01 |  40.42%|  15.43%
3334.28/3347.00	c   916s| 39900 | 29366 | 10255k| 256.9 |   474M |  53 | 540 |5084 |4584 |  38k|  0 |  12k|4728 |-4.842637e+01 |-6.800000e+01 |  40.42%|  15.44%
3335.87/3348.50	c   918s| 40000 | 29442 | 10276k| 256.8 |   474M |  53 | 540 |5093 |4576 |  38k|  1 |  12k|4728 |-4.842857e+01 |-6.800000e+01 |  40.41%|  15.44%
3337.66/3350.34	c   920s| 40100 | 29512 | 10301k| 256.8 |   474M |  53 | 540 |5118 |4580 |  38k|  1 |  12k|4729 |-4.843470e+01 |-6.800000e+01 |  40.40%|  15.45%
3339.47/3352.12	c   921s| 40200 | 29574 | 10323k| 256.7 |   476M |  53 | 540 |5127 |4556 |  38k|  0 |  12k|4729 |-4.843643e+01 |-6.800000e+01 |  40.39%|  15.45%
3341.65/3354.37	c   924s| 40300 | 29664 | 10351k| 256.8 |   476M |  53 | 540 |5132 |4591 |  38k|  2 |  12k|4739 |-4.843808e+01 |-6.800000e+01 |  40.39%|  15.46%
3343.64/3356.34	c   926s| 40400 | 29752 | 10375k| 256.7 |   476M |  53 | 540 |5111 |4589 |  38k|  1 |  12k|4746 |-4.843808e+01 |-6.800000e+01 |  40.39%|  15.46%
3345.35/3358.09	c   927s| 40500 | 29834 | 10397k| 256.6 |   476M |  53 | 540 |5084 |4569 |  38k|  2 |  12k|4757 |-4.843808e+01 |-6.800000e+01 |  40.39%|  15.46%
3346.93/3359.69	c   929s| 40600 | 29900 | 10418k| 256.5 |   476M |  53 | 540 |5087 |4561 |  38k|  0 |  12k|4764 |-4.843808e+01 |-6.800000e+01 |  40.39%|  15.46%
3348.62/3361.37	c   931s| 40700 | 29972 | 10440k| 256.4 |   477M |  53 | 540 |5095 |4586 |  39k|  1 |  12k|4770 |-4.844000e+01 |-6.800000e+01 |  40.38%|  15.47%
3350.02/3362.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3350.02/3362.71	c   932s| 40800 | 30036 | 10455k| 256.2 |   477M |  53 | 540 |5125 |4571 |  39k|  2 |  12k|4783 |-4.844103e+01 |-6.800000e+01 |  40.38%|  15.47%
3352.42/3365.19	c   935s| 40900 | 30106 | 10481k| 256.2 |   477M |  53 | 540 |5114 |4581 |  39k|  1 |  12k|4800 |-4.844156e+01 |-6.800000e+01 |  40.38%|  15.47%
3354.20/3366.97	c   936s| 41000 | 30184 | 10505k| 256.1 |   477M |  53 | 540 |5093 |4584 |  39k|  1 |  12k|4806 |-4.844286e+01 |-6.800000e+01 |  40.37%|  15.48%
3356.40/3369.18	c   938s| 41100 | 30252 | 10530k| 256.1 |   477M |  53 | 540 |5108 |4572 |  39k|  0 |  12k|4813 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.48%
3358.09/3370.85	c   940s| 41200 | 30324 | 10553k| 256.0 |   478M |  53 | 540 |5099 |4582 |  39k|  1 |  12k|4817 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.48%
3360.67/3373.45	c   943s| 41300 | 30404 | 10578k| 256.0 |   478M |  53 | 540 |5089 |4564 |  39k|  1 |  12k|4840 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.48%
3361.97/3374.73	c   944s| 41400 | 30458 | 10594k| 255.8 |   478M |  53 | 540 |5095 |4564 |  39k|  1 |  12k|4840 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.48%
3363.38/3376.13	c   945s| 41500 | 30526 | 10612k| 255.6 |   478M |  53 | 540 |5098 |4587 |  39k|  2 |  12k|4849 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.48%
3366.05/3378.88	c   948s| 41600 | 30614 | 10641k| 255.7 |   478M |  53 | 540 |5092 |4586 |  39k|  2 |  12k|4864 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.48%
3368.55/3381.30	c   951s| 41700 | 30710 | 10673k| 255.9 |   478M |  53 | 540 |5082 |4587 |  39k|  1 |  12k|4864 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.48%
3371.53/3384.34	c   954s| 41800 | 30806 | 10707k| 256.1 |   479M |  53 | 540 |5071 |4587 |  39k|  1 |  12k|4876 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.57%
3373.73/3386.50	c   956s| 41900 | 30884 | 10731k| 256.0 |   479M |  53 | 540 |5073 |4587 |  39k|  1 |  12k|4895 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.57%
3375.42/3388.22	c   958s| 42000 | 30962 | 10754k| 256.0 |   479M |  53 | 540 |5055 |4588 |  39k|  1 |  12k|4895 |-4.844444e+01 |-6.800000e+01 |  40.37%|  15.57%
3377.61/3390.45	c   960s| 42100 | 31056 | 10780k| 256.0 |   479M |  53 | 540 |5044 |4587 |  39k|  1 |  12k|4910 |-4.844545e+01 |-6.800000e+01 |  40.36%|  15.57%
3379.50/3392.33	c   962s| 42200 | 31130 | 10799k| 255.8 |   479M |  53 | 540 |5042 |4583 |  39k|  1 |  12k|4927 |-4.844545e+01 |-6.800000e+01 |  40.36%|  15.57%
3381.21/3394.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3381.21/3394.06	c   963s| 42300 | 31204 | 10824k| 255.8 |   480M |  53 | 540 |5040 |4587 |  39k|  2 |  12k|4928 |-4.844545e+01 |-6.800000e+01 |  40.36%|  15.57%
3382.39/3395.23	c   965s| 42400 | 31266 | 10841k| 255.6 |   480M |  53 | 540 |5056 |4576 |  39k|  0 |  12k|4933 |-4.844898e+01 |-6.800000e+01 |  40.35%|  15.58%
3385.19/3398.06	c   967s| 42500 | 31338 | 10867k| 255.6 |   480M |  53 | 540 |5061 |4582 |  39k|  1 |  12k|4963 |-4.845124e+01 |-6.800000e+01 |  40.35%|  15.59%
3386.87/3399.74	c   969s| 42600 | 31418 | 10891k| 255.6 |   480M |  53 | 540 |5044 |4568 |  39k|  1 |  12k|4963 |-4.845455e+01 |-6.800000e+01 |  40.34%|  15.60%
3388.57/3401.45	c   971s| 42700 | 31494 | 10913k| 255.5 |   480M |  53 | 540 |5031 |4574 |  39k|  0 |  12k|4964 |-4.845517e+01 |-6.800000e+01 |  40.34%|  15.60%
3389.56/3402.43	c   972s| 42800 | 31542 | 10926k| 255.2 |   480M |  53 | 540 |5099 |4569 |  39k|  1 |  12k|4972 |-4.845628e+01 |-6.800000e+01 |  40.33%|  15.60%
3391.96/3404.82	c   974s| 42900 | 31610 | 10951k| 255.2 |   480M |  53 | 540 |5111 |4599 |  40k|  1 |  12k|4983 |-4.845829e+01 |-6.800000e+01 |  40.33%|  15.60%
3393.45/3406.39	c   976s| 43000 | 31686 | 10970k| 255.0 |   480M |  53 | 540 |5111 |4593 |  40k|  3 |  12k|4996 |-4.846061e+01 |-6.800000e+01 |  40.32%|  15.61%
3395.16/3408.11	c   977s| 43100 | 31772 | 10992k| 254.9 |   480M |  53 | 540 |5123 |4588 |  40k|  1 |  12k|5007 |-4.846154e+01 |-6.800000e+01 |  40.32%|  15.61%
3396.74/3409.60	c   979s| 43200 | 31832 | 11010k| 254.8 |   480M |  53 | 540 |5143 |4612 |  40k|  6 |  12k|5010 |-4.846154e+01 |-6.800000e+01 |  40.32%|  15.61%
3398.73/3411.61	c   981s| 43300 | 31904 | 11032k| 254.7 |   480M |  53 | 540 |5140 |4594 |  40k|  1 |  12k|5022 |-4.847111e+01 |-6.800000e+01 |  40.29%|  15.63%
3400.03/3412.91	c   982s| 43400 | 31962 | 11048k| 254.5 |   481M |  53 | 540 |5142 |4595 |  40k|  1 |  12k|5027 |-4.847111e+01 |-6.800000e+01 |  40.29%|  15.63%
3402.32/3415.20	c   985s| 43500 | 32046 | 11075k| 254.5 |   482M |  53 | 540 |5142 |4563 |  40k|  1 |  12k|5038 |-4.847366e+01 |-6.800000e+01 |  40.28%|  15.63%
3404.22/3417.11	c   986s| 43600 | 32128 | 11100k| 254.5 |   483M |  53 | 540 |5144 |4598 |  40k|  1 |  12k|5046 |-4.847558e+01 |-6.800000e+01 |  40.28%|  15.64%
3407.00/3419.90	c   989s| 43700 | 32224 | 11136k| 254.7 |   483M |  53 | 540 |5156 |4616 |  40k|  1 |  12k|5047 |-4.847934e+01 |-6.800000e+01 |  40.27%|  15.64%
3408.99/3421.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3408.99/3421.93	c   991s| 43800 | 32298 | 11161k| 254.7 |   483M |  53 | 540 |5152 |4588 |  40k|  1 |  12k|5056 |-4.848528e+01 |-6.800000e+01 |  40.25%|  15.65%
3410.49/3423.40	c   993s| 43900 | 32358 | 11181k| 254.6 |   483M |  53 | 540 |5164 |4574 |  40k|  0 |  12k|5057 |-4.848567e+01 |-6.800000e+01 |  40.25%|  15.65%
3412.98/3425.98	c   995s| 44000 | 32438 | 11210k| 254.7 |   484M |  53 | 540 |5153 |4603 |  40k|  1 |  12k|5059 |-4.849395e+01 |-6.800000e+01 |  40.22%|  15.67%
3414.37/3427.37	c   997s| 44100 | 32500 | 11226k| 254.5 |   484M |  53 | 540 |5191 |4564 |  40k|  1 |  12k|5062 |-4.849395e+01 |-6.800000e+01 |  40.22%|  15.67%
3416.08/3429.04	c   998s| 44200 | 32582 | 11247k| 254.4 |   484M |  53 | 540 |5184 |4564 |  40k|  1 |  12k|5069 |-4.849418e+01 |-6.800000e+01 |  40.22%|  15.67%
3417.46/3430.47	c  1000s| 44300 | 32658 | 11268k| 254.3 |   484M |  53 | 540 |5188 |4561 |  41k|  1 |  13k|5071 |-4.849418e+01 |-6.800000e+01 |  40.22%|  15.67%
3418.66/3431.66	c  1001s| 44400 | 32714 | 11284k| 254.1 |   484M |  53 | 540 |5214 |4574 |  41k|  2 |  13k|5072 |-4.849524e+01 |-6.800000e+01 |  40.22%|  15.67%
3419.85/3432.81	c  1002s| 44500 | 32774 | 11301k| 253.9 |   484M |  53 | 540 |5193 |4579 |  41k|  1 |  13k|5072 |-4.849584e+01 |-6.800000e+01 |  40.22%|  15.67%
3421.44/3434.43	c  1004s| 44600 | 32858 | 11324k| 253.8 |   484M |  53 | 540 |5174 |4573 |  41k|  1 |  13k|5073 |-4.849584e+01 |-6.800000e+01 |  40.22%|  15.67%
3422.94/3435.97	c  1005s| 44700 | 32926 | 11344k| 253.7 |   484M |  53 | 540 |5154 |4585 |  41k|  1 |  13k|5073 |-4.849584e+01 |-6.800000e+01 |  40.22%|  15.67%
3424.63/3437.67	c  1007s| 44800 | 33012 | 11367k| 253.6 |   484M |  53 | 540 |5140 |4567 |  41k|  1 |  13k|5073 |-4.849891e+01 |-6.800000e+01 |  40.21%|  15.68%
3426.14/3439.17	c  1008s| 44900 | 33076 | 11387k| 253.5 |   484M |  53 | 540 |5147 |4569 |  41k|  1 |  13k|5074 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
3428.42/3441.49	c  1011s| 45000 | 33168 | 11417k| 253.6 |   484M |  53 | 540 |5138 |4586 |  41k|  1 |  13k|5074 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
3430.21/3443.22	c  1013s| 45100 | 33248 | 11441k| 253.6 |   484M |  53 | 540 |5136 |4577 |  41k|  1 |  13k|5076 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.68%
3432.20/3445.20	c  1015s| 45200 | 33328 | 11467k| 253.6 |   484M |  53 | 540 |5140 |4586 |  41k|  1 |  13k|5079 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3433.70/3446.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3433.70/3446.75	c  1016s| 45300 | 33402 | 11487k| 253.5 |   484M |  53 | 540 |5150 |4560 |  41k|  2 |  13k|5080 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3435.49/3448.57	c  1018s| 45400 | 33472 | 11512k| 253.5 |   484M |  53 | 540 |5144 |4572 |  41k|  1 |  13k|5080 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3438.28/3451.38	c  1021s| 45500 | 33556 | 11550k| 253.8 |   484M |  55 | 540 |5153 |4619 |  41k|  2 |  13k|5080 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3439.87/3453.00	c  1022s| 45600 | 33642 | 11572k| 253.7 |   484M |  55 | 540 |5145 |4588 |  41k|  1 |  13k|5080 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3441.37/3454.45	c  1024s| 45700 | 33692 | 11593k| 253.6 |   485M |  55 | 540 |5179 |4562 |  41k|  1 |  13k|5081 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3443.26/3456.32	c  1026s| 45800 | 33782 | 11618k| 253.6 |   485M |  55 | 540 |5185 |4581 |  41k|  1 |  13k|5081 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3444.86/3457.92	c  1027s| 45900 | 33866 | 11640k| 253.5 |   486M |  55 | 540 |5175 |4577 |  41k|  1 |  13k|5086 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3446.35/3459.46	c  1029s| 46000 | 33934 | 11660k| 253.4 |   488M |  55 | 540 |5198 |4563 |  41k|  1 |  13k|5086 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3447.64/3460.79	c  1030s| 46100 | 34012 | 11679k| 253.3 |   488M |  55 | 540 |5196 |4585 |  41k|  1 |  13k|5086 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3449.24/3462.39	c  1032s| 46200 | 34080 | 11700k| 253.2 |   488M |  55 | 540 |5180 |4569 |  41k|  1 |  13k|5086 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3450.94/3464.06	c  1033s| 46300 | 34168 | 11724k| 253.1 |   489M |  55 | 540 |5167 |4569 |  41k|  1 |  13k|5086 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3453.32/3466.40	c  1036s| 46400 | 34250 | 11753k| 253.2 |   489M |  55 | 540 |5162 |4592 |  41k|  1 |  13k|5092 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3454.93/3468.08	c  1037s| 46500 | 34326 | 11776k| 253.2 |   489M |  55 | 540 |5161 |4593 |  42k|  3 |  13k|5092 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3456.51/3469.63	c  1039s| 46600 | 34392 | 11798k| 253.1 |   489M |  55 | 540 |5167 |4566 |  42k|  1 |  13k|5092 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3458.20/3471.34	c  1041s| 46700 | 34476 | 11821k| 253.0 |   489M |  55 | 540 |5159 |4578 |  42k|  2 |  13k|5094 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3459.70/3472.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3459.70/3472.82	c  1042s| 46800 | 34564 | 11843k| 253.0 |   489M |  55 | 540 |5152 |4583 |  42k|  1 |  13k|5094 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3461.39/3474.57	c  1044s| 46900 | 34636 | 11864k| 252.9 |   489M |  55 | 540 |5158 |4575 |  42k|  0 |  13k|5095 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3463.09/3476.26	c  1046s| 47000 | 34691 | 11885k| 252.8 |   489M |  55 | 540 |5173 |4572 |  42k|  1 |  13k|5096 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3465.48/3478.62	c  1048s| 47100 | 34761 | 11915k| 252.9 |   489M |  55 | 540 |5163 |4553 |  42k|  1 |  13k|5096 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3466.98/3480.16	c  1049s| 47200 | 34835 | 11935k| 252.8 |   489M |  55 | 540 |5200 |4571 |  42k|  1 |  13k|5101 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3468.17/3481.33	c  1051s| 47300 | 34893 | 11950k| 252.6 |   489M |  55 | 540 |5228 |4576 |  42k|  1 |  13k|5104 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.69%
3470.66/3483.88	c  1053s| 47400 | 34977 | 11979k| 252.6 |   489M |  55 | 540 |5218 |4591 |  42k|  1 |  13k|5119 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3471.97/3485.13	c  1054s| 47500 | 35033 | 11997k| 252.5 |   489M |  55 | 540 |5217 |4583 |  42k|  1 |  13k|5119 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3473.86/3487.05	c  1056s| 47600 | 35105 | 12018k| 252.4 |   489M |  55 | 540 |5246 |4592 |  42k|  1 |  13k|5135 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3475.64/3488.80	c  1058s| 47700 | 35173 | 12040k| 252.3 |   489M |  55 | 540 |5239 |4571 |  42k|  1 |  13k|5137 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3477.33/3490.53	c  1060s| 47800 | 35248 | 12061k| 252.2 |   489M |  55 | 540 |5216 |4562 |  42k|  1 |  13k|5145 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3479.23/3492.43	c  1062s| 47900 | 35332 | 12085k| 252.2 |   489M |  55 | 540 |5191 |4574 |  42k|  1 |  13k|5154 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3480.93/3494.15	c  1063s| 48000 | 35412 | 12106k| 252.1 |   491M |  55 | 540 |5168 |4598 |  42k|  1 |  13k|5164 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3482.92/3496.16	c  1065s| 48100 | 35498 | 12130k| 252.1 |   491M |  55 | 540 |5158 |4599 |  42k|  3 |  13k|5183 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3484.61/3497.89	c  1067s| 48200 | 35574 | 12150k| 252.0 |   491M |  55 | 540 |5134 |4576 |  42k|  0 |  13k|5194 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3486.10/3499.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3486.10/3499.34	c  1069s| 48300 | 35640 | 12168k| 251.8 |   491M |  55 | 540 |5133 |4578 |  42k|  1 |  13k|5204 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3487.69/3500.92	c  1070s| 48400 | 35714 | 12188k| 251.7 |   491M |  55 | 540 |5121 |4590 |  42k|  1 |  13k|5206 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3489.29/3502.52	c  1072s| 48500 | 35772 | 12208k| 251.6 |   491M |  55 | 540 |5123 |4595 |  42k|  1 |  13k|5217 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3490.79/3504.06	c  1073s| 48600 | 35842 | 12229k| 251.6 |   491M |  55 | 540 |5129 |4573 |  42k|  2 |  13k|5226 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3492.78/3506.05	c  1075s| 48700 | 35922 | 12254k| 251.5 |   491M |  55 | 540 |5119 |4574 |  42k|  1 |  13k|5235 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3494.78/3508.03	c  1077s| 48800 | 35986 | 12277k| 251.5 |   491M |  55 | 540 |5123 |4604 |  42k|  1 |  13k|5246 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3496.16/3509.45	c  1079s| 48900 | 36046 | 12295k| 251.3 |   491M |  55 | 540 |5127 |4575 |  43k|  2 |  13k|5256 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3497.87/3511.15	c  1080s| 49000 | 36112 | 12316k| 251.3 |   491M |  55 | 540 |5152 |4589 |  43k|  2 |  14k|5263 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3499.65/3512.94	c  1082s| 49100 | 36192 | 12335k| 251.1 |   491M |  55 | 540 |5165 |4585 |  43k|  1 |  14k|5282 |-4.850000e+01 |-6.800000e+01 |  40.21%|  15.73%
3501.34/3514.66	c  1084s| 49200 | 36264 | 12357k| 251.1 |   491M |  55 | 540 |5174 |4592 |  43k|  1 |  14k|5282 |-4.850272e+01 |-6.800000e+01 |  40.20%|  15.74%
3503.03/3516.36	c  1086s| 49300 | 36334 | 12378k| 251.0 |   491M |  55 | 540 |5195 |4571 |  43k|  1 |  14k|5290 |-4.850393e+01 |-6.800000e+01 |  40.19%|  15.74%
3504.84/3518.18	c  1087s| 49400 | 36404 | 12400k| 250.9 |   491M |  55 | 540 |5194 |4584 |  43k|  1 |  14k|5303 |-4.850393e+01 |-6.800000e+01 |  40.19%|  15.74%
3506.73/3520.06	c  1089s| 49500 | 36470 | 12419k| 250.8 |   491M |  55 | 540 |5207 |4574 |  43k|  1 |  14k|5319 |-4.850483e+01 |-6.800000e+01 |  40.19%|  15.74%
3508.82/3522.19	c  1092s| 49600 | 36547 | 12443k| 250.8 |   491M |  55 | 540 |5229 |4581 |  43k|  1 |  14k|5328 |-4.851355e+01 |-6.800000e+01 |  40.17%|  15.76%
3510.72/3524.07	c  1093s| 49700 | 36613 | 12465k| 250.7 |   491M |  55 | 540 |5200 |4624 |  43k|  8 |  14k|5334 |-4.851408e+01 |-6.800000e+01 |  40.17%|  15.76%
3512.20/3525.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3512.20/3525.53	c  1095s| 49800 | 36677 | 12482k| 250.6 |   494M |  55 | 540 |5185 |4597 |  43k|  1 |  14k|5337 |-4.851408e+01 |-6.800000e+01 |  40.17%|  15.76%
3513.49/3526.82	c  1096s| 49900 | 36749 | 12500k| 250.4 |   494M |  55 | 540 |5167 |4576 |  43k|  2 |  14k|5338 |-4.851408e+01 |-6.800000e+01 |  40.17%|  15.76%
3515.09/3528.49	c  1098s| 50000 | 36830 | 12523k| 250.4 |   495M |  55 | 540 |5147 |4560 |  43k|  0 |  14k|5340 |-4.851561e+01 |-6.800000e+01 |  40.16%|  15.76%
3517.08/3530.47	c  1100s| 50100 | 36900 | 12547k| 250.4 |   496M |  55 | 540 |5149 |4616 |  43k|  0 |  14k|5341 |-4.851633e+01 |-6.800000e+01 |  40.16%|  15.77%
3518.69/3532.03	c  1101s| 50200 | 36957 | 12567k| 250.3 |   496M |  55 | 540 |5152 |4573 |  43k|  1 |  14k|5341 |-4.851681e+01 |-6.800000e+01 |  40.16%|  15.77%
3519.97/3533.37	c  1103s| 50300 | 37037 | 12586k| 250.1 |   496M |  55 | 540 |5127 |4564 |  43k|  1 |  14k|5343 |-4.852000e+01 |-6.800000e+01 |  40.15%|  15.78%
3521.56/3534.94	c  1104s| 50400 | 37109 | 12607k| 250.1 |   497M |  55 | 540 |5125 |4578 |  43k|  1 |  14k|5345 |-4.852000e+01 |-6.800000e+01 |  40.15%|  15.78%
3523.36/3536.73	c  1106s| 50500 | 37176 | 12629k| 250.0 |   497M |  55 | 540 |5132 |4605 |  43k|  0 |  14k|5345 |-4.852062e+01 |-6.800000e+01 |  40.15%|  15.79%
3524.66/3538.05	c  1107s| 50600 | 37234 | 12648k| 249.9 |   497M |  55 | 540 |5123 |4579 |  43k|  2 |  14k|5345 |-4.852339e+01 |-6.800000e+01 |  40.14%|  15.79%
3526.14/3539.52	c  1109s| 50700 | 37302 | 12666k| 249.7 |   497M |  55 | 540 |5109 |4576 |  44k|  3 |  14k|5346 |-4.852381e+01 |-6.800000e+01 |  40.14%|  15.79%
3528.04/3541.47	c  1111s| 50800 | 37372 | 12691k| 249.7 |   497M |  55 | 540 |5146 |4585 |  44k|  2 |  14k|5362 |-4.852435e+01 |-6.800000e+01 |  40.14%|  15.87%
3529.64/3543.07	c  1112s| 50900 | 37446 | 12713k| 249.7 |   497M |  55 | 540 |5140 |4633 |  44k|  5 |  14k|5362 |-4.852500e+01 |-6.800000e+01 |  40.13%|  15.87%
3531.82/3545.26	c  1115s| 51000 | 37520 | 12738k| 249.7 |   497M |  55 | 540 |5155 |4584 |  44k|  1 |  14k|5367 |-4.853125e+01 |-6.800000e+01 |  40.12%|  15.88%
3533.52/3546.92	c  1116s| 51100 | 37604 | 12760k| 249.6 |   497M |  55 | 540 |5131 |4567 |  44k|  1 |  14k|5368 |-4.853333e+01 |-6.800000e+01 |  40.11%|  15.88%
3535.51/3549.00	c  1118s| 51200 | 37688 | 12788k| 249.7 |   497M |  55 | 540 |5130 |4622 |  44k|  0 |  14k|5369 |-4.853682e+01 |-6.800000e+01 |  40.10%|  15.89%
3537.61/3551.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3537.61/3551.05	c  1120s| 51300 | 37764 | 12814k| 249.7 |   498M |  55 | 540 |5127 |4590 |  44k|  1 |  14k|5369 |-4.853731e+01 |-6.800000e+01 |  40.10%|  15.89%
3539.49/3552.92	c  1122s| 51400 | 37834 | 12839k| 249.7 |   498M |  55 | 540 |5115 |4574 |  44k|  1 |  14k|5370 |-4.854000e+01 |-6.800000e+01 |  40.09%|  15.89%
3541.19/3554.65	c  1124s| 51500 | 37916 | 12862k| 249.7 |   498M |  55 | 540 |5109 |4590 |  44k|  1 |  14k|5373 |-4.854082e+01 |-6.800000e+01 |  40.09%|  15.89%
3542.98/3556.48	c  1126s| 51600 | 37996 | 12888k| 249.7 |   498M |  55 | 540 |5099 |4598 |  44k|  2 |  14k|5375 |-4.854286e+01 |-6.800000e+01 |  40.08%|  15.90%
3544.68/3558.17	c  1127s| 51700 | 38072 | 12911k| 249.6 |   498M |  55 | 540 |5079 |4582 |  44k|  1 |  14k|5378 |-4.854286e+01 |-6.800000e+01 |  40.08%|  15.90%
3546.68/3560.12	c  1129s| 51800 | 38136 | 12934k| 249.6 |   498M |  55 | 540 |5047 |4564 |  44k|  0 |  14k|5381 |-4.854325e+01 |-6.800000e+01 |  40.08%|  15.90%
3548.57/3562.06	c  1131s| 51900 | 38214 | 12958k| 249.6 |   498M |  55 | 540 |5048 |4571 |  44k|  2 |  14k|5383 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.90%
3551.15/3564.66	c  1134s| 52000 | 38308 | 12990k| 249.7 |   498M |  55 | 540 |5050 |4570 |  44k|  1 |  14k|5383 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.90%
3552.94/3566.46	c  1136s| 52100 | 38381 | 13015k| 249.7 |   498M |  55 | 540 |5060 |4571 |  44k|  0 |  14k|5383 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.90%
3554.44/3567.90	c  1137s| 52200 | 38437 | 13034k| 249.6 |   498M |  55 | 540 |5075 |4571 |  44k|  0 |  14k|5383 |-4.854545e+01 |-6.800000e+01 |  40.07%|  15.91%
3556.33/3569.89	c  1139s| 52300 | 38517 | 13058k| 249.6 |   498M |  55 | 540 |5113 |4574 |  44k|  2 |  14k|5383 |-4.854648e+01 |-6.800000e+01 |  40.07%|  15.91%
3558.22/3571.79	c  1141s| 52400 | 38573 | 13083k| 249.6 |   498M |  55 | 540 |5151 |4565 |  44k|  1 |  14k|5383 |-4.855073e+01 |-6.800000e+01 |  40.06%|  15.92%
3559.72/3573.22	c  1143s| 52500 | 38643 | 13103k| 249.5 |   498M |  55 | 540 |5159 |4566 |  45k|  1 |  14k|5383 |-4.855073e+01 |-6.800000e+01 |  40.06%|  15.92%
3561.11/3574.65	c  1144s| 52600 | 38709 | 13124k| 249.4 |   498M |  55 | 540 |5159 |4588 |  45k|  1 |  14k|5383 |-4.855128e+01 |-6.800000e+01 |  40.06%|  15.93%
3562.41/3575.97	c  1145s| 52700 | 38773 | 13142k| 249.3 |   498M |  55 | 540 |5154 |4573 |  45k|  1 |  14k|5383 |-4.855556e+01 |-6.800000e+01 |  40.05%|  15.94%
3564.80/3578.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3564.80/3578.38	c  1148s| 52800 | 38849 | 13170k| 249.4 |   498M |  55 | 540 |5141 |4567 |  45k|  1 |  14k|5384 |-4.855556e+01 |-6.800000e+01 |  40.05%|  15.94%
3566.50/3580.03	c  1149s| 52900 | 38925 | 13191k| 249.3 |   498M |  55 | 540 |5122 |4576 |  45k|  1 |  14k|5389 |-4.855614e+01 |-6.800000e+01 |  40.04%|  15.94%
3567.79/3581.30	c  1151s| 53000 | 39007 | 13207k| 249.1 |   499M |  55 | 540 |5133 |4578 |  45k|  1 |  14k|5393 |-4.855738e+01 |-6.800000e+01 |  40.04%|  15.94%
3569.28/3582.83	c  1152s| 53100 | 39075 | 13227k| 249.0 |   500M |  55 | 540 |5123 |4581 |  45k|  1 |  14k|5393 |-4.856028e+01 |-6.800000e+01 |  40.03%|  15.95%
3571.27/3584.83	c  1154s| 53200 | 39143 | 13252k| 249.0 |   500M |  55 | 540 |5103 |4568 |  45k|  1 |  15k|5407 |-4.856250e+01 |-6.800000e+01 |  40.03%|  15.95%
3573.07/3586.60	c  1156s| 53300 | 39215 | 13274k| 249.0 |   500M |  55 | 540 |5137 |4587 |  45k|  1 |  15k|5407 |-4.856250e+01 |-6.800000e+01 |  40.03%|  15.95%
3574.66/3588.24	c  1158s| 53400 | 39281 | 13294k| 248.9 |   501M |  55 | 540 |5136 |4576 |  45k|  1 |  15k|5409 |-4.856250e+01 |-6.800000e+01 |  40.03%|  15.95%
3576.65/3590.21	c  1160s| 53500 | 39367 | 13319k| 248.9 |   501M |  55 | 540 |5106 |4578 |  45k|  2 |  15k|5411 |-4.856410e+01 |-6.800000e+01 |  40.02%|  15.95%
3577.85/3591.42	c  1161s| 53600 | 39437 | 13337k| 248.7 |   501M |  55 | 540 |5101 |4570 |  45k|  2 |  15k|5411 |-4.856410e+01 |-6.800000e+01 |  40.02%|  15.95%
3579.55/3593.12	c  1162s| 53700 | 39507 | 13359k| 248.7 |   501M |  55 | 540 |5088 |4573 |  45k|  1 |  15k|5411 |-4.856855e+01 |-6.800000e+01 |  40.01%|  15.97%
3580.84/3594.45	c  1164s| 53800 | 39571 | 13377k| 248.6 |   502M |  55 | 540 |5080 |4578 |  45k|  1 |  15k|5412 |-4.857143e+01 |-6.800000e+01 |  40.00%|  15.97%
3583.03/3596.66	c  1166s| 53900 | 39651 | 13404k| 248.6 |   502M |  55 | 540 |5087 |4566 |  45k|  1 |  15k|5420 |-4.857143e+01 |-6.800000e+01 |  40.00%|  15.97%
3585.32/3599.01	c  1168s| 54000 | 39727 | 13430k| 248.6 |   502M |  55 | 540 |5086 |4589 |  45k|  1 |  15k|5432 |-4.857143e+01 |-6.800000e+01 |  40.00%|  15.97%
3586.91/3600.57	c  1170s| 54100 | 39793 | 13448k| 248.5 |   502M |  55 | 540 |5089 |4576 |  45k|  1 |  15k|5448 |-4.857143e+01 |-6.800000e+01 |  40.00%|  16.01%
3588.91/3602.54	c  1172s| 54200 | 39867 | 13473k| 248.5 |   502M |  55 | 540 |5096 |4576 |  45k|  1 |  15k|5448 |-4.857143e+01 |-6.800000e+01 |  40.00%|  16.01%
3591.60/3605.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3591.60/3605.29	c  1175s| 54300 | 39941 | 13499k| 248.5 |   502M |  55 | 540 |5078 |4636 |  46k|  8 |  15k|5472 |-4.857198e+01 |-6.800000e+01 |  40.00%|  16.01%
3593.29/3606.90	c  1176s| 54400 | 40019 | 13521k| 248.5 |   502M |  55 | 540 |5077 |4566 |  46k|  2 |  15k|5472 |-4.857305e+01 |-6.800000e+01 |  40.00%|  16.01%
3595.18/3608.80	c  1178s| 54500 | 40081 | 13541k| 248.4 |   504M |  55 | 540 |5090 |4610 |  46k|  1 |  15k|5473 |-4.857432e+01 |-6.800000e+01 |  39.99%|  16.01%
3597.67/3611.32	c  1181s| 54600 | 40173 | 13570k| 248.5 |   504M |  55 | 540 |5054 |4568 |  46k|  1 |  15k|5482 |-4.857600e+01 |-6.800000e+01 |  39.99%|  16.02%
3599.66/3613.31	c  1183s| 54700 | 40253 | 13595k| 248.5 |   504M |  55 | 540 |5041 |4601 |  46k|  1 |  15k|5485 |-4.857831e+01 |-6.800000e+01 |  39.98%|  16.02%
3600.06/3613.70	
3600.06/3613.70	*** TERMINATED *** by signal
3600.06/3613.70	c
3600.06/3613.70	s SATISFIABLE
3600.06/3613.70	v x361 x362 -x363 -x364 x365 -x366 -x367 x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 x394 -x395 x396 -x397 x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 x432 x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 x443 -x444 -x445 x446 -x447 -x448 -x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 x463 -x464 -x465 x466 -x467 -x468 x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 x499 -x500 x501 -x502 -x503 x504 x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 x515 -x516 x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 x530 -x531 -x532 -x533 -x534 x535 -x536 x537 -x538 x539 x540 x2 -x38 -x74 -x110 -x146 -x182 -x218 -x254 -x290 -x326 -x3 -x39 -x75 -x111 x147 -x183 -x219 -x255 -x291 -x327 -x4 x40 -x76 -x112 -x148 -x184 -x220 -x256 -x292 -x328 -x5 -x41 -x77 -x113 -x149 -x185 -x221 -x257 -x293 x329 -x6 -x42 -x78 -x114 -x150 -x186 -x222 -x258 x294 -x330 -x7 -x43 x79 -x115 -x151 -x187 -x223 -x259 -x295 -x331 -x9 -x45 -x81 -x117 -x153 -x189 -x225 -x261 -x297 x333 -x10 -x46 -x82 -x118 -x154 -x190 -x226 -x262 x298 -x334 -x11 -x47 -x83 x119 -x155 -x191 -x227 -x263 -x299 -x335 -x12 -x48 -x84 -x120 x156 -x192 -x228 -x264 -x300 -x336 -x13 -x49 -x85 -x121 -x157 -x193 -x229 x265 -x301 -x337 -x14 -x50 -x86 -x122 -x158 x194 -x230 -x266 -x302 -x338 x16 -x52 -x88 -x124 -x160 -x196 -x232 -x268 -x304 -x340 -x17 x53 -x89 -x125 -x161 -x197 -x233 -x269 -x305 -x341 -x18 -x54 -x90 -x126 -x162 -x198 x234 -x270 -x306 -x342 -x19 -x55 -x91 -x127 -x163 x199 -x235 -x271 -x307 -x343 -x20 -x56 -x92 -x128 -x164 -x200 x236 -x272 -x308 -x344 -x21 -x57 -x93 x129 -x165 -x201 -x237 -x273 -x309 -x345 -x23 -x59 x95 -x131 -x167 -x203 -x239 -x275 -x311 -x347 -x24 -x60 -x96 -x132 -x168 -x204 -x240 x276 -x312 -x348 -x25 -x61 -x97 -x133 -x169 -x205 x241 -x277 -x313 -x349 -x26 -x62 -x98 -x134 -x170 -x206 -x242 x278 -x314 -x350 -x27 -x63 -x99 -x135 -x171 -x207 -x243 -x279 x315 -x351 -x28 -x64 -x100 -x136 x172 -x208 -x244 -x280 -x316 -x352 x30 -x66 -x102 -x138 -x174 -x210 -x246 -x282 -x318 -x354 -x31 -x67 -x103 x139 -x175 -x211 -x247 -x283 -x319 -x355 -x32 x68 -x104 -x140 -x176 -x212 -x248 -x284 -x320 -x356 -x33 -x69 x105 -x141 -x177 -x213 -x249 -x285 -x321 -x357 -x34 -x70 -x106 -x142 -x178 -x214 -x250 -x286 -x322 x358 -x35 -x71 -x107 -x143 -x179 x215 -x251 -x287 -x323 -x359 x8 x44 -x80 -x116 -x152 x188 x224 x260 -x296 -x332 -x15 -x51 x87 x123 x159 -x195 -x231 -x267 x303 x339 x22 x58 -x94 -x130 x166 -x202 -x238 -x274 x310 x346 -x29 x65 x101 x137 -x173 x209 -x245 -x281 -x317 x353 x36 -x72 -x108 -x144 x180 -x216 x252 x288 x324 -x360 -x1 -x37 x73 x109 -x145 x181 x217 x253 -x289 -x325
3600.06/3613.70	c Model check passed
3600.06/3613.70	c Model check has passed with goal value: 68
3600.06/3613.70	c _____________________________________________________________________________
3600.06/3613.70	c std/band forms        : 1946,0
3600.06/3613.70	c 2cl/3cl ITE-codings   : 7695,0
3600.06/3613.70	c BDD/srt/adr Max costs : 25410,206,0
3600.06/3613.70	c BDDraw/bin/mul/srt/adr: 1682,0,0,264,0
3600.06/3613.70	c BDD nodes             : 19752
3600.06/3613.70	c Es1/CC detections     : 0,0
3600.06/3613.70	c CC sort               : 264
3600.06/3613.70	c SAT/UNSAT calls       : 0,0
3600.06/3613.70	c regenrated variables  : 0
3600.06/3613.70	c eliminated fixed lits : 0
3600.06/3613.70	c goal lit flips        : 0
3600.06/3613.70	c goal stages           : 0
3600.06/3613.70	c goal shrink           : 0
3600.06/3613.70	c goal coeff separations: 0
3600.06/3613.70	c restarts              : 18474
3600.06/3613.70	c conflicts             : 476143         (132 /sec)
3600.06/3613.70	c decisions             : 1010522        (281 /sec)
3600.06/3613.70	c propagations          : 137123104      (38089 /sec)
3600.06/3613.70	c inspects              : 0              (0 /sec)
3600.06/3613.70	c CPU time (solving tm) : 3600 s        (20 s, SAT 0 s, UNSAT 0 s)
3600.06/3613.70	c SAT solver time       : 20 s
3600.06/3613.70	c SAT solver SAT time   : 0 s
3600.06/3613.70	c SAT solver UNSAT time : 0 s
3600.06/3613.70	c SAT solver TO time    : 20 s
3600.06/3613.70	c Time for SCIP         : 2401 s
3600.06/3613.70	c Coop SCIP LB improvements           : 1
3600.06/3613.70	c Coop SCIP UB improvements           : 0
3600.06/3613.70	c SCIP globally fixed variables       : 0
3600.06/3613.70	c SAT  globally fixed variables       : 0
3600.06/3613.70	c SCIP freeTransform calls            : 5
3600.06/3613.70	c Time for Opt-base     : 0.000467 s
3600.06/3613.70	c Steps for Opt-base    : 0
3600.06/3613.70	c Time for BDD coding   : 0.03422 s
3600.06/3613.70	c Time for srt coding   : 0.001205 s
3600.06/3613.70	c Inner solver invocations            : 0
3600.06/3613.70	c Inner solving count                 : 0
3600.06/3613.70	c _____________________________________________________________________________

Verifier Data

OK	68

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

running on 4 cores: 52-55

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 9,16-18,31,35,38-42,51,55,60
  3550 MHz: 8,10-13,15,20-23,32-34,52-54,56-59
  3600 MHz: 0-7,14,19,24-30,36-37,43-50,61-63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  3600 MHz: 0-3

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (107866 MiB free)
  node 1: cores 8-15, 128973 MiB (114757 MiB free)
  node 2: cores 16-23, 129019 MiB (111695 MiB free)
  node 3: cores 24-31, 129003 MiB (116044 MiB free)
  node 4: cores 32-39, 129019 MiB (115126 MiB free)
  node 5: cores 40-47, 129019 MiB (115984 MiB free)
  node 6: cores 48-55, 129019 MiB (113972 MiB free)
  node 7: cores 56-63, 128474 MiB (111933 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=2429820, runsolver pid=2429773
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 8.65 13.27 12.62 7/887 2429873
/proc/meminfo: memFree=929120512/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=2820 memory=284 CPUtime=0.01 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) D 2429773 2429820 2414428 0 -1 4194304 244 211 0 0 0 1 0 0 20 0 1 0 146411451 2887680 0 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 0 1 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 705 71 59 506 0 45 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 2820 KiB
Current children cumulated memory: 284 KiB

[startup+0.213208 s]*
/proc/loadavg: 8.65 13.27 12.62 17/875 2429881
/proc/meminfo: memFree=929011116/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=105264 memory=43492 CPUtime=0.05 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 6104 211 0 0 4 1 0 0 20 0 1 0 146411451 107790336 10752 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 26316 10873 5409 506 0 7007 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 105264 KiB
Current children cumulated memory: 43492 KiB

[startup+0.313035 s]*
/proc/loadavg: 8.65 13.27 12.62 15/870 2429892
/proc/meminfo: memFree=928748048/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=110312 memory=49720 CPUtime=0.15 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 8550 211 0 0 14 1 0 0 20 0 1 0 146411451 112959488 12356 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 27578 12430 5831 506 0 8269 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 110312 KiB
Current children cumulated memory: 49720 KiB

[startup+0.700114 s]
/proc/loadavg: 8.65 13.27 12.62 13/861 2429913
/proc/meminfo: memFree=928466296/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=122464 memory=62580 CPUtime=0.53 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 11518 211 0 0 51 2 0 0 20 0 1 0 146411451 125403136 15556 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 30616 15645 6153 506 0 11307 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 122464 KiB
Current children cumulated memory: 62580 KiB

[startup+1.50017 s]
/proc/loadavg: 8.65 13.27 12.62 13/856 2429921
/proc/meminfo: memFree=927951808/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=169044 memory=105676 CPUtime=1.33 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 23858 211 0 0 130 3 0 0 20 0 1 0 146411451 173101056 26374 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 42261 26419 6169 506 0 22952 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 169044 KiB
Current children cumulated memory: 105676 KiB

[startup+3.11265 s]
/proc/loadavg: 8.65 13.27 12.62 12/849 2430062
/proc/meminfo: memFree=927259228/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=186060 memory=119468 CPUtime=2.93 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 28855 211 0 0 290 3 0 0 20 0 1 0 146411451 190525440 29842 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 46515 29867 6169 506 0 27206 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 186060 KiB
Current children cumulated memory: 119468 KiB

[startup+6.30011 s]
/proc/loadavg: 9.40 13.35 12.65 16/867 2430452
/proc/meminfo: memFree=926834960/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=186060 memory=119476 CPUtime=6.1 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 28857 211 0 0 607 3 0 0 20 0 1 0 146411451 190525440 29842 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 46515 29869 6169 506 0 27206 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 186060 KiB
Current children cumulated memory: 119476 KiB

[startup+12.7001 s]
/proc/loadavg: 9.93 13.39 12.67 17/866 2431066
/proc/meminfo: memFree=926256636/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=195248 memory=129296 CPUtime=12.48 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 34471 211 0 0 1226 22 0 0 20 0 1 0 146411451 199933952 32346 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 48812 32324 6297 506 0 29503 0
Current children cumulated CPU time: 12.48 s
Current children cumulated vsize: 195248 KiB
Current children cumulated memory: 129296 KiB

[startup+25.5001 s]
/proc/loadavg: 11.28 13.52 12.72 18/881 2431692
/proc/meminfo: memFree=923894892/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=231880 memory=165424 CPUtime=25.23 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 44978 211 0 0 2484 39 0 0 20 0 1 0 146411451 237445120 41234 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 57970 41356 6312 506 0 38661 0
Current children cumulated CPU time: 25.23 s
Current children cumulated vsize: 231880 KiB
Current children cumulated memory: 165424 KiB

[startup+51.1142 s]
/proc/loadavg: 12.95 13.74 12.81 18/881 2431743
/proc/meminfo: memFree=916749444/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=313640 memory=247024 CPUtime=50.76 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 65385 211 0 0 5036 40 0 0 20 0 1 0 146411451 321167360 61714 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 78410 61756 6312 506 0 59101 0
Current children cumulated CPU time: 50.76 s
Current children cumulated vsize: 313640 KiB
Current children cumulated memory: 247024 KiB

[startup+102.3 s]
/proc/loadavg: 14.68 14.09 12.98 18/882 2431844
/proc/meminfo: memFree=913095080/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=316692 memory=251652 CPUtime=101.76 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 66398 211 0 0 10136 40 0 0 20 0 1 0 146411451 324292608 62738 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 79173 62913 6466 506 0 59864 0
Current children cumulated CPU time: 101.76 s
Current children cumulated vsize: 316692 KiB
Current children cumulated memory: 251652 KiB

[startup+162.3 s]
/proc/loadavg: 16.12 14.61 13.23 18/882 2431845
/proc/meminfo: memFree=912386580/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=322620 memory=256252 CPUtime=161.55 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 67548 211 0 0 16115 40 0 0 20 0 1 0 146411451 330362880 63890 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 80655 64063 6466 506 0 61346 0
Current children cumulated CPU time: 161.55 s
Current children cumulated vsize: 322620 KiB
Current children cumulated memory: 256252 KiB

[startup+222.3 s]
/proc/loadavg: 16.07 14.88 13.41 18/882 2431846
/proc/meminfo: memFree=912905640/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=346568 memory=280492 CPUtime=221.35 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 75163 211 0 0 22094 41 0 0 20 0 1 0 146411451 354885632 69957 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 86642 70123 6466 506 0 67333 0
Current children cumulated CPU time: 221.35 s
Current children cumulated vsize: 346568 KiB
Current children cumulated memory: 280492 KiB

[startup+282.3 s]
/proc/loadavg: 16.02 15.08 13.58 18/879 2431847
/proc/meminfo: memFree=913167560/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=357780 memory=291740 CPUtime=281.13 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 79594 211 0 0 28072 41 0 0 20 0 1 0 146411451 366366720 72868 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 89445 72935 6466 506 0 70136 0
Current children cumulated CPU time: 281.13 s
Current children cumulated vsize: 357780 KiB
Current children cumulated memory: 291740 KiB

[startup+342.3 s]
/proc/loadavg: 16.01 15.25 13.73 18/872 2431849
/proc/meminfo: memFree=913440556/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=367108 memory=301320 CPUtime=340.92 cores=52-55

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

Current children cumulated memory: 582448 KiB

[startup+2922.3 s]
/proc/loadavg: 16.51 16.48 16.20 18/870 2431991
/proc/meminfo: memFree=914947000/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=2911.28 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211437 211 0 0 291023 105 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 2911.28 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+2982.3 s]
/proc/loadavg: 16.30 16.42 16.20 18/870 2431992
/proc/meminfo: memFree=914892348/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=2971.05 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 297000 105 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 2971.05 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3042.3 s]
/proc/loadavg: 16.11 16.34 16.18 18/870 2431993
/proc/meminfo: memFree=914870296/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3030.82 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 302977 105 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3030.82 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3102.3 s]
/proc/loadavg: 16.57 16.42 16.22 18/870 2431994
/proc/meminfo: memFree=914942928/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3090.59 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 308954 105 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3090.59 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3162.3 s]
/proc/loadavg: 16.84 16.53 16.27 18/871 2432002
/proc/meminfo: memFree=914825104/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3150.37 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 314932 105 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3150.37 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3222.3 s]
/proc/loadavg: 16.41 16.47 16.27 18/871 2432003
/proc/meminfo: memFree=914787080/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3210.15 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 320909 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3210.15 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3282.3 s]
/proc/loadavg: 16.15 16.38 16.25 18/871 2432004
/proc/meminfo: memFree=914710224/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3269.92 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 326886 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3269.92 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3342.3 s]
/proc/loadavg: 16.05 16.31 16.23 18/871 2432005
/proc/meminfo: memFree=914740236/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3329.69 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 332863 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3329.69 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3402.3 s]
/proc/loadavg: 16.02 16.25 16.21 18/871 2432006
/proc/meminfo: memFree=914747280/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3389.46 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 338840 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3389.46 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3462.3 s]
/proc/loadavg: 16.44 16.30 16.23 18/870 2432007
/proc/meminfo: memFree=914771712/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3449.24 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 344818 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3449.24 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3522.3 s]
/proc/loadavg: 17.22 16.58 16.33 18/869 2432008
/proc/meminfo: memFree=914696328/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3509.01 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211438 211 0 0 350795 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3509.01 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

[startup+3582.3 s]
/proc/loadavg: 16.45 16.47 16.31 18/869 2432009
/proc/meminfo: memFree=914639224/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3568.78 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211439 211 0 0 356772 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3568.78 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.7 s]
/proc/loadavg: 16.27 16.42 16.30 13/849 2432050
/proc/meminfo: memFree=922185520/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3600.06 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211439 211 0 0 359900 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.01 s, system=1.08159 s

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

[startup+3613.7 s]
/proc/loadavg: 16.27 16.42 16.30 13/849 2432050
/proc/meminfo: memFree=922185520/1055320712 swapFree=32567592/33554428
[pid=2429820] ppid=2429773 vsize=644452 memory=582448 CPUtime=3600.06 cores=52-55
/proc/2429820/stat : 2429820 (naps_release) R 2429773 2429820 2414428 0 -1 4194304 211439 211 0 0 359900 106 0 0 20 0 1 0 146411451 659918848 145316 18446744073709551615 4210688 6281017 140734023838976 0 0 0 0 0 16898 0 0 0 17 52 0 0 0 0 0 6662968 6676388 20201472 140734023846107 140734023846288 140734023846288 140734023851976 0
/proc/2429820/statm: 161113 145612 6466 506 0 141804 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 644452 KiB
Current children cumulated memory: 582448 KiB

Child status: 10

Real time (s): 3613.71
CPU time (s): 3600.09
CPU user time (s): 3599.01
CPU system time (s): 1.08159
CPU usage (%): 99.6231
Max. virtual memory (cumulated for all children) (KiB): 652432
Max. memory (cumulated for all children) (KiB): 588140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.01
system time used= 1.0816
maximum resident set size= 587172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211650
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= 1099
involuntary context switches= 1796


# summary of solver processes directly reported to runsolver:
#   pid: 2429820
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.01
#   total CPU system time (s): 1.08159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7027 second user time and 37.4603 second system time

The end

Launcher Data

Begin job on nodeE002 at 2026-06-22 14:27:15
IDJOB=4779122
IDBENCH=147020
IDSOLVER=3589
FILE ID=nodeE002/4779122-1782131235
RUNJOBID= nodeE002-1782131235-2429622
SLURM_JOB_ID= 12510901
Free space on /tmp= 797844 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4779122-1782131235/watcher-4779122-1782131235 -o /tmp/evaluation-result-4779122-1782131235/solver-4779122-1782131235 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779122-1782131235/vars-4779122-1782131235 --bin-var /tmp/runsolver-exch-nodeE002-1782131235-2429622 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4779122-1782131235.opb

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

MD5SUM BENCH= 01f07e427327757fda434ad4b1d2038d
RANDOM SEED=2029570311

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

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

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

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

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

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

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

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

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

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.850
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		: 3575.669
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		: 3578.431
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		: 3576.840
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:       1055320712 kB
MemFree:        929085676 kB
MemAvailable:   1045590928 kB
Buffers:              32 kB
Cached:         120123396 kB
SwapCached:         8820 kB
Active:           701240 kB
Inactive:       119458216 kB
Active(anon):      71872 kB
Inactive(anon):     9272 kB
Active(file):     629368 kB
Inactive(file): 119448944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32567592 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            165848 kB
Writeback:            32 kB
AnonPages:         38176 kB
Mapped:            61224 kB
Shmem:             45116 kB
KReclaimable:    1171900 kB
Slab:            1713512 kB
SReclaimable:    1171900 kB
SUnreclaim:       541612 kB
KernelStack:       14256 kB
PageTables:         5068 kB
SecPageTables:     15440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:    1393580 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477984 kB
VmallocChunk:          0 kB
Percpu:           119296 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 797584 MiB
End job on nodeE002 at 2026-06-22 15:27:29