Trace number 4452575

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 NameAnswerCPU timeWall clock time
SCIP 2024-07-07UNSAT 1628.09 1632.12

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
MIPLIB01/dec/miplib2010/normalized-iis-100-0-cov.0.u.opb
MD5SUMaf9f746f4378befb3a20d04b26ba3b05
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1628.09
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints3832
Number of constraints which are clauses3831
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 128
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4452575-1721447222.opb>
0.00/0.01	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 3832 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving:
0.00/0.03	c    (0.0s) running MILP presolver
0.00/0.03	c    (0.0s) MILP presolver found nothing
0.00/0.04	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3832 upgd conss, 0 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.09	c    (0.1s) no symmetry present (symcode time: 0.00)
0.00/0.09	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
0.00/0.09	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.09	c  0 implications, 0 cliques
0.00/0.09	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 3832 constraints
0.00/0.09	c       1 constraints of type <knapsack>
0.00/0.09	c    3831 constraints of type <logicor>
0.00/0.09	c transformed objective value is always integral (scale: 1)
0.00/0.09	c Presolving Time: 0.08
0.00/0.09	c - non default parameters ----------------------------------------------------------------------
0.00/0.09	c # SCIP version 10.0.0
0.00/0.09	c 
0.00/0.09	c # maximal time in seconds to run
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.09	c limits/time = 3596.997014
0.00/0.09	c 
0.00/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.09	c limits/memory = 27900
0.00/0.09	c 
0.00/0.09	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.00/0.09	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.00/0.09	c limits/solutions = 1
0.00/0.09	c 
0.00/0.09	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
0.00/0.09	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.00/0.09	c misc/usesymmetry = 3
0.00/0.09	c 
0.00/0.09	c # belongs reading time to solving time?
0.00/0.09	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c timing/reading = TRUE
0.00/0.09	c 
0.00/0.09	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.00/0.09	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.09	c propagating/symmetry/detectdoublelex = FALSE
0.00/0.09	c 
0.00/0.09	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.00/0.09	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.09	c propagating/symmetry/detectsubgroups = FALSE
0.00/0.09	c 
0.00/0.09	c # Type of symmetries that shall be computed?
0.00/0.09	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.00/0.09	c propagating/symmetry/symtype = 1
0.00/0.09	c 
0.00/0.09	c # Should components consisting of a single full reflection be handled?
0.00/0.09	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.00/0.09	c propagating/symmetry/usesimplesgncomp = FALSE
0.00/0.09	c 
0.00/0.09	c -----------------------------------------------------------------------------------------------
0.00/0.09	c start solving
0.00/0.09	c 
0.11/0.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.11/0.19	c   0.2s|     1 |     0 |   104 |     - |    40M |   0 | 100 |3832 |3832 |   0 |  0 |  31 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.69/0.79	c   0.8s|     1 |     0 |  6574 |     - |    49M |   0 | 100 |3965 |3833 |   1 |  1 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.78/0.83	c   0.8s|     1 |     0 |  6741 |     - |    51M |   0 | 100 |3965 |3834 |   2 |  2 |  33 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.90	c   0.9s|     1 |     0 |  6853 |     - |    57M |   0 | 100 |3965 |3835 |   3 |  3 |  34 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.94	c   0.9s|     1 |     0 |  7127 |     - |    58M |   0 | 100 |3965 |3836 |   4 |  4 |  35 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.88/0.98	c   1.0s|     1 |     0 |  7369 |     - |    60M |   0 | 100 |3965 |3837 |   5 |  5 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.01	c   1.0s|     1 |     0 |  7377 |     - |    63M |   0 | 100 |3965 |3839 |   7 |  6 |  37 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.99/1.09	c   1.1s|     1 |     0 |  7492 |     - |    65M |   0 | 100 |3965 |3840 |   8 |  7 |  38 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.11	c   1.1s|     1 |     0 |  7523 |     - |    68M |   0 | 100 |3965 |3841 |   9 |  8 |  39 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.15	c   1.1s|     1 |     0 |  7663 |     - |    71M |   0 | 100 |3965 |3842 |  10 |  9 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.18	c   1.2s|     1 |     0 |  7780 |     - |    74M |   0 | 100 |3965 |3843 |  11 | 10 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.09/1.19	c   1.2s|     1 |     0 |  7839 |     - |    74M |   0 | 100 |3965 |3843 |  12 | 11 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.58/1.62	c   1.6s|     1 |     2 |  8522 |     - |    74M |   0 | 100 |3968 |3843 |  12 | 11 |  46 |  11 | 0.000000e+00 |      --      |    Inf | unknown
4.47/4.54	c   4.5s|   100 |    57 | 31102 | 235.0 |    78M |  19 | 100 |3968 |3837 |  17 |  1 |  83 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.08/5.15	c   5.1s|   200 |    59 | 38073 | 151.9 |    78M |  20 | 100 |3968 |3836 |  17 |  0 | 101 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.87/5.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
5.87/5.94	c   5.9s|   300 |    69 | 45599 | 126.3 |    83M |  20 | 100 |3974 |3836 |  22 |  1 | 127 |  11 | 0.000000e+00 |      --      |    Inf | unknown
6.98/7.03	c   7.0s|   400 |    75 | 54085 | 115.9 |    84M |  22 | 100 |3982 |3836 |  24 |  1 | 150 |  11 | 0.000000e+00 |      --      |    Inf | unknown
7.57/7.67	c   7.7s|   500 |    75 | 59455 | 103.4 |    84M |  26 | 100 |3982 |3835 |  24 |  1 | 171 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.27/8.31	c   8.3s|   600 |    77 | 66377 |  97.7 |    86M |  26 | 100 |3983 |3836 |  27 |  1 | 174 |  11 | 0.000000e+00 |      --      |    Inf | unknown
8.77/8.82	c   8.8s|   700 |    79 | 71603 |  91.2 |    86M |  26 | 100 |3983 |3838 |  27 |  0 | 184 |  11 | 0.000000e+00 |      --      |    Inf | unknown
9.86/9.96	c  10.0s|   800 |    97 | 81769 |  92.5 |    91M |  26 | 100 |3988 |3836 |  36 |  1 | 215 |  11 | 0.000000e+00 |      --      |    Inf | unknown
10.46/10.58	c  10.6s|   900 |   105 | 88480 |  89.7 |    91M |  26 | 100 |3989 |3836 |  36 |  1 | 234 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.16/11.25	c  11.2s|  1000 |   103 | 95127 |  87.4 |    93M |  26 | 100 |3990 |3836 |  39 |  1 | 247 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.36/11.49	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
11.46/11.50	c (run 1, node 1052) performing user restart
11.46/11.50	c 
11.46/11.50	c (restart) converted 3 cuts from the global cut pool into linear constraints
11.46/11.50	c 
11.46/11.52	c presolving:
11.46/11.52	c (round 1, exhaustive) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 133 upgd conss, 0 impls, 0 clqs
11.46/11.53	c (round 2, exhaustive) 0 del vars, 15 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 40 chg coeffs, 133 upgd conss, 0 impls, 0 clqs
11.46/11.55	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
11.46/11.55	c  0 deleted vars, 15 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 40 changed coefficients
11.46/11.55	c  0 implications, 0 cliques
11.46/11.55	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 3983 constraints
11.46/11.55	c       2 constraints of type <knapsack>
11.46/11.55	c       2 constraints of type <linear>
11.46/11.55	c    3979 constraints of type <logicor>
11.46/11.55	c transformed objective value is always integral (scale: 1)
11.46/11.55	c Presolving Time: 0.11
11.46/11.55	c 
11.56/11.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
11.56/11.66	c  11.7s|     1 |     0 | 98098 |     - |    89M |   0 | 100 |3983 |3835 |   0 |  0 | 277 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.76/11.82	c  11.8s|     1 |     0 | 98394 |     - |    90M |   0 | 100 |3995 |3837 |   2 |  1 | 278 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.76/11.87	c  11.9s|     1 |     0 | 98667 |     - |    90M |   0 | 100 |3995 |3838 |   3 |  2 | 279 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.86/11.90	c  11.9s|     1 |     0 | 98841 |     - |    90M |   0 | 100 |3995 |3839 |   4 |  3 | 280 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.86/11.97	c  12.0s|     1 |     0 | 99031 |     - |    90M |   0 | 100 |3995 |3841 |   6 |  4 | 281 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.96/12.02	c  12.0s|     1 |     0 | 99279 |     - |    90M |   0 | 100 |3995 |3843 |   8 |  5 | 282 |  11 | 0.000000e+00 |      --      |    Inf | unknown
11.96/12.07	c  12.1s|     1 |     0 | 99526 |     - |    90M |   0 | 100 |3995 |3844 |   9 |  6 | 283 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.06/12.11	c  12.1s|     1 |     0 | 99678 |     - |    90M |   0 | 100 |3995 |3845 |  10 |  7 | 284 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.06/12.14	c  12.1s|     1 |     0 | 99818 |     - |    91M |   0 | 100 |3995 |3846 |  11 |  8 | 285 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.06/12.17	c  12.2s|     1 |     0 | 99945 |     - |    91M |   0 | 100 |3995 |3847 |  12 |  9 | 286 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.15/12.21	c  12.2s|     1 |     0 |100041 |     - |    92M |   0 | 100 |3995 |3845 |  13 | 10 | 287 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.15/12.23	c  12.2s|     1 |     0 |100181 |     - |    92M |   0 | 100 |3995 |3846 |  14 | 11 | 288 |  11 | 0.000000e+00 |      --      |    Inf | unknown
12.55/12.67	c  12.7s|     1 |     2 |101342 |     - |    92M |   0 | 100 |3996 |3846 |  14 | 11 | 292 |  22 | 0.000000e+00 |      --      |    Inf | unknown
13.75/13.85	c  13.9s|   100 |    31 |110034 |  86.9 |    92M |  24 | 100 |3988 |3836 |  16 |  0 | 313 |  22 | 0.000000e+00 |      --      |    Inf | unknown
14.85/14.91	c  14.9s|   200 |    41 |119698 |  87.7 |    94M |  24 | 100 |3974 |3836 |  20 |  0 | 324 |  22 | 0.000000e+00 |      --      |    Inf | unknown
15.54/15.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.54/15.69	c  15.7s|   300 |    40 |126171 |  86.0 |    94M |  24 | 100 |3969 |3836 |  20 |  0 | 339 |  22 | 0.000000e+00 |      --      |    Inf | unknown
16.34/16.45	c  16.4s|   400 |    48 |133180 |  84.9 |    94M |  24 | 100 |3959 |3836 |  22 |  0 | 342 |  22 | 0.000000e+00 |      --      |    Inf | unknown
17.04/17.17	c  17.2s|   500 |    46 |140410 |  84.1 |    94M |  24 | 100 |3952 |3836 |  24 |  0 | 351 |  22 | 0.000000e+00 |      --      |    Inf | unknown
17.64/17.72	c  17.7s|   600 |    46 |146744 |  82.8 |    94M |  24 | 100 |3950 |3836 |  24 |  1 | 362 |  22 | 0.000000e+00 |      --      |    Inf | unknown
18.53/18.61	c  18.6s|   700 |    47 |152613 |  81.4 |    95M |  25 | 100 |3950 |3835 |  26 |  1 | 387 |  22 | 0.000000e+00 |      --      |    Inf | unknown
19.23/19.37	c  19.4s|   800 |    47 |158599 |  80.3 |    95M |  25 | 100 |3948 |3835 |  26 |  0 | 416 |  22 | 0.000000e+00 |      --      |    Inf | unknown
20.03/20.15	c  20.1s|   900 |    47 |164488 |  79.2 |    95M |  25 | 100 |3948 |3835 |  26 |  1 | 431 |  22 | 0.000000e+00 |      --      |    Inf | unknown
20.93/21.05	c  21.0s|  1000 |    44 |171916 |  78.9 |    95M |  25 | 100 |3950 |3836 |  26 |  1 | 446 |  22 | 0.000000e+00 |      --      |    Inf | unknown
21.82/21.95	c  21.9s|  1100 |    58 |179184 |  78.6 |    95M |  25 | 100 |3936 |3836 |  32 |  0 | 461 |  22 | 0.000000e+00 |      --      |    Inf | unknown
22.52/22.60	c  22.6s|  1200 |    52 |185001 |  77.7 |    95M |  25 | 100 |3936 |3836 |  32 |  1 | 492 |  22 | 0.000000e+00 |      --      |    Inf | unknown
23.12/23.24	c  23.2s|  1300 |    52 |191485 |  77.2 |    95M |  25 | 100 |3936 |3836 |  32 |  0 | 496 |  22 | 0.000000e+00 |      --      |    Inf | unknown
23.82/23.96	c  24.0s|  1400 |    54 |199589 |  77.3 |    95M |  25 | 100 |3935 |3836 |  36 |  1 | 499 |  22 | 0.000000e+00 |      --      |    Inf |   0.50%
24.72/24.83	c  24.8s|  1500 |    53 |208757 |  77.9 |    96M |  25 | 100 |3937 |3835 |  38 |  0 | 513 |  22 | 0.000000e+00 |      --      |    Inf |   0.59%
25.51/25.67	c  25.7s|  1600 |    61 |215984 |  77.7 |    98M |  25 | 100 |3940 |3835 |  40 |  1 | 537 |  22 | 0.000000e+00 |      --      |    Inf |   0.65%
26.42/26.59	c  26.6s|  1700 |    72 |221141 |  76.7 |    98M |  28 | 100 |3939 |3835 |  40 |  1 | 572 |  22 | 0.000000e+00 |      --      |    Inf |   0.65%
27.21/27.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
27.21/27.39	c  27.4s|  1800 |    62 |227311 |  76.2 |    98M |  28 | 100 |3939 |3835 |  40 |  0 | 592 |  22 | 0.000000e+00 |      --      |    Inf |   0.66%
28.11/28.23	c  28.2s|  1900 |    58 |233132 |  75.6 |    98M |  28 | 100 |3939 |3835 |  40 |  1 | 618 |  22 | 0.000000e+00 |      --      |    Inf |   0.66%
28.81/28.98	c  29.0s|  2000 |    56 |240431 |  75.5 |    98M |  28 | 100 |3939 |3835 |  40 |  1 | 634 |  22 | 0.000000e+00 |      --      |    Inf |   0.70%
29.81/29.94	c  29.9s|  2100 |    60 |246398 |  75.0 |    98M |  28 | 100 |3939 |3836 |  42 |  0 | 664 |  22 | 0.000000e+00 |      --      |    Inf |   0.71%
30.51/30.64	c  30.6s|  2200 |    62 |252311 |  74.5 |    98M |  28 | 100 |3940 |3836 |  42 |  0 | 684 |  22 | 0.000000e+00 |      --      |    Inf |   0.73%
31.01/31.18	c  31.2s|  2300 |    71 |258223 |  74.1 |    98M |  28 | 100 |3943 |3836 |  42 |  1 | 702 |  22 | 0.000000e+00 |      --      |    Inf |   0.76%
31.60/31.74	c  31.7s|  2400 |    59 |264621 |  73.8 |    98M |  28 | 100 |3944 |3836 |  42 |  0 | 725 |  22 | 0.000000e+00 |      --      |    Inf |   0.78%
32.10/32.29	c  32.3s|  2500 |    59 |271114 |  73.5 |    98M |  28 | 100 |3946 |3836 |  42 |  0 | 755 |  22 | 0.000000e+00 |      --      |    Inf |   0.83%
32.70/32.82	c  32.8s|  2600 |    61 |277468 |  73.3 |    98M |  28 | 100 |3946 |3836 |  42 |  0 | 772 |  22 | 0.000000e+00 |      --      |    Inf |   0.85%
33.30/33.49	c  33.5s|  2700 |    55 |284806 |  73.3 |    98M |  28 | 100 |3961 |3836 |  44 |  1 | 803 |  22 | 0.000000e+00 |      --      |    Inf |   0.91%
33.90/34.03	c  34.0s|  2800 |    53 |291253 |  73.0 |    98M |  28 | 100 |3965 |3836 |  44 |  1 | 823 |  22 | 0.000000e+00 |      --      |    Inf |   0.92%
34.59/34.78	c  34.8s|  2900 |    51 |300755 |  73.6 |    98M |  28 | 100 |3965 |3836 |  46 |  1 | 845 |  22 | 0.000000e+00 |      --      |    Inf |   0.94%
35.19/35.31	c  35.3s|  3000 |    55 |306947 |  73.3 |    98M |  28 | 100 |3964 |3836 |  46 |  1 | 856 |  22 | 0.000000e+00 |      --      |    Inf |   0.97%
35.79/35.92	c  35.9s|  3100 |    61 |313724 |  73.2 |    98M |  28 | 100 |3974 |3836 |  48 |  1 | 891 |  22 | 0.000000e+00 |      --      |    Inf |   1.02%
36.29/36.47	c  36.5s|  3200 |    57 |319920 |  72.9 |    98M |  28 | 100 |3983 |3835 |  48 |  0 | 928 |  22 | 0.000000e+00 |      --      |    Inf |   1.06%
36.89/37.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.89/37.02	c  37.0s|  3300 |    54 |326494 |  72.7 |    98M |  28 | 100 |3994 |3836 |  48 |  0 | 941 |  22 | 0.000000e+00 |      --      |    Inf |   1.09%
37.38/37.54	c  37.5s|  3400 |    54 |332696 |  72.5 |    98M |  28 | 100 |3994 |3835 |  48 |  1 | 943 |  22 | 0.000000e+00 |      --      |    Inf |   1.11%
37.99/38.13	c  38.1s|  3500 |    58 |339349 |  72.4 |    98M |  28 | 100 |3994 |3836 |  48 |  1 | 950 |  22 | 0.000000e+00 |      --      |    Inf |   1.14%
38.58/38.71	c  38.7s|  3600 |    54 |346307 |  72.3 |    98M |  28 | 100 |3994 |3836 |  48 |  1 | 952 |  22 | 0.000000e+00 |      --      |    Inf |   1.16%
39.18/39.36	c  39.4s|  3700 |    60 |353302 |  72.3 |    98M |  28 | 100 |3994 |3836 |  50 |  1 | 967 |  22 | 0.000000e+00 |      --      |    Inf |   1.18%
39.78/39.94	c  39.9s|  3800 |    56 |360131 |  72.2 |    98M |  28 | 100 |3994 |3836 |  50 |  0 | 978 |  22 | 0.000000e+00 |      --      |    Inf |   1.20%
40.38/40.55	c  40.5s|  3900 |    60 |367088 |  72.1 |    98M |  28 | 100 |3994 |3836 |  50 |  1 | 993 |  22 | 0.000000e+00 |      --      |    Inf |   1.23%
41.17/41.30	c  41.3s|  4000 |    56 |375056 |  72.3 |    98M |  28 | 100 |3994 |3836 |  53 |  1 |1009 |  22 | 0.000000e+00 |      --      |    Inf |   1.27%
41.57/41.79	c  41.8s|  4100 |    60 |380285 |  71.9 |    98M |  28 | 100 |3995 |3836 |  53 |  1 |1026 |  22 | 0.000000e+00 |      --      |    Inf |   1.28%
42.17/42.35	c  42.4s|  4200 |    60 |386389 |  71.7 |    98M |  28 | 100 |3996 |3836 |  53 |  0 |1045 |  22 | 0.000000e+00 |      --      |    Inf |   1.29%
42.67/42.82	c  42.8s|  4300 |    61 |391915 |  71.4 |    98M |  28 | 100 |3996 |3836 |  53 |  1 |1061 |  22 | 0.000000e+00 |      --      |    Inf |   1.30%
43.17/43.39	c  43.4s|  4400 |    61 |398473 |  71.3 |    98M |  28 | 100 |3998 |3836 |  53 |  1 |1075 |  22 | 0.000000e+00 |      --      |    Inf |   1.32%
43.77/43.99	c  44.0s|  4500 |    55 |405601 |  71.3 |    98M |  28 | 100 |3998 |3836 |  53 |  1 |1099 |  22 | 0.000000e+00 |      --      |    Inf |   1.34%
44.37/44.50	c  44.5s|  4600 |    53 |411502 |  71.0 |    98M |  28 | 100 |3999 |3836 |  53 |  1 |1117 |  22 | 0.000000e+00 |      --      |    Inf |   1.36%
44.87/45.05	c  45.0s|  4700 |    53 |417844 |  70.9 |    98M |  28 | 100 |4007 |3836 |  55 |  1 |1134 |  22 | 0.000000e+00 |      --      |    Inf |   1.39%
45.46/45.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.46/45.69	c  45.7s|  4800 |    57 |424712 |  70.9 |    98M |  28 | 100 |4007 |3837 |  59 |  1 |1139 |  22 | 0.000000e+00 |      --      |    Inf |   1.43%
46.16/46.31	c  46.3s|  4900 |    55 |431570 |  70.8 |    98M |  28 | 100 |4011 |3836 |  61 |  1 |1158 |  22 | 0.000000e+00 |      --      |    Inf |   1.49%
46.66/46.89	c  46.9s|  5000 |    66 |437717 |  70.7 |    98M |  28 | 100 |4012 |3836 |  63 |  1 |1168 |  22 | 0.000000e+00 |      --      |    Inf |   1.56%
47.25/47.46	c  47.5s|  5100 |    61 |444475 |  70.6 |    98M |  28 | 100 |4014 |3836 |  63 |  0 |1198 |  22 | 0.000000e+00 |      --      |    Inf |   1.58%
47.86/48.08	c  48.1s|  5200 |    61 |451522 |  70.6 |    98M |  28 | 100 |4024 |3835 |  65 |  0 |1218 |  22 | 0.000000e+00 |      --      |    Inf |   1.64%
48.45/48.64	c  48.6s|  5300 |    57 |458053 |  70.5 |    98M |  28 | 100 |4033 |3835 |  65 |  0 |1230 |  22 | 0.000000e+00 |      --      |    Inf |   1.70%
49.35/49.52	c  49.5s|  5400 |    63 |466770 |  70.8 |    98M |  28 | 100 |4033 |3835 |  67 |  1 |1233 |  22 | 0.000000e+00 |      --      |    Inf |   1.76%
49.85/50.08	c  50.1s|  5500 |    57 |473329 |  70.7 |    98M |  28 | 100 |4038 |3837 |  67 |  0 |1247 |  22 | 0.000000e+00 |      --      |    Inf |   1.80%
50.45/50.65	c  50.6s|  5600 |    57 |479809 |  70.6 |    98M |  28 | 100 |4038 |3836 |  67 |  1 |1253 |  22 | 0.000000e+00 |      --      |    Inf |   1.84%
51.05/51.23	c  51.2s|  5700 |    57 |486561 |  70.6 |    98M |  28 | 100 |4038 |3836 |  67 |  1 |1257 |  22 | 0.000000e+00 |      --      |    Inf |   1.86%
51.64/51.81	c  51.8s|  5800 |    53 |493361 |  70.5 |    98M |  28 | 100 |4039 |3836 |  67 |  1 |1274 |  22 | 0.000000e+00 |      --      |    Inf |   1.88%
52.24/52.46	c  52.5s|  5900 |    51 |500674 |  70.6 |    98M |  28 | 100 |4050 |3835 |  67 |  1 |1300 |  22 | 0.000000e+00 |      --      |    Inf |   1.97%
53.04/53.25	c  53.3s|  6000 |    67 |509449 |  70.8 |    98M |  28 | 100 |4050 |3835 |  74 |  1 |1310 |  22 | 0.000000e+00 |      --      |    Inf |   1.99%
53.54/53.75	c  53.8s|  6100 |    69 |515408 |  70.7 |    98M |  28 | 100 |4050 |3835 |  74 |  1 |1323 |  22 | 0.000000e+00 |      --      |    Inf |   2.01%
54.14/54.30	c  54.3s|  6200 |    63 |521994 |  70.6 |    98M |  28 | 100 |4050 |3835 |  74 |  0 |1326 |  22 | 0.000000e+00 |      --      |    Inf |   2.03%
54.74/54.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.74/54.90	c  54.9s|  6300 |    67 |528900 |  70.6 |    98M |  28 | 100 |4050 |3835 |  74 |  1 |1342 |  22 | 0.000000e+00 |      --      |    Inf |   2.05%
55.24/55.41	c  55.4s|  6400 |    66 |534653 |  70.4 |    98M |  28 | 100 |4050 |3836 |  76 |  0 |1367 |  22 | 0.000000e+00 |      --      |    Inf |   2.06%
55.73/55.99	c  56.0s|  6500 |    70 |541485 |  70.4 |    98M |  28 | 100 |4050 |3836 |  76 |  1 |1372 |  22 | 0.000000e+00 |      --      |    Inf |   2.08%
56.33/56.57	c  56.6s|  6600 |    68 |548444 |  70.4 |    98M |  28 | 100 |4050 |3836 |  76 |  1 |1378 |  22 | 0.000000e+00 |      --      |    Inf |   2.09%
56.93/57.11	c  57.1s|  6700 |    62 |554876 |  70.3 |    98M |  28 | 100 |4050 |3835 |  76 |  0 |1388 |  22 | 0.000000e+00 |      --      |    Inf |   2.11%
57.53/57.73	c  57.7s|  6800 |    68 |561785 |  70.3 |    98M |  28 | 100 |4050 |3836 |  76 |  1 |1402 |  22 | 0.000000e+00 |      --      |    Inf |   2.12%
58.12/58.33	c  58.3s|  6900 |    66 |568742 |  70.3 |    98M |  28 | 100 |4050 |3836 |  76 |  1 |1415 |  22 | 0.000000e+00 |      --      |    Inf |   2.13%
58.62/58.88	c  58.9s|  7000 |    64 |575236 |  70.2 |    98M |  28 | 100 |4051 |3836 |  76 |  1 |1433 |  22 | 0.000000e+00 |      --      |    Inf |   2.15%
59.22/59.44	c  59.4s|  7100 |    60 |582088 |  70.2 |    98M |  28 | 100 |4051 |3835 |  76 |  0 |1433 |  22 | 0.000000e+00 |      --      |    Inf |   2.17%
59.83/60.07	c  60.1s|  7200 |    64 |588715 |  70.1 |    98M |  28 | 100 |4051 |3835 |  76 |  0 |1441 |  22 | 0.000000e+00 |      --      |    Inf |   2.18%
60.42/60.69	c  60.7s|  7300 |    64 |596097 |  70.2 |    98M |  28 | 100 |4051 |3835 |  76 |  0 |1445 |  22 | 0.000000e+00 |      --      |    Inf |   2.19%
61.22/61.42	c  61.4s|  7400 |    58 |605331 |  70.4 |    98M |  28 | 100 |4051 |3835 |  76 |  0 |1463 |  22 | 0.000000e+00 |      --      |    Inf |   2.20%
61.72/61.99	c  62.0s|  7500 |    60 |611954 |  70.4 |    98M |  28 | 100 |4060 |3835 |  78 |  1 |1473 |  22 | 0.000000e+00 |      --      |    Inf |   2.25%
62.31/62.55	c  62.6s|  7600 |    60 |618610 |  70.3 |    98M |  28 | 100 |4060 |3835 |  78 |  0 |1481 |  22 | 0.000000e+00 |      --      |    Inf |   2.26%
62.92/63.12	c  63.1s|  7700 |    56 |625337 |  70.3 |    98M |  28 | 100 |4060 |3836 |  78 |  0 |1491 |  22 | 0.000000e+00 |      --      |    Inf |   2.27%
63.51/63.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
63.51/63.73	c  63.7s|  7800 |    58 |632587 |  70.3 |    98M |  28 | 100 |4076 |3835 |  78 |  1 |1524 |  22 | 0.000000e+00 |      --      |    Inf |   2.30%
64.01/64.26	c  64.3s|  7900 |    58 |638804 |  70.2 |    98M |  28 | 100 |4076 |3835 |  78 |  0 |1527 |  22 | 0.000000e+00 |      --      |    Inf |   2.33%
64.61/64.85	c  64.8s|  8000 |    60 |645797 |  70.2 |    98M |  28 | 100 |4076 |3836 |  78 |  1 |1538 |  22 | 0.000000e+00 |      --      |    Inf |   2.35%
65.11/65.35	c  65.4s|  8100 |    64 |651820 |  70.1 |    98M |  28 | 100 |4076 |3836 |  78 |  0 |1548 |  22 | 0.000000e+00 |      --      |    Inf |   2.36%
65.61/65.89	c  65.9s|  8200 |    60 |658267 |  70.1 |    98M |  28 | 100 |4077 |3836 |  78 |  0 |1556 |  22 | 0.000000e+00 |      --      |    Inf |   2.38%
66.20/66.48	c  66.5s|  8300 |    58 |665259 |  70.1 |    98M |  28 | 100 |4079 |3836 |  78 |  0 |1572 |  22 | 0.000000e+00 |      --      |    Inf |   2.40%
66.81/67.06	c  67.1s|  8400 |    56 |672199 |  70.1 |    98M |  28 | 100 |4079 |3836 |  78 |  1 |1584 |  22 | 0.000000e+00 |      --      |    Inf |   2.42%
67.40/67.65	c  67.6s|  8500 |    56 |679076 |  70.1 |    98M |  28 | 100 |4079 |3835 |  78 |  1 |1587 |  22 | 0.000000e+00 |      --      |    Inf |   2.44%
68.00/68.21	c  68.2s|  8600 |    52 |685899 |  70.0 |    98M |  28 | 100 |4079 |3835 |  78 |  1 |1593 |  22 | 0.000000e+00 |      --      |    Inf |   2.46%
68.70/68.92	c  68.9s|  8700 |    68 |693645 |  70.1 |    98M |  28 | 100 |4080 |3836 |  84 |  0 |1611 |  22 | 0.000000e+00 |      --      |    Inf |   2.58%
69.20/69.45	c  69.4s|  8800 |    68 |699718 |  70.0 |    98M |  28 | 100 |4080 |3836 |  84 |  1 |1630 |  22 | 0.000000e+00 |      --      |    Inf |   2.60%
69.69/69.99	c  70.0s|  8900 |    66 |705749 |  69.9 |    98M |  28 | 100 |4080 |3836 |  84 |  0 |1660 |  22 | 0.000000e+00 |      --      |    Inf |   2.61%
70.29/70.59	c  70.6s|  9000 |    68 |712730 |  69.9 |    98M |  28 | 100 |4082 |3836 |  84 |  0 |1696 |  22 | 0.000000e+00 |      --      |    Inf |   2.63%
70.90/71.12	c  71.1s|  9100 |    58 |719032 |  69.8 |    98M |  28 | 100 |4082 |3836 |  84 |  0 |1705 |  22 | 0.000000e+00 |      --      |    Inf |   2.66%
71.49/71.73	c  71.7s|  9200 |    64 |725616 |  69.8 |    98M |  28 | 100 |4091 |3836 |  88 |  0 |1732 |  22 | 0.000000e+00 |      --      |    Inf |   2.72%
71.99/72.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
71.99/72.27	c  72.3s|  9300 |    74 |731677 |  69.7 |    98M |  28 | 100 |4099 |3836 |  88 |  1 |1776 |  22 | 0.000000e+00 |      --      |    Inf |   2.74%
72.49/72.73	c  72.7s|  9400 |    66 |736982 |  69.6 |    98M |  28 | 100 |4107 |3836 |  88 |  0 |1830 |  22 | 0.000000e+00 |      --      |    Inf |   2.75%
72.99/73.24	c  73.2s|  9500 |    72 |742783 |  69.4 |    98M |  28 | 100 |4108 |3836 |  88 |  1 |1839 |  22 | 0.000000e+00 |      --      |    Inf |   2.76%
73.48/73.75	c  73.8s|  9600 |    62 |748875 |  69.4 |    98M |  28 | 100 |4108 |3836 |  88 |  0 |1851 |  22 | 0.000000e+00 |      --      |    Inf |   2.79%
74.18/74.41	c  74.4s|  9700 |    64 |756755 |  69.5 |    98M |  28 | 100 |4109 |3836 |  90 |  1 |1869 |  22 | 0.000000e+00 |      --      |    Inf |   2.82%
74.68/74.98	c  75.0s|  9800 |    62 |763535 |  69.4 |    98M |  28 | 100 |4109 |3836 |  90 |  1 |1877 |  22 | 0.000000e+00 |      --      |    Inf |   2.87%
75.38/75.63	c  75.6s|  9900 |    66 |770311 |  69.4 |    98M |  28 | 100 |4113 |3836 |  90 |  0 |1887 |  22 | 0.000000e+00 |      --      |    Inf |   2.89%
75.98/76.24	c  76.2s| 10000 |    68 |777005 |  69.4 |    98M |  28 | 100 |4113 |3836 |  90 |  0 |1900 |  22 | 0.000000e+00 |      --      |    Inf |   2.91%
76.48/76.76	c  76.8s| 10100 |    64 |783172 |  69.3 |    98M |  28 | 100 |4113 |3837 |  90 |  0 |1911 |  22 | 0.000000e+00 |      --      |    Inf |   2.93%
77.07/77.31	c  77.3s| 10200 |    62 |789557 |  69.3 |    98M |  28 | 100 |4114 |3836 |  90 |  1 |1932 |  22 | 0.000000e+00 |      --      |    Inf |   2.95%
77.57/77.86	c  77.9s| 10300 |    60 |795903 |  69.2 |    98M |  28 | 100 |4114 |3837 |  90 |  1 |1947 |  22 | 0.000000e+00 |      --      |    Inf |   2.97%
78.17/78.40	c  78.4s| 10400 |    63 |801777 |  69.1 |    98M |  28 | 100 |4114 |3836 |  92 |  0 |1984 |  22 | 0.000000e+00 |      --      |    Inf |   2.98%
78.57/78.88	c  78.9s| 10500 |    59 |807374 |  69.0 |    98M |  28 | 100 |4114 |3836 |  92 |  0 |2004 |  22 | 0.000000e+00 |      --      |    Inf |   2.99%
79.17/79.49	c  79.5s| 10600 |    61 |814502 |  69.0 |    98M |  28 | 100 |4115 |3836 |  92 |  1 |2020 |  22 | 0.000000e+00 |      --      |    Inf |   3.03%
79.77/80.05	c  80.1s| 10700 |    55 |821171 |  69.0 |    98M |  28 | 100 |4115 |3836 |  92 |  0 |2028 |  22 | 0.000000e+00 |      --      |    Inf |   3.08%
80.37/80.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.37/80.68	c  80.7s| 10800 |    59 |828200 |  69.0 |    98M |  28 | 100 |4115 |3836 |  94 |  0 |2033 |  22 | 0.000000e+00 |      --      |    Inf |   3.11%
80.96/81.26	c  81.3s| 10900 |    61 |834707 |  69.0 |    98M |  28 | 100 |4116 |3835 |  94 |  0 |2064 |  22 | 0.000000e+00 |      --      |    Inf |   3.13%
81.56/81.87	c  81.9s| 11000 |    61 |841739 |  69.0 |    98M |  28 | 100 |4127 |3835 |  96 |  1 |2087 |  22 | 0.000000e+00 |      --      |    Inf |   3.17%
82.16/82.46	c  82.5s| 11100 |    59 |848463 |  69.0 |    98M |  28 | 100 |4127 |3835 |  96 |  1 |2096 |  22 | 0.000000e+00 |      --      |    Inf |   3.20%
82.76/83.03	c  83.0s| 11200 |    61 |855162 |  69.0 |    98M |  28 | 100 |4127 |3835 |  96 |  0 |2103 |  22 | 0.000000e+00 |      --      |    Inf |   3.25%
83.26/83.58	c  83.6s| 11300 |    61 |861513 |  68.9 |    98M |  28 | 100 |4129 |3835 |  96 |  1 |2133 |  22 | 0.000000e+00 |      --      |    Inf |   3.27%
83.86/84.14	c  84.1s| 11400 |    53 |867999 |  68.9 |    98M |  28 | 100 |4129 |3836 |  96 |  0 |2146 |  22 | 0.000000e+00 |      --      |    Inf |   3.29%
84.46/84.76	c  84.8s| 11500 |    61 |875470 |  69.0 |    98M |  28 | 100 |4135 |3837 |  98 |  1 |2152 |  22 | 0.000000e+00 |      --      |    Inf |   3.33%
85.05/85.36	c  85.4s| 11600 |    59 |882604 |  69.0 |    98M |  28 | 100 |4135 |3837 |  98 |  1 |2152 |  22 | 0.000000e+00 |      --      |    Inf |   3.37%
85.65/85.96	c  86.0s| 11700 |    57 |889543 |  69.0 |    98M |  28 | 100 |4135 |3836 | 100 |  0 |2152 |  22 | 0.000000e+00 |      --      |    Inf |   3.43%
86.35/86.63	c  86.6s| 11800 |    59 |897207 |  69.0 |    98M |  28 | 100 |4143 |3837 | 102 |  0 |2164 |  22 | 0.000000e+00 |      --      |    Inf |   3.48%
86.95/87.25	c  87.2s| 11900 |    61 |904612 |  69.1 |    98M |  28 | 100 |4147 |3836 | 104 |  0 |2186 |  22 | 0.000000e+00 |      --      |    Inf |   3.50%
87.45/87.79	c  87.8s| 12000 |    61 |911006 |  69.0 |    98M |  28 | 100 |4147 |3837 | 104 |  1 |2196 |  22 | 0.000000e+00 |      --      |    Inf |   3.53%
88.15/88.41	c  88.4s| 12100 |    59 |918404 |  69.1 |    98M |  28 | 100 |4148 |3836 | 104 |  0 |2213 |  22 | 0.000000e+00 |      --      |    Inf |   3.56%
88.75/89.02	c  89.0s| 12200 |    61 |925722 |  69.1 |    98M |  28 | 100 |4148 |3836 | 104 |  1 |2227 |  22 | 0.000000e+00 |      --      |    Inf |   3.61%
89.24/89.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.24/89.58	c  89.6s| 12300 |    59 |932096 |  69.1 |    98M |  28 | 100 |4148 |3836 | 104 |  1 |2231 |  22 | 0.000000e+00 |      --      |    Inf |   3.63%
89.75/90.10	c  90.1s| 12400 |    67 |937733 |  69.0 |    98M |  28 | 100 |4148 |3835 | 104 |  0 |2249 |  22 | 0.000000e+00 |      --      |    Inf |   3.64%
90.24/90.54	c  90.5s| 12500 |    62 |942829 |  68.8 |    98M |  28 | 100 |4148 |3835 | 104 |  0 |2284 |  22 | 0.000000e+00 |      --      |    Inf |   3.65%
90.75/91.08	c  91.1s| 12600 |    56 |949279 |  68.8 |    98M |  28 | 100 |4148 |3836 | 104 |  1 |2286 |  22 | 0.000000e+00 |      --      |    Inf |   3.67%
91.34/91.61	c  91.6s| 12700 |    54 |955553 |  68.8 |    98M |  28 | 100 |4148 |3836 | 104 |  1 |2298 |  22 | 0.000000e+00 |      --      |    Inf |   3.70%
92.14/92.43	c  92.4s| 12800 |    64 |963450 |  68.8 |    98M |  28 | 100 |4148 |3837 | 110 |  0 |2308 |  22 | 0.000000e+00 |      --      |    Inf |   3.77%
92.74/93.09	c  93.1s| 12900 |    58 |971430 |  68.9 |    98M |  28 | 100 |4148 |3836 | 110 |  0 |2321 |  22 | 0.000000e+00 |      --      |    Inf |   3.80%
93.33/93.69	c  93.7s| 13000 |    58 |978458 |  68.9 |    98M |  28 | 100 |4146 |3836 | 112 |  1 |2322 |  22 | 0.000000e+00 |      --      |    Inf |   3.90%
94.03/94.31	c  94.3s| 13100 |    68 |985055 |  68.9 |    98M |  28 | 100 |4146 |3836 | 116 |  1 |2328 |  22 | 0.000000e+00 |      --      |    Inf |   3.96%
94.53/94.86	c  94.9s| 13200 |    67 |991264 |  68.9 |    98M |  28 | 100 |4146 |3836 | 116 |  0 |2348 |  22 | 0.000000e+00 |      --      |    Inf |   3.98%
95.13/95.46	c  95.5s| 13300 |    65 |998370 |  68.9 |    98M |  28 | 100 |4147 |3835 | 116 |  1 |2357 |  22 | 0.000000e+00 |      --      |    Inf |   4.01%
95.63/95.95	c  95.9s| 13400 |    65 |  1003k|  68.8 |    98M |  28 | 100 |4147 |3836 | 116 |  0 |2360 |  22 | 0.000000e+00 |      --      |    Inf |   4.03%
96.23/96.51	c  96.5s| 13500 |    59 |  1010k|  68.8 |    98M |  28 | 100 |4147 |3836 | 116 |  0 |2363 |  22 | 0.000000e+00 |      --      |    Inf |   4.05%
96.83/97.11	c  97.1s| 13600 |    67 |  1016k|  68.7 |    98M |  28 | 100 |4146 |3836 | 118 |  1 |2374 |  22 | 0.000000e+00 |      --      |    Inf |   4.09%
97.32/97.66	c  97.7s| 13700 |    65 |  1023k|  68.7 |    98M |  28 | 100 |4146 |3836 | 118 |  1 |2379 |  22 | 0.000000e+00 |      --      |    Inf |   4.13%
97.92/98.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
97.92/98.20	c  98.2s| 13800 |    65 |  1029k|  68.6 |    98M |  28 | 100 |4145 |3836 | 118 |  0 |2380 |  22 | 0.000000e+00 |      --      |    Inf |   4.17%
98.32/98.66	c  98.7s| 13900 |    63 |  1034k|  68.5 |    98M |  28 | 100 |4143 |3836 | 118 |  1 |2388 |  22 | 0.000000e+00 |      --      |    Inf |   4.17%
98.83/99.13	c  99.1s| 14000 |    63 |  1040k|  68.5 |    98M |  28 | 100 |4143 |3836 | 118 |  1 |2403 |  22 | 0.000000e+00 |      --      |    Inf |   4.18%
99.22/99.58	c  99.6s| 14100 |    63 |  1045k|  68.4 |    98M |  28 | 100 |4142 |3836 | 118 |  0 |2423 |  22 | 0.000000e+00 |      --      |    Inf |   4.18%
99.82/100.10	c   100s| 14200 |    57 |  1051k|  68.3 |    98M |  28 | 100 |4143 |3836 | 118 |  0 |2442 |  22 | 0.000000e+00 |      --      |    Inf |   4.20%
100.42/100.78	c   101s| 14300 |    57 |  1059k|  68.4 |    98M |  28 | 100 |4143 |3836 | 118 |  1 |2453 |  22 | 0.000000e+00 |      --      |    Inf |   4.22%
101.22/101.58	c   102s| 14400 |    61 |  1067k|  68.5 |    98M |  28 | 100 |4143 |3836 | 118 |  0 |2456 |  22 | 0.000000e+00 |      --      |    Inf |   4.25%
101.82/102.11	c   102s| 14500 |    57 |  1073k|  68.4 |    98M |  28 | 100 |4144 |3836 | 118 |  0 |2471 |  22 | 0.000000e+00 |      --      |    Inf |   4.28%
102.31/102.66	c   103s| 14600 |    65 |  1080k|  68.4 |    98M |  28 | 100 |4144 |3837 | 121 |  0 |2496 |  22 | 0.000000e+00 |      --      |    Inf |   4.30%
103.01/103.31	c   103s| 14700 |    63 |  1087k|  68.4 |    98M |  28 | 100 |4147 |3837 | 121 |  0 |2528 |  22 | 0.000000e+00 |      --      |    Inf |   4.33%
103.51/103.88	c   104s| 14800 |    71 |  1093k|  68.4 |    98M |  28 | 100 |4150 |3835 | 123 |  1 |2546 |  22 | 0.000000e+00 |      --      |    Inf |   4.38%
104.11/104.45	c   104s| 14900 |    65 |  1100k|  68.3 |    98M |  28 | 100 |4151 |3835 | 123 |  0 |2571 |  22 | 0.000000e+00 |      --      |    Inf |   4.41%
104.71/105.01	c   105s| 15000 |    61 |  1106k|  68.3 |    98M |  28 | 100 |4152 |3835 | 123 |  0 |2584 |  22 | 0.000000e+00 |      --      |    Inf |   4.46%
105.51/105.84	c   106s| 15100 |    67 |  1115k|  68.5 |    98M |  28 | 100 |4151 |3836 | 125 |  0 |2606 |  22 | 0.000000e+00 |      --      |    Inf |   4.55%
106.20/106.57	c   107s| 15200 |    75 |  1123k|  68.5 |    98M |  28 | 100 |4143 |3836 | 129 |  0 |2614 |  22 | 0.000000e+00 |      --      |    Inf |   4.63%
106.90/107.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
106.90/107.22	c   107s| 15300 |    79 |  1130k|  68.5 |    98M |  28 | 100 |4143 |3837 | 136 |  1 |2626 |  22 | 0.000000e+00 |      --      |    Inf |   4.75%
107.40/107.77	c   108s| 15400 |    81 |  1136k|  68.5 |    98M |  28 | 100 |4140 |3837 | 139 |  0 |2628 |  22 | 0.000000e+00 |      --      |    Inf |   4.86%
108.00/108.38	c   108s| 15500 |    85 |  1143k|  68.5 |    98M |  28 | 100 |4138 |3837 | 139 |  0 |2633 |  22 | 0.000000e+00 |      --      |    Inf |   4.90%
108.60/108.93	c   109s| 15600 |    75 |  1150k|  68.5 |    98M |  28 | 100 |4137 |3837 | 139 |  1 |2643 |  22 | 0.000000e+00 |      --      |    Inf |   4.96%
109.30/109.63	c   110s| 15700 |    83 |  1157k|  68.5 |    98M |  28 | 100 |4123 |3836 | 141 |  0 |2659 |  22 | 0.000000e+00 |      --      |    Inf |   4.99%
109.80/110.18	c   110s| 15800 |    85 |  1164k|  68.5 |    98M |  28 | 100 |4114 |3837 | 141 |  0 |2674 |  22 | 0.000000e+00 |      --      |    Inf |   5.02%
110.39/110.77	c   111s| 15900 |    85 |  1170k|  68.5 |    98M |  28 | 100 |4112 |3836 | 141 |  1 |2705 |  22 | 0.000000e+00 |      --      |    Inf |   5.04%
110.99/111.37	c   111s| 16000 |    81 |  1177k|  68.5 |    98M |  28 | 100 |4136 |3835 | 141 |  0 |2742 |  22 | 0.000000e+00 |      --      |    Inf |   5.09%
111.89/112.25	c   112s| 16100 |    89 |  1186k|  68.6 |    98M |  28 | 100 |4120 |3837 | 145 |  1 |2760 |  22 | 0.000000e+00 |      --      |    Inf |   5.16%
112.39/112.79	c   113s| 16200 |    91 |  1192k|  68.5 |    98M |  28 | 100 |4116 |3836 | 149 |  0 |2767 |  22 | 0.000000e+00 |      --      |    Inf |   5.26%
113.09/113.47	c   113s| 16300 |    94 |  1200k|  68.6 |    98M |  28 | 100 |4115 |3836 | 149 |  0 |2785 |  22 | 0.000000e+00 |      --      |    Inf |   5.30%
113.69/114.02	c   114s| 16400 |    90 |  1206k|  68.6 |    98M |  28 | 100 |4116 |3836 | 149 |  0 |2798 |  22 | 0.000000e+00 |      --      |    Inf |   5.37%
114.19/114.58	c   115s| 16500 |    93 |  1213k|  68.6 |    98M |  28 | 100 |4121 |3835 | 149 |  0 |2825 |  22 | 0.000000e+00 |      --      |    Inf |   5.39%
114.79/115.15	c   115s| 16600 |    88 |  1219k|  68.5 |    98M |  28 | 100 |4122 |3835 | 149 |  0 |2848 |  22 | 0.000000e+00 |      --      |    Inf |   5.42%
115.48/115.80	c   116s| 16700 |   100 |  1227k|  68.6 |    98M |  28 | 100 |4117 |3836 | 153 |  0 |2851 |  22 | 0.000000e+00 |      --      |    Inf |   5.47%
115.98/116.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
115.98/116.39	c   116s| 16800 |    90 |  1233k|  68.6 |    98M |  28 | 100 |4117 |3835 | 153 |  0 |2861 |  22 | 0.000000e+00 |      --      |    Inf |   5.54%
116.68/117.00	c   117s| 16900 |   102 |  1240k|  68.6 |    98M |  28 | 100 |4116 |3836 | 156 |  0 |2872 |  22 | 0.000000e+00 |      --      |    Inf |   5.56%
117.18/117.50	c   118s| 17000 |   100 |  1246k|  68.5 |    98M |  28 | 100 |4115 |3836 | 156 |  0 |2880 |  22 | 0.000000e+00 |      --      |    Inf |   5.58%
117.88/118.25	c   118s| 17100 |   102 |  1254k|  68.5 |    98M |  28 | 100 |4115 |3836 | 156 |  0 |2887 |  22 | 0.000000e+00 |      --      |    Inf |   5.60%
118.48/118.80	c   119s| 17200 |   104 |  1260k|  68.5 |    98M |  28 | 100 |4115 |3836 | 156 |  0 |2903 |  22 | 0.000000e+00 |      --      |    Inf |   5.62%
119.07/119.40	c   119s| 17300 |    98 |  1267k|  68.5 |    98M |  28 | 100 |4115 |3836 | 159 |  0 |2916 |  22 | 0.000000e+00 |      --      |    Inf |   5.65%
119.57/119.97	c   120s| 17400 |    96 |  1274k|  68.5 |    98M |  28 | 100 |4115 |3836 | 159 |  0 |2925 |  22 | 0.000000e+00 |      --      |    Inf |   5.72%
120.07/120.47	c   120s| 17500 |    98 |  1280k|  68.5 |    98M |  28 | 100 |4115 |3836 | 159 |  1 |2942 |  22 | 0.000000e+00 |      --      |    Inf |   5.75%
120.57/121.00	c   121s| 17600 |    92 |  1286k|  68.4 |    98M |  28 | 100 |4111 |3837 | 159 |  0 |2974 |  22 | 0.000000e+00 |      --      |    Inf |   5.76%
121.17/121.56	c   122s| 17700 |    93 |  1293k|  68.4 |    98M |  28 | 100 |4111 |3837 | 159 |  1 |3007 |  22 | 0.000000e+00 |      --      |    Inf |   5.78%
121.77/122.11	c   122s| 17800 |    95 |  1299k|  68.4 |    98M |  28 | 100 |4112 |3838 | 162 |  1 |3022 |  22 | 0.000000e+00 |      --      |    Inf |   5.80%
122.27/122.65	c   123s| 17900 |    93 |  1305k|  68.3 |    98M |  28 | 100 |4112 |3838 | 162 |  1 |3038 |  22 | 0.000000e+00 |      --      |    Inf |   5.83%
122.87/123.21	c   123s| 18000 |    91 |  1311k|  68.3 |    98M |  28 | 100 |4114 |3836 | 162 |  0 |3053 |  22 | 0.000000e+00 |      --      |    Inf |   5.87%
123.56/123.92	c   124s| 18100 |    89 |  1320k|  68.4 |    98M |  28 | 100 |4112 |3836 | 162 |  0 |3055 |  22 | 0.000000e+00 |      --      |    Inf |   5.92%
124.16/124.57	c   125s| 18200 |    97 |  1327k|  68.4 |    98M |  28 | 100 |4111 |3837 | 167 |  0 |3064 |  22 | 0.000000e+00 |      --      |    Inf |   5.95%
124.77/125.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
124.77/125.19	c   125s| 18300 |    93 |  1334k|  68.5 |    98M |  28 | 100 |4116 |3836 | 167 |  1 |3077 |  22 | 0.000000e+00 |      --      |    Inf |   6.01%
125.56/125.91	c   126s| 18400 |    95 |  1343k|  68.5 |    99M |  28 | 100 |4115 |3838 | 172 |  2 |3084 |  22 | 0.000000e+00 |      --      |    Inf |   6.04%
126.06/126.45	c   126s| 18500 |   101 |  1349k|  68.5 |    99M |  28 | 100 |4113 |3835 | 174 |  0 |3099 |  22 | 0.000000e+00 |      --      |    Inf |   6.09%
126.56/127.00	c   127s| 18600 |    97 |  1355k|  68.5 |    99M |  28 | 100 |4112 |3838 | 174 |  1 |3102 |  22 | 0.000000e+00 |      --      |    Inf |   6.14%
127.15/127.56	c   128s| 18700 |   101 |  1361k|  68.4 |    99M |  28 | 100 |4113 |3835 | 176 |  0 |3112 |  22 | 0.000000e+00 |      --      |    Inf |   6.21%
127.76/128.10	c   128s| 18800 |    97 |  1368k|  68.4 |    99M |  28 | 100 |4113 |3835 | 176 |  1 |3119 |  22 | 0.000000e+00 |      --      |    Inf |   6.26%
128.35/128.77	c   129s| 18900 |    98 |  1375k|  68.5 |    99M |  28 | 100 |4113 |3835 | 178 |  1 |3125 |  22 | 0.000000e+00 |      --      |    Inf |   6.33%
128.95/129.33	c   129s| 19000 |   101 |  1382k|  68.5 |    99M |  28 | 100 |4113 |3835 | 178 |  0 |3140 |  22 | 0.000000e+00 |      --      |    Inf |   6.36%
129.55/129.94	c   130s| 19100 |    95 |  1389k|  68.5 |    99M |  28 | 100 |4114 |3835 | 178 |  1 |3155 |  22 | 0.000000e+00 |      --      |    Inf |   6.39%
130.25/130.68	c   131s| 19200 |   101 |  1397k|  68.5 |    99M |  28 | 100 |4116 |3836 | 180 |  1 |3178 |  22 | 0.000000e+00 |      --      |    Inf |   6.43%
131.15/131.52	c   132s| 19300 |   107 |  1405k|  68.6 |    99M |  28 | 100 |4116 |3836 | 182 |  1 |3195 |  22 | 0.000000e+00 |      --      |    Inf |   6.48%
131.65/132.04	c   132s| 19400 |   109 |  1411k|  68.5 |    99M |  28 | 100 |4116 |3836 | 182 |  0 |3211 |  22 | 0.000000e+00 |      --      |    Inf |   6.52%
132.24/132.61	c   133s| 19500 |   106 |  1418k|  68.5 |    99M |  28 | 100 |4116 |3837 | 185 |  1 |3226 |  22 | 0.000000e+00 |      --      |    Inf |   6.55%
132.84/133.23	c   133s| 19600 |   107 |  1425k|  68.5 |    99M |  28 | 100 |4116 |3836 | 185 |  0 |3234 |  22 | 0.000000e+00 |      --      |    Inf |   6.59%
133.44/133.85	c   134s| 19700 |   105 |  1432k|  68.5 |    99M |  28 | 100 |4116 |3835 | 185 |  1 |3239 |  22 | 0.000000e+00 |      --      |    Inf |   6.66%
134.04/134.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
134.04/134.41	c   134s| 19800 |    97 |  1438k|  68.5 |    99M |  28 | 100 |4119 |3837 | 185 |  0 |3249 |  22 | 0.000000e+00 |      --      |    Inf |   6.72%
134.74/135.11	c   135s| 19900 |   117 |  1446k|  68.5 |    99M |  28 | 100 |4119 |3837 | 189 |  1 |3256 |  22 | 0.000000e+00 |      --      |    Inf |   6.80%
135.24/135.67	c   136s| 20000 |   119 |  1452k|  68.5 |    99M |  28 | 100 |4120 |3837 | 189 |  1 |3278 |  22 | 0.000000e+00 |      --      |    Inf |   6.85%
135.83/136.24	c   136s| 20100 |   117 |  1458k|  68.5 |    99M |  28 | 100 |4121 |3837 | 193 |  2 |3299 |  22 | 0.000000e+00 |      --      |    Inf |   6.92%
136.33/136.77	c   137s| 20200 |   123 |  1464k|  68.4 |    99M |  28 | 100 |4128 |3837 | 196 |  0 |3331 |  22 | 0.000000e+00 |      --      |    Inf |   7.03%
137.03/137.46	c   137s| 20300 |   125 |  1472k|  68.5 |    99M |  28 | 100 |4130 |3835 | 200 |  0 |3343 |  22 | 0.000000e+00 |      --      |    Inf |   7.24%
137.64/138.08	c   138s| 20400 |   129 |  1478k|  68.5 |    99M |  28 | 100 |4132 |3837 | 207 |  0 |3348 |  22 | 0.000000e+00 |      --      |    Inf |   7.45%
138.23/138.62	c   139s| 20500 |   129 |  1484k|  68.4 |    99M |  28 | 100 |4134 |3836 | 209 |  1 |3358 |  22 | 0.000000e+00 |      --      |    Inf |   7.53%
138.73/139.14	c   139s| 20600 |   123 |  1490k|  68.4 |    99M |  28 | 100 |4139 |3836 | 211 |  1 |3369 |  22 | 0.000000e+00 |      --      |    Inf |   7.68%
139.43/139.88	c   140s| 20700 |   122 |  1498k|  68.4 |    99M |  28 | 100 |4153 |3836 | 218 |  0 |3403 |  22 | 0.000000e+00 |      --      |    Inf |   7.83%
140.02/140.43	c   140s| 20800 |   128 |  1504k|  68.4 |    99M |  28 | 100 |4155 |3836 | 220 |  0 |3421 |  22 | 0.000000e+00 |      --      |    Inf |   7.98%
140.52/140.98	c   141s| 20900 |   128 |  1510k|  68.4 |    99M |  28 | 100 |4155 |3835 | 220 |  1 |3426 |  22 | 0.000000e+00 |      --      |    Inf |   8.06%
141.02/141.49	c   141s| 21000 |   132 |  1516k|  68.3 |    99M |  28 | 100 |4155 |3837 | 224 |  1 |3437 |  22 | 0.000000e+00 |      --      |    Inf |   8.13%
141.63/142.07	c   142s| 21100 |   137 |  1523k|  68.3 |    99M |  28 | 100 |4157 |3836 | 226 |  0 |3458 |  22 | 0.000000e+00 |      --      |    Inf |   8.28%
142.52/142.97	c   143s| 21200 |   143 |  1531k|  68.4 |    99M |  28 | 100 |4163 |3836 | 230 |  1 |3491 |  22 | 0.000000e+00 |      --      |    Inf |   8.32%
143.02/143.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
143.02/143.48	c   143s| 21300 |   143 |  1537k|  68.4 |    99M |  28 | 100 |4172 |3836 | 230 |  0 |3513 |  22 | 0.000000e+00 |      --      |    Inf |   8.36%
143.52/143.99	c   144s| 21400 |   139 |  1543k|  68.3 |    99M |  28 | 100 |4183 |3836 | 230 |  0 |3538 |  22 | 0.000000e+00 |      --      |    Inf |   8.44%
144.22/144.62	c   145s| 21500 |   139 |  1550k|  68.3 |    99M |  28 | 100 |4194 |3835 | 233 |  1 |3569 |  22 | 0.000000e+00 |      --      |    Inf |   8.50%
144.91/145.39	c   145s| 21600 |   149 |  1557k|  68.3 |    99M |  28 | 100 |4208 |3836 | 241 |  0 |3592 |  22 | 0.000000e+00 |      --      |    Inf |   8.81%
145.51/145.96	c   146s| 21700 |   149 |  1563k|  68.3 |    99M |  28 | 100 |4216 |3836 | 246 |  1 |3614 |  22 | 0.000000e+00 |      --      |    Inf |   8.90%
146.11/146.53	c   147s| 21800 |   156 |  1569k|  68.2 |    99M |  28 | 100 |4216 |3836 | 246 |  1 |3645 |  22 | 0.000000e+00 |      --      |    Inf |   8.96%
146.81/147.25	c   147s| 21900 |   156 |  1576k|  68.3 |    99M |  28 | 100 |4218 |3836 | 248 |  0 |3671 |  22 | 0.000000e+00 |      --      |    Inf |   9.07%
147.41/147.89	c   148s| 22000 |   156 |  1584k|  68.3 |    99M |  28 | 100 |4221 |3836 | 248 |  0 |3700 |  22 | 0.000000e+00 |      --      |    Inf |   9.11%
148.21/148.69	c   149s| 22100 |   165 |  1591k|  68.3 |    99M |  28 | 100 |4218 |3837 | 250 |  0 |3736 |  22 | 0.000000e+00 |      --      |    Inf |   9.13%
148.90/149.31	c   149s| 22200 |   167 |  1599k|  68.3 |    99M |  28 | 100 |4218 |3837 | 250 |  1 |3753 |  22 | 0.000000e+00 |      --      |    Inf |   9.16%
149.50/149.95	c   150s| 22300 |   171 |  1605k|  68.3 |    99M |  28 | 100 |4214 |3836 | 254 |  0 |3769 |  22 | 0.000000e+00 |      --      |    Inf |   9.22%
150.30/150.76	c   151s| 22400 |   187 |  1613k|  68.4 |    99M |  28 | 100 |4207 |3836 | 262 |  1 |3783 |  22 | 0.000000e+00 |      --      |    Inf |   9.27%
150.90/151.34	c   151s| 22500 |   187 |  1619k|  68.4 |    99M |  28 | 100 |4207 |3837 | 264 |  0 |3809 |  22 | 0.000000e+00 |      --      |    Inf |   9.35%
151.50/151.93	c   152s| 22600 |   189 |  1626k|  68.4 |    99M |  28 | 100 |4207 |3837 | 266 |  1 |3815 |  22 | 0.000000e+00 |      --      |    Inf |   9.39%
152.00/152.45	c   152s| 22700 |   185 |  1632k|  68.3 |    99M |  28 | 100 |4222 |3836 | 266 |  0 |3848 |  22 | 0.000000e+00 |      --      |    Inf |   9.44%
152.89/153.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
152.89/153.35	c   153s| 22800 |   195 |  1641k|  68.4 |    99M |  28 | 100 |4205 |3836 | 273 |  1 |3866 |  22 | 0.000000e+00 |      --      |    Inf |   9.61%
153.70/154.10	c   154s| 22900 |   199 |  1649k|  68.5 |    99M |  28 | 100 |4202 |3836 | 273 |  1 |3873 |  22 | 0.000000e+00 |      --      |    Inf |   9.69%
154.39/154.81	c   155s| 23000 |   207 |  1657k|  68.5 |    99M |  28 | 100 |4198 |3836 | 281 |  1 |3876 |  22 | 0.000000e+00 |      --      |    Inf |   9.73%
154.99/155.40	c   155s| 23100 |   207 |  1664k|  68.5 |    99M |  28 | 100 |4200 |3836 | 281 |  0 |3882 |  22 | 0.000000e+00 |      --      |    Inf |   9.80%
155.59/156.05	c   156s| 23200 |   203 |  1671k|  68.5 |    99M |  28 | 100 |4209 |3836 | 283 |  1 |3905 |  22 | 0.000000e+00 |      --      |    Inf |   9.91%
156.29/156.73	c   157s| 23300 |   211 |  1678k|  68.5 |    99M |  28 | 100 |4201 |3836 | 287 |  0 |3912 |  22 | 0.000000e+00 |      --      |    Inf |   9.95%
156.79/157.21	c   157s| 23400 |   215 |  1684k|  68.5 |    99M |  28 | 100 |4200 |3836 | 287 |  1 |3937 |  22 | 0.000000e+00 |      --      |    Inf |   9.97%
157.38/157.81	c   158s| 23500 |   213 |  1690k|  68.5 |    99M |  28 | 100 |4198 |3835 | 289 |  1 |3963 |  22 | 0.000000e+00 |      --      |    Inf |  10.03%
158.18/158.63	c   159s| 23600 |   230 |  1698k|  68.5 |    99M |  28 | 100 |4190 |3837 | 295 |  1 |3981 |  22 | 0.000000e+00 |      --      |    Inf |  10.12%
158.69/159.18	c   159s| 23700 |   225 |  1704k|  68.5 |    99M |  28 | 100 |4190 |3836 | 295 |  1 |4007 |  22 | 0.000000e+00 |      --      |    Inf |  10.14%
159.28/159.72	c   160s| 23800 |   225 |  1711k|  68.5 |    99M |  28 | 100 |4190 |3835 | 295 |  0 |4012 |  22 | 0.000000e+00 |      --      |    Inf |  10.17%
159.88/160.36	c   160s| 23900 |   225 |  1718k|  68.5 |    99M |  28 | 100 |4198 |3836 | 298 |  0 |4025 |  22 | 0.000000e+00 |      --      |    Inf |  10.28%
160.48/160.96	c   161s| 24000 |   231 |  1725k|  68.5 |    99M |  28 | 100 |4200 |3835 | 301 |  1 |4031 |  22 | 0.000000e+00 |      --      |    Inf |  10.33%
161.18/161.68	c   162s| 24100 |   235 |  1732k|  68.5 |    99M |  28 | 100 |4195 |3838 | 308 |  0 |4042 |  22 | 0.000000e+00 |      --      |    Inf |  10.40%
162.07/162.59	c   163s| 24200 |   242 |  1741k|  68.6 |    99M |  28 | 100 |4191 |3835 | 312 |  0 |4054 |  22 | 0.000000e+00 |      --      |    Inf |  10.54%
162.97/163.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
162.97/163.44	c   163s| 24300 |   250 |  1749k|  68.6 |    99M |  28 | 100 |4179 |3836 | 321 |  0 |4066 |  22 | 0.000000e+00 |      --      |    Inf |  10.60%
163.67/164.14	c   164s| 24400 |   256 |  1756k|  68.6 |    99M |  28 | 100 |4196 |3837 | 327 |  1 |4095 |  22 | 0.000000e+00 |      --      |    Inf |  10.76%
164.27/164.74	c   165s| 24500 |   256 |  1763k|  68.6 |    99M |  28 | 100 |4196 |3837 | 330 |  0 |4096 |  22 | 0.000000e+00 |      --      |    Inf |  10.86%
164.97/165.43	c   165s| 24600 |   260 |  1770k|  68.6 |    99M |  28 | 100 |4206 |3836 | 333 |  1 |4125 |  22 | 0.000000e+00 |      --      |    Inf |  10.91%
165.47/165.92	c   166s| 24700 |   252 |  1776k|  68.6 |    99M |  28 | 100 |4231 |3836 | 333 |  0 |4160 |  22 | 0.000000e+00 |      --      |    Inf |  10.95%
166.16/166.68	c   167s| 24800 |   258 |  1785k|  68.7 |    99M |  28 | 100 |4227 |3836 | 335 |  1 |4184 |  22 | 0.000000e+00 |      --      |    Inf |  11.02%
166.96/167.42	c   167s| 24900 |   258 |  1793k|  68.7 |    99M |  28 | 100 |4219 |3836 | 339 |  1 |4193 |  22 | 0.000000e+00 |      --      |    Inf |  11.07%
167.57/168.01	c   168s| 25000 |   256 |  1800k|  68.7 |    99M |  28 | 100 |4217 |3836 | 339 |  1 |4213 |  22 | 0.000000e+00 |      --      |    Inf |  11.14%
168.16/168.65	c   169s| 25100 |   258 |  1807k|  68.7 |    99M |  28 | 100 |4212 |3836 | 343 |  0 |4218 |  22 | 0.000000e+00 |      --      |    Inf |  11.33%
168.96/169.46	c   169s| 25200 |   261 |  1815k|  68.8 |    99M |  28 | 100 |4206 |3837 | 352 |  1 |4232 |  22 | 0.000000e+00 |      --      |    Inf |  11.49%
169.66/170.14	c   170s| 25300 |   265 |  1822k|  68.8 |    99M |  28 | 100 |4204 |3837 | 352 |  1 |4244 |  22 | 0.000000e+00 |      --      |    Inf |  11.54%
170.25/170.71	c   171s| 25400 |   269 |  1828k|  68.8 |    99M |  28 | 100 |4199 |3837 | 354 |  0 |4249 |  22 | 0.000000e+00 |      --      |    Inf |  11.60%
170.95/171.42	c   171s| 25500 |   265 |  1836k|  68.8 |    99M |  28 | 100 |4208 |3836 | 359 |  1 |4268 |  22 | 0.000000e+00 |      --      |    Inf |  11.76%
171.45/171.99	c   172s| 25600 |   263 |  1843k|  68.8 |    99M |  28 | 100 |4204 |3836 | 359 |  0 |4272 |  22 | 0.000000e+00 |      --      |    Inf |  11.84%
172.15/172.66	c   173s| 25700 |   265 |  1850k|  68.8 |   100M |  28 | 100 |4224 |3836 | 365 |  1 |4302 |  22 | 0.000000e+00 |      --      |    Inf |  11.93%
172.95/173.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.95/173.40	c   173s| 25800 |   267 |  1858k|  68.8 |   101M |  28 | 100 |4223 |3836 | 367 |  0 |4304 |  22 | 0.000000e+00 |      --      |    Inf |  12.05%
173.55/174.02	c   174s| 25900 |   271 |  1865k|  68.8 |   101M |  28 | 100 |4216 |3836 | 369 |  1 |4310 |  22 | 0.000000e+00 |      --      |    Inf |  12.14%
174.05/174.58	c   175s| 26000 |   273 |  1871k|  68.8 |   101M |  28 | 100 |4223 |3836 | 369 |  0 |4318 |  22 | 0.000000e+00 |      --      |    Inf |  12.18%
174.65/175.11	c   175s| 26100 |   267 |  1877k|  68.8 |   101M |  28 | 100 |4218 |3836 | 369 |  1 |4326 |  22 | 0.000000e+00 |      --      |    Inf |  12.20%
175.14/175.66	c   176s| 26200 |   271 |  1884k|  68.8 |   101M |  28 | 100 |4218 |3836 | 369 |  1 |4340 |  22 | 0.000000e+00 |      --      |    Inf |  12.24%
175.74/176.29	c   176s| 26300 |   269 |  1891k|  68.8 |   101M |  28 | 100 |4218 |3837 | 374 |  0 |4358 |  22 | 0.000000e+00 |      --      |    Inf |  12.38%
176.44/176.92	c   177s| 26400 |   275 |  1897k|  68.8 |   101M |  28 | 100 |4224 |3836 | 376 |  1 |4379 |  22 | 0.000000e+00 |      --      |    Inf |  12.40%
176.94/177.49	c   177s| 26500 |   275 |  1904k|  68.8 |   101M |  28 | 100 |4226 |3836 | 376 |  0 |4395 |  22 | 0.000000e+00 |      --      |    Inf |  12.47%
177.84/178.33	c   178s| 26600 |   280 |  1912k|  68.8 |   101M |  28 | 100 |4216 |3837 | 381 |  0 |4416 |  22 | 0.000000e+00 |      --      |    Inf |  12.54%
178.54/179.07	c   179s| 26700 |   290 |  1920k|  68.9 |   101M |  28 | 100 |4219 |3837 | 386 |  1 |4435 |  22 | 0.000000e+00 |      --      |    Inf |  12.64%
179.13/179.67	c   180s| 26800 |   282 |  1927k|  68.9 |   101M |  28 | 100 |4223 |3837 | 386 |  1 |4460 |  22 | 0.000000e+00 |      --      |    Inf |  12.75%
179.83/180.33	c   180s| 26900 |   282 |  1935k|  68.9 |   101M |  28 | 100 |4219 |3838 | 388 |  1 |4463 |  22 | 0.000000e+00 |      --      |    Inf |  12.87%
180.54/181.10	c   181s| 27000 |   288 |  1943k|  68.9 |   101M |  28 | 100 |4213 |3837 | 391 |  0 |4478 |  22 | 0.000000e+00 |      --      |    Inf |  13.08%
181.13/181.66	c   182s| 27100 |   284 |  1950k|  68.9 |   101M |  28 | 100 |4226 |3837 | 391 |  0 |4505 |  22 | 0.000000e+00 |      --      |    Inf |  13.17%
182.03/182.51	c   183s| 27200 |   290 |  1959k|  69.0 |   101M |  28 | 100 |4224 |3836 | 398 |  1 |4513 |  22 | 0.000000e+00 |      --      |    Inf |  13.43%
182.73/183.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
182.73/183.24	c   183s| 27300 |   294 |  1967k|  69.0 |   101M |  28 | 100 |4216 |3836 | 400 |  0 |4522 |  22 | 0.000000e+00 |      --      |    Inf |  13.50%
183.32/183.85	c   184s| 27400 |   300 |  1974k|  69.0 |   101M |  28 | 100 |4217 |3836 | 400 |  1 |4543 |  22 | 0.000000e+00 |      --      |    Inf |  13.55%
183.82/184.36	c   184s| 27500 |   296 |  1980k|  69.0 |   101M |  28 | 100 |4217 |3836 | 400 |  1 |4550 |  22 | 0.000000e+00 |      --      |    Inf |  13.57%
184.32/184.87	c   185s| 27600 |   294 |  1986k|  69.0 |   101M |  28 | 100 |4217 |3836 | 400 |  0 |4575 |  22 | 0.000000e+00 |      --      |    Inf |  13.58%
184.92/185.45	c   185s| 27700 |   294 |  1992k|  69.0 |   101M |  28 | 100 |4215 |3836 | 402 |  0 |4583 |  22 | 0.000000e+00 |      --      |    Inf |  13.60%
185.52/186.02	c   186s| 27800 |   298 |  1999k|  68.9 |   101M |  28 | 100 |4215 |3836 | 402 |  1 |4587 |  22 | 0.000000e+00 |      --      |    Inf |  13.62%
186.12/186.63	c   187s| 27900 |   296 |  2006k|  69.0 |   101M |  28 | 100 |4212 |3836 | 402 |  1 |4591 |  22 | 0.000000e+00 |      --      |    Inf |  13.67%
186.72/187.22	c   187s| 28000 |   288 |  2013k|  69.0 |   101M |  28 | 100 |4212 |3836 | 402 |  0 |4597 |  22 | 0.000000e+00 |      --      |    Inf |  13.73%
187.31/187.82	c   188s| 28100 |   290 |  2019k|  69.0 |   101M |  28 | 100 |4211 |3837 | 404 |  0 |4609 |  22 | 0.000000e+00 |      --      |    Inf |  13.78%
187.91/188.40	c   188s| 28200 |   290 |  2026k|  68.9 |   101M |  28 | 100 |4218 |3836 | 406 |  1 |4629 |  22 | 0.000000e+00 |      --      |    Inf |  13.83%
188.52/189.07	c   189s| 28300 |   294 |  2033k|  69.0 |   101M |  28 | 100 |4226 |3836 | 406 |  1 |4662 |  22 | 0.000000e+00 |      --      |    Inf |  13.86%
189.01/189.57	c   190s| 28400 |   294 |  2039k|  68.9 |   101M |  28 | 100 |4229 |3836 | 406 |  1 |4713 |  22 | 0.000000e+00 |      --      |    Inf |  13.87%
189.51/190.07	c   190s| 28500 |   293 |  2045k|  68.9 |   101M |  28 | 100 |4232 |3837 | 406 |  1 |4756 |  22 | 0.000000e+00 |      --      |    Inf |  13.88%
190.11/190.63	c   191s| 28600 |   291 |  2051k|  68.9 |   101M |  28 | 100 |4237 |3837 | 406 |  0 |4780 |  22 | 0.000000e+00 |      --      |    Inf |  13.92%
190.61/191.15	c   191s| 28700 |   291 |  2057k|  68.8 |   101M |  28 | 100 |4238 |3837 | 406 |  1 |4814 |  22 | 0.000000e+00 |      --      |    Inf |  13.94%
191.11/191.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
191.11/191.66	c   192s| 28800 |   285 |  2063k|  68.8 |   101M |  28 | 100 |4243 |3837 | 406 |  0 |4851 |  22 | 0.000000e+00 |      --      |    Inf |  13.96%
191.70/192.26	c   192s| 28900 |   291 |  2070k|  68.8 |   101M |  28 | 100 |4242 |3836 | 414 |  1 |4863 |  22 | 0.000000e+00 |      --      |    Inf |  14.08%
192.20/192.79	c   193s| 29000 |   287 |  2076k|  68.8 |   101M |  28 | 100 |4251 |3836 | 414 |  1 |4875 |  22 | 0.000000e+00 |      --      |    Inf |  14.13%
192.90/193.44	c   193s| 29100 |   291 |  2083k|  68.8 |   101M |  28 | 100 |4248 |3836 | 416 |  1 |4883 |  22 | 0.000000e+00 |      --      |    Inf |  14.18%
193.90/194.42	c   194s| 29200 |   297 |  2093k|  68.9 |   101M |  28 | 100 |4241 |3837 | 419 |  1 |4888 |  22 | 0.000000e+00 |      --      |    Inf |  14.38%
194.40/194.98	c   195s| 29300 |   295 |  2099k|  68.9 |   101M |  28 | 100 |4238 |3836 | 419 |  1 |4895 |  22 | 0.000000e+00 |      --      |    Inf |  14.42%
195.20/195.72	c   196s| 29400 |   293 |  2107k|  68.9 |   101M |  28 | 100 |4231 |3836 | 426 |  1 |4901 |  22 | 0.000000e+00 |      --      |    Inf |  14.65%
195.89/196.44	c   196s| 29500 |   297 |  2115k|  68.9 |   101M |  28 | 100 |4227 |3837 | 434 |  0 |4902 |  22 | 0.000000e+00 |      --      |    Inf |  14.75%
196.60/197.17	c   197s| 29600 |   299 |  2122k|  68.9 |   101M |  28 | 100 |4224 |3836 | 441 |  0 |4913 |  22 | 0.000000e+00 |      --      |    Inf |  14.89%
197.19/197.76	c   198s| 29700 |   293 |  2129k|  68.9 |   101M |  28 | 100 |4224 |3837 | 441 |  0 |4922 |  22 | 0.000000e+00 |      --      |    Inf |  14.99%
197.99/198.52	c   199s| 29800 |   293 |  2138k|  69.0 |   101M |  28 | 100 |4212 |3835 | 445 |  1 |4925 |  22 | 0.000000e+00 |      --      |    Inf |  15.23%
198.69/199.20	c   199s| 29900 |   297 |  2146k|  69.0 |   101M |  28 | 100 |4219 |3836 | 447 |  0 |4935 |  22 | 0.000000e+00 |      --      |    Inf |  15.50%
199.29/199.87	c   200s| 30000 |   299 |  2153k|  69.0 |   101M |  28 | 100 |4218 |3836 | 449 |  1 |4939 |  22 | 0.000000e+00 |      --      |    Inf |  15.54%
199.99/200.59	c   201s| 30100 |   303 |  2160k|  69.0 |   101M |  28 | 100 |4217 |3836 | 451 |  0 |4957 |  22 | 0.000000e+00 |      --      |    Inf |  15.57%
200.59/201.13	c   201s| 30200 |   300 |  2167k|  69.0 |   101M |  28 | 100 |4218 |3837 | 451 |  1 |4976 |  22 | 0.000000e+00 |      --      |    Inf |  15.67%
201.18/201.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
201.18/201.71	c   202s| 30300 |   298 |  2173k|  69.0 |   101M |  28 | 100 |4211 |3836 | 455 |  1 |4981 |  22 | 0.000000e+00 |      --      |    Inf |  15.74%
201.68/202.28	c   202s| 30400 |   304 |  2179k|  69.0 |   101M |  28 | 100 |4209 |3836 | 457 |  1 |5001 |  22 | 0.000000e+00 |      --      |    Inf |  15.79%
202.28/202.82	c   203s| 30500 |   302 |  2185k|  69.0 |   101M |  28 | 100 |4211 |3836 | 457 |  1 |5027 |  22 | 0.000000e+00 |      --      |    Inf |  15.81%
202.78/203.35	c   203s| 30600 |   302 |  2192k|  68.9 |   101M |  28 | 100 |4214 |3836 | 457 |  0 |5049 |  22 | 0.000000e+00 |      --      |    Inf |  15.81%
203.38/203.91	c   204s| 30700 |   302 |  2198k|  68.9 |   101M |  28 | 100 |4214 |3836 | 457 |  1 |5052 |  22 | 0.000000e+00 |      --      |    Inf |  15.82%
203.88/204.44	c   204s| 30800 |   296 |  2204k|  68.9 |   101M |  28 | 100 |4214 |3836 | 457 |  1 |5058 |  22 | 0.000000e+00 |      --      |    Inf |  15.85%
204.87/205.46	c   205s| 30900 |   300 |  2214k|  69.0 |   101M |  28 | 100 |4209 |3837 | 460 |  0 |5061 |  22 | 0.000000e+00 |      --      |    Inf |  15.95%
205.58/206.18	c   206s| 31000 |   302 |  2222k|  69.0 |   101M |  28 | 100 |4209 |3836 | 462 |  1 |5071 |  22 | 0.000000e+00 |      --      |    Inf |  16.08%
206.27/206.80	c   207s| 31100 |   308 |  2229k|  69.0 |   101M |  28 | 100 |4205 |3836 | 466 |  1 |5087 |  22 | 0.000000e+00 |      --      |    Inf |  16.16%
206.87/207.41	c   207s| 31200 |   308 |  2236k|  69.0 |   101M |  28 | 100 |4204 |3836 | 470 |  0 |5102 |  22 | 0.000000e+00 |      --      |    Inf |  16.18%
207.57/208.17	c   208s| 31300 |   320 |  2243k|  69.1 |   101M |  28 | 100 |4203 |3836 | 474 |  1 |5107 |  22 | 0.000000e+00 |      --      |    Inf |  16.33%
208.16/208.74	c   209s| 31400 |   318 |  2250k|  69.0 |   101M |  28 | 100 |4203 |3837 | 474 |  0 |5124 |  22 | 0.000000e+00 |      --      |    Inf |  16.36%
208.96/209.50	c   209s| 31500 |   325 |  2259k|  69.1 |   101M |  28 | 100 |4204 |3836 | 476 |  1 |5138 |  22 | 0.000000e+00 |      --      |    Inf |  16.39%
209.47/210.02	c   210s| 31600 |   315 |  2265k|  69.1 |   101M |  28 | 100 |4205 |3836 | 476 |  1 |5155 |  22 | 0.000000e+00 |      --      |    Inf |  16.43%
210.36/210.90	c   211s| 31700 |   319 |  2274k|  69.1 |   101M |  28 | 100 |4205 |3836 | 476 |  1 |5156 |  22 | 0.000000e+00 |      --      |    Inf |  16.47%
210.96/211.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
210.96/211.54	c   212s| 31800 |   313 |  2282k|  69.2 |   101M |  28 | 100 |4209 |3838 | 476 |  0 |5163 |  22 | 0.000000e+00 |      --      |    Inf |  16.53%
211.56/212.16	c   212s| 31900 |   317 |  2288k|  69.2 |   101M |  28 | 100 |4210 |3836 | 480 |  1 |5173 |  22 | 0.000000e+00 |      --      |    Inf |  16.61%
212.16/212.77	c   213s| 32000 |   315 |  2295k|  69.2 |   101M |  28 | 100 |4218 |3836 | 482 |  1 |5195 |  22 | 0.000000e+00 |      --      |    Inf |  16.99%
212.75/213.34	c   213s| 32100 |   321 |  2302k|  69.1 |   101M |  28 | 100 |4220 |3836 | 484 |  1 |5223 |  22 | 0.000000e+00 |      --      |    Inf |  17.01%
213.25/213.84	c   214s| 32200 |   319 |  2308k|  69.1 |   101M |  28 | 100 |4222 |3836 | 484 |  0 |5241 |  22 | 0.000000e+00 |      --      |    Inf |  17.03%
213.75/214.39	c   214s| 32300 |   323 |  2314k|  69.1 |   101M |  28 | 100 |4220 |3836 | 489 |  1 |5264 |  22 | 0.000000e+00 |      --      |    Inf |  17.10%
214.35/214.98	c   215s| 32400 |   325 |  2320k|  69.1 |   101M |  28 | 100 |4219 |3836 | 491 |  1 |5270 |  22 | 0.000000e+00 |      --      |    Inf |  17.17%
214.95/215.56	c   216s| 32500 |   325 |  2327k|  69.1 |   101M |  28 | 100 |4215 |3836 | 493 |  1 |5284 |  22 | 0.000000e+00 |      --      |    Inf |  17.19%
215.55/216.18	c   216s| 32600 |   339 |  2334k|  69.1 |   101M |  28 | 100 |4213 |3836 | 493 |  0 |5302 |  22 | 0.000000e+00 |      --      |    Inf |  17.20%
216.05/216.69	c   217s| 32700 |   335 |  2340k|  69.0 |   101M |  28 | 100 |4214 |3836 | 493 |  1 |5329 |  22 | 0.000000e+00 |      --      |    Inf |  17.21%
216.64/217.25	c   217s| 32800 |   334 |  2345k|  69.0 |   101M |  28 | 100 |4216 |3836 | 495 |  1 |5349 |  22 | 0.000000e+00 |      --      |    Inf |  17.25%
217.14/217.77	c   218s| 32900 |   336 |  2351k|  69.0 |   101M |  28 | 100 |4215 |3836 | 495 |  0 |5376 |  22 | 0.000000e+00 |      --      |    Inf |  17.27%
217.74/218.33	c   218s| 33000 |   330 |  2358k|  69.0 |   101M |  28 | 100 |4214 |3836 | 495 |  1 |5381 |  22 | 0.000000e+00 |      --      |    Inf |  17.33%
218.24/218.88	c   219s| 33100 |   332 |  2364k|  68.9 |   101M |  28 | 100 |4209 |3835 | 497 |  0 |5400 |  22 | 0.000000e+00 |      --      |    Inf |  17.37%
218.84/219.43	c   219s| 33200 |   331 |  2370k|  68.9 |   101M |  28 | 100 |4211 |3836 | 499 |  1 |5421 |  22 | 0.000000e+00 |      --      |    Inf |  17.42%
219.34/219.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
219.34/219.97	c   220s| 33300 |   334 |  2376k|  68.9 |   101M |  28 | 100 |4212 |3836 | 499 |  1 |5451 |  22 | 0.000000e+00 |      --      |    Inf |  17.44%
219.94/220.54	c   221s| 33400 |   328 |  2383k|  68.9 |   101M |  28 | 100 |4214 |3836 | 499 |  0 |5466 |  22 | 0.000000e+00 |      --      |    Inf |  17.50%
220.44/221.06	c   221s| 33500 |   329 |  2389k|  68.9 |   101M |  28 | 100 |4213 |3836 | 499 |  0 |5483 |  22 | 0.000000e+00 |      --      |    Inf |  17.53%
221.03/221.66	c   222s| 33600 |   332 |  2396k|  68.9 |   101M |  28 | 100 |4212 |3836 | 501 |  1 |5498 |  22 | 0.000000e+00 |      --      |    Inf |  17.57%
221.63/222.29	c   222s| 33700 |   326 |  2403k|  68.9 |   101M |  28 | 100 |4209 |3836 | 501 |  0 |5505 |  22 | 0.000000e+00 |      --      |    Inf |  17.63%
222.23/222.85	c   223s| 33800 |   334 |  2409k|  68.9 |   101M |  28 | 100 |4208 |3836 | 501 |  1 |5517 |  22 | 0.000000e+00 |      --      |    Inf |  17.66%
222.73/223.39	c   223s| 33900 |   338 |  2415k|  68.8 |   101M |  28 | 100 |4219 |3837 | 503 |  0 |5541 |  22 | 0.000000e+00 |      --      |    Inf |  17.71%
223.43/224.06	c   224s| 34000 |   336 |  2422k|  68.8 |   101M |  28 | 100 |4261 |3836 | 507 |  1 |5595 |  22 | 0.000000e+00 |      --      |    Inf |  17.75%
224.03/224.64	c   225s| 34100 |   332 |  2429k|  68.8 |   101M |  28 | 100 |4268 |3836 | 507 |  0 |5617 |  22 | 0.000000e+00 |      --      |    Inf |  17.82%
224.53/225.17	c   225s| 34200 |   330 |  2435k|  68.8 |   101M |  28 | 100 |4272 |3836 | 507 |  0 |5637 |  22 | 0.000000e+00 |      --      |    Inf |  17.85%
225.32/225.99	c   226s| 34300 |   338 |  2445k|  68.9 |   101M |  28 | 100 |4265 |3836 | 512 |  0 |5649 |  22 | 0.000000e+00 |      --      |    Inf |  17.90%
225.92/226.50	c   227s| 34400 |   340 |  2451k|  68.9 |   101M |  28 | 100 |4280 |3836 | 512 |  0 |5680 |  22 | 0.000000e+00 |      --      |    Inf |  18.00%
226.43/227.06	c   227s| 34500 |   338 |  2457k|  68.9 |   101M |  28 | 100 |4280 |3836 | 515 |  0 |5699 |  22 | 0.000000e+00 |      --      |    Inf |  18.04%
226.92/227.57	c   228s| 34600 |   340 |  2463k|  68.8 |   101M |  28 | 100 |4278 |3836 | 515 |  1 |5733 |  22 | 0.000000e+00 |      --      |    Inf |  18.07%
227.42/228.08	c   228s| 34700 |   338 |  2469k|  68.8 |   101M |  28 | 100 |4274 |3836 | 515 |  1 |5754 |  22 | 0.000000e+00 |      --      |    Inf |  18.11%
228.02/228.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
228.02/228.65	c   229s| 34800 |   336 |  2475k|  68.8 |   101M |  28 | 100 |4274 |3837 | 517 |  1 |5768 |  22 | 0.000000e+00 |      --      |    Inf |  18.21%
228.62/229.23	c   229s| 34900 |   340 |  2482k|  68.8 |   101M |  28 | 100 |4278 |3837 | 519 |  1 |5788 |  22 | 0.000000e+00 |      --      |    Inf |  18.34%
229.11/229.76	c   230s| 35000 |   342 |  2488k|  68.7 |   101M |  28 | 100 |4277 |3836 | 521 |  1 |5804 |  22 | 0.000000e+00 |      --      |    Inf |  18.39%
229.81/230.42	c   230s| 35100 |   348 |  2495k|  68.8 |   101M |  28 | 100 |4277 |3836 | 521 |  0 |5807 |  22 | 0.000000e+00 |      --      |    Inf |  18.42%
230.31/230.98	c   231s| 35200 |   346 |  2502k|  68.7 |   101M |  28 | 100 |4277 |3836 | 521 |  1 |5812 |  22 | 0.000000e+00 |      --      |    Inf |  18.43%
230.91/231.52	c   232s| 35300 |   341 |  2508k|  68.7 |   101M |  28 | 100 |4277 |3836 | 521 |  0 |5826 |  22 | 0.000000e+00 |      --      |    Inf |  18.44%
231.41/232.03	c   232s| 35400 |   339 |  2514k|  68.7 |   101M |  28 | 100 |4277 |3836 | 521 |  0 |5846 |  22 | 0.000000e+00 |      --      |    Inf |  18.46%
232.21/232.87	c   233s| 35500 |   344 |  2522k|  68.7 |   101M |  28 | 100 |4281 |3837 | 525 |  0 |5869 |  22 | 0.000000e+00 |      --      |    Inf |  18.51%
232.91/233.53	c   234s| 35600 |   352 |  2529k|  68.7 |   101M |  28 | 100 |4276 |3836 | 529 |  1 |5877 |  22 | 0.000000e+00 |      --      |    Inf |  18.58%
233.41/234.01	c   234s| 35700 |   348 |  2535k|  68.7 |   101M |  28 | 100 |4276 |3837 | 529 |  0 |5892 |  22 | 0.000000e+00 |      --      |    Inf |  18.60%
233.90/234.58	c   235s| 35800 |   346 |  2541k|  68.7 |   101M |  28 | 100 |4282 |3839 | 533 |  2 |5914 |  22 | 0.000000e+00 |      --      |    Inf |  18.64%
234.51/235.13	c   235s| 35900 |   349 |  2547k|  68.7 |   101M |  28 | 100 |4309 |3837 | 533 |  0 |5961 |  22 | 0.000000e+00 |      --      |    Inf |  18.71%
235.10/235.73	c   236s| 36000 |   349 |  2554k|  68.7 |   101M |  28 | 100 |4336 |3835 | 535 |  1 |5997 |  22 | 0.000000e+00 |      --      |    Inf |  18.76%
235.70/236.30	c   236s| 36100 |   345 |  2560k|  68.7 |   101M |  28 | 100 |4356 |3836 | 535 |  1 |6038 |  22 | 0.000000e+00 |      --      |    Inf |  18.85%
236.30/236.90	c   237s| 36200 |   345 |  2567k|  68.7 |   101M |  28 | 100 |4354 |3835 | 535 |  1 |6039 |  22 | 0.000000e+00 |      --      |    Inf |  18.90%
237.00/237.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
237.00/237.68	c   238s| 36300 |   357 |  2576k|  68.7 |   101M |  28 | 100 |4352 |3836 | 543 |  1 |6050 |  22 | 0.000000e+00 |      --      |    Inf |  18.99%
237.69/238.31	c   238s| 36400 |   361 |  2583k|  68.7 |   101M |  28 | 100 |4352 |3836 | 543 |  0 |6065 |  22 | 0.000000e+00 |      --      |    Inf |  19.03%
238.19/238.89	c   239s| 36500 |   363 |  2590k|  68.7 |   101M |  28 | 100 |4356 |3836 | 545 |  0 |6083 |  22 | 0.000000e+00 |      --      |    Inf |  19.09%
238.89/239.50	c   240s| 36600 |   363 |  2597k|  68.7 |   101M |  28 | 100 |4356 |3836 | 545 |  1 |6102 |  22 | 0.000000e+00 |      --      |    Inf |  19.14%
239.49/240.13	c   240s| 36700 |   367 |  2604k|  68.7 |   101M |  28 | 100 |4356 |3836 | 547 |  0 |6124 |  22 | 0.000000e+00 |      --      |    Inf |  19.17%
240.09/240.76	c   241s| 36800 |   369 |  2612k|  68.7 |   101M |  28 | 100 |4368 |3836 | 547 |  1 |6160 |  22 | 0.000000e+00 |      --      |    Inf |  19.20%
240.69/241.32	c   241s| 36900 |   369 |  2618k|  68.7 |   101M |  28 | 100 |4368 |3836 | 547 |  1 |6189 |  22 | 0.000000e+00 |      --      |    Inf |  19.21%
241.19/241.86	c   242s| 37000 |   365 |  2624k|  68.7 |   101M |  28 | 100 |4370 |3836 | 547 |  0 |6220 |  22 | 0.000000e+00 |      --      |    Inf |  19.23%
241.88/242.56	c   243s| 37100 |   363 |  2633k|  68.8 |   101M |  28 | 100 |4372 |3837 | 549 |  1 |6232 |  22 | 0.000000e+00 |      --      |    Inf |  19.31%
242.49/243.17	c   243s| 37200 |   363 |  2640k|  68.8 |   101M |  28 | 100 |4369 |3837 | 549 |  0 |6244 |  22 | 0.000000e+00 |      --      |    Inf |  19.34%
243.08/243.79	c   244s| 37300 |   365 |  2647k|  68.8 |   101M |  28 | 100 |4371 |3837 | 549 |  1 |6248 |  22 | 0.000000e+00 |      --      |    Inf |  19.38%
243.88/244.54	c   245s| 37400 |   363 |  2655k|  68.8 |   101M |  28 | 100 |4370 |3836 | 554 |  0 |6256 |  22 | 0.000000e+00 |      --      |    Inf |  19.40%
244.48/245.19	c   245s| 37500 |   369 |  2662k|  68.8 |   101M |  28 | 100 |4361 |3836 | 556 |  1 |6274 |  22 | 0.000000e+00 |      --      |    Inf |  19.55%
245.18/245.84	c   246s| 37600 |   363 |  2669k|  68.8 |   101M |  28 | 100 |4354 |3836 | 558 |  1 |6289 |  22 | 0.000000e+00 |      --      |    Inf |  19.67%
245.87/246.51	c   247s| 37700 |   367 |  2676k|  68.8 |   101M |  28 | 100 |4351 |3836 | 563 |  0 |6291 |  22 | 0.000000e+00 |      --      |    Inf |  19.73%
246.48/247.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
246.48/247.14	c   247s| 37800 |   365 |  2684k|  68.8 |   101M |  28 | 100 |4345 |3837 | 563 |  0 |6301 |  22 | 0.000000e+00 |      --      |    Inf |  19.81%
247.17/247.83	c   248s| 37900 |   365 |  2692k|  68.9 |   101M |  28 | 100 |4341 |3835 | 565 |  0 |6305 |  22 | 0.000000e+00 |      --      |    Inf |  19.94%
247.97/248.60	c   249s| 38000 |   381 |  2700k|  68.9 |   101M |  28 | 100 |4324 |3836 | 572 |  1 |6314 |  22 | 0.000000e+00 |      --      |    Inf |  20.07%
248.57/249.28	c   249s| 38100 |   381 |  2707k|  68.9 |   101M |  28 | 100 |4330 |3836 | 577 |  0 |6348 |  22 | 0.000000e+00 |      --      |    Inf |  20.09%
249.17/249.88	c   250s| 38200 |   379 |  2714k|  68.9 |   101M |  28 | 100 |4338 |3836 | 577 |  1 |6374 |  22 | 0.000000e+00 |      --      |    Inf |  20.12%
249.87/250.50	c   251s| 38300 |   377 |  2722k|  68.9 |   101M |  28 | 100 |4332 |3835 | 577 |  1 |6395 |  22 | 0.000000e+00 |      --      |    Inf |  20.15%
250.56/251.20	c   251s| 38400 |   385 |  2729k|  68.9 |   101M |  28 | 100 |4334 |3837 | 584 |  1 |6410 |  22 | 0.000000e+00 |      --      |    Inf |  20.39%
251.06/251.74	c   252s| 38500 |   383 |  2736k|  68.9 |   101M |  28 | 100 |4334 |3837 | 584 |  0 |6420 |  22 | 0.000000e+00 |      --      |    Inf |  20.41%
251.76/252.48	c   252s| 38600 |   385 |  2744k|  69.0 |   101M |  28 | 100 |4332 |3836 | 584 |  0 |6437 |  22 | 0.000000e+00 |      --      |    Inf |  20.48%
252.36/253.08	c   253s| 38700 |   383 |  2751k|  69.0 |   101M |  28 | 100 |4342 |3835 | 586 |  0 |6456 |  22 | 0.000000e+00 |      --      |    Inf |  20.54%
252.96/253.69	c   254s| 38800 |   385 |  2758k|  69.0 |   101M |  28 | 100 |4352 |3836 | 588 |  1 |6485 |  22 | 0.000000e+00 |      --      |    Inf |  20.64%
253.56/254.25	c   254s| 38900 |   381 |  2764k|  69.0 |   101M |  28 | 100 |4363 |3836 | 590 |  1 |6502 |  22 | 0.000000e+00 |      --      |    Inf |  20.71%
254.15/254.86	c   255s| 39000 |   387 |  2771k|  69.0 |   102M |  28 | 100 |4362 |3836 | 592 |  0 |6518 |  22 | 0.000000e+00 |      --      |    Inf |  20.75%
254.65/255.37	c   255s| 39100 |   387 |  2777k|  68.9 |   102M |  28 | 100 |4368 |3836 | 592 |  1 |6556 |  22 | 0.000000e+00 |      --      |    Inf |  20.77%
255.25/255.91	c   256s| 39200 |   389 |  2783k|  68.9 |   102M |  28 | 100 |4366 |3836 | 592 |  1 |6585 |  22 | 0.000000e+00 |      --      |    Inf |  20.79%
255.85/256.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
255.85/256.50	c   256s| 39300 |   389 |  2790k|  68.9 |   102M |  28 | 100 |4365 |3836 | 592 |  0 |6591 |  22 | 0.000000e+00 |      --      |    Inf |  20.84%
256.55/257.21	c   257s| 39400 |   395 |  2798k|  68.9 |   102M |  28 | 100 |4359 |3836 | 596 |  1 |6603 |  22 | 0.000000e+00 |      --      |    Inf |  20.90%
257.15/257.80	c   258s| 39500 |   395 |  2804k|  68.9 |   102M |  28 | 100 |4368 |3835 | 596 |  0 |6619 |  22 | 0.000000e+00 |      --      |    Inf |  20.98%
257.85/258.51	c   259s| 39600 |   411 |  2812k|  68.9 |   102M |  28 | 100 |4375 |3837 | 600 |  1 |6652 |  22 | 0.000000e+00 |      --      |    Inf |  21.02%
258.35/259.05	c   259s| 39700 |   411 |  2818k|  68.9 |   102M |  28 | 100 |4400 |3837 | 603 |  1 |6698 |  22 | 0.000000e+00 |      --      |    Inf |  21.06%
258.94/259.63	c   260s| 39800 |   417 |  2824k|  68.9 |   102M |  28 | 100 |4408 |3837 | 605 |  1 |6719 |  22 | 0.000000e+00 |      --      |    Inf |  21.12%
259.54/260.28	c   260s| 39900 |   417 |  2831k|  68.9 |   102M |  28 | 100 |4425 |3836 | 607 |  1 |6750 |  22 | 0.000000e+00 |      --      |    Inf |  21.19%
260.14/260.81	c   261s| 40000 |   415 |  2837k|  68.9 |   102M |  28 | 100 |4445 |3836 | 609 |  1 |6782 |  22 | 0.000000e+00 |      --      |    Inf |  21.27%
260.64/261.33	c   261s| 40100 |   411 |  2843k|  68.9 |   102M |  28 | 100 |4451 |3836 | 609 |  0 |6807 |  22 | 0.000000e+00 |      --      |    Inf |  21.35%
261.14/261.88	c   262s| 40200 |   408 |  2850k|  68.9 |   102M |  28 | 100 |4460 |3835 | 611 |  0 |6834 |  22 | 0.000000e+00 |      --      |    Inf |  21.41%
261.94/262.65	c   263s| 40300 |   408 |  2859k|  68.9 |   102M |  28 | 100 |4480 |3836 | 613 |  0 |6856 |  22 | 0.000000e+00 |      --      |    Inf |  21.52%
262.53/263.23	c   263s| 40400 |   406 |  2866k|  68.9 |   102M |  28 | 100 |4487 |3837 | 613 |  0 |6885 |  22 | 0.000000e+00 |      --      |    Inf |  21.58%
263.03/263.73	c   264s| 40500 |   406 |  2871k|  68.9 |   102M |  28 | 100 |4499 |3836 | 613 |  1 |6916 |  22 | 0.000000e+00 |      --      |    Inf |  21.64%
263.63/264.38	c   264s| 40600 |   404 |  2879k|  68.9 |   102M |  28 | 100 |4501 |3836 | 618 |  0 |6929 |  22 | 0.000000e+00 |      --      |    Inf |  21.79%
264.23/264.96	c   265s| 40700 |   406 |  2885k|  68.9 |   102M |  28 | 100 |4502 |3836 | 618 |  0 |6941 |  22 | 0.000000e+00 |      --      |    Inf |  21.81%
264.83/265.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
264.83/265.59	c   266s| 40800 |   418 |  2892k|  68.9 |   102M |  28 | 100 |4502 |3836 | 618 |  0 |6950 |  22 | 0.000000e+00 |      --      |    Inf |  21.82%
265.43/266.13	c   266s| 40900 |   418 |  2898k|  68.9 |   102M |  28 | 100 |4502 |3836 | 618 |  1 |6974 |  22 | 0.000000e+00 |      --      |    Inf |  21.83%
266.03/266.78	c   267s| 41000 |   416 |  2904k|  68.8 |   102M |  28 | 100 |4502 |3836 | 618 |  0 |7009 |  22 | 0.000000e+00 |      --      |    Inf |  21.83%
266.53/267.27	c   267s| 41100 |   412 |  2910k|  68.8 |   102M |  28 | 100 |4502 |3836 | 618 |  0 |7025 |  22 | 0.000000e+00 |      --      |    Inf |  21.84%
267.12/267.88	c   268s| 41200 |   412 |  2917k|  68.8 |   102M |  28 | 100 |4502 |3836 | 618 |  0 |7042 |  22 | 0.000000e+00 |      --      |    Inf |  21.85%
267.72/268.43	c   268s| 41300 |   422 |  2924k|  68.8 |   102M |  28 | 100 |4494 |3836 | 620 |  1 |7053 |  22 | 0.000000e+00 |      --      |    Inf |  21.87%
268.43/269.14	c   269s| 41400 |   431 |  2931k|  68.8 |   102M |  28 | 100 |4492 |3836 | 624 |  1 |7067 |  22 | 0.000000e+00 |      --      |    Inf |  21.92%
269.02/269.75	c   270s| 41500 |   435 |  2937k|  68.8 |   102M |  28 | 100 |4491 |3836 | 628 |  0 |7077 |  22 | 0.000000e+00 |      --      |    Inf |  21.98%
269.52/270.27	c   270s| 41600 |   429 |  2943k|  68.8 |   102M |  28 | 100 |4491 |3837 | 628 |  0 |7079 |  22 | 0.000000e+00 |      --      |    Inf |  22.07%
270.02/270.75	c   271s| 41700 |   431 |  2948k|  68.7 |   102M |  28 | 100 |4491 |3837 | 628 |  1 |7087 |  22 | 0.000000e+00 |      --      |    Inf |  22.14%
270.52/271.26	c   271s| 41800 |   423 |  2955k|  68.7 |   102M |  28 | 100 |4492 |3836 | 628 |  1 |7092 |  22 | 0.000000e+00 |      --      |    Inf |  22.24%
271.11/271.88	c   272s| 41900 |   427 |  2961k|  68.7 |   102M |  28 | 100 |4493 |3835 | 630 |  0 |7101 |  22 | 0.000000e+00 |      --      |    Inf |  22.31%
271.61/272.39	c   272s| 42000 |   435 |  2967k|  68.7 |   102M |  28 | 100 |4491 |3835 | 630 |  1 |7109 |  22 | 0.000000e+00 |      --      |    Inf |  22.33%
272.21/272.91	c   273s| 42100 |   425 |  2973k|  68.7 |   102M |  28 | 100 |4495 |3835 | 630 |  1 |7132 |  22 | 0.000000e+00 |      --      |    Inf |  22.36%
272.71/273.48	c   273s| 42200 |   431 |  2980k|  68.7 |   102M |  28 | 100 |4507 |3837 | 633 |  1 |7153 |  22 | 0.000000e+00 |      --      |    Inf |  22.40%
273.31/274.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
273.31/274.06	c   274s| 42300 |   426 |  2987k|  68.7 |   102M |  28 | 100 |4513 |3837 | 633 |  1 |7164 |  22 | 0.000000e+00 |      --      |    Inf |  22.47%
273.91/274.65	c   275s| 42400 |   429 |  2993k|  68.7 |   102M |  28 | 100 |4521 |3836 | 635 |  0 |7176 |  22 | 0.000000e+00 |      --      |    Inf |  22.50%
274.61/275.37	c   275s| 42500 |   449 |  3001k|  68.7 |   102M |  28 | 100 |4521 |3836 | 639 |  1 |7190 |  22 | 0.000000e+00 |      --      |    Inf |  22.54%
275.20/276.00	c   276s| 42600 |   455 |  3009k|  68.7 |   102M |  28 | 100 |4521 |3836 | 639 |  0 |7219 |  22 | 0.000000e+00 |      --      |    Inf |  22.55%
275.70/276.44	c   276s| 42700 |   456 |  3014k|  68.7 |   102M |  28 | 100 |4521 |3836 | 639 |  0 |7240 |  22 | 0.000000e+00 |      --      |    Inf |  22.55%
276.20/276.94	c   277s| 42800 |   456 |  3020k|  68.7 |   102M |  28 | 100 |4521 |3836 | 639 |  0 |7270 |  22 | 0.000000e+00 |      --      |    Inf |  22.56%
276.90/277.65	c   278s| 42900 |   460 |  3027k|  68.7 |   102M |  28 | 100 |4521 |3836 | 639 |  1 |7280 |  22 | 0.000000e+00 |      --      |    Inf |  22.57%
277.40/278.14	c   278s| 43000 |   458 |  3033k|  68.6 |   102M |  28 | 100 |4520 |3836 | 639 |  1 |7294 |  22 | 0.000000e+00 |      --      |    Inf |  22.58%
277.90/278.61	c   279s| 43100 |   450 |  3039k|  68.6 |   102M |  28 | 100 |4520 |3836 | 639 |  0 |7295 |  22 | 0.000000e+00 |      --      |    Inf |  22.59%
278.40/279.13	c   279s| 43200 |   450 |  3045k|  68.6 |   102M |  28 | 100 |4520 |3836 | 639 |  0 |7307 |  22 | 0.000000e+00 |      --      |    Inf |  22.60%
279.00/279.70	c   280s| 43300 |   450 |  3051k|  68.6 |   102M |  28 | 100 |4520 |3836 | 639 |  1 |7333 |  22 | 0.000000e+00 |      --      |    Inf |  22.61%
279.40/280.18	c   280s| 43400 |   448 |  3057k|  68.5 |   102M |  28 | 100 |4520 |3836 | 639 |  0 |7347 |  22 | 0.000000e+00 |      --      |    Inf |  22.61%
279.99/280.72	c   281s| 43500 |   444 |  3063k|  68.5 |   102M |  28 | 100 |4520 |3836 | 639 |  0 |7364 |  22 | 0.000000e+00 |      --      |    Inf |  22.62%
280.59/281.31	c   281s| 43600 |   442 |  3069k|  68.5 |   102M |  28 | 100 |4521 |3836 | 639 |  0 |7373 |  22 | 0.000000e+00 |      --      |    Inf |  22.64%
281.19/281.93	c   282s| 43700 |   446 |  3076k|  68.5 |   102M |  28 | 100 |4521 |3836 | 641 |  0 |7376 |  22 | 0.000000e+00 |      --      |    Inf |  22.65%
281.69/282.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
281.69/282.47	c   282s| 43800 |   444 |  3082k|  68.5 |   102M |  28 | 100 |4521 |3836 | 641 |  0 |7382 |  22 | 0.000000e+00 |      --      |    Inf |  22.66%
282.29/283.04	c   283s| 43900 |   454 |  3089k|  68.5 |   102M |  28 | 100 |4521 |3837 | 643 |  0 |7383 |  22 | 0.000000e+00 |      --      |    Inf |  22.69%
282.89/283.64	c   284s| 44000 |   452 |  3096k|  68.5 |   102M |  28 | 100 |4521 |3837 | 643 |  1 |7393 |  22 | 0.000000e+00 |      --      |    Inf |  22.70%
283.29/284.10	c   284s| 44100 |   445 |  3101k|  68.5 |   102M |  28 | 100 |4521 |3837 | 643 |  0 |7419 |  22 | 0.000000e+00 |      --      |    Inf |  22.71%
284.08/284.81	c   285s| 44200 |   457 |  3109k|  68.5 |   102M |  28 | 100 |4521 |3837 | 645 |  0 |7430 |  22 | 0.000000e+00 |      --      |    Inf |  22.73%
284.68/285.40	c   285s| 44300 |   465 |  3116k|  68.5 |   102M |  28 | 100 |4521 |3837 | 645 |  1 |7443 |  22 | 0.000000e+00 |      --      |    Inf |  22.75%
285.29/286.01	c   286s| 44400 |   457 |  3122k|  68.5 |   102M |  28 | 100 |4521 |3837 | 645 |  0 |7470 |  22 | 0.000000e+00 |      --      |    Inf |  22.76%
285.78/286.57	c   287s| 44500 |   458 |  3129k|  68.5 |   102M |  28 | 100 |4522 |3836 | 645 |  1 |7496 |  22 | 0.000000e+00 |      --      |    Inf |  22.77%
286.48/287.20	c   287s| 44600 |   458 |  3137k|  68.5 |   102M |  28 | 100 |4522 |3836 | 645 |  1 |7507 |  22 | 0.000000e+00 |      --      |    Inf |  22.79%
287.08/287.83	c   288s| 44700 |   454 |  3144k|  68.5 |   102M |  28 | 100 |4523 |3837 | 645 |  1 |7521 |  22 | 0.000000e+00 |      --      |    Inf |  22.80%
287.77/288.55	c   289s| 44800 |   459 |  3153k|  68.6 |   102M |  28 | 100 |4523 |3835 | 647 |  1 |7560 |  22 | 0.000000e+00 |      --      |    Inf |  22.81%
288.38/289.16	c   289s| 44900 |   459 |  3160k|  68.6 |   102M |  28 | 100 |4523 |3836 | 647 |  0 |7572 |  22 | 0.000000e+00 |      --      |    Inf |  22.83%
288.97/289.71	c   290s| 45000 |   459 |  3167k|  68.6 |   102M |  28 | 100 |4523 |3835 | 647 |  1 |7610 |  22 | 0.000000e+00 |      --      |    Inf |  22.84%
289.57/290.31	c   290s| 45100 |   457 |  3174k|  68.6 |   102M |  28 | 100 |4523 |3835 | 647 |  0 |7627 |  22 | 0.000000e+00 |      --      |    Inf |  22.86%
290.17/290.91	c   291s| 45200 |   461 |  3181k|  68.6 |   102M |  28 | 100 |4525 |3836 | 647 |  0 |7635 |  22 | 0.000000e+00 |      --      |    Inf |  22.87%
290.67/291.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
290.67/291.49	c   291s| 45300 |   459 |  3188k|  68.6 |   102M |  28 | 100 |4525 |3835 | 647 |  1 |7643 |  22 | 0.000000e+00 |      --      |    Inf |  22.89%
291.27/292.06	c   292s| 45400 |   457 |  3195k|  68.6 |   102M |  28 | 100 |4525 |3835 | 647 |  1 |7660 |  22 | 0.000000e+00 |      --      |    Inf |  22.91%
291.86/292.64	c   293s| 45500 |   459 |  3201k|  68.6 |   102M |  28 | 100 |4527 |3835 | 647 |  0 |7695 |  22 | 0.000000e+00 |      --      |    Inf |  22.92%
292.37/293.15	c   293s| 45600 |   451 |  3207k|  68.5 |   102M |  28 | 100 |4527 |3835 | 647 |  0 |7713 |  22 | 0.000000e+00 |      --      |    Inf |  22.93%
292.96/293.74	c   294s| 45700 |   465 |  3214k|  68.5 |   102M |  28 | 100 |4527 |3836 | 649 |  0 |7731 |  22 | 0.000000e+00 |      --      |    Inf |  22.96%
293.46/294.22	c   294s| 45800 |   469 |  3219k|  68.5 |   102M |  28 | 100 |4527 |3836 | 649 |  1 |7735 |  22 | 0.000000e+00 |      --      |    Inf |  22.98%
293.96/294.75	c   295s| 45900 |   459 |  3225k|  68.5 |   102M |  28 | 100 |4527 |3836 | 649 |  0 |7766 |  22 | 0.000000e+00 |      --      |    Inf |  23.00%
294.56/295.34	c   295s| 46000 |   471 |  3231k|  68.5 |   102M |  28 | 100 |4527 |3836 | 651 |  0 |7794 |  22 | 0.000000e+00 |      --      |    Inf |  23.02%
295.16/295.90	c   296s| 46100 |   469 |  3238k|  68.5 |   102M |  28 | 100 |4529 |3836 | 651 |  1 |7827 |  22 | 0.000000e+00 |      --      |    Inf |  23.04%
295.66/296.46	c   296s| 46200 |   467 |  3244k|  68.5 |   102M |  28 | 100 |4535 |3836 | 651 |  0 |7854 |  22 | 0.000000e+00 |      --      |    Inf |  23.06%
296.26/297.07	c   297s| 46300 |   469 |  3251k|  68.5 |   102M |  28 | 100 |4537 |3836 | 653 |  0 |7878 |  22 | 0.000000e+00 |      --      |    Inf |  23.08%
296.85/297.65	c   298s| 46400 |   470 |  3258k|  68.5 |   102M |  28 | 100 |4539 |3836 | 653 |  1 |7918 |  22 | 0.000000e+00 |      --      |    Inf |  23.09%
297.36/298.18	c   298s| 46500 |   472 |  3264k|  68.4 |   102M |  28 | 100 |4545 |3836 | 653 |  1 |7960 |  22 | 0.000000e+00 |      --      |    Inf |  23.11%
297.85/298.68	c   299s| 46600 |   473 |  3270k|  68.4 |   102M |  28 | 100 |4545 |3836 | 653 |  1 |7994 |  22 | 0.000000e+00 |      --      |    Inf |  23.13%
298.45/299.21	c   299s| 46700 |   467 |  3276k|  68.4 |   102M |  28 | 100 |4546 |3836 | 653 |  1 |8033 |  22 | 0.000000e+00 |      --      |    Inf |  23.15%
299.05/299.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
299.05/299.87	c   300s| 46800 |   473 |  3283k|  68.4 |   102M |  28 | 100 |4547 |3836 | 657 |  1 |8058 |  22 | 0.000000e+00 |      --      |    Inf |  23.17%
299.65/300.43	c   300s| 46900 |   476 |  3290k|  68.4 |   102M |  28 | 100 |4547 |3836 | 657 |  0 |8069 |  22 | 0.000000e+00 |      --      |    Inf |  23.19%
300.14/300.95	c   301s| 47000 |   472 |  3296k|  68.4 |   102M |  28 | 100 |4547 |3836 | 657 |  0 |8085 |  22 | 0.000000e+00 |      --      |    Inf |  23.21%
300.74/301.51	c   302s| 47100 |   474 |  3302k|  68.4 |   102M |  28 | 100 |4547 |3836 | 657 |  0 |8098 |  22 | 0.000000e+00 |      --      |    Inf |  23.22%
301.25/302.01	c   302s| 47200 |   474 |  3308k|  68.4 |   102M |  28 | 100 |4548 |3836 | 657 |  0 |8106 |  22 | 0.000000e+00 |      --      |    Inf |  23.24%
301.74/302.52	c   303s| 47300 |   468 |  3314k|  68.3 |   102M |  28 | 100 |4551 |3836 | 657 |  1 |8116 |  22 | 0.000000e+00 |      --      |    Inf |  23.29%
302.24/303.09	c   303s| 47400 |   468 |  3321k|  68.3 |   102M |  28 | 100 |4551 |3836 | 657 |  0 |8118 |  22 | 0.000000e+00 |      --      |    Inf |  23.32%
302.84/303.61	c   304s| 47500 |   464 |  3327k|  68.3 |   102M |  28 | 100 |4551 |3836 | 657 |  1 |8119 |  22 | 0.000000e+00 |      --      |    Inf |  23.36%
303.34/304.14	c   304s| 47600 |   468 |  3333k|  68.3 |   102M |  28 | 100 |4551 |3836 | 657 |  0 |8130 |  22 | 0.000000e+00 |      --      |    Inf |  23.37%
303.94/304.70	c   305s| 47700 |   462 |  3340k|  68.3 |   102M |  28 | 100 |4552 |3836 | 657 |  1 |8163 |  22 | 0.000000e+00 |      --      |    Inf |  23.38%
304.43/305.27	c   305s| 47800 |   462 |  3347k|  68.3 |   102M |  28 | 100 |4564 |3837 | 657 |  0 |8203 |  22 | 0.000000e+00 |      --      |    Inf |  23.40%
304.93/305.75	c   306s| 47900 |   460 |  3352k|  68.3 |   102M |  28 | 100 |4564 |3837 | 657 |  0 |8231 |  22 | 0.000000e+00 |      --      |    Inf |  23.41%
305.53/306.30	c   306s| 48000 |   466 |  3359k|  68.3 |   102M |  28 | 100 |4564 |3836 | 659 |  0 |8237 |  22 | 0.000000e+00 |      --      |    Inf |  23.43%
306.03/306.86	c   307s| 48100 |   460 |  3365k|  68.3 |   102M |  28 | 100 |4564 |3836 | 659 |  0 |8243 |  22 | 0.000000e+00 |      --      |    Inf |  23.45%
306.63/307.40	c   307s| 48200 |   462 |  3371k|  68.3 |   102M |  28 | 100 |4564 |3836 | 659 |  1 |8254 |  22 | 0.000000e+00 |      --      |    Inf |  23.47%
307.03/307.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
307.03/307.89	c   308s| 48300 |   462 |  3377k|  68.2 |   102M |  28 | 100 |4565 |3836 | 659 |  0 |8273 |  22 | 0.000000e+00 |      --      |    Inf |  23.49%
307.62/308.42	c   308s| 48400 |   458 |  3383k|  68.2 |   102M |  28 | 100 |4566 |3836 | 659 |  1 |8292 |  22 | 0.000000e+00 |      --      |    Inf |  23.51%
308.12/308.97	c   309s| 48500 |   451 |  3389k|  68.2 |   102M |  28 | 100 |4568 |3836 | 659 |  0 |8319 |  22 | 0.000000e+00 |      --      |    Inf |  23.53%
308.92/309.76	c   310s| 48600 |   464 |  3397k|  68.2 |   102M |  28 | 100 |4571 |3835 | 661 |  0 |8344 |  22 | 0.000000e+00 |      --      |    Inf |  23.55%
309.52/310.33	c   310s| 48700 |   454 |  3403k|  68.2 |   102M |  28 | 100 |4573 |3835 | 661 |  1 |8367 |  22 | 0.000000e+00 |      --      |    Inf |  23.57%
310.02/310.87	c   311s| 48800 |   450 |  3410k|  68.2 |   102M |  28 | 100 |4573 |3835 | 661 |  1 |8378 |  22 | 0.000000e+00 |      --      |    Inf |  23.59%
310.62/311.48	c   311s| 48900 |   454 |  3417k|  68.2 |   102M |  28 | 100 |4573 |3836 | 663 |  1 |8396 |  22 | 0.000000e+00 |      --      |    Inf |  23.63%
311.32/312.11	c   312s| 49000 |   456 |  3424k|  68.2 |   102M |  28 | 100 |4573 |3836 | 665 |  0 |8400 |  22 | 0.000000e+00 |      --      |    Inf |  23.67%
311.91/312.73	c   313s| 49100 |   456 |  3432k|  68.2 |   102M |  28 | 100 |4578 |3836 | 665 |  1 |8409 |  22 | 0.000000e+00 |      --      |    Inf |  23.71%
312.41/313.26	c   313s| 49200 |   450 |  3438k|  68.2 |   102M |  28 | 100 |4612 |3836 | 665 |  0 |8457 |  22 | 0.000000e+00 |      --      |    Inf |  23.73%
313.11/313.94	c   314s| 49300 |   460 |  3446k|  68.2 |   102M |  28 | 100 |4612 |3837 | 669 |  0 |8475 |  22 | 0.000000e+00 |      --      |    Inf |  23.74%
313.61/314.47	c   314s| 49400 |   456 |  3452k|  68.2 |   102M |  28 | 100 |4614 |3836 | 669 |  0 |8496 |  22 | 0.000000e+00 |      --      |    Inf |  23.76%
314.21/315.06	c   315s| 49500 |   458 |  3459k|  68.2 |   102M |  28 | 100 |4618 |3837 | 669 |  1 |8516 |  22 | 0.000000e+00 |      --      |    Inf |  23.78%
314.91/315.71	c   316s| 49600 |   460 |  3466k|  68.2 |   102M |  28 | 100 |4619 |3836 | 671 |  1 |8522 |  22 | 0.000000e+00 |      --      |    Inf |  23.84%
315.41/316.25	c   316s| 49700 |   458 |  3472k|  68.2 |   102M |  28 | 100 |4619 |3836 | 671 |  1 |8529 |  22 | 0.000000e+00 |      --      |    Inf |  23.86%
316.00/316.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
316.00/316.87	c   317s| 49800 |   454 |  3480k|  68.2 |   102M |  28 | 100 |4619 |3836 | 671 |  0 |8531 |  22 | 0.000000e+00 |      --      |    Inf |  23.90%
316.60/317.45	c   317s| 49900 |   456 |  3486k|  68.2 |   102M |  28 | 100 |4624 |3836 | 673 |  1 |8541 |  22 | 0.000000e+00 |      --      |    Inf |  23.95%
317.21/318.02	c   318s| 50000 |   456 |  3493k|  68.2 |   102M |  28 | 100 |4624 |3837 | 673 |  0 |8566 |  22 | 0.000000e+00 |      --      |    Inf |  23.97%
317.70/318.54	c   319s| 50100 |   460 |  3499k|  68.2 |   102M |  28 | 100 |4624 |3836 | 673 |  1 |8582 |  22 | 0.000000e+00 |      --      |    Inf |  23.99%
318.20/319.04	c   319s| 50200 |   460 |  3505k|  68.2 |   102M |  28 | 100 |4624 |3836 | 673 |  0 |8624 |  22 | 0.000000e+00 |      --      |    Inf |  24.00%
319.00/319.80	c   320s| 50300 |   464 |  3514k|  68.2 |   102M |  28 | 100 |4624 |3836 | 673 |  0 |8635 |  22 | 0.000000e+00 |      --      |    Inf |  24.01%
319.50/320.31	c   320s| 50400 |   456 |  3520k|  68.2 |   102M |  28 | 100 |4624 |3836 | 673 |  0 |8641 |  22 | 0.000000e+00 |      --      |    Inf |  24.03%
319.99/320.87	c   321s| 50500 |   457 |  3526k|  68.2 |   102M |  28 | 100 |4624 |3836 | 673 |  0 |8653 |  22 | 0.000000e+00 |      --      |    Inf |  24.05%
320.59/321.42	c   321s| 50600 |   459 |  3533k|  68.2 |   102M |  28 | 100 |4627 |3835 | 673 |  0 |8660 |  22 | 0.000000e+00 |      --      |    Inf |  24.08%
321.09/321.96	c   322s| 50700 |   451 |  3539k|  68.2 |   102M |  28 | 100 |4627 |3836 | 673 |  1 |8661 |  22 | 0.000000e+00 |      --      |    Inf |  24.10%
321.69/322.59	c   323s| 50800 |   449 |  3546k|  68.2 |   102M |  28 | 100 |4628 |3835 | 673 |  1 |8675 |  22 | 0.000000e+00 |      --      |    Inf |  24.13%
322.39/323.24	c   323s| 50900 |   465 |  3554k|  68.2 |   102M |  28 | 100 |4628 |3835 | 678 |  0 |8676 |  22 | 0.000000e+00 |      --      |    Inf |  24.18%
322.99/323.81	c   324s| 51000 |   459 |  3560k|  68.2 |   102M |  28 | 100 |4629 |3838 | 678 |  1 |8679 |  22 | 0.000000e+00 |      --      |    Inf |  24.23%
323.49/324.33	c   324s| 51100 |   453 |  3566k|  68.2 |   102M |  28 | 100 |4629 |3838 | 678 |  1 |8679 |  22 | 0.000000e+00 |      --      |    Inf |  24.29%
323.98/324.89	c   325s| 51200 |   461 |  3573k|  68.2 |   102M |  28 | 100 |4630 |3836 | 678 |  1 |8692 |  22 | 0.000000e+00 |      --      |    Inf |  24.33%
324.68/325.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
324.68/325.52	c   326s| 51300 |   451 |  3580k|  68.2 |   102M |  28 | 100 |4631 |3835 | 680 |  1 |8708 |  22 | 0.000000e+00 |      --      |    Inf |  24.44%
325.29/326.16	c   326s| 51400 |   445 |  3588k|  68.2 |   102M |  28 | 100 |4636 |3836 | 682 |  1 |8717 |  22 | 0.000000e+00 |      --      |    Inf |  24.50%
325.98/326.87	c   327s| 51500 |   461 |  3595k|  68.2 |   102M |  28 | 100 |4639 |3837 | 689 |  1 |8742 |  22 | 0.000000e+00 |      --      |    Inf |  24.54%
326.78/327.60	c   328s| 51600 |   473 |  3603k|  68.2 |   102M |  28 | 100 |4648 |3837 | 694 |  1 |8768 |  22 | 0.000000e+00 |      --      |    Inf |  24.58%
327.28/328.14	c   328s| 51700 |   481 |  3609k|  68.2 |   102M |  28 | 100 |4648 |3837 | 694 |  1 |8782 |  22 | 0.000000e+00 |      --      |    Inf |  24.59%
327.78/328.67	c   329s| 51800 |   481 |  3615k|  68.2 |   102M |  28 | 100 |4648 |3837 | 694 |  1 |8812 |  22 | 0.000000e+00 |      --      |    Inf |  24.60%
328.37/329.20	c   329s| 51900 |   477 |  3621k|  68.2 |   102M |  28 | 100 |4650 |3837 | 694 |  0 |8850 |  22 | 0.000000e+00 |      --      |    Inf |  24.61%
328.97/329.87	c   330s| 52000 |   475 |  3629k|  68.2 |   102M |  28 | 100 |4657 |3837 | 694 |  0 |8881 |  22 | 0.000000e+00 |      --      |    Inf |  24.63%
329.57/330.41	c   330s| 52100 |   471 |  3636k|  68.2 |   102M |  28 | 100 |4658 |3836 | 694 |  1 |8910 |  22 | 0.000000e+00 |      --      |    Inf |  24.64%
330.17/331.01	c   331s| 52200 |   467 |  3642k|  68.2 |   102M |  28 | 100 |4654 |3836 | 696 |  0 |8919 |  22 | 0.000000e+00 |      --      |    Inf |  24.70%
330.77/331.63	c   332s| 52300 |   467 |  3650k|  68.2 |   102M |  28 | 100 |4648 |3835 | 696 |  1 |8930 |  22 | 0.000000e+00 |      --      |    Inf |  24.78%
331.47/332.30	c   332s| 52400 |   475 |  3657k|  68.2 |   102M |  28 | 100 |4651 |3836 | 698 |  0 |8956 |  22 | 0.000000e+00 |      --      |    Inf |  24.82%
332.27/333.13	c   333s| 52500 |   479 |  3665k|  68.3 |   102M |  28 | 100 |4652 |3838 | 707 |  0 |8972 |  22 | 0.000000e+00 |      --      |    Inf |  24.88%
332.86/333.71	c   334s| 52600 |   484 |  3672k|  68.3 |   102M |  28 | 100 |4673 |3836 | 707 |  0 |9016 |  22 | 0.000000e+00 |      --      |    Inf |  24.94%
333.46/334.36	c   334s| 52700 |   492 |  3679k|  68.3 |   102M |  28 | 100 |4682 |3837 | 714 |  1 |9039 |  22 | 0.000000e+00 |      --      |    Inf |  25.03%
333.96/334.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
333.96/334.88	c   335s| 52800 |   494 |  3685k|  68.3 |   102M |  28 | 100 |4682 |3837 | 714 |  0 |9051 |  22 | 0.000000e+00 |      --      |    Inf |  25.11%
334.56/335.43	c   335s| 52900 |   490 |  3692k|  68.3 |   102M |  28 | 100 |4682 |3836 | 714 |  0 |9066 |  22 | 0.000000e+00 |      --      |    Inf |  25.15%
335.06/335.98	c   336s| 53000 |   490 |  3698k|  68.2 |   102M |  28 | 100 |4676 |3836 | 716 |  0 |9096 |  22 | 0.000000e+00 |      --      |    Inf |  25.19%
335.76/336.61	c   337s| 53100 |   494 |  3706k|  68.3 |   102M |  28 | 100 |4677 |3836 | 716 |  1 |9103 |  22 | 0.000000e+00 |      --      |    Inf |  25.25%
336.45/337.30	c   337s| 53200 |   490 |  3713k|  68.3 |   102M |  28 | 100 |4673 |3836 | 718 |  1 |9117 |  22 | 0.000000e+00 |      --      |    Inf |  25.36%
336.95/337.84	c   338s| 53300 |   484 |  3719k|  68.3 |   102M |  28 | 100 |4675 |3836 | 718 |  0 |9138 |  22 | 0.000000e+00 |      --      |    Inf |  25.43%
337.65/338.56	c   339s| 53400 |   488 |  3727k|  68.3 |   102M |  28 | 100 |4661 |3837 | 724 |  0 |9146 |  22 | 0.000000e+00 |      --      |    Inf |  25.68%
338.15/339.00	c   339s| 53500 |   488 |  3732k|  68.2 |   102M |  28 | 100 |4666 |3837 | 724 |  0 |9192 |  22 | 0.000000e+00 |      --      |    Inf |  25.69%
338.65/339.56	c   340s| 53600 |   488 |  3738k|  68.2 |   102M |  28 | 100 |4666 |3837 | 724 |  0 |9236 |  22 | 0.000000e+00 |      --      |    Inf |  25.70%
339.15/340.01	c   340s| 53700 |   488 |  3744k|  68.2 |   102M |  28 | 100 |4668 |3837 | 724 |  0 |9264 |  22 | 0.000000e+00 |      --      |    Inf |  25.72%
339.65/340.52	c   341s| 53800 |   486 |  3750k|  68.2 |   102M |  28 | 100 |4670 |3837 | 724 |  0 |9307 |  22 | 0.000000e+00 |      --      |    Inf |  25.72%
340.15/341.06	c   341s| 53900 |   484 |  3756k|  68.2 |   102M |  28 | 100 |4673 |3835 | 726 |  1 |9329 |  22 | 0.000000e+00 |      --      |    Inf |  25.81%
340.74/341.65	c   342s| 54000 |   496 |  3762k|  68.2 |   102M |  28 | 100 |4678 |3836 | 728 |  1 |9359 |  22 | 0.000000e+00 |      --      |    Inf |  25.85%
341.34/342.21	c   342s| 54100 |   488 |  3769k|  68.2 |   102M |  28 | 100 |4682 |3836 | 728 |  1 |9399 |  22 | 0.000000e+00 |      --      |    Inf |  25.87%
341.84/342.76	c   343s| 54200 |   484 |  3775k|  68.2 |   102M |  28 | 100 |4682 |3836 | 728 |  0 |9412 |  22 | 0.000000e+00 |      --      |    Inf |  25.88%
342.44/343.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
342.44/343.35	c   343s| 54300 |   486 |  3781k|  68.1 |   102M |  28 | 100 |4682 |3836 | 728 |  1 |9444 |  22 | 0.000000e+00 |      --      |    Inf |  25.90%
342.94/343.82	c   344s| 54400 |   488 |  3787k|  68.1 |   102M |  28 | 100 |4682 |3836 | 728 |  1 |9481 |  22 | 0.000000e+00 |      --      |    Inf |  25.90%
343.34/344.27	c   344s| 54500 |   486 |  3792k|  68.1 |   102M |  28 | 100 |4682 |3836 | 728 |  0 |9519 |  22 | 0.000000e+00 |      --      |    Inf |  25.91%
343.84/344.78	c   345s| 54600 |   490 |  3798k|  68.1 |   102M |  28 | 100 |4682 |3836 | 728 |  1 |9556 |  22 | 0.000000e+00 |      --      |    Inf |  25.91%
344.43/345.31	c   345s| 54700 |   486 |  3805k|  68.1 |   102M |  28 | 100 |4683 |3836 | 728 |  0 |9600 |  22 | 0.000000e+00 |      --      |    Inf |  25.92%
345.14/346.02	c   346s| 54800 |   482 |  3812k|  68.1 |   102M |  28 | 100 |4684 |3836 | 728 |  0 |9630 |  22 | 0.000000e+00 |      --      |    Inf |  25.94%
345.83/346.70	c   347s| 54900 |   488 |  3820k|  68.1 |   102M |  28 | 100 |4682 |3835 | 732 |  0 |9658 |  22 | 0.000000e+00 |      --      |    Inf |  25.96%
346.43/347.32	c   347s| 55000 |   488 |  3827k|  68.1 |   102M |  28 | 100 |4682 |3835 | 732 |  1 |9664 |  22 | 0.000000e+00 |      --      |    Inf |  26.00%
346.93/347.83	c   348s| 55100 |   492 |  3833k|  68.1 |   102M |  28 | 100 |4682 |3835 | 732 |  1 |9670 |  22 | 0.000000e+00 |      --      |    Inf |  26.01%
347.43/348.34	c   348s| 55200 |   490 |  3839k|  68.1 |   102M |  28 | 100 |4682 |3835 | 732 |  0 |9690 |  22 | 0.000000e+00 |      --      |    Inf |  26.02%
347.93/348.86	c   349s| 55300 |   492 |  3845k|  68.1 |   102M |  28 | 100 |4682 |3835 | 732 |  1 |9702 |  22 | 0.000000e+00 |      --      |    Inf |  26.03%
348.52/349.42	c   349s| 55400 |   481 |  3851k|  68.1 |   102M |  28 | 100 |4678 |3836 | 732 |  1 |9707 |  22 | 0.000000e+00 |      --      |    Inf |  26.07%
349.02/349.96	c   350s| 55500 |   479 |  3858k|  68.0 |   102M |  28 | 100 |4671 |3836 | 732 |  1 |9712 |  22 | 0.000000e+00 |      --      |    Inf |  26.11%
349.72/350.60	c   351s| 55600 |   477 |  3865k|  68.1 |   102M |  28 | 100 |4662 |3835 | 734 |  0 |9722 |  22 | 0.000000e+00 |      --      |    Inf |  26.17%
350.32/351.23	c   351s| 55700 |   491 |  3872k|  68.1 |   102M |  28 | 100 |4648 |3837 | 739 |  0 |9738 |  22 | 0.000000e+00 |      --      |    Inf |  26.24%
350.72/351.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
350.72/351.67	c   352s| 55800 |   486 |  3877k|  68.0 |   102M |  28 | 100 |4645 |3837 | 739 |  0 |9755 |  22 | 0.000000e+00 |      --      |    Inf |  26.25%
351.22/352.15	c   352s| 55900 |   490 |  3882k|  68.0 |   102M |  28 | 100 |4645 |3837 | 739 |  0 |9786 |  22 | 0.000000e+00 |      --      |    Inf |  26.26%
351.72/352.69	c   353s| 56000 |   482 |  3889k|  68.0 |   102M |  28 | 100 |4645 |3837 | 739 |  0 |9803 |  22 | 0.000000e+00 |      --      |    Inf |  26.27%
352.32/353.28	c   353s| 56100 |   489 |  3894k|  68.0 |   102M |  28 | 100 |4645 |3837 | 739 |  0 |9818 |  22 | 0.000000e+00 |      --      |    Inf |  26.28%
352.91/353.87	c   354s| 56200 |   487 |  3901k|  68.0 |   102M |  28 | 100 |4645 |3836 | 741 |  1 |9824 |  22 | 0.000000e+00 |      --      |    Inf |  26.30%
353.51/354.42	c   354s| 56300 |   485 |  3907k|  68.0 |   102M |  28 | 100 |4645 |3836 | 741 |  1 |9825 |  22 | 0.000000e+00 |      --      |    Inf |  26.33%
354.01/354.93	c   355s| 56400 |   484 |  3913k|  67.9 |   103M |  28 | 100 |4645 |3836 | 741 |  1 |9853 |  22 | 0.000000e+00 |      --      |    Inf |  26.34%
354.61/355.50	c   355s| 56500 |   491 |  3920k|  67.9 |   103M |  28 | 100 |4645 |3837 | 741 |  1 |9865 |  22 | 0.000000e+00 |      --      |    Inf |  26.37%
355.11/356.04	c   356s| 56600 |   491 |  3926k|  67.9 |   103M |  28 | 100 |4645 |3837 | 741 |  0 |9879 |  22 | 0.000000e+00 |      --      |    Inf |  26.37%
355.61/356.52	c   357s| 56700 |   499 |  3931k|  67.9 |   103M |  28 | 100 |4645 |3837 | 741 |  1 |9893 |  22 | 0.000000e+00 |      --      |    Inf |  26.38%
356.11/357.00	c   357s| 56800 |   490 |  3937k|  67.9 |   103M |  28 | 100 |4645 |3837 | 741 |  0 |9910 |  22 | 0.000000e+00 |      --      |    Inf |  26.39%
356.61/357.56	c   358s| 56900 |   486 |  3943k|  67.9 |   103M |  28 | 100 |4645 |3837 | 741 |  0 |9925 |  22 | 0.000000e+00 |      --      |    Inf |  26.40%
357.21/358.11	c   358s| 57000 |   486 |  3949k|  67.9 |   103M |  28 | 100 |4643 |3837 | 741 |  1 |9941 |  22 | 0.000000e+00 |      --      |    Inf |  26.42%
358.00/358.98	c   359s| 57100 |   496 |  3959k|  67.9 |   103M |  28 | 100 |4640 |3836 | 749 |  1 |9951 |  22 | 0.000000e+00 |      --      |    Inf |  26.52%
358.80/359.74	c   360s| 57200 |   496 |  3966k|  67.9 |   103M |  28 | 100 |4639 |3837 | 749 |  0 |9953 |  22 | 0.000000e+00 |      --      |    Inf |  26.58%
359.40/360.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
359.40/360.32	c   360s| 57300 |   490 |  3973k|  67.9 |   103M |  28 | 100 |4632 |3836 | 749 |  0 |9956 |  22 | 0.000000e+00 |      --      |    Inf |  26.69%
360.00/360.92	c   361s| 57400 |   486 |  3979k|  67.9 |   103M |  28 | 100 |4611 |3837 | 751 |  0 |9961 |  22 | 0.000000e+00 |      --      |    Inf |  26.81%
360.50/361.41	c   361s| 57500 |   483 |  3985k|  67.9 |   103M |  28 | 100 |4604 |3837 | 753 |  2 |9975 |  22 | 0.000000e+00 |      --      |    Inf |  26.82%
361.10/362.01	c   362s| 57600 |   485 |  3992k|  67.9 |   103M |  28 | 100 |4598 |3835 | 753 |  0 |9980 |  22 | 0.000000e+00 |      --      |    Inf |  26.86%
361.69/362.65	c   363s| 57700 |   494 |  3999k|  67.9 |   103M |  28 | 100 |4582 |3835 | 755 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  26.89%
362.29/363.22	c   363s| 57800 |   488 |  4006k|  67.9 |   103M |  28 | 100 |4578 |3835 | 755 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  26.94%
362.79/363.75	c   364s| 57900 |   486 |  4012k|  67.9 |   103M |  28 | 100 |4578 |3835 | 755 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  26.96%
363.39/364.30	c   364s| 58000 |   482 |  4019k|  67.9 |   103M |  28 | 100 |4577 |3837 | 755 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  26.98%
364.09/365.01	c   365s| 58100 |   490 |  4026k|  67.9 |   103M |  28 | 100 |4569 |3836 | 760 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.07%
364.69/365.69	c   366s| 58200 |   497 |  4034k|  67.9 |   103M |  28 | 100 |4566 |3836 | 762 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.11%
365.58/366.58	c   367s| 58300 |   493 |  4042k|  67.9 |   103M |  28 | 100 |4553 |3836 | 766 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.14%
366.28/367.27	c   367s| 58400 |   495 |  4050k|  68.0 |   103M |  28 | 100 |4546 |3836 | 772 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.48%
366.98/367.90	c   368s| 58500 |   501 |  4057k|  68.0 |   103M |  28 | 100 |4536 |3836 | 776 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.67%
367.58/368.50	c   369s| 58600 |   497 |  4064k|  68.0 |   103M |  28 | 100 |4536 |3836 | 776 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.69%
368.28/369.24	c   369s| 58700 |   516 |  4072k|  68.0 |   103M |  28 | 100 |4528 |3835 | 780 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.78%
368.78/369.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
368.78/369.79	c   370s| 58800 |   518 |  4078k|  68.0 |   103M |  28 | 100 |4528 |3835 | 780 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.80%
369.47/370.44	c   370s| 58900 |   504 |  4085k|  68.0 |   103M |  28 | 100 |4523 |3837 | 783 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.85%
370.19/371.12	c   371s| 59000 |   512 |  4093k|  68.0 |   103M |  28 | 100 |4519 |3837 | 783 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.89%
370.78/371.72	c   372s| 59100 |   504 |  4100k|  68.0 |   103M |  28 | 100 |4519 |3837 | 783 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.90%
371.38/372.30	c   372s| 59200 |   502 |  4107k|  68.0 |   103M |  28 | 100 |4519 |3837 | 783 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.93%
371.98/372.92	c   373s| 59300 |   500 |  4114k|  68.0 |   103M |  28 | 100 |4519 |3837 | 783 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.96%
372.58/373.50	c   373s| 59400 |   502 |  4121k|  68.0 |   103M |  28 | 100 |4522 |3835 | 785 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  27.99%
373.27/374.25	c   374s| 59500 |   510 |  4130k|  68.0 |   103M |  28 | 100 |4520 |3835 | 787 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.03%
373.87/374.82	c   375s| 59600 |   504 |  4136k|  68.0 |   103M |  28 | 100 |4520 |3835 | 787 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.05%
374.47/375.42	c   375s| 59700 |   506 |  4143k|  68.0 |   103M |  28 | 100 |4520 |3835 | 787 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.07%
375.07/376.00	c   376s| 59800 |   504 |  4150k|  68.0 |   103M |  28 | 100 |4522 |3837 | 789 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.11%
375.67/376.64	c   377s| 59900 |   508 |  4157k|  68.0 |   103M |  28 | 100 |4521 |3837 | 789 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.22%
376.27/377.25	c   377s| 60000 |   504 |  4164k|  68.1 |   103M |  28 | 100 |4518 |3836 | 792 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.28%
376.87/377.89	c   378s| 60100 |   512 |  4171k|  68.1 |   103M |  28 | 100 |4523 |3838 | 795 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.30%
377.56/378.50	c   379s| 60200 |   516 |  4178k|  68.1 |   103M |  28 | 100 |4521 |3836 | 795 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.33%
378.17/379.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
378.17/379.16	c   379s| 60300 |   512 |  4186k|  68.1 |   103M |  28 | 100 |4521 |3836 | 797 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.41%
378.76/379.78	c   380s| 60400 |   510 |  4193k|  68.1 |   103M |  28 | 100 |4506 |3837 | 799 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.51%
379.66/380.61	c   381s| 60500 |   520 |  4202k|  68.1 |   103M |  28 | 100 |4501 |3836 | 805 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.58%
380.26/381.29	c   381s| 60600 |   522 |  4209k|  68.1 |   103M |  28 | 100 |4491 |3836 | 810 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.67%
380.86/381.89	c   382s| 60700 |   526 |  4216k|  68.1 |   103M |  28 | 100 |4487 |3836 | 810 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.71%
381.45/382.46	c   382s| 60800 |   528 |  4222k|  68.1 |   103M |  28 | 100 |4486 |3836 | 810 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.74%
381.95/382.99	c   383s| 60900 |   522 |  4228k|  68.1 |   103M |  28 | 100 |4483 |3837 | 810 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.77%
382.65/383.68	c   384s| 61000 |   529 |  4236k|  68.1 |   103M |  28 | 100 |4483 |3835 | 812 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.81%
383.25/384.23	c   384s| 61100 |   525 |  4243k|  68.1 |   103M |  28 | 100 |4497 |3836 | 812 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.87%
383.75/384.79	c   385s| 61200 |   521 |  4249k|  68.1 |   104M |  28 | 100 |4511 |3836 | 812 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.91%
384.45/385.45	c   385s| 61300 |   533 |  4256k|  68.1 |   104M |  28 | 100 |4501 |3836 | 816 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.94%
385.05/386.06	c   386s| 61400 |   537 |  4263k|  68.1 |   104M |  28 | 100 |4504 |3836 | 816 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.98%
385.54/386.59	c   387s| 61500 |   531 |  4269k|  68.1 |   104M |  28 | 100 |4504 |3836 | 816 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.01%
386.15/387.17	c   387s| 61600 |   531 |  4276k|  68.1 |   104M |  28 | 100 |4507 |3837 | 816 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.12%
386.74/387.72	c   388s| 61700 |   527 |  4282k|  68.1 |   104M |  28 | 100 |4503 |3837 | 816 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.16%
387.24/388.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
387.24/388.29	c   388s| 61800 |   529 |  4289k|  68.1 |   104M |  28 | 100 |4505 |3836 | 818 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.21%
388.04/389.05	c   389s| 61900 |   537 |  4297k|  68.1 |   104M |  28 | 100 |4496 |3837 | 820 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.26%
388.54/389.59	c   390s| 62000 |   539 |  4303k|  68.1 |   104M |  28 | 100 |4496 |3836 | 820 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.27%
389.24/390.24	c   390s| 62100 |   541 |  4310k|  68.1 |   104M |  28 | 100 |4491 |3835 | 822 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.29%
389.73/390.73	c   391s| 62200 |   541 |  4316k|  68.1 |   104M |  28 | 100 |4491 |3835 | 822 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.30%
390.23/391.25	c   391s| 62300 |   537 |  4322k|  68.1 |   104M |  28 | 100 |4492 |3835 | 822 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.31%
390.73/391.78	c   392s| 62400 |   541 |  4328k|  68.1 |   104M |  28 | 100 |4496 |3835 | 822 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.32%
391.33/392.38	c   392s| 62500 |   539 |  4336k|  68.1 |   104M |  28 | 100 |4496 |3835 | 822 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.35%
391.93/393.00	c   393s| 62600 |   533 |  4343k|  68.1 |   104M |  28 | 100 |4493 |3835 | 822 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.38%
392.83/393.81	c   394s| 62700 |   539 |  4353k|  68.1 |   104M |  28 | 100 |4471 |3836 | 827 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.49%
393.43/394.40	c   394s| 62800 |   537 |  4359k|  68.1 |   104M |  28 | 100 |4469 |3836 | 827 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.53%
394.03/395.01	c   395s| 62900 |   533 |  4367k|  68.1 |   104M |  28 | 100 |4460 |3836 | 827 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.63%
394.72/395.74	c   396s| 63000 |   539 |  4374k|  68.1 |   104M |  28 | 100 |4458 |3836 | 834 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.82%
395.32/396.33	c   396s| 63100 |   537 |  4381k|  68.1 |   104M |  28 | 100 |4466 |3836 | 836 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  29.94%
396.12/397.18	c   397s| 63200 |   537 |  4389k|  68.2 |   104M |  28 | 100 |4460 |3835 | 840 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.04%
396.81/397.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
396.81/397.86	c   398s| 63300 |   541 |  4396k|  68.2 |   104M |  28 | 100 |4456 |3836 | 845 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.11%
397.41/398.48	c   398s| 63400 |   549 |  4403k|  68.2 |   104M |  28 | 100 |4451 |3838 | 845 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.12%
398.02/399.03	c   399s| 63500 |   541 |  4410k|  68.2 |   104M |  28 | 100 |4451 |3836 | 845 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.15%
398.61/399.66	c   400s| 63600 |   539 |  4417k|  68.2 |   104M |  28 | 100 |4448 |3837 | 847 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.18%
399.21/400.24	c   400s| 63700 |   543 |  4424k|  68.2 |   104M |  28 | 100 |4449 |3836 | 849 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.23%
399.91/400.95	c   401s| 63800 |   541 |  4431k|  68.2 |   104M |  28 | 100 |4446 |3836 | 851 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.29%
400.51/401.58	c   402s| 63900 |   549 |  4438k|  68.2 |   104M |  28 | 100 |4443 |3836 | 855 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.36%
401.11/402.18	c   402s| 64000 |   547 |  4444k|  68.2 |   104M |  28 | 100 |4453 |3836 | 859 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  30.63%
401.80/402.82	c   403s| 64100 |   547 |  4451k|  68.2 |   104M |  28 | 100 |4452 |3836 | 863 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  30.72%
402.40/403.44	c   403s| 64200 |   555 |  4458k|  68.2 |   104M |  28 | 100 |4446 |3835 | 865 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  30.76%
403.00/404.02	c   404s| 64300 |   549 |  4464k|  68.2 |   104M |  28 | 100 |4439 |3837 | 865 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  30.80%
403.60/404.60	c   405s| 64400 |   539 |  4471k|  68.2 |   104M |  28 | 100 |4432 |3836 | 865 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  30.89%
404.30/405.37	c   405s| 64500 |   547 |  4480k|  68.2 |   104M |  28 | 100 |4428 |3836 | 870 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.00%
404.90/405.97	c   406s| 64600 |   543 |  4487k|  68.2 |   104M |  28 | 100 |4428 |3837 | 870 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.03%
405.59/406.62	c   407s| 64700 |   545 |  4494k|  68.2 |   104M |  28 | 100 |4429 |3836 | 870 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.10%
406.19/407.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
406.19/407.29	c   407s| 64800 |   535 |  4502k|  68.2 |   104M |  28 | 100 |4426 |3837 | 873 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.25%
406.89/407.93	c   408s| 64900 |   533 |  4509k|  68.2 |   104M |  28 | 100 |4415 |3836 | 875 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.33%
407.59/408.69	c   409s| 65000 |   537 |  4517k|  68.2 |   104M |  28 | 100 |4402 |3836 | 880 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.40%
408.29/409.30	c   409s| 65100 |   541 |  4524k|  68.2 |   104M |  28 | 100 |4397 |3836 | 882 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.46%
408.79/409.88	c   410s| 65200 |   539 |  4531k|  68.2 |   104M |  28 | 100 |4397 |3836 | 882 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.52%
409.48/410.53	c   411s| 65300 |   541 |  4538k|  68.2 |   104M |  28 | 100 |4393 |3836 | 882 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.55%
410.09/411.15	c   411s| 65400 |   543 |  4545k|  68.3 |   104M |  28 | 100 |4391 |3836 | 882 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.56%
410.68/411.73	c   412s| 65500 |   543 |  4552k|  68.2 |   104M |  28 | 100 |4391 |3836 | 882 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.57%
411.18/412.23	c   412s| 65600 |   538 |  4557k|  68.2 |   104M |  28 | 100 |4392 |3836 | 882 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.58%
411.78/412.87	c   413s| 65700 |   542 |  4564k|  68.2 |   104M |  28 | 100 |4401 |3836 | 882 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.61%
412.38/413.45	c   413s| 65800 |   538 |  4571k|  68.2 |   104M |  28 | 100 |4410 |3836 | 882 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.65%
413.08/414.12	c   414s| 65900 |   538 |  4579k|  68.3 |   104M |  28 | 100 |4408 |3836 | 884 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.68%
413.77/414.82	c   415s| 66000 |   540 |  4587k|  68.3 |   104M |  28 | 100 |4407 |3836 | 884 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.73%
414.47/415.52	c   416s| 66100 |   538 |  4595k|  68.3 |   104M |  28 | 100 |4407 |3836 | 884 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.74%
415.17/416.21	c   416s| 66200 |   540 |  4603k|  68.3 |   104M |  28 | 100 |4399 |3836 | 886 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.77%
415.77/416.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
415.77/416.82	c   417s| 66300 |   552 |  4610k|  68.3 |   104M |  28 | 100 |4394 |3836 | 886 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.78%
416.27/417.34	c   417s| 66400 |   552 |  4616k|  68.3 |   104M |  28 | 100 |4397 |3836 | 888 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.80%
416.77/417.82	c   418s| 66500 |   548 |  4621k|  68.3 |   104M |  28 | 100 |4367 |3836 | 888 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.83%
417.17/418.28	c   418s| 66600 |   548 |  4626k|  68.2 |   104M |  28 | 100 |4328 |3836 | 888 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.84%
417.66/418.76	c   419s| 66700 |   546 |  4632k|  68.2 |   104M |  28 | 100 |4302 |3836 | 888 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.85%
418.16/419.28	c   419s| 66800 |   546 |  4638k|  68.2 |   104M |  28 | 100 |4282 |3836 | 888 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.87%
418.86/419.97	c   420s| 66900 |   548 |  4645k|  68.2 |   104M |  28 | 100 |4256 |3836 | 888 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.89%
419.36/420.47	c   420s| 67000 |   545 |  4650k|  68.2 |   104M |  28 | 100 |4242 |3836 | 888 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.92%
419.86/420.94	c   421s| 67100 |   544 |  4656k|  68.2 |   104M |  28 | 100 |4219 |3836 | 888 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.95%
420.56/421.60	c   422s| 67200 |   558 |  4663k|  68.2 |   104M |  28 | 100 |4203 |3836 | 890 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.96%
421.26/422.33	c   422s| 67300 |   560 |  4672k|  68.2 |   104M |  28 | 100 |4192 |3836 | 892 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.02%
421.85/422.95	c   423s| 67400 |   564 |  4679k|  68.2 |   104M |  28 | 100 |4168 |3836 | 895 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.03%
422.45/423.50	c   424s| 67500 |   566 |  4685k|  68.2 |   104M |  28 | 100 |4152 |3836 | 895 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.05%
422.96/424.03	c   424s| 67600 |   562 |  4692k|  68.2 |   104M |  28 | 100 |4132 |3836 | 895 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.06%
423.55/424.61	c   425s| 67700 |   558 |  4699k|  68.2 |   104M |  28 | 100 |4124 |3836 | 895 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.13%
424.05/425.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
424.05/425.14	c   425s| 67800 |   554 |  4705k|  68.2 |   104M |  28 | 100 |4115 |3836 | 895 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.18%
424.55/425.64	c   426s| 67900 |   554 |  4710k|  68.2 |   104M |  28 | 100 |4078 |3836 | 898 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.19%
425.15/426.20	c   426s| 68000 |   559 |  4717k|  68.2 |   104M |  28 | 100 |4053 |3836 | 898 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.23%
425.65/426.73	c   427s| 68100 |   556 |  4723k|  68.2 |   104M |  28 | 100 |4022 |3836 | 898 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.24%
426.14/427.27	c   427s| 68200 |   555 |  4729k|  68.2 |   104M |  28 | 100 |4005 |3836 | 898 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.26%
426.74/427.81	c   428s| 68300 |   549 |  4735k|  68.1 |   104M |  28 | 100 |3980 |3836 | 898 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.29%
427.34/428.45	c   428s| 68400 |   559 |  4743k|  68.2 |   104M |  28 | 100 |3972 |3836 | 902 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.31%
427.94/429.02	c   429s| 68500 |   557 |  4749k|  68.1 |   104M |  28 | 100 |3954 |3836 | 902 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.34%
428.44/429.59	c   430s| 68600 |   553 |  4756k|  68.2 |   104M |  28 | 100 |3947 |3836 | 902 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.36%
428.94/430.09	c   430s| 68700 |   551 |  4762k|  68.1 |   104M |  28 | 100 |3936 |3836 | 902 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.37%
429.54/430.61	c   431s| 68800 |   555 |  4768k|  68.1 |   104M |  28 | 100 |3922 |3836 | 902 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.38%
430.13/431.21	c   431s| 68900 |   555 |  4775k|  68.1 |   104M |  28 | 100 |3914 |3836 | 902 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.40%
430.63/431.70	c   432s| 69000 |   551 |  4781k|  68.1 |   104M |  28 | 100 |3905 |3836 | 902 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.41%
431.13/432.22	c   432s| 69100 |   551 |  4787k|  68.1 |   104M |  28 | 100 |3892 |3836 | 902 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.42%
431.73/432.81	c   433s| 69200 |   549 |  4794k|  68.1 |   104M |  28 | 100 |3891 |3836 | 902 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.46%
432.33/433.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
432.33/433.43	c   433s| 69300 |   550 |  4801k|  68.1 |   104M |  28 | 100 |3888 |3836 | 904 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.52%
432.83/433.96	c   434s| 69400 |   546 |  4808k|  68.1 |   104M |  28 | 100 |3886 |3836 | 904 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.58%
433.53/434.66	c   435s| 69500 |   564 |  4816k|  68.1 |   104M |  28 | 100 |3865 |3836 | 910 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.59%
434.03/435.13	c   435s| 69600 |   561 |  4821k|  68.1 |   104M |  28 | 100 |3865 |3836 | 910 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.61%
434.52/435.61	c   436s| 69700 |   561 |  4827k|  68.1 |   104M |  28 | 100 |3865 |3835 | 910 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.62%
434.93/436.06	c   436s| 69800 |   559 |  4832k|  68.1 |   104M |  28 | 100 |3866 |3835 | 910 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.63%
435.32/436.49	c   436s| 69900 |   560 |  4837k|  68.0 |   104M |  28 | 100 |3845 |3835 | 910 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.64%
435.93/437.05	c   437s| 70000 |   559 |  4844k|  68.0 |   104M |  28 | 100 |3844 |3835 | 910 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.66%
436.42/437.55	c   438s| 70100 |   559 |  4849k|  68.0 |   104M |  28 | 100 |3844 |3835 | 910 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.68%
436.92/438.08	c   438s| 70200 |   561 |  4855k|  68.0 |   104M |  28 | 100 |3844 |3836 | 910 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.69%
437.52/438.64	c   439s| 70300 |   555 |  4862k|  68.0 |   104M |  28 | 100 |3845 |3836 | 910 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.70%
438.12/439.25	c   439s| 70400 |   557 |  4869k|  68.0 |   104M |  28 | 100 |3844 |3836 | 914 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.74%
438.92/440.04	c   440s| 70500 |   561 |  4877k|  68.0 |   104M |  28 | 100 |3845 |3836 | 914 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.76%
439.41/440.59	c   441s| 70600 |   561 |  4884k|  68.0 |   104M |  28 | 100 |3849 |3835 | 914 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.78%
440.02/441.19	c   441s| 70700 |   561 |  4891k|  68.0 |   104M |  28 | 100 |3846 |3836 | 914 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.80%
440.61/441.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
440.61/441.70	c   442s| 70800 |   563 |  4897k|  68.0 |   104M |  28 | 100 |3846 |3836 | 914 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.82%
441.11/442.25	c   442s| 70900 |   560 |  4903k|  68.0 |   104M |  28 | 100 |3846 |3836 | 914 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.85%
441.61/442.77	c   443s| 71000 |   554 |  4910k|  68.0 |   104M |  28 | 100 |3846 |3836 | 914 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.86%
442.21/443.33	c   443s| 71100 |   552 |  4916k|  68.0 |   104M |  28 | 100 |3846 |3836 | 914 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.89%
442.80/443.99	c   444s| 71200 |   556 |  4924k|  68.0 |   104M |  28 | 100 |3845 |3836 | 914 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.92%
443.40/444.52	c   445s| 71300 |   548 |  4931k|  68.0 |   104M |  28 | 100 |3844 |3836 | 914 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.97%
443.91/445.05	c   445s| 71400 |   552 |  4937k|  68.0 |   104M |  28 | 100 |3846 |3836 | 914 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  32.98%
444.40/445.58	c   446s| 71500 |   550 |  4943k|  68.0 |   104M |  28 | 100 |3846 |3836 | 914 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.00%
445.10/446.27	c   446s| 71600 |   562 |  4951k|  68.0 |   104M |  28 | 100 |3844 |3836 | 920 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.11%
445.80/446.94	c   447s| 71700 |   566 |  4959k|  68.0 |   104M |  28 | 100 |3845 |3836 | 920 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.15%
446.69/447.83	c   448s| 71800 |   568 |  4967k|  68.0 |   104M |  28 | 100 |3847 |3837 | 922 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.17%
447.29/448.41	c   448s| 71900 |   564 |  4974k|  68.0 |   104M |  28 | 100 |3845 |3837 | 922 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.19%
447.79/448.95	c   449s| 72000 |   560 |  4980k|  68.0 |   104M |  28 | 100 |3850 |3836 | 922 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.22%
448.39/449.54	c   450s| 72100 |   558 |  4987k|  68.0 |   104M |  28 | 100 |3848 |3836 | 922 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.26%
448.99/450.15	c   450s| 72200 |   557 |  4994k|  68.0 |   104M |  28 | 100 |3851 |3837 | 922 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.29%
449.59/450.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
449.59/450.71	c   451s| 72300 |   555 |  5001k|  68.0 |   104M |  28 | 100 |3848 |3836 | 922 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.31%
450.19/451.34	c   451s| 72400 |   555 |  5008k|  68.0 |   104M |  28 | 100 |3848 |3836 | 922 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.34%
450.79/451.92	c   452s| 72500 |   553 |  5015k|  68.1 |   104M |  28 | 100 |3848 |3836 | 922 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.36%
451.28/452.49	c   452s| 72600 |   555 |  5021k|  68.0 |   104M |  28 | 100 |3844 |3836 | 924 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.40%
451.99/453.14	c   453s| 72700 |   565 |  5028k|  68.1 |   104M |  28 | 100 |3845 |3836 | 931 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.43%
452.58/453.78	c   454s| 72800 |   565 |  5036k|  68.1 |   104M |  28 | 100 |3844 |3836 | 931 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.50%
453.18/454.31	c   454s| 72900 |   564 |  5042k|  68.0 |   104M |  28 | 100 |3848 |3836 | 931 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.53%
453.68/454.84	c   455s| 73000 |   566 |  5048k|  68.0 |   104M |  28 | 100 |3850 |3836 | 931 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.57%
454.28/455.40	c   455s| 73100 |   559 |  5054k|  68.0 |   104M |  28 | 100 |3853 |3836 | 931 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.61%
454.88/456.05	c   456s| 73200 |   558 |  5062k|  68.0 |   104M |  28 | 100 |3866 |3836 | 931 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.66%
455.47/456.63	c   457s| 73300 |   558 |  5069k|  68.0 |   104M |  28 | 100 |3869 |3836 | 931 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.70%
455.98/457.17	c   457s| 73400 |   550 |  5075k|  68.0 |   104M |  28 | 100 |3869 |3836 | 931 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.74%
456.57/457.75	c   458s| 73500 |   552 |  5082k|  68.0 |   104M |  28 | 100 |3865 |3836 | 931 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.80%
457.27/458.40	c   458s| 73600 |   552 |  5089k|  68.0 |   104M |  28 | 100 |3863 |3837 | 933 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.95%
458.17/459.39	c   459s| 73700 |   564 |  5098k|  68.1 |   104M |  28 | 100 |3858 |3837 | 939 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  34.01%
458.87/460.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
458.87/460.02	c   460s| 73800 |   568 |  5106k|  68.1 |   104M |  28 | 100 |3844 |3837 | 941 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  34.04%
459.46/460.60	c   461s| 73900 |   568 |  5112k|  68.1 |   104M |  28 | 100 |3854 |3837 | 941 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  34.06%
459.97/461.14	c   461s| 74000 |   572 |  5119k|  68.1 |   104M |  28 | 100 |3851 |3836 | 941 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  34.09%
460.56/461.73	c   462s| 74100 |   570 |  5125k|  68.1 |   104M |  28 | 100 |3852 |3837 | 941 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.11%
461.16/462.33	c   462s| 74200 |   570 |  5132k|  68.1 |   104M |  28 | 100 |3850 |3836 | 943 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.13%
461.76/462.95	c   463s| 74300 |   570 |  5140k|  68.1 |   104M |  28 | 100 |3847 |3836 | 943 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.18%
462.55/463.75	c   464s| 74400 |   582 |  5148k|  68.1 |   104M |  28 | 100 |3845 |3836 | 949 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.21%
463.05/464.30	c   464s| 74500 |   584 |  5155k|  68.1 |   104M |  28 | 100 |3845 |3836 | 949 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.22%
463.65/464.82	c   465s| 74600 |   582 |  5161k|  68.1 |   104M |  28 | 100 |3845 |3836 | 949 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.23%
464.25/465.41	c   465s| 74700 |   594 |  5168k|  68.1 |   104M |  28 | 100 |3843 |3836 | 949 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.25%
464.75/465.98	c   466s| 74800 |   586 |  5174k|  68.1 |   104M |  28 | 100 |3843 |3836 | 949 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.27%
465.45/466.65	c   467s| 74900 |   586 |  5181k|  68.1 |   104M |  28 | 100 |3843 |3837 | 949 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.28%
466.05/467.23	c   467s| 75000 |   592 |  5188k|  68.1 |   104M |  28 | 100 |3843 |3837 | 949 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.29%
466.55/467.77	c   468s| 75100 |   582 |  5195k|  68.1 |   104M |  28 | 100 |3843 |3836 | 949 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.32%
467.14/468.33	c   468s| 75200 |   588 |  5201k|  68.1 |   104M |  28 | 100 |3843 |3837 | 952 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.34%
467.64/468.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
467.64/468.82	c   469s| 75300 |   582 |  5207k|  68.1 |   104M |  28 | 100 |3843 |3837 | 952 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.35%
468.14/469.33	c   469s| 75400 |   584 |  5213k|  68.1 |   104M |  28 | 100 |3843 |3835 | 952 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.37%
468.64/469.82	c   470s| 75500 |   582 |  5219k|  68.0 |   104M |  28 | 100 |3844 |3835 | 952 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.39%
469.24/470.48	c   470s| 75600 |   580 |  5227k|  68.1 |   104M |  28 | 100 |3844 |3837 | 952 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.41%
469.84/471.06	c   471s| 75700 |   586 |  5233k|  68.1 |   104M |  28 | 100 |3844 |3837 | 952 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.43%
470.44/471.64	c   472s| 75800 |   582 |  5240k|  68.1 |   104M |  28 | 100 |3844 |3837 | 952 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.44%
470.94/472.17	c   472s| 75900 |   576 |  5246k|  68.1 |   104M |  28 | 100 |3844 |3837 | 952 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.47%
471.53/472.73	c   473s| 76000 |   574 |  5253k|  68.0 |   104M |  28 | 100 |3843 |3835 | 952 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.50%
472.03/473.22	c   473s| 76100 |   576 |  5258k|  68.0 |   104M |  28 | 100 |3843 |3835 | 952 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.52%
472.53/473.73	c   474s| 76200 |   574 |  5264k|  68.0 |   104M |  28 | 100 |3845 |3835 | 952 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.54%
473.23/474.41	c   474s| 76300 |   592 |  5272k|  68.0 |   104M |  28 | 100 |3843 |3835 | 958 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.56%
473.73/474.93	c   475s| 76400 |   588 |  5278k|  68.0 |   104M |  28 | 100 |3843 |3835 | 958 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.58%
474.23/475.47	c   475s| 76500 |   584 |  5284k|  68.0 |   104M |  28 | 100 |3844 |3837 | 958 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.60%
474.83/476.07	c   476s| 76600 |   587 |  5292k|  68.0 |   104M |  28 | 100 |3844 |3835 | 958 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.62%
475.42/476.66	c   477s| 76700 |   585 |  5298k|  68.0 |   104M |  28 | 100 |3844 |3835 | 958 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.63%
476.02/477.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
476.02/477.24	c   477s| 76800 |   585 |  5305k|  68.0 |   104M |  28 | 100 |3845 |3835 | 958 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.65%
476.62/477.82	c   478s| 76900 |   583 |  5312k|  68.0 |   104M |  28 | 100 |3845 |3835 | 958 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.67%
477.12/478.38	c   478s| 77000 |   585 |  5318k|  68.0 |   104M |  28 | 100 |3845 |3836 | 960 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.73%
477.62/478.89	c   479s| 77100 |   585 |  5324k|  68.0 |   104M |  28 | 100 |3844 |3836 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.74%
478.22/479.42	c   479s| 77200 |   585 |  5331k|  68.0 |   104M |  28 | 100 |3844 |3836 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.76%
478.72/479.95	c   480s| 77300 |   585 |  5337k|  68.0 |   104M |  28 | 100 |3844 |3836 | 960 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.78%
479.21/480.48	c   480s| 77400 |   579 |  5343k|  68.0 |   104M |  28 | 100 |3844 |3836 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.79%
479.82/481.00	c   481s| 77500 |   581 |  5349k|  68.0 |   104M |  28 | 100 |3844 |3836 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.82%
480.31/481.57	c   482s| 77600 |   577 |  5356k|  68.0 |   104M |  28 | 100 |3844 |3837 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.84%
480.92/482.14	c   482s| 77700 |   579 |  5363k|  68.0 |   104M |  28 | 100 |3845 |3837 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.86%
481.41/482.66	c   483s| 77800 |   579 |  5369k|  68.0 |   104M |  28 | 100 |3844 |3837 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.87%
482.01/483.21	c   483s| 77900 |   579 |  5376k|  68.0 |   104M |  28 | 100 |3844 |3836 | 960 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.88%
482.51/483.70	c   484s| 78000 |   571 |  5381k|  68.0 |   104M |  28 | 100 |3845 |3836 | 960 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  34.92%
483.01/484.25	c   484s| 78100 |   573 |  5388k|  67.9 |   104M |  28 | 100 |3843 |3836 | 962 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.07%
483.60/484.81	c   485s| 78200 |   571 |  5394k|  67.9 |   104M |  28 | 100 |3843 |3836 | 962 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.08%
484.20/485.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
484.20/485.40	c   485s| 78300 |   571 |  5401k|  67.9 |   104M |  28 | 100 |3843 |3837 | 962 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.10%
484.91/486.14	c   486s| 78400 |   573 |  5410k|  68.0 |   104M |  28 | 100 |3842 |3837 | 964 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.16%
485.50/486.77	c   487s| 78500 |   581 |  5417k|  68.0 |   104M |  28 | 100 |3842 |3836 | 968 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.23%
486.00/487.29	c   487s| 78600 |   579 |  5423k|  68.0 |   104M |  28 | 100 |3841 |3836 | 968 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.24%
486.60/487.80	c   488s| 78700 |   581 |  5429k|  68.0 |   104M |  28 | 100 |3841 |3836 | 968 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.24%
487.00/488.24	c   488s| 78800 |   575 |  5434k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.25%
487.49/488.76	c   489s| 78900 |   584 |  5440k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.25%
488.19/489.41	c   489s| 79000 |   584 |  5447k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.26%
488.69/489.91	c   490s| 79100 |   580 |  5453k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.28%
489.09/490.38	c   490s| 79200 |   582 |  5458k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.29%
489.69/490.93	c   491s| 79300 |   580 |  5465k|  67.9 |   104M |  28 | 100 |3843 |3836 | 968 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  35.31%
490.29/491.50	c   492s| 79400 |   576 |  5472k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.31%
490.79/492.10	c   492s| 79500 |   584 |  5479k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.32%
491.38/492.66	c   493s| 79600 |   582 |  5486k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.34%
491.98/493.20	c   493s| 79700 |   584 |  5492k|  67.9 |   104M |  28 | 100 |3841 |3836 | 968 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.36%
492.48/493.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
492.48/493.75	c   494s| 79800 |   585 |  5498k|  67.9 |   104M |  28 | 100 |3841 |3836 | 970 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.37%
492.98/494.24	c   494s| 79900 |   587 |  5504k|  67.9 |   104M |  28 | 100 |3841 |3836 | 970 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.38%
493.48/494.74	c   495s| 80000 |   583 |  5510k|  67.9 |   104M |  28 | 100 |3841 |3836 | 970 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.38%
493.98/495.27	c   495s| 80100 |   589 |  5516k|  67.9 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.39%
494.48/495.72	c   496s| 80200 |   588 |  5521k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.39%
494.97/496.27	c   496s| 80300 |   588 |  5528k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.40%
495.57/496.81	c   497s| 80400 |   588 |  5534k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.40%
496.07/497.33	c   497s| 80500 |   584 |  5540k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.41%
496.67/497.90	c   498s| 80600 |   578 |  5547k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.43%
497.27/498.54	c   499s| 80700 |   580 |  5555k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.45%
497.77/499.05	c   499s| 80800 |   580 |  5561k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.46%
498.46/499.78	c   500s| 80900 |   580 |  5568k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.47%
498.96/500.26	c   500s| 81000 |   580 |  5574k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.48%
499.46/500.76	c   501s| 81100 |   580 |  5580k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.48%
499.96/501.30	c   501s| 81200 |   578 |  5587k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.49%
500.56/501.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
500.56/501.86	c   502s| 81300 |   572 |  5593k|  67.8 |   104M |  28 | 100 |3841 |3836 | 970 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.50%
501.16/502.49	c   502s| 81400 |   577 |  5601k|  67.8 |   104M |  28 | 100 |3841 |3836 | 975 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.53%
501.76/503.05	c   503s| 81500 |   577 |  5607k|  67.8 |   104M |  28 | 100 |3843 |3836 | 975 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.55%
502.26/503.59	c   504s| 81600 |   577 |  5613k|  67.8 |   104M |  28 | 100 |3843 |3836 | 975 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.58%
502.86/504.19	c   504s| 81700 |   573 |  5621k|  67.8 |   104M |  28 | 100 |3841 |3836 | 975 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.62%
503.45/504.74	c   505s| 81800 |   579 |  5627k|  67.8 |   104M |  28 | 100 |3841 |3836 | 977 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.65%
503.95/505.27	c   505s| 81900 |   581 |  5633k|  67.8 |   104M |  28 | 100 |3841 |3836 | 977 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.69%
504.45/505.74	c   506s| 82000 |   575 |  5639k|  67.8 |   104M |  28 | 100 |3841 |3836 | 977 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.72%
504.85/506.16	c   506s| 82100 |   570 |  5644k|  67.8 |   104M |  28 | 100 |3841 |3837 | 979 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.75%
505.35/506.64	c   507s| 82200 |   574 |  5649k|  67.7 |   104M |  28 | 100 |3841 |3837 | 979 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.76%
506.05/507.38	c   507s| 82300 |   586 |  5656k|  67.7 |   104M |  28 | 100 |3841 |3837 | 981 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  35.78%
506.55/507.88	c   508s| 82400 |   576 |  5662k|  67.7 |   104M |  28 | 100 |3841 |3837 | 981 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.80%
507.04/508.39	c   508s| 82500 |   578 |  5668k|  67.7 |   104M |  28 | 100 |3841 |3837 | 981 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.81%
507.64/508.92	c   509s| 82600 |   578 |  5674k|  67.7 |   105M |  28 | 100 |3842 |3837 | 981 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.82%
508.24/509.50	c   509s| 82700 |   590 |  5681k|  67.7 |   105M |  28 | 100 |3841 |3837 | 983 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.84%
508.75/510.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
508.75/510.02	c   510s| 82800 |   586 |  5687k|  67.7 |   105M |  28 | 100 |3841 |3837 | 983 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.86%
509.14/510.47	c   510s| 82900 |   580 |  5692k|  67.7 |   105M |  28 | 100 |3841 |3837 | 983 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.87%
509.64/510.98	c   511s| 83000 |   582 |  5698k|  67.7 |   105M |  28 | 100 |3841 |3837 | 983 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.89%
510.14/511.47	c   511s| 83100 |   574 |  5704k|  67.7 |   105M |  28 | 100 |3842 |3836 | 983 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.92%
510.84/512.17	c   512s| 83200 |   580 |  5713k|  67.7 |   105M |  28 | 100 |3842 |3836 | 983 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.95%
511.33/512.69	c   513s| 83300 |   576 |  5719k|  67.7 |   105M |  28 | 100 |3842 |3836 | 983 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  35.97%
511.93/513.24	c   513s| 83400 |   574 |  5726k|  67.7 |   105M |  28 | 100 |3841 |3836 | 983 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.00%
512.53/513.85	c   514s| 83500 |   576 |  5732k|  67.7 |   105M |  28 | 100 |3842 |3836 | 986 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.02%
513.03/514.34	c   514s| 83600 |   580 |  5738k|  67.7 |   105M |  28 | 100 |3841 |3836 | 986 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.04%
513.43/514.79	c   515s| 83700 |   576 |  5743k|  67.7 |   105M |  28 | 100 |3841 |3836 | 986 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.04%
513.93/515.26	c   515s| 83800 |   574 |  5749k|  67.6 |   105M |  28 | 100 |3841 |3836 | 986 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.06%
514.43/515.70	c   516s| 83900 |   575 |  5754k|  67.6 |   105M |  28 | 100 |3841 |3836 | 986 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.07%
514.83/516.18	c   516s| 84000 |   577 |  5759k|  67.6 |   105M |  28 | 100 |3841 |3836 | 986 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.08%
515.32/516.69	c   517s| 84100 |   573 |  5765k|  67.6 |   105M |  28 | 100 |3841 |3836 | 986 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.08%
516.02/517.39	c   517s| 84200 |   581 |  5773k|  67.6 |   105M |  28 | 100 |3841 |3837 | 988 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.09%
516.62/517.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
516.62/517.91	c   518s| 84300 |   579 |  5779k|  67.6 |   105M |  28 | 100 |3842 |3837 | 988 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.10%
517.02/518.37	c   518s| 84400 |   575 |  5785k|  67.6 |   105M |  28 | 100 |3841 |3837 | 988 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.11%
517.62/518.94	c   519s| 84500 |   581 |  5791k|  67.6 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.12%
518.12/519.43	c   519s| 84600 |   581 |  5797k|  67.6 |   105M |  28 | 100 |3841 |3837 | 990 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.13%
518.62/519.91	c   520s| 84700 |   577 |  5803k|  67.6 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.13%
519.02/520.38	c   520s| 84800 |   579 |  5809k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.15%
519.61/520.94	c   521s| 84900 |   585 |  5815k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.15%
520.11/521.43	c   521s| 85000 |   587 |  5821k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.16%
520.61/521.93	c   522s| 85100 |   577 |  5828k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.16%
521.11/522.47	c   522s| 85200 |   579 |  5834k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.17%
521.61/522.98	c   523s| 85300 |   579 |  5840k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.17%
522.21/523.53	c   524s| 85400 |   589 |  5846k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  36.18%
522.61/523.99	c   524s| 85500 |   585 |  5852k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.18%
523.21/524.50	c   525s| 85600 |   585 |  5858k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.19%
523.60/524.98	c   525s| 85700 |   585 |  5863k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.19%
524.10/525.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
524.10/525.46	c   525s| 85800 |   585 |  5869k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.20%
524.60/525.95	c   526s| 85900 |   583 |  5875k|  67.5 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.20%
525.10/526.43	c   526s| 86000 |   580 |  5881k|  67.4 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.22%
525.60/526.95	c   527s| 86100 |   578 |  5887k|  67.4 |   105M |  28 | 100 |3841 |3837 | 990 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.23%
526.20/527.52	c   528s| 86200 |   586 |  5893k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.24%
526.60/527.99	c   528s| 86300 |   580 |  5899k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.24%
527.10/528.47	c   528s| 86400 |   578 |  5905k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.25%
527.59/528.97	c   529s| 86500 |   578 |  5911k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.26%
528.09/529.46	c   529s| 86600 |   576 |  5917k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.27%
528.89/530.21	c   530s| 86700 |   586 |  5924k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.28%
529.39/530.74	c   531s| 86800 |   592 |  5931k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.29%
529.89/531.22	c   531s| 86900 |   584 |  5936k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.29%
530.39/531.73	c   532s| 87000 |   580 |  5943k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.30%
530.89/532.25	c   532s| 87100 |   576 |  5949k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.31%
531.39/532.78	c   533s| 87200 |   580 |  5955k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.33%
531.98/533.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
531.98/533.34	c   533s| 87300 |   578 |  5962k|  67.4 |   105M |  28 | 100 |3842 |3836 | 992 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.34%
532.38/533.79	c   534s| 87400 |   578 |  5967k|  67.4 |   105M |  28 | 100 |3841 |3836 | 992 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.36%
532.88/534.28	c   534s| 87500 |   574 |  5973k|  67.3 |   105M |  28 | 100 |3841 |3836 | 992 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.36%
533.48/534.83	c   535s| 87600 |   576 |  5980k|  67.3 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.37%
533.98/535.35	c   535s| 87700 |   574 |  5986k|  67.3 |   105M |  28 | 100 |3841 |3836 | 992 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.43%
534.88/536.22	c   536s| 87800 |   586 |  5996k|  67.4 |   105M |  28 | 100 |3841 |3836 | 998 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.49%
535.38/536.72	c   537s| 87900 |   586 |  6002k|  67.4 |   105M |  28 | 100 |3841 |3836 | 998 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.52%
536.37/537.74	c   538s| 88000 |   594 |  6011k|  67.4 |   105M |  28 | 100 |3840 |3837 |1002 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.66%
536.97/538.34	c   538s| 88100 |   596 |  6018k|  67.4 |   105M |  28 | 100 |3842 |3836 |1004 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.78%
537.47/538.88	c   539s| 88200 |   598 |  6025k|  67.4 |   105M |  28 | 100 |3840 |3836 |1006 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.85%
538.17/539.50	c   540s| 88300 |   608 |  6032k|  67.4 |   105M |  28 | 100 |3840 |3835 |1008 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.87%
538.67/540.01	c   540s| 88400 |   600 |  6038k|  67.4 |   105M |  28 | 100 |3840 |3835 |1008 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.88%
539.07/540.46	c   540s| 88500 |   598 |  6043k|  67.4 |   105M |  28 | 100 |3840 |3835 |1008 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.90%
539.67/541.09	c   541s| 88600 |   603 |  6050k|  67.4 |   105M |  28 | 100 |3841 |3837 |1011 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.94%
540.26/541.60	c   542s| 88700 |   603 |  6056k|  67.4 |   105M |  28 | 100 |3840 |3836 |1011 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  36.98%
540.77/542.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
540.77/542.14	c   542s| 88800 |   605 |  6062k|  67.4 |   105M |  28 | 100 |3840 |3837 |1013 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.02%
541.16/542.59	c   543s| 88900 |   609 |  6067k|  67.3 |   105M |  28 | 100 |3840 |3837 |1013 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.04%
541.77/543.13	c   543s| 89000 |   609 |  6073k|  67.3 |   105M |  28 | 100 |3840 |3837 |1013 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.06%
542.26/543.64	c   544s| 89100 |   605 |  6079k|  67.3 |   105M |  28 | 100 |3840 |3837 |1013 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.09%
542.96/544.36	c   544s| 89200 |   611 |  6087k|  67.3 |   105M |  28 | 100 |3840 |3836 |1018 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.11%
543.56/544.91	c   545s| 89300 |   611 |  6094k|  67.3 |   105M |  28 | 100 |3840 |3837 |1018 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.14%
544.15/545.52	c   546s| 89400 |   609 |  6101k|  67.3 |   105M |  28 | 100 |3840 |3837 |1018 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.17%
544.85/546.26	c   546s| 89500 |   613 |  6109k|  67.4 |   105M |  28 | 100 |3841 |3836 |1027 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  37.91%
545.45/546.84	c   547s| 89600 |   611 |  6115k|  67.4 |   105M |  28 | 100 |3840 |3837 |1029 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  38.01%
546.05/547.48	c   547s| 89700 |   621 |  6123k|  67.4 |   105M |  28 | 100 |3840 |3836 |1029 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  38.07%
546.65/548.09	c   548s| 89800 |   617 |  6130k|  67.4 |   105M |  28 | 100 |3840 |3836 |1029 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.10%
547.25/548.69	c   549s| 89900 |   621 |  6137k|  67.4 |   105M |  28 | 100 |3840 |3836 |1031 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.14%
547.85/549.21	c   549s| 90000 |   622 |  6143k|  67.4 |   105M |  28 | 100 |3841 |3836 |1031 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.17%
548.34/549.75	c   550s| 90100 |   618 |  6149k|  67.4 |   105M |  28 | 100 |3840 |3835 |1031 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.20%
548.94/550.33	c   550s| 90200 |   622 |  6156k|  67.4 |   105M |  28 | 100 |3841 |3837 |1031 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.24%
549.54/550.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
549.54/550.95	c   551s| 90300 |   630 |  6162k|  67.4 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.26%
550.04/551.40	c   551s| 90400 |   631 |  6167k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.27%
550.64/552.00	c   552s| 90500 |   631 |  6173k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.28%
551.04/552.47	c   552s| 90600 |   629 |  6179k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.28%
551.54/552.91	c   553s| 90700 |   629 |  6184k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.28%
552.24/553.61	c   554s| 90800 |   641 |  6192k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.29%
552.74/554.12	c   554s| 90900 |   643 |  6198k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.30%
553.13/554.57	c   555s| 91000 |   639 |  6204k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.30%
553.64/555.06	c   555s| 91100 |   633 |  6210k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.31%
554.13/555.57	c   556s| 91200 |   633 |  6216k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.31%
554.63/556.05	c   556s| 91300 |   635 |  6221k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.32%
555.13/556.55	c   557s| 91400 |   641 |  6227k|  67.3 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.33%
555.53/556.99	c   557s| 91500 |   632 |  6232k|  67.2 |   105M |  28 | 100 |3840 |3836 |1035 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.33%
556.13/557.51	c   558s| 91600 |   635 |  6238k|  67.2 |   105M |  28 | 100 |3840 |3836 |1035 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.33%
556.73/558.19	c   558s| 91700 |   630 |  6245k|  67.2 |   105M |  28 | 100 |3840 |3836 |1035 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.34%
557.32/558.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
557.32/558.70	c   559s| 91800 |   634 |  6251k|  67.2 |   105M |  28 | 100 |3840 |3837 |1038 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.34%
557.73/559.19	c   559s| 91900 |   634 |  6256k|  67.2 |   105M |  28 | 100 |3840 |3837 |1038 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.35%
558.22/559.68	c   560s| 92000 |   634 |  6262k|  67.2 |   105M |  28 | 100 |3840 |3837 |1038 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.37%
558.72/560.18	c   560s| 92100 |   630 |  6268k|  67.2 |   105M |  28 | 100 |3840 |3837 |1038 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.38%
559.22/560.63	c   561s| 92200 |   626 |  6274k|  67.2 |   105M |  28 | 100 |3840 |3837 |1038 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.39%
559.72/561.12	c   561s| 92300 |   634 |  6279k|  67.2 |   105M |  28 | 100 |3840 |3837 |1038 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.39%
560.31/561.71	c   562s| 92400 |   628 |  6286k|  67.2 |   105M |  28 | 100 |3841 |3837 |1038 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.41%
560.81/562.29	c   562s| 92500 |   628 |  6293k|  67.2 |   105M |  28 | 100 |3840 |3836 |1038 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.43%
561.51/562.94	c   563s| 92600 |   632 |  6301k|  67.2 |   105M |  28 | 100 |3841 |3836 |1038 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.45%
562.11/563.53	c   564s| 92700 |   636 |  6307k|  67.2 |   105M |  28 | 100 |3840 |3836 |1040 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.55%
562.81/564.27	c   564s| 92800 |   648 |  6316k|  67.2 |   105M |  28 | 100 |3840 |3836 |1042 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.60%
563.71/565.13	c   565s| 92900 |   656 |  6324k|  67.2 |   105M |  28 | 100 |3840 |3836 |1042 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.66%
564.21/565.68	c   566s| 93000 |   658 |  6331k|  67.2 |   105M |  28 | 100 |3840 |3836 |1042 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.68%
564.80/566.28	c   566s| 93100 |   656 |  6337k|  67.2 |   105M |  28 | 100 |3840 |3836 |1042 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.70%
565.40/566.85	c   567s| 93200 |   652 |  6344k|  67.2 |   105M |  28 | 100 |3840 |3836 |1042 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.73%
566.00/567.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
566.00/567.42	c   567s| 93300 |   654 |  6351k|  67.2 |   105M |  28 | 100 |3840 |3836 |1042 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.75%
566.61/568.02	c   568s| 93400 |   652 |  6358k|  67.2 |   105M |  28 | 100 |3842 |3837 |1042 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.81%
567.20/568.66	c   569s| 93500 |   656 |  6365k|  67.2 |   105M |  28 | 100 |3840 |3836 |1045 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.85%
568.00/569.46	c   569s| 93600 |   660 |  6375k|  67.3 |   105M |  28 | 100 |3842 |3836 |1051 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.95%
568.50/569.93	c   570s| 93700 |   660 |  6381k|  67.2 |   105M |  28 | 100 |3840 |3836 |1051 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.96%
568.99/570.45	c   570s| 93800 |   656 |  6387k|  67.2 |   105M |  28 | 100 |3840 |3837 |1051 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  38.99%
569.79/571.27	c   571s| 93900 |   662 |  6396k|  67.3 |   105M |  28 | 100 |3840 |3836 |1059 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  39.23%
570.39/571.80	c   572s| 94000 |   664 |  6402k|  67.3 |   105M |  28 | 100 |3840 |3836 |1059 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.25%
570.99/572.43	c   572s| 94100 |   676 |  6409k|  67.3 |   105M |  28 | 100 |3840 |3837 |1065 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.27%
571.49/572.91	c   573s| 94200 |   676 |  6415k|  67.2 |   105M |  28 | 100 |3840 |3837 |1065 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.28%
571.99/573.44	c   573s| 94300 |   674 |  6421k|  67.2 |   105M |  28 | 100 |3840 |3837 |1065 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.31%
572.48/573.98	c   574s| 94400 |   672 |  6427k|  67.2 |   105M |  28 | 100 |3840 |3836 |1067 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.34%
573.08/574.58	c   575s| 94500 |   676 |  6434k|  67.2 |   105M |  28 | 100 |3842 |3837 |1069 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.39%
573.78/575.22	c   575s| 94600 |   678 |  6442k|  67.2 |   105M |  28 | 100 |3840 |3836 |1069 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.46%
574.38/575.82	c   576s| 94700 |   674 |  6449k|  67.2 |   105M |  28 | 100 |3840 |3836 |1069 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.50%
574.98/576.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
574.98/576.46	c   576s| 94800 |   670 |  6456k|  67.3 |   105M |  28 | 100 |3840 |3838 |1072 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.54%
575.58/577.10	c   577s| 94900 |   675 |  6463k|  67.3 |   105M |  28 | 100 |3840 |3836 |1074 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.58%
576.28/577.72	c   578s| 95000 |   672 |  6470k|  67.3 |   105M |  28 | 100 |3841 |3836 |1077 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.64%
577.17/578.69	c   579s| 95100 |   678 |  6479k|  67.3 |   105M |  28 | 100 |3841 |3835 |1085 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.70%
577.77/579.27	c   579s| 95200 |   676 |  6486k|  67.3 |   105M |  28 | 100 |3840 |3835 |1085 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.74%
578.37/579.85	c   580s| 95300 |   676 |  6493k|  67.3 |   105M |  28 | 100 |3840 |3836 |1085 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.78%
578.97/580.48	c   580s| 95400 |   676 |  6500k|  67.3 |   105M |  28 | 100 |3841 |3836 |1087 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.90%
579.67/581.13	c   581s| 95500 |   676 |  6507k|  67.3 |   105M |  28 | 100 |3841 |3835 |1089 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  39.97%
580.27/581.73	c   582s| 95600 |   684 |  6514k|  67.3 |   105M |  28 | 100 |3841 |3836 |1091 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.03%
580.77/582.29	c   582s| 95700 |   690 |  6520k|  67.3 |   105M |  28 | 100 |3840 |3836 |1091 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.04%
581.36/582.81	c   583s| 95800 |   684 |  6526k|  67.3 |   105M |  28 | 100 |3840 |3836 |1091 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.04%
581.96/583.41	c   583s| 95900 |   680 |  6534k|  67.3 |   105M |  28 | 100 |3840 |3836 |1091 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.05%
582.58/584.06	c   584s| 96000 |   688 |  6541k|  67.3 |   105M |  28 | 100 |3840 |3836 |1093 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.08%
583.17/584.63	c   585s| 96100 |   688 |  6547k|  67.3 |   105M |  28 | 100 |3842 |3836 |1097 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.15%
583.67/585.19	c   585s| 96200 |   700 |  6554k|  67.3 |   105M |  28 | 100 |3840 |3837 |1097 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.16%
584.17/585.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
584.17/585.69	c   586s| 96300 |   696 |  6559k|  67.3 |   105M |  28 | 100 |3840 |3836 |1097 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.17%
584.67/586.19	c   586s| 96400 |   694 |  6565k|  67.3 |   105M |  28 | 100 |3840 |3837 |1097 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.18%
585.26/586.75	c   587s| 96500 |   694 |  6571k|  67.3 |   105M |  28 | 100 |3840 |3836 |1097 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.19%
585.76/587.23	c   587s| 96600 |   694 |  6577k|  67.3 |   105M |  28 | 100 |3840 |3836 |1097 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.21%
586.26/587.74	c   588s| 96700 |   694 |  6583k|  67.2 |   105M |  28 | 100 |3840 |3837 |1100 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.22%
586.86/588.33	c   588s| 96800 |   702 |  6589k|  67.2 |   105M |  28 | 100 |3840 |3836 |1102 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.24%
587.36/588.86	c   589s| 96900 |   700 |  6595k|  67.2 |   105M |  28 | 100 |3840 |3836 |1102 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.25%
587.86/589.39	c   589s| 97000 |   698 |  6601k|  67.2 |   105M |  28 | 100 |3840 |3837 |1102 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.27%
588.56/590.01	c   590s| 97100 |   704 |  6608k|  67.2 |   105M |  28 | 100 |3842 |3837 |1102 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.29%
589.05/590.54	c   591s| 97200 |   698 |  6614k|  67.2 |   105M |  28 | 100 |3840 |3836 |1102 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.32%
589.56/591.06	c   591s| 97300 |   690 |  6620k|  67.2 |   105M |  28 | 100 |3840 |3837 |1102 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.35%
590.15/591.66	c   592s| 97400 |   694 |  6627k|  67.2 |   105M |  28 | 100 |3841 |3836 |1102 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.38%
590.66/592.19	c   592s| 97500 |   694 |  6633k|  67.2 |   105M |  28 | 100 |3842 |3837 |1102 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.42%
591.35/592.80	c   593s| 97600 |   692 |  6640k|  67.2 |   105M |  28 | 100 |3840 |3836 |1104 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.46%
591.95/593.42	c   593s| 97700 |   688 |  6647k|  67.2 |   105M |  28 | 100 |3840 |3836 |1104 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.49%
592.45/593.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
592.45/593.90	c   594s| 97800 |   698 |  6653k|  67.2 |   105M |  28 | 100 |3840 |3837 |1104 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.56%
592.85/594.35	c   594s| 97900 |   694 |  6658k|  67.2 |   105M |  28 | 100 |3840 |3837 |1104 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.56%
593.34/594.80	c   595s| 98000 |   688 |  6664k|  67.2 |   105M |  28 | 100 |3840 |3837 |1104 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.56%
593.84/595.33	c   595s| 98100 |   688 |  6670k|  67.2 |   105M |  28 | 100 |3840 |3837 |1104 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.57%
594.34/595.85	c   596s| 98200 |   690 |  6676k|  67.2 |   105M |  28 | 100 |3840 |3837 |1104 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.57%
594.84/596.34	c   596s| 98300 |   690 |  6682k|  67.2 |   105M |  28 | 100 |3840 |3837 |1104 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.57%
595.34/596.81	c   597s| 98400 |   684 |  6687k|  67.1 |   105M |  28 | 100 |3840 |3838 |1104 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.58%
595.84/597.36	c   597s| 98500 |   698 |  6693k|  67.1 |   105M |  28 | 100 |3840 |3837 |1104 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.60%
596.34/597.83	c   598s| 98600 |   697 |  6699k|  67.1 |   105M |  28 | 100 |3840 |3837 |1104 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.60%
596.74/598.27	c   598s| 98700 |   693 |  6704k|  67.1 |   105M |  28 | 100 |3840 |3837 |1104 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.60%
597.23/598.76	c   599s| 98800 |   691 |  6710k|  67.1 |   105M |  28 | 100 |3840 |3837 |1104 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  40.61%
597.83/599.34	c   599s| 98900 |   689 |  6718k|  67.1 |   105M |  28 | 100 |3840 |3837 |1104 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.62%
598.43/599.98	c   600s| 99000 |   695 |  6725k|  67.1 |   105M |  28 | 100 |3840 |3836 |1104 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.65%
599.03/600.50	c   600s| 99100 |   689 |  6732k|  67.1 |   105M |  28 | 100 |3840 |3836 |1104 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.67%
599.53/601.08	c   601s| 99200 |   699 |  6738k|  67.1 |   105M |  28 | 100 |3840 |3836 |1108 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.74%
600.13/601.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
600.13/601.67	c   602s| 99300 |   697 |  6745k|  67.1 |   105M |  28 | 100 |3840 |3835 |1108 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.78%
600.83/602.36	c   602s| 99400 |   705 |  6752k|  67.1 |   105M |  28 | 100 |3837 |3837 |1110 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.81%
601.32/602.85	c   603s| 99500 |   703 |  6758k|  67.1 |   105M |  28 | 100 |3837 |3837 |1110 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.84%
602.12/603.61	c   604s| 99600 |   709 |  6765k|  67.1 |   105M |  28 | 100 |3838 |3837 |1113 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.88%
602.63/604.13	c   604s| 99700 |   715 |  6771k|  67.1 |   105M |  28 | 100 |3837 |3837 |1113 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.89%
603.22/604.75	c   605s| 99800 |   719 |  6778k|  67.1 |   105M |  28 | 100 |3837 |3837 |1113 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  40.92%
603.92/605.45	c   605s| 99900 |   719 |  6786k|  67.1 |   105M |  28 | 100 |3839 |3837 |1120 |  2 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.07%
604.52/606.05	c   606s|100000 |   717 |  6792k|  67.1 |   105M |  28 | 100 |3838 |3835 |1122 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.25%
605.22/606.71	c   607s|100100 |   723 |  6800k|  67.1 |   105M |  28 | 100 |3837 |3836 |1122 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.29%
605.71/607.23	c   607s|100200 |   727 |  6806k|  67.1 |   105M |  28 | 100 |3837 |3836 |1122 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.32%
606.21/607.75	c   608s|100300 |   725 |  6812k|  67.1 |   105M |  28 | 100 |3837 |3836 |1122 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.33%
606.71/608.28	c   608s|100400 |   725 |  6818k|  67.1 |   105M |  28 | 100 |3837 |3836 |1122 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.35%
607.31/608.87	c   609s|100500 |   725 |  6825k|  67.1 |   105M |  28 | 100 |3837 |3838 |1122 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.36%
607.91/609.47	c   609s|100600 |   717 |  6832k|  67.1 |   105M |  28 | 100 |3837 |3840 |1122 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.39%
608.41/610.00	c   610s|100700 |   713 |  6839k|  67.1 |   105M |  28 | 100 |3837 |3837 |1122 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.42%
609.11/610.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
609.11/610.60	c   611s|100800 |   721 |  6846k|  67.1 |   105M |  28 | 100 |3837 |3836 |1124 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.45%
609.70/611.21	c   611s|100900 |   723 |  6853k|  67.1 |   105M |  28 | 100 |3838 |3836 |1126 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.49%
610.20/611.78	c   612s|101000 |   725 |  6859k|  67.1 |   105M |  28 | 100 |3837 |3836 |1126 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.51%
610.80/612.38	c   612s|101100 |   715 |  6866k|  67.1 |   105M |  28 | 100 |3839 |3837 |1126 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.60%
611.50/613.03	c   613s|101200 |   720 |  6873k|  67.1 |   105M |  28 | 100 |3838 |3836 |1128 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.68%
612.10/613.64	c   614s|101300 |   718 |  6880k|  67.1 |   105M |  28 | 100 |3839 |3836 |1131 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.74%
612.70/614.29	c   614s|101400 |   716 |  6888k|  67.1 |   105M |  28 | 100 |3839 |3836 |1131 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.80%
613.30/614.87	c   615s|101500 |   708 |  6895k|  67.1 |   105M |  28 | 100 |3837 |3836 |1131 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.86%
613.89/615.48	c   615s|101600 |   712 |  6901k|  67.1 |   105M |  28 | 100 |3836 |3835 |1136 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.94%
614.50/616.00	c   616s|101700 |   706 |  6908k|  67.1 |   105M |  28 | 100 |3836 |3836 |1136 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.97%
614.99/616.52	c   617s|101800 |   710 |  6914k|  67.1 |   105M |  28 | 100 |3836 |3835 |1136 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  41.98%
615.79/617.33	c   617s|101900 |   714 |  6924k|  67.2 |   105M |  28 | 100 |3836 |3836 |1140 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.02%
616.19/617.78	c   618s|102000 |   712 |  6929k|  67.1 |   105M |  28 | 100 |3836 |3836 |1140 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.03%
616.79/618.33	c   618s|102100 |   714 |  6936k|  67.1 |   105M |  28 | 100 |3836 |3836 |1140 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.04%
617.49/619.00	c   619s|102200 |   716 |  6943k|  67.1 |   105M |  28 | 100 |3836 |3836 |1140 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.04%
618.08/619.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
618.08/619.62	c   620s|102300 |   716 |  6950k|  67.2 |   105M |  28 | 100 |3836 |3836 |1142 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.07%
618.59/620.13	c   620s|102400 |   710 |  6956k|  67.1 |   105M |  28 | 100 |3836 |3836 |1142 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.09%
619.18/620.75	c   621s|102500 |   712 |  6963k|  67.2 |   105M |  28 | 100 |3836 |3836 |1142 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.10%
619.78/621.37	c   621s|102600 |   714 |  6971k|  67.2 |   105M |  28 | 100 |3836 |3836 |1142 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.11%
620.38/621.94	c   622s|102700 |   708 |  6977k|  67.2 |   105M |  28 | 100 |3836 |3836 |1142 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.14%
620.88/622.49	c   622s|102800 |   718 |  6984k|  67.2 |   105M |  28 | 100 |3836 |3836 |1142 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.16%
621.38/622.99	c   623s|102900 |   712 |  6990k|  67.2 |   105M |  28 | 100 |3836 |3836 |1142 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.18%
621.98/623.51	c   624s|103000 |   708 |  6996k|  67.1 |   105M |  28 | 100 |3836 |3836 |1142 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.20%
622.48/624.09	c   624s|103100 |   717 |  7002k|  67.1 |   105M |  28 | 100 |3836 |3837 |1144 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.22%
622.97/624.57	c   625s|103200 |   717 |  7008k|  67.1 |   105M |  28 | 100 |3836 |3836 |1144 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.23%
623.58/625.12	c   625s|103300 |   714 |  7014k|  67.1 |   105M |  28 | 100 |3836 |3837 |1144 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.24%
624.07/625.68	c   626s|103400 |   712 |  7021k|  67.1 |   105M |  28 | 100 |3836 |3837 |1144 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.26%
624.87/626.43	c   626s|103500 |   720 |  7028k|  67.1 |   105M |  28 | 100 |3836 |3836 |1146 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.28%
625.37/626.96	c   627s|103600 |   718 |  7034k|  67.1 |   105M |  28 | 100 |3836 |3836 |1146 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.29%
625.97/627.55	c   628s|103700 |   720 |  7041k|  67.1 |   105M |  28 | 100 |3836 |3836 |1146 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.31%
626.47/628.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
626.47/628.04	c   628s|103800 |   718 |  7047k|  67.1 |   105M |  28 | 100 |3836 |3836 |1146 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.32%
626.96/628.56	c   629s|103900 |   712 |  7053k|  67.1 |   105M |  28 | 100 |3836 |3836 |1146 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.35%
627.47/629.10	c   629s|104000 |   712 |  7059k|  67.1 |   105M |  28 | 100 |3836 |3836 |1146 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.36%
628.16/629.72	c   630s|104100 |   712 |  7066k|  67.1 |   105M |  28 | 100 |3836 |3836 |1148 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.40%
628.66/630.29	c   630s|104200 |   716 |  7073k|  67.1 |   105M |  28 | 100 |3837 |3837 |1148 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.43%
629.26/630.88	c   631s|104300 |   714 |  7079k|  67.1 |   105M |  28 | 100 |3836 |3835 |1150 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.47%
630.06/631.61	c   632s|104400 |   714 |  7087k|  67.1 |   105M |  28 | 100 |3837 |3837 |1156 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.57%
630.65/632.26	c   632s|104500 |   720 |  7094k|  67.1 |   105M |  28 | 100 |3837 |3837 |1158 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  42.60%
631.25/632.80	c   633s|104600 |   718 |  7100k|  67.1 |   105M |  28 | 100 |3837 |3837 |1158 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.64%
631.85/633.42	c   633s|104700 |   728 |  7107k|  67.1 |   105M |  28 | 100 |3836 |3836 |1160 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.65%
632.35/633.94	c   634s|104800 |   720 |  7113k|  67.1 |   105M |  28 | 100 |3836 |3836 |1160 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.67%
632.95/634.51	c   635s|104900 |   726 |  7120k|  67.1 |   105M |  28 | 100 |3836 |3836 |1160 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.69%
633.45/635.09	c   635s|105000 |   728 |  7126k|  67.1 |   105M |  28 | 100 |3838 |3837 |1162 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.72%
634.04/635.66	c   636s|105100 |   726 |  7133k|  67.1 |   105M |  28 | 100 |3836 |3837 |1162 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.74%
634.55/636.17	c   636s|105200 |   726 |  7138k|  67.1 |   105M |  28 | 100 |3837 |3837 |1162 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.78%
635.24/636.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
635.24/636.80	c   637s|105300 |   734 |  7145k|  67.1 |   105M |  28 | 100 |3836 |3837 |1168 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.82%
635.74/637.31	c   637s|105400 |   744 |  7151k|  67.1 |   105M |  28 | 100 |3836 |3837 |1168 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.84%
636.34/637.92	c   638s|105500 |   744 |  7158k|  67.1 |   105M |  28 | 100 |3836 |3837 |1168 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.86%
637.14/638.75	c   639s|105600 |   772 |  7167k|  67.1 |   105M |  28 | 100 |3836 |3836 |1174 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.88%
637.74/639.33	c   639s|105700 |   766 |  7173k|  67.1 |   105M |  28 | 100 |3836 |3836 |1174 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.90%
638.23/639.89	c   640s|105800 |   759 |  7180k|  67.1 |   105M |  28 | 100 |3836 |3836 |1174 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.92%
638.83/640.49	c   640s|105900 |   767 |  7186k|  67.1 |   105M |  28 | 100 |3836 |3836 |1174 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.94%
639.54/641.17	c   641s|106000 |   773 |  7194k|  67.1 |   105M |  28 | 100 |3836 |3836 |1176 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.95%
640.13/641.71	c   642s|106100 |   783 |  7200k|  67.1 |   105M |  28 | 100 |3836 |3837 |1176 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.97%
640.63/642.21	c   642s|106200 |   778 |  7206k|  67.1 |   105M |  28 | 100 |3836 |3837 |1176 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  42.98%
641.13/642.77	c   643s|106300 |   780 |  7212k|  67.1 |   105M |  28 | 100 |3836 |3837 |1176 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.00%
641.73/643.32	c   643s|106400 |   778 |  7218k|  67.1 |   105M |  28 | 100 |3836 |3837 |1176 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.01%
642.32/643.94	c   644s|106500 |   776 |  7226k|  67.1 |   105M |  28 | 100 |3836 |3836 |1176 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.02%
642.92/644.51	c   645s|106600 |   774 |  7233k|  67.1 |   105M |  28 | 100 |3836 |3837 |1176 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.04%
643.53/645.14	c   645s|106700 |   770 |  7240k|  67.1 |   105M |  28 | 100 |3836 |3836 |1176 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.06%
644.22/645.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
644.22/645.83	c   646s|106800 |   776 |  7248k|  67.1 |   105M |  28 | 100 |3836 |3836 |1176 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.08%
644.82/646.48	c   646s|106900 |   782 |  7255k|  67.1 |   105M |  28 | 100 |3836 |3836 |1178 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.09%
645.42/647.04	c   647s|107000 |   780 |  7261k|  67.1 |   105M |  28 | 100 |3836 |3837 |1178 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.11%
646.01/647.60	c   648s|107100 |   786 |  7268k|  67.1 |   105M |  28 | 100 |3836 |3837 |1182 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.17%
646.52/648.15	c   648s|107200 |   786 |  7274k|  67.1 |   105M |  28 | 100 |3836 |3837 |1182 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.24%
647.11/648.71	c   649s|107300 |   786 |  7280k|  67.1 |   105M |  28 | 100 |3836 |3836 |1184 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.28%
647.61/649.29	c   649s|107400 |   796 |  7287k|  67.1 |   105M |  28 | 100 |3838 |3837 |1187 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.33%
648.21/649.88	c   650s|107500 |   788 |  7293k|  67.1 |   105M |  28 | 100 |3836 |3837 |1187 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.42%
648.81/650.49	c   650s|107600 |   786 |  7300k|  67.1 |   105M |  28 | 100 |3836 |3837 |1189 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.53%
649.41/651.05	c   651s|107700 |   782 |  7306k|  67.1 |   105M |  28 | 100 |3836 |3836 |1191 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.61%
650.10/651.75	c   652s|107800 |   784 |  7314k|  67.1 |   105M |  28 | 100 |3836 |3836 |1195 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.69%
650.70/652.33	c   652s|107900 |   784 |  7321k|  67.1 |   105M |  28 | 100 |3836 |3836 |1195 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.73%
651.30/652.92	c   653s|108000 |   790 |  7327k|  67.1 |   105M |  28 | 100 |3836 |3836 |1195 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.73%
651.80/653.47	c   653s|108100 |   788 |  7333k|  67.1 |   105M |  28 | 100 |3836 |3836 |1195 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.74%
652.30/653.98	c   654s|108200 |   788 |  7340k|  67.1 |   105M |  28 | 100 |3836 |3836 |1195 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.75%
652.90/654.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
652.90/654.50	c   654s|108300 |   786 |  7346k|  67.1 |   105M |  28 | 100 |3836 |3836 |1195 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.80%
653.30/654.98	c   655s|108400 |   786 |  7351k|  67.1 |   105M |  28 | 100 |3836 |3836 |1195 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.81%
654.09/655.70	c   656s|108500 |   784 |  7359k|  67.1 |   105M |  28 | 100 |3838 |3836 |1199 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.89%
654.59/656.24	c   656s|108600 |   787 |  7365k|  67.1 |   105M |  28 | 100 |3837 |3836 |1199 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.93%
655.19/656.83	c   657s|108700 |   791 |  7372k|  67.1 |   105M |  28 | 100 |3836 |3836 |1199 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  43.95%
655.79/657.45	c   657s|108800 |   789 |  7379k|  67.1 |   105M |  28 | 100 |3836 |3836 |1199 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.02%
656.49/658.15	c   658s|108900 |   799 |  7387k|  67.1 |   105M |  28 | 100 |3837 |3835 |1203 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.06%
657.09/658.70	c   659s|109000 |   805 |  7393k|  67.1 |   105M |  28 | 100 |3836 |3835 |1203 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.06%
657.59/659.22	c   659s|109100 |   803 |  7399k|  67.1 |   105M |  28 | 100 |3836 |3835 |1203 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.07%
658.08/659.70	c   660s|109200 |   801 |  7405k|  67.1 |   105M |  28 | 100 |3836 |3835 |1203 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.07%
658.58/660.21	c   660s|109300 |   803 |  7411k|  67.1 |   105M |  28 | 100 |3836 |3835 |1203 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.08%
659.18/660.81	c   661s|109400 |   817 |  7418k|  67.1 |   105M |  28 | 100 |3836 |3835 |1203 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.08%
659.68/661.34	c   661s|109500 |   811 |  7424k|  67.1 |   105M |  28 | 100 |3836 |3835 |1203 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.09%
660.18/661.86	c   662s|109600 |   809 |  7430k|  67.1 |   105M |  28 | 100 |3836 |3837 |1203 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.10%
660.68/662.39	c   662s|109700 |   811 |  7436k|  67.1 |   105M |  28 | 100 |3836 |3835 |1203 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.11%
661.18/662.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
661.18/662.87	c   663s|109800 |   807 |  7442k|  67.1 |   105M |  28 | 100 |3836 |3837 |1203 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.12%
661.78/663.41	c   663s|109900 |   809 |  7449k|  67.0 |   105M |  28 | 100 |3836 |3837 |1203 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.14%
662.27/663.95	c   664s|110000 |   813 |  7455k|  67.0 |   105M |  28 | 100 |3836 |3835 |1203 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.16%
662.77/664.49	c   664s|110100 |   807 |  7461k|  67.0 |   105M |  28 | 100 |3836 |3835 |1203 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  44.19%
663.38/665.03	c   665s|110200 |   801 |  7468k|  67.0 |   105M |  28 | 100 |3836 |3837 |1203 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.20%
663.87/665.52	c   666s|110300 |   795 |  7474k|  67.0 |   105M |  28 | 100 |3836 |3837 |1203 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.22%
664.37/666.01	c   666s|110400 |   791 |  7479k|  67.0 |   105M |  28 | 100 |3836 |3837 |1203 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.23%
664.97/666.67	c   667s|110500 |   815 |  7487k|  67.0 |   105M |  28 | 100 |3836 |3836 |1205 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.24%
665.47/667.16	c   667s|110600 |   806 |  7492k|  67.0 |   105M |  28 | 100 |3836 |3836 |1205 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.25%
666.16/667.84	c   668s|110700 |   806 |  7499k|  67.0 |   105M |  28 | 100 |3836 |3836 |1205 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.26%
666.56/668.28	c   668s|110800 |   796 |  7504k|  67.0 |   105M |  28 | 100 |3836 |3836 |1205 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.27%
667.16/668.85	c   669s|110900 |   794 |  7511k|  67.0 |   105M |  28 | 100 |3836 |3836 |1205 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.29%
667.76/669.45	c   669s|111000 |   794 |  7518k|  67.0 |   105M |  28 | 100 |3836 |3836 |1205 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.31%
668.36/670.01	c   670s|111100 |   800 |  7525k|  67.0 |   105M |  28 | 100 |3836 |3836 |1207 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.32%
668.86/670.51	c   671s|111200 |   793 |  7531k|  67.0 |   105M |  28 | 100 |3836 |3836 |1207 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.34%
669.46/671.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
669.46/671.15	c   671s|111300 |   796 |  7539k|  67.0 |   105M |  28 | 100 |3836 |3836 |1207 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.35%
670.06/671.72	c   672s|111400 |   796 |  7546k|  67.0 |   105M |  28 | 100 |3836 |3836 |1207 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.37%
670.55/672.26	c   672s|111500 |   792 |  7552k|  67.0 |   105M |  28 | 100 |3836 |3836 |1207 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.39%
671.15/672.82	c   673s|111600 |   792 |  7559k|  67.0 |   105M |  28 | 100 |3836 |3836 |1207 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.41%
671.65/673.37	c   673s|111700 |   788 |  7565k|  67.0 |   105M |  28 | 100 |3836 |3836 |1207 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.48%
672.45/674.14	c   674s|111800 |   788 |  7573k|  67.0 |   105M |  28 | 100 |3836 |3837 |1207 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.51%
673.05/674.73	c   675s|111900 |   792 |  7580k|  67.0 |   105M |  28 | 100 |3836 |3836 |1209 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.57%
673.65/675.39	c   675s|112000 |   796 |  7588k|  67.0 |   105M |  28 | 100 |3836 |3836 |1211 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.59%
674.35/676.03	c   676s|112100 |   798 |  7595k|  67.0 |   105M |  28 | 100 |3836 |3837 |1214 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.71%
674.84/676.52	c   677s|112200 |   802 |  7601k|  67.0 |   105M |  28 | 100 |3836 |3837 |1214 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.73%
675.35/677.02	c   677s|112300 |   802 |  7607k|  67.0 |   105M |  28 | 100 |3836 |3837 |1214 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.74%
675.84/677.53	c   678s|112400 |   800 |  7613k|  67.0 |   105M |  28 | 100 |3837 |3837 |1214 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.76%
676.34/678.05	c   678s|112500 |   794 |  7620k|  67.0 |   105M |  28 | 100 |3836 |3837 |1214 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.77%
676.94/678.67	c   679s|112600 |   802 |  7626k|  67.0 |   105M |  28 | 100 |3836 |3837 |1214 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.78%
677.54/679.26	c   679s|112700 |   796 |  7633k|  67.0 |   105M |  28 | 100 |3836 |3836 |1216 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.80%
678.14/679.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
678.14/679.85	c   680s|112800 |   806 |  7640k|  67.0 |   105M |  28 | 100 |3836 |3836 |1218 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.82%
678.63/680.39	c   680s|112900 |   812 |  7646k|  67.0 |   105M |  28 | 100 |3836 |3836 |1218 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.83%
679.23/680.96	c   681s|113000 |   811 |  7653k|  67.0 |   105M |  28 | 100 |3836 |3836 |1218 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.84%
679.83/681.50	c   682s|113100 |   811 |  7659k|  67.0 |   105M |  28 | 100 |3836 |3836 |1218 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.85%
680.33/682.00	c   682s|113200 |   805 |  7665k|  67.0 |   105M |  28 | 100 |3836 |3836 |1218 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.87%
680.83/682.59	c   683s|113300 |   805 |  7672k|  67.0 |   105M |  28 | 100 |3836 |3835 |1220 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.89%
681.53/683.21	c   683s|113400 |   811 |  7679k|  67.0 |   105M |  28 | 100 |3836 |3836 |1220 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.92%
682.13/683.83	c   684s|113500 |   813 |  7686k|  67.0 |   105M |  28 | 100 |3836 |3835 |1220 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.93%
682.62/684.36	c   684s|113600 |   815 |  7692k|  67.0 |   105M |  28 | 100 |3836 |3835 |1220 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.94%
683.22/684.90	c   685s|113700 |   813 |  7699k|  67.0 |   105M |  28 | 100 |3836 |3835 |1220 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.96%
683.72/685.49	c   685s|113800 |   805 |  7705k|  67.0 |   105M |  28 | 100 |3836 |3836 |1220 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  44.98%
684.42/686.12	c   686s|113900 |   801 |  7712k|  67.0 |   105M |  28 | 100 |3836 |3836 |1222 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.02%
685.12/686.83	c   687s|114000 |   809 |  7720k|  67.0 |   105M |  28 | 100 |3836 |3836 |1224 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.10%
685.72/687.48	c   687s|114100 |   809 |  7727k|  67.0 |   105M |  28 | 100 |3837 |3837 |1224 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.13%
686.32/688.06	c   688s|114200 |   800 |  7734k|  67.0 |   105M |  28 | 100 |3835 |3836 |1224 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.18%
686.91/688.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
686.91/688.65	c   689s|114300 |   798 |  7741k|  67.0 |   105M |  28 | 100 |3835 |3836 |1224 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.20%
687.51/689.21	c   689s|114400 |   798 |  7748k|  67.0 |   105M |  28 | 100 |3835 |3836 |1224 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.23%
688.11/689.87	c   690s|114500 |   796 |  7756k|  67.0 |   105M |  28 | 100 |3835 |3836 |1224 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.25%
688.81/690.56	c   691s|114600 |   800 |  7763k|  67.0 |   105M |  28 | 100 |3836 |3836 |1230 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.53%
689.41/691.14	c   691s|114700 |   798 |  7770k|  67.0 |   105M |  28 | 100 |3835 |3836 |1230 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.56%
690.01/691.74	c   692s|114800 |   801 |  7777k|  67.0 |   105M |  28 | 100 |3835 |3836 |1232 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.57%
690.60/692.36	c   692s|114900 |   809 |  7785k|  67.1 |   105M |  28 | 100 |3835 |3836 |1232 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.60%
691.20/692.95	c   693s|115000 |   805 |  7791k|  67.1 |   105M |  28 | 100 |3835 |3836 |1232 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.63%
691.90/693.62	c   694s|115100 |   799 |  7799k|  67.1 |   105M |  28 | 100 |3835 |3837 |1232 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.69%
692.50/694.20	c   694s|115200 |   801 |  7805k|  67.1 |   105M |  28 | 100 |3835 |3836 |1234 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.73%
693.20/694.91	c   695s|115300 |   802 |  7813k|  67.1 |   105M |  28 | 100 |3835 |3837 |1238 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  45.96%
694.00/695.78	c   696s|115400 |   824 |  7822k|  67.1 |   105M |  28 | 100 |3836 |3838 |1248 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.00%
694.59/696.30	c   696s|115500 |   826 |  7828k|  67.1 |   105M |  28 | 100 |3835 |3838 |1248 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.02%
694.99/696.79	c   697s|115600 |   822 |  7834k|  67.1 |   105M |  28 | 100 |3835 |3838 |1248 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.04%
695.49/697.23	c   697s|115700 |   818 |  7839k|  67.1 |   105M |  28 | 100 |3835 |3838 |1248 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.05%
695.99/697.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
695.99/697.76	c   698s|115800 |   816 |  7845k|  67.1 |   105M |  28 | 100 |3836 |3836 |1248 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.08%
696.59/698.38	c   698s|115900 |   812 |  7852k|  67.1 |   105M |  28 | 100 |3836 |3837 |1253 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.22%
697.39/699.18	c   699s|116000 |   834 |  7861k|  67.1 |   105M |  28 | 100 |3835 |3838 |1257 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.30%
697.89/699.65	c   700s|116100 |   831 |  7866k|  67.1 |   105M |  28 | 100 |3835 |3836 |1257 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.31%
698.39/700.19	c   700s|116200 |   829 |  7872k|  67.1 |   105M |  28 | 100 |3835 |3836 |1257 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.32%
698.88/700.67	c   701s|116300 |   827 |  7878k|  67.1 |   105M |  28 | 100 |3835 |3836 |1257 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.33%
699.39/701.16	c   701s|116400 |   827 |  7884k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  46.33%
699.88/701.66	c   702s|116500 |   823 |  7890k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.34%
700.48/702.22	c   702s|116600 |   839 |  7896k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.35%
700.98/702.75	c   703s|116700 |   833 |  7903k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.35%
701.48/703.24	c   703s|116800 |   835 |  7909k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.36%
701.98/703.79	c   704s|116900 |   833 |  7915k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.37%
702.58/704.31	c   704s|117000 |   833 |  7921k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.38%
703.17/704.90	c   705s|117100 |   825 |  7928k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.39%
703.67/705.40	c   705s|117200 |   821 |  7934k|  67.0 |   105M |  28 | 100 |3835 |3836 |1257 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.40%
704.17/705.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
704.17/705.96	c   706s|117300 |   819 |  7941k|  67.0 |   105M |  28 | 100 |3836 |3838 |1257 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.44%
704.77/706.55	c   707s|117400 |   822 |  7948k|  67.0 |   105M |  28 | 100 |3835 |3838 |1261 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.47%
705.47/707.28	c   707s|117500 |   828 |  7956k|  67.0 |   105M |  28 | 100 |3835 |3838 |1261 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.50%
706.07/707.84	c   708s|117600 |   816 |  7962k|  67.0 |   105M |  28 | 100 |3835 |3836 |1261 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.54%
706.67/708.48	c   708s|117700 |   820 |  7970k|  67.0 |   105M |  28 | 100 |3836 |3836 |1264 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.59%
707.27/709.05	c   709s|117800 |   824 |  7976k|  67.0 |   105M |  28 | 100 |3835 |3836 |1264 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.62%
707.76/709.54	c   710s|117900 |   824 |  7982k|  67.0 |   105M |  28 | 100 |3835 |3835 |1264 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.64%
708.37/710.12	c   710s|118000 |   818 |  7989k|  67.0 |   105M |  28 | 100 |3835 |3836 |1264 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.66%
709.16/710.90	c   711s|118100 |   825 |  7998k|  67.0 |   105M |  28 | 100 |3836 |3838 |1268 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.71%
709.86/711.62	c   712s|118200 |   831 |  8006k|  67.1 |   105M |  28 | 100 |3837 |3836 |1268 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.77%
710.46/712.24	c   712s|118300 |   839 |  8013k|  67.1 |   105M |  28 | 100 |3835 |3835 |1270 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.79%
710.95/712.77	c   713s|118400 |   835 |  8019k|  67.1 |   105M |  28 | 100 |3835 |3835 |1270 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.81%
711.55/713.38	c   713s|118500 |   834 |  8026k|  67.1 |   105M |  28 | 100 |3835 |3836 |1270 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.89%
712.26/714.07	c   714s|118600 |   838 |  8033k|  67.1 |   105M |  28 | 100 |3835 |3837 |1273 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.93%
712.95/714.78	c   715s|118700 |   836 |  8041k|  67.1 |   105M |  28 | 100 |3835 |3835 |1275 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  46.98%
713.55/715.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
713.55/715.35	c   715s|118800 |   840 |  8047k|  67.1 |   105M |  28 | 100 |3835 |3836 |1275 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.00%
714.15/715.91	c   716s|118900 |   832 |  8054k|  67.1 |   105M |  28 | 100 |3835 |3836 |1277 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.04%
714.65/716.42	c   716s|119000 |   829 |  8060k|  67.1 |   105M |  28 | 100 |3835 |3835 |1277 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.07%
715.25/717.06	c   717s|119100 |   834 |  8067k|  67.1 |   105M |  28 | 100 |3836 |3837 |1279 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.11%
715.84/717.62	c   718s|119200 |   828 |  8073k|  67.1 |   105M |  28 | 100 |3835 |3836 |1279 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.13%
716.35/718.16	c   718s|119300 |   833 |  8079k|  67.1 |   105M |  28 | 100 |3835 |3836 |1281 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.16%
716.94/718.78	c   719s|119400 |   832 |  8086k|  67.1 |   105M |  28 | 100 |3836 |3837 |1287 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.37%
717.54/719.31	c   719s|119500 |   829 |  8092k|  67.0 |   105M |  28 | 100 |3835 |3836 |1287 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.42%
718.04/719.86	c   720s|119600 |   833 |  8099k|  67.0 |   105M |  28 | 100 |3835 |3836 |1287 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.44%
718.64/720.41	c   720s|119700 |   835 |  8105k|  67.0 |   105M |  28 | 100 |3835 |3836 |1287 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.47%
719.13/721.00	c   721s|119800 |   839 |  8112k|  67.0 |   105M |  28 | 100 |3835 |3837 |1287 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.48%
719.73/721.57	c   722s|119900 |   835 |  8119k|  67.0 |   105M |  28 | 100 |3835 |3839 |1287 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.51%
720.34/722.14	c   722s|120000 |   833 |  8125k|  67.0 |   105M |  28 | 100 |3836 |3836 |1287 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.57%
720.93/722.71	c   723s|120100 |   831 |  8132k|  67.0 |   105M |  28 | 100 |3835 |3838 |1287 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.60%
721.53/723.34	c   723s|120200 |   833 |  8139k|  67.0 |   105M |  28 | 100 |3836 |3835 |1287 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.67%
722.13/723.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
722.13/723.97	c   724s|120300 |   832 |  8146k|  67.1 |   105M |  28 | 100 |3835 |3835 |1287 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.72%
722.83/724.64	c   725s|120400 |   833 |  8154k|  67.1 |   105M |  28 | 100 |3836 |3837 |1289 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.79%
723.42/725.25	c   725s|120500 |   829 |  8161k|  67.1 |   105M |  28 | 100 |3835 |3836 |1289 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.81%
724.02/725.87	c   726s|120600 |   835 |  8168k|  67.1 |   105M |  28 | 100 |3835 |3836 |1289 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.84%
724.62/726.46	c   726s|120700 |   835 |  8175k|  67.1 |   105M |  28 | 100 |3835 |3836 |1291 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.91%
725.32/727.17	c   727s|120800 |   843 |  8183k|  67.1 |   105M |  28 | 100 |3836 |3836 |1293 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  47.98%
726.02/727.81	c   728s|120900 |   843 |  8189k|  67.1 |   105M |  28 | 100 |3835 |3836 |1293 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.00%
726.62/728.43	c   728s|121000 |   839 |  8196k|  67.1 |   105M |  28 | 100 |3835 |3835 |1295 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.14%
727.22/729.02	c   729s|121100 |   831 |  8203k|  67.1 |   105M |  28 | 100 |3837 |3836 |1295 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.23%
727.81/729.62	c   730s|121200 |   841 |  8210k|  67.1 |   105M |  28 | 100 |3835 |3836 |1297 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.26%
728.32/730.15	c   730s|121300 |   841 |  8216k|  67.1 |   105M |  28 | 100 |3835 |3836 |1297 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.27%
728.81/730.67	c   731s|121400 |   837 |  8222k|  67.1 |   105M |  28 | 100 |3835 |3836 |1297 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.28%
729.41/731.21	c   731s|121500 |   837 |  8229k|  67.1 |   105M |  28 | 100 |3835 |3836 |1297 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.29%
730.01/731.85	c   732s|121600 |   835 |  8236k|  67.1 |   105M |  28 | 100 |3836 |3837 |1297 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.33%
730.61/732.45	c   732s|121700 |   831 |  8243k|  67.1 |   105M |  28 | 100 |3835 |3837 |1299 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.47%
731.31/733.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
731.31/733.18	c   733s|121800 |   829 |  8252k|  67.1 |   105M |  28 | 100 |3835 |3836 |1299 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.50%
731.90/733.74	c   734s|121900 |   825 |  8258k|  67.1 |   105M |  28 | 100 |3836 |3837 |1299 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.55%
732.50/734.37	c   734s|122000 |   829 |  8266k|  67.1 |   105M |  28 | 100 |3835 |3836 |1302 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.59%
733.30/735.15	c   735s|122100 |   835 |  8274k|  67.1 |   105M |  28 | 100 |3835 |3837 |1308 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.66%
734.00/735.81	c   736s|122200 |   835 |  8281k|  67.1 |   105M |  28 | 100 |3835 |3836 |1310 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.68%
734.60/736.40	c   736s|122300 |   831 |  8288k|  67.1 |   105M |  28 | 100 |3835 |3835 |1310 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  48.72%
735.09/736.90	c   737s|122400 |   841 |  8294k|  67.1 |   105M |  28 | 100 |3835 |3836 |1310 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  48.74%
735.59/737.42	c   737s|122500 |   827 |  8300k|  67.1 |   105M |  28 | 100 |3837 |3837 |1310 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  48.79%
736.20/738.03	c   738s|122600 |   821 |  8307k|  67.1 |   105M |  28 | 100 |3837 |3836 |1312 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  48.90%
736.79/738.66	c   739s|122700 |   827 |  8315k|  67.1 |   105M |  28 | 100 |3836 |3836 |1312 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  48.95%
737.29/739.17	c   739s|122800 |   829 |  8321k|  67.1 |   105M |  28 | 100 |3835 |3836 |1312 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  48.97%
737.99/739.80	c   740s|122900 |   833 |  8328k|  67.1 |   105M |  28 | 100 |3835 |3838 |1314 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  48.99%
738.49/740.34	c   740s|123000 |   841 |  8334k|  67.1 |   105M |  28 | 100 |3835 |3837 |1316 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.00%
738.99/740.80	c   741s|123100 |   841 |  8340k|  67.1 |   105M |  28 | 100 |3836 |3837 |1316 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.01%
739.38/741.24	c   741s|123200 |   844 |  8345k|  67.1 |   105M |  28 | 100 |3835 |3837 |1316 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.02%
739.78/741.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
739.78/741.69	c   742s|123300 |   836 |  8350k|  67.1 |   105M |  28 | 100 |3835 |3837 |1316 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.03%
740.29/742.18	c   742s|123400 |   836 |  8356k|  67.1 |   105M |  28 | 100 |3835 |3837 |1316 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.05%
740.78/742.64	c   743s|123500 |   841 |  8361k|  67.1 |   105M |  28 | 100 |3835 |3837 |1318 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.06%
741.28/743.17	c   743s|123600 |   840 |  8368k|  67.1 |   105M |  28 | 100 |3836 |3837 |1318 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.08%
741.88/743.77	c   744s|123700 |   844 |  8375k|  67.1 |   105M |  28 | 100 |3835 |3837 |1318 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.11%
742.38/744.27	c   744s|123800 |   843 |  8380k|  67.0 |   105M |  28 | 100 |3835 |3837 |1318 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.11%
742.98/744.80	c   745s|123900 |   845 |  8387k|  67.0 |   105M |  28 | 100 |3835 |3837 |1318 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.12%
743.47/745.35	c   745s|124000 |   845 |  8393k|  67.0 |   105M |  28 | 100 |3835 |3837 |1318 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.15%
744.07/745.92	c   746s|124100 |   841 |  8400k|  67.0 |   105M |  28 | 100 |3836 |3837 |1318 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.17%
744.67/746.57	c   747s|124200 |   849 |  8408k|  67.1 |   105M |  28 | 100 |3835 |3837 |1321 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.20%
745.27/747.15	c   747s|124300 |   847 |  8414k|  67.0 |   105M |  28 | 100 |3835 |3837 |1321 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.21%
745.77/747.67	c   748s|124400 |   845 |  8420k|  67.0 |   105M |  28 | 100 |3835 |3837 |1321 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.22%
746.37/748.22	c   748s|124500 |   841 |  8427k|  67.0 |   105M |  28 | 100 |3835 |3837 |1321 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.23%
746.87/748.74	c   749s|124600 |   843 |  8433k|  67.0 |   105M |  28 | 100 |3835 |3837 |1321 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.25%
747.36/749.29	c   749s|124700 |   837 |  8440k|  67.0 |   105M |  28 | 100 |3835 |3837 |1321 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.27%
747.96/749.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
747.96/749.87	c   750s|124800 |   835 |  8446k|  67.0 |   105M |  28 | 100 |3836 |3838 |1325 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.32%
748.56/750.40	c   750s|124900 |   839 |  8452k|  67.0 |   105M |  28 | 100 |3835 |3838 |1325 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.35%
749.06/750.98	c   751s|125000 |   831 |  8459k|  67.0 |   105M |  28 | 100 |3835 |3836 |1325 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.38%
749.66/751.59	c   752s|125100 |   835 |  8466k|  67.0 |   105M |  28 | 100 |3836 |3836 |1327 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.40%
750.26/752.17	c   752s|125200 |   843 |  8473k|  67.0 |   105M |  28 | 100 |3835 |3836 |1327 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.42%
750.76/752.68	c   753s|125300 |   837 |  8479k|  67.0 |   105M |  28 | 100 |3835 |3836 |1327 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.44%
751.35/753.27	c   753s|125400 |   845 |  8485k|  67.0 |   105M |  28 | 100 |3835 |3837 |1329 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.46%
751.85/753.76	c   754s|125500 |   853 |  8491k|  67.0 |   105M |  28 | 100 |3835 |3837 |1329 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.47%
752.45/754.30	c   754s|125600 |   851 |  8497k|  67.0 |   105M |  28 | 100 |3835 |3837 |1329 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.48%
752.85/754.79	c   755s|125700 |   847 |  8503k|  67.0 |   105M |  28 | 100 |3835 |3837 |1329 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.49%
753.35/755.28	c   755s|125800 |   845 |  8509k|  67.0 |   105M |  28 | 100 |3835 |3837 |1329 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.50%
753.95/755.84	c   756s|125900 |   841 |  8516k|  67.0 |   105M |  28 | 100 |3835 |3837 |1329 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.51%
754.45/756.36	c   756s|126000 |   845 |  8522k|  67.0 |   105M |  28 | 100 |3835 |3836 |1329 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.53%
754.95/756.89	c   757s|126100 |   851 |  8528k|  67.0 |   105M |  28 | 100 |3836 |3836 |1331 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.54%
755.54/757.40	c   757s|126200 |   851 |  8534k|  67.0 |   105M |  28 | 100 |3835 |3836 |1331 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.56%
756.15/758.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
756.15/758.02	c   758s|126300 |   853 |  8541k|  67.0 |   105M |  28 | 100 |3835 |3836 |1333 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.59%
756.64/758.55	c   759s|126400 |   859 |  8547k|  67.0 |   105M |  28 | 100 |3835 |3836 |1333 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.62%
757.24/759.12	c   759s|126500 |   861 |  8553k|  67.0 |   105M |  28 | 100 |3835 |3836 |1333 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.63%
757.74/759.65	c   760s|126600 |   857 |  8559k|  67.0 |   105M |  28 | 100 |3835 |3836 |1333 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.64%
758.24/760.15	c   760s|126700 |   855 |  8565k|  67.0 |   105M |  28 | 100 |3835 |3836 |1333 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.65%
758.84/760.73	c   761s|126800 |   853 |  8572k|  67.0 |   105M |  28 | 100 |3835 |3836 |1333 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.67%
759.33/761.24	c   761s|126900 |   853 |  8578k|  67.0 |   105M |  28 | 100 |3835 |3836 |1333 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.69%
759.83/761.76	c   762s|127000 |   849 |  8584k|  67.0 |   105M |  28 | 100 |3835 |3837 |1333 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.71%
760.33/762.27	c   762s|127100 |   851 |  8590k|  67.0 |   105M |  28 | 100 |3835 |3836 |1335 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.73%
760.93/762.82	c   763s|127200 |   847 |  8596k|  67.0 |   105M |  28 | 100 |3835 |3836 |1335 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.75%
761.53/763.49	c   763s|127300 |   851 |  8604k|  67.0 |   105M |  28 | 100 |3835 |3837 |1335 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.78%
762.23/764.16	c   764s|127400 |   847 |  8612k|  67.0 |   105M |  28 | 100 |3835 |3836 |1337 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.83%
762.83/764.74	c   765s|127500 |   846 |  8619k|  67.0 |   105M |  28 | 100 |3837 |3836 |1339 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  49.88%
763.42/765.35	c   765s|127600 |   858 |  8626k|  67.0 |   105M |  28 | 100 |3835 |3836 |1341 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  49.90%
764.13/766.01	c   766s|127700 |   864 |  8633k|  67.0 |   105M |  28 | 100 |3835 |3836 |1341 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  49.91%
764.62/766.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
764.62/766.56	c   767s|127800 |   858 |  8640k|  67.0 |   105M |  28 | 100 |3835 |3836 |1341 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  49.95%
765.22/767.11	c   767s|127900 |   858 |  8646k|  67.0 |   105M |  28 | 100 |3835 |3836 |1341 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  49.98%
765.72/767.68	c   768s|128000 |   858 |  8653k|  67.0 |   105M |  28 | 100 |3835 |3837 |1344 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.00%
766.42/768.31	c   768s|128100 |   862 |  8660k|  67.0 |   105M |  28 | 100 |3836 |3837 |1344 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.05%
766.92/768.87	c   769s|128200 |   862 |  8667k|  67.0 |   105M |  28 | 100 |3835 |3837 |1344 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.07%
767.51/769.41	c   769s|128300 |   854 |  8673k|  67.0 |   105M |  28 | 100 |3836 |3837 |1344 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.08%
768.01/769.97	c   770s|128400 |   854 |  8680k|  67.0 |   105M |  28 | 100 |3836 |3837 |1344 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.10%
768.71/770.63	c   771s|128500 |   862 |  8688k|  67.0 |   105M |  28 | 100 |3836 |3836 |1346 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.12%
769.31/771.23	c   771s|128600 |   854 |  8695k|  67.0 |   105M |  28 | 100 |3835 |3837 |1346 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.15%
769.91/771.89	c   772s|128700 |   854 |  8702k|  67.0 |   105M |  28 | 100 |3835 |3837 |1346 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.18%
770.71/772.68	c   773s|128800 |   854 |  8712k|  67.0 |   105M |  28 | 100 |3835 |3837 |1352 |  2 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.24%
771.40/773.35	c   773s|128900 |   860 |  8719k|  67.0 |   105M |  28 | 100 |3835 |3837 |1355 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.27%
771.90/773.84	c   774s|129000 |   862 |  8725k|  67.0 |   105M |  28 | 100 |3836 |3836 |1355 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.31%
772.40/774.39	c   774s|129100 |   854 |  8731k|  67.0 |   105M |  28 | 100 |3835 |3836 |1355 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.36%
773.10/775.09	c   775s|129200 |   858 |  8739k|  67.0 |   105M |  28 | 100 |3835 |3836 |1359 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.45%
773.80/775.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
773.80/775.73	c   776s|129300 |   860 |  8746k|  67.0 |   105M |  28 | 100 |3835 |3836 |1359 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.49%
774.40/776.37	c   776s|129400 |   858 |  8754k|  67.0 |   105M |  28 | 100 |3836 |3836 |1359 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.52%
775.00/776.98	c   777s|129500 |   858 |  8761k|  67.0 |   105M |  28 | 100 |3835 |3835 |1363 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.62%
775.59/777.55	c   778s|129600 |   852 |  8768k|  67.0 |   105M |  28 | 100 |3835 |3836 |1363 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.73%
776.20/778.15	c   778s|129700 |   852 |  8775k|  67.0 |   105M |  28 | 100 |3835 |3836 |1363 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.77%
776.79/778.71	c   779s|129800 |   850 |  8781k|  67.0 |   105M |  28 | 100 |3837 |3836 |1363 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.81%
777.49/779.40	c   779s|129900 |   852 |  8789k|  67.0 |   105M |  28 | 100 |3837 |3837 |1365 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.85%
778.09/780.03	c   780s|130000 |   848 |  8796k|  67.0 |   105M |  28 | 100 |3836 |3837 |1365 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.90%
778.69/780.68	c   781s|130100 |   850 |  8804k|  67.1 |   105M |  28 | 100 |3835 |3835 |1367 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  50.98%
779.38/781.30	c   781s|130200 |   846 |  8811k|  67.1 |   105M |  28 | 100 |3835 |3836 |1369 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.10%
779.98/781.97	c   782s|130300 |   846 |  8819k|  67.1 |   105M |  28 | 100 |3836 |3836 |1371 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.19%
780.58/782.57	c   783s|130400 |   841 |  8826k|  67.1 |   105M |  28 | 100 |3835 |3837 |1371 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.23%
781.19/783.13	c   783s|130500 |   839 |  8832k|  67.1 |   105M |  28 | 100 |3835 |3838 |1371 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.27%
781.78/783.74	c   784s|130600 |   833 |  8839k|  67.1 |   105M |  28 | 100 |3835 |3836 |1371 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.31%
782.48/784.48	c   784s|130700 |   841 |  8848k|  67.1 |   105M |  28 | 100 |3835 |3836 |1374 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.33%
783.18/785.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
783.18/785.11	c   785s|130800 |   835 |  8855k|  67.1 |   105M |  28 | 100 |3835 |3838 |1376 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.48%
783.77/785.71	c   786s|130900 |   833 |  8862k|  67.1 |   105M |  28 | 100 |3835 |3836 |1376 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.54%
784.37/786.34	c   786s|131000 |   825 |  8870k|  67.1 |   105M |  28 | 100 |3837 |3835 |1376 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.62%
784.87/786.85	c   787s|131100 |   831 |  8876k|  67.1 |   105M |  28 | 100 |3835 |3836 |1376 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.64%
785.47/787.42	c   787s|131200 |   831 |  8882k|  67.1 |   105M |  28 | 100 |3835 |3836 |1376 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.67%
785.97/787.94	c   788s|131300 |   828 |  8888k|  67.1 |   105M |  28 | 100 |3835 |3836 |1376 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.74%
786.57/788.51	c   789s|131400 |   824 |  8895k|  67.1 |   105M |  28 | 100 |3835 |3836 |1376 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  51.77%
787.17/789.18	c   789s|131500 |   830 |  8902k|  67.1 |   105M |  28 | 100 |3837 |3836 |1382 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.00%
787.76/789.72	c   790s|131600 |   822 |  8909k|  67.1 |   105M |  28 | 100 |3835 |3836 |1382 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.15%
788.46/790.40	c   790s|131700 |   840 |  8916k|  67.1 |   105M |  28 | 100 |3835 |3837 |1384 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.16%
788.96/790.95	c   791s|131800 |   835 |  8922k|  67.1 |   105M |  28 | 100 |3835 |3837 |1384 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.17%
789.46/791.41	c   791s|131900 |   833 |  8927k|  67.1 |   105M |  28 | 100 |3835 |3837 |1384 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.18%
789.96/791.94	c   792s|132000 |   833 |  8933k|  67.1 |   105M |  28 | 100 |3835 |3837 |1384 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.19%
790.46/792.49	c   792s|132100 |   829 |  8940k|  67.1 |   105M |  28 | 100 |3835 |3837 |1384 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.21%
791.16/793.12	c   793s|132200 |   827 |  8947k|  67.1 |   105M |  28 | 100 |3835 |3837 |1384 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.23%
791.65/793.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
791.65/793.65	c   794s|132300 |   825 |  8953k|  67.1 |   105M |  28 | 100 |3835 |3837 |1384 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.25%
792.35/794.30	c   794s|132400 |   827 |  8960k|  67.1 |   105M |  28 | 100 |3837 |3837 |1386 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.28%
792.85/794.85	c   795s|132500 |   827 |  8967k|  67.1 |   105M |  28 | 100 |3835 |3836 |1388 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.36%
793.45/795.41	c   795s|132600 |   831 |  8973k|  67.1 |   105M |  28 | 100 |3835 |3836 |1390 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.40%
794.25/796.29	c   796s|132700 |   855 |  8982k|  67.1 |   105M |  28 | 100 |3836 |3836 |1396 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.46%
794.85/796.85	c   797s|132800 |   857 |  8989k|  67.1 |   105M |  28 | 100 |3836 |3836 |1396 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.48%
795.45/797.43	c   797s|132900 |   859 |  8995k|  67.1 |   105M |  28 | 100 |3835 |3836 |1396 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.51%
795.94/797.99	c   798s|133000 |   859 |  9002k|  67.1 |   105M |  28 | 100 |3836 |3836 |1398 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.53%
796.64/798.67	c   799s|133100 |   859 |  9009k|  67.1 |   105M |  28 | 100 |3835 |3836 |1398 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.58%
797.24/799.27	c   799s|133200 |   857 |  9017k|  67.1 |   105M |  28 | 100 |3837 |3836 |1398 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.61%
797.84/799.83	c   800s|133300 |   855 |  9023k|  67.1 |   105M |  28 | 100 |3835 |3836 |1398 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.64%
798.34/800.36	c   800s|133400 |   849 |  9030k|  67.1 |   105M |  28 | 100 |3837 |3836 |1398 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.67%
798.94/800.91	c   801s|133500 |   845 |  9036k|  67.1 |   105M |  28 | 100 |3836 |3836 |1398 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  52.70%
799.44/801.41	c   801s|133600 |   848 |  9042k|  67.1 |   105M |  28 | 100 |3835 |3836 |1398 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.71%
799.93/801.98	c   802s|133700 |   844 |  9049k|  67.1 |   105M |  28 | 100 |3835 |3836 |1398 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.72%
800.53/802.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
800.53/802.54	c   803s|133800 |   844 |  9056k|  67.1 |   105M |  28 | 100 |3835 |3837 |1398 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.73%
801.23/803.21	c   803s|133900 |   842 |  9063k|  67.1 |   105M |  28 | 100 |3835 |3836 |1398 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.78%
801.83/803.82	c   804s|134000 |   840 |  9070k|  67.1 |   105M |  28 | 100 |3835 |3836 |1398 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.81%
802.43/804.40	c   804s|134100 |   834 |  9077k|  67.1 |   105M |  28 | 100 |3835 |3836 |1400 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.87%
803.03/805.10	c   805s|134200 |   850 |  9085k|  67.1 |   105M |  28 | 100 |3835 |3836 |1404 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.96%
803.62/805.62	c   806s|134300 |   848 |  9091k|  67.1 |   105M |  28 | 100 |3835 |3836 |1404 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.97%
804.13/806.16	c   806s|134400 |   854 |  9097k|  67.1 |   105M |  28 | 100 |3835 |3836 |1406 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  52.98%
804.72/806.75	c   807s|134500 |   854 |  9104k|  67.1 |   105M |  28 | 100 |3835 |3836 |1406 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.00%
805.32/807.35	c   807s|134600 |   854 |  9111k|  67.1 |   105M |  28 | 100 |3835 |3837 |1406 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.02%
805.82/807.88	c   808s|134700 |   852 |  9118k|  67.1 |   105M |  28 | 100 |3835 |3837 |1406 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.04%
806.42/808.47	c   808s|134800 |   848 |  9125k|  67.1 |   105M |  28 | 100 |3835 |3837 |1406 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.06%
807.02/809.00	c   809s|134900 |   856 |  9131k|  67.1 |   105M |  28 | 100 |3836 |3837 |1408 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.08%
807.62/809.61	c   810s|135000 |   857 |  9137k|  67.1 |   105M |  28 | 100 |3835 |3837 |1408 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.09%
808.12/810.12	c   810s|135100 |   854 |  9143k|  67.1 |   105M |  28 | 100 |3836 |3837 |1408 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.11%
808.61/810.64	c   811s|135200 |   854 |  9149k|  67.1 |   105M |  28 | 100 |3835 |3837 |1408 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.12%
809.12/811.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
809.12/811.12	c   811s|135300 |   851 |  9155k|  67.1 |   105M |  28 | 100 |3835 |3837 |1408 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.13%
809.61/811.69	c   812s|135400 |   857 |  9162k|  67.1 |   105M |  28 | 100 |3835 |3836 |1410 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.15%
810.21/812.20	c   812s|135500 |   857 |  9168k|  67.1 |   105M |  28 | 100 |3835 |3836 |1410 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.17%
810.71/812.78	c   813s|135600 |   851 |  9175k|  67.1 |   105M |  28 | 100 |3836 |3837 |1410 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.19%
811.51/813.51	c   814s|135700 |   853 |  9183k|  67.1 |   105M |  28 | 100 |3835 |3836 |1410 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.21%
812.01/814.09	c   814s|135800 |   847 |  9190k|  67.1 |   105M |  28 | 100 |3835 |3836 |1410 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.24%
812.60/814.68	c   815s|135900 |   849 |  9197k|  67.1 |   105M |  28 | 100 |3835 |3836 |1410 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.26%
813.20/815.25	c   815s|136000 |   847 |  9203k|  67.1 |   105M |  28 | 100 |3837 |3836 |1412 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.31%
813.80/815.84	c   816s|136100 |   847 |  9211k|  67.1 |   105M |  28 | 100 |3835 |3836 |1412 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.33%
814.40/816.44	c   816s|136200 |   849 |  9218k|  67.1 |   105M |  28 | 100 |3835 |3836 |1412 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.36%
815.00/817.00	c   817s|136300 |   843 |  9224k|  67.1 |   105M |  28 | 100 |3835 |3836 |1412 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.40%
815.59/817.62	c   818s|136400 |   845 |  9232k|  67.1 |   105M |  28 | 100 |3835 |3836 |1414 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.44%
816.19/818.25	c   818s|136500 |   851 |  9239k|  67.1 |   105M |  28 | 100 |3835 |3837 |1416 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.48%
816.79/818.83	c   819s|136600 |   849 |  9246k|  67.1 |   105M |  28 | 100 |3835 |3836 |1416 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.51%
817.49/819.53	c   820s|136700 |   851 |  9254k|  67.1 |   105M |  28 | 100 |3835 |3836 |1418 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.64%
817.99/820.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
817.99/820.06	c   820s|136800 |   847 |  9260k|  67.1 |   105M |  28 | 100 |3835 |3836 |1418 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.68%
818.79/820.85	c   821s|136900 |   847 |  9269k|  67.1 |   105M |  28 | 100 |3835 |3836 |1420 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.80%
819.38/821.47	c   821s|137000 |   840 |  9276k|  67.1 |   105M |  28 | 100 |3836 |3837 |1420 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.85%
820.09/822.14	c   822s|137100 |   844 |  9283k|  67.1 |   105M |  28 | 100 |3837 |3837 |1420 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.89%
820.68/822.72	c   823s|137200 |   842 |  9290k|  67.1 |   105M |  28 | 100 |3835 |3836 |1420 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.92%
821.18/823.29	c   823s|137300 |   838 |  9297k|  67.1 |   105M |  28 | 100 |3835 |3837 |1420 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  53.97%
821.88/823.92	c   824s|137400 |   836 |  9304k|  67.1 |   105M |  28 | 100 |3835 |3836 |1420 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.03%
822.58/824.60	c   825s|137500 |   844 |  9312k|  67.1 |   105M |  28 | 100 |3835 |3836 |1424 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.11%
823.18/825.22	c   825s|137600 |   838 |  9319k|  67.1 |   105M |  28 | 100 |3836 |3836 |1424 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.15%
823.77/825.87	c   826s|137700 |   838 |  9327k|  67.2 |   105M |  28 | 100 |3836 |3836 |1424 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.19%
824.37/826.40	c   826s|137800 |   842 |  9333k|  67.1 |   105M |  28 | 100 |3835 |3836 |1424 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.22%
824.87/826.97	c   827s|137900 |   846 |  9339k|  67.1 |   105M |  28 | 100 |3837 |3836 |1424 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.28%
825.57/827.63	c   828s|138000 |   845 |  9347k|  67.1 |   105M |  28 | 100 |3836 |3837 |1424 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.36%
826.07/828.17	c   828s|138100 |   841 |  9353k|  67.1 |   105M |  28 | 100 |3835 |3836 |1424 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.40%
826.67/828.74	c   829s|138200 |   841 |  9360k|  67.1 |   105M |  28 | 100 |3835 |3836 |1424 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.42%
827.37/829.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
827.37/829.40	c   829s|138300 |   844 |  9367k|  67.1 |   105M |  28 | 100 |3836 |3836 |1428 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.50%
827.86/829.95	c   830s|138400 |   844 |  9373k|  67.1 |   105M |  28 | 100 |3835 |3836 |1428 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.55%
828.56/830.66	c   831s|138500 |   840 |  9382k|  67.2 |   105M |  28 | 100 |3837 |3837 |1428 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.65%
829.16/831.25	c   831s|138600 |   834 |  9389k|  67.2 |   105M |  28 | 100 |3835 |3836 |1428 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.74%
829.76/831.82	c   832s|138700 |   830 |  9396k|  67.2 |   105M |  28 | 100 |3837 |3836 |1430 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.83%
830.36/832.40	c   832s|138800 |   832 |  9402k|  67.2 |   105M |  28 | 100 |3835 |3836 |1432 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.88%
830.86/832.92	c   833s|138900 |   830 |  9408k|  67.2 |   105M |  28 | 100 |3835 |3836 |1432 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  54.91%
831.46/833.51	c   834s|139000 |   836 |  9415k|  67.2 |   105M |  28 | 100 |3835 |3836 |1434 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.00%
831.96/834.03	c   834s|139100 |   838 |  9420k|  67.1 |   105M |  28 | 100 |3835 |3836 |1434 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.01%
832.45/834.51	c   835s|139200 |   840 |  9426k|  67.1 |   105M |  28 | 100 |3835 |3836 |1434 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.02%
832.96/835.05	c   835s|139300 |   840 |  9432k|  67.1 |   105M |  28 | 100 |3835 |3835 |1434 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.04%
833.55/835.65	c   836s|139400 |   844 |  9439k|  67.1 |   105M |  28 | 100 |3837 |3835 |1436 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.10%
834.25/836.34	c   836s|139500 |   844 |  9447k|  67.1 |   105M |  28 | 100 |3835 |3835 |1436 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.17%
834.85/836.99	c   837s|139600 |   834 |  9455k|  67.2 |   105M |  28 | 100 |3835 |3837 |1436 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.23%
835.84/837.99	c   838s|139700 |   843 |  9464k|  67.2 |   105M |  28 | 100 |3835 |3835 |1440 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  55.27%
836.44/838.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
836.44/838.53	c   839s|139800 |   848 |  9470k|  67.2 |   105M |  28 | 100 |3835 |3835 |1440 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.28%
836.95/839.01	c   839s|139900 |   848 |  9476k|  67.2 |   105M |  28 | 100 |3835 |3836 |1440 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.31%
837.44/839.55	c   840s|140000 |   846 |  9482k|  67.2 |   105M |  28 | 100 |3835 |3836 |1440 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.33%
837.94/840.09	c   840s|140100 |   846 |  9488k|  67.2 |   105M |  28 | 100 |3835 |3836 |1440 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.35%
838.64/840.71	c   841s|140200 |   845 |  9496k|  67.2 |   105M |  28 | 100 |3835 |3837 |1444 |  2 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.38%
839.34/841.41	c   841s|140300 |   847 |  9502k|  67.2 |   105M |  28 | 100 |3835 |3837 |1444 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.41%
839.83/841.97	c   842s|140400 |   851 |  9509k|  67.2 |   105M |  28 | 100 |3835 |3836 |1444 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.42%
840.33/842.49	c   842s|140500 |   851 |  9515k|  67.2 |   105M |  28 | 100 |3835 |3836 |1444 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.43%
841.04/843.12	c   843s|140600 |   847 |  9523k|  67.2 |   105M |  28 | 100 |3835 |3836 |1444 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.45%
841.53/843.68	c   844s|140700 |   843 |  9530k|  67.2 |   105M |  28 | 100 |3835 |3837 |1444 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.47%
842.13/844.29	c   844s|140800 |   843 |  9537k|  67.2 |   105M |  28 | 100 |3835 |3837 |1444 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.50%
842.83/844.92	c   845s|140900 |   849 |  9545k|  67.2 |   105M |  28 | 100 |3835 |3835 |1446 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.53%
843.43/845.51	c   846s|141000 |   847 |  9552k|  67.2 |   105M |  28 | 100 |3835 |3835 |1446 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.58%
844.03/846.15	c   846s|141100 |   849 |  9559k|  67.2 |   105M |  28 | 100 |3835 |3836 |1448 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.63%
844.62/846.76	c   847s|141200 |   847 |  9566k|  67.2 |   105M |  28 | 100 |3835 |3835 |1450 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.68%
845.32/847.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
845.32/847.40	c   847s|141300 |   849 |  9574k|  67.2 |   105M |  28 | 100 |3835 |3835 |1450 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.72%
846.22/848.30	c   848s|141400 |   849 |  9584k|  67.2 |   105M |  28 | 100 |3835 |3835 |1452 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.77%
846.82/848.97	c   849s|141500 |   849 |  9592k|  67.2 |   105M |  28 | 100 |3835 |3836 |1454 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.81%
847.52/849.63	c   850s|141600 |   843 |  9599k|  67.2 |   105M |  28 | 100 |3835 |3836 |1456 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.89%
848.11/850.25	c   850s|141700 |   851 |  9606k|  67.2 |   105M |  28 | 100 |3837 |3836 |1458 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  55.94%
848.71/850.83	c   851s|141800 |   839 |  9613k|  67.2 |   105M |  28 | 100 |3837 |3836 |1458 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.00%
849.31/851.42	c   851s|141900 |   847 |  9620k|  67.2 |   105M |  28 | 100 |3835 |3837 |1458 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.04%
849.81/851.93	c   852s|142000 |   845 |  9626k|  67.2 |   105M |  28 | 100 |3835 |3837 |1458 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.06%
850.31/852.44	c   852s|142100 |   837 |  9632k|  67.2 |   105M |  28 | 100 |3835 |3837 |1458 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.08%
850.81/852.94	c   853s|142200 |   837 |  9638k|  67.2 |   105M |  28 | 100 |3835 |3837 |1458 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.08%
851.41/853.55	c   854s|142300 |   845 |  9645k|  67.2 |   105M |  28 | 100 |3835 |3837 |1460 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.14%
852.01/854.13	c   854s|142400 |   845 |  9652k|  67.2 |   105M |  28 | 100 |3835 |3836 |1462 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.19%
852.50/854.67	c   855s|142500 |   841 |  9659k|  67.2 |   105M |  28 | 100 |3835 |3836 |1462 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.23%
853.20/855.39	c   855s|142600 |   848 |  9667k|  67.2 |   105M |  28 | 100 |3835 |3836 |1464 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.26%
853.90/856.03	c   856s|142700 |   844 |  9675k|  67.2 |   105M |  28 | 100 |3835 |3836 |1464 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.30%
854.50/856.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
854.50/856.65	c   857s|142800 |   846 |  9682k|  67.2 |   105M |  28 | 100 |3835 |3836 |1466 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.34%
855.00/857.19	c   857s|142900 |   846 |  9689k|  67.2 |   105M |  28 | 100 |3837 |3836 |1466 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.38%
855.60/857.76	c   858s|143000 |   844 |  9696k|  67.2 |   105M |  28 | 100 |3836 |3836 |1466 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.42%
856.19/858.31	c   858s|143100 |   841 |  9702k|  67.2 |   105M |  28 | 100 |3835 |3837 |1466 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.44%
856.79/858.98	c   859s|143200 |   847 |  9710k|  67.2 |   105M |  28 | 100 |3837 |3836 |1470 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.54%
857.39/859.54	c   860s|143300 |   849 |  9716k|  67.2 |   105M |  28 | 100 |3836 |3837 |1472 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.63%
857.90/860.10	c   860s|143400 |   847 |  9723k|  67.2 |   105M |  28 | 100 |3837 |3837 |1472 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.70%
858.59/860.74	c   861s|143500 |   849 |  9730k|  67.2 |   105M |  28 | 100 |3835 |3836 |1472 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.79%
859.09/861.29	c   861s|143600 |   843 |  9736k|  67.2 |   105M |  28 | 100 |3835 |3836 |1472 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.87%
859.79/861.91	c   862s|143700 |   845 |  9743k|  67.2 |   105M |  28 | 100 |3835 |3836 |1475 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.95%
860.28/862.49	c   862s|143800 |   849 |  9750k|  67.2 |   105M |  28 | 100 |3835 |3836 |1477 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  56.98%
860.78/862.98	c   863s|143900 |   851 |  9756k|  67.2 |   105M |  28 | 100 |3835 |3836 |1477 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.00%
861.28/863.48	c   863s|144000 |   847 |  9761k|  67.2 |   105M |  28 | 100 |3835 |3836 |1477 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.03%
861.89/864.05	c   864s|144100 |   851 |  9767k|  67.2 |   105M |  28 | 100 |3835 |3836 |1480 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.05%
862.38/864.54	c   865s|144200 |   851 |  9773k|  67.2 |   105M |  28 | 100 |3835 |3836 |1480 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.08%
862.88/865.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
862.88/865.09	c   865s|144300 |   847 |  9779k|  67.2 |   105M |  28 | 100 |3835 |3836 |1480 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.11%
863.58/865.71	c   866s|144400 |   849 |  9786k|  67.2 |   105M |  28 | 100 |3835 |3836 |1480 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.17%
864.08/866.28	c   866s|144500 |   848 |  9793k|  67.2 |   105M |  28 | 100 |3837 |3837 |1482 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.23%
864.88/867.02	c   867s|144600 |   848 |  9800k|  67.2 |   105M |  28 | 100 |3835 |3836 |1486 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.39%
865.37/867.55	c   868s|144700 |   854 |  9807k|  67.2 |   105M |  28 | 100 |3835 |3836 |1486 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.43%
865.98/868.12	c   868s|144800 |   852 |  9813k|  67.2 |   105M |  28 | 100 |3836 |3836 |1486 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.47%
866.47/868.62	c   869s|144900 |   844 |  9819k|  67.2 |   105M |  28 | 100 |3835 |3836 |1486 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.48%
866.97/869.18	c   869s|145000 |   842 |  9826k|  67.2 |   105M |  28 | 100 |3835 |3837 |1486 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.54%
867.57/869.74	c   870s|145100 |   850 |  9832k|  67.2 |   105M |  28 | 100 |3836 |3836 |1488 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.57%
868.07/870.28	c   870s|145200 |   856 |  9839k|  67.2 |   105M |  28 | 100 |3835 |3837 |1490 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.60%
868.56/870.78	c   871s|145300 |   854 |  9844k|  67.2 |   105M |  28 | 100 |3835 |3837 |1490 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.66%
869.06/871.28	c   871s|145400 |   848 |  9850k|  67.2 |   105M |  28 | 100 |3836 |3836 |1490 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.70%
869.76/871.93	c   872s|145500 |   864 |  9857k|  67.2 |   105M |  28 | 100 |3835 |3835 |1494 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  57.72%
870.26/872.48	c   872s|145600 |   868 |  9863k|  67.2 |   105M |  28 | 100 |3835 |3835 |1494 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.72%
870.86/873.03	c   873s|145700 |   871 |  9869k|  67.2 |   105M |  28 | 100 |3835 |3835 |1494 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.73%
871.36/873.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
871.36/873.52	c   874s|145800 |   866 |  9874k|  67.2 |   105M |  28 | 100 |3835 |3835 |1494 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.74%
871.86/874.04	c   874s|145900 |   860 |  9880k|  67.2 |   105M |  28 | 100 |3835 |3835 |1494 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.76%
872.35/874.59	c   875s|146000 |   866 |  9886k|  67.2 |   105M |  28 | 100 |3835 |3835 |1494 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.78%
872.86/875.09	c   875s|146100 |   864 |  9892k|  67.2 |   105M |  28 | 100 |3836 |3835 |1494 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.79%
873.45/875.60	c   876s|146200 |   866 |  9898k|  67.2 |   105M |  28 | 100 |3835 |3835 |1494 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.80%
873.96/876.11	c   876s|146300 |   864 |  9904k|  67.1 |   105M |  28 | 100 |3835 |3837 |1494 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.81%
874.45/876.68	c   877s|146400 |   864 |  9910k|  67.1 |   105M |  28 | 100 |3835 |3837 |1495 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.81%
874.85/877.10	c   877s|146500 |   860 |  9915k|  67.1 |   105M |  28 | 100 |3835 |3837 |1495 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.82%
875.35/877.55	c   878s|146600 |   862 |  9920k|  67.1 |   105M |  28 | 100 |3835 |3837 |1495 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.82%
875.85/878.08	c   878s|146700 |   868 |  9926k|  67.1 |   105M |  28 | 100 |3835 |3837 |1495 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.83%
876.34/878.59	c   879s|146800 |   867 |  9932k|  67.1 |   105M |  28 | 100 |3835 |3837 |1496 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.83%
877.04/879.23	c   879s|146900 |   863 |  9939k|  67.1 |   105M |  28 | 100 |3835 |3837 |1496 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.84%
877.54/879.78	c   880s|147000 |   851 |  9945k|  67.1 |   105M |  28 | 100 |3836 |3835 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.87%
878.24/880.43	c   880s|147100 |   857 |  9953k|  67.1 |   105M |  28 | 100 |3835 |3836 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.91%
878.74/880.92	c   881s|147200 |   849 |  9959k|  67.1 |   105M |  28 | 100 |3835 |3836 |1496 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.93%
879.24/881.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
879.24/881.48	c   881s|147300 |   851 |  9965k|  67.1 |   105M |  28 | 100 |3835 |3836 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.95%
879.74/881.98	c   882s|147400 |   854 |  9971k|  67.1 |   105M |  28 | 100 |3835 |3836 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.96%
880.23/882.49	c   882s|147500 |   846 |  9977k|  67.1 |   105M |  28 | 100 |3835 |3836 |1496 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  57.97%
880.84/883.05	c   883s|147600 |   844 |  9983k|  67.1 |   105M |  28 | 100 |3835 |3837 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.00%
881.23/883.48	c   883s|147700 |   845 |  9988k|  67.1 |   105M |  28 | 100 |3836 |3837 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.01%
881.94/884.15	c   884s|147800 |   848 |  9995k|  67.1 |   105M |  28 | 100 |3835 |3835 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.02%
882.53/884.72	c   885s|147900 |   842 | 10001k|  67.1 |   105M |  28 | 100 |3835 |3836 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.06%
882.93/885.16	c   885s|148000 |   838 | 10007k|  67.1 |   105M |  28 | 100 |3835 |3836 |1496 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.08%
883.73/885.92	c   886s|148100 |   850 | 10014k|  67.1 |   105M |  28 | 100 |3836 |3835 |1503 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.12%
884.22/886.45	c   886s|148200 |   848 | 10020k|  67.1 |   105M |  28 | 100 |3835 |3836 |1503 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.17%
884.83/887.02	c   887s|148300 |   850 | 10027k|  67.1 |   105M |  28 | 100 |3835 |3836 |1503 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.17%
885.32/887.55	c   888s|148400 |   853 | 10033k|  67.1 |   105M |  28 | 100 |3835 |3835 |1505 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.19%
885.83/888.07	c   888s|148500 |   851 | 10039k|  67.1 |   105M |  28 | 100 |3835 |3835 |1505 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.22%
886.42/888.60	c   889s|148600 |   859 | 10045k|  67.1 |   105M |  28 | 100 |3835 |3835 |1505 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.23%
886.92/889.10	c   889s|148700 |   855 | 10051k|  67.1 |   105M |  28 | 100 |3835 |3835 |1505 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.25%
887.62/889.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
887.62/889.83	c   890s|148800 |   849 | 10059k|  67.1 |   105M |  28 | 100 |3835 |3837 |1505 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.27%
888.22/890.42	c   890s|148900 |   853 | 10065k|  67.1 |   105M |  28 | 100 |3835 |3835 |1507 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.30%
888.82/891.00	c   891s|149000 |   851 | 10072k|  67.1 |   105M |  28 | 100 |3835 |3836 |1507 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.34%
889.31/891.58	c   892s|149100 |   849 | 10078k|  67.1 |   105M |  28 | 100 |3835 |3836 |1507 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.37%
890.11/892.32	c   892s|149200 |   869 | 10087k|  67.1 |   105M |  28 | 100 |3835 |3836 |1516 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  58.42%
890.61/892.84	c   893s|149300 |   867 | 10092k|  67.1 |   106M |  28 | 100 |3835 |3836 |1516 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.43%
891.11/893.35	c   893s|149400 |   865 | 10098k|  67.1 |   106M |  28 | 100 |3835 |3836 |1516 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.44%
891.81/894.09	c   894s|149500 |   867 | 10105k|  67.1 |   106M |  28 | 100 |3835 |3836 |1516 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.47%
892.40/894.61	c   895s|149600 |   867 | 10111k|  67.1 |   106M |  28 | 100 |3835 |3836 |1516 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.48%
892.91/895.10	c   895s|149700 |   867 | 10117k|  67.0 |   106M |  28 | 100 |3835 |3836 |1516 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.51%
893.40/895.65	c   896s|149800 |   865 | 10123k|  67.0 |   106M |  28 | 100 |3836 |3836 |1516 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.55%
893.91/896.19	c   896s|149900 |   869 | 10130k|  67.0 |   106M |  28 | 100 |3835 |3837 |1518 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.58%
894.40/896.69	c   897s|150000 |   871 | 10135k|  67.0 |   106M |  28 | 100 |3835 |3837 |1518 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.59%
895.10/897.38	c   897s|150100 |   871 | 10142k|  67.0 |   106M |  28 | 100 |3835 |3837 |1518 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.60%
895.70/897.98	c   898s|150200 |   871 | 10150k|  67.0 |   106M |  28 | 100 |3835 |3837 |1518 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.61%
896.19/898.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
896.19/898.47	c   898s|150300 |   869 | 10156k|  67.0 |   106M |  28 | 100 |3835 |3837 |1518 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.62%
896.80/899.02	c   899s|150400 |   863 | 10163k|  67.0 |   106M |  28 | 100 |3835 |3837 |1518 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.64%
897.29/899.50	c   900s|150500 |   865 | 10168k|  67.0 |   106M |  28 | 100 |3836 |3837 |1518 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.66%
897.90/900.15	c   900s|150600 |   871 | 10176k|  67.0 |   106M |  28 | 100 |3835 |3836 |1520 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.67%
898.69/900.93	c   901s|150700 |   875 | 10183k|  67.0 |   106M |  28 | 100 |3835 |3836 |1522 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.69%
899.39/901.63	c   902s|150800 |   883 | 10190k|  67.0 |   106M |  28 | 100 |3835 |3836 |1522 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.70%
899.89/902.18	c   902s|150900 |   883 | 10197k|  67.0 |   106M |  28 | 100 |3835 |3836 |1522 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.71%
900.58/902.81	c   903s|151000 |   879 | 10204k|  67.0 |   106M |  28 | 100 |3836 |3836 |1522 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.74%
901.08/903.34	c   903s|151100 |   886 | 10210k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.75%
901.58/903.84	c   904s|151200 |   884 | 10216k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.77%
902.28/904.52	c   905s|151300 |   884 | 10222k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.79%
902.88/905.16	c   905s|151400 |   880 | 10229k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.80%
903.38/905.66	c   906s|151500 |   878 | 10235k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.81%
903.97/906.22	c   906s|151600 |   878 | 10241k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.83%
904.57/906.82	c   907s|151700 |   878 | 10248k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.85%
905.07/907.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
905.07/907.36	c   907s|151800 |   882 | 10254k|  67.0 |   106M |  28 | 100 |3835 |3836 |1524 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.86%
905.67/907.95	c   908s|151900 |   886 | 10261k|  67.0 |   106M |  28 | 100 |3835 |3837 |1527 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.90%
906.17/908.48	c   908s|152000 |   882 | 10267k|  67.0 |   106M |  28 | 100 |3836 |3837 |1527 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.92%
906.77/909.05	c   909s|152100 |   893 | 10274k|  67.0 |   106M |  28 | 100 |3835 |3837 |1529 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.93%
907.27/909.58	c   910s|152200 |   893 | 10280k|  67.0 |   106M |  28 | 100 |3835 |3837 |1529 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.94%
907.87/910.17	c   910s|152300 |   885 | 10287k|  67.0 |   106M |  28 | 100 |3835 |3836 |1529 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.96%
908.46/910.70	c   911s|152400 |   881 | 10294k|  67.0 |   106M |  28 | 100 |3836 |3836 |1529 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.98%
909.06/911.37	c   911s|152500 |   890 | 10301k|  67.0 |   106M |  28 | 100 |3835 |3836 |1531 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  58.99%
909.66/911.98	c   912s|152600 |   889 | 10308k|  67.0 |   106M |  28 | 100 |3835 |3836 |1531 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.01%
910.26/912.57	c   913s|152700 |   881 | 10315k|  67.0 |   106M |  28 | 100 |3835 |3836 |1531 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.04%
910.86/913.16	c   913s|152800 |   883 | 10322k|  67.0 |   106M |  28 | 100 |3835 |3836 |1531 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.08%
911.36/913.68	c   914s|152900 |   883 | 10328k|  67.0 |   106M |  28 | 100 |3835 |3836 |1531 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.09%
911.96/914.22	c   914s|153000 |   883 | 10334k|  67.0 |   106M |  28 | 100 |3835 |3836 |1531 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.11%
912.55/914.87	c   915s|153100 |   896 | 10341k|  67.0 |   106M |  28 | 100 |3835 |3836 |1535 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.16%
913.05/915.39	c   915s|153200 |   898 | 10347k|  67.0 |   106M |  28 | 100 |3835 |3836 |1535 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.18%
913.55/915.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
913.55/915.88	c   916s|153300 |   894 | 10353k|  67.0 |   106M |  28 | 100 |3837 |3836 |1535 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.22%
914.15/916.47	c   916s|153400 |   884 | 10359k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.29%
914.75/917.05	c   917s|153500 |   884 | 10366k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.33%
915.35/917.67	c   918s|153600 |   878 | 10373k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.37%
915.95/918.26	c   918s|153700 |   876 | 10380k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.40%
916.44/918.79	c   919s|153800 |   875 | 10387k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.44%
917.04/919.33	c   919s|153900 |   877 | 10393k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.45%
917.64/919.97	c   920s|154000 |   873 | 10400k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.47%
918.24/920.55	c   921s|154100 |   869 | 10407k|  67.0 |   106M |  28 | 100 |3835 |3836 |1537 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.50%
918.84/921.14	c   921s|154200 |   871 | 10414k|  67.0 |   106M |  28 | 100 |3835 |3836 |1539 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.57%
919.34/921.67	c   922s|154300 |   868 | 10420k|  67.0 |   106M |  28 | 100 |3835 |3838 |1539 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.58%
919.94/922.20	c   922s|154400 |   870 | 10426k|  67.0 |   106M |  28 | 100 |3835 |3836 |1539 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.59%
920.43/922.76	c   923s|154500 |   866 | 10433k|  67.0 |   106M |  28 | 100 |3835 |3836 |1539 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.63%
921.03/923.33	c   923s|154600 |   868 | 10440k|  67.0 |   106M |  28 | 100 |3836 |3836 |1539 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.70%
921.53/923.88	c   924s|154700 |   866 | 10446k|  67.0 |   106M |  28 | 100 |3835 |3835 |1539 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  59.71%
922.23/924.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
922.23/924.50	c   924s|154800 |   862 | 10454k|  67.0 |   106M |  28 | 100 |3836 |3835 |1539 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  59.83%
922.73/925.09	c   925s|154900 |   866 | 10461k|  67.0 |   106M |  28 | 100 |3836 |3837 |1541 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  59.87%
923.33/925.64	c   926s|155000 |   862 | 10467k|  67.0 |   106M |  28 | 100 |3837 |3837 |1541 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  59.91%
923.93/926.20	c   926s|155100 |   860 | 10474k|  67.0 |   106M |  28 | 100 |3835 |3836 |1543 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  59.97%
924.42/926.71	c   927s|155200 |   860 | 10479k|  67.0 |   106M |  28 | 100 |3835 |3836 |1543 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  59.98%
924.83/927.17	c   927s|155300 |   858 | 10485k|  67.0 |   106M |  28 | 100 |3835 |3836 |1543 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  59.99%
925.42/927.75	c   928s|155400 |   858 | 10492k|  67.0 |   106M |  28 | 100 |3835 |3837 |1543 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.00%
926.12/928.44	c   928s|155500 |   858 | 10499k|  67.0 |   106M |  28 | 100 |3835 |3836 |1543 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.06%
926.72/929.05	c   929s|155600 |   852 | 10506k|  67.0 |   106M |  28 | 100 |3835 |3836 |1543 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.11%
927.32/929.61	c   930s|155700 |   842 | 10513k|  67.0 |   106M |  28 | 100 |3835 |3835 |1543 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.13%
927.92/930.26	c   930s|155800 |   846 | 10521k|  67.0 |   106M |  28 | 100 |3836 |3837 |1543 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.19%
928.61/930.93	c   931s|155900 |   856 | 10528k|  67.0 |   106M |  28 | 100 |3835 |3836 |1545 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.22%
929.11/931.44	c   931s|156000 |   850 | 10534k|  67.0 |   106M |  28 | 100 |3835 |3836 |1545 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.23%
929.72/932.05	c   932s|156100 |   854 | 10541k|  67.0 |   106M |  28 | 100 |3835 |3835 |1547 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.27%
930.31/932.62	c   933s|156200 |   848 | 10548k|  67.0 |   106M |  28 | 100 |3835 |3836 |1547 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.30%
931.11/933.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
931.11/933.49	c   933s|156300 |   854 | 10557k|  67.0 |   106M |  28 | 100 |3835 |3836 |1549 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.36%
931.61/933.97	c   934s|156400 |   854 | 10563k|  67.0 |   106M |  28 | 100 |3835 |3836 |1549 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.37%
932.11/934.45	c   934s|156500 |   856 | 10569k|  67.0 |   106M |  28 | 100 |3835 |3836 |1549 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.37%
932.60/934.92	c   935s|156600 |   854 | 10574k|  67.0 |   106M |  28 | 100 |3835 |3836 |1549 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.38%
933.20/935.51	c   936s|156700 |   856 | 10581k|  67.0 |   106M |  28 | 100 |3835 |3838 |1549 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.40%
933.81/936.17	c   936s|156800 |   859 | 10588k|  67.0 |   106M |  28 | 100 |3835 |3835 |1551 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.42%
934.50/936.85	c   937s|156900 |   860 | 10596k|  67.0 |   106M |  28 | 100 |3835 |3836 |1553 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.46%
935.20/937.52	c   938s|157000 |   860 | 10603k|  67.0 |   106M |  28 | 100 |3836 |3836 |1557 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.68%
935.70/938.00	c   938s|157100 |   862 | 10609k|  67.0 |   106M |  28 | 100 |3835 |3836 |1557 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.70%
936.30/938.64	c   939s|157200 |   862 | 10616k|  67.0 |   106M |  28 | 100 |3835 |3835 |1557 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.74%
936.89/939.23	c   939s|157300 |   860 | 10623k|  67.0 |   106M |  28 | 100 |3835 |3836 |1557 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.76%
937.49/939.85	c   940s|157400 |   864 | 10630k|  67.0 |   106M |  28 | 100 |3836 |3837 |1557 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.79%
938.19/940.50	c   940s|157500 |   860 | 10637k|  67.0 |   106M |  28 | 100 |3835 |3835 |1557 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.82%
938.69/941.03	c   941s|157600 |   863 | 10644k|  67.0 |   106M |  28 | 100 |3835 |3836 |1557 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.85%
939.29/941.64	c   942s|157700 |   861 | 10651k|  67.0 |   106M |  28 | 100 |3835 |3836 |1557 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.87%
939.89/942.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
939.89/942.22	c   942s|157800 |   859 | 10658k|  67.0 |   106M |  28 | 100 |3835 |3837 |1557 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.92%
940.48/942.88	c   943s|157900 |   857 | 10665k|  67.0 |   106M |  28 | 100 |3835 |3836 |1561 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  60.96%
941.18/943.56	c   944s|158000 |   859 | 10672k|  67.0 |   106M |  28 | 100 |3835 |3836 |1563 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.05%
941.88/944.26	c   944s|158100 |   865 | 10680k|  67.0 |   106M |  28 | 100 |3835 |3835 |1568 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.15%
942.48/944.87	c   945s|158200 |   871 | 10687k|  67.0 |   106M |  28 | 100 |3835 |3835 |1571 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.19%
943.18/945.52	c   946s|158300 |   867 | 10695k|  67.1 |   106M |  28 | 100 |3835 |3835 |1571 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.25%
943.78/946.16	c   946s|158400 |   867 | 10702k|  67.1 |   106M |  28 | 100 |3835 |3837 |1573 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.27%
944.38/946.76	c   947s|158500 |   865 | 10709k|  67.1 |   106M |  28 | 100 |3835 |3836 |1573 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.32%
944.97/947.31	c   947s|158600 |   867 | 10715k|  67.1 |   106M |  28 | 100 |3835 |3837 |1573 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.35%
945.57/947.90	c   948s|158700 |   861 | 10722k|  67.1 |   106M |  28 | 100 |3835 |3837 |1573 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.38%
946.17/948.52	c   949s|158800 |   863 | 10729k|  67.1 |   106M |  28 | 100 |3835 |3836 |1573 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.40%
946.67/949.01	c   949s|158900 |   871 | 10735k|  67.1 |   106M |  28 | 100 |3835 |3836 |1575 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.41%
947.07/949.44	c   949s|159000 |   871 | 10740k|  67.0 |   106M |  28 | 100 |3835 |3836 |1575 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.42%
947.57/949.94	c   950s|159100 |   868 | 10746k|  67.0 |   106M |  28 | 100 |3835 |3836 |1575 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.43%
948.07/950.41	c   950s|159200 |   868 | 10751k|  67.0 |   106M |  28 | 100 |3835 |3836 |1575 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.43%
948.56/951.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
948.56/951.00	c   951s|159300 |   874 | 10757k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.45%
948.96/951.39	c   951s|159400 |   874 | 10761k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.45%
949.46/951.87	c   952s|159500 |   876 | 10767k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.45%
949.86/952.29	c   952s|159600 |   876 | 10772k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.46%
950.36/952.78	c   953s|159700 |   874 | 10777k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.46%
950.86/953.28	c   953s|159800 |   872 | 10783k|  67.0 |   106M |  28 | 100 |3835 |3836 |1577 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.47%
951.36/953.75	c   954s|159900 |   874 | 10788k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.48%
951.86/954.24	c   954s|160000 |   875 | 10793k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.49%
952.36/954.71	c   955s|160100 |   876 | 10799k|  67.0 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.50%
952.85/955.26	c   955s|160200 |   877 | 10804k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.50%
953.35/955.75	c   956s|160300 |   871 | 10810k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  61.51%
953.95/956.39	c   956s|160400 |   873 | 10817k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.52%
954.45/956.89	c   957s|160500 |   870 | 10823k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.53%
955.05/957.42	c   957s|160600 |   864 | 10828k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.54%
955.45/957.88	c   958s|160700 |   870 | 10834k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.55%
956.05/958.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
956.05/958.41	c   958s|160800 |   864 | 10840k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.56%
956.44/958.87	c   959s|160900 |   864 | 10845k|  66.9 |   106M |  28 | 100 |3835 |3835 |1577 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.57%
956.94/959.36	c   959s|161000 |   866 | 10851k|  66.9 |   106M |  28 | 100 |3835 |3836 |1577 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.58%
957.44/959.85	c   960s|161100 |   862 | 10857k|  66.9 |   106M |  28 | 100 |3835 |3836 |1577 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.59%
958.04/960.44	c   960s|161200 |   874 | 10863k|  66.9 |   106M |  28 | 100 |3835 |3836 |1580 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.61%
958.44/960.89	c   961s|161300 |   866 | 10869k|  66.9 |   106M |  28 | 100 |3836 |3836 |1580 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.63%
958.84/961.27	c   961s|161400 |   868 | 10873k|  66.9 |   106M |  28 | 100 |3835 |3836 |1580 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.64%
959.44/961.81	c   962s|161500 |   864 | 10880k|  66.9 |   106M |  28 | 100 |3835 |3836 |1580 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.65%
960.04/962.43	c   962s|161600 |   874 | 10887k|  66.9 |   106M |  28 | 100 |3835 |3836 |1582 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.66%
960.53/962.93	c   963s|161700 |   878 | 10893k|  66.9 |   106M |  28 | 100 |3835 |3836 |1582 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.68%
961.03/963.44	c   963s|161800 |   880 | 10899k|  66.9 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.69%
961.53/963.98	c   964s|161900 |   884 | 10905k|  66.9 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.69%
962.03/964.45	c   964s|162000 |   880 | 10910k|  66.9 |   106M |  28 | 100 |3835 |3836 |1582 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.70%
962.53/964.94	c   965s|162100 |   872 | 10916k|  66.9 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.71%
963.03/965.47	c   965s|162200 |   870 | 10922k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.72%
963.53/965.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
963.53/965.97	c   966s|162300 |   872 | 10928k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.73%
964.03/966.47	c   966s|162400 |   876 | 10934k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.73%
964.52/966.93	c   967s|162500 |   870 | 10940k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.74%
965.02/967.43	c   967s|162600 |   870 | 10946k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.75%
965.52/967.96	c   968s|162700 |   866 | 10952k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.77%
966.12/968.59	c   969s|162800 |   864 | 10958k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.78%
966.72/969.12	c   969s|162900 |   862 | 10965k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.79%
967.12/969.58	c   970s|163000 |   858 | 10970k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.80%
967.72/970.15	c   970s|163100 |   862 | 10977k|  66.8 |   106M |  28 | 100 |3835 |3836 |1582 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.85%
968.32/970.75	c   971s|163200 |   858 | 10984k|  66.8 |   106M |  28 | 100 |3835 |3836 |1584 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.91%
968.91/971.39	c   971s|163300 |   852 | 10991k|  66.8 |   106M |  28 | 100 |3835 |3837 |1584 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.93%
969.51/971.99	c   972s|163400 |   854 | 10998k|  66.8 |   106M |  28 | 100 |3836 |3836 |1584 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  61.98%
970.11/972.57	c   973s|163500 |   852 | 11005k|  66.8 |   106M |  28 | 100 |3836 |3836 |1584 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.05%
970.71/973.15	c   973s|163600 |   852 | 11012k|  66.8 |   106M |  28 | 100 |3835 |3836 |1584 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.07%
971.41/973.81	c   974s|163700 |   850 | 11019k|  66.8 |   106M |  28 | 100 |3836 |3836 |1584 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.18%
971.91/974.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
971.91/974.34	c   974s|163800 |   848 | 11026k|  66.8 |   106M |  28 | 100 |3836 |3837 |1584 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.22%
972.50/974.95	c   975s|163900 |   858 | 11032k|  66.8 |   106M |  28 | 100 |3837 |3836 |1588 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.26%
973.00/975.44	c   975s|164000 |   854 | 11038k|  66.8 |   106M |  28 | 100 |3835 |3835 |1588 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.27%
973.60/976.00	c   976s|164100 |   856 | 11044k|  66.8 |   106M |  28 | 100 |3835 |3836 |1588 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.29%
974.10/976.50	c   976s|164200 |   860 | 11050k|  66.8 |   106M |  28 | 100 |3835 |3836 |1588 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.31%
974.50/976.90	c   977s|164300 |   858 | 11055k|  66.8 |   106M |  28 | 100 |3835 |3836 |1588 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.32%
974.90/977.38	c   977s|164400 |   856 | 11060k|  66.8 |   106M |  28 | 100 |3835 |3836 |1588 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.32%
975.60/978.01	c   978s|164500 |   866 | 11067k|  66.8 |   106M |  28 | 100 |3835 |3836 |1590 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf |  62.33%
975.99/978.49	c   978s|164600 |   872 | 11073k|  66.8 |   106M |  28 | 100 |3835 |3836 |1590 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.33%
976.49/978.97	c   979s|164700 |   870 | 11078k|  66.8 |   106M |  28 | 100 |3835 |3836 |1590 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.34%
976.99/979.44	c   979s|164800 |   868 | 11084k|  66.8 |   106M |  28 | 100 |3835 |3836 |1590 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.34%
977.49/979.99	c   980s|164900 |   872 | 11091k|  66.8 |   106M |  28 | 100 |3835 |3836 |1590 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.36%
978.09/980.54	c   981s|165000 |   870 | 11097k|  66.8 |   106M |  28 | 100 |3835 |3836 |1590 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.36%
978.89/981.35	c   981s|165100 |   880 | 11106k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.37%
979.39/981.84	c   982s|165200 |   876 | 11112k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.38%
979.89/982.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
979.89/982.34	c   982s|165300 |   876 | 11118k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.38%
980.48/982.91	c   983s|165400 |   880 | 11124k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.39%
980.98/983.48	c   983s|165500 |   874 | 11131k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.40%
981.58/984.03	c   984s|165600 |   878 | 11137k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.41%
982.08/984.51	c   985s|165700 |   876 | 11143k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.41%
982.58/985.06	c   985s|165800 |   874 | 11150k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.42%
983.28/985.73	c   986s|165900 |   876 | 11156k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.42%
983.78/986.26	c   986s|166000 |   872 | 11163k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.43%
984.37/986.80	c   987s|166100 |   868 | 11169k|  66.8 |   106M |  28 | 100 |3835 |3836 |1592 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.44%
984.87/987.38	c   987s|166200 |   874 | 11176k|  66.8 |   106M |  28 | 100 |3835 |3836 |1596 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.47%
985.37/987.86	c   988s|166300 |   872 | 11181k|  66.8 |   106M |  28 | 100 |3835 |3836 |1596 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.48%
985.87/988.35	c   988s|166400 |   870 | 11187k|  66.8 |   106M |  28 | 100 |3835 |3836 |1596 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.49%
986.37/988.85	c   989s|166500 |   874 | 11193k|  66.7 |   106M |  28 | 100 |3835 |3836 |1596 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.50%
986.87/989.35	c   989s|166600 |   870 | 11198k|  66.7 |   106M |  28 | 100 |3835 |3836 |1596 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.51%
987.37/989.85	c   990s|166700 |   874 | 11204k|  66.7 |   106M |  28 | 100 |3835 |3835 |1598 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.52%
987.87/990.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
987.87/990.33	c   990s|166800 |   870 | 11210k|  66.7 |   106M |  28 | 100 |3835 |3835 |1598 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.52%
988.36/990.87	c   991s|166900 |   872 | 11216k|  66.7 |   106M |  28 | 100 |3835 |3835 |1598 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.53%
989.06/991.54	c   992s|167000 |   872 | 11223k|  66.7 |   106M |  28 | 100 |3835 |3835 |1598 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.55%
989.67/992.13	c   992s|167100 |   870 | 11230k|  66.7 |   106M |  28 | 100 |3835 |3835 |1598 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.56%
990.16/992.65	c   993s|167200 |   870 | 11237k|  66.7 |   106M |  28 | 100 |3835 |3836 |1598 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.57%
990.66/993.17	c   993s|167300 |   868 | 11243k|  66.7 |   106M |  28 | 100 |3835 |3836 |1598 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.58%
991.16/993.66	c   994s|167400 |   868 | 11249k|  66.7 |   106M |  28 | 100 |3835 |3836 |1598 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.59%
991.76/994.20	c   994s|167500 |   874 | 11255k|  66.7 |   106M |  28 | 100 |3835 |3836 |1598 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.60%
992.25/994.74	c   995s|167600 |   874 | 11261k|  66.7 |   106M |  28 | 100 |3835 |3837 |1598 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.65%
992.75/995.21	c   995s|167700 |   870 | 11267k|  66.7 |   106M |  28 | 100 |3835 |3837 |1598 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.66%
993.35/995.81	c   996s|167800 |   870 | 11274k|  66.7 |   106M |  28 | 100 |3835 |3837 |1598 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.67%
993.85/996.38	c   996s|167900 |   870 | 11281k|  66.7 |   106M |  28 | 100 |3835 |3837 |1600 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.70%
994.35/996.87	c   997s|168000 |   873 | 11286k|  66.7 |   106M |  28 | 100 |3835 |3837 |1600 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.72%
995.05/997.55	c   998s|168100 |   867 | 11293k|  66.7 |   106M |  28 | 100 |3837 |3836 |1602 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.76%
995.65/998.13	c   998s|168200 |   871 | 11300k|  66.7 |   106M |  28 | 100 |3837 |3836 |1602 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.83%
996.24/998.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
996.24/998.73	c   999s|168300 |   873 | 11307k|  66.7 |   106M |  28 | 100 |3835 |3836 |1604 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.86%
996.84/999.38	c   999s|168400 |   869 | 11315k|  66.7 |   106M |  28 | 100 |3835 |3836 |1604 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.90%
997.55/1000.07	c  1000s|168500 |   875 | 11323k|  66.7 |   106M |  28 | 100 |3835 |3837 |1606 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf |  62.95%
998.24/1000.76	c  1001s|168600 |   873 | 11330k|  66.7 |   106M |  28 | 100 |3837 |3836 |1608 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.00%
998.84/1001.38	c  1001s|168700 |   873 | 11337k|  66.7 |   106M |  28 | 100 |3835 |3836 |1608 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.05%
999.54/1002.06	c  1002s|168800 |   877 | 11345k|  66.7 |   106M |  28 | 100 |3836 |3837 |1612 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.08%
1000.14/1002.67	c  1003s|168900 |   873 | 11352k|  66.7 |   106M |  28 | 100 |3836 |3836 |1614 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.16%
1000.73/1003.20	c  1003s|169000 |   881 | 11358k|  66.7 |   106M |  28 | 100 |3835 |3836 |1614 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.17%
1001.33/1003.88	c  1004s|169100 |   872 | 11366k|  66.7 |   106M |  28 | 100 |3835 |3837 |1614 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.19%
1001.93/1004.47	c  1004s|169200 |   875 | 11373k|  66.7 |   106M |  28 | 100 |3835 |3836 |1614 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.21%
1002.63/1005.14	c  1005s|169300 |   883 | 11380k|  66.7 |   106M |  28 | 100 |3835 |3837 |1618 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.25%
1003.23/1005.71	c  1006s|169400 |   883 | 11387k|  66.7 |   106M |  28 | 100 |3835 |3836 |1620 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.32%
1003.93/1006.40	c  1006s|169500 |   889 | 11394k|  66.8 |   106M |  28 | 100 |3835 |3836 |1622 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.38%
1004.42/1006.96	c  1007s|169600 |   890 | 11401k|  66.8 |   106M |  28 | 100 |3835 |3836 |1622 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.40%
1004.92/1007.45	c  1007s|169700 |   884 | 11407k|  66.7 |   106M |  28 | 100 |3835 |3836 |1622 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.42%
1005.42/1007.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1005.42/1007.98	c  1008s|169800 |   885 | 11413k|  66.7 |   106M |  28 | 100 |3835 |3836 |1622 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.44%
1006.02/1008.53	c  1009s|169900 |   883 | 11420k|  66.7 |   106M |  28 | 100 |3836 |3836 |1622 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.46%
1006.62/1009.15	c  1009s|170000 |   891 | 11426k|  66.7 |   106M |  28 | 100 |3835 |3836 |1627 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.49%
1007.22/1009.74	c  1010s|170100 |   889 | 11433k|  66.7 |   106M |  28 | 100 |3835 |3836 |1627 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.52%
1007.72/1010.24	c  1010s|170200 |   889 | 11439k|  66.7 |   106M |  28 | 100 |3835 |3837 |1627 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.56%
1008.41/1010.91	c  1011s|170300 |   895 | 11446k|  66.7 |   106M |  28 | 100 |3835 |3836 |1627 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.57%
1008.91/1011.48	c  1011s|170400 |   897 | 11453k|  66.7 |   106M |  28 | 100 |3835 |3836 |1627 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.58%
1009.52/1012.05	c  1012s|170500 |   899 | 11459k|  66.7 |   106M |  28 | 100 |3835 |3836 |1627 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.59%
1010.01/1012.56	c  1013s|170600 |   896 | 11465k|  66.7 |   106M |  28 | 100 |3835 |3837 |1627 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.60%
1010.61/1013.17	c  1013s|170700 |   892 | 11472k|  66.7 |   106M |  28 | 100 |3835 |3837 |1627 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.62%
1011.21/1013.71	c  1014s|170800 |   890 | 11478k|  66.7 |   106M |  28 | 100 |3835 |3836 |1627 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.63%
1011.81/1014.31	c  1014s|170900 |   890 | 11484k|  66.7 |   106M |  28 | 100 |3835 |3837 |1627 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.65%
1012.40/1014.91	c  1015s|171000 |   886 | 11491k|  66.7 |   106M |  28 | 100 |3835 |3836 |1627 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.68%
1013.10/1015.64	c  1016s|171100 |   898 | 11499k|  66.7 |   106M |  28 | 100 |3835 |3837 |1629 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.71%
1013.70/1016.23	c  1016s|171200 |   894 | 11506k|  66.7 |   106M |  28 | 100 |3836 |3835 |1629 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.72%
1014.30/1016.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1014.30/1016.83	c  1017s|171300 |   894 | 11513k|  66.7 |   106M |  28 | 100 |3835 |3836 |1632 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.76%
1015.00/1017.50	c  1018s|171400 |   898 | 11520k|  66.7 |   106M |  28 | 100 |3837 |3836 |1635 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.89%
1015.60/1018.12	c  1018s|171500 |   906 | 11527k|  66.7 |   106M |  28 | 100 |3835 |3837 |1639 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.93%
1016.10/1018.63	c  1019s|171600 |   908 | 11533k|  66.7 |   106M |  28 | 100 |3835 |3837 |1639 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.95%
1016.79/1019.36	c  1019s|171700 |   908 | 11542k|  66.8 |   106M |  28 | 100 |3835 |3837 |1639 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.96%
1017.39/1019.93	c  1020s|171800 |   908 | 11549k|  66.8 |   106M |  28 | 100 |3835 |3836 |1641 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  63.99%
1017.89/1020.47	c  1020s|171900 |   914 | 11555k|  66.8 |   106M |  28 | 100 |3835 |3836 |1641 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.00%
1018.59/1021.13	c  1021s|172000 |   919 | 11562k|  66.8 |   106M |  28 | 100 |3835 |3837 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.02%
1019.19/1021.72	c  1022s|172100 |   921 | 11569k|  66.8 |   106M |  28 | 100 |3835 |3837 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.04%
1019.69/1022.26	c  1022s|172200 |   917 | 11576k|  66.8 |   106M |  28 | 100 |3835 |3837 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.05%
1020.28/1022.83	c  1023s|172300 |   918 | 11582k|  66.8 |   106M |  28 | 100 |3835 |3836 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.07%
1020.78/1023.35	c  1023s|172400 |   916 | 11588k|  66.8 |   106M |  28 | 100 |3835 |3836 |1644 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.08%
1021.28/1023.87	c  1024s|172500 |   910 | 11595k|  66.8 |   106M |  28 | 100 |3835 |3836 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.09%
1021.88/1024.41	c  1024s|172600 |   912 | 11601k|  66.7 |   106M |  28 | 100 |3835 |3836 |1644 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.10%
1022.28/1024.89	c  1025s|172700 |   918 | 11606k|  66.7 |   106M |  28 | 100 |3835 |3836 |1644 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.12%
1022.88/1025.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1022.88/1025.44	c  1025s|172800 |   906 | 11613k|  66.7 |   106M |  28 | 100 |3835 |3837 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.13%
1023.68/1026.20	c  1026s|172900 |   920 | 11620k|  66.7 |   106M |  28 | 100 |3835 |3837 |1644 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.14%
1024.27/1026.82	c  1027s|173000 |   918 | 11628k|  66.8 |   106M |  28 | 100 |3835 |3836 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.16%
1024.87/1027.42	c  1027s|173100 |   912 | 11635k|  66.8 |   106M |  28 | 100 |3835 |3837 |1644 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.18%
1025.48/1028.06	c  1028s|173200 |   910 | 11642k|  66.8 |   106M |  28 | 100 |3835 |3836 |1646 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.21%
1026.17/1028.71	c  1029s|173300 |   910 | 11650k|  66.8 |   106M |  28 | 100 |3835 |3836 |1646 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.24%
1026.77/1029.33	c  1029s|173400 |   908 | 11657k|  66.8 |   106M |  28 | 100 |3837 |3836 |1646 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.27%
1027.37/1029.95	c  1030s|173500 |   910 | 11664k|  66.8 |   106M |  28 | 100 |3835 |3836 |1646 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.29%
1027.97/1030.53	c  1031s|173600 |   913 | 11670k|  66.8 |   106M |  28 | 100 |3835 |3836 |1651 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf |  64.30%
1028.47/1031.09	c  1031s|173700 |   913 | 11677k|  66.8 |   106M |  28 | 100 |3835 |3837 |1651 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.33%
1029.06/1031.63	c  1032s|173800 |   909 | 11683k|  66.8 |   106M |  28 | 100 |3835 |3835 |1651 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.35%
1029.57/1032.14	c  1032s|173900 |   913 | 11689k|  66.8 |   106M |  28 | 100 |3835 |3836 |1651 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.36%
1030.16/1032.75	c  1033s|174000 |   901 | 11696k|  66.8 |   106M |  28 | 100 |3837 |3837 |1651 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.41%
1030.76/1033.34	c  1033s|174100 |   893 | 11703k|  66.8 |   106M |  28 | 100 |3837 |3836 |1651 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.55%
1031.26/1033.88	c  1034s|174200 |   889 | 11710k|  66.8 |   106M |  28 | 100 |3835 |3836 |1651 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.62%
1031.96/1034.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1031.96/1034.51	c  1035s|174300 |   889 | 11717k|  66.8 |   106M |  28 | 100 |3835 |3835 |1651 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.64%
1032.46/1035.08	c  1035s|174400 |   881 | 11724k|  66.8 |   106M |  28 | 100 |3836 |3836 |1651 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.69%
1033.05/1035.68	c  1036s|174500 |   875 | 11731k|  66.8 |   106M |  28 | 100 |3835 |3837 |1651 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.76%
1033.65/1036.28	c  1036s|174600 |   877 | 11738k|  66.8 |   106M |  28 | 100 |3835 |3836 |1653 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.82%
1034.35/1036.91	c  1037s|174700 |   875 | 11744k|  66.8 |   106M |  28 | 100 |3837 |3836 |1653 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.85%
1034.85/1037.44	c  1037s|174800 |   879 | 11751k|  66.8 |   106M |  28 | 100 |3836 |3836 |1653 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.87%
1035.35/1037.99	c  1038s|174900 |   873 | 11757k|  66.8 |   106M |  28 | 100 |3835 |3837 |1653 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.89%
1036.25/1038.84	c  1039s|175000 |   879 | 11768k|  66.8 |   106M |  28 | 100 |3835 |3836 |1653 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.92%
1036.74/1039.39	c  1039s|175100 |   879 | 11774k|  66.8 |   106M |  28 | 100 |3835 |3836 |1653 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  64.95%
1037.45/1040.03	c  1040s|175200 |   884 | 11781k|  66.8 |   106M |  28 | 100 |3835 |3836 |1655 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.04%
1037.94/1040.55	c  1041s|175300 |   884 | 11787k|  66.8 |   106M |  28 | 100 |3836 |3837 |1658 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.06%
1038.54/1041.12	c  1041s|175400 |   888 | 11794k|  66.8 |   106M |  28 | 100 |3835 |3836 |1658 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.15%
1039.14/1041.73	c  1042s|175500 |   900 | 11800k|  66.8 |   106M |  28 | 100 |3835 |3836 |1658 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.16%
1039.64/1042.22	c  1042s|175600 |   898 | 11806k|  66.8 |   106M |  28 | 100 |3835 |3836 |1658 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.16%
1040.14/1042.73	c  1043s|175700 |   890 | 11812k|  66.8 |   106M |  28 | 100 |3835 |3836 |1658 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.17%
1040.63/1043.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1040.63/1043.26	c  1043s|175800 |   890 | 11818k|  66.8 |   106M |  28 | 100 |3835 |3836 |1658 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.18%
1041.23/1043.85	c  1044s|175900 |   892 | 11825k|  66.8 |   106M |  28 | 100 |3835 |3836 |1658 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.19%
1042.03/1044.62	c  1045s|176000 |   886 | 11833k|  66.8 |   106M |  28 | 100 |3835 |3835 |1660 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.26%
1042.53/1045.16	c  1045s|176100 |   884 | 11839k|  66.8 |   106M |  28 | 100 |3835 |3836 |1660 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.29%
1043.13/1045.75	c  1046s|176200 |   882 | 11846k|  66.8 |   106M |  28 | 100 |3837 |3836 |1660 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.34%
1043.73/1046.35	c  1046s|176300 |   884 | 11853k|  66.8 |   106M |  28 | 100 |3835 |3836 |1662 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.38%
1044.32/1046.97	c  1047s|176400 |   890 | 11860k|  66.8 |   106M |  28 | 100 |3835 |3837 |1664 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.39%
1045.02/1047.62	c  1048s|176500 |   892 | 11868k|  66.8 |   106M |  28 | 100 |3835 |3837 |1664 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.44%
1045.62/1048.27	c  1048s|176600 |   886 | 11875k|  66.8 |   106M |  28 | 100 |3837 |3837 |1664 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.48%
1046.22/1048.85	c  1049s|176700 |   886 | 11882k|  66.8 |   106M |  28 | 100 |3835 |3837 |1664 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.49%
1046.82/1049.47	c  1049s|176800 |   884 | 11889k|  66.8 |   106M |  28 | 100 |3835 |3836 |1664 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.51%
1047.42/1050.08	c  1050s|176900 |   882 | 11896k|  66.8 |   106M |  28 | 100 |3836 |3836 |1666 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.53%
1048.11/1050.75	c  1051s|177000 |   888 | 11903k|  66.8 |   106M |  28 | 100 |3835 |3836 |1668 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.60%
1048.71/1051.39	c  1051s|177100 |   876 | 11911k|  66.8 |   106M |  28 | 100 |3837 |3836 |1668 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.69%
1049.31/1052.00	c  1052s|177200 |   872 | 11918k|  66.8 |   106M |  28 | 100 |3836 |3836 |1668 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.76%
1050.01/1052.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1050.01/1052.69	c  1053s|177300 |   876 | 11926k|  66.8 |   106M |  28 | 100 |3835 |3835 |1668 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.80%
1050.71/1053.31	c  1053s|177400 |   876 | 11933k|  66.8 |   106M |  28 | 100 |3835 |3837 |1668 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  65.83%
1051.21/1053.89	c  1054s|177500 |   866 | 11939k|  66.8 |   106M |  28 | 100 |3836 |3836 |1672 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.08%
1051.81/1054.46	c  1054s|177600 |   862 | 11946k|  66.8 |   106M |  28 | 100 |3835 |3837 |1672 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.13%
1052.51/1055.15	c  1055s|177700 |   872 | 11954k|  66.8 |   106M |  28 | 100 |3835 |3836 |1674 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.15%
1053.00/1055.69	c  1056s|177800 |   872 | 11960k|  66.8 |   106M |  28 | 100 |3835 |3836 |1674 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.17%
1053.60/1056.27	c  1056s|177900 |   872 | 11967k|  66.8 |   106M |  28 | 100 |3835 |3836 |1674 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.18%
1054.20/1056.81	c  1057s|178000 |   866 | 11974k|  66.8 |   106M |  28 | 100 |3835 |3836 |1674 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.20%
1054.80/1057.41	c  1057s|178100 |   862 | 11980k|  66.8 |   106M |  28 | 100 |3835 |3836 |1674 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.25%
1055.30/1057.95	c  1058s|178200 |   862 | 11987k|  66.8 |   106M |  28 | 100 |3835 |3836 |1674 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.30%
1055.90/1058.54	c  1059s|178300 |   862 | 11993k|  66.8 |   106M |  28 | 100 |3837 |3836 |1676 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.33%
1056.50/1059.15	c  1059s|178400 |   862 | 12001k|  66.8 |   106M |  28 | 100 |3835 |3836 |1676 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.38%
1057.09/1059.71	c  1060s|178500 |   860 | 12007k|  66.8 |   106M |  28 | 100 |3835 |3836 |1676 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.42%
1057.79/1060.40	c  1060s|178600 |   862 | 12014k|  66.8 |   106M |  28 | 100 |3836 |3836 |1680 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.65%
1058.29/1060.97	c  1061s|178700 |   860 | 12021k|  66.8 |   106M |  28 | 100 |3835 |3836 |1680 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf |  66.69%
1058.89/1061.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1058.89/1061.53	c  1062s|178800 |   858 | 12028k|  66.8 |   106M |  28 | 100 |3835 |3836 |1680 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  66.73%
1059.49/1062.11	c  1062s|178900 |   860 | 12034k|  66.8 |   106M |  28 | 100 |3835 |3837 |1682 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  66.77%
1059.99/1062.69	c  1063s|179000 |   858 | 12041k|  66.8 |   106M |  28 | 100 |3835 |3837 |1682 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  66.80%
1060.58/1063.28	c  1063s|179100 |   854 | 12048k|  66.8 |   106M |  28 | 100 |3837 |3837 |1684 |  2 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  66.83%
1061.18/1063.85	c  1064s|179200 |   856 | 12055k|  66.8 |   106M |  28 | 100 |3836 |3837 |1684 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  66.86%
1061.78/1064.42	c  1064s|179300 |   858 | 12061k|  66.8 |   106M |  28 | 100 |3835 |3836 |1684 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  66.90%
1062.38/1065.04	c  1065s|179400 |   858 | 12069k|  66.8 |   106M |  28 | 100 |3835 |3836 |1686 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.00%
1062.98/1065.61	c  1066s|179500 |   865 | 12075k|  66.8 |   106M |  28 | 100 |3835 |3837 |1688 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.07%
1063.48/1066.12	c  1066s|179600 |   857 | 12081k|  66.8 |   106M |  28 | 100 |3836 |3837 |1688 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.11%
1063.97/1066.68	c  1067s|179700 |   861 | 12087k|  66.8 |   106M |  28 | 100 |3835 |3836 |1690 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.13%
1064.48/1067.15	c  1067s|179800 |   859 | 12093k|  66.8 |   106M |  28 | 100 |3836 |3836 |1690 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.20%
1064.97/1067.65	c  1068s|179900 |   859 | 12098k|  66.8 |   106M |  28 | 100 |3835 |3837 |1690 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.22%
1065.57/1068.23	c  1068s|180000 |   859 | 12105k|  66.8 |   106M |  28 | 100 |3835 |3838 |1693 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.29%
1066.17/1068.84	c  1069s|180100 |   851 | 12112k|  66.8 |   106M |  28 | 100 |3835 |3837 |1693 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.36%
1066.87/1069.51	c  1070s|180200 |   858 | 12119k|  66.8 |   106M |  28 | 100 |3836 |3837 |1693 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.38%
1067.37/1070.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1067.37/1070.01	c  1070s|180300 |   854 | 12124k|  66.8 |   106M |  28 | 100 |3835 |3837 |1693 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.40%
1067.76/1070.48	c  1070s|180400 |   854 | 12130k|  66.8 |   106M |  28 | 100 |3835 |3837 |1693 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.41%
1068.37/1071.01	c  1071s|180500 |   854 | 12136k|  66.8 |   106M |  28 | 100 |3835 |3837 |1693 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.41%
1068.96/1071.66	c  1072s|180600 |   866 | 12143k|  66.8 |   106M |  28 | 100 |3835 |3837 |1699 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.42%
1069.47/1072.19	c  1072s|180700 |   866 | 12149k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.44%
1070.06/1072.72	c  1073s|180800 |   864 | 12155k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.45%
1070.56/1073.25	c  1073s|180900 |   864 | 12162k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.46%
1071.26/1073.92	c  1074s|181000 |   866 | 12168k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.47%
1071.66/1074.37	c  1074s|181100 |   867 | 12174k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.47%
1072.15/1074.87	c  1075s|181200 |   859 | 12180k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.48%
1072.65/1075.35	c  1075s|181300 |   861 | 12186k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.50%
1073.25/1075.96	c  1076s|181400 |   863 | 12192k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.52%
1073.85/1076.53	c  1077s|181500 |   863 | 12199k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.52%
1074.35/1077.06	c  1077s|181600 |   863 | 12206k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.54%
1074.85/1077.57	c  1078s|181700 |   865 | 12211k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.54%
1075.45/1078.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1075.45/1078.12	c  1078s|181800 |   867 | 12218k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.54%
1075.94/1078.65	c  1079s|181900 |   865 | 12224k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.55%
1076.54/1079.25	c  1079s|182000 |   871 | 12231k|  66.8 |   106M |  28 | 100 |3835 |3836 |1699 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.56%
1077.14/1079.80	c  1080s|182100 |   875 | 12238k|  66.8 |   106M |  28 | 100 |3835 |3836 |1701 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.57%
1077.64/1080.38	c  1080s|182200 |   871 | 12245k|  66.8 |   106M |  28 | 100 |3835 |3836 |1701 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.58%
1078.24/1080.91	c  1081s|182300 |   871 | 12251k|  66.8 |   106M |  28 | 100 |3835 |3836 |1701 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.59%
1078.84/1081.51	c  1082s|182400 |   875 | 12258k|  66.8 |   106M |  28 | 100 |3835 |3836 |1701 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.62%
1079.34/1082.03	c  1082s|182500 |   873 | 12264k|  66.8 |   106M |  28 | 100 |3835 |3836 |1701 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.63%
1079.84/1082.57	c  1083s|182600 |   879 | 12271k|  66.8 |   106M |  28 | 100 |3835 |3836 |1701 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.65%
1080.44/1083.19	c  1083s|182700 |   869 | 12278k|  66.8 |   106M |  28 | 100 |3835 |3837 |1701 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.68%
1081.23/1083.95	c  1084s|182800 |   877 | 12287k|  66.8 |   106M |  28 | 100 |3835 |3838 |1703 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.70%
1081.83/1084.56	c  1085s|182900 |   873 | 12294k|  66.8 |   106M |  28 | 100 |3835 |3838 |1703 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.72%
1082.43/1085.17	c  1085s|183000 |   879 | 12301k|  66.8 |   106M |  28 | 100 |3835 |3837 |1705 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.74%
1082.93/1085.66	c  1086s|183100 |   877 | 12307k|  66.8 |   106M |  28 | 100 |3835 |3837 |1705 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.76%
1083.43/1086.14	c  1086s|183200 |   873 | 12312k|  66.8 |   106M |  28 | 100 |3836 |3837 |1705 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf |  67.78%
1083.92/1086.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1083.92/1086.62	c  1087s|183300 |   871 | 12318k|  66.8 |   106M |  28 | 100 |3835 |3837 |1705 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.80%
1084.52/1087.26	c  1087s|183400 |   877 | 12325k|  66.8 |   106M |  28 | 100 |3835 |3837 |1709 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.82%
1085.02/1087.72	c  1088s|183500 |   881 | 12330k|  66.8 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.83%
1085.52/1088.22	c  1088s|183600 |   883 | 12336k|  66.8 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.83%
1086.02/1088.72	c  1089s|183700 |   879 | 12342k|  66.8 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.84%
1086.52/1089.26	c  1089s|183800 |   889 | 12348k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.85%
1087.02/1089.70	c  1090s|183900 |   885 | 12353k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.85%
1087.42/1090.19	c  1090s|184000 |   881 | 12359k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.86%
1087.91/1090.68	c  1091s|184100 |   877 | 12365k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.87%
1088.42/1091.16	c  1091s|184200 |   887 | 12370k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.88%
1088.91/1091.66	c  1092s|184300 |   887 | 12377k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.88%
1089.42/1092.18	c  1092s|184400 |   887 | 12383k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.88%
1089.91/1092.68	c  1093s|184500 |   885 | 12389k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.89%
1090.41/1093.18	c  1093s|184600 |   879 | 12395k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.90%
1090.91/1093.68	c  1094s|184700 |   877 | 12401k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.90%
1091.71/1094.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1091.71/1094.42	c  1094s|184800 |   886 | 12409k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.91%
1092.10/1094.86	c  1095s|184900 |   886 | 12414k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.91%
1092.60/1095.33	c  1095s|185000 |   878 | 12419k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.92%
1093.20/1095.92	c  1096s|185100 |   878 | 12426k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.93%
1093.60/1096.37	c  1096s|185200 |   876 | 12432k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.94%
1094.20/1096.96	c  1097s|185300 |   880 | 12438k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.97%
1094.80/1097.50	c  1097s|185400 |   882 | 12444k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.99%
1095.20/1097.96	c  1098s|185500 |   882 | 12450k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  67.99%
1095.90/1098.61	c  1099s|185600 |   876 | 12457k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.00%
1096.30/1099.09	c  1099s|185700 |   872 | 12462k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.01%
1096.79/1099.52	c  1100s|185800 |   876 | 12467k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.02%
1097.19/1099.98	c  1100s|185900 |   874 | 12473k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.03%
1097.69/1100.43	c  1100s|186000 |   874 | 12478k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.04%
1098.09/1100.89	c  1101s|186100 |   876 | 12483k|  66.7 |   106M |  28 | 100 |3835 |3837 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.05%
1098.59/1101.38	c  1101s|186200 |   876 | 12489k|  66.6 |   106M |  28 | 100 |3835 |3837 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.06%
1099.19/1101.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1099.19/1101.97	c  1102s|186300 |   876 | 12496k|  66.6 |   106M |  28 | 100 |3836 |3837 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.08%
1099.79/1102.53	c  1103s|186400 |   872 | 12503k|  66.6 |   106M |  28 | 100 |3835 |3839 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.13%
1100.39/1103.14	c  1103s|186500 |   872 | 12510k|  66.6 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.19%
1100.98/1103.70	c  1104s|186600 |   874 | 12517k|  66.7 |   106M |  28 | 100 |3835 |3836 |1711 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.21%
1101.48/1104.26	c  1104s|186700 |   876 | 12523k|  66.6 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.22%
1101.98/1104.76	c  1105s|186800 |   870 | 12528k|  66.6 |   106M |  28 | 100 |3835 |3836 |1711 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.23%
1102.58/1105.30	c  1105s|186900 |   872 | 12535k|  66.6 |   106M |  28 | 100 |3835 |3836 |1713 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.27%
1103.08/1105.83	c  1106s|187000 |   866 | 12541k|  66.6 |   106M |  28 | 100 |3835 |3836 |1713 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.32%
1103.48/1106.28	c  1106s|187100 |   866 | 12546k|  66.6 |   106M |  28 | 100 |3835 |3836 |1713 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.33%
1104.07/1106.80	c  1107s|187200 |   864 | 12552k|  66.6 |   106M |  28 | 100 |3835 |3836 |1713 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.34%
1104.57/1107.36	c  1107s|187300 |   858 | 12559k|  66.6 |   106M |  28 | 100 |3835 |3836 |1713 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.36%
1105.07/1107.86	c  1108s|187400 |   854 | 12564k|  66.6 |   106M |  28 | 100 |3835 |3836 |1716 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.42%
1105.77/1108.56	c  1109s|187500 |   856 | 12573k|  66.6 |   106M |  28 | 100 |3835 |3836 |1718 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.43%
1106.27/1109.07	c  1109s|187600 |   862 | 12578k|  66.6 |   106M |  28 | 100 |3835 |3836 |1718 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.44%
1106.77/1109.58	c  1110s|187700 |   858 | 12584k|  66.6 |   106M |  28 | 100 |3835 |3836 |1718 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf |  68.45%
1107.37/1110.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1107.37/1110.15	c  1110s|187800 |   856 | 12591k|  66.6 |   106M |  28 | 100 |3835 |3835 |1718 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.48%
1107.97/1110.77	c  1111s|187900 |   868 | 12597k|  66.6 |   106M |  28 | 100 |3835 |3836 |1720 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.50%
1108.56/1111.33	c  1111s|188000 |   866 | 12604k|  66.6 |   106M |  28 | 100 |3835 |3836 |1720 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.53%
1109.06/1111.81	c  1112s|188100 |   854 | 12610k|  66.6 |   106M |  28 | 100 |3835 |3836 |1720 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.55%
1109.66/1112.40	c  1112s|188200 |   862 | 12616k|  66.6 |   106M |  28 | 100 |3835 |3836 |1720 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.56%
1110.16/1112.91	c  1113s|188300 |   857 | 12622k|  66.6 |   106M |  28 | 100 |3835 |3836 |1720 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.57%
1110.76/1113.52	c  1114s|188400 |   861 | 12629k|  66.6 |   106M |  28 | 100 |3835 |3836 |1723 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.59%
1111.26/1114.04	c  1114s|188500 |   855 | 12635k|  66.6 |   106M |  28 | 100 |3835 |3836 |1723 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.60%
1111.85/1114.64	c  1115s|188600 |   863 | 12642k|  66.6 |   106M |  28 | 100 |3835 |3836 |1723 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.63%
1112.45/1115.21	c  1115s|188700 |   851 | 12649k|  66.6 |   106M |  28 | 100 |3835 |3836 |1723 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.67%
1112.95/1115.73	c  1116s|188800 |   855 | 12655k|  66.6 |   106M |  28 | 100 |3835 |3837 |1723 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.68%
1113.45/1116.28	c  1116s|188900 |   857 | 12661k|  66.6 |   106M |  28 | 100 |3835 |3837 |1723 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.71%
1114.05/1116.86	c  1117s|189000 |   851 | 12668k|  66.6 |   106M |  28 | 100 |3836 |3835 |1725 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.76%
1114.65/1117.40	c  1117s|189100 |   849 | 12674k|  66.6 |   106M |  28 | 100 |3836 |3835 |1725 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.80%
1115.25/1118.01	c  1118s|189200 |   853 | 12681k|  66.6 |   106M |  28 | 100 |3836 |3836 |1725 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.84%
1115.84/1118.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1115.84/1118.65	c  1119s|189300 |   853 | 12689k|  66.6 |   106M |  28 | 100 |3836 |3836 |1725 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.86%
1116.35/1119.13	c  1119s|189400 |   851 | 12694k|  66.6 |   106M |  28 | 100 |3835 |3837 |1725 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.88%
1117.04/1119.83	c  1120s|189500 |   861 | 12702k|  66.6 |   106M |  28 | 100 |3835 |3836 |1729 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  68.95%
1117.54/1120.38	c  1120s|189600 |   857 | 12708k|  66.6 |   106M |  28 | 100 |3835 |3836 |1731 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.03%
1118.14/1120.93	c  1121s|189700 |   857 | 12715k|  66.6 |   106M |  28 | 100 |3835 |3836 |1731 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.08%
1118.84/1121.66	c  1122s|189800 |   865 | 12723k|  66.6 |   106M |  28 | 100 |3835 |3837 |1738 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.17%
1119.44/1122.27	c  1122s|189900 |   863 | 12730k|  66.6 |   106M |  28 | 100 |3835 |3837 |1738 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.25%
1120.13/1122.93	c  1123s|190000 |   853 | 12738k|  66.6 |   106M |  28 | 100 |3836 |3836 |1738 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.39%
1120.73/1123.53	c  1124s|190100 |   853 | 12745k|  66.6 |   106M |  28 | 100 |3835 |3836 |1740 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.47%
1121.34/1124.15	c  1124s|190200 |   855 | 12753k|  66.6 |   106M |  28 | 100 |3835 |3837 |1743 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.53%
1121.93/1124.76	c  1125s|190300 |   859 | 12759k|  66.6 |   106M |  28 | 100 |3835 |3835 |1745 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.56%
1122.43/1125.30	c  1125s|190400 |   861 | 12765k|  66.6 |   106M |  28 | 100 |3835 |3836 |1745 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.56%
1123.03/1125.80	c  1126s|190500 |   863 | 12771k|  66.6 |   106M |  28 | 100 |3835 |3837 |1745 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.57%
1123.53/1126.33	c  1126s|190600 |   861 | 12777k|  66.6 |   106M |  28 | 100 |3835 |3836 |1745 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.59%
1124.02/1126.88	c  1127s|190700 |   857 | 12783k|  66.6 |   106M |  28 | 100 |3835 |3836 |1747 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.66%
1124.62/1127.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1124.62/1127.46	c  1127s|190800 |   865 | 12790k|  66.6 |   106M |  28 | 100 |3835 |3836 |1749 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.68%
1125.12/1127.95	c  1128s|190900 |   860 | 12796k|  66.6 |   106M |  28 | 100 |3835 |3836 |1749 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.72%
1125.62/1128.49	c  1128s|191000 |   860 | 12803k|  66.6 |   106M |  28 | 100 |3835 |3836 |1749 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.75%
1126.22/1129.02	c  1129s|191100 |   862 | 12809k|  66.6 |   106M |  28 | 100 |3835 |3836 |1749 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.78%
1126.92/1129.70	c  1130s|191200 |   862 | 12817k|  66.6 |   106M |  28 | 100 |3835 |3838 |1749 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.80%
1127.42/1130.20	c  1130s|191300 |   858 | 12823k|  66.6 |   106M |  28 | 100 |3835 |3837 |1749 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.82%
1127.92/1130.76	c  1131s|191400 |   860 | 12829k|  66.6 |   106M |  28 | 100 |3835 |3837 |1749 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.85%
1128.61/1131.44	c  1131s|191500 |   858 | 12836k|  66.6 |   106M |  28 | 100 |3836 |3835 |1753 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.88%
1129.22/1132.01	c  1132s|191600 |   858 | 12843k|  66.6 |   106M |  28 | 100 |3835 |3836 |1753 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.89%
1129.71/1132.57	c  1133s|191700 |   852 | 12850k|  66.6 |   106M |  28 | 100 |3835 |3836 |1753 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.93%
1130.21/1133.09	c  1133s|191800 |   856 | 12856k|  66.6 |   106M |  28 | 100 |3835 |3836 |1753 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.95%
1130.81/1133.69	c  1134s|191900 |   848 | 12863k|  66.6 |   106M |  28 | 100 |3835 |3837 |1753 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  69.99%
1131.41/1134.26	c  1134s|192000 |   844 | 12870k|  66.6 |   106M |  28 | 100 |3835 |3838 |1753 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.02%
1132.01/1134.86	c  1135s|192100 |   842 | 12876k|  66.6 |   106M |  28 | 100 |3837 |3836 |1755 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.10%
1132.60/1135.40	c  1135s|192200 |   840 | 12883k|  66.6 |   106M |  28 | 100 |3835 |3836 |1755 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.14%
1133.10/1135.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1133.10/1135.97	c  1136s|192300 |   850 | 12889k|  66.6 |   106M |  28 | 100 |3835 |3835 |1755 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.16%
1133.60/1136.45	c  1136s|192400 |   838 | 12895k|  66.6 |   106M |  28 | 100 |3835 |3835 |1755 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.17%
1134.20/1137.06	c  1137s|192500 |   836 | 12902k|  66.6 |   106M |  28 | 100 |3835 |3836 |1757 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.19%
1134.80/1137.62	c  1138s|192600 |   834 | 12908k|  66.6 |   106M |  28 | 100 |3835 |3836 |1757 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.23%
1135.50/1138.34	c  1138s|192700 |   844 | 12916k|  66.6 |   106M |  28 | 100 |3835 |3838 |1764 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.27%
1136.00/1138.88	c  1139s|192800 |   842 | 12922k|  66.6 |   106M |  28 | 100 |3835 |3836 |1764 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.31%
1136.59/1139.45	c  1139s|192900 |   838 | 12929k|  66.6 |   106M |  28 | 100 |3835 |3837 |1764 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.34%
1137.20/1140.06	c  1140s|193000 |   842 | 12936k|  66.6 |   106M |  28 | 100 |3835 |3836 |1766 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.37%
1137.89/1140.71	c  1141s|193100 |   838 | 12943k|  66.6 |   106M |  28 | 100 |3835 |3836 |1766 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.50%
1138.59/1141.43	c  1141s|193200 |   846 | 12951k|  66.6 |   106M |  28 | 100 |3835 |3836 |1772 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.57%
1139.19/1142.08	c  1142s|193300 |   836 | 12959k|  66.6 |   106M |  28 | 100 |3837 |3836 |1772 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.72%
1139.79/1142.60	c  1143s|193400 |   842 | 12965k|  66.6 |   106M |  28 | 100 |3836 |3837 |1774 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.75%
1140.48/1143.30	c  1143s|193500 |   850 | 12973k|  66.6 |   106M |  28 | 100 |3835 |3836 |1774 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.79%
1140.98/1143.84	c  1144s|193600 |   848 | 12979k|  66.6 |   106M |  28 | 100 |3836 |3837 |1774 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.80%
1141.58/1144.44	c  1144s|193700 |   846 | 12986k|  66.6 |   106M |  28 | 100 |3835 |3837 |1777 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.81%
1142.18/1145.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1142.18/1145.01	c  1145s|193800 |   846 | 12993k|  66.6 |   106M |  28 | 100 |3835 |3837 |1777 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf |  70.83%
1142.78/1145.61	c  1146s|193900 |   848 | 13000k|  66.6 |   106M |  28 | 100 |3835 |3837 |1777 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.84%
1143.28/1146.19	c  1146s|194000 |   846 | 13006k|  66.6 |   106M |  28 | 100 |3835 |3837 |1777 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.86%
1143.88/1146.71	c  1147s|194100 |   842 | 13013k|  66.6 |   106M |  28 | 100 |3835 |3837 |1777 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.88%
1144.47/1147.30	c  1147s|194200 |   842 | 13020k|  66.6 |   106M |  28 | 100 |3835 |3837 |1777 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.90%
1145.07/1147.90	c  1148s|194300 |   832 | 13027k|  66.6 |   106M |  28 | 100 |3835 |3836 |1777 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.94%
1145.57/1148.48	c  1148s|194400 |   832 | 13033k|  66.6 |   106M |  28 | 100 |3835 |3836 |1777 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.96%
1146.17/1149.08	c  1149s|194500 |   834 | 13040k|  66.6 |   106M |  28 | 100 |3836 |3836 |1777 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.98%
1146.77/1149.61	c  1150s|194600 |   828 | 13047k|  66.6 |   106M |  28 | 100 |3836 |3836 |1777 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  70.99%
1147.27/1150.16	c  1150s|194700 |   832 | 13053k|  66.6 |   106M |  28 | 100 |3835 |3835 |1779 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.01%
1147.87/1150.76	c  1151s|194800 |   834 | 13059k|  66.6 |   106M |  28 | 100 |3836 |3836 |1779 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.06%
1148.66/1151.50	c  1151s|194900 |   844 | 13067k|  66.6 |   106M |  28 | 100 |3835 |3836 |1784 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.07%
1149.17/1152.04	c  1152s|195000 |   842 | 13074k|  66.6 |   106M |  28 | 100 |3836 |3836 |1784 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.12%
1149.96/1152.80	c  1153s|195100 |   850 | 13082k|  66.6 |   106M |  28 | 100 |3835 |3836 |1790 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.23%
1150.46/1153.36	c  1153s|195200 |   850 | 13088k|  66.6 |   106M |  28 | 100 |3836 |3836 |1793 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.31%
1150.96/1153.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1150.96/1153.89	c  1154s|195300 |   850 | 13094k|  66.6 |   106M |  28 | 100 |3835 |3836 |1793 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.33%
1151.56/1154.42	c  1154s|195400 |   850 | 13101k|  66.6 |   106M |  28 | 100 |3835 |3836 |1793 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.36%
1152.05/1154.95	c  1155s|195500 |   848 | 13107k|  66.6 |   106M |  28 | 100 |3837 |3836 |1793 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.40%
1152.95/1155.84	c  1156s|195600 |   862 | 13115k|  66.6 |   106M |  28 | 100 |3835 |3836 |1797 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.44%
1153.45/1156.36	c  1156s|195700 |   862 | 13121k|  66.6 |   106M |  28 | 100 |3837 |3836 |1797 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.47%
1154.05/1156.92	c  1157s|195800 |   864 | 13127k|  66.6 |   106M |  28 | 100 |3835 |3836 |1797 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.52%
1154.55/1157.42	c  1157s|195900 |   866 | 13133k|  66.6 |   106M |  28 | 100 |3835 |3836 |1797 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.55%
1155.05/1157.94	c  1158s|196000 |   860 | 13139k|  66.6 |   106M |  28 | 100 |3835 |3836 |1797 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.58%
1155.55/1158.45	c  1158s|196100 |   860 | 13145k|  66.6 |   106M |  28 | 100 |3836 |3835 |1799 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.60%
1156.15/1159.05	c  1159s|196200 |   864 | 13151k|  66.6 |   106M |  28 | 100 |3835 |3835 |1799 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.62%
1156.74/1159.63	c  1160s|196300 |   868 | 13158k|  66.6 |   106M |  28 | 100 |3835 |3835 |1799 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.64%
1157.25/1160.18	c  1160s|196400 |   862 | 13164k|  66.6 |   106M |  28 | 100 |3835 |3835 |1799 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.67%
1157.84/1160.73	c  1161s|196500 |   857 | 13170k|  66.6 |   106M |  28 | 100 |3835 |3836 |1801 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.71%
1158.44/1161.35	c  1161s|196600 |   865 | 13177k|  66.6 |   106M |  28 | 100 |3836 |3835 |1801 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.75%
1159.14/1162.00	c  1162s|196700 |   859 | 13185k|  66.6 |   106M |  28 | 100 |3835 |3836 |1801 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.79%
1159.64/1162.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1159.64/1162.56	c  1163s|196800 |   849 | 13191k|  66.6 |   106M |  28 | 100 |3835 |3836 |1801 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.83%
1160.24/1163.17	c  1163s|196900 |   851 | 13198k|  66.6 |   106M |  28 | 100 |3835 |3836 |1801 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.85%
1160.83/1163.77	c  1164s|197000 |   845 | 13205k|  66.6 |   106M |  28 | 100 |3835 |3837 |1801 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.91%
1161.43/1164.32	c  1164s|197100 |   851 | 13211k|  66.6 |   106M |  28 | 100 |3835 |3837 |1801 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.94%
1161.93/1164.88	c  1165s|197200 |   841 | 13217k|  66.6 |   106M |  28 | 100 |3835 |3835 |1803 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  71.97%
1162.53/1165.47	c  1165s|197300 |   841 | 13224k|  66.6 |   106M |  28 | 100 |3835 |3836 |1803 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.00%
1163.03/1165.98	c  1166s|197400 |   835 | 13230k|  66.6 |   106M |  28 | 100 |3835 |3838 |1803 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.02%
1163.73/1166.60	c  1167s|197500 |   841 | 13237k|  66.6 |   106M |  28 | 100 |3835 |3836 |1805 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.06%
1164.23/1167.15	c  1167s|197600 |   847 | 13243k|  66.6 |   106M |  28 | 100 |3835 |3836 |1805 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.08%
1164.62/1167.59	c  1168s|197700 |   843 | 13248k|  66.6 |   106M |  28 | 100 |3835 |3836 |1805 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.10%
1165.23/1168.13	c  1168s|197800 |   841 | 13254k|  66.6 |   106M |  28 | 100 |3837 |3837 |1805 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.14%
1165.72/1168.64	c  1169s|197900 |   845 | 13260k|  66.6 |   106M |  28 | 100 |3835 |3836 |1805 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.16%
1166.32/1169.29	c  1169s|198000 |   843 | 13268k|  66.6 |   106M |  28 | 100 |3835 |3836 |1807 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.22%
1167.02/1169.97	c  1170s|198100 |   839 | 13275k|  66.6 |   106M |  28 | 100 |3837 |3837 |1807 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.28%
1167.72/1170.61	c  1171s|198200 |   841 | 13283k|  66.6 |   106M |  28 | 100 |3837 |3836 |1809 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf |  72.36%
1168.22/1171.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1168.22/1171.18	c  1171s|198300 |   836 | 13290k|  66.6 |   106M |  28 | 100 |3835 |3836 |1809 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.42%
1168.81/1171.72	c  1172s|198400 |   828 | 13296k|  66.6 |   106M |  28 | 100 |3837 |3836 |1809 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.46%
1169.31/1172.29	c  1172s|198500 |   836 | 13303k|  66.6 |   106M |  28 | 100 |3835 |3836 |1809 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.49%
1169.91/1172.85	c  1173s|198600 |   826 | 13309k|  66.6 |   106M |  28 | 100 |3835 |3836 |1809 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.51%
1170.51/1173.45	c  1173s|198700 |   824 | 13316k|  66.6 |   106M |  28 | 100 |3835 |3836 |1809 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.54%
1171.01/1173.99	c  1174s|198800 |   830 | 13322k|  66.6 |   106M |  28 | 100 |3835 |3835 |1809 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.54%
1171.61/1174.58	c  1175s|198900 |   830 | 13329k|  66.6 |   106M |  28 | 100 |3835 |3835 |1809 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.56%
1172.21/1175.18	c  1175s|199000 |   826 | 13336k|  66.6 |   106M |  28 | 100 |3835 |3836 |1811 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.61%
1172.80/1175.77	c  1176s|199100 |   828 | 13343k|  66.6 |   106M |  28 | 100 |3837 |3837 |1811 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.63%
1173.40/1176.35	c  1176s|199200 |   826 | 13350k|  66.6 |   106M |  28 | 100 |3835 |3836 |1813 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.67%
1174.00/1176.93	c  1177s|199300 |   825 | 13357k|  66.6 |   106M |  28 | 100 |3835 |3836 |1813 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.72%
1174.80/1177.76	c  1178s|199400 |   831 | 13364k|  66.6 |   106M |  28 | 100 |3836 |3836 |1816 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.78%
1175.30/1178.28	c  1178s|199500 |   833 | 13371k|  66.6 |   106M |  28 | 100 |3835 |3836 |1816 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.80%
1175.90/1178.80	c  1179s|199600 |   831 | 13377k|  66.6 |   106M |  28 | 100 |3835 |3836 |1816 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.82%
1176.40/1179.37	c  1179s|199700 |   827 | 13383k|  66.6 |   106M |  28 | 100 |3835 |3835 |1816 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.84%
1177.10/1180.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1177.10/1180.03	c  1180s|199800 |   829 | 13391k|  66.6 |   106M |  28 | 100 |3837 |3836 |1816 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.87%
1177.69/1180.61	c  1181s|199900 |   833 | 13398k|  66.6 |   106M |  28 | 100 |3835 |3836 |1816 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.90%
1178.29/1181.20	c  1181s|200000 |   838 | 13404k|  66.6 |   106M |  28 | 100 |3835 |3836 |1816 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.91%
1178.79/1181.70	c  1182s|200100 |   834 | 13410k|  66.6 |   106M |  28 | 100 |3836 |3836 |1816 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.92%
1179.39/1182.33	c  1182s|200200 |   830 | 13417k|  66.6 |   106M |  28 | 100 |3836 |3836 |1816 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.94%
1179.89/1182.87	c  1183s|200300 |   822 | 13423k|  66.6 |   106M |  28 | 100 |3835 |3836 |1816 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  72.97%
1180.49/1183.48	c  1183s|200400 |   822 | 13430k|  66.6 |   106M |  28 | 100 |3836 |3838 |1818 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.06%
1181.19/1184.16	c  1184s|200500 |   834 | 13438k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.10%
1181.88/1184.83	c  1185s|200600 |   836 | 13445k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.13%
1182.48/1185.40	c  1185s|200700 |   834 | 13452k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.17%
1183.08/1186.05	c  1186s|200800 |   829 | 13460k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.21%
1183.68/1186.63	c  1187s|200900 |   829 | 13467k|  66.6 |   106M |  28 | 100 |3837 |3835 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.23%
1184.18/1187.15	c  1187s|201000 |   827 | 13473k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.25%
1184.87/1187.89	c  1188s|201100 |   827 | 13482k|  66.6 |   106M |  28 | 100 |3835 |3835 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.30%
1185.47/1188.45	c  1188s|201200 |   823 | 13488k|  66.6 |   106M |  28 | 100 |3836 |3837 |1825 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.34%
1186.08/1189.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1186.08/1189.08	c  1189s|201300 |   815 | 13496k|  66.6 |   106M |  28 | 100 |3836 |3836 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.44%
1186.57/1189.59	c  1190s|201400 |   825 | 13502k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.47%
1187.07/1190.10	c  1190s|201500 |   821 | 13508k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.48%
1187.67/1190.61	c  1191s|201600 |   823 | 13513k|  66.6 |   106M |  28 | 100 |3835 |3836 |1825 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.48%
1188.17/1191.11	c  1191s|201700 |   813 | 13519k|  66.6 |   106M |  28 | 100 |3835 |3835 |1825 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.49%
1188.76/1191.79	c  1192s|201800 |   823 | 13527k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.50%
1189.36/1192.37	c  1192s|201900 |   823 | 13533k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.53%
1189.96/1192.92	c  1193s|202000 |   813 | 13540k|  66.6 |   106M |  28 | 100 |3836 |3837 |1827 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.55%
1190.46/1193.45	c  1193s|202100 |   815 | 13546k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.56%
1190.96/1193.96	c  1194s|202200 |   815 | 13552k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.57%
1191.46/1194.48	c  1194s|202300 |   813 | 13558k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.58%
1192.06/1195.02	c  1195s|202400 |   809 | 13565k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.59%
1192.55/1195.53	c  1196s|202500 |   811 | 13570k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.60%
1193.06/1196.06	c  1196s|202600 |   813 | 13576k|  66.6 |   106M |  28 | 100 |3835 |3835 |1827 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.62%
1193.65/1196.69	c  1197s|202700 |   803 | 13584k|  66.6 |   106M |  28 | 100 |3835 |3836 |1827 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.67%
1194.35/1197.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1194.35/1197.38	c  1197s|202800 |   801 | 13592k|  66.6 |   106M |  28 | 100 |3835 |3836 |1829 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf |  73.81%
1194.95/1197.96	c  1198s|202900 |   795 | 13599k|  66.6 |   106M |  28 | 100 |3835 |3836 |1829 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  73.85%
1195.55/1198.55	c  1199s|203000 |   795 | 13606k|  66.6 |   106M |  28 | 100 |3835 |3836 |1829 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  73.87%
1196.05/1199.06	c  1199s|203100 |   791 | 13612k|  66.6 |   106M |  28 | 100 |3835 |3837 |1829 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  73.89%
1196.64/1199.67	c  1200s|203200 |   793 | 13619k|  66.6 |   106M |  28 | 100 |3835 |3835 |1831 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  73.94%
1197.24/1200.29	c  1200s|203300 |   805 | 13626k|  66.6 |   106M |  28 | 100 |3836 |3836 |1833 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.03%
1197.85/1200.82	c  1201s|203400 |   807 | 13632k|  66.6 |   106M |  28 | 100 |3837 |3836 |1833 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.06%
1198.35/1201.34	c  1201s|203500 |   799 | 13638k|  66.6 |   106M |  28 | 100 |3835 |3836 |1833 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.09%
1199.05/1202.01	c  1202s|203600 |   803 | 13646k|  66.6 |   106M |  28 | 100 |3835 |3835 |1835 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.14%
1199.55/1202.57	c  1203s|203700 |   801 | 13653k|  66.6 |   106M |  28 | 100 |3835 |3835 |1835 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.17%
1200.15/1203.11	c  1203s|203800 |   795 | 13659k|  66.6 |   106M |  28 | 100 |3835 |3835 |1835 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.20%
1200.64/1203.67	c  1204s|203900 |   796 | 13666k|  66.6 |   106M |  28 | 100 |3835 |3836 |1835 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.23%
1201.24/1204.23	c  1204s|204000 |   798 | 13672k|  66.6 |   106M |  28 | 100 |3835 |3836 |1835 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.24%
1201.84/1204.80	c  1205s|204100 |   790 | 13679k|  66.6 |   106M |  28 | 100 |3835 |3836 |1835 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.25%
1202.44/1205.40	c  1205s|204200 |   798 | 13686k|  66.6 |   106M |  28 | 100 |3835 |3836 |1837 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.30%
1202.94/1206.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1202.94/1206.00	c  1206s|204300 |   798 | 13692k|  66.6 |   106M |  28 | 100 |3835 |3836 |1837 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.33%
1203.54/1206.56	c  1207s|204400 |   794 | 13699k|  66.6 |   106M |  28 | 100 |3837 |3836 |1837 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.38%
1204.14/1207.16	c  1207s|204500 |   790 | 13706k|  66.6 |   106M |  28 | 100 |3835 |3836 |1837 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.45%
1204.73/1207.76	c  1208s|204600 |   784 | 13713k|  66.6 |   106M |  28 | 100 |3835 |3836 |1837 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.52%
1205.33/1208.34	c  1208s|204700 |   786 | 13720k|  66.6 |   106M |  28 | 100 |3835 |3836 |1837 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.55%
1205.93/1208.94	c  1209s|204800 |   782 | 13727k|  66.6 |   106M |  28 | 100 |3835 |3836 |1839 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.69%
1206.43/1209.49	c  1209s|204900 |   786 | 13733k|  66.6 |   106M |  28 | 100 |3835 |3836 |1839 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.70%
1207.03/1210.02	c  1210s|205000 |   785 | 13740k|  66.6 |   106M |  28 | 100 |3835 |3836 |1839 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.72%
1207.53/1210.59	c  1211s|205100 |   783 | 13746k|  66.6 |   106M |  28 | 100 |3835 |3835 |1841 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.75%
1208.22/1211.21	c  1211s|205200 |   783 | 13753k|  66.6 |   106M |  28 | 100 |3835 |3836 |1841 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.77%
1208.72/1211.78	c  1212s|205300 |   781 | 13760k|  66.6 |   106M |  28 | 100 |3835 |3836 |1841 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.78%
1209.32/1212.36	c  1212s|205400 |   775 | 13767k|  66.6 |   106M |  28 | 100 |3837 |3838 |1841 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.81%
1209.82/1212.87	c  1213s|205500 |   783 | 13773k|  66.6 |   106M |  28 | 100 |3835 |3835 |1841 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.85%
1210.42/1213.41	c  1213s|205600 |   775 | 13779k|  66.6 |   106M |  28 | 100 |3835 |3835 |1841 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.87%
1211.02/1214.05	c  1214s|205700 |   773 | 13785k|  66.6 |   106M |  28 | 100 |3835 |3835 |1841 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.90%
1211.72/1214.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1211.72/1214.73	c  1215s|205800 |   787 | 13793k|  66.6 |   106M |  28 | 100 |3835 |3836 |1843 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.91%
1212.21/1215.23	c  1215s|205900 |   785 | 13799k|  66.6 |   106M |  28 | 100 |3835 |3836 |1843 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.92%
1212.71/1215.73	c  1216s|206000 |   780 | 13805k|  66.6 |   106M |  28 | 100 |3835 |3836 |1843 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.94%
1213.21/1216.26	c  1216s|206100 |   774 | 13811k|  66.6 |   106M |  28 | 100 |3835 |3836 |1843 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  74.97%
1213.81/1216.85	c  1217s|206200 |   774 | 13818k|  66.6 |   106M |  28 | 100 |3835 |3835 |1843 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.00%
1214.41/1217.43	c  1217s|206300 |   770 | 13825k|  66.6 |   106M |  28 | 100 |3835 |3836 |1843 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.04%
1215.01/1218.03	c  1218s|206400 |   764 | 13832k|  66.6 |   106M |  28 | 100 |3835 |3837 |1843 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.09%
1215.61/1218.69	c  1219s|206500 |   772 | 13839k|  66.6 |   106M |  28 | 100 |3835 |3836 |1847 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.13%
1216.20/1219.20	c  1219s|206600 |   772 | 13845k|  66.6 |   106M |  28 | 100 |3835 |3836 |1847 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.15%
1216.70/1219.75	c  1220s|206700 |   768 | 13852k|  66.6 |   106M |  28 | 100 |3835 |3835 |1847 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.17%
1217.40/1220.41	c  1220s|206800 |   768 | 13859k|  66.6 |   106M |  28 | 100 |3837 |3836 |1852 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.23%
1217.90/1220.95	c  1221s|206900 |   776 | 13866k|  66.6 |   106M |  28 | 100 |3835 |3836 |1852 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.27%
1218.40/1221.49	c  1221s|207000 |   772 | 13872k|  66.6 |   106M |  28 | 100 |3835 |3836 |1852 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.30%
1219.00/1222.10	c  1222s|207100 |   766 | 13879k|  66.6 |   106M |  28 | 100 |3835 |3836 |1854 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.39%
1219.70/1222.71	c  1223s|207200 |   757 | 13886k|  66.6 |   106M |  28 | 100 |3835 |3835 |1854 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.49%
1220.20/1223.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1220.20/1223.25	c  1223s|207300 |   759 | 13892k|  66.6 |   106M |  28 | 100 |3835 |3836 |1854 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.55%
1220.69/1223.77	c  1224s|207400 |   751 | 13899k|  66.6 |   106M |  28 | 100 |3835 |3836 |1854 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.58%
1221.59/1224.65	c  1225s|207500 |   763 | 13908k|  66.6 |   107M |  28 | 100 |3836 |3835 |1861 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.66%
1222.19/1225.28	c  1225s|207600 |   763 | 13915k|  66.6 |   107M |  28 | 100 |3835 |3837 |1861 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.71%
1222.89/1226.00	c  1226s|207700 |   774 | 13923k|  66.7 |   107M |  28 | 100 |3835 |3836 |1861 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.75%
1223.49/1226.56	c  1227s|207800 |   768 | 13930k|  66.7 |   107M |  28 | 100 |3835 |3836 |1861 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.76%
1224.09/1227.15	c  1227s|207900 |   768 | 13936k|  66.7 |   107M |  28 | 100 |3835 |3836 |1861 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.77%
1224.68/1227.75	c  1228s|208000 |   768 | 13943k|  66.7 |   107M |  28 | 100 |3835 |3836 |1861 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.81%
1225.09/1228.18	c  1228s|208100 |   766 | 13948k|  66.6 |   107M |  28 | 100 |3835 |3836 |1861 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.82%
1225.58/1228.66	c  1229s|208200 |   766 | 13954k|  66.6 |   107M |  28 | 100 |3835 |3836 |1861 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.83%
1226.18/1229.23	c  1229s|208300 |   760 | 13961k|  66.6 |   107M |  28 | 100 |3835 |3836 |1861 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.84%
1226.78/1229.80	c  1230s|208400 |   764 | 13967k|  66.6 |   107M |  28 | 100 |3835 |3836 |1863 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.88%
1227.28/1230.39	c  1230s|208500 |   760 | 13974k|  66.6 |   107M |  28 | 100 |3835 |3836 |1863 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.92%
1227.88/1230.99	c  1231s|208600 |   758 | 13981k|  66.6 |   107M |  28 | 100 |3835 |3835 |1863 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.95%
1228.57/1231.69	c  1232s|208700 |   768 | 13989k|  66.6 |   107M |  28 | 100 |3835 |3836 |1865 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  75.98%
1229.17/1232.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1229.17/1232.23	c  1232s|208800 |   770 | 13995k|  66.6 |   107M |  28 | 100 |3835 |3836 |1865 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.00%
1229.67/1232.77	c  1233s|208900 |   772 | 14001k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  2 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.01%
1230.27/1233.32	c  1233s|209000 |   776 | 14007k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.04%
1230.77/1233.88	c  1234s|209100 |   774 | 14013k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.06%
1231.27/1234.37	c  1234s|209200 |   772 | 14019k|  66.6 |   107M |  28 | 100 |3836 |3837 |1867 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.07%
1231.77/1234.89	c  1235s|209300 |   774 | 14025k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.08%
1232.27/1235.39	c  1235s|209400 |   770 | 14031k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.09%
1232.86/1235.93	c  1236s|209500 |   768 | 14038k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.10%
1233.46/1236.58	c  1237s|209600 |   770 | 14046k|  66.6 |   107M |  28 | 100 |3836 |3837 |1867 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.12%
1233.97/1237.08	c  1237s|209700 |   776 | 14052k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.12%
1234.56/1237.62	c  1238s|209800 |   770 | 14058k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf |  76.13%
1235.06/1238.14	c  1238s|209900 |   764 | 14064k|  66.6 |   107M |  28 | 100 |3836 |3836 |1867 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.14%
1235.56/1238.62	c  1239s|210000 |   762 | 14070k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.15%
1236.06/1239.13	c  1239s|210100 |   758 | 14076k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.17%
1236.55/1239.67	c  1240s|210200 |   748 | 14082k|  66.6 |   107M |  28 | 100 |3837 |3836 |1867 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.21%
1237.15/1240.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1237.15/1240.22	c  1240s|210300 |   744 | 14088k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.25%
1237.65/1240.75	c  1241s|210400 |   746 | 14095k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.26%
1238.25/1241.36	c  1241s|210500 |   748 | 14102k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.28%
1238.85/1241.93	c  1242s|210600 |   740 | 14108k|  66.6 |   107M |  28 | 100 |3835 |3838 |1867 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.33%
1239.25/1242.39	c  1242s|210700 |   742 | 14114k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.35%
1239.95/1243.00	c  1243s|210800 |   740 | 14121k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.38%
1240.45/1243.52	c  1244s|210900 |   742 | 14127k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.38%
1240.95/1244.08	c  1244s|211000 |   742 | 14133k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.42%
1241.54/1244.69	c  1245s|211100 |   740 | 14140k|  66.6 |   107M |  28 | 100 |3835 |3836 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.49%
1242.14/1245.26	c  1245s|211200 |   736 | 14147k|  66.6 |   107M |  28 | 100 |3837 |3837 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.51%
1242.74/1245.87	c  1246s|211300 |   732 | 14154k|  66.6 |   107M |  28 | 100 |3835 |3837 |1867 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.55%
1243.34/1246.44	c  1246s|211400 |   732 | 14160k|  66.6 |   107M |  28 | 100 |3835 |3835 |1869 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.61%
1243.94/1247.08	c  1247s|211500 |   734 | 14167k|  66.6 |   107M |  28 | 100 |3835 |3837 |1869 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.68%
1244.54/1247.69	c  1248s|211600 |   736 | 14174k|  66.6 |   107M |  28 | 100 |3835 |3836 |1874 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  76.81%
1245.33/1248.43	c  1248s|211700 |   732 | 14181k|  66.6 |   107M |  28 | 100 |3835 |3836 |1879 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.03%
1246.04/1249.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1246.04/1249.13	c  1249s|211800 |   740 | 14189k|  66.6 |   107M |  28 | 100 |3835 |3837 |1881 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.14%
1246.63/1249.73	c  1250s|211900 |   740 | 14196k|  66.6 |   107M |  28 | 100 |3835 |3836 |1886 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.21%
1247.13/1250.28	c  1250s|212000 |   742 | 14202k|  66.6 |   107M |  28 | 100 |3835 |3836 |1886 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.24%
1247.73/1250.83	c  1251s|212100 |   740 | 14209k|  66.6 |   107M |  28 | 100 |3835 |3836 |1886 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.28%
1248.33/1251.41	c  1251s|212200 |   738 | 14216k|  66.6 |   107M |  28 | 100 |3835 |3837 |1886 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.34%
1248.93/1252.06	c  1252s|212300 |   748 | 14223k|  66.6 |   107M |  28 | 100 |3835 |3837 |1888 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.37%
1249.42/1252.55	c  1253s|212400 |   748 | 14229k|  66.6 |   107M |  28 | 100 |3835 |3837 |1890 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.37%
1249.93/1253.03	c  1253s|212500 |   743 | 14234k|  66.6 |   107M |  28 | 100 |3835 |3837 |1890 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.42%
1250.32/1253.48	c  1253s|212600 |   743 | 14239k|  66.6 |   107M |  28 | 100 |3835 |3837 |1890 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.43%
1250.82/1253.95	c  1254s|212700 |   739 | 14245k|  66.6 |   107M |  28 | 100 |3835 |3837 |1890 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.45%
1251.32/1254.47	c  1254s|212800 |   743 | 14251k|  66.6 |   107M |  28 | 100 |3835 |3837 |1892 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.45%
1251.82/1254.93	c  1255s|212900 |   743 | 14256k|  66.6 |   107M |  28 | 100 |3835 |3837 |1892 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.47%
1252.32/1255.41	c  1255s|213000 |   749 | 14262k|  66.6 |   107M |  28 | 100 |3835 |3837 |1892 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.48%
1252.82/1255.90	c  1256s|213100 |   747 | 14267k|  66.6 |   107M |  28 | 100 |3835 |3837 |1892 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.49%
1253.41/1256.56	c  1257s|213200 |   745 | 14274k|  66.6 |   107M |  28 | 100 |3835 |3837 |1892 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.50%
1253.92/1257.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1253.92/1257.09	c  1257s|213300 |   741 | 14280k|  66.6 |   107M |  28 | 100 |3837 |3837 |1892 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.52%
1254.41/1257.59	c  1258s|213400 |   742 | 14286k|  66.6 |   107M |  28 | 100 |3835 |3837 |1892 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.54%
1255.01/1258.17	c  1258s|213500 |   742 | 14292k|  66.6 |   107M |  28 | 100 |3835 |3835 |1892 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.55%
1255.61/1258.71	c  1259s|213600 |   748 | 14298k|  66.6 |   107M |  28 | 100 |3835 |3835 |1892 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.56%
1256.11/1259.21	c  1259s|213700 |   742 | 14304k|  66.6 |   107M |  28 | 100 |3835 |3837 |1892 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.57%
1256.81/1259.93	c  1260s|213800 |   740 | 14312k|  66.6 |   107M |  28 | 100 |3835 |3835 |1892 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.59%
1257.40/1260.55	c  1261s|213900 |   732 | 14319k|  66.6 |   107M |  28 | 100 |3837 |3837 |1892 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.65%
1258.01/1261.13	c  1261s|214000 |   731 | 14326k|  66.6 |   107M |  28 | 100 |3835 |3838 |1892 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.69%
1258.70/1261.83	c  1262s|214100 |   729 | 14334k|  66.6 |   107M |  28 | 100 |3835 |3837 |1894 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.74%
1259.20/1262.37	c  1262s|214200 |   731 | 14341k|  66.6 |   107M |  28 | 100 |3835 |3836 |1894 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.76%
1260.00/1263.11	c  1263s|214300 |   733 | 14348k|  66.6 |   107M |  28 | 100 |3835 |3836 |1894 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.77%
1260.70/1263.81	c  1264s|214400 |   729 | 14356k|  66.6 |   107M |  28 | 100 |3836 |3837 |1894 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.79%
1261.29/1264.42	c  1264s|214500 |   729 | 14363k|  66.6 |   107M |  28 | 100 |3835 |3836 |1894 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.83%
1261.79/1264.97	c  1265s|214600 |   733 | 14369k|  66.6 |   107M |  28 | 100 |3835 |3836 |1894 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.84%
1262.29/1265.46	c  1265s|214700 |   731 | 14375k|  66.6 |   107M |  28 | 100 |3835 |3835 |1894 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf |  77.86%
1262.89/1266.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1262.89/1266.01	c  1266s|214800 |   727 | 14382k|  66.6 |   107M |  28 | 100 |3835 |3836 |1894 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  77.89%
1263.49/1266.60	c  1267s|214900 |   733 | 14388k|  66.6 |   107M |  28 | 100 |3835 |3836 |1896 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  77.91%
1264.19/1267.31	c  1267s|215000 |   737 | 14396k|  66.6 |   107M |  28 | 100 |3835 |3836 |1898 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  77.93%
1264.79/1267.94	c  1268s|215100 |   739 | 14403k|  66.6 |   107M |  28 | 100 |3836 |3836 |1900 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  77.96%
1265.38/1268.51	c  1269s|215200 |   739 | 14410k|  66.6 |   107M |  28 | 100 |3835 |3837 |1900 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.00%
1265.99/1269.17	c  1269s|215300 |   745 | 14417k|  66.6 |   107M |  28 | 100 |3835 |3837 |1902 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.02%
1266.58/1269.72	c  1270s|215400 |   739 | 14424k|  66.6 |   107M |  28 | 100 |3836 |3836 |1902 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.05%
1267.08/1270.25	c  1270s|215500 |   743 | 14430k|  66.6 |   107M |  28 | 100 |3835 |3836 |1902 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.07%
1267.68/1270.89	c  1271s|215600 |   743 | 14437k|  66.6 |   107M |  28 | 100 |3835 |3836 |1902 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.08%
1268.38/1271.52	c  1272s|215700 |   739 | 14445k|  66.6 |   107M |  28 | 100 |3835 |3836 |1905 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.15%
1268.98/1272.15	c  1272s|215800 |   741 | 14452k|  66.6 |   107M |  28 | 100 |3835 |3837 |1905 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.17%
1269.57/1272.72	c  1273s|215900 |   729 | 14458k|  66.6 |   107M |  28 | 100 |3835 |3836 |1905 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.20%
1270.17/1273.30	c  1273s|216000 |   735 | 14465k|  66.6 |   107M |  28 | 100 |3835 |3836 |1905 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.24%
1270.67/1273.82	c  1274s|216100 |   735 | 14471k|  66.6 |   107M |  28 | 100 |3835 |3836 |1905 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.26%
1271.17/1274.36	c  1274s|216200 |   727 | 14478k|  66.6 |   107M |  28 | 100 |3836 |3836 |1905 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.31%
1271.77/1274.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1271.77/1274.95	c  1275s|216300 |   721 | 14484k|  66.6 |   107M |  28 | 100 |3837 |3836 |1905 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.38%
1272.37/1275.56	c  1276s|216400 |   731 | 14491k|  66.6 |   107M |  28 | 100 |3835 |3836 |1907 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.39%
1272.97/1276.16	c  1276s|216500 |   731 | 14498k|  66.6 |   107M |  28 | 100 |3835 |3836 |1907 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.40%
1273.56/1276.75	c  1277s|216600 |   727 | 14505k|  66.6 |   107M |  28 | 100 |3835 |3837 |1907 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.42%
1274.06/1277.27	c  1277s|216700 |   723 | 14511k|  66.6 |   107M |  28 | 100 |3835 |3837 |1907 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.44%
1274.66/1277.89	c  1278s|216800 |   723 | 14518k|  66.6 |   107M |  28 | 100 |3835 |3836 |1907 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.46%
1275.26/1278.46	c  1278s|216900 |   723 | 14525k|  66.6 |   107M |  28 | 100 |3835 |3835 |1907 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.50%
1275.76/1278.97	c  1279s|217000 |   717 | 14531k|  66.6 |   107M |  28 | 100 |3836 |3835 |1907 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.52%
1276.36/1279.55	c  1280s|217100 |   717 | 14537k|  66.6 |   107M |  28 | 100 |3836 |3837 |1907 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.60%
1276.86/1280.09	c  1280s|217200 |   711 | 14544k|  66.6 |   107M |  28 | 100 |3835 |3836 |1907 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.64%
1277.45/1280.68	c  1281s|217300 |   723 | 14551k|  66.6 |   107M |  28 | 100 |3835 |3837 |1910 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.66%
1277.96/1281.14	c  1281s|217400 |   723 | 14556k|  66.6 |   107M |  28 | 100 |3836 |3837 |1910 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.67%
1278.45/1281.67	c  1282s|217500 |   721 | 14562k|  66.6 |   107M |  28 | 100 |3835 |3837 |1910 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.68%
1279.15/1282.31	c  1282s|217600 |   721 | 14569k|  66.6 |   107M |  28 | 100 |3835 |3837 |1910 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.69%
1279.65/1282.84	c  1283s|217700 |   721 | 14576k|  66.6 |   107M |  28 | 100 |3835 |3837 |1910 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.69%
1280.35/1283.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1280.35/1283.57	c  1284s|217800 |   721 | 14585k|  66.6 |   107M |  28 | 100 |3835 |3837 |1910 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.70%
1280.95/1284.13	c  1284s|217900 |   719 | 14592k|  66.6 |   107M |  28 | 100 |3835 |3837 |1910 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.72%
1281.44/1284.67	c  1285s|218000 |   725 | 14598k|  66.6 |   107M |  28 | 100 |3836 |3838 |1915 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.79%
1282.04/1285.22	c  1285s|218100 |   725 | 14605k|  66.6 |   107M |  28 | 100 |3835 |3838 |1915 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.82%
1282.54/1285.72	c  1286s|218200 |   723 | 14611k|  66.6 |   107M |  28 | 100 |3836 |3838 |1915 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.86%
1283.04/1286.29	c  1286s|218300 |   723 | 14617k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.91%
1283.64/1286.87	c  1287s|218400 |   729 | 14624k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.92%
1284.24/1287.41	c  1287s|218500 |   727 | 14631k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.93%
1284.84/1288.02	c  1288s|218600 |   731 | 14637k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.94%
1285.33/1288.59	c  1289s|218700 |   729 | 14644k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.96%
1285.94/1289.14	c  1289s|218800 |   723 | 14651k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.98%
1286.43/1289.68	c  1290s|218900 |   717 | 14657k|  66.6 |   107M |  28 | 100 |3837 |3837 |1918 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  78.99%
1287.03/1290.23	c  1290s|219000 |   719 | 14664k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.03%
1287.53/1290.74	c  1291s|219100 |   715 | 14670k|  66.6 |   107M |  28 | 100 |3835 |3837 |1918 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.04%
1288.13/1291.33	c  1291s|219200 |   721 | 14676k|  66.6 |   107M |  28 | 100 |3835 |3837 |1920 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.06%
1288.73/1291.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1288.73/1291.97	c  1292s|219300 |   725 | 14684k|  66.6 |   107M |  28 | 100 |3836 |3836 |1922 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.08%
1289.33/1292.51	c  1293s|219400 |   721 | 14690k|  66.6 |   107M |  28 | 100 |3835 |3836 |1922 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.10%
1290.02/1293.28	c  1293s|219500 |   725 | 14698k|  66.6 |   107M |  28 | 100 |3835 |3836 |1922 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.11%
1290.52/1293.79	c  1294s|219600 |   727 | 14703k|  66.6 |   107M |  28 | 100 |3835 |3836 |1922 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.13%
1291.12/1294.34	c  1294s|219700 |   731 | 14710k|  66.6 |   107M |  28 | 100 |3835 |3835 |1924 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf |  79.14%
1291.62/1294.86	c  1295s|219800 |   731 | 14716k|  66.6 |   107M |  28 | 100 |3835 |3835 |1924 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.16%
1292.12/1295.39	c  1295s|219900 |   731 | 14722k|  66.6 |   107M |  28 | 100 |3835 |3835 |1924 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.17%
1292.72/1295.98	c  1296s|220000 |   731 | 14729k|  66.6 |   107M |  28 | 100 |3835 |3835 |1924 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.19%
1293.32/1296.58	c  1297s|220100 |   729 | 14736k|  66.6 |   107M |  28 | 100 |3836 |3835 |1924 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.22%
1293.92/1297.14	c  1297s|220200 |   727 | 14743k|  66.6 |   107M |  28 | 100 |3835 |3837 |1924 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.24%
1294.51/1297.75	c  1298s|220300 |   741 | 14750k|  66.6 |   107M |  28 | 100 |3835 |3836 |1924 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.26%
1295.11/1298.30	c  1298s|220400 |   729 | 14756k|  66.6 |   107M |  28 | 100 |3835 |3836 |1924 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.28%
1295.71/1298.93	c  1299s|220500 |   729 | 14764k|  66.6 |   107M |  28 | 100 |3835 |3836 |1924 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.29%
1296.21/1299.49	c  1299s|220600 |   729 | 14770k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.30%
1296.81/1300.03	c  1300s|220700 |   727 | 14776k|  66.6 |   107M |  28 | 100 |3836 |3835 |1927 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.31%
1297.31/1300.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1297.31/1300.56	c  1301s|220800 |   727 | 14783k|  66.6 |   107M |  28 | 100 |3835 |3837 |1927 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.33%
1297.91/1301.16	c  1301s|220900 |   729 | 14790k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.35%
1298.50/1301.71	c  1302s|221000 |   731 | 14796k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.36%
1299.00/1302.26	c  1302s|221100 |   729 | 14802k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.37%
1299.60/1302.84	c  1303s|221200 |   725 | 14809k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.38%
1300.10/1303.38	c  1303s|221300 |   731 | 14815k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.39%
1300.60/1303.87	c  1304s|221400 |   727 | 14821k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.40%
1301.10/1304.39	c  1304s|221500 |   718 | 14827k|  66.6 |   107M |  28 | 100 |3835 |3837 |1927 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.42%
1301.80/1305.03	c  1305s|221600 |   718 | 14834k|  66.6 |   107M |  28 | 100 |3835 |3835 |1927 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.48%
1302.39/1305.61	c  1306s|221700 |   711 | 14841k|  66.6 |   107M |  28 | 100 |3836 |3836 |1927 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.50%
1302.99/1306.21	c  1306s|221800 |   717 | 14848k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.51%
1303.49/1306.79	c  1307s|221900 |   723 | 14855k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.52%
1304.09/1307.39	c  1307s|222000 |   721 | 14862k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.53%
1304.69/1307.91	c  1308s|222100 |   721 | 14868k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.53%
1305.19/1308.43	c  1308s|222200 |   719 | 14874k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.54%
1305.68/1309.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1305.68/1309.00	c  1309s|222300 |   717 | 14881k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.55%
1306.28/1309.57	c  1310s|222400 |   727 | 14888k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.56%
1306.79/1310.07	c  1310s|222500 |   725 | 14894k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.57%
1307.38/1310.65	c  1311s|222600 |   717 | 14900k|  66.6 |   107M |  28 | 100 |3835 |3836 |1930 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.59%
1307.98/1311.26	c  1311s|222700 |   715 | 14907k|  66.6 |   107M |  28 | 100 |3835 |3836 |1932 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.61%
1308.58/1311.81	c  1312s|222800 |   715 | 14914k|  66.6 |   107M |  28 | 100 |3835 |3836 |1932 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.65%
1309.08/1312.39	c  1312s|222900 |   713 | 14921k|  66.6 |   107M |  28 | 100 |3835 |3836 |1932 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.67%
1309.78/1313.01	c  1313s|223000 |   707 | 14928k|  66.6 |   107M |  28 | 100 |3837 |3835 |1934 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.79%
1310.27/1313.58	c  1314s|223100 |   707 | 14934k|  66.6 |   107M |  28 | 100 |3837 |3836 |1936 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.87%
1310.88/1314.17	c  1314s|223200 |   707 | 14941k|  66.6 |   107M |  28 | 100 |3835 |3836 |1936 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.89%
1311.47/1314.73	c  1315s|223300 |   700 | 14948k|  66.6 |   107M |  28 | 100 |3835 |3836 |1936 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.94%
1312.07/1315.35	c  1315s|223400 |   700 | 14955k|  66.6 |   107M |  28 | 100 |3836 |3835 |1936 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  79.98%
1312.57/1315.89	c  1316s|223500 |   692 | 14961k|  66.6 |   107M |  28 | 100 |3835 |3836 |1936 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.05%
1313.27/1316.57	c  1317s|223600 |   690 | 14970k|  66.6 |   107M |  28 | 100 |3835 |3835 |1938 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.11%
1313.96/1317.20	c  1317s|223700 |   694 | 14977k|  66.6 |   107M |  28 | 100 |3835 |3837 |1940 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.21%
1314.46/1317.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1314.46/1317.72	c  1318s|223800 |   692 | 14983k|  66.6 |   107M |  28 | 100 |3835 |3837 |1940 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.23%
1314.96/1318.28	c  1318s|223900 |   687 | 14990k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.28%
1315.56/1318.86	c  1319s|224000 |   685 | 14996k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.35%
1316.16/1319.46	c  1319s|224100 |   685 | 15003k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.37%
1316.76/1320.06	c  1320s|224200 |   681 | 15010k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.42%
1317.26/1320.59	c  1321s|224300 |   679 | 15016k|  66.6 |   107M |  28 | 100 |3835 |3837 |1940 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.44%
1317.86/1321.19	c  1321s|224400 |   673 | 15023k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.46%
1318.45/1321.75	c  1322s|224500 |   671 | 15029k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.49%
1319.05/1322.31	c  1322s|224600 |   673 | 15036k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.51%
1319.55/1322.81	c  1323s|224700 |   670 | 15042k|  66.6 |   107M |  28 | 100 |3835 |3836 |1940 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.52%
1320.25/1323.50	c  1324s|224800 |   684 | 15049k|  66.6 |   107M |  28 | 100 |3836 |3836 |1942 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.55%
1320.75/1324.09	c  1324s|224900 |   676 | 15056k|  66.6 |   107M |  28 | 100 |3836 |3837 |1942 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.61%
1321.35/1324.69	c  1325s|225000 |   678 | 15063k|  66.6 |   107M |  28 | 100 |3835 |3835 |1942 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.64%
1321.95/1325.20	c  1325s|225100 |   680 | 15069k|  66.6 |   107M |  28 | 100 |3835 |3835 |1942 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.65%
1322.44/1325.76	c  1326s|225200 |   673 | 15075k|  66.6 |   107M |  28 | 100 |3835 |3836 |1942 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.66%
1323.04/1326.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1323.04/1326.31	c  1326s|225300 |   671 | 15082k|  66.6 |   107M |  28 | 100 |3835 |3835 |1942 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.69%
1323.64/1326.97	c  1327s|225400 |   673 | 15089k|  66.6 |   107M |  28 | 100 |3835 |3835 |1944 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.72%
1324.14/1327.48	c  1327s|225500 |   675 | 15095k|  66.6 |   107M |  28 | 100 |3835 |3835 |1944 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.75%
1324.74/1328.07	c  1328s|225600 |   681 | 15102k|  66.6 |   107M |  28 | 100 |3835 |3836 |1946 |  1 |  42k|  22 | 0.000000e+00 |      --      |    Inf |  80.77%
1325.34/1328.62	c  1329s|225700 |   679 | 15109k|  66.6 |   107M |  28 | 100 |3835 |3836 |1946 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.78%
1326.04/1329.36	c  1329s|225800 |   685 | 15118k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.80%
1326.63/1329.90	c  1330s|225900 |   685 | 15124k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.81%
1327.13/1330.47	c  1330s|226000 |   689 | 15131k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.83%
1327.74/1331.02	c  1331s|226100 |   689 | 15137k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.84%
1328.23/1331.51	c  1332s|226200 |   687 | 15143k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.84%
1328.73/1332.08	c  1332s|226300 |   688 | 15149k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.85%
1329.33/1332.64	c  1333s|226400 |   686 | 15156k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.88%
1329.93/1333.21	c  1333s|226500 |   684 | 15163k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.89%
1330.42/1333.78	c  1334s|226600 |   684 | 15169k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.90%
1330.92/1334.28	c  1334s|226700 |   682 | 15175k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.91%
1331.42/1334.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1331.42/1334.76	c  1335s|226800 |   678 | 15181k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.93%
1332.02/1335.31	c  1335s|226900 |   677 | 15187k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.95%
1332.52/1335.86	c  1336s|227000 |   671 | 15194k|  66.6 |   107M |  28 | 100 |3835 |3836 |1949 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.97%
1333.22/1336.50	c  1336s|227100 |   677 | 15201k|  66.6 |   107M |  28 | 100 |3835 |3835 |1953 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  80.99%
1333.72/1337.03	c  1337s|227200 |   682 | 15207k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.00%
1334.22/1337.59	c  1338s|227300 |   689 | 15213k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.02%
1334.82/1338.11	c  1338s|227400 |   683 | 15219k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.03%
1335.31/1338.66	c  1339s|227500 |   687 | 15226k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.04%
1335.82/1339.17	c  1339s|227600 |   693 | 15231k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.05%
1336.31/1339.69	c  1340s|227700 |   689 | 15237k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.06%
1336.91/1340.20	c  1340s|227800 |   683 | 15243k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.07%
1337.51/1340.89	c  1341s|227900 |   687 | 15250k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.08%
1338.11/1341.44	c  1341s|228000 |   681 | 15257k|  66.6 |   107M |  28 | 100 |3835 |3836 |1955 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.09%
1338.71/1342.02	c  1342s|228100 |   685 | 15263k|  66.6 |   107M |  28 | 100 |3836 |3836 |1957 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.12%
1339.20/1342.59	c  1343s|228200 |   687 | 15270k|  66.6 |   107M |  28 | 100 |3835 |3836 |1959 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.17%
1339.90/1343.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1339.90/1343.23	c  1343s|228300 |   695 | 15277k|  66.6 |   107M |  28 | 100 |3835 |3836 |1959 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.18%
1340.50/1343.85	c  1344s|228400 |   693 | 15285k|  66.6 |   107M |  28 | 100 |3835 |3836 |1959 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.20%
1341.10/1344.43	c  1344s|228500 |   689 | 15291k|  66.6 |   107M |  28 | 100 |3835 |3836 |1959 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.23%
1341.70/1345.00	c  1345s|228600 |   687 | 15298k|  66.6 |   107M |  28 | 100 |3835 |3836 |1959 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.25%
1342.20/1345.55	c  1346s|228700 |   681 | 15304k|  66.6 |   107M |  28 | 100 |3835 |3836 |1959 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.28%
1342.80/1346.17	c  1346s|228800 |   695 | 15311k|  66.6 |   107M |  28 | 100 |3835 |3836 |1961 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.31%
1343.39/1346.77	c  1347s|228900 |   693 | 15317k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.33%
1343.89/1347.27	c  1347s|229000 |   690 | 15323k|  66.6 |   107M |  28 | 100 |3836 |3836 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.34%
1344.49/1347.89	c  1348s|229100 |   692 | 15330k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.38%
1345.19/1348.51	c  1349s|229200 |   694 | 15337k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.40%
1345.69/1349.02	c  1349s|229300 |   698 | 15343k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.41%
1346.19/1349.55	c  1350s|229400 |   692 | 15350k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.42%
1346.69/1350.09	c  1350s|229500 |   687 | 15356k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.44%
1347.28/1350.65	c  1351s|229600 |   687 | 15362k|  66.6 |   107M |  28 | 100 |3835 |3835 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.46%
1347.88/1351.21	c  1351s|229700 |   685 | 15368k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.47%
1348.38/1351.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1348.38/1351.77	c  1352s|229800 |   685 | 15375k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.48%
1349.18/1352.53	c  1353s|229900 |   681 | 15384k|  66.6 |   107M |  28 | 100 |3835 |3835 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.50%
1349.68/1353.05	c  1353s|230000 |   683 | 15390k|  66.6 |   107M |  28 | 100 |3835 |3835 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.51%
1350.18/1353.56	c  1354s|230100 |   681 | 15396k|  66.6 |   107M |  28 | 100 |3835 |3835 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.52%
1350.68/1354.05	c  1354s|230200 |   683 | 15402k|  66.6 |   107M |  28 | 100 |3835 |3835 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.53%
1351.27/1354.62	c  1355s|230300 |   683 | 15408k|  66.6 |   107M |  28 | 100 |3835 |3835 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.54%
1351.97/1355.30	c  1355s|230400 |   683 | 15415k|  66.6 |   107M |  28 | 100 |3837 |3835 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.55%
1352.47/1355.81	c  1356s|230500 |   675 | 15421k|  66.6 |   107M |  28 | 100 |3835 |3835 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.56%
1353.17/1356.51	c  1357s|230600 |   673 | 15428k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.58%
1353.67/1357.05	c  1357s|230700 |   675 | 15435k|  66.6 |   107M |  28 | 100 |3835 |3836 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.60%
1354.27/1357.62	c  1358s|230800 |   676 | 15441k|  66.6 |   107M |  28 | 100 |3836 |3836 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.62%
1354.77/1358.17	c  1358s|230900 |   670 | 15447k|  66.6 |   107M |  28 | 100 |3835 |3837 |1963 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.65%
1355.26/1358.68	c  1359s|231000 |   670 | 15453k|  66.6 |   107M |  28 | 100 |3835 |3837 |1963 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.66%
1355.86/1359.26	c  1359s|231100 |   670 | 15460k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf |  81.70%
1356.46/1359.87	c  1360s|231200 |   670 | 15467k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.74%
1357.06/1360.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1357.06/1360.45	c  1360s|231300 |   668 | 15473k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.81%
1357.66/1361.05	c  1361s|231400 |   668 | 15480k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.84%
1358.26/1361.65	c  1362s|231500 |   663 | 15487k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.92%
1358.76/1362.17	c  1362s|231600 |   661 | 15493k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.93%
1359.35/1362.72	c  1363s|231700 |   657 | 15500k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.94%
1359.95/1363.32	c  1363s|231800 |   657 | 15506k|  66.6 |   107M |  28 | 100 |3835 |3836 |1965 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.95%
1360.45/1363.82	c  1364s|231900 |   653 | 15512k|  66.5 |   107M |  28 | 100 |3835 |3835 |1965 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  81.97%
1360.95/1364.39	c  1364s|232000 |   649 | 15519k|  66.5 |   107M |  28 | 100 |3835 |3836 |1965 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.03%
1361.65/1365.06	c  1365s|232100 |   647 | 15526k|  66.6 |   107M |  28 | 100 |3837 |3837 |1970 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.18%
1362.25/1365.63	c  1366s|232200 |   639 | 15533k|  66.6 |   107M |  28 | 100 |3835 |3836 |1970 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.24%
1362.85/1366.21	c  1366s|232300 |   637 | 15540k|  66.6 |   107M |  28 | 100 |3835 |3836 |1970 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.33%
1363.44/1366.88	c  1367s|232400 |   647 | 15547k|  66.6 |   107M |  28 | 100 |3835 |3837 |1973 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.37%
1364.04/1367.43	c  1367s|232500 |   639 | 15554k|  66.6 |   107M |  28 | 100 |3835 |3837 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.39%
1364.64/1368.00	c  1368s|232600 |   641 | 15560k|  66.6 |   107M |  28 | 100 |3835 |3837 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.42%
1365.24/1368.64	c  1369s|232700 |   641 | 15567k|  66.6 |   107M |  28 | 100 |3835 |3836 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.48%
1365.84/1369.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1365.84/1369.27	c  1369s|232800 |   638 | 15575k|  66.6 |   107M |  28 | 100 |3836 |3836 |1973 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.52%
1366.34/1369.79	c  1370s|232900 |   632 | 15581k|  66.6 |   107M |  28 | 100 |3835 |3835 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.55%
1367.04/1370.42	c  1370s|233000 |   632 | 15588k|  66.6 |   107M |  28 | 100 |3835 |3837 |1973 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.58%
1367.64/1371.01	c  1371s|233100 |   628 | 15595k|  66.6 |   107M |  28 | 100 |3835 |3836 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.61%
1368.13/1371.57	c  1372s|233200 |   626 | 15601k|  66.6 |   107M |  28 | 100 |3835 |3836 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.66%
1368.64/1372.08	c  1372s|233300 |   620 | 15607k|  66.6 |   107M |  28 | 100 |3835 |3836 |1973 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.67%
1369.33/1372.72	c  1373s|233400 |   618 | 15615k|  66.6 |   107M |  28 | 100 |3837 |3836 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.71%
1369.83/1373.28	c  1373s|233500 |   616 | 15621k|  66.6 |   107M |  28 | 100 |3835 |3836 |1973 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.75%
1370.53/1373.90	c  1374s|233600 |   613 | 15629k|  66.6 |   107M |  28 | 100 |3835 |3837 |1973 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.81%
1371.12/1374.55	c  1375s|233700 |   619 | 15636k|  66.6 |   107M |  28 | 100 |3835 |3837 |1976 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.85%
1371.82/1375.22	c  1375s|233800 |   615 | 15644k|  66.6 |   107M |  28 | 100 |3835 |3836 |1978 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.90%
1372.42/1375.85	c  1376s|233900 |   611 | 15651k|  66.6 |   107M |  28 | 100 |3835 |3836 |1978 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.96%
1373.02/1376.43	c  1376s|234000 |   613 | 15658k|  66.6 |   107M |  28 | 100 |3835 |3836 |1978 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  82.99%
1373.52/1376.94	c  1377s|234100 |   615 | 15664k|  66.6 |   107M |  28 | 100 |3835 |3835 |1978 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.01%
1374.02/1377.43	c  1377s|234200 |   615 | 15670k|  66.6 |   107M |  28 | 100 |3835 |3835 |1978 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.02%
1374.52/1377.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1374.52/1377.97	c  1378s|234300 |   613 | 15676k|  66.6 |   107M |  28 | 100 |3835 |3835 |1978 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.02%
1375.02/1378.49	c  1378s|234400 |   612 | 15682k|  66.6 |   107M |  28 | 100 |3835 |3835 |1978 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.04%
1375.72/1379.13	c  1379s|234500 |   610 | 15689k|  66.6 |   107M |  28 | 100 |3835 |3835 |1978 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.04%
1376.21/1379.66	c  1380s|234600 |   607 | 15695k|  66.6 |   107M |  28 | 100 |3835 |3836 |1978 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.06%
1376.81/1380.20	c  1380s|234700 |   597 | 15701k|  66.6 |   107M |  28 | 100 |3835 |3835 |1978 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.12%
1377.31/1380.77	c  1381s|234800 |   601 | 15707k|  66.6 |   107M |  28 | 100 |3835 |3836 |1978 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.14%
1377.91/1381.33	c  1381s|234900 |   595 | 15714k|  66.6 |   107M |  28 | 100 |3835 |3835 |1978 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.18%
1378.61/1382.09	c  1382s|235000 |   607 | 15722k|  66.6 |   107M |  28 | 100 |3837 |3836 |1986 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.28%
1379.21/1382.63	c  1383s|235100 |   611 | 15728k|  66.6 |   107M |  28 | 100 |3835 |3836 |1988 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.32%
1379.71/1383.17	c  1383s|235200 |   612 | 15734k|  66.6 |   107M |  28 | 100 |3835 |3837 |1988 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.36%
1380.30/1383.75	c  1384s|235300 |   608 | 15741k|  66.6 |   107M |  28 | 100 |3835 |3837 |1990 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.43%
1380.90/1384.30	c  1384s|235400 |   618 | 15747k|  66.6 |   107M |  28 | 100 |3835 |3836 |1990 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.47%
1381.40/1384.89	c  1385s|235500 |   612 | 15754k|  66.6 |   107M |  28 | 100 |3835 |3837 |1991 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.51%
1381.90/1385.36	c  1385s|235600 |   610 | 15759k|  66.6 |   107M |  29 | 100 |3835 |3836 |1991 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.52%
1382.50/1385.93	c  1386s|235700 |   602 | 15766k|  66.6 |   107M |  29 | 100 |3835 |3837 |1991 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.53%
1383.00/1386.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1383.00/1386.45	c  1386s|235800 |   606 | 15772k|  66.5 |   107M |  29 | 100 |3835 |3836 |1991 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.56%
1383.60/1387.05	c  1387s|235900 |   616 | 15779k|  66.6 |   107M |  29 | 100 |3835 |3835 |1993 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.58%
1384.09/1387.53	c  1388s|236000 |   608 | 15784k|  66.5 |   107M |  29 | 100 |3835 |3836 |1993 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.61%
1384.70/1388.11	c  1388s|236100 |   612 | 15791k|  66.5 |   107M |  29 | 100 |3835 |3835 |1993 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.63%
1385.29/1388.72	c  1389s|236200 |   618 | 15798k|  66.5 |   107M |  29 | 100 |3835 |3835 |1993 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.64%
1385.89/1389.30	c  1389s|236300 |   608 | 15805k|  66.5 |   107M |  29 | 100 |3835 |3835 |1993 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.66%
1386.39/1389.81	c  1390s|236400 |   606 | 15811k|  66.5 |   107M |  29 | 100 |3835 |3835 |1993 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.68%
1386.89/1390.38	c  1390s|236500 |   606 | 15818k|  66.5 |   107M |  29 | 100 |3835 |3837 |1993 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.69%
1387.48/1390.92	c  1391s|236600 |   600 | 15824k|  66.5 |   107M |  29 | 100 |3835 |3837 |1996 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.71%
1388.08/1391.54	c  1392s|236700 |   604 | 15831k|  66.5 |   107M |  29 | 100 |3836 |3837 |2001 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.83%
1388.59/1392.05	c  1392s|236800 |   602 | 15837k|  66.5 |   107M |  29 | 100 |3835 |3837 |2001 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.87%
1389.08/1392.59	c  1393s|236900 |   598 | 15843k|  66.5 |   107M |  29 | 100 |3835 |3837 |2001 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.91%
1389.68/1393.17	c  1393s|237000 |   612 | 15849k|  66.5 |   107M |  29 | 100 |3835 |3835 |2005 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  83.97%
1390.28/1393.75	c  1394s|237100 |   608 | 15856k|  66.5 |   107M |  29 | 100 |3835 |3835 |2005 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  84.02%
1390.78/1394.27	c  1394s|237200 |   608 | 15862k|  66.5 |   107M |  29 | 100 |3836 |3835 |2005 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf |  84.05%
1391.38/1394.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1391.38/1394.88	c  1395s|237300 |   606 | 15869k|  66.5 |   107M |  29 | 100 |3836 |3837 |2007 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.11%
1392.07/1395.54	c  1396s|237400 |   608 | 15876k|  66.5 |   107M |  29 | 100 |3836 |3837 |2010 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.14%
1392.68/1396.14	c  1396s|237500 |   614 | 15883k|  66.5 |   107M |  29 | 100 |3835 |3838 |2010 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.18%
1393.27/1396.79	c  1397s|237600 |   606 | 15890k|  66.5 |   107M |  29 | 100 |3837 |3835 |2010 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.21%
1393.87/1397.36	c  1397s|237700 |   608 | 15897k|  66.5 |   107M |  29 | 100 |3835 |3837 |2010 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.26%
1394.47/1397.90	c  1398s|237800 |   608 | 15903k|  66.5 |   107M |  29 | 100 |3835 |3838 |2010 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.28%
1395.17/1398.62	c  1399s|237900 |   618 | 15911k|  66.5 |   107M |  29 | 100 |3835 |3836 |2016 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.30%
1395.76/1399.24	c  1399s|238000 |   616 | 15918k|  66.5 |   107M |  29 | 100 |3836 |3836 |2016 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.34%
1396.36/1399.84	c  1400s|238100 |   618 | 15925k|  66.6 |   107M |  29 | 100 |3836 |3836 |2016 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.39%
1396.96/1400.43	c  1400s|238200 |   618 | 15932k|  66.6 |   107M |  29 | 100 |3836 |3836 |2016 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.42%
1397.56/1401.07	c  1401s|238300 |   610 | 15940k|  66.6 |   107M |  29 | 100 |3835 |3836 |2016 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.46%
1398.16/1401.61	c  1402s|238400 |   612 | 15946k|  66.6 |   107M |  29 | 100 |3835 |3836 |2016 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.50%
1398.76/1402.22	c  1402s|238500 |   612 | 15953k|  66.6 |   107M |  29 | 100 |3835 |3836 |2016 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.54%
1399.36/1402.80	c  1403s|238600 |   606 | 15960k|  66.6 |   107M |  29 | 100 |3835 |3838 |2016 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.57%
1399.85/1403.35	c  1403s|238700 |   612 | 15966k|  66.6 |   107M |  29 | 100 |3835 |3835 |2022 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.59%
1400.45/1403.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1400.45/1403.99	c  1404s|238800 |   610 | 15974k|  66.6 |   107M |  29 | 100 |3835 |3835 |2029 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.61%
1401.05/1404.54	c  1405s|238900 |   604 | 15980k|  66.6 |   107M |  29 | 100 |3835 |3835 |2033 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.62%
1401.55/1405.04	c  1405s|239000 |   606 | 15986k|  66.6 |   107M |  29 | 100 |3835 |3836 |2035 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.63%
1402.15/1405.62	c  1406s|239100 |   614 | 15992k|  66.6 |   107M |  29 | 100 |3836 |3836 |2042 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.64%
1402.65/1406.16	c  1406s|239200 |   618 | 15998k|  66.5 |   107M |  29 | 100 |3835 |3836 |2042 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.65%
1403.15/1406.65	c  1407s|239300 |   620 | 16003k|  66.5 |   107M |  29 | 100 |3835 |3836 |2044 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.66%
1403.65/1407.15	c  1407s|239400 |   614 | 16009k|  66.5 |   107M |  29 | 100 |3835 |3836 |2045 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.68%
1404.24/1407.78	c  1408s|239500 |   620 | 16016k|  66.5 |   107M |  29 | 100 |3835 |3837 |2049 |  2 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.69%
1404.74/1408.29	c  1408s|239600 |   614 | 16022k|  66.5 |   107M |  29 | 100 |3835 |3836 |2050 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.70%
1405.34/1408.81	c  1409s|239700 |   613 | 16028k|  66.5 |   107M |  29 | 100 |3835 |3836 |2054 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.71%
1405.84/1409.39	c  1409s|239800 |   621 | 16035k|  66.5 |   107M |  29 | 100 |3835 |3835 |2054 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.72%
1406.44/1409.94	c  1410s|239900 |   617 | 16041k|  66.5 |   107M |  29 | 100 |3835 |3835 |2054 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.73%
1406.94/1410.47	c  1410s|240000 |   607 | 16047k|  66.5 |   107M |  29 | 100 |3835 |3836 |2054 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.74%
1407.54/1411.04	c  1411s|240100 |   613 | 16054k|  66.5 |   107M |  29 | 100 |3835 |3836 |2054 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.76%
1408.13/1411.61	c  1412s|240200 |   608 | 16061k|  66.5 |   107M |  29 | 100 |3836 |3837 |2054 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.78%
1408.64/1412.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1408.64/1412.11	c  1412s|240300 |   610 | 16067k|  66.5 |   107M |  29 | 100 |3835 |3837 |2054 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.79%
1409.13/1412.65	c  1413s|240400 |   612 | 16073k|  66.5 |   107M |  29 | 100 |3835 |3837 |2055 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.80%
1409.73/1413.23	c  1413s|240500 |   606 | 16080k|  66.5 |   107M |  29 | 100 |3835 |3836 |2055 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.81%
1410.23/1413.77	c  1414s|240600 |   604 | 16086k|  66.5 |   107M |  29 | 100 |3835 |3837 |2055 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.82%
1410.83/1414.31	c  1414s|240700 |   610 | 16092k|  66.5 |   107M |  29 | 100 |3835 |3837 |2056 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.84%
1411.33/1414.87	c  1415s|240800 |   600 | 16099k|  66.5 |   107M |  29 | 100 |3835 |3838 |2056 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.86%
1411.92/1415.43	c  1415s|240900 |   594 | 16105k|  66.5 |   107M |  29 | 100 |3835 |3838 |2056 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.90%
1412.53/1416.03	c  1416s|241000 |   588 | 16112k|  66.5 |   107M |  29 | 100 |3836 |3835 |2056 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.94%
1413.12/1416.66	c  1417s|241100 |   598 | 16119k|  66.5 |   107M |  29 | 100 |3835 |3836 |2059 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  84.98%
1413.72/1417.21	c  1417s|241200 |   596 | 16126k|  66.5 |   107M |  29 | 100 |3835 |3836 |2060 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.00%
1414.22/1417.74	c  1418s|241300 |   592 | 16132k|  66.5 |   107M |  29 | 100 |3835 |3836 |2060 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.02%
1414.82/1418.32	c  1418s|241400 |   596 | 16139k|  66.5 |   107M |  29 | 100 |3835 |3837 |2065 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.03%
1415.52/1419.02	c  1419s|241500 |   602 | 16147k|  66.5 |   107M |  29 | 100 |3837 |3837 |2065 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.06%
1416.11/1419.60	c  1420s|241600 |   606 | 16153k|  66.5 |   107M |  29 | 100 |3835 |3836 |2065 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.09%
1416.62/1420.12	c  1420s|241700 |   606 | 16159k|  66.5 |   107M |  29 | 100 |3835 |3837 |2066 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.10%
1417.21/1420.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1417.21/1420.70	c  1421s|241800 |   600 | 16166k|  66.5 |   107M |  29 | 100 |3835 |3836 |2067 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.13%
1417.71/1421.29	c  1421s|241900 |   592 | 16173k|  66.5 |   107M |  29 | 100 |3835 |3837 |2067 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.15%
1418.31/1421.83	c  1422s|242000 |   588 | 16179k|  66.5 |   107M |  29 | 100 |3835 |3836 |2067 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.17%
1418.91/1422.44	c  1422s|242100 |   584 | 16186k|  66.5 |   107M |  29 | 100 |3835 |3837 |2067 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.22%
1419.51/1423.03	c  1423s|242200 |   572 | 16193k|  66.5 |   107M |  29 | 100 |3835 |3836 |2067 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.31%
1420.10/1423.63	c  1424s|242300 |   566 | 16200k|  66.5 |   107M |  29 | 100 |3835 |3835 |2067 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.37%
1420.70/1424.23	c  1424s|242400 |   570 | 16207k|  66.5 |   107M |  29 | 100 |3835 |3836 |2071 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.47%
1421.20/1424.78	c  1425s|242500 |   564 | 16213k|  66.5 |   107M |  29 | 100 |3835 |3835 |2071 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.54%
1421.70/1425.29	c  1425s|242600 |   564 | 16219k|  66.5 |   107M |  29 | 100 |3835 |3836 |2073 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.58%
1422.30/1425.85	c  1426s|242700 |   568 | 16225k|  66.5 |   107M |  29 | 100 |3835 |3836 |2075 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.60%
1422.90/1426.44	c  1426s|242800 |   568 | 16232k|  66.5 |   107M |  29 | 100 |3836 |3836 |2075 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.62%
1423.50/1427.07	c  1427s|242900 |   566 | 16240k|  66.5 |   107M |  29 | 100 |3835 |3836 |2075 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.65%
1424.19/1427.70	c  1428s|243000 |   562 | 16247k|  66.5 |   107M |  29 | 100 |3835 |3835 |2075 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.68%
1424.79/1428.32	c  1428s|243100 |   560 | 16254k|  66.5 |   107M |  29 | 100 |3836 |3835 |2077 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.77%
1425.39/1428.92	c  1429s|243200 |   552 | 16261k|  66.5 |   107M |  29 | 100 |3836 |3835 |2077 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.83%
1425.99/1429.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1425.99/1429.55	c  1430s|243300 |   552 | 16268k|  66.5 |   107M |  29 | 100 |3835 |3836 |2077 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.85%
1426.49/1430.08	c  1430s|243400 |   547 | 16274k|  66.5 |   107M |  29 | 100 |3837 |3836 |2077 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.86%
1427.09/1430.61	c  1431s|243500 |   547 | 16280k|  66.5 |   107M |  29 | 100 |3835 |3836 |2077 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.91%
1427.59/1431.18	c  1431s|243600 |   545 | 16287k|  66.5 |   107M |  29 | 100 |3835 |3837 |2079 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  85.99%
1428.08/1431.66	c  1432s|243700 |   543 | 16293k|  66.5 |   107M |  29 | 100 |3835 |3836 |2079 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  86.02%
1428.68/1432.28	c  1432s|243800 |   543 | 16299k|  66.5 |   107M |  29 | 100 |3835 |3836 |2079 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf |  86.07%
1429.28/1432.88	c  1433s|243900 |   535 | 16307k|  66.5 |   107M |  29 | 100 |3835 |3836 |2079 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.10%
1429.98/1433.57	c  1434s|244000 |   543 | 16315k|  66.5 |   107M |  29 | 100 |3835 |3836 |2081 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.26%
1430.58/1434.17	c  1434s|244100 |   541 | 16322k|  66.5 |   107M |  29 | 100 |3835 |3837 |2082 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.28%
1431.28/1434.84	c  1435s|244200 |   537 | 16330k|  66.5 |   107M |  29 | 100 |3835 |3836 |2085 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.29%
1431.78/1435.39	c  1435s|244300 |   535 | 16336k|  66.5 |   107M |  29 | 100 |3835 |3836 |2085 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.32%
1432.48/1436.04	c  1436s|244400 |   533 | 16344k|  66.5 |   107M |  29 | 100 |3835 |3835 |2085 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.35%
1433.17/1436.72	c  1437s|244500 |   539 | 16351k|  66.6 |   107M |  29 | 100 |3835 |3836 |2089 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.39%
1433.67/1437.29	c  1437s|244600 |   535 | 16358k|  66.6 |   107M |  29 | 100 |3835 |3836 |2089 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.42%
1434.27/1437.88	c  1438s|244700 |   535 | 16365k|  66.6 |   107M |  29 | 100 |3835 |3836 |2089 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.44%
1434.87/1438.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1434.87/1438.44	c  1438s|244800 |   531 | 16372k|  66.6 |   107M |  29 | 100 |3835 |3836 |2089 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.46%
1435.47/1439.04	c  1439s|244900 |   527 | 16379k|  66.6 |   107M |  29 | 100 |3835 |3835 |2089 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.53%
1436.06/1439.65	c  1440s|245000 |   533 | 16385k|  66.6 |   107M |  29 | 100 |3835 |3835 |2089 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.57%
1436.66/1440.24	c  1440s|245100 |   525 | 16392k|  66.6 |   107M |  29 | 100 |3836 |3838 |2089 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.61%
1437.26/1440.83	c  1441s|245200 |   519 | 16399k|  66.6 |   107M |  29 | 100 |3835 |3837 |2089 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.66%
1437.96/1441.57	c  1442s|245300 |   527 | 16407k|  66.6 |   107M |  29 | 100 |3835 |3835 |2091 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.71%
1438.56/1442.14	c  1442s|245400 |   521 | 16414k|  66.6 |   107M |  29 | 100 |3835 |3836 |2091 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.72%
1439.26/1442.82	c  1443s|245500 |   515 | 16422k|  66.6 |   107M |  29 | 100 |3836 |3836 |2091 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.84%
1439.76/1443.37	c  1443s|245600 |   507 | 16428k|  66.6 |   107M |  29 | 100 |3835 |3836 |2091 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  86.91%
1440.46/1444.04	c  1444s|245700 |   505 | 16436k|  66.6 |   107M |  29 | 100 |3835 |3836 |2091 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.00%
1441.05/1444.62	c  1445s|245800 |   503 | 16443k|  66.6 |   107M |  29 | 100 |3835 |3836 |2091 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.05%
1441.75/1445.37	c  1445s|245900 |   507 | 16452k|  66.6 |   107M |  29 | 100 |3837 |3836 |2095 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.14%
1442.45/1446.01	c  1446s|246000 |   501 | 16459k|  66.6 |   107M |  29 | 100 |3837 |3836 |2095 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.32%
1442.95/1446.54	c  1447s|246100 |   503 | 16465k|  66.6 |   107M |  29 | 100 |3835 |3836 |2095 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.34%
1443.55/1447.15	c  1447s|246200 |   499 | 16472k|  66.6 |   107M |  29 | 100 |3835 |3837 |2097 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.43%
1444.14/1447.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1444.14/1447.78	c  1448s|246300 |   501 | 16478k|  66.6 |   107M |  29 | 100 |3835 |3836 |2097 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.45%
1444.74/1448.39	c  1448s|246400 |   501 | 16486k|  66.6 |   107M |  29 | 100 |3835 |3836 |2097 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.46%
1445.45/1449.05	c  1449s|246500 |   499 | 16493k|  66.6 |   107M |  29 | 100 |3835 |3836 |2097 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.48%
1446.04/1449.63	c  1450s|246600 |   488 | 16500k|  66.6 |   107M |  29 | 100 |3835 |3837 |2097 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.52%
1446.54/1450.18	c  1450s|246700 |   490 | 16507k|  66.6 |   107M |  29 | 100 |3836 |3836 |2097 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.55%
1447.14/1450.70	c  1451s|246800 |   486 | 16513k|  66.6 |   107M |  29 | 100 |3835 |3837 |2097 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.58%
1447.74/1451.31	c  1451s|246900 |   490 | 16520k|  66.6 |   107M |  29 | 100 |3835 |3836 |2097 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.59%
1448.33/1451.93	c  1452s|247000 |   484 | 16527k|  66.6 |   107M |  29 | 100 |3836 |3837 |2099 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.68%
1448.93/1452.54	c  1453s|247100 |   480 | 16534k|  66.6 |   107M |  29 | 100 |3835 |3835 |2101 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.82%
1449.63/1453.28	c  1453s|247200 |   476 | 16543k|  66.6 |   107M |  29 | 100 |3835 |3836 |2103 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  87.99%
1450.33/1453.92	c  1454s|247300 |   478 | 16550k|  66.6 |   107M |  29 | 100 |3836 |3836 |2103 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.05%
1450.73/1454.39	c  1454s|247400 |   480 | 16556k|  66.6 |   107M |  29 | 100 |3835 |3837 |2106 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.06%
1451.33/1455.00	c  1455s|247500 |   478 | 16562k|  66.6 |   107M |  29 | 100 |3835 |3837 |2107 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.06%
1452.03/1455.60	c  1456s|247600 |   478 | 16569k|  66.6 |   107M |  29 | 100 |3835 |3836 |2109 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.13%
1452.53/1456.13	c  1456s|247700 |   478 | 16575k|  66.6 |   107M |  29 | 100 |3835 |3836 |2109 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.16%
1453.02/1456.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1453.02/1456.67	c  1457s|247800 |   476 | 16582k|  66.6 |   107M |  29 | 100 |3835 |3838 |2109 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.20%
1453.53/1457.19	c  1457s|247900 |   478 | 16588k|  66.6 |   107M |  29 | 100 |3835 |3836 |2109 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.22%
1454.02/1457.67	c  1458s|248000 |   476 | 16593k|  66.6 |   107M |  29 | 100 |3835 |3836 |2109 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.23%
1454.62/1458.28	c  1458s|248100 |   476 | 16600k|  66.6 |   107M |  29 | 100 |3837 |3835 |2113 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.31%
1455.22/1458.85	c  1459s|248200 |   472 | 16607k|  66.6 |   107M |  29 | 100 |3837 |3836 |2113 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.35%
1455.72/1459.38	c  1459s|248300 |   474 | 16613k|  66.6 |   107M |  29 | 100 |3835 |3835 |2113 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.36%
1456.31/1459.96	c  1460s|248400 |   476 | 16620k|  66.6 |   107M |  29 | 100 |3835 |3835 |2113 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.38%
1456.91/1460.56	c  1461s|248500 |   474 | 16627k|  66.6 |   107M |  29 | 100 |3836 |3835 |2114 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.40%
1457.52/1461.10	c  1461s|248600 |   462 | 16633k|  66.6 |   107M |  29 | 100 |3835 |3837 |2114 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.43%
1458.11/1461.71	c  1462s|248700 |   460 | 16640k|  66.6 |   107M |  29 | 100 |3835 |3836 |2116 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.49%
1458.61/1462.23	c  1462s|248800 |   466 | 16646k|  66.6 |   107M |  29 | 100 |3835 |3836 |2116 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.50%
1459.11/1462.74	c  1463s|248900 |   464 | 16652k|  66.6 |   107M |  29 | 100 |3835 |3836 |2116 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.52%
1459.61/1463.28	c  1463s|249000 |   462 | 16658k|  66.6 |   107M |  29 | 100 |3835 |3836 |2116 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.53%
1460.21/1463.82	c  1464s|249100 |   460 | 16665k|  66.6 |   107M |  29 | 100 |3835 |3836 |2116 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.56%
1460.80/1464.40	c  1464s|249200 |   462 | 16672k|  66.6 |   107M |  29 | 100 |3835 |3836 |2116 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.57%
1461.30/1464.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1461.30/1464.96	c  1465s|249300 |   460 | 16678k|  66.6 |   107M |  29 | 100 |3835 |3836 |2116 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.59%
1461.90/1465.56	c  1466s|249400 |   460 | 16685k|  66.6 |   107M |  29 | 100 |3835 |3837 |2118 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf |  88.61%
1462.60/1466.28	c  1466s|249500 |   466 | 16693k|  66.6 |   107M |  29 | 100 |3835 |3836 |2120 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.64%
1463.20/1466.82	c  1467s|249600 |   462 | 16700k|  66.6 |   107M |  29 | 100 |3835 |3836 |2120 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.65%
1463.70/1467.36	c  1467s|249700 |   464 | 16706k|  66.6 |   107M |  29 | 100 |3836 |3836 |2120 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.68%
1464.30/1467.90	c  1468s|249800 |   465 | 16713k|  66.6 |   107M |  29 | 100 |3835 |3836 |2120 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.70%
1464.89/1468.50	c  1468s|249900 |   465 | 16719k|  66.6 |   107M |  29 | 100 |3836 |3837 |2120 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.73%
1465.40/1469.08	c  1469s|250000 |   457 | 16726k|  66.6 |   107M |  29 | 100 |3836 |3836 |2120 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.78%
1465.99/1469.68	c  1470s|250100 |   461 | 16733k|  66.6 |   107M |  29 | 100 |3836 |3835 |2122 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.82%
1466.59/1470.28	c  1470s|250200 |   467 | 16740k|  66.6 |   107M |  29 | 100 |3836 |3836 |2124 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.84%
1467.19/1470.89	c  1471s|250300 |   461 | 16747k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.86%
1467.89/1471.52	c  1472s|250400 |   464 | 16754k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.89%
1468.49/1472.12	c  1472s|250500 |   462 | 16761k|  66.6 |   107M |  29 | 100 |3835 |3835 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.92%
1469.08/1472.76	c  1473s|250600 |   456 | 16768k|  66.6 |   107M |  29 | 100 |3837 |3835 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.97%
1469.68/1473.31	c  1473s|250700 |   454 | 16775k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  88.99%
1470.18/1473.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1470.18/1473.87	c  1474s|250800 |   450 | 16781k|  66.6 |   107M |  29 | 100 |3835 |3837 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.02%
1470.78/1474.40	c  1474s|250900 |   450 | 16788k|  66.6 |   107M |  29 | 100 |3837 |3836 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.07%
1471.28/1475.00	c  1475s|251000 |   446 | 16795k|  66.6 |   107M |  29 | 100 |3836 |3836 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.12%
1471.88/1475.54	c  1476s|251100 |   438 | 16801k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.18%
1472.48/1476.12	c  1476s|251200 |   440 | 16808k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.19%
1472.97/1476.68	c  1477s|251300 |   442 | 16814k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.20%
1473.57/1477.23	c  1477s|251400 |   440 | 16821k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.20%
1474.07/1477.75	c  1478s|251500 |   436 | 16827k|  66.6 |   107M |  29 | 100 |3835 |3835 |2124 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.21%
1474.67/1478.32	c  1478s|251600 |   430 | 16833k|  66.6 |   107M |  29 | 100 |3835 |3835 |2124 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.29%
1475.17/1478.86	c  1479s|251700 |   426 | 16840k|  66.6 |   107M |  29 | 100 |3835 |3836 |2124 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.35%
1475.77/1479.41	c  1479s|251800 |   422 | 16846k|  66.6 |   107M |  29 | 100 |3835 |3836 |2127 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.39%
1476.37/1480.01	c  1480s|251900 |   414 | 16853k|  66.6 |   107M |  29 | 100 |3835 |3835 |2127 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.42%
1476.96/1480.60	c  1481s|252000 |   422 | 16859k|  66.6 |   107M |  29 | 100 |3835 |3836 |2131 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.44%
1477.56/1481.26	c  1481s|252100 |   434 | 16867k|  66.6 |   107M |  29 | 100 |3835 |3837 |2133 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.46%
1478.06/1481.77	c  1482s|252200 |   436 | 16873k|  66.6 |   107M |  29 | 100 |3835 |3836 |2133 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.48%
1478.66/1482.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1478.66/1482.30	c  1482s|252300 |   428 | 16879k|  66.6 |   107M |  29 | 100 |3835 |3836 |2133 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.52%
1479.16/1482.81	c  1483s|252400 |   428 | 16884k|  66.6 |   107M |  29 | 100 |3835 |3836 |2133 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.54%
1479.66/1483.30	c  1483s|252500 |   422 | 16890k|  66.6 |   107M |  29 | 100 |3835 |3836 |2133 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.57%
1480.16/1483.86	c  1484s|252600 |   416 | 16897k|  66.6 |   107M |  29 | 100 |3835 |3837 |2133 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.61%
1480.66/1484.33	c  1484s|252700 |   416 | 16902k|  66.6 |   107M |  29 | 100 |3835 |3837 |2133 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.62%
1481.15/1484.89	c  1485s|252800 |   414 | 16908k|  66.6 |   107M |  29 | 100 |3835 |3836 |2136 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.63%
1481.75/1485.43	c  1485s|252900 |   422 | 16915k|  66.6 |   107M |  29 | 100 |3835 |3836 |2138 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.64%
1482.46/1486.12	c  1486s|253000 |   426 | 16922k|  66.6 |   107M |  29 | 100 |3835 |3836 |2138 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.65%
1482.95/1486.67	c  1487s|253100 |   432 | 16928k|  66.6 |   107M |  29 | 100 |3835 |3836 |2138 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.66%
1483.75/1487.40	c  1487s|253200 |   442 | 16936k|  66.6 |   107M |  29 | 100 |3835 |3836 |2143 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.67%
1484.25/1487.98	c  1488s|253300 |   436 | 16943k|  66.6 |   107M |  29 | 100 |3835 |3836 |2143 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.68%
1484.84/1488.50	c  1488s|253400 |   430 | 16949k|  66.6 |   107M |  29 | 100 |3835 |3837 |2144 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.69%
1485.45/1489.11	c  1489s|253500 |   432 | 16956k|  66.6 |   107M |  29 | 100 |3835 |3836 |2144 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.71%
1485.94/1489.67	c  1490s|253600 |   428 | 16962k|  66.6 |   107M |  29 | 100 |3835 |3836 |2144 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.72%
1486.64/1490.36	c  1490s|253700 |   432 | 16970k|  66.6 |   107M |  29 | 100 |3835 |3837 |2147 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.74%
1487.24/1490.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1487.24/1490.91	c  1491s|253800 |   440 | 16977k|  66.6 |   107M |  29 | 100 |3835 |3837 |2147 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.76%
1487.74/1491.48	c  1491s|253900 |   434 | 16984k|  66.6 |   107M |  29 | 100 |3835 |3837 |2147 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.77%
1488.34/1492.07	c  1492s|254000 |   434 | 16990k|  66.6 |   107M |  29 | 100 |3835 |3836 |2150 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.79%
1489.03/1492.71	c  1493s|254100 |   436 | 16998k|  66.6 |   107M |  29 | 100 |3835 |3837 |2150 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.81%
1489.63/1493.35	c  1493s|254200 |   438 | 17005k|  66.6 |   107M |  29 | 100 |3835 |3836 |2150 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.83%
1490.34/1494.01	c  1494s|254300 |   436 | 17013k|  66.6 |   107M |  29 | 100 |3835 |3836 |2150 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.86%
1490.93/1494.65	c  1495s|254400 |   432 | 17020k|  66.6 |   107M |  29 | 100 |3835 |3836 |2150 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.89%
1491.53/1495.26	c  1495s|254500 |   426 | 17028k|  66.6 |   107M |  29 | 100 |3835 |3836 |2150 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.91%
1492.13/1495.82	c  1496s|254600 |   424 | 17034k|  66.6 |   107M |  29 | 100 |3835 |3836 |2150 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.94%
1492.73/1496.41	c  1496s|254700 |   424 | 17041k|  66.6 |   107M |  29 | 100 |3835 |3836 |2150 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  89.97%
1493.22/1496.96	c  1497s|254800 |   428 | 17048k|  66.6 |   107M |  29 | 100 |3835 |3836 |2154 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.01%
1493.72/1497.42	c  1497s|254900 |   424 | 17053k|  66.6 |   107M |  29 | 100 |3835 |3836 |2154 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.02%
1494.22/1497.92	c  1498s|255000 |   423 | 17059k|  66.6 |   107M |  29 | 100 |3835 |3836 |2154 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.04%
1494.82/1498.53	c  1499s|255100 |   428 | 17066k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.07%
1495.32/1499.09	c  1499s|255200 |   424 | 17072k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.08%
1495.82/1499.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1495.82/1499.59	c  1500s|255300 |   425 | 17078k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.11%
1496.42/1500.13	c  1500s|255400 |   421 | 17084k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.13%
1497.01/1500.70	c  1501s|255500 |   421 | 17090k|  66.6 |   107M |  29 | 100 |3835 |3836 |2157 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.16%
1497.51/1501.20	c  1501s|255600 |   419 | 17096k|  66.6 |   107M |  29 | 100 |3835 |3836 |2157 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.19%
1498.01/1501.75	c  1502s|255700 |   417 | 17103k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.22%
1498.61/1502.39	c  1502s|255800 |   415 | 17110k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.24%
1499.21/1502.91	c  1503s|255900 |   411 | 17116k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.27%
1499.61/1503.39	c  1503s|256000 |   415 | 17122k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.28%
1500.21/1503.91	c  1504s|256100 |   413 | 17128k|  66.6 |   107M |  29 | 100 |3835 |3837 |2157 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.30%
1500.71/1504.44	c  1504s|256200 |   407 | 17135k|  66.6 |   107M |  29 | 100 |3836 |3837 |2157 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.32%
1501.20/1504.99	c  1505s|256300 |   410 | 17141k|  66.6 |   107M |  29 | 100 |3835 |3836 |2158 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.35%
1501.90/1505.66	c  1506s|256400 |   406 | 17149k|  66.6 |   107M |  29 | 100 |3835 |3836 |2161 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.40%
1502.50/1506.27	c  1506s|256500 |   402 | 17156k|  66.6 |   107M |  29 | 100 |3835 |3836 |2161 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.44%
1503.10/1506.87	c  1507s|256600 |   404 | 17163k|  66.6 |   107M |  29 | 100 |3836 |3836 |2161 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.47%
1503.70/1507.49	c  1507s|256700 |   405 | 17170k|  66.6 |   107M |  29 | 100 |3836 |3836 |2161 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.49%
1504.40/1508.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1504.40/1508.12	c  1508s|256800 |   399 | 17177k|  66.6 |   107M |  29 | 100 |3836 |3837 |2164 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.52%
1505.00/1508.73	c  1509s|256900 |   399 | 17185k|  66.6 |   107M |  29 | 100 |3835 |3836 |2164 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.56%
1505.59/1509.34	c  1509s|257000 |   399 | 17192k|  66.6 |   107M |  29 | 100 |3835 |3836 |2164 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.61%
1506.19/1509.98	c  1510s|257100 |   395 | 17199k|  66.6 |   107M |  29 | 100 |3835 |3836 |2164 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.65%
1506.89/1510.61	c  1511s|257200 |   399 | 17206k|  66.6 |   107M |  29 | 100 |3835 |3837 |2166 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.71%
1507.49/1511.22	c  1511s|257300 |   403 | 17214k|  66.6 |   107M |  29 | 100 |3835 |3837 |2166 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.74%
1508.09/1511.85	c  1512s|257400 |   407 | 17222k|  66.6 |   107M |  29 | 100 |3835 |3837 |2166 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.76%
1508.69/1512.45	c  1512s|257500 |   405 | 17229k|  66.6 |   107M |  29 | 100 |3835 |3837 |2166 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf |  90.78%
1509.39/1513.15	c  1513s|257600 |   405 | 17236k|  66.6 |   107M |  29 | 100 |3835 |3838 |2169 |  2 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.79%
1509.98/1513.75	c  1514s|257700 |   409 | 17243k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.81%
1510.58/1514.38	c  1514s|257800 |   399 | 17251k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.84%
1511.28/1515.00	c  1515s|257900 |   397 | 17258k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.87%
1511.88/1515.61	c  1516s|258000 |   395 | 17265k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.90%
1512.38/1516.11	c  1516s|258100 |   393 | 17271k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.94%
1512.98/1516.70	c  1517s|258200 |   397 | 17277k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.94%
1513.38/1517.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1513.38/1517.15	c  1517s|258300 |   398 | 17282k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.95%
1513.97/1517.70	c  1518s|258400 |   393 | 17289k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.96%
1514.57/1518.37	c  1518s|258500 |   397 | 17296k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.97%
1515.07/1518.87	c  1519s|258600 |   391 | 17302k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  90.98%
1515.57/1519.38	c  1519s|258700 |   387 | 17308k|  66.6 |   107M |  29 | 100 |3835 |3835 |2169 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.00%
1516.17/1519.97	c  1520s|258800 |   385 | 17314k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.02%
1516.77/1520.59	c  1521s|258900 |   387 | 17322k|  66.6 |   107M |  29 | 100 |3835 |3837 |2169 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.04%
1517.37/1521.15	c  1521s|259000 |   379 | 17328k|  66.6 |   107M |  29 | 100 |3835 |3836 |2169 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.06%
1518.06/1521.88	c  1522s|259100 |   401 | 17336k|  66.6 |   107M |  29 | 100 |3836 |3836 |2173 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.08%
1518.66/1522.41	c  1522s|259200 |   397 | 17342k|  66.6 |   107M |  29 | 100 |3835 |3836 |2173 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.13%
1519.16/1522.99	c  1523s|259300 |   389 | 17349k|  66.6 |   107M |  29 | 100 |3835 |3836 |2173 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.18%
1519.76/1523.58	c  1524s|259400 |   385 | 17356k|  66.6 |   107M |  29 | 100 |3835 |3835 |2173 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.23%
1520.56/1524.32	c  1524s|259500 |   389 | 17364k|  66.6 |   107M |  29 | 100 |3836 |3836 |2178 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.32%
1521.16/1524.94	c  1525s|259600 |   386 | 17371k|  66.6 |   107M |  29 | 100 |3835 |3837 |2178 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.35%
1521.75/1525.59	c  1526s|259700 |   386 | 17379k|  66.6 |   107M |  29 | 100 |3835 |3836 |2178 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.38%
1522.45/1526.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1522.45/1526.25	c  1526s|259800 |   382 | 17386k|  66.6 |   107M |  29 | 100 |3835 |3836 |2178 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.43%
1523.05/1526.83	c  1527s|259900 |   382 | 17393k|  66.6 |   107M |  29 | 100 |3835 |3837 |2178 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.48%
1523.65/1527.42	c  1527s|260000 |   376 | 17400k|  66.6 |   107M |  29 | 100 |3835 |3836 |2178 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.57%
1524.35/1528.11	c  1528s|260100 |   372 | 17408k|  66.6 |   107M |  29 | 100 |3837 |3836 |2178 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.62%
1524.85/1528.63	c  1529s|260200 |   372 | 17414k|  66.6 |   107M |  29 | 100 |3835 |3836 |2178 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.65%
1525.35/1529.18	c  1529s|260300 |   368 | 17420k|  66.6 |   107M |  29 | 100 |3835 |3835 |2178 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.68%
1526.04/1529.80	c  1530s|260400 |   364 | 17428k|  66.6 |   107M |  29 | 100 |3835 |3836 |2178 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.75%
1526.64/1530.47	c  1530s|260500 |   360 | 17436k|  66.6 |   107M |  29 | 100 |3835 |3837 |2181 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.78%
1527.24/1531.07	c  1531s|260600 |   362 | 17443k|  66.6 |   107M |  29 | 100 |3835 |3836 |2181 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.82%
1527.84/1531.66	c  1532s|260700 |   356 | 17450k|  66.6 |   107M |  29 | 100 |3835 |3837 |2181 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.88%
1528.44/1532.28	c  1532s|260800 |   360 | 17457k|  66.6 |   107M |  29 | 100 |3835 |3837 |2183 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.93%
1529.04/1532.84	c  1533s|260900 |   359 | 17463k|  66.6 |   107M |  29 | 100 |3835 |3837 |2183 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.95%
1529.53/1533.39	c  1533s|261000 |   359 | 17470k|  66.6 |   107M |  29 | 100 |3835 |3836 |2185 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  91.97%
1530.13/1533.97	c  1534s|261100 |   363 | 17476k|  66.6 |   107M |  29 | 100 |3835 |3836 |2185 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.00%
1530.73/1534.58	c  1535s|261200 |   361 | 17483k|  66.6 |   107M |  29 | 100 |3835 |3836 |2185 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.04%
1531.34/1535.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1531.34/1535.18	c  1535s|261300 |   354 | 17490k|  66.6 |   107M |  29 | 100 |3835 |3836 |2185 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.07%
1531.93/1535.79	c  1536s|261400 |   356 | 17497k|  66.6 |   107M |  29 | 100 |3835 |3835 |2185 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.11%
1532.53/1536.33	c  1536s|261500 |   348 | 17504k|  66.6 |   107M |  29 | 100 |3835 |3836 |2185 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.14%
1533.03/1536.87	c  1537s|261600 |   341 | 17510k|  66.6 |   107M |  29 | 100 |3835 |3836 |2185 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.19%
1533.62/1537.40	c  1537s|261700 |   335 | 17516k|  66.6 |   107M |  29 | 100 |3835 |3835 |2185 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.23%
1534.12/1537.99	c  1538s|261800 |   331 | 17523k|  66.6 |   107M |  29 | 100 |3835 |3837 |2185 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.30%
1534.82/1538.60	c  1539s|261900 |   331 | 17530k|  66.6 |   107M |  29 | 100 |3835 |3836 |2187 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.34%
1535.52/1539.31	c  1539s|262000 |   335 | 17539k|  66.6 |   107M |  29 | 100 |3835 |3836 |2187 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.37%
1536.12/1539.90	c  1540s|262100 |   331 | 17545k|  66.6 |   107M |  29 | 100 |3835 |3836 |2187 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.40%
1536.62/1540.45	c  1540s|262200 |   327 | 17552k|  66.6 |   107M |  29 | 100 |3835 |3836 |2187 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.43%
1537.32/1541.15	c  1541s|262300 |   325 | 17560k|  66.6 |   107M |  29 | 100 |3836 |3835 |2189 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.48%
1537.81/1541.67	c  1542s|262400 |   325 | 17566k|  66.6 |   107M |  29 | 100 |3835 |3835 |2189 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.50%
1538.41/1542.26	c  1542s|262500 |   331 | 17572k|  66.6 |   107M |  29 | 100 |3835 |3835 |2192 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.53%
1538.91/1542.77	c  1543s|262600 |   331 | 17578k|  66.6 |   107M |  29 | 100 |3835 |3837 |2192 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.56%
1539.51/1543.32	c  1543s|262700 |   331 | 17585k|  66.6 |   107M |  29 | 100 |3835 |3837 |2192 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.59%
1540.11/1543.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1540.11/1543.95	c  1544s|262800 |   331 | 17592k|  66.6 |   107M |  29 | 100 |3837 |3836 |2194 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.66%
1540.71/1544.51	c  1545s|262900 |   327 | 17598k|  66.6 |   107M |  29 | 100 |3837 |3836 |2194 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.71%
1541.21/1545.09	c  1545s|263000 |   331 | 17605k|  66.6 |   107M |  29 | 100 |3835 |3836 |2194 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.73%
1541.80/1545.66	c  1546s|263100 |   327 | 17612k|  66.6 |   107M |  29 | 100 |3835 |3835 |2194 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.75%
1542.40/1546.24	c  1546s|263200 |   322 | 17619k|  66.6 |   107M |  29 | 100 |3835 |3836 |2194 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.78%
1543.00/1546.87	c  1547s|263300 |   310 | 17626k|  66.6 |   107M |  29 | 100 |3835 |3835 |2194 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.83%
1543.70/1547.51	c  1548s|263400 |   316 | 17633k|  66.6 |   107M |  29 | 100 |3835 |3837 |2196 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.90%
1544.20/1548.06	c  1548s|263500 |   320 | 17639k|  66.6 |   107M |  29 | 100 |3836 |3837 |2196 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.93%
1544.80/1548.61	c  1549s|263600 |   318 | 17646k|  66.6 |   107M |  29 | 100 |3836 |3837 |2196 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.96%
1545.40/1549.20	c  1549s|263700 |   306 | 17653k|  66.6 |   107M |  29 | 100 |3835 |3836 |2196 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  92.99%
1546.09/1549.96	c  1550s|263800 |   310 | 17662k|  66.7 |   107M |  29 | 100 |3835 |3836 |2199 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.08%
1546.69/1550.58	c  1551s|263900 |   314 | 17669k|  66.7 |   107M |  29 | 100 |3835 |3837 |2203 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.13%
1547.30/1551.19	c  1551s|264000 |   314 | 17676k|  66.7 |   107M |  29 | 100 |3835 |3837 |2203 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.16%
1547.89/1551.73	c  1552s|264100 |   310 | 17683k|  66.7 |   107M |  29 | 100 |3835 |3837 |2203 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.18%
1548.49/1552.35	c  1552s|264200 |   306 | 17690k|  66.7 |   107M |  29 | 100 |3835 |3837 |2206 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.24%
1549.09/1552.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1549.09/1552.97	c  1553s|264300 |   306 | 17697k|  66.7 |   107M |  29 | 100 |3835 |3837 |2206 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.29%
1549.68/1553.57	c  1554s|264400 |   304 | 17704k|  66.7 |   107M |  29 | 100 |3835 |3836 |2206 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.33%
1550.29/1554.16	c  1554s|264500 |   308 | 17711k|  66.7 |   107M |  29 | 100 |3835 |3838 |2206 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.36%
1550.88/1554.73	c  1555s|264600 |   304 | 17718k|  66.7 |   107M |  29 | 100 |3835 |3837 |2206 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.39%
1551.48/1555.32	c  1555s|264700 |   302 | 17725k|  66.7 |   107M |  29 | 100 |3835 |3835 |2207 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.41%
1552.08/1555.92	c  1556s|264800 |   304 | 17732k|  66.7 |   107M |  29 | 100 |3836 |3836 |2211 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.43%
1552.58/1556.42	c  1556s|264900 |   306 | 17738k|  66.7 |   107M |  29 | 100 |3835 |3836 |2211 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.45%
1553.08/1556.98	c  1557s|265000 |   308 | 17745k|  66.7 |   107M |  29 | 100 |3835 |3836 |2211 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.46%
1553.68/1557.55	c  1558s|265100 |   300 | 17751k|  66.7 |   107M |  29 | 100 |3836 |3837 |2211 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.50%
1554.28/1558.17	c  1558s|265200 |   300 | 17758k|  66.7 |   107M |  29 | 100 |3835 |3836 |2211 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.53%
1554.87/1558.78	c  1559s|265300 |   298 | 17766k|  66.7 |   107M |  29 | 100 |3835 |3835 |2214 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.59%
1555.47/1559.39	c  1559s|265400 |   300 | 17773k|  66.7 |   107M |  29 | 100 |3835 |3836 |2216 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.65%
1556.17/1560.01	c  1560s|265500 |   306 | 17779k|  66.7 |   107M |  29 | 100 |3835 |3836 |2216 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.67%
1556.77/1560.62	c  1561s|265600 |   306 | 17786k|  66.7 |   107M |  29 | 100 |3835 |3836 |2218 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.70%
1557.37/1561.29	c  1561s|265700 |   306 | 17794k|  66.7 |   107M |  29 | 100 |3835 |3836 |2218 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.72%
1558.06/1561.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1558.06/1561.93	c  1562s|265800 |   306 | 17802k|  66.7 |   107M |  29 | 100 |3835 |3836 |2218 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.75%
1558.66/1562.52	c  1563s|265900 |   300 | 17808k|  66.7 |   107M |  29 | 100 |3835 |3836 |2218 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.79%
1559.27/1563.13	c  1563s|266000 |   298 | 17815k|  66.7 |   107M |  29 | 100 |3836 |3836 |2218 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.82%
1559.86/1563.72	c  1564s|266100 |   296 | 17822k|  66.7 |   107M |  29 | 100 |3835 |3837 |2220 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.86%
1560.46/1564.37	c  1564s|266200 |   292 | 17829k|  66.7 |   107M |  29 | 100 |3835 |3837 |2220 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.91%
1561.06/1564.94	c  1565s|266300 |   286 | 17836k|  66.7 |   107M |  29 | 100 |3835 |3836 |2220 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  93.94%
1561.65/1565.55	c  1566s|266400 |   282 | 17843k|  66.7 |   107M |  29 | 100 |3835 |3835 |2222 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  94.08%
1562.26/1566.16	c  1566s|266500 |   279 | 17850k|  66.7 |   107M |  29 | 100 |3837 |3836 |2222 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  94.12%
1562.95/1566.80	c  1567s|266600 |   275 | 17858k|  66.7 |   107M |  29 | 100 |3835 |3836 |2222 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf |  94.17%
1563.55/1567.44	c  1567s|266700 |   269 | 17865k|  66.7 |   107M |  29 | 100 |3835 |3836 |2222 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.22%
1564.15/1568.08	c  1568s|266800 |   261 | 17873k|  66.7 |   107M |  29 | 100 |3836 |3836 |2222 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.28%
1564.85/1568.73	c  1569s|266900 |   257 | 17881k|  66.7 |   107M |  29 | 100 |3836 |3837 |2222 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.40%
1565.44/1569.32	c  1569s|267000 |   257 | 17888k|  66.7 |   107M |  29 | 100 |3836 |3836 |2222 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.46%
1566.04/1569.93	c  1570s|267100 |   247 | 17895k|  66.7 |   107M |  29 | 100 |3837 |3836 |2222 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.53%
1566.54/1570.44	c  1570s|267200 |   251 | 17901k|  66.7 |   107M |  29 | 100 |3835 |3837 |2222 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.56%
1567.04/1570.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1567.04/1570.95	c  1571s|267300 |   245 | 17907k|  66.7 |   107M |  29 | 100 |3835 |3837 |2222 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.58%
1567.54/1571.48	c  1571s|267400 |   247 | 17913k|  66.7 |   107M |  29 | 100 |3835 |3837 |2222 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.59%
1568.14/1572.08	c  1572s|267500 |   239 | 17920k|  66.7 |   107M |  29 | 100 |3835 |3835 |2222 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.65%
1568.84/1572.75	c  1573s|267600 |   245 | 17928k|  66.7 |   107M |  29 | 100 |3835 |3835 |2224 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.67%
1569.53/1573.40	c  1573s|267700 |   239 | 17935k|  66.7 |   107M |  29 | 100 |3835 |3837 |2224 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.70%
1570.14/1574.04	c  1574s|267800 |   235 | 17943k|  66.7 |   107M |  29 | 100 |3836 |3837 |2224 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.75%
1570.63/1574.58	c  1575s|267900 |   231 | 17949k|  66.7 |   107M |  29 | 100 |3836 |3836 |2224 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.80%
1571.24/1575.18	c  1575s|268000 |   237 | 17955k|  66.7 |   107M |  29 | 100 |3835 |3836 |2224 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.84%
1571.93/1575.81	c  1576s|268100 |   233 | 17963k|  66.7 |   107M |  29 | 100 |3835 |3836 |2226 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.88%
1572.53/1576.40	c  1576s|268200 |   223 | 17970k|  66.7 |   107M |  29 | 100 |3835 |3836 |2226 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  94.94%
1573.13/1577.08	c  1577s|268300 |   219 | 17977k|  66.7 |   107M |  29 | 100 |3836 |3837 |2228 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.05%
1573.72/1577.66	c  1578s|268400 |   219 | 17984k|  66.7 |   107M |  29 | 100 |3835 |3837 |2228 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.08%
1574.32/1578.24	c  1578s|268500 |   211 | 17991k|  66.7 |   107M |  29 | 100 |3835 |3836 |2229 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.15%
1574.92/1578.86	c  1579s|268600 |   211 | 17998k|  66.7 |   107M |  29 | 100 |3836 |3836 |2231 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.21%
1575.52/1579.49	c  1579s|268700 |   207 | 18005k|  66.7 |   107M |  29 | 100 |3835 |3836 |2231 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.27%
1576.32/1580.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1576.32/1580.28	c  1580s|268800 |   225 | 18013k|  66.7 |   107M |  29 | 100 |3835 |3836 |2237 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.32%
1576.92/1580.86	c  1581s|268900 |   224 | 18020k|  66.7 |   107M |  29 | 100 |3835 |3836 |2237 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.35%
1577.52/1581.41	c  1581s|269000 |   228 | 18026k|  66.7 |   107M |  29 | 100 |3836 |3836 |2237 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.37%
1578.12/1582.08	c  1582s|269100 |   228 | 18034k|  66.7 |   107M |  29 | 100 |3835 |3836 |2237 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.40%
1578.71/1582.61	c  1583s|269200 |   216 | 18040k|  66.7 |   107M |  29 | 100 |3835 |3836 |2237 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.43%
1579.41/1583.33	c  1583s|269300 |   238 | 18048k|  66.7 |   107M |  29 | 100 |3835 |3836 |2239 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.47%
1579.91/1583.89	c  1584s|269400 |   220 | 18054k|  66.7 |   107M |  29 | 100 |3835 |3836 |2239 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.50%
1580.51/1584.49	c  1584s|269500 |   217 | 18061k|  66.7 |   107M |  29 | 100 |3835 |3836 |2239 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.54%
1581.11/1585.04	c  1585s|269600 |   212 | 18068k|  66.7 |   107M |  29 | 100 |3835 |3837 |2239 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.59%
1581.70/1585.62	c  1586s|269700 |   210 | 18074k|  66.7 |   107M |  29 | 100 |3835 |3837 |2239 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.64%
1582.21/1586.14	c  1586s|269800 |   210 | 18080k|  66.7 |   107M |  29 | 100 |3835 |3837 |2239 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.66%
1582.70/1586.69	c  1587s|269900 |   206 | 18086k|  66.7 |   107M |  29 | 100 |3835 |3836 |2239 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.71%
1583.30/1587.24	c  1587s|270000 |   202 | 18093k|  66.7 |   107M |  29 | 100 |3835 |3835 |2239 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.75%
1584.00/1587.98	c  1588s|270100 |   204 | 18101k|  66.7 |   107M |  29 | 100 |3836 |3836 |2244 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.82%
1584.60/1588.58	c  1589s|270200 |   198 | 18108k|  66.7 |   107M |  29 | 100 |3835 |3835 |2244 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.90%
1585.20/1589.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1585.20/1589.16	c  1589s|270300 |   198 | 18115k|  66.7 |   107M |  29 | 100 |3835 |3837 |2244 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  95.93%
1585.79/1589.75	c  1590s|270400 |   186 | 18121k|  66.7 |   107M |  29 | 100 |3836 |3836 |2244 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.01%
1586.39/1590.35	c  1590s|270500 |   180 | 18128k|  66.7 |   107M |  29 | 100 |3836 |3838 |2244 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.06%
1586.99/1590.92	c  1591s|270600 |   178 | 18135k|  66.7 |   107M |  29 | 100 |3835 |3835 |2244 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.10%
1587.59/1591.51	c  1592s|270700 |   171 | 18142k|  66.7 |   107M |  29 | 100 |3835 |3838 |2247 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.13%
1588.09/1592.07	c  1592s|270800 |   170 | 18148k|  66.7 |   107M |  29 | 100 |3835 |3836 |2249 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.34%
1588.68/1592.64	c  1593s|270900 |   166 | 18155k|  66.7 |   107M |  29 | 100 |3835 |3835 |2249 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.38%
1589.28/1593.20	c  1593s|271000 |   164 | 18161k|  66.7 |   107M |  29 | 100 |3835 |3835 |2249 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.40%
1589.78/1593.78	c  1594s|271100 |   162 | 18168k|  66.7 |   107M |  29 | 100 |3835 |3835 |2249 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.45%
1590.28/1594.29	c  1594s|271200 |   162 | 18174k|  66.7 |   107M |  29 | 100 |3835 |3836 |2249 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.47%
1590.88/1594.87	c  1595s|271300 |   158 | 18180k|  66.7 |   107M |  29 | 100 |3837 |3836 |2252 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.54%
1591.67/1595.60	c  1596s|271400 |   158 | 18189k|  66.7 |   107M |  29 | 100 |3837 |3836 |2256 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.64%
1592.27/1596.20	c  1596s|271500 |   162 | 18196k|  66.7 |   107M |  29 | 100 |3835 |3837 |2258 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.66%
1592.77/1596.72	c  1597s|271600 |   162 | 18202k|  66.7 |   107M |  29 | 100 |3835 |3837 |2258 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.69%
1593.17/1597.19	c  1597s|271700 |   166 | 18207k|  66.7 |   107M |  29 | 100 |3835 |3837 |2258 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.71%
1593.67/1597.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1593.67/1597.65	c  1598s|271800 |   162 | 18213k|  66.7 |   107M |  29 | 100 |3835 |3837 |2258 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.72%
1594.17/1598.14	c  1598s|271900 |   160 | 18219k|  66.7 |   107M |  29 | 100 |3835 |3837 |2258 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.74%
1594.56/1598.59	c  1599s|272000 |   162 | 18224k|  66.7 |   107M |  29 | 100 |3835 |3837 |2258 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.75%
1595.07/1599.04	c  1599s|272100 |   160 | 18230k|  66.7 |   107M |  29 | 100 |3835 |3837 |2258 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.76%
1595.56/1599.58	c  1600s|272200 |   154 | 18236k|  66.7 |   107M |  29 | 100 |3835 |3836 |2258 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.80%
1596.26/1600.21	c  1600s|272300 |   148 | 18243k|  66.7 |   107M |  29 | 100 |3835 |3837 |2260 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.87%
1596.86/1600.83	c  1601s|272400 |   156 | 18250k|  66.7 |   107M |  29 | 100 |3835 |3837 |2262 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.89%
1597.36/1601.38	c  1601s|272500 |   154 | 18256k|  66.7 |   107M |  29 | 100 |3835 |3837 |2262 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.93%
1597.95/1601.90	c  1602s|272600 |   150 | 18262k|  66.7 |   107M |  29 | 100 |3835 |3837 |2262 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  96.97%
1598.45/1602.42	c  1602s|272700 |   148 | 18268k|  66.7 |   107M |  29 | 100 |3835 |3837 |2262 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.00%
1599.06/1603.05	c  1603s|272800 |   140 | 18275k|  66.7 |   107M |  29 | 100 |3835 |3836 |2262 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.07%
1599.75/1603.71	c  1604s|272900 |   144 | 18282k|  66.7 |   107M |  29 | 100 |3835 |3836 |2264 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.15%
1600.25/1604.27	c  1604s|273000 |   142 | 18289k|  66.7 |   107M |  29 | 100 |3835 |3836 |2264 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.17%
1600.85/1604.88	c  1605s|273100 |   146 | 18296k|  66.7 |   107M |  29 | 100 |3835 |3836 |2264 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.19%
1601.44/1605.47	c  1605s|273200 |   140 | 18302k|  66.7 |   107M |  29 | 100 |3836 |3836 |2264 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.22%
1602.15/1606.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1602.15/1606.11	c  1606s|273300 |   140 | 18310k|  66.7 |   107M |  29 | 100 |3836 |3836 |2266 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.25%
1602.74/1606.75	c  1607s|273400 |   150 | 18317k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.27%
1603.34/1607.35	c  1607s|273500 |   141 | 18324k|  66.7 |   107M |  29 | 100 |3836 |3836 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.30%
1603.94/1607.97	c  1608s|273600 |   145 | 18331k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.32%
1604.53/1608.54	c  1609s|273700 |   137 | 18338k|  66.7 |   107M |  29 | 100 |3835 |3837 |2266 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.34%
1605.14/1609.15	c  1609s|273800 |   133 | 18345k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.39%
1605.73/1609.79	c  1610s|273900 |   123 | 18353k|  66.7 |   107M |  29 | 100 |3835 |3837 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.51%
1606.33/1610.37	c  1610s|274000 |   115 | 18360k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.56%
1606.93/1610.97	c  1611s|274100 |   109 | 18367k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.61%
1607.52/1611.53	c  1612s|274200 |   109 | 18374k|  66.7 |   107M |  29 | 100 |3835 |3837 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.64%
1608.03/1612.08	c  1612s|274300 |    99 | 18380k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.67%
1608.62/1612.68	c  1613s|274400 |    91 | 18387k|  66.7 |   107M |  29 | 100 |3835 |3835 |2266 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.74%
1609.22/1613.24	c  1613s|274500 |    85 | 18394k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.80%
1609.82/1613.83	c  1614s|274600 |    83 | 18400k|  66.7 |   107M |  29 | 100 |3835 |3835 |2266 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.85%
1610.32/1614.39	c  1614s|274700 |    83 | 18407k|  66.7 |   107M |  29 | 100 |3835 |3836 |2266 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.88%
1610.91/1614.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1610.91/1614.94	c  1615s|274800 |    83 | 18413k|  66.7 |   107M |  29 | 100 |3835 |3835 |2268 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.92%
1611.51/1615.58	c  1616s|274900 |    85 | 18420k|  66.7 |   107M |  29 | 100 |3835 |3835 |2268 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.95%
1612.12/1616.16	c  1616s|275000 |    82 | 18427k|  66.7 |   107M |  29 | 100 |3835 |3835 |2268 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  97.98%
1612.91/1616.95	c  1617s|275100 |    80 | 18437k|  66.7 |   107M |  29 | 100 |3835 |3836 |2268 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.02%
1613.51/1617.53	c  1618s|275200 |    74 | 18443k|  66.7 |   107M |  29 | 100 |3835 |3835 |2268 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.07%
1614.11/1618.10	c  1618s|275300 |    62 | 18450k|  66.7 |   107M |  29 | 100 |3835 |3837 |2268 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.14%
1614.70/1618.70	c  1619s|275400 |    60 | 18457k|  66.7 |   107M |  29 | 100 |3835 |3838 |2272 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.22%
1615.20/1619.29	c  1619s|275500 |    56 | 18464k|  66.7 |   107M |  29 | 100 |3835 |3836 |2272 |  0 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.29%
1615.90/1619.90	c  1620s|275600 |    52 | 18471k|  66.7 |   107M |  29 | 100 |3835 |3836 |2273 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.33%
1616.50/1620.60	c  1621s|275700 |    58 | 18478k|  66.7 |   107M |  29 | 100 |3835 |3835 |2279 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.47%
1617.20/1621.20	c  1621s|275800 |    54 | 18485k|  66.7 |   107M |  29 | 100 |3835 |3835 |2281 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.55%
1617.79/1621.86	c  1622s|275900 |    48 | 18493k|  66.7 |   107M |  29 | 100 |3835 |3837 |2283 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.74%
1618.49/1622.51	c  1623s|276000 |    38 | 18501k|  66.7 |   107M |  29 | 100 |3835 |3836 |2283 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.87%
1618.99/1623.06	c  1623s|276100 |    40 | 18507k|  66.7 |   107M |  29 | 100 |3835 |3835 |2285 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.91%
1619.49/1623.56	c  1624s|276200 |    37 | 18513k|  66.7 |   107M |  29 | 100 |3837 |3835 |2285 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf |  98.93%
1619.99/1624.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1619.99/1624.09	c  1624s|276300 |    37 | 18519k|  66.7 |   107M |  29 | 100 |3835 |3835 |2285 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  98.96%
1620.68/1624.73	c  1625s|276400 |    43 | 18526k|  66.7 |   107M |  29 | 100 |3835 |3836 |2289 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.00%
1621.18/1625.24	c  1625s|276500 |    45 | 18532k|  66.7 |   107M |  29 | 100 |3835 |3836 |2289 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.04%
1621.78/1625.83	c  1626s|276600 |    40 | 18538k|  66.7 |   107M |  29 | 100 |3835 |3836 |2289 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.09%
1622.38/1626.42	c  1626s|276700 |    36 | 18545k|  66.7 |   107M |  29 | 100 |3835 |3836 |2291 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.15%
1622.98/1627.01	c  1627s|276800 |    36 | 18552k|  66.7 |   107M |  29 | 100 |3835 |3837 |2291 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.22%
1623.58/1627.62	c  1628s|276900 |    30 | 18559k|  66.7 |   107M |  29 | 100 |3835 |3836 |2291 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.30%
1624.17/1628.20	c  1628s|277000 |    24 | 18565k|  66.7 |   107M |  29 | 100 |3835 |3836 |2291 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.39%
1624.67/1628.79	c  1629s|277100 |    22 | 18572k|  66.7 |   107M |  29 | 100 |3836 |3837 |2293 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.52%
1625.27/1629.36	c  1629s|277200 |    16 | 18579k|  66.7 |   107M |  29 | 100 |3835 |3836 |2293 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.60%
1625.87/1629.94	c  1630s|277300 |    11 | 18585k|  66.7 |   107M |  29 | 100 |3835 |3835 |2293 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.70%
1626.47/1630.57	c  1631s|277400 |    13 | 18592k|  66.7 |   107M |  29 | 100 |3835 |3836 |2297 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.83%
1627.16/1631.22	c  1631s|277500 |     9 | 18600k|  66.7 |   107M |  29 | 100 |3835 |3836 |2297 |  0 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.87%
1627.76/1631.85	c  1632s|277600 |     7 | 18607k|  66.7 |   107M |  29 | 100 |3836 |3837 |2297 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf |  99.95%
1627.97/1632.09	c 
1627.97/1632.09	c SCIP Status        : problem is solved [infeasible]
1627.97/1632.09	c Solving Time (sec) : 1632.08
1627.97/1632.09	c Solving Nodes      : 277643 (total of 278695 nodes in 2 runs)
1627.97/1632.09	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1627.97/1632.09	c Dual Bound         : +1.00000000000000e+20
1627.97/1632.09	c Gap                : 0.00 %
1627.97/1632.09	s UNSATISFIABLE
1627.97/1632.09	c SCIP Status        : problem is solved [infeasible]
1627.97/1632.09	c Total Time         :    1632.08
1627.97/1632.09	c   solving          :    1632.08
1627.97/1632.09	c   presolving       :       0.11 (included in solving)
1627.97/1632.09	c   reading          :       0.01 (included in solving)
1627.97/1632.09	c   copying          :       0.72 (109 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1627.97/1632.09	c Original Problem   :
1627.97/1632.09	c   Problem name     : HOME/instance-4452575-1721447222.opb
1627.97/1632.09	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1627.97/1632.09	c   Constraints      : 3832 initial, 3832 maximal
1627.97/1632.09	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1627.97/1632.09	c Presolved Problem  :
1627.97/1632.09	c   Problem name     : t_HOME/instance-4452575-1721447222.opb
1627.97/1632.09	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1627.97/1632.09	c   Constraints      : 3983 initial, 4685 maximal
1627.97/1632.09	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1627.97/1632.09	c   Nonzeros         : 27713 constraint, 6 clique table
1627.97/1632.09	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1627.97/1632.09	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   dualsparsify     :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   dualfix          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   knapsack         :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   setppc           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   linear           :       0.01       0.00      8          0          0          0          0          0          1          0          1          0
1627.97/1632.09	c   logicor          :       0.03       0.01     11          0          0          0          0          0         14          0          0         40
1627.97/1632.09	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   root node        :          -          -      -         21          -          -         21          -          -          -          -          -
1627.97/1632.09	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
1627.97/1632.09	c   benderslp        :          0          0          0          0     139550          0          0       5974          0          0          0          0          0          0          0
1627.97/1632.09	c   integral         :          0          0          0          0     139550          0          0       5974          0          0          0          0          0          0     279100
1627.97/1632.09	c   knapsack         :          2          2         22     432944          0          0          0       5969        306         17          0          0          0          0          0
1627.97/1632.09	c   setppc           :          0+         2          0          8          0          0          0          0          1          0          1          0          0          0          0
1627.97/1632.09	c   linear           :          2+        34         23     423979          0          0          0          3          3          0          9          0          0          0          0
1627.97/1632.09	c   logicor          :       3979+      4673         22     208330          0          0          0       3392     102113        849      64808          0          0          0          0
1627.97/1632.09	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
1627.97/1632.09	c   benderslp        :       0.02       0.00       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   integral         :       5.80       0.00       0.00       0.00       5.80       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   knapsack         :       0.24       0.00       0.00       0.23       0.00       0.00       0.00       0.01       0.00       0.00
1627.97/1632.09	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   linear           :       0.20       0.00       0.00       0.20       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   logicor          :       2.36       0.01       0.01       2.25       0.00       0.00       0.00       0.03       0.06       0.00
1627.97/1632.09	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   components       :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1627.97/1632.09	c   dualfix          :          2          0          0          0
1627.97/1632.09	c   genvbounds       :          0          0          0          0
1627.97/1632.09	c   nlobbt           :          0          0          0          0
1627.97/1632.09	c   obbt             :          0          0          0          0
1627.97/1632.09	c   probing          :          0          0          0          0
1627.97/1632.09	c   pseudoobj        :          0          0          0          0
1627.97/1632.09	c   redcost          :          0          0          0          0
1627.97/1632.09	c   rootredcost      :          0          0          0          0
1627.97/1632.09	c   symmetry         :          0          0          0          0
1627.97/1632.09	c   vbounds          :          0          0          0          0
1627.97/1632.09	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
1627.97/1632.09	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   genvbounds       :       0.05       0.00       0.00       0.05       0.00       0.00
1627.97/1632.09	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
1627.97/1632.09	c   pseudoobj        :       0.06       0.00       0.00       0.06       0.00       0.00
1627.97/1632.09	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
1627.97/1632.09	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00       0.00
1627.97/1632.09	c   symmetry         :       0.08       0.00       0.01       0.07       0.00       0.00
1627.97/1632.09	c   vbounds          :       0.07       0.00       0.00       0.07       0.00       0.00
1627.97/1632.09	c Symmetry           :
1627.97/1632.09	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
1627.97/1632.09	c   orbital reduction:          0 reductions applied,          0 cutoffs
1627.97/1632.09	c   lexicographic red:          0 reductions applied,          0 cutoffs
1627.97/1632.09	c   shadow tree time :       0.00 s
1627.97/1632.09	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
1627.97/1632.09	c   propagation      :       0.00        862        225          -        471       32.1          0        0.0          -          -          -
1627.97/1632.09	c   infeasible LP    :       8.13     142761      49866          -     103965       18.7          0        0.0          9       12.1          0
1627.97/1632.09	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
1627.97/1632.09	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
1627.97/1632.09	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
1627.97/1632.09	c   applied globally :       0.00          -          -          0       4797       14.4          -          -          9          -          -
1627.97/1632.09	c   applied locally  :          -          -          -          0      45363       18.4          -          -          0          -          -
1627.97/1632.09	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
1627.97/1632.09	c   cut pool         :       3.47          -       9834         42          -          -      93143     124354          -          -          -          -          -    (maximal pool size:       3221)
1627.97/1632.09	c   aggregation      :       2.17       0.00       2068         22          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
1627.97/1632.09	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
1627.97/1632.09	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
1627.97/1632.09	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   clique           :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   gomory           :       5.28       0.00       2066         20          0          0     106580     124090      13566       1524       1267        257          0
1627.97/1632.09	c   > gomorymi       :          -          -          -          -          -          -          -      66715       6901       1397       1199        198          -
1627.97/1632.09	c   > strongcg       :          -          -          -          -          -          -          -      57375       6665        127         68         59          -
1627.97/1632.09	c   impliedbounds    :       0.00       0.00       2068         22          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   multilinear      :       0.01       0.00      24752         22          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   rapidlearning    :       4.78       0.00        100          2          0          0          0          0          0          0          0          0       1125
1627.97/1632.09	c   rlt              :       0.00       0.00       1043         20          0          0          0          0          0          0          0          0          0
1627.97/1632.09	c   zerohalf         :       2.67       0.00       2068         22          0          0       2040        264       1911        812        127        685          0
1627.97/1632.09	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
1627.97/1632.09	c   hybrid           :       0.18       0.00       2139         22       2336          0     137495         26          0       5489
1627.97/1632.09	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1627.97/1632.09	c   problem variables:       0.00          -          0          0
1627.97/1632.09	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
1627.97/1632.09	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c   relpscost        :       5.75       0.00     139550          0          0          0          0          0          0     279100
1627.97/1632.09	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
1627.97/1632.09	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
1627.97/1632.09	c   LP solutions     :       0.00          -          -          0          0
1627.97/1632.09	c   relax solutions  :       0.00          -          -          0          0
1627.97/1632.09	c   pseudo solutions :       0.00          -          -          0          0
1627.97/1632.09	c   strong branching :       0.00          -          -          0          0
1627.97/1632.09	c   actconsdiving    :       0.00       0.00          0          0          0
1627.97/1632.09	c   adaptivediving   :       2.90       0.00        121          0          0
1627.97/1632.09	c   alns             :       0.42       0.00         18          0          0
1627.97/1632.09	c   bound            :       0.00       0.00          0          0          0
1627.97/1632.09	c   clique           :       0.00       0.00          0          0          0
1627.97/1632.09	c   coefdiving       :       0.00       0.00          0          0          0
1627.97/1632.09	c   completesol      :       0.00       0.00          0          0          0
1627.97/1632.09	c   conflictdiving   :       7.61       0.00        325          0          0
1627.97/1632.09	c   crossover        :       0.02       0.00          0          0          0
1627.97/1632.09	c   dins             :       0.00       0.00          0          0          0
1627.97/1632.09	c   distributiondivin:      13.96       0.00        325          0          0
1627.97/1632.09	c   dps              :       0.00       0.00          0          0          0
1627.97/1632.09	c   dualval          :       0.00       0.00          0          0          0
1627.97/1632.09	c   farkasdiving     :       0.00       0.00          0          0          0
1627.97/1632.09	c   feasjump         :       0.15       0.00          2          0          0
1627.97/1632.09	c   feaspump         :      14.00       0.00        135          0          0
1627.97/1632.09	c   fixandinfer      :       0.00       0.00          0          0          0
1627.97/1632.09	c   fracdiving       :       8.45       0.00        325          0          0
1627.97/1632.09	c   gins             :       0.01       0.00          0          0          0
1627.97/1632.09	c   guideddiving     :       0.00       0.00          0          0          0
1627.97/1632.09	c   indcoefdiving    :       0.00       0.00          0          0          0
1627.97/1632.09	c   indicator        :       0.02       0.00          0          0          0
1627.97/1632.09	c   indicatordiving  :       0.00       0.00          0          0          0
1627.97/1632.09	c   indoneopt        :       0.04       0.00          0          0          0
1627.97/1632.09	c   indrounding      :       0.00       0.00          0          0          0
1627.97/1632.09	c   indtwoopt        :       0.00       0.00          0          0          0
1627.97/1632.09	c   intdiving        :       0.00       0.00          0          0          0
1627.97/1632.09	c   intshifting      :       0.00       0.00          0          0          0
1627.97/1632.09	c   linesearchdiving :       7.97       0.00        325          0          0
1627.97/1632.09	c   localbranching   :       0.00       0.00          0          0          0
1627.97/1632.09	c   locks            :       0.01       0.00          1          0          0
1627.97/1632.09	c   lpface           :       0.05       0.00          0          0          0
1627.97/1632.09	c   mpec             :       0.00       0.00          0          0          0
1627.97/1632.09	c   multistart       :       0.00       0.00          0          0          0
1627.97/1632.09	c   mutation         :       0.00       0.00          0          0          0
1627.97/1632.09	c   nlpdiving        :       0.00       0.00          0          0          0
1627.97/1632.09	c   objpscostdiving  :      19.27       0.00        130          0          0
1627.97/1632.09	c   octane           :       0.00       0.00          0          0          0
1627.97/1632.09	c   ofins            :       0.02       0.00          0          0          0
1627.97/1632.09	c   oneopt           :       0.03       0.00          0          0          0
1627.97/1632.09	c   padm             :       0.00       0.00          0          0          0
1627.97/1632.09	c   proximity        :       0.00       0.00          0          0          0
1627.97/1632.09	c   pscostdiving     :       8.95       0.00        325          0          0
1627.97/1632.09	c   randrounding     :       0.15       0.00       5984          0          0
1627.97/1632.09	c   rens             :       0.00       0.00          0          0          0
1627.97/1632.09	c   reoptsols        :       0.00       0.00          0          0          0
1627.97/1632.09	c   repair           :       0.00       0.00          0          0          0
1627.97/1632.09	c   rins             :       0.02       0.00          0          0          0
1627.97/1632.09	c   rootsoldiving    :       4.83       0.00         91          0          0
1627.97/1632.09	c   rounding         :       1.40       0.00       5202          0          0
1627.97/1632.09	c   scheduler        :       0.00       0.00          0          0          0
1627.97/1632.09	c   shiftandpropagate:       0.02       0.00          2          0          0
1627.97/1632.09	c   shifting         :       1.11       0.00       1270          0          0
1627.97/1632.09	c   simplerounding   :       0.02       0.00          0          0          0
1627.97/1632.09	c   smallcard        :       0.00       0.00          0          0          0
1627.97/1632.09	c   subnlp           :       0.05       0.00          0          0          0
1627.97/1632.09	c   trivial          :       0.00       0.00          4          0          0
1627.97/1632.09	c   trivialnegation  :       0.00       0.00          0          0          0
1627.97/1632.09	c   trustregion      :       0.00       0.00          0          0          0
1627.97/1632.09	c   trysol           :       0.03       0.00          0          0          0
1627.97/1632.09	c   twoopt           :       0.00       0.00          0          0          0
1627.97/1632.09	c   undercover       :       0.00       0.00          0          0          0
1627.97/1632.09	c   vbounds          :       0.00       0.00          0          0          0
1627.97/1632.09	c   veclendiving     :       6.55       0.00        325          0          0
1627.97/1632.09	c   zeroobj          :       0.00       0.00          0          0          0
1627.97/1632.09	c   zirounding       :       0.17       0.00       1000          0          0
1627.97/1632.09	c   other solutions  :          -          -          -          0          -
1627.97/1632.09	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
1627.97/1632.09	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1627.97/1632.09	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1627.97/1632.09	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1627.97/1632.09	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1627.97/1632.09	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1627.97/1632.09	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1627.97/1632.09	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
1627.97/1632.09	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
1627.97/1632.09	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
1627.97/1632.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
1627.97/1632.09	c   primal LP        :       0.87       1744          0       0.00       0.00       0.87       1744
1627.97/1632.09	c   dual LP          :    1444.76     280834   17946474      63.91   12421.79       0.01         31
1627.97/1632.09	c   lex dual LP      :       0.00          0          0       0.00          -
1627.97/1632.09	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1627.97/1632.09	c   resolve instable :       0.00          0          0       0.00          -
1627.97/1632.09	c   diving/probing LP:      84.63      12022     664094      55.24    7847.11
1627.97/1632.09	c   strong branching :       0.62         22       6636     301.64   10630.27          -          -          0
1627.97/1632.09	c     (at root node) :          -         22       6636     301.64          -
1627.97/1632.09	c   conflict analysis:       0.00          0          0       0.00          -
1627.97/1632.09	c B&B Tree           :
1627.97/1632.09	c   number of runs   :          2
1627.97/1632.09	c   nodes            :     277643 (138976 internal, 138667 leaves)
1627.97/1632.09	c   feasible leaves  :          0
1627.97/1632.09	c   infeas. leaves   :     138667
1627.97/1632.09	c   objective leaves :          0
1627.97/1632.09	c   nodes (total)    :     278695 (139550 internal, 139145 leaves)
1627.97/1632.09	c   nodes left       :          0
1627.97/1632.09	c   max depth        :         29
1627.97/1632.09	c   max depth (total):         29
1627.97/1632.09	c   backtracks       :      74096 (26.7%)
1627.97/1632.09	c   early backtracks :          0 (0.0%)
1627.97/1632.09	c   nodes exc. ref.  :          0 (0.0%)
1627.97/1632.09	c   delayed cutoffs  :        310
1627.97/1632.09	c   repropagations   :      55742 (35839 domain reductions, 297 cutoffs)
1627.97/1632.09	c   avg switch length:       3.56
1627.97/1632.09	c   switching time   :       8.45
1627.97/1632.09	c Root Node          :
1627.97/1632.09	c   First LP value   : +0.00000000000000e+00
1627.97/1632.09	c   First LP Iters   :        104 (10461.72 Iter/sec)
1627.97/1632.09	c   First LP Time    :       0.01
1627.97/1632.09	c   Final Dual Bound :          -
1627.97/1632.09	c   Final Root Iters :      10028
1627.97/1632.09	c   Root LP Estimate : +1.00496691661294e-02
1627.97/1632.09	c Solution           :
1627.97/1632.09	c   Solutions found  :          0 (0 improvements)
1627.97/1632.09	c   Primal Bound     : infeasible
1627.97/1632.09	c   Dual Bound       :          -
1627.97/1632.09	c   Gap              :       0.00 %
1627.97/1632.09	c Integrals          :      Total       Avg%
1627.97/1632.09	c   primal-dual      :          -          - (problem infeasible)
1627.97/1632.09	c   primal-ref       :          -          - (problem infeasible)
1627.97/1632.09	c   dual-ref         :          -          - (problem infeasible)
1628.07/1632.11	c Time complete: 1628.09.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62537 MiB free)
  memory of node 1: 64473 MiB (62032 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452575-1721447222/watcher-4452575-1721447222 -o /tmp/evaluation-result-4452575-1721447222/solver-4452575-1721447222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721447234-1044307 --watchdog 3760 pbscip -f HOME/instance-4452575-1721447222.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1044345, runsolver pid=1044339

[startup+0.10007 s]*
/proc/loadavg: 1.11 1.22 1.94 6/255 1044367
/proc/meminfo: memFree=127422004/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=97576 memory=54372 CPUtime=0.11 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 10791 0 0 0 9 2 0 0 20 0 1 0 196887114 99917824 13593 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 24394 13593 3857 3540 0 12651 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 97576 KiB
Current children cumulated memory: 54372 KiB

[startup+0.216212 s]*
/proc/loadavg: 1.11 1.22 1.94 4/253 1044367
/proc/meminfo: memFree=127382200/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=97576 memory=54876 CPUtime=0.21 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 10797 0 0 0 19 2 0 0 20 0 1 0 196887114 99917824 13719 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 24394 13719 3921 3540 0 12651 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 97576 KiB
Current children cumulated memory: 54876 KiB

[startup+0.305524 s]*
/proc/loadavg: 1.11 1.22 1.94 5/250 1044375
/proc/meminfo: memFree=127330260/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=97576 memory=54876 CPUtime=0.3 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 10797 0 0 0 28 2 0 0 20 0 1 0 196887114 99917824 13719 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 24394 13719 3921 3540 0 12651 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 97576 KiB
Current children cumulated memory: 54876 KiB

[startup+0.700149 s]
/proc/loadavg: 1.11 1.22 1.94 4/249 1044398
/proc/meminfo: memFree=127305660/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=108552 memory=65028 CPUtime=0.69 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 13316 0 0 0 67 2 0 0 20 0 1 0 196887114 111157248 16257 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 27138 16257 3953 3540 0 15395 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 108552 KiB
Current children cumulated memory: 65028 KiB

[startup+1.50017 s]
/proc/loadavg: 1.11 1.22 1.94 5/255 1044413
/proc/meminfo: memFree=127019212/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=138856 memory=90716 CPUtime=1.49 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 20213 0 0 0 146 3 0 0 20 0 1 0 196887114 142188544 22679 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 34714 22679 4001 3540 0 22971 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 138856 KiB
Current children cumulated memory: 90716 KiB

[startup+3.1053 s]
/proc/loadavg: 1.34 1.27 1.95 5/255 1044415
/proc/meminfo: memFree=126711568/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=145612 memory=98636 CPUtime=3.08 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 22192 0 0 0 305 3 0 0 20 0 1 0 196887114 149106688 24659 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 36403 24659 4001 3540 0 24660 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 145612 KiB
Current children cumulated memory: 98636 KiB

[startup+6.30016 s]
/proc/loadavg: 1.34 1.27 1.95 5/255 1044415
/proc/meminfo: memFree=126631048/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=150464 memory=104012 CPUtime=6.27 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 23979 0 0 0 624 3 0 0 20 0 1 0 196887114 154075136 26003 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 37616 26003 4001 3540 0 25873 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 150464 KiB
Current children cumulated memory: 104012 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 1.31 1.96 5/255 1044416
/proc/meminfo: memFree=126531284/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=162120 memory=113812 CPUtime=12.65 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 27736 0 0 0 1261 4 0 0 20 0 1 0 196887114 166010880 28453 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 40530 28453 4001 3540 0 28787 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 162120 KiB
Current children cumulated memory: 113812 KiB

[startup+25.5002 s]
/proc/loadavg: 2.18 1.46 2.00 5/255 1044418
/proc/meminfo: memFree=126407756/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=165228 memory=118476 CPUtime=25.41 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 29940 0 0 0 2537 4 0 0 20 0 1 0 196887114 169193472 29619 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 41307 29619 4001 3540 0 29564 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 165228 KiB
Current children cumulated memory: 118476 KiB

[startup+51.1055 s]
/proc/loadavg: 2.80 1.67 2.05 5/255 1044421
/proc/meminfo: memFree=126252880/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=165496 memory=124156 CPUtime=50.95 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 30755 0 0 0 5090 5 0 0 20 0 1 0 196887114 169467904 31039 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 41374 31039 4001 3540 0 29631 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 165496 KiB
Current children cumulated memory: 124156 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.04 2.16 5/255 1044431
/proc/meminfo: memFree=126190720/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=165496 memory=126528 CPUtime=102.01 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 30918 0 0 0 10196 5 0 0 20 0 1 0 196887114 169467904 31632 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 41374 31632 4001 3540 0 29631 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 165496 KiB
Current children cumulated memory: 126528 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.43 2.29 5/254 1044442
/proc/meminfo: memFree=126189008/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=165496 memory=126528 CPUtime=161.87 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 30963 0 0 0 16182 5 0 0 20 0 1 0 196887114 169467904 31632 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 41374 31632 4001 3540 0 29631 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 165496 KiB
Current children cumulated memory: 126528 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.74 2.41 5/256 1044458
/proc/meminfo: memFree=126186852/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=165496 memory=126892 CPUtime=221.73 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 31155 0 0 0 22168 5 0 0 20 0 1 0 196887114 169467904 31723 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 41374 31723 4001 3540 0 29631 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 165496 KiB
Current children cumulated memory: 126892 KiB

[startup+282.3 s]
/proc/loadavg: 4.41 3.06 2.54 5/256 1044468
/proc/meminfo: memFree=126177284/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=166552 memory=127844 CPUtime=281.59 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 31992 0 0 0 28154 5 0 0 20 0 1 0 196887114 170549248 31961 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 41638 31961 4001 3540 0 29895 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 166552 KiB
Current children cumulated memory: 127844 KiB

[startup+342.3 s]
/proc/loadavg: 4.45 3.34 2.67 5/256 1044478
/proc/meminfo: memFree=126174168/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=166552 memory=128044 CPUtime=341.44 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 32538 0 0 0 34139 5 0 0 20 0 1 0 196887114 170549248 32011 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 41638 32011 4001 3540 0 29895 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 166552 KiB
Current children cumulated memory: 128044 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 3.48 2.76 5/256 1044489
/proc/meminfo: memFree=126170240/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=171104 memory=131620 CPUtime=401.3 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 33481 0 0 0 40124 6 0 0 20 0 1 0 196887114 175210496 32905 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 42776 32905 4001 3540 0 31033 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 171104 KiB
Current children cumulated memory: 131620 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 3.60 2.85 5/256 1044500
/proc/meminfo: memFree=126169324/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=171104 memory=131772 CPUtime=461.16 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 33550 0 0 0 46110 6 0 0 20 0 1 0 196887114 175210496 32943 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 42776 32943 4001 3540 0 31033 0

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

/proc/loadavg: 4.07 4.08 3.61 5/254 1045205
/proc/meminfo: memFree=126140712/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1239.25 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35093 0 0 0 123917 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1239.25 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1302.3 s]
/proc/loadavg: 4.07 4.08 3.64 5/254 1045215
/proc/meminfo: memFree=126140216/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1299.1 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35142 0 0 0 129902 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1299.1 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1362.3 s]
/proc/loadavg: 4.14 4.10 3.67 5/254 1045225
/proc/meminfo: memFree=126139808/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1358.95 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35191 0 0 0 135887 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1358.95 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1422.3 s]
/proc/loadavg: 4.11 4.09 3.70 5/256 1045240
/proc/meminfo: memFree=126139076/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1418.81 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35240 0 0 0 141873 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1418.81 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1482.3 s]
/proc/loadavg: 4.04 4.07 3.73 5/256 1045250
/proc/meminfo: memFree=126138824/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1478.66 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35289 0 0 0 147858 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1478.66 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1542.3 s]
/proc/loadavg: 4.11 4.09 3.75 5/256 1045260
/proc/meminfo: memFree=126138232/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1538.51 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35338 0 0 0 153843 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1538.51 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1602.3 s]
/proc/loadavg: 4.09 4.09 3.78 6/256 1045317
/proc/meminfo: memFree=126295260/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1598.35 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 159827 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1598.35 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1632.12 s]
# the end of solver process 1044345 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1628 s, system=0.085674 s

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

[startup+1612.8 s]
/proc/loadavg: 4.08 4.08 3.78 5/256 1045319
/proc/meminfo: memFree=126294968/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1608.82 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 160874 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1608.82 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1625.6 s]
/proc/loadavg: 4.13 4.09 3.79 5/256 1045321
/proc/meminfo: memFree=126294976/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1621.58 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 162150 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1621.58 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1628.8 s]
/proc/loadavg: 4.12 4.09 3.79 5/256 1045321
/proc/meminfo: memFree=126294968/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1624.77 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 162469 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1624.77 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1630.4 s]
/proc/loadavg: 4.12 4.09 3.79 5/256 1045321
/proc/meminfo: memFree=126294836/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1626.37 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 162629 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1626.37 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1631.2 s]
/proc/loadavg: 4.12 4.09 3.79 5/256 1045321
/proc/meminfo: memFree=126294836/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1627.16 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 162708 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1627.16 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1631.6 s]
/proc/loadavg: 4.12 4.09 3.79 5/256 1045321
/proc/meminfo: memFree=126294836/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1627.56 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 162748 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1627.56 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1632 s]*
/proc/loadavg: 4.12 4.09 3.79 5/256 1045323
/proc/meminfo: memFree=126294808/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1627.97 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 162789 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1627.97 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

[startup+1632.11 s]
/proc/loadavg: 4.12 4.09 3.79 5/256 1045323
/proc/meminfo: memFree=126294808/131524600 swapFree=131070704/131071996
[pid=1044345] ppid=1044339 vsize=173804 memory=135400 CPUtime=1628.07 cores=5,7
/proc/1044345/stat : 1044345 (pbscip) R 1044339 1044345 1044294 0 -1 4194304 35387 0 0 0 162799 8 0 0 20 0 1 0 196887114 177975296 33850 134679101440 4194304 18693293 140729063320128 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 42217472 140729063326722 140729063326821 140729063326821 140729063333838 0
/proc/1044345/statm: 43451 33850 4001 3540 0 31708 0
Current children cumulated CPU time: 1628.07 s
Current children cumulated vsize: 173804 KiB
Current children cumulated memory: 135400 KiB

Child status: 0

Real time (s): 1632.12
CPU time (s): 1628.09
CPU user time (s): 1628
CPU system time (s): 0.085674
CPU usage (%): 99.7531
Max. virtual memory (cumulated for all children) (KiB): 173804
Max. memory (cumulated for all children) (KiB): 135400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1628
system time used= 0.085674
maximum resident set size= 135400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35632
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= 40
involuntary context switches= 612


# summary of solver processes directly reported to runsolver:
#   pid: 1044345
#   total CPU time (s): 1628.09
#   total CPU user time (s): 1628
#   total CPU system time (s): 0.085674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.88318 second user time and 7.42733 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 05:47:14
IDJOB=4452575
IDBENCH=164452
IDSOLVER=3059
FILE ID=nodeC023/4452575-1721447222
RUNJOBID= nodeC023-1721447234-1044307
SLURM_JOB_ID= 7545676
Free space on /tmp= 890084 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-iis-100-0-cov.0.u.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452575-1721447222/watcher-4452575-1721447222 -o /tmp/evaluation-result-4452575-1721447222/solver-4452575-1721447222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721447234-1044307 --watchdog 3760  pbscip -f HOME/instance-4452575-1721447222.opb -t 3600 -j 2 -m 31000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= af9f746f4378befb3a20d04b26ba3b05
RANDOM SEED=785288849

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3605.633
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3593.728
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3562.312
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.091
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3616.058
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3639.144
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3574.861
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3615.012
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127562188 kB
MemAvailable:   129752028 kB
Buffers:          585168 kB
Cached:          2441104 kB
SwapCached:           80 kB
Active:          1217396 kB
Inactive:        2176296 kB
Active(anon):       1464 kB
Inactive(anon):   411680 kB
Active(file):    1215932 kB
Inactive(file):  1764616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             72756 kB
Writeback:             0 kB
AnonPages:        367156 kB
Mapped:           105752 kB
Shmem:             45728 kB
KReclaimable:      98900 kB
Slab:             193028 kB
SReclaimable:      98900 kB
SUnreclaim:        94128 kB
KernelStack:        3840 kB
PageTables:         9380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     709228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC023 at 2024-07-20 06:14:26