Trace number 4503466

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-07? 3585.37 3597.47

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-185.opb
MD5SUM458054bd456c10a880dafd6041bb82b2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.46436
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1840
Total number of constraints46243
Number of constraints which are clauses42504
Number of constraints which are cardinality constraints (but not clauses)73
Number of constraints which are nor clauses,nor cardinality constraints3666
Minimum length of a constraint2
Maximum length of a constraint42
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 43
Number of bits of the biggest sum of numbers6
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-4503466-1751172125.opb>
0.00/0.09	c original problem has 1840 variables (1840 bin, 0 int, 0 impl, 0 cont) and 46243 constraints
0.00/0.09	c problem read in 0.08
0.00/0.09	c No objective function, only one solution is needed.
0.09/0.15	c presolving:
0.19/0.26	c    (0.3s) running MILP presolver
0.29/0.33	c    (0.3s) MILP presolver found nothing
0.39/0.42	c (round 1, exhaustive) 1 del vars, 5 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 0 chg coeffs, 46234 upgd conss, 0 impls, 12807 clqs
0.50/0.51	c (round 2, exhaustive) 1 del vars, 257 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 378 chg coeffs, 46234 upgd conss, 0 impls, 12807 clqs
0.69/0.73	c    (0.7s) probing: 51/1839 (2.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.73	c    (0.7s) probing aborted: 50/50 successive totally useless probings
0.88/0.94	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.99/1.03	c    (1.0s) no symmetry present (symcode time: 0.01)
0.99/1.05	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
0.99/1.05	c  1 deleted vars, 257 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 4 changed sides, 702 changed coefficients
0.99/1.05	c  0 implications, 12807 cliques
0.99/1.05	c presolved problem has 1839 variables (1839 bin, 0 int, 0 impl, 0 cont) and 45986 constraints
0.99/1.05	c    3696 constraints of type <knapsack>
0.99/1.05	c   12807 constraints of type <setppc>
0.99/1.05	c       4 constraints of type <linear>
0.99/1.05	c   29479 constraints of type <logicor>
0.99/1.05	c transformed objective value is always integral (scale: 1)
0.99/1.05	c Presolving Time: 0.90
0.99/1.05	c - non default parameters ----------------------------------------------------------------------
0.99/1.05	c # SCIP version 10.0.0
0.99/1.05	c 
0.99/1.05	c # maximal time in seconds to run
0.99/1.05	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.99/1.05	c limits/time = 3596.997012
0.99/1.05	c 
0.99/1.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.05	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.99/1.05	c limits/memory = 27900
0.99/1.05	c 
0.99/1.05	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.99/1.05	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.99/1.05	c limits/solutions = 1
0.99/1.05	c 
0.99/1.05	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.99/1.05	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.99/1.05	c misc/usesymmetry = 3
0.99/1.05	c 
0.99/1.05	c # belongs reading time to solving time?
0.99/1.05	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.99/1.05	c timing/reading = TRUE
0.99/1.05	c 
0.99/1.05	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.99/1.05	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.99/1.05	c propagating/symmetry/detectdoublelex = FALSE
0.99/1.05	c 
0.99/1.05	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.99/1.05	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.99/1.05	c propagating/symmetry/detectsubgroups = FALSE
0.99/1.05	c 
0.99/1.05	c # Type of symmetries that shall be computed?
0.99/1.05	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.99/1.05	c propagating/symmetry/symtype = 1
0.99/1.05	c 
0.99/1.05	c # Should components consisting of a single full reflection be handled?
0.99/1.05	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.99/1.05	c propagating/symmetry/usesimplesgncomp = FALSE
0.99/1.05	c 
0.99/1.05	c -----------------------------------------------------------------------------------------------
0.99/1.05	c start solving
0.99/1.05	c 
1.28/1.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.28/1.31	c   1.3s|     1 |     0 |   100 |     - |   226M |   0 |1839 |  46k|  45k|   0 |  0 |  50 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.88/1.96	c   2.0s|     1 |     0 |  1735 |     - |   232M |   0 |1839 |  46k|  45k|   6 |  1 |  50 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.28/3.33	c   3.3s|     1 |     0 |  1756 |     - |   237M |   0 |1839 |  46k|  45k|  10 |  2 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
4.67/4.76	c   4.8s|     1 |     0 |  1781 |     - |   242M |   0 |1839 |  46k|  46k|  18 |  3 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.27/5.32	c   5.3s|     1 |     0 |  1842 |     - |   246M |   0 |1839 |  46k|  46k|  21 |  4 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
6.37/6.44	c   6.4s|     1 |     0 |  1874 |     - |   251M |   0 |1839 |  46k|  46k|  26 |  5 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
7.76/7.80	c   7.8s|     1 |     0 |  1907 |     - |   258M |   0 |1839 |  46k|  46k|  30 |  6 |  55 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.07/8.16	c   8.2s|     1 |     0 |  1979 |     - |   265M |   0 |1839 |  46k|  46k|  36 |  7 |  56 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.36/8.43	c   8.4s|     1 |     0 |  2003 |     - |   272M |   0 |1839 |  46k|  46k|  40 |  8 |  57 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.66/8.74	c   8.7s|     1 |     0 |  2057 |     - |   279M |   0 |1839 |  46k|  46k|  46 |  9 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
9.06/9.10	c   9.1s|     1 |     0 |  2106 |     - |   285M |   0 |1839 |  46k|  46k|  54 | 10 |  62 |   0 | 0.000000e+00 |      --      |    Inf | unknown
9.06/9.14	c   9.1s|     1 |     0 |  2123 |     - |   290M |   0 |1839 |  46k|  46k|  57 | 11 |  65 |   0 | 0.000000e+00 |      --      |    Inf | unknown
9.06/9.19	c   9.2s|     1 |     0 |  2137 |     - |   295M |   0 |1839 |  46k|  46k|  61 | 12 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
9.15/9.22	c   9.2s|     1 |     0 |  2169 |     - |   300M |   0 |1839 |  46k|  46k|  65 | 13 |  77 |   0 | 0.000000e+00 |      --      |    Inf | unknown
9.96/10.08	c  10.1s|     1 |     2 |  3079 |     - |   301M |   0 |1839 |  46k|  46k|  65 | 13 | 133 |  19 | 0.000000e+00 |      --      |    Inf | unknown
18.23/18.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.23/18.31	c  18.3s|   100 |    49 | 20859 | 188.8 |   310M |  27 |1839 |  46k|   0 |  92 |  0 | 476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
19.72/19.82	c  19.8s|   200 |    73 | 24463 | 112.0 |   311M |  32 |1839 |  46k|  46k|  95 |  1 | 660 |  19 | 0.000000e+00 |      --      |    Inf | unknown
22.02/22.17	c  22.2s|   300 |   127 | 29859 |  92.6 |   313M |  32 |1839 |  46k|  46k|  95 |  1 | 913 |  19 | 0.000000e+00 |      --      |    Inf | unknown
24.21/24.34	c  24.3s|   400 |   126 | 37438 |  88.4 |   313M |  32 |1839 |  46k|  46k|  96 |  1 |1096 |  19 | 0.000000e+00 |      --      |    Inf | unknown
26.20/26.34	c  26.3s|   500 |   153 | 44152 |  84.1 |   313M |  32 |1839 |  47k|   0 |  97 |  0 |1487 |  19 | 0.000000e+00 |      --      |    Inf | unknown
29.09/29.20	c  29.2s|   600 |   213 | 53592 |  85.8 |   320M |  32 |1839 |  47k|   0 | 112 |  0 |1873 |  19 | 0.000000e+00 |      --      |    Inf | unknown
30.29/30.49	c  30.5s|   700 |   238 | 58282 |  80.3 |   320M |  35 |1839 |  47k|  46k| 117 |  1 |2182 |  19 | 0.000000e+00 |      --      |    Inf | unknown
31.58/31.72	c  31.7s|   800 |   271 | 62777 |  75.9 |   322M |  35 |1839 |  47k|   0 | 124 |  0 |2439 |  19 | 0.000000e+00 |      --      |    Inf | unknown
33.37/33.59	c  33.6s|   900 |   305 | 72416 |  78.1 |   323M |  35 |1839 |  47k|   0 | 134 |  0 |2691 |  19 | 0.000000e+00 |      --      |    Inf | unknown
37.46/37.68	c  37.7s|  1000 |   396 | 89013 |  86.9 |   327M |  35 |1839 |  47k|  46k| 156 |  1 |3002 |  19 | 0.000000e+00 |      --      |    Inf | unknown
38.66/38.84	c  38.8s|  1100 |   426 | 92255 |  82.0 |   328M |  35 |1839 |  48k|  46k| 160 |  1 |3240 |  19 | 0.000000e+00 |      --      |    Inf | unknown
39.75/39.98	c  40.0s|  1200 |   450 | 95533 |  77.9 |   328M |  35 |1839 |  48k|   0 | 168 |  0 |3559 |  19 | 0.000000e+00 |      --      |    Inf | unknown
44.64/44.81	c  44.8s|  1300 |   488 |111434 |  84.1 |   328M |  35 |1839 |  48k|  46k| 201 |  1 |3928 |  19 | 0.000000e+00 |      --      |    Inf | unknown
47.93/48.19	c  48.2s|  1400 |   537 |118273 |  83.0 |   335M |  35 |1839 |  48k|  46k| 258 |  1 |4203 |  19 | 0.000000e+00 |      --      |    Inf | unknown
48.12/48.35	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
48.12/48.35	c (run 1, node 1413) performing user restart
48.12/48.35	c 
48.12/48.35	c (restart) converted 5 cuts from the global cut pool into linear constraints
48.12/48.35	c 
48.12/48.39	c presolving:
48.22/48.40	c (round 1, fast)       0 del vars, 134 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 16 chg coeffs, 0 upgd conss, 0 impls, 12856 clqs
48.22/48.47	c (round 2, exhaustive) 0 del vars, 159 del conss, 8 add conss, 0 chg bounds, 4 chg sides, 92 chg coeffs, 6 upgd conss, 0 impls, 12856 clqs
48.32/48.55	c (round 3, exhaustive) 0 del vars, 451 del conss, 8 add conss, 0 chg bounds, 4 chg sides, 1061 chg coeffs, 6 upgd conss, 0 impls, 12856 clqs
48.42/48.68	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
48.42/48.68	c  0 deleted vars, 459 deleted constraints, 8 added constraints, 0 tightened bounds, 0 added holes, 4 changed sides, 1091 changed coefficients
48.42/48.68	c  0 implications, 12856 cliques
48.42/48.68	c presolved problem has 1839 variables (1839 bin, 0 int, 0 impl, 0 cont) and 47887 constraints
48.42/48.68	c    3696 constraints of type <knapsack>
48.42/48.68	c   12836 constraints of type <setppc>
48.42/48.68	c       8 constraints of type <and>
48.42/48.68	c      18 constraints of type <linear>
48.42/48.68	c   31329 constraints of type <logicor>
48.42/48.68	c transformed objective value is always integral (scale: 1)
48.42/48.68	c Presolving Time: 1.21
48.42/48.68	c 
48.62/48.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
48.62/48.83	c  48.8s|     1 |     0 |119282 |     - |   338M |   0 |1839 |  47k|  45k|   0 |  0 |4229 |  19 | 0.000000e+00 |      --      |    Inf | unknown
50.12/50.36	c  50.4s|     1 |     0 |119300 |     - |   345M |   0 |1839 |  47k|  45k|   6 |  1 |4229 |  19 | 0.000000e+00 |      --      |    Inf | unknown
51.41/51.63	c  51.6s|     1 |     0 |119320 |     - |   351M |   0 |1839 |  47k|  45k|  11 |  2 |4233 |  19 | 0.000000e+00 |      --      |    Inf | unknown
52.82/53.01	c  53.0s|     1 |     0 |119332 |     - |   356M |   0 |1839 |  47k|  46k|  14 |  3 |4233 |  19 | 0.000000e+00 |      --      |    Inf | unknown
54.31/54.54	c  54.5s|     1 |     0 |119376 |     - |   357M |   0 |1839 |  47k|  46k|  17 |  4 |4235 |  19 | 0.000000e+00 |      --      |    Inf | unknown
56.80/57.08	c  57.1s|     1 |     0 |119406 |     - |   357M |   0 |1839 |  47k|  46k|  28 |  5 |4238 |  19 | 0.000000e+00 |      --      |    Inf | unknown
58.00/58.22	c  58.2s|     1 |     0 |119427 |     - |   359M |   0 |1839 |  47k|  46k|  35 |  6 |4239 |  19 | 0.000000e+00 |      --      |    Inf | unknown
59.09/59.34	c  59.3s|     1 |     0 |119475 |     - |   364M |   0 |1839 |  47k|  46k|  38 |  7 |4239 |  19 | 0.000000e+00 |      --      |    Inf | unknown
60.09/60.35	c  60.3s|     1 |     0 |119519 |     - |   368M |   0 |1839 |  47k|  46k|  46 |  8 |4243 |  19 | 0.000000e+00 |      --      |    Inf | unknown
61.58/61.89	c  61.9s|     1 |     0 |119550 |     - |   375M |   0 |1839 |  47k|  46k|  50 |  9 |4245 |  19 | 0.000000e+00 |      --      |    Inf | unknown
62.68/62.90	c  62.9s|     1 |     0 |119571 |     - |   379M |   0 |1839 |  47k|  46k|  58 | 10 |4248 |  19 | 0.000000e+00 |      --      |    Inf | unknown
62.68/62.93	c  62.9s|     1 |     0 |119586 |     - |   383M |   0 |1839 |  47k|  46k|  64 | 11 |4250 |  19 | 0.000000e+00 |      --      |    Inf | unknown
63.48/63.78	c  63.8s|     1 |     2 |120266 |     - |   384M |   0 |1839 |  47k|  46k|  64 | 11 |4267 |  38 | 0.000000e+00 |      --      |    Inf | unknown
66.37/66.62	c  66.6s|   100 |    89 |125768 |  81.5 |   399M |  33 |1839 |  47k|  46k|  91 |  1 |4361 |  38 | 0.000000e+00 |      --      |    Inf |   1.56%
67.97/68.21	c  68.2s|   200 |   131 |130913 |  79.6 |   400M |  34 |1839 |  48k|  46k| 100 |  1 |4517 |  38 | 0.000000e+00 |      --      |    Inf |   1.56%
70.86/71.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
70.86/71.13	c  71.1s|   300 |   212 |139171 |  79.8 |   415M |  34 |1839 |  48k|   0 | 141 |  0 |4650 |  38 | 0.000000e+00 |      --      |    Inf |   1.56%
75.24/75.55	c  75.5s|   400 |   287 |157211 |  85.3 |   416M |  34 |1839 |  48k|  46k| 148 |  1 |4951 |  38 | 0.000000e+00 |      --      |    Inf |   1.56%
79.63/79.97	c  80.0s|   500 |   364 |172080 |  88.6 |   417M |  34 |1839 |  48k|  46k| 156 |  1 |5236 |  38 | 0.000000e+00 |      --      |    Inf |   1.56%
82.02/82.32	c  82.3s|   600 |   438 |181952 |  89.1 |   418M |  34 |1839 |  48k|  46k| 164 |  1 |5464 |  38 | 0.000000e+00 |      --      |    Inf |   1.56%
85.30/85.64	c  85.6s|   700 |   512 |197149 |  92.1 |   420M |  34 |1839 |  49k|  46k| 180 |  1 |5815 |  38 | 0.000000e+00 |      --      |    Inf |   1.56%
87.50/87.83	c  87.8s|   800 |   578 |204024 |  91.1 |   424M |  34 |1839 |  49k|   0 | 213 |  0 |6019 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
89.49/89.80	c  89.8s|   900 |   644 |212201 |  90.7 |   426M |  34 |1839 |  49k|  46k| 224 |  1 |6242 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
91.08/91.48	c  91.5s|  1000 |   702 |218428 |  89.5 |   427M |  34 |1839 |  49k|  46k| 230 |  1 |6396 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
92.68/93.00	c  93.0s|  1100 |   746 |225141 |  88.6 |   429M |  37 |1839 |  49k|  46k| 233 |  1 |6637 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
95.37/95.76	c  95.8s|  1200 |   796 |232450 |  88.0 |   434M |  40 |1839 |  49k|  46k| 311 |  1 |6808 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
97.85/98.27	c  98.3s|  1300 |   861 |239535 |  87.4 |   435M |  40 |1839 |  49k|  46k| 348 |  1 |6913 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
101.64/102.02	c   102s|  1400 |   947 |256327 |  90.2 |   438M |  40 |1839 |  49k|  46k| 362 |  1 |7097 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
103.83/104.24	c   104s|  1500 |  1007 |263855 |  89.7 |   439M |  40 |1839 |  49k|  46k| 372 |  1 |7318 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
105.64/106.08	c   106s|  1600 |  1063 |270336 |  88.9 |   440M |  40 |1839 |  49k|  46k| 388 |  1 |7520 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
110.11/110.50	c   110s|  1700 |  1147 |273904 |  87.2 |   463M |  44 |1839 |  49k|  46k| 496 |  1 |7600 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
119.48/119.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.48/119.93	c   120s|  1800 |  1188 |280617 |  86.6 |   487M |  44 |1839 |  49k|   0 | 764 |  0 |7806 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
127.75/128.21	c   128s|  1900 |  1251 |286755 |  85.8 |   498M |  44 |1839 |  49k|  46k|1045 |  1 |8143 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
133.24/133.72	c   134s|  2000 |  1304 |293380 |  85.2 |   519M |  45 |1839 |  49k|  46k|1333 |  1 |8447 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
141.31/141.89	c   142s|  2100 |  1371 |304850 |  86.1 |   528M |  52 |1839 |  50k|  46k|1535 |  1 |8841 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
146.49/147.03	c   147s|  2200 |  1436 |310799 |  85.3 |   540M |  52 |1839 |  50k|  46k|1653 |  1 |9084 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
149.87/150.46	c   150s|  2300 |  1472 |317881 |  84.9 |   541M |  52 |1839 |  50k|  46k|1789 |  1 |9246 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
154.36/154.91	c   155s|  2400 |  1502 |323248 |  84.1 |   556M |  52 |1839 |  50k|   0 |1935 |  0 |9534 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
155.25/155.87	c   156s|  2500 |  1537 |325543 |  82.6 |   557M |  57 |1839 |  50k|  46k|1947 |  1 |9835 |  38 | 0.000000e+00 |      --      |    Inf |   1.57%
158.85/159.42	c   159s|  2600 |  1581 |329939 |  81.6 |   558M |  57 |1839 |  50k|   0 |2038 |  0 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
162.03/162.66	c   163s|  2700 |  1623 |340627 |  82.2 |   559M |  58 |1839 |  50k|  46k|2120 |  1 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
168.31/168.92	c   169s|  2800 |  1692 |352053 |  83.0 |   564M |  58 |1839 |  50k|  46k|2301 |  1 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
170.51/171.15	c   171s|  2900 |  1769 |362264 |  83.4 |   565M |  58 |1839 |  50k|  46k|2321 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
175.68/176.35	c   176s|  3000 |  1803 |372888 |  83.9 |   571M |  58 |1839 |  50k|  46k|2491 |  3 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
180.37/181.04	c   181s|  3100 |  1870 |382900 |  84.3 |   582M |  58 |1839 |  50k|  46k|2653 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
182.76/183.43	c   183s|  3200 |  1941 |389873 |  84.0 |   583M |  58 |1839 |  50k|  46k|2698 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
187.34/188.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
187.34/188.09	c   188s|  3300 |  1994 |396854 |  83.7 |   591M |  58 |1839 |  50k|   0 |2862 |  0 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
189.73/190.41	c   190s|  3400 |  2022 |400201 |  82.6 |   592M |  58 |1839 |  50k|   0 |2921 |  0 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
195.01/195.74	c   196s|  3500 |  2050 |406269 |  82.2 |   593M |  58 |1839 |  51k|  46k|3075 |  1 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
201.09/201.90	c   202s|  3600 |  2101 |414906 |  82.3 |   604M |  58 |1839 |  51k|  46k|3227 |  1 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
204.48/205.20	c   205s|  3700 |  2121 |420420 |  81.7 |   605M |  58 |1839 |  51k|  46k|3332 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
205.98/206.71	c   207s|  3800 |  2138 |423587 |  80.8 |   606M |  58 |1839 |  51k|  46k|3385 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
211.46/212.25	c   212s|  3900 |  2160 |430606 |  80.6 |   626M |  58 |1839 |  51k|   0 |3584 |  0 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
217.24/218.03	c   218s|  4000 |  2203 |440892 |  81.0 |   639M |  59 |1839 |  51k|  46k|3818 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
224.21/225.08	c   225s|  4100 |  2240 |451592 |  81.5 |   644M |  59 |1839 |  51k|  46k|4078 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
230.39/231.25	c   231s|  4200 |  2292 |460007 |  81.5 |   653M |  59 |1839 |  51k|   0 |4322 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
235.87/236.79	c   237s|  4300 |  2335 |471615 |  82.1 |   667M |  59 |1839 |  51k|   0 |4505 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
237.36/238.22	c   238s|  4400 |  2346 |473945 |  81.1 |   668M |  61 |1839 |  51k|   0 |4558 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
238.17/239.04	c   239s|  4500 |  2358 |475800 |  80.0 |   668M |  61 |1839 |  51k|  46k|4578 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
240.36/241.23	c   241s|  4600 |  2376 |481576 |  79.7 |   669M |  61 |1839 |  51k|   0 |4648 |  0 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
242.55/243.47	c   243s|  4700 |  2433 |488727 |  79.5 |   670M |  67 |1839 |  51k|  46k|4717 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
244.44/245.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
244.44/245.38	c   245s|  4800 |  2503 |494589 |  79.2 |   671M |  67 |1839 |  51k|   0 |4727 |  0 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
250.62/251.55	c   252s|  4900 |  2550 |500224 |  78.8 |   673M |  67 |1839 |  51k|  46k|4813 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
252.41/253.38	c   253s|  5000 |  2596 |502323 |  77.9 |   675M |  67 |1839 |  51k|  46k|4899 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
255.40/256.35	c   256s|  5100 |  2620 |507106 |  77.5 |   676M |  67 |1839 |  51k|  46k|4954 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
258.79/259.71	c   260s|  5200 |  2683 |517173 |  77.8 |   678M |  67 |1839 |  51k|  46k|5009 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
260.58/261.56	c   262s|  5300 |  2753 |523504 |  77.6 |   679M |  67 |1839 |  51k|  46k|5025 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
261.97/263.00	c   263s|  5400 |  2805 |529437 |  77.3 |   679M |  67 |1839 |  51k|  46k|5042 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
262.87/263.86	c   264s|  5500 |  2822 |531496 |  76.5 |   679M |  67 |1839 |  51k|   0 |5058 |  0 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
264.66/265.64	c   266s|  5600 |  2831 |533714 |  75.7 |   681M |  67 |1839 |  51k|  46k|5085 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.57%
266.16/267.14	c   267s|  5700 |  2869 |539317 |  75.5 |   681M |  67 |1839 |  51k|  46k|5095 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.60%
268.74/269.78	c   270s|  5800 |  2916 |545492 |  75.3 |   681M |  67 |1839 |  50k|  46k|5149 |  1 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.60%
271.14/272.11	c   272s|  5900 |  2980 |554342 |  75.5 |   682M |  67 |1839 |  50k|  46k|5161 |  1 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.60%
273.53/274.52	c   275s|  6000 |  3029 |561119 |  75.4 |   687M |  67 |1839 |  50k|  46k|5206 |  1 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.60%
276.31/277.37	c   277s|  6100 |  3076 |574432 |  76.1 |   689M |  67 |1839 |  50k|   0 |5239 |  0 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.60%
280.30/281.33	c   281s|  6200 |  3121 |586979 |  76.8 |   690M |  67 |1839 |  50k|  46k|5262 |  1 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.60%
289.47/290.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
289.47/290.59	c   291s|  6300 |  3171 |605198 |  78.1 |   691M |  67 |1839 |  50k|  46k|5306 |  1 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.61%
290.97/292.01	c   292s|  6400 |  3216 |610294 |  77.8 |   691M |  67 |1839 |  50k|   0 |5327 |  0 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.62%
292.46/293.50	c   293s|  6500 |  3231 |617112 |  77.7 |   692M |  67 |1839 |  50k|  46k|5330 |  1 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.62%
294.15/295.21	c   295s|  6600 |  3295 |623598 |  77.5 |   694M |  67 |1839 |  50k|  46k|5356 |  1 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.63%
295.25/296.35	c   296s|  6700 |  3344 |629265 |  77.3 |   694M |  67 |1839 |  50k|  46k|5366 |  1 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   1.63%
296.64/297.72	c   298s|  6800 |  3400 |633318 |  76.8 |   694M |  67 |1839 |  50k|  46k|5379 |  1 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   1.63%
298.94/300.03	c   300s|  6900 |  3441 |640899 |  76.8 |   694M |  67 |1839 |  50k|  46k|5382 |  1 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   1.63%
300.93/302.02	c   302s|  7000 |  3497 |646301 |  76.5 |   696M |  67 |1839 |  50k|  46k|5396 |  1 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   1.63%
306.51/307.64	c   308s|  7100 |  3545 |663353 |  77.6 |   701M |  67 |1839 |  50k|  46k|5431 |  1 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.64%
307.81/308.97	c   309s|  7200 |  3569 |667896 |  77.3 |   702M |  67 |1839 |  50k|  46k|5446 |  1 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.64%
313.89/315.00	c   315s|  7300 |  3625 |690228 |  78.9 |   704M |  67 |1839 |  50k|  46k|5458 |  1 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.65%
316.78/317.91	c   318s|  7400 |  3690 |696487 |  78.7 |   705M |  67 |1839 |  50k|  46k|5490 |  1 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.65%
318.37/319.50	c   319s|  7500 |  3754 |701791 |  78.5 |   706M |  67 |1839 |  51k|  46k|5509 |  1 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   1.65%
320.86/322.10	c   322s|  7600 |  3822 |710036 |  78.5 |   712M |  67 |1839 |  51k|   0 |5557 |  0 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   1.65%
322.75/323.93	c   324s|  7700 |  3880 |717077 |  78.4 |   713M |  67 |1839 |  51k|  46k|5577 |  1 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
325.64/326.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
325.64/326.85	c   327s|  7800 |  3923 |727608 |  78.7 |   713M |  67 |1839 |  51k|  46k|5614 |  1 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
327.83/329.04	c   329s|  7900 |  3984 |737370 |  78.9 |   717M |  67 |1839 |  51k|  46k|5628 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
329.32/330.53	c   331s|  8000 |  4034 |743167 |  78.7 |   718M |  67 |1839 |  51k|  46k|5642 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
332.11/333.37	c   333s|  8100 |  4098 |751462 |  78.7 |   720M |  67 |1839 |  51k|  46k|5688 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
334.91/336.17	c   336s|  8200 |  4157 |761337 |  78.9 |   720M |  67 |1839 |  51k|  46k|5700 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
337.99/339.28	c   339s|  8300 |  4211 |767091 |  78.7 |   722M |  67 |1839 |  51k|  46k|5758 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
339.98/341.23	c   341s|  8400 |  4296 |775023 |  78.7 |   725M |  67 |1839 |  51k|  46k|5794 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
342.08/343.33	c   343s|  8500 |  4368 |782353 |  78.7 |   728M |  67 |1839 |  51k|  46k|5834 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
345.77/347.05	c   347s|  8600 |  4425 |793175 |  79.0 |   735M |  67 |1839 |  51k|  46k|5919 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
347.06/348.31	c   348s|  8700 |  4474 |798411 |  78.7 |   737M |  67 |1839 |  51k|   0 |5940 |  0 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
349.15/350.41	c   350s|  8800 |  4506 |807051 |  78.8 |   737M |  67 |1839 |  52k|  46k|5973 |  1 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
354.84/356.12	c   356s|  8900 |  4555 |819037 |  79.2 |   739M |  67 |1839 |  51k|  46k|6029 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
360.21/361.52	c   362s|  9000 |  4623 |838408 |  80.3 |   740M |  67 |1839 |  51k|   0 |6048 |  0 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
367.79/369.12	c   369s|  9100 |  4707 |864711 |  82.0 |   741M |  67 |1839 |  51k|  46k|6063 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
387.23/388.60	c   389s|  9200 |  4789 |923260 |  86.8 |   746M |  67 |1839 |  51k|   0 |6085 |  0 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
392.81/394.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
392.81/394.23	c   394s|  9300 |  4862 |944236 |  87.9 |   748M |  67 |1839 |  51k|  46k|6091 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
395.61/397.09	c   397s|  9400 |  4929 |953559 |  88.0 |   749M |  67 |1839 |  51k|  46k|6106 |  1 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
398.79/400.27	c   400s|  9500 |  4980 |958626 |  87.6 |   750M |  67 |1839 |  51k|  46k|6140 |  1 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
403.68/405.12	c   405s|  9600 |  5038 |976334 |  88.4 |   751M |  67 |1839 |  51k|  46k|6156 |  1 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   1.68%
407.36/408.80	c   409s|  9700 |  5098 |986221 |  88.5 |   752M |  67 |1839 |  51k|  46k|6236 |  1 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   1.69%
410.05/411.55	c   412s|  9800 |  5158 |995386 |  88.5 |   753M |  67 |1839 |  51k|  46k|6263 |  1 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
411.35/412.82	c   413s|  9900 |  5202 |999705 |  88.1 |   755M |  67 |1839 |  51k|  46k|6275 |  1 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
415.14/416.63	c   417s| 10000 |  5262 |  1010k|  88.3 |   756M |  67 |1839 |  51k|  46k|6333 |  0 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
418.03/419.57	c   420s| 10100 |  5291 |  1017k|  88.2 |   757M |  67 |1839 |  51k|   0 |6364 |  0 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
420.12/421.69	c   422s| 10200 |  5332 |  1024k|  88.0 |   757M |  67 |1839 |  51k|  46k|6370 |  1 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
421.71/423.27	c   423s| 10300 |  5372 |  1030k|  87.7 |   758M |  67 |1839 |  51k|  46k|6384 |  2 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
422.91/424.48	c   424s| 10400 |  5419 |  1034k|  87.3 |   760M |  67 |1839 |  51k|  46k|6385 |  1 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
424.61/426.13	c   426s| 10500 |  5436 |  1040k|  87.2 |   760M |  67 |1839 |  51k|  46k|6398 |  1 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
431.99/433.59	c   434s| 10600 |  5514 |  1065k|  88.5 |   762M |  67 |1839 |  51k|   0 |6423 |  0 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
434.88/436.40	c   436s| 10700 |  5572 |  1075k|  88.5 |   763M |  67 |1839 |  51k|  46k|6467 |  1 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
437.87/439.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
437.87/439.46	c   439s| 10800 |  5618 |  1081k|  88.3 |   764M |  67 |1839 |  51k|   0 |6538 |  0 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
440.86/442.48	c   442s| 10900 |  5697 |  1091k|  88.4 |   768M |  67 |1839 |  51k|   0 |6589 |  0 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
444.64/446.20	c   446s| 11000 |  5757 |  1101k|  88.6 |   769M |  67 |1839 |  51k|  46k|6656 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
448.03/449.62	c   450s| 11100 |  5823 |  1112k|  88.7 |   770M |  67 |1839 |  51k|  46k|6702 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
452.02/453.65	c   454s| 11200 |  5873 |  1120k|  88.6 |   776M |  67 |1839 |  51k|   0 |6878 |  0 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
453.61/455.24	c   455s| 11300 |  5907 |  1123k|  88.2 |   777M |  67 |1839 |  51k|   0 |6914 |  0 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
456.70/458.37	c   458s| 11400 |  5940 |  1132k|  88.2 |   777M |  67 |1839 |  51k|  46k|6964 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
459.59/461.26	c   461s| 11500 |  5983 |  1140k|  88.2 |   779M |  67 |1839 |  51k|  46k|6991 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
462.28/463.94	c   464s| 11600 |  6017 |  1148k|  88.0 |   780M |  67 |1839 |  51k|  46k|7041 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
464.57/466.20	c   466s| 11700 |  6091 |  1157k|  88.1 |   781M |  67 |1839 |  51k|  46k|7071 |  1 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
466.07/467.72	c   468s| 11800 |  6169 |  1164k|  87.9 |   783M |  67 |1839 |  51k|  46k|7088 |  1 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
468.16/469.81	c   470s| 11900 |  6234 |  1170k|  87.7 |   785M |  67 |1839 |  52k|   0 |7112 |  0 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
471.75/473.49	c   473s| 12000 |  6282 |  1174k|  87.4 |   786M |  67 |1839 |  52k|  46k|7176 |  1 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
476.74/478.41	c   478s| 12100 |  6329 |  1179k|  87.1 |   794M |  67 |1839 |  52k|  46k|7310 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
479.92/481.62	c   482s| 12200 |  6355 |  1183k|  86.7 |   795M |  67 |1839 |  52k|  46k|7386 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
485.80/487.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
485.80/487.56	c   488s| 12300 |  6398 |  1192k|  86.7 |   807M |  67 |1839 |  52k|  46k|7492 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
491.88/493.69	c   494s| 12400 |  6455 |  1199k|  86.7 |   811M |  67 |1839 |  52k|   0 |7654 |  0 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
499.27/501.06	c   501s| 12500 |  6514 |  1206k|  86.5 |   815M |  67 |1839 |  52k|  46k|7877 |  1 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
507.53/509.32	c   509s| 12600 |  6568 |  1211k|  86.3 |   818M |  67 |1839 |  52k|   0 |8061 |  0 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
516.10/517.94	c   518s| 12700 |  6603 |  1217k|  86.1 |   829M |  67 |1839 |  52k|   0 |8250 |  0 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
522.98/524.83	c   525s| 12800 |  6640 |  1224k|  86.0 |   841M |  67 |1839 |  52k|  46k|8467 |  1 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
529.16/531.01	c   531s| 12900 |  6667 |  1227k|  85.6 |   855M |  67 |1839 |  52k|  46k|8593 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
536.33/538.26	c   538s| 13000 |  6718 |  1236k|  85.6 |   875M |  67 |1839 |  52k|  46k|8878 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
540.83/542.75	c   543s| 13100 |  6785 |  1248k|  85.8 |   877M |  67 |1839 |  52k|  46k|9050 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
544.31/546.27	c   546s| 13200 |  6837 |  1260k|  86.1 |   877M |  67 |1839 |  52k|  46k|9148 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
546.40/548.30	c   548s| 13300 |  6884 |  1268k|  86.0 |   878M |  67 |1839 |  52k|   0 |9148 |  0 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
549.79/551.73	c   552s| 13400 |  6954 |  1280k|  86.3 |   879M |  67 |1839 |  52k|  46k|9172 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
551.98/553.98	c   554s| 13500 |  7016 |  1289k|  86.3 |   880M |  67 |1839 |  52k|  46k|9226 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
554.57/556.54	c   557s| 13600 |  7055 |  1299k|  86.4 |   880M |  67 |1839 |  52k|  46k|9268 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
556.17/558.13	c   558s| 13700 |  7108 |  1305k|  86.2 |   883M |  67 |1839 |  52k|  46k|9287 |  1 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
558.16/560.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
558.16/560.15	c   560s| 13800 |  7178 |  1313k|  86.2 |   883M |  67 |1839 |  52k|   0 |9292 |  0 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
559.65/561.63	c   562s| 13900 |  7251 |  1318k|  86.0 |   885M |  67 |1839 |  52k|  46k|9293 |  1 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.70%
561.45/563.47	c   563s| 14000 |  7316 |  1325k|  85.9 |   885M |  67 |1839 |  52k|  46k|9300 |  1 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
563.44/565.47	c   565s| 14100 |  7370 |  1333k|  85.8 |   886M |  67 |1839 |  52k|  46k|9301 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
565.83/567.83	c   568s| 14200 |  7404 |  1339k|  85.6 |   887M |  67 |1839 |  52k|  46k|9369 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
568.52/570.56	c   571s| 14300 |  7433 |  1344k|  85.4 |   889M |  67 |1839 |  52k|  46k|9402 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
572.21/574.26	c   574s| 14400 |  7507 |  1357k|  85.7 |   889M |  67 |1839 |  52k|  46k|9425 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
575.01/577.03	c   577s| 14500 |  7573 |  1368k|  85.8 |   892M |  67 |1839 |  52k|  46k|9438 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
577.29/579.36	c   579s| 14600 |  7634 |  1378k|  85.9 |   894M |  67 |1839 |  52k|  46k|9469 |  1 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
580.18/582.27	c   582s| 14700 |  7714 |  1390k|  86.1 |   894M |  67 |1839 |  52k|   0 |9493 |  0 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
583.27/585.38	c   585s| 14800 |  7789 |  1399k|  86.1 |   898M |  67 |1839 |  52k|  46k|9541 |  1 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
584.07/586.18	c   586s| 14900 |  7804 |  1400k|  85.7 |   898M |  67 |1839 |  52k|  46k|9550 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
586.46/588.51	c   589s| 15000 |  7834 |  1407k|  85.6 |   900M |  67 |1839 |  52k|  46k|9583 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
588.05/590.15	c   590s| 15100 |  7867 |  1410k|  85.3 |   900M |  67 |1839 |  52k|  46k|9598 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
592.83/594.99	c   595s| 15200 |  7936 |  1423k|  85.5 |   901M |  67 |1839 |  52k|  46k|9623 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
597.31/599.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
597.41/599.50	c   599s| 15300 |  8004 |  1435k|  85.7 |   903M |  67 |1839 |  52k|   0 |9685 |  0 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
599.01/601.13	c   601s| 15400 |  8066 |  1441k|  85.6 |   903M |  67 |1839 |  52k|  46k|9719 |  1 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
601.20/603.30	c   603s| 15500 |  8111 |  1450k|  85.6 |   906M |  67 |1839 |  52k|   0 |9739 |  0 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
605.68/607.86	c   608s| 15600 |  8149 |  1459k|  85.6 |   908M |  67 |1839 |  52k|   0 |9863 |  0 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
609.07/611.29	c   611s| 15700 |  8205 |  1470k|  85.8 |   909M |  67 |1839 |  52k|  46k|9929 |  1 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
609.97/612.15	c   612s| 15800 |  8206 |  1473k|  85.4 |   909M |  67 |1839 |  52k|  46k|9948 |  1 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
612.86/615.04	c   615s| 15900 |  8249 |  1480k|  85.4 |   910M |  67 |1839 |  52k|  46k|9995 |  1 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
617.44/619.68	c   620s| 16000 |  8299 |  1495k|  85.7 |   912M |  67 |1839 |  52k|   0 |  10k|  0 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
620.22/622.41	c   622s| 16100 |  8346 |  1502k|  85.7 |   913M |  67 |1839 |  52k|  46k|  10k|  1 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
627.60/629.80	c   630s| 16200 |  8413 |  1515k|  85.9 |   916M |  67 |1839 |  52k|  46k|  10k|  1 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
630.69/632.96	c   633s| 16300 |  8464 |  1527k|  86.1 |   916M |  67 |1839 |  52k|  46k|  10k|  1 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
634.38/636.63	c   637s| 16400 |  8518 |  1540k|  86.3 |   919M |  67 |1839 |  52k|  46k|  10k|  1 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
634.98/637.28	c   637s| 16500 |  8515 |  1541k|  85.9 |   919M |  67 |1839 |  52k|  46k|  10k|  0 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
637.97/640.26	c   640s| 16600 |  8540 |  1545k|  85.6 |   921M |  67 |1839 |  52k|   0 |  10k|  0 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
639.37/641.67	c   642s| 16700 |  8575 |  1549k|  85.4 |   921M |  67 |1839 |  52k|  46k|  10k|  1 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
643.95/646.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
643.95/646.23	c   646s| 16800 |  8631 |  1559k|  85.5 |   923M |  67 |1839 |  52k|  46k|  10k|  1 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
648.93/651.26	c   651s| 16900 |  8709 |  1573k|  85.8 |   925M |  67 |1839 |  52k|   0 |  10k|  0 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
656.51/658.88	c   659s| 17000 |  8770 |  1583k|  85.8 |   933M |  67 |1839 |  52k|   0 |  10k|  0 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
659.60/661.92	c   662s| 17100 |  8818 |  1588k|  85.7 |   935M |  67 |1839 |  52k|  46k|  10k|  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
662.69/665.07	c   665s| 17200 |  8886 |  1597k|  85.7 |   935M |  67 |1839 |  52k|  46k|  10k|  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
665.28/667.64	c   668s| 17300 |  8919 |  1602k|  85.5 |   937M |  67 |1839 |  52k|  46k|  10k|  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
666.47/668.81	c   669s| 17400 |  8942 |  1606k|  85.2 |   937M |  67 |1839 |  52k|  46k|  10k|  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
668.17/670.56	c   671s| 17500 |  8961 |  1609k|  85.0 |   937M |  67 |1839 |  52k|  46k|  10k|  1 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
671.16/673.50	c   673s| 17600 |  9037 |  1620k|  85.1 |   939M |  67 |1839 |  52k|   0 |  10k|  0 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
672.55/674.96	c   675s| 17700 |  9064 |  1624k|  84.9 |   950M |  67 |1839 |  53k|  46k|  10k|  0 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
674.24/676.68	c   677s| 17800 |  9079 |  1628k|  84.6 |   951M |  67 |1839 |  53k|  46k|  10k|  2 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
677.23/679.63	c   680s| 17900 |  9154 |  1639k|  84.7 |   952M |  67 |1839 |  52k|   0 |  10k|  0 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
679.02/681.44	c   681s| 18000 |  9219 |  1646k|  84.7 |   954M |  67 |1839 |  52k|  46k|  10k|  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
682.41/684.86	c   685s| 18100 |  9288 |  1655k|  84.7 |   955M |  67 |1839 |  52k|  46k|  10k|  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
685.40/687.80	c   688s| 18200 |  9364 |  1667k|  84.9 |   956M |  67 |1839 |  52k|  46k|  10k|  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
687.99/690.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
687.99/690.41	c   690s| 18300 |  9425 |  1674k|  84.8 |   958M |  67 |1839 |  52k|  46k|  10k|  1 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
693.07/695.50	c   695s| 18400 |  9473 |  1692k|  85.3 |   964M |  67 |1839 |  52k|  46k|  11k|  1 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
694.77/697.29	c   697s| 18500 |  9509 |  1696k|  85.1 |   964M |  67 |1839 |  52k|  46k|  11k|  1 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
696.76/699.21	c   699s| 18600 |  9519 |  1701k|  84.9 |   966M |  67 |1839 |  52k|  46k|  11k|  1 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
697.46/699.95	c   700s| 18700 |  9532 |  1703k|  84.6 |   966M |  67 |1839 |  52k|  46k|  11k|  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
698.45/700.96	c   701s| 18800 |  9562 |  1707k|  84.3 |   966M |  67 |1839 |  53k|  46k|  11k|  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
699.85/702.38	c   702s| 18900 |  9616 |  1712k|  84.2 |   967M |  67 |1839 |  53k|  46k|  11k|  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
702.74/705.29	c   705s| 19000 |  9678 |  1723k|  84.3 |   968M |  67 |1839 |  52k|  46k|  11k|  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
705.93/708.42	c   708s| 19100 |  9740 |  1733k|  84.4 |   972M |  67 |1839 |  52k|  46k|  11k|  1 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
707.92/710.48	c   710s| 19200 |  9789 |  1739k|  84.3 |   973M |  67 |1839 |  52k|   0 |  11k|  0 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
710.11/712.62	c   713s| 19300 |  9841 |  1747k|  84.2 |   976M |  67 |1839 |  52k|  46k|  11k|  1 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
710.70/713.29	c   713s| 19400 |  9847 |  1748k|  83.9 |   976M |  67 |1839 |  52k|   0 |  11k|  0 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
713.00/715.59	c   716s| 19500 |  9891 |  1753k|  83.7 |   979M |  67 |1839 |  52k|  46k|  11k|  1 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
717.49/720.02	c   720s| 19600 |  9957 |  1772k|  84.2 |   980M |  67 |1839 |  52k|  46k|  11k|  1 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
720.67/723.24	c   723s| 19700 | 10010 |  1782k|  84.3 |   981M |  67 |1839 |  52k|   0 |  11k|  0 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
723.96/726.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
723.96/726.58	c   727s| 19800 | 10067 |  1792k|  84.4 |   983M |  67 |1839 |  52k|  46k|  11k|  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
726.85/729.49	c   729s| 19900 | 10148 |  1804k|  84.6 |   983M |  67 |1839 |  52k|  46k|  11k|  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
732.93/735.56	c   736s| 20000 | 10223 |  1828k|  85.3 |   985M |  67 |1839 |  52k|  46k|  11k|  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
740.51/743.10	c   743s| 20100 | 10287 |  1848k|  85.8 |   988M |  67 |1839 |  52k|  46k|  11k|  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
744.99/747.60	c   748s| 20200 | 10362 |  1864k|  86.1 |   989M |  67 |1839 |  52k|  46k|  11k|  1 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
745.78/748.46	c   748s| 20300 | 10378 |  1866k|  85.9 |   990M |  67 |1839 |  52k|  46k|  11k|  1 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
748.77/751.50	c   751s| 20400 | 10431 |  1875k|  85.8 |   991M |  67 |1839 |  52k|   0 |  11k|  0 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
750.57/753.29	c   753s| 20500 | 10467 |  1881k|  85.7 |   993M |  70 |1839 |  52k|  46k|  11k|  1 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
752.26/754.97	c   755s| 20600 | 10485 |  1884k|  85.5 |   993M |  70 |1839 |  52k|   0 |  11k|  0 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
753.26/755.94	c   756s| 20700 | 10500 |  1885k|  85.2 |   993M |  70 |1839 |  52k|   0 |  11k|  0 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
754.05/756.77	c   757s| 20800 | 10511 |  1887k|  84.8 |   993M |  70 |1839 |  53k|  46k|  11k|  1 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
755.35/758.09	c   758s| 20900 | 10551 |  1891k|  84.7 |   993M |  70 |1839 |  53k|  46k|  11k|  1 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
756.94/759.67	c   760s| 21000 | 10579 |  1895k|  84.5 |   995M |  70 |1839 |  53k|  46k|  11k|  2 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
757.94/760.65	c   761s| 21100 | 10609 |  1900k|  84.3 |   995M |  70 |1839 |  53k|   0 |  11k|  0 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
759.44/762.14	c   762s| 21200 | 10639 |  1904k|  84.1 |   995M |  70 |1839 |  53k|   0 |  11k|  0 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
761.33/764.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
761.33/764.03	c   764s| 21300 | 10687 |  1910k|  84.0 |   997M |  70 |1839 |  53k|  46k|  11k|  1 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
769.30/772.05	c   772s| 21400 | 10760 |  1922k|  84.2 |  1000M |  70 |1839 |  53k|  46k|  11k|  1 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
774.08/776.85	c   777s| 21500 | 10831 |  1933k|  84.3 |  1004M |  70 |1839 |  53k|   0 |  11k|  0 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
775.18/777.90	c   778s| 21600 | 10860 |  1937k|  84.1 |  1006M |  70 |1839 |  53k|  46k|  11k|  1 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
776.37/779.12	c   779s| 21700 | 10891 |  1942k|  83.9 |  1006M |  70 |1839 |  53k|   0 |  11k|  0 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
778.96/781.74	c   782s| 21800 | 10945 |  1947k|  83.8 |  1006M |  70 |1839 |  53k|  46k|  11k|  1 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
782.05/784.84	c   785s| 21900 | 10990 |  1955k|  83.8 |  1008M |  70 |1839 |  53k|  46k|  11k|  2 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
783.25/786.01	c   786s| 22000 | 11007 |  1958k|  83.6 |  1008M |  70 |1839 |  53k|   0 |  11k|  0 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
784.34/787.15	c   787s| 22100 | 11021 |  1962k|  83.3 |  1008M |  70 |1839 |  53k|  46k|  11k|  1 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
786.83/789.62	c   790s| 22200 | 11046 |  1970k|  83.3 |  1008M |  70 |1839 |  53k|   0 |  11k|  0 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
788.62/791.40	c   791s| 22300 | 11102 |  1977k|  83.3 |  1011M |  70 |1839 |  53k|  46k|  11k|  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
792.31/795.12	c   795s| 22400 | 11168 |  1986k|  83.3 |  1011M |  70 |1839 |  53k|  46k|  11k|  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
801.29/804.14	c   804s| 22500 | 11248 |  1997k|  83.4 |  1015M |  70 |1839 |  53k|  46k|  12k|  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
810.95/813.80	c   814s| 22600 | 11331 |  2010k|  83.6 |  1018M |  70 |1839 |  53k|  46k|  12k|  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
817.73/820.69	c   821s| 22700 | 11402 |  2020k|  83.7 |  1023M |  70 |1839 |  53k|  46k|  12k|  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
825.61/828.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
825.61/828.57	c   829s| 22800 | 11449 |  2038k|  84.1 |  1026M |  70 |1839 |  53k|  46k|  12k|  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
829.29/832.23	c   832s| 22900 | 11508 |  2048k|  84.2 |  1029M |  70 |1839 |  53k|  46k|  12k|  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
835.77/838.76	c   839s| 23000 | 11576 |  2060k|  84.3 |  1032M |  70 |1839 |  54k|  46k|  13k|  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
838.85/841.83	c   842s| 23100 | 11620 |  2069k|  84.3 |  1040M |  70 |1839 |  53k|   0 |  13k|  0 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
844.54/847.56	c   848s| 23200 | 11668 |  2077k|  84.3 |  1042M |  70 |1839 |  53k|  46k|  13k|  3 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
848.22/851.23	c   851s| 23300 | 11721 |  2088k|  84.4 |  1043M |  70 |1839 |  53k|  46k|  13k|  1 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
850.12/853.17	c   853s| 23400 | 11784 |  2094k|  84.3 |  1045M |  70 |1839 |  53k|   0 |  13k|  0 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
853.70/856.78	c   857s| 23500 | 11837 |  2102k|  84.3 |  1046M |  70 |1839 |  53k|  46k|  13k|  1 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
857.19/860.23	c   860s| 23600 | 11879 |  2110k|  84.3 |  1047M |  70 |1839 |  52k|  46k|  13k|  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
860.68/863.79	c   864s| 23700 | 11926 |  2118k|  84.3 |  1051M |  70 |1839 |  52k|  46k|  13k|  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
864.76/867.83	c   868s| 23800 | 11993 |  2127k|  84.3 |  1053M |  70 |1839 |  52k|  46k|  13k|  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
867.85/870.93	c   871s| 23900 | 12068 |  2140k|  84.4 |  1054M |  70 |1839 |  52k|  46k|  13k|  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
873.13/876.28	c   876s| 24000 | 12156 |  2160k|  84.9 |  1068M |  70 |1839 |  52k|  46k|  13k|  2 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
876.81/879.95	c   880s| 24100 | 12219 |  2175k|  85.2 |  1071M |  70 |1839 |  52k|  46k|  13k|  1 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
879.80/882.97	c   883s| 24200 | 12276 |  2190k|  85.4 |  1071M |  70 |1839 |  53k|   0 |  13k|  0 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
882.49/885.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
882.49/885.61	c   886s| 24300 | 12326 |  2201k|  85.5 |  1072M |  70 |1839 |  53k|   0 |  13k|  0 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
886.98/890.11	c   890s| 24400 | 12370 |  2211k|  85.6 |  1073M |  70 |1839 |  53k|  46k|  13k|  1 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
889.37/892.58	c   893s| 24500 | 12411 |  2220k|  85.6 |  1074M |  70 |1839 |  52k|  46k|  13k|  1 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
892.26/895.43	c   895s| 24600 | 12475 |  2230k|  85.7 |  1076M |  70 |1839 |  52k|  46k|  13k|  1 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
893.65/896.86	c   897s| 24700 | 12509 |  2236k|  85.5 |  1076M |  70 |1839 |  52k|   0 |  13k|  0 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
896.24/899.46	c   899s| 24800 | 12565 |  2245k|  85.6 |  1079M |  70 |1839 |  52k|  46k|  13k|  1 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
900.02/903.22	c   903s| 24900 | 12615 |  2257k|  85.7 |  1079M |  70 |1839 |  52k|  46k|  13k|  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
903.11/906.37	c   906s| 25000 | 12663 |  2263k|  85.6 |  1079M |  70 |1839 |  52k|  46k|  13k|  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
907.09/910.32	c   910s| 25100 | 12725 |  2275k|  85.7 |  1082M |  70 |1839 |  52k|   0 |  13k|  0 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
909.38/912.67	c   913s| 25200 | 12750 |  2280k|  85.6 |  1082M |  70 |1839 |  52k|  46k|  14k|  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
909.98/913.27	c   913s| 25300 | 12747 |  2281k|  85.3 |  1082M |  70 |1839 |  52k|  46k|  14k|  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   1.73%
912.17/915.46	c   915s| 25400 | 12793 |  2287k|  85.2 |  1083M |  70 |1839 |  52k|   0 |  14k|  0 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
913.77/917.01	c   917s| 25500 | 12802 |  2293k|  85.1 |  1084M |  70 |1839 |  52k|  46k|  14k|  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
917.55/920.82	c   921s| 25600 | 12830 |  2303k|  85.2 |  1084M |  70 |1839 |  52k|  46k|  14k|  1 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
922.55/925.82	c   926s| 25700 | 12869 |  2309k|  85.1 |  1086M |  70 |1839 |  52k|   0 |  14k|  0 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
925.23/928.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
925.23/928.57	c   929s| 25800 | 12940 |  2320k|  85.2 |  1090M |  70 |1839 |  52k|  46k|  14k|  1 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
927.52/930.80	c   931s| 25900 | 12993 |  2327k|  85.1 |  1090M |  70 |1839 |  52k|  46k|  14k|  1 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
930.31/933.63	c   934s| 26000 | 13038 |  2336k|  85.1 |  1091M |  70 |1839 |  52k|  46k|  14k|  1 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
933.41/936.77	c   937s| 26100 | 13083 |  2349k|  85.3 |  1093M |  70 |1839 |  52k|  46k|  14k|  1 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
936.00/939.31	c   939s| 26200 | 13141 |  2361k|  85.4 |  1094M |  70 |1839 |  52k|  46k|  14k|  1 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
939.69/943.07	c   943s| 26300 | 13186 |  2370k|  85.5 |  1095M |  70 |1839 |  52k|  46k|  14k|  1 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
944.27/947.63	c   948s| 26400 | 13240 |  2379k|  85.5 |  1097M |  70 |1839 |  52k|  46k|  14k|  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
947.77/951.10	c   951s| 26500 | 13297 |  2387k|  85.5 |  1098M |  70 |1839 |  52k|  46k|  14k|  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
949.55/952.99	c   953s| 26600 | 13353 |  2395k|  85.4 |  1099M |  70 |1839 |  52k|  46k|  14k|  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
952.84/956.21	c   956s| 26700 | 13406 |  2404k|  85.4 |  1100M |  70 |1839 |  53k|  46k|  14k|  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
954.14/957.58	c   958s| 26800 | 13437 |  2408k|  85.3 |  1100M |  70 |1839 |  53k|  46k|  14k|  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
958.92/962.37	c   962s| 26900 | 13494 |  2417k|  85.3 |  1111M |  70 |1839 |  53k|  46k|  14k|  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
961.61/965.03	c   965s| 27000 | 13538 |  2423k|  85.2 |  1111M |  70 |1839 |  53k|  46k|  14k|  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
964.40/967.81	c   968s| 27100 | 13568 |  2430k|  85.2 |  1112M |  70 |1839 |  53k|  46k|  14k|  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
966.79/970.21	c   970s| 27200 | 13604 |  2438k|  85.1 |  1114M |  70 |1839 |  53k|   0 |  14k|  0 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
970.87/974.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
970.87/974.39	c   974s| 27300 | 13633 |  2447k|  85.2 |  1114M |  70 |1839 |  53k|  46k|  14k|  1 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
972.86/976.30	c   976s| 27400 | 13675 |  2455k|  85.1 |  1116M |  70 |1839 |  53k|  46k|  14k|  1 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
974.26/977.79	c   978s| 27500 | 13727 |  2461k|  85.0 |  1116M |  70 |1839 |  53k|  46k|  14k|  1 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
975.16/978.61	c   979s| 27600 | 13740 |  2463k|  84.8 |  1116M |  70 |1839 |  53k|   0 |  14k|  0 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
978.74/982.24	c   982s| 27700 | 13788 |  2472k|  84.8 |  1116M |  70 |1839 |  53k|  46k|  14k|  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
980.64/984.16	c   984s| 27800 | 13853 |  2479k|  84.8 |  1117M |  70 |1839 |  53k|  46k|  14k|  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
982.23/985.78	c   986s| 27900 | 13862 |  2481k|  84.6 |  1118M |  70 |1839 |  53k|  46k|  14k|  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
988.40/991.95	c   992s| 28000 | 13943 |  2501k|  84.9 |  1119M |  70 |1839 |  53k|  46k|  14k|  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
991.70/995.26	c   995s| 28100 | 13995 |  2509k|  84.9 |  1122M |  70 |1839 |  53k|  46k|  15k|  2 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
994.39/997.95	c   998s| 28200 | 14035 |  2515k|  84.9 |  1123M |  70 |1839 |  53k|  46k|  15k|  2 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
998.77/1002.31	c  1002s| 28300 | 14081 |  2523k|  84.9 |  1130M |  70 |1839 |  53k|  46k|  15k|  1 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
999.67/1003.28	c  1003s| 28400 | 14109 |  2526k|  84.7 |  1131M |  70 |1839 |  53k|   0 |  15k|  0 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
1003.86/1007.47	c  1007s| 28500 | 14190 |  2542k|  84.9 |  1132M |  70 |1839 |  53k|  46k|  15k|  1 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
1012.73/1016.35	c  1016s| 28600 | 14245 |  2565k|  85.4 |  1134M |  70 |1839 |  53k|  46k|  15k|  1 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
1015.82/1019.47	c  1019s| 28700 | 14285 |  2574k|  85.4 |  1136M |  70 |1839 |  53k|   0 |  15k|  0 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
1017.61/1021.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1017.61/1021.26	c  1021s| 28800 | 14319 |  2579k|  85.3 |  1138M |  70 |1839 |  53k|  46k|  15k|  1 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1021.41/1025.04	c  1025s| 28900 | 14369 |  2586k|  85.2 |  1138M |  70 |1839 |  53k|  46k|  15k|  1 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1026.59/1030.23	c  1030s| 29000 | 14416 |  2602k|  85.5 |  1140M |  70 |1839 |  53k|  46k|  15k|  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1030.67/1034.32	c  1034s| 29100 | 14469 |  2611k|  85.5 |  1142M |  70 |1839 |  53k|  46k|  15k|  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1033.07/1036.72	c  1037s| 29200 | 14511 |  2620k|  85.5 |  1143M |  70 |1839 |  53k|  46k|  15k|  0 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1036.26/1039.99	c  1040s| 29300 | 14558 |  2626k|  85.4 |  1144M |  70 |1839 |  53k|  46k|  15k|  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1037.65/1041.33	c  1041s| 29400 | 14565 |  2629k|  85.3 |  1145M |  70 |1839 |  53k|   0 |  15k|  0 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1040.54/1044.23	c  1044s| 29500 | 14600 |  2638k|  85.3 |  1146M |  70 |1839 |  53k|  46k|  15k|  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1049.42/1053.10	c  1053s| 29600 | 14657 |  2647k|  85.3 |  1149M |  70 |1839 |  53k|  46k|  15k|  2 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1052.41/1056.14	c  1056s| 29700 | 14689 |  2656k|  85.3 |  1158M |  71 |1839 |  53k|  46k|  15k|  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1055.20/1058.90	c  1059s| 29800 | 14729 |  2661k|  85.2 |  1159M |  71 |1839 |  53k|  46k|  16k|  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1056.79/1060.55	c  1061s| 29900 | 14788 |  2667k|  85.1 |  1162M |  71 |1839 |  53k|   0 |  16k|  0 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1057.59/1061.35	c  1061s| 30000 | 14812 |  2669k|  84.9 |  1162M |  71 |1839 |  54k|   0 |  16k|  0 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1058.48/1062.24	c  1062s| 30100 | 14818 |  2671k|  84.7 |  1162M |  71 |1839 |  54k|  46k|  16k|  1 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1059.88/1063.63	c  1064s| 30200 | 14839 |  2676k|  84.6 |  1162M |  71 |1839 |  54k|  46k|  16k|  2 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1061.28/1065.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1061.28/1065.02	c  1065s| 30300 | 14870 |  2681k|  84.5 |  1163M |  71 |1839 |  54k|  46k|  16k|  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
1064.37/1068.15	c  1068s| 30400 | 14933 |  2688k|  84.4 |  1164M |  71 |1839 |  54k|  46k|  16k|  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1067.45/1071.22	c  1071s| 30500 | 15013 |  2694k|  84.4 |  1166M |  71 |1839 |  54k|  46k|  16k|  2 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1072.64/1076.48	c  1076s| 30600 | 15075 |  2705k|  84.4 |  1166M |  71 |1839 |  54k|  46k|  16k|  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1078.72/1082.55	c  1083s| 30700 | 15140 |  2721k|  84.7 |  1170M |  71 |1839 |  53k|  46k|  16k|  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1080.91/1084.74	c  1085s| 30800 | 15170 |  2725k|  84.5 |  1170M |  71 |1839 |  53k|  46k|  16k|  0 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1081.81/1085.63	c  1086s| 30900 | 15181 |  2728k|  84.4 |  1170M |  71 |1839 |  54k|  46k|  16k|  1 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1082.51/1086.37	c  1086s| 31000 | 15189 |  2729k|  84.1 |  1170M |  71 |1839 |  54k|   0 |  16k|  0 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1084.00/1087.83	c  1088s| 31100 | 15224 |  2735k|  84.1 |  1173M |  71 |1839 |  54k|  46k|  16k|  2 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1086.79/1090.64	c  1091s| 31200 | 15259 |  2741k|  84.0 |  1174M |  71 |1839 |  53k|   0 |  16k|  0 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1088.78/1092.68	c  1093s| 31300 | 15317 |  2750k|  84.0 |  1177M |  71 |1839 |  53k|  46k|  16k|  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1091.18/1095.08	c  1095s| 31400 | 15357 |  2759k|  84.0 |  1192M |  71 |1839 |  53k|  46k|  16k|  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1095.96/1099.84	c  1100s| 31500 | 15421 |  2770k|  84.1 |  1193M |  71 |1839 |  53k|  46k|  16k|  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1098.16/1102.10	c  1102s| 31600 | 15485 |  2777k|  84.1 |  1194M |  71 |1839 |  53k|  46k|  16k|  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1101.04/1104.96	c  1105s| 31700 | 15537 |  2784k|  84.0 |  1197M |  71 |1839 |  53k|  46k|  16k|  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1112.81/1116.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1112.81/1116.70	c  1117s| 31800 | 15578 |  2805k|  84.4 |  1199M |  71 |1839 |  53k|  46k|  16k|  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1114.61/1118.50	c  1118s| 31900 | 15606 |  2812k|  84.3 |  1200M |  71 |1839 |  53k|  46k|  16k|  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1116.70/1120.69	c  1121s| 32000 | 15625 |  2817k|  84.3 |  1200M |  71 |1839 |  53k|  46k|  17k|  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1118.10/1122.08	c  1122s| 32100 | 15662 |  2819k|  84.1 |  1201M |  71 |1839 |  53k|  46k|  17k|  1 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1122.88/1126.81	c  1127s| 32200 | 15722 |  2829k|  84.1 |  1205M |  71 |1839 |  53k|  46k|  17k|  1 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1132.75/1136.71	c  1137s| 32300 | 15770 |  2855k|  84.6 |  1206M |  71 |1839 |  53k|   0 |  17k|  0 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1138.53/1142.55	c  1143s| 32400 | 15818 |  2868k|  84.8 |  1208M |  71 |1839 |  53k|  46k|  17k|  2 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1147.90/1152.00	c  1152s| 32500 | 15885 |  2883k|  84.9 |  1209M |  71 |1839 |  53k|  46k|  17k|  1 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1153.48/1157.58	c  1158s| 32600 | 15949 |  2897k|  85.1 |  1211M |  71 |1839 |  53k|   0 |  17k|  0 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1156.07/1160.11	c  1160s| 32700 | 16018 |  2904k|  85.1 |  1211M |  71 |1839 |  53k|   0 |  17k|  0 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1156.86/1160.95	c  1161s| 32800 | 16047 |  2906k|  84.9 |  1212M |  71 |1839 |  54k|   0 |  17k|  0 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1158.06/1162.17	c  1162s| 32900 | 16044 |  2907k|  84.7 |  1212M |  71 |1839 |  54k|  46k|  17k|  0 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1160.55/1164.60	c  1165s| 33000 | 16072 |  2910k|  84.5 |  1217M |  71 |1839 |  54k|   0 |  17k|  0 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1163.33/1167.46	c  1167s| 33100 | 16086 |  2915k|  84.4 |  1218M |  71 |1839 |  54k|  46k|  17k|  1 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1167.42/1171.59	c  1172s| 33200 | 16165 |  2921k|  84.3 |  1220M |  71 |1839 |  54k|  46k|  17k|  1 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1170.22/1174.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1170.22/1174.30	c  1174s| 33300 | 16195 |  2926k|  84.2 |  1221M |  71 |1839 |  53k|  46k|  17k|  1 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1172.71/1176.88	c  1177s| 33400 | 16244 |  2931k|  84.1 |  1221M |  71 |1839 |  54k|  46k|  17k|  1 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1174.30/1178.49	c  1178s| 33500 | 16282 |  2936k|  84.0 |  1223M |  71 |1839 |  53k|   0 |  17k|  0 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1176.09/1180.28	c  1180s| 33600 | 16313 |  2941k|  83.9 |  1223M |  71 |1839 |  53k|  46k|  17k|  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1179.08/1183.27	c  1183s| 33700 | 16361 |  2944k|  83.8 |  1225M |  71 |1839 |  54k|  46k|  18k|  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1180.07/1184.24	c  1184s| 33800 | 16367 |  2946k|  83.6 |  1226M |  71 |1839 |  54k|  46k|  18k|  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1181.87/1186.08	c  1186s| 33900 | 16391 |  2950k|  83.5 |  1226M |  71 |1839 |  54k|  46k|  18k|  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1183.86/1188.10	c  1188s| 34000 | 16430 |  2953k|  83.3 |  1227M |  71 |1839 |  54k|  46k|  18k|  1 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1184.75/1188.98	c  1189s| 34100 | 16449 |  2955k|  83.1 |  1229M |  71 |1839 |  54k|  46k|  18k|  1 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1186.14/1190.31	c  1190s| 34200 | 16477 |  2959k|  83.0 |  1230M |  71 |1839 |  54k|  46k|  18k|  1 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1187.04/1191.21	c  1191s| 34300 | 16490 |  2962k|  82.9 |  1230M |  71 |1839 |  54k|   0 |  18k|  0 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1188.33/1192.59	c  1193s| 34400 | 16492 |  2967k|  82.8 |  1230M |  71 |1839 |  54k|  46k|  18k|  1 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1190.53/1194.74	c  1195s| 34500 | 16556 |  2974k|  82.8 |  1232M |  71 |1839 |  54k|   0 |  18k|  0 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1193.52/1197.79	c  1198s| 34600 | 16599 |  2980k|  82.7 |  1233M |  71 |1839 |  53k|   0 |  18k|  0 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1196.61/1200.86	c  1201s| 34700 | 16656 |  2991k|  82.8 |  1234M |  71 |1839 |  54k|  46k|  18k|  1 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1199.00/1203.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1199.00/1203.22	c  1203s| 34800 | 16710 |  2999k|  82.8 |  1236M |  71 |1839 |  54k|  46k|  18k|  1 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1203.79/1208.02	c  1208s| 34900 | 16769 |  3010k|  82.8 |  1236M |  71 |1839 |  53k|  46k|  18k|  2 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1208.67/1212.94	c  1213s| 35000 | 16830 |  3019k|  82.9 |  1238M |  71 |1839 |  53k|  46k|  18k|  1 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1212.95/1217.24	c  1217s| 35100 | 16880 |  3026k|  82.8 |  1241M |  71 |1839 |  53k|  46k|  18k|  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1216.24/1220.51	c  1221s| 35200 | 16927 |  3031k|  82.7 |  1242M |  71 |1839 |  53k|  46k|  18k|  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1219.44/1223.76	c  1224s| 35300 | 16995 |  3040k|  82.8 |  1244M |  71 |1839 |  53k|  46k|  18k|  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1221.23/1225.52	c  1226s| 35400 | 17037 |  3045k|  82.7 |  1247M |  71 |1839 |  53k|  46k|  18k|  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1224.02/1228.32	c  1228s| 35500 | 17076 |  3053k|  82.7 |  1247M |  71 |1839 |  53k|  46k|  18k|  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1229.20/1233.57	c  1234s| 35600 | 17136 |  3063k|  82.7 |  1250M |  71 |1839 |  53k|  46k|  18k|  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1234.28/1238.69	c  1239s| 35700 | 17210 |  3076k|  82.8 |  1252M |  71 |1839 |  53k|  46k|  18k|  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1237.87/1242.23	c  1242s| 35800 | 17272 |  3086k|  82.9 |  1253M |  71 |1839 |  53k|  46k|  18k|  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1240.16/1244.58	c  1245s| 35900 | 17320 |  3092k|  82.8 |  1255M |  71 |1839 |  53k|   0 |  19k|  0 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1241.06/1245.47	c  1245s| 36000 | 17323 |  3094k|  82.6 |  1256M |  71 |1839 |  53k|   0 |  19k|  0 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1243.35/1247.75	c  1248s| 36100 | 17351 |  3101k|  82.6 |  1256M |  71 |1839 |  53k|  46k|  19k|  1 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1246.44/1250.82	c  1251s| 36200 | 17406 |  3112k|  82.7 |  1257M |  71 |1839 |  53k|  46k|  19k|  1 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1248.93/1253.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1248.93/1253.39	c  1253s| 36300 | 17441 |  3120k|  82.7 |  1258M |  71 |1839 |  53k|   0 |  19k|  0 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1250.82/1255.27	c  1255s| 36400 | 17479 |  3126k|  82.6 |  1259M |  71 |1839 |  53k|  46k|  19k|  1 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1253.31/1257.73	c  1258s| 36500 | 17511 |  3131k|  82.5 |  1261M |  71 |1839 |  53k|   0 |  19k|  0 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1257.60/1262.07	c  1262s| 36600 | 17560 |  3141k|  82.6 |  1262M |  71 |1839 |  53k|  46k|  19k|  1 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1259.49/1263.98	c  1264s| 36700 | 17606 |  3148k|  82.5 |  1264M |  71 |1839 |  53k|  46k|  19k|  1 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1263.58/1268.01	c  1268s| 36800 | 17675 |  3158k|  82.6 |  1266M |  71 |1839 |  53k|  46k|  19k|  1 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1266.07/1270.59	c  1271s| 36900 | 17734 |  3165k|  82.5 |  1267M |  71 |1839 |  53k|  46k|  19k|  1 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1269.75/1274.25	c  1274s| 37000 | 17778 |  3176k|  82.6 |  1268M |  71 |1839 |  53k|  46k|  19k|  1 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1272.94/1277.47	c  1277s| 37100 | 17836 |  3185k|  82.6 |  1274M |  71 |1839 |  53k|   0 |  19k|  0 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1274.54/1279.07	c  1279s| 37200 | 17892 |  3190k|  82.6 |  1274M |  71 |1839 |  53k|  46k|  19k|  1 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1275.64/1280.14	c  1280s| 37300 | 17915 |  3194k|  82.5 |  1283M |  71 |1839 |  53k|   0 |  19k|  0 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1278.03/1282.55	c  1283s| 37400 | 17956 |  3201k|  82.4 |  1286M |  71 |1839 |  53k|  46k|  19k|  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1283.31/1287.80	c  1288s| 37500 | 18025 |  3210k|  82.4 |  1287M |  71 |1839 |  53k|  46k|  19k|  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1285.90/1290.46	c  1290s| 37600 | 18044 |  3213k|  82.3 |  1293M |  71 |1839 |  53k|  46k|  19k|  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1289.39/1294.00	c  1294s| 37700 | 18085 |  3222k|  82.3 |  1296M |  71 |1839 |  53k|  46k|  19k|  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1290.68/1295.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1290.68/1295.28	c  1295s| 37800 | 18149 |  3227k|  82.2 |  1296M |  71 |1839 |  54k|  46k|  19k|  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1291.98/1296.57	c  1297s| 37900 | 18181 |  3231k|  82.1 |  1299M |  71 |1839 |  54k|  46k|  19k|  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1293.18/1297.71	c  1298s| 38000 | 18206 |  3235k|  82.0 |  1300M |  71 |1839 |  54k|  46k|  19k|  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1295.27/1299.84	c  1300s| 38100 | 18273 |  3240k|  81.9 |  1301M |  71 |1839 |  55k|  46k|  19k|  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1302.04/1306.68	c  1307s| 38200 | 18338 |  3256k|  82.1 |  1302M |  71 |1839 |  54k|  46k|  20k|  1 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1308.22/1312.83	c  1313s| 38300 | 18395 |  3270k|  82.3 |  1306M |  71 |1839 |  54k|  46k|  20k|  2 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1310.81/1315.42	c  1315s| 38400 | 18452 |  3280k|  82.3 |  1308M |  71 |1839 |  54k|  46k|  20k|  1 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1314.90/1319.53	c  1320s| 38500 | 18523 |  3292k|  82.4 |  1309M |  71 |1839 |  54k|  46k|  20k|  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1317.39/1322.02	c  1322s| 38600 | 18572 |  3295k|  82.3 |  1312M |  71 |1839 |  54k|   0 |  20k|  0 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1318.49/1323.13	c  1323s| 38700 | 18631 |  3299k|  82.2 |  1313M |  71 |1839 |  54k|  46k|  20k|  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1321.28/1325.93	c  1326s| 38800 | 18663 |  3307k|  82.2 |  1314M |  71 |1839 |  54k|   0 |  20k|  0 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1322.57/1327.28	c  1327s| 38900 | 18701 |  3313k|  82.1 |  1315M |  71 |1839 |  54k|  46k|  20k|  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1324.07/1328.78	c  1329s| 39000 | 18769 |  3320k|  82.1 |  1315M |  71 |1839 |  54k|  46k|  20k|  1 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1325.16/1329.83	c  1330s| 39100 | 18802 |  3324k|  82.0 |  1317M |  71 |1839 |  54k|   0 |  20k|  0 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1326.16/1330.83	c  1331s| 39200 | 18834 |  3328k|  81.9 |  1317M |  71 |1839 |  54k|  46k|  20k|  1 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1327.75/1332.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1327.75/1332.46	c  1332s| 39300 | 18856 |  3334k|  81.8 |  1317M |  71 |1839 |  54k|  46k|  20k|  1 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1330.64/1335.33	c  1335s| 39400 | 18911 |  3342k|  81.8 |  1318M |  71 |1839 |  54k|  46k|  20k|  1 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1333.73/1338.42	c  1338s| 39500 | 18949 |  3353k|  81.9 |  1320M |  71 |1839 |  54k|   0 |  20k|  0 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1338.61/1343.37	c  1343s| 39600 | 18995 |  3368k|  82.1 |  1321M |  71 |1839 |  54k|  46k|  20k|  1 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1340.71/1345.41	c  1345s| 39700 | 19032 |  3371k|  82.0 |  1322M |  71 |1839 |  54k|  46k|  20k|  1 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1341.70/1346.40	c  1346s| 39800 | 19043 |  3373k|  81.8 |  1324M |  71 |1839 |  54k|   0 |  20k|  0 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1344.40/1349.11	c  1349s| 39900 | 19093 |  3380k|  81.8 |  1325M |  71 |1839 |  54k|  46k|  20k|  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1346.99/1351.73	c  1352s| 40000 | 19125 |  3385k|  81.7 |  1326M |  71 |1839 |  54k|  46k|  20k|  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1348.48/1353.23	c  1353s| 40100 | 19145 |  3388k|  81.6 |  1328M |  71 |1839 |  54k|  46k|  20k|  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1349.18/1353.91	c  1354s| 40200 | 19140 |  3389k|  81.4 |  1328M |  71 |1839 |  55k|  46k|  20k|  1 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1352.77/1357.59	c  1358s| 40300 | 19173 |  3393k|  81.3 |  1347M |  71 |1839 |  55k|   0 |  20k|  0 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1358.05/1362.84	c  1363s| 40400 | 19237 |  3405k|  81.4 |  1350M |  71 |1839 |  54k|  46k|  20k|  1 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1360.94/1365.75	c  1366s| 40500 | 19274 |  3413k|  81.4 |  1353M |  71 |1839 |  54k|  46k|  20k|  1 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1366.12/1370.94	c  1371s| 40600 | 19351 |  3429k|  81.6 |  1353M |  71 |1839 |  54k|  46k|  21k|  1 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1368.02/1372.82	c  1373s| 40700 | 19405 |  3436k|  81.5 |  1354M |  71 |1839 |  54k|   0 |  21k|  0 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1370.71/1375.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1370.71/1375.54	c  1376s| 40800 | 19450 |  3442k|  81.5 |  1354M |  71 |1839 |  54k|   0 |  21k|  0 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1374.39/1379.28	c  1379s| 40900 | 19487 |  3452k|  81.5 |  1357M |  71 |1839 |  54k|  46k|  21k|  2 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1377.38/1382.22	c  1382s| 41000 | 19536 |  3460k|  81.5 |  1358M |  71 |1839 |  54k|   0 |  21k|  0 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
1379.28/1384.13	c  1384s| 41100 | 19566 |  3465k|  81.5 |  1358M |  71 |1839 |  54k|  46k|  21k|  1 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1382.07/1386.97	c  1387s| 41200 | 19619 |  3474k|  81.5 |  1361M |  71 |1839 |  53k|  46k|  21k|  1 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1388.26/1393.10	c  1393s| 41300 | 19662 |  3489k|  81.6 |  1362M |  71 |1839 |  54k|  46k|  21k|  1 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1391.75/1396.66	c  1397s| 41400 | 19734 |  3501k|  81.7 |  1364M |  71 |1839 |  53k|  46k|  21k|  1 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1393.94/1398.86	c  1399s| 41500 | 19796 |  3508k|  81.7 |  1364M |  71 |1839 |  53k|  46k|  21k|  1 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1395.73/1400.68	c  1401s| 41600 | 19851 |  3514k|  81.6 |  1365M |  71 |1839 |  53k|  46k|  21k|  1 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1400.51/1405.43	c  1405s| 41700 | 19896 |  3518k|  81.6 |  1369M |  71 |1839 |  54k|  46k|  21k|  1 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1403.40/1408.35	c  1408s| 41800 | 19943 |  3523k|  81.5 |  1370M |  71 |1839 |  54k|   0 |  21k|  0 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1404.40/1409.39	c  1409s| 41900 | 19956 |  3526k|  81.4 |  1370M |  71 |1839 |  54k|  46k|  21k|  1 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1407.19/1412.19	c  1412s| 42000 | 19973 |  3530k|  81.3 |  1373M |  71 |1839 |  54k|  46k|  21k|  1 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1408.29/1413.22	c  1413s| 42100 | 19970 |  3531k|  81.1 |  1373M |  71 |1839 |  54k|   0 |  21k|  0 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1409.29/1414.23	c  1414s| 42200 | 19976 |  3533k|  81.0 |  1373M |  71 |1839 |  55k|  46k|  21k|  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1412.18/1417.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1412.18/1417.18	c  1417s| 42300 | 20005 |  3544k|  81.0 |  1376M |  71 |1839 |  54k|  46k|  21k|  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1414.27/1419.26	c  1419s| 42400 | 20012 |  3546k|  80.9 |  1377M |  71 |1839 |  54k|  46k|  21k|  1 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1416.17/1421.14	c  1421s| 42500 | 20032 |  3550k|  80.8 |  1377M |  71 |1839 |  54k|  46k|  21k|  1 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1419.16/1424.10	c  1424s| 42600 | 20050 |  3553k|  80.7 |  1380M |  71 |1839 |  55k|  46k|  22k|  1 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1420.84/1425.88	c  1426s| 42700 | 20067 |  3555k|  80.5 |  1381M |  71 |1839 |  55k|  46k|  22k|  1 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1421.54/1426.53	c  1427s| 42800 | 20067 |  3556k|  80.4 |  1382M |  71 |1839 |  55k|  46k|  22k|  1 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1423.14/1428.10	c  1428s| 42900 | 20052 |  3557k|  80.2 |  1383M |  71 |1839 |  55k|   0 |  22k|  0 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1425.82/1430.83	c  1431s| 43000 | 20058 |  3561k|  80.1 |  1385M |  71 |1839 |  55k|  46k|  22k|  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1428.42/1433.48	c  1433s| 43100 | 20121 |  3569k|  80.1 |  1385M |  71 |1839 |  55k|  46k|  22k|  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1429.81/1434.80	c  1435s| 43200 | 20141 |  3573k|  80.0 |  1385M |  71 |1839 |  55k|   0 |  22k|  0 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1432.80/1437.85	c  1438s| 43300 | 20205 |  3581k|  80.1 |  1387M |  71 |1839 |  54k|   0 |  22k|  0 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1438.68/1443.76	c  1444s| 43400 | 20252 |  3592k|  80.1 |  1388M |  71 |1839 |  54k|  46k|  22k|  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1441.47/1446.52	c  1447s| 43500 | 20312 |  3602k|  80.2 |  1389M |  71 |1839 |  54k|   0 |  22k|  0 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1444.07/1449.18	c  1449s| 43600 | 20367 |  3611k|  80.2 |  1390M |  71 |1839 |  54k|   0 |  22k|  0 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1447.55/1452.65	c  1453s| 43700 | 20407 |  3618k|  80.2 |  1391M |  71 |1839 |  53k|  46k|  22k|  1 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1450.64/1455.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1450.64/1455.73	c  1456s| 43800 | 20429 |  3623k|  80.1 |  1391M |  71 |1839 |  53k|  46k|  22k|  1 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1452.73/1457.85	c  1458s| 43900 | 20444 |  3625k|  80.0 |  1393M |  71 |1839 |  53k|  46k|  22k|  1 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1457.23/1462.31	c  1462s| 44000 | 20484 |  3632k|  79.9 |  1394M |  71 |1839 |  53k|   0 |  22k|  0 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1458.42/1463.50	c  1463s| 44100 | 20528 |  3636k|  79.9 |  1395M |  71 |1839 |  53k|   0 |  22k|  0 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1460.41/1465.57	c  1466s| 44200 | 20565 |  3641k|  79.8 |  1397M |  71 |1839 |  53k|  46k|  22k|  1 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1462.40/1467.57	c  1468s| 44300 | 20626 |  3649k|  79.8 |  1397M |  71 |1839 |  54k|  46k|  22k|  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1466.09/1471.27	c  1471s| 44400 | 20679 |  3662k|  79.9 |  1398M |  71 |1839 |  54k|  46k|  22k|  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1474.06/1479.24	c  1479s| 44500 | 20737 |  3688k|  80.3 |  1400M |  71 |1839 |  54k|   0 |  22k|  0 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1475.47/1480.60	c  1481s| 44600 | 20774 |  3692k|  80.2 |  1402M |  71 |1839 |  54k|  46k|  22k|  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1480.05/1485.29	c  1485s| 44700 | 20829 |  3704k|  80.3 |  1403M |  71 |1839 |  54k|  46k|  22k|  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1484.53/1489.71	c  1490s| 44800 | 20867 |  3711k|  80.3 |  1405M |  71 |1839 |  54k|  46k|  22k|  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1485.83/1491.07	c  1491s| 44900 | 20887 |  3716k|  80.2 |  1405M |  71 |1839 |  54k|  46k|  22k|  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1488.82/1494.09	c  1494s| 45000 | 20944 |  3727k|  80.2 |  1406M |  71 |1839 |  54k|  46k|  22k|  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1490.61/1495.85	c  1496s| 45100 | 20986 |  3733k|  80.2 |  1408M |  71 |1839 |  53k|  46k|  22k|  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1494.49/1499.73	c  1500s| 45200 | 21051 |  3743k|  80.3 |  1410M |  71 |1839 |  53k|  46k|  23k|  2 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1496.68/1501.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1496.68/1501.97	c  1502s| 45300 | 21099 |  3751k|  80.3 |  1410M |  71 |1839 |  53k|  46k|  23k|  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1499.57/1504.87	c  1505s| 45400 | 21148 |  3760k|  80.3 |  1411M |  71 |1839 |  53k|  46k|  23k|  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1501.37/1506.66	c  1507s| 45500 | 21188 |  3765k|  80.2 |  1411M |  71 |1839 |  53k|   0 |  23k|  0 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1503.46/1508.75	c  1509s| 45600 | 21213 |  3772k|  80.2 |  1411M |  71 |1839 |  53k|  46k|  23k|  1 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1505.35/1510.64	c  1511s| 45700 | 21274 |  3781k|  80.2 |  1413M |  71 |1839 |  53k|   0 |  23k|  0 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1508.25/1513.58	c  1514s| 45800 | 21324 |  3787k|  80.2 |  1413M |  71 |1839 |  53k|  46k|  23k|  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1512.93/1518.27	c  1518s| 45900 | 21410 |  3805k|  80.4 |  1415M |  71 |1839 |  53k|  46k|  23k|  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1514.73/1520.04	c  1520s| 46000 | 21471 |  3812k|  80.4 |  1417M |  71 |1839 |  53k|   0 |  23k|  0 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1517.61/1522.92	c  1523s| 46100 | 21506 |  3822k|  80.4 |  1417M |  71 |1839 |  53k|  46k|  23k|  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1518.51/1523.85	c  1524s| 46200 | 21537 |  3825k|  80.3 |  1417M |  71 |1839 |  53k|  46k|  23k|  2 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1521.40/1526.70	c  1527s| 46300 | 21597 |  3830k|  80.2 |  1419M |  71 |1839 |  53k|  46k|  23k|  1 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1522.49/1527.80	c  1528s| 46400 | 21625 |  3834k|  80.1 |  1419M |  71 |1839 |  53k|   0 |  23k|  0 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1523.09/1528.47	c  1528s| 46500 | 21619 |  3835k|  80.0 |  1419M |  71 |1839 |  54k|  46k|  23k|  1 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1523.99/1529.37	c  1529s| 46600 | 21642 |  3837k|  79.9 |  1420M |  71 |1839 |  54k|   0 |  23k|  0 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1524.98/1530.39	c  1530s| 46700 | 21658 |  3839k|  79.8 |  1421M |  71 |1839 |  54k|  46k|  23k|  1 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1525.78/1531.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1525.78/1531.15	c  1531s| 46800 | 21672 |  3842k|  79.6 |  1421M |  71 |1839 |  54k|   0 |  23k|  0 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1526.47/1531.82	c  1532s| 46900 | 21693 |  3843k|  79.5 |  1421M |  71 |1839 |  54k|  46k|  23k|  1 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1527.17/1532.58	c  1533s| 47000 | 21702 |  3845k|  79.4 |  1421M |  71 |1839 |  54k|  46k|  23k|  1 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1527.87/1533.24	c  1533s| 47100 | 21707 |  3847k|  79.3 |  1421M |  71 |1839 |  54k|  46k|  23k|  1 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1528.56/1533.92	c  1534s| 47200 | 21718 |  3849k|  79.1 |  1422M |  71 |1839 |  54k|   0 |  23k|  0 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1532.95/1538.37	c  1538s| 47300 | 21744 |  3856k|  79.1 |  1424M |  71 |1839 |  54k|  46k|  23k|  2 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1534.66/1540.02	c  1540s| 47400 | 21775 |  3859k|  79.0 |  1425M |  71 |1839 |  54k|  46k|  23k|  1 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1537.65/1543.02	c  1543s| 47500 | 21838 |  3865k|  79.0 |  1427M |  71 |1839 |  54k|  46k|  23k|  1 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1540.64/1546.09	c  1546s| 47600 | 21892 |  3874k|  79.0 |  1430M |  71 |1839 |  54k|  46k|  23k|  1 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1545.51/1550.93	c  1551s| 47700 | 21909 |  3883k|  79.0 |  1430M |  71 |1839 |  54k|  46k|  23k|  1 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1547.01/1552.42	c  1552s| 47800 | 21928 |  3888k|  79.0 |  1442M |  71 |1839 |  54k|  46k|  23k|  1 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1549.20/1554.60	c  1555s| 47900 | 21988 |  3895k|  78.9 |  1444M |  71 |1839 |  54k|  46k|  23k|  0 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1552.29/1557.73	c  1558s| 48000 | 22039 |  3907k|  79.0 |  1444M |  71 |1839 |  54k|  46k|  23k|  1 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
1553.88/1559.32	c  1559s| 48100 | 22087 |  3914k|  79.0 |  1447M |  71 |1839 |  54k|  46k|  23k|  1 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1557.67/1563.14	c  1563s| 48200 | 22175 |  3929k|  79.1 |  1450M |  71 |1839 |  53k|  46k|  23k|  1 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1559.46/1564.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1559.46/1564.98	c  1565s| 48300 | 22240 |  3936k|  79.1 |  1452M |  71 |1839 |  53k|  46k|  23k|  1 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1564.04/1569.56	c  1570s| 48400 | 22310 |  3951k|  79.3 |  1454M |  71 |1839 |  53k|  46k|  23k|  1 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1566.55/1572.04	c  1572s| 48500 | 22378 |  3963k|  79.4 |  1456M |  71 |1839 |  53k|  46k|  23k|  1 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1568.43/1573.93	c  1574s| 48600 | 22407 |  3970k|  79.3 |  1456M |  71 |1839 |  53k|   0 |  23k|  0 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1571.32/1576.83	c  1577s| 48700 | 22479 |  3978k|  79.3 |  1457M |  71 |1839 |  53k|  46k|  23k|  1 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1579.10/1584.69	c  1585s| 48800 | 22540 |  3985k|  79.3 |  1460M |  71 |1839 |  54k|  46k|  24k|  1 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1584.18/1589.72	c  1590s| 48900 | 22568 |  3991k|  79.3 |  1462M |  71 |1839 |  54k|  46k|  24k|  1 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1592.85/1598.40	c  1598s| 49000 | 22632 |  4010k|  79.5 |  1464M |  71 |1839 |  54k|  46k|  24k|  1 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1595.14/1600.72	c  1601s| 49100 | 22688 |  4017k|  79.5 |  1464M |  71 |1839 |  54k|  46k|  24k|  1 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1596.74/1602.39	c  1602s| 49200 | 22726 |  4022k|  79.4 |  1465M |  71 |1839 |  54k|  46k|  24k|  1 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1598.83/1604.46	c  1604s| 49300 | 22769 |  4028k|  79.4 |  1466M |  71 |1839 |  54k|  46k|  24k|  1 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1603.52/1609.18	c  1609s| 49400 | 22841 |  4045k|  79.6 |  1469M |  71 |1839 |  54k|  46k|  24k|  1 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1607.10/1612.76	c  1613s| 49500 | 22867 |  4048k|  79.5 |  1470M |  71 |1839 |  54k|   0 |  24k|  0 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1610.40/1616.01	c  1616s| 49600 | 22883 |  4052k|  79.4 |  1472M |  71 |1839 |  54k|  46k|  24k|  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1611.89/1617.56	c  1618s| 49700 | 22920 |  4056k|  79.3 |  1473M |  71 |1839 |  54k|  46k|  24k|  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1614.08/1619.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1614.08/1619.77	c  1620s| 49800 | 22956 |  4062k|  79.3 |  1475M |  71 |1839 |  54k|  46k|  24k|  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1615.88/1621.50	c  1621s| 49900 | 23018 |  4069k|  79.3 |  1477M |  71 |1839 |  54k|  46k|  24k|  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1622.26/1627.99	c  1628s| 50000 | 23043 |  4074k|  79.2 |  1479M |  71 |1839 |  54k|  46k|  24k|  1 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1624.25/1629.91	c  1630s| 50100 | 23063 |  4077k|  79.1 |  1479M |  71 |1839 |  54k|   0 |  24k|  0 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1628.74/1634.44	c  1634s| 50200 | 23088 |  4083k|  79.1 |  1481M |  71 |1839 |  54k|  46k|  24k|  1 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1629.73/1635.41	c  1635s| 50300 | 23108 |  4086k|  79.0 |  1482M |  71 |1839 |  54k|  46k|  24k|  1 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1632.33/1638.05	c  1638s| 50400 | 23168 |  4094k|  79.0 |  1482M |  71 |1839 |  54k|  46k|  24k|  1 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1633.72/1639.42	c  1639s| 50500 | 23184 |  4100k|  78.9 |  1482M |  71 |1839 |  54k|  46k|  24k|  1 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1636.31/1642.01	c  1642s| 50600 | 23227 |  4108k|  78.9 |  1507M |  71 |1839 |  54k|  46k|  24k|  1 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1639.89/1645.68	c  1646s| 50700 | 23293 |  4118k|  79.0 |  1508M |  71 |1839 |  54k|  46k|  24k|  2 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1642.40/1648.18	c  1648s| 50800 | 23350 |  4123k|  78.9 |  1510M |  71 |1839 |  54k|   0 |  24k|  0 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1643.59/1649.33	c  1649s| 50900 | 23388 |  4127k|  78.8 |  1511M |  71 |1839 |  54k|   0 |  24k|  0 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1645.38/1651.16	c  1651s| 51000 | 23409 |  4130k|  78.8 |  1511M |  71 |1839 |  54k|   0 |  24k|  0 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1646.97/1652.72	c  1653s| 51100 | 23440 |  4137k|  78.8 |  1513M |  71 |1839 |  54k|  46k|  24k|  1 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1648.96/1654.71	c  1655s| 51200 | 23491 |  4145k|  78.7 |  1513M |  71 |1839 |  54k|  46k|  24k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1650.36/1656.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1650.36/1656.12	c  1656s| 51300 | 23539 |  4148k|  78.6 |  1513M |  71 |1839 |  54k|  46k|  24k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1651.26/1657.01	c  1657s| 51400 | 23592 |  4151k|  78.6 |  1514M |  71 |1839 |  54k|  46k|  24k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1653.45/1659.23	c  1659s| 51500 | 23634 |  4157k|  78.5 |  1514M |  75 |1839 |  55k|  46k|  24k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1659.13/1664.99	c  1665s| 51600 | 23708 |  4173k|  78.7 |  1516M |  75 |1839 |  54k|  46k|  24k|  1 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1670.99/1676.85	c  1677s| 51700 | 23771 |  4199k|  79.0 |  1518M |  75 |1839 |  54k|  46k|  25k|  1 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1680.66/1686.56	c  1687s| 51800 | 23827 |  4224k|  79.3 |  1522M |  75 |1839 |  54k|  46k|  25k|  1 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1683.65/1689.52	c  1690s| 51900 | 23877 |  4232k|  79.3 |  1523M |  75 |1839 |  54k|   0 |  25k|  0 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1685.44/1691.33	c  1691s| 52000 | 23921 |  4236k|  79.3 |  1524M |  75 |1839 |  54k|  46k|  25k|  2 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1693.03/1698.90	c  1699s| 52100 | 23983 |  4250k|  79.4 |  1538M |  75 |1839 |  54k|  46k|  25k|  1 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1695.52/1701.43	c  1701s| 52200 | 24055 |  4262k|  79.5 |  1541M |  75 |1839 |  54k|  46k|  25k|  1 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1698.81/1704.79	c  1705s| 52300 | 24098 |  4271k|  79.5 |  1542M |  75 |1839 |  54k|   0 |  25k|  0 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1704.39/1710.37	c  1710s| 52400 | 24141 |  4279k|  79.5 |  1545M |  75 |1839 |  54k|  46k|  25k|  1 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1706.78/1712.71	c  1713s| 52500 | 24161 |  4286k|  79.5 |  1546M |  75 |1839 |  54k|  46k|  25k|  1 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1712.66/1718.65	c  1719s| 52600 | 24218 |  4302k|  79.6 |  1546M |  75 |1839 |  54k|  46k|  25k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1714.56/1720.55	c  1721s| 52700 | 24267 |  4309k|  79.6 |  1547M |  75 |1839 |  54k|   0 |  25k|  0 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1715.55/1721.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1715.55/1721.56	c  1722s| 52800 | 24288 |  4312k|  79.5 |  1549M |  75 |1839 |  54k|   0 |  25k|  0 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1718.94/1724.96	c  1725s| 52900 | 24296 |  4316k|  79.4 |  1549M |  75 |1839 |  54k|  46k|  25k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1721.43/1727.46	c  1727s| 53000 | 24346 |  4323k|  79.4 |  1549M |  75 |1839 |  54k|  46k|  25k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1726.12/1732.19	c  1732s| 53100 | 24398 |  4330k|  79.4 |  1552M |  75 |1839 |  54k|  46k|  26k|  1 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1728.21/1734.21	c  1734s| 53200 | 24481 |  4338k|  79.4 |  1554M |  75 |1839 |  54k|  46k|  26k|  1 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1732.10/1738.13	c  1738s| 53300 | 24561 |  4351k|  79.5 |  1555M |  75 |1839 |  54k|  46k|  26k|  1 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1734.89/1740.92	c  1741s| 53400 | 24641 |  4361k|  79.5 |  1555M |  75 |1839 |  54k|   0 |  26k|  0 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1737.48/1743.57	c  1744s| 53500 | 24707 |  4372k|  79.6 |  1557M |  75 |1839 |  54k|  46k|  26k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1739.98/1746.01	c  1746s| 53600 | 24753 |  4380k|  79.6 |  1559M |  75 |1839 |  54k|  46k|  26k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1744.76/1750.82	c  1751s| 53700 | 24830 |  4396k|  79.7 |  1560M |  75 |1839 |  54k|  46k|  26k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1747.95/1754.00	c  1754s| 53800 | 24894 |  4407k|  79.8 |  1562M |  75 |1839 |  54k|  46k|  26k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1751.05/1757.17	c  1757s| 53900 | 24944 |  4416k|  79.8 |  1562M |  75 |1839 |  54k|  46k|  26k|  1 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1752.94/1759.01	c  1759s| 54000 | 24984 |  4422k|  79.8 |  1562M |  75 |1839 |  54k|   0 |  26k|  0 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1756.93/1763.02	c  1763s| 54100 | 25044 |  4433k|  79.8 |  1565M |  75 |1839 |  54k|  46k|  26k|  1 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1757.92/1764.03	c  1764s| 54200 | 25088 |  4436k|  79.7 |  1565M |  75 |1839 |  54k|  46k|  26k|  1 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1758.71/1764.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1758.71/1764.86	c  1765s| 54300 | 25102 |  4438k|  79.6 |  1565M |  75 |1839 |  54k|  46k|  26k|  1 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1760.21/1766.34	c  1766s| 54400 | 25142 |  4442k|  79.5 |  1566M |  75 |1839 |  54k|  46k|  26k|  1 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1763.20/1769.30	c  1769s| 54500 | 25203 |  4450k|  79.6 |  1566M |  75 |1839 |  54k|  46k|  26k|  1 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1763.80/1769.96	c  1770s| 54600 | 25219 |  4451k|  79.4 |  1568M |  75 |1839 |  54k|   0 |  26k|  0 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1765.69/1771.80	c  1772s| 54700 | 25253 |  4458k|  79.4 |  1568M |  75 |1839 |  55k|  46k|  26k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1767.28/1773.41	c  1773s| 54800 | 25292 |  4464k|  79.4 |  1568M |  75 |1839 |  55k|  46k|  26k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1769.57/1775.71	c  1776s| 54900 | 25342 |  4470k|  79.3 |  1570M |  75 |1839 |  55k|   0 |  26k|  0 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1770.87/1777.04	c  1777s| 55000 | 25352 |  4472k|  79.2 |  1571M |  75 |1839 |  55k|  46k|  26k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1772.07/1778.22	c  1778s| 55100 | 25381 |  4475k|  79.2 |  1572M |  75 |1839 |  55k|  46k|  26k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1774.37/1780.58	c  1781s| 55200 | 25428 |  4484k|  79.2 |  1573M |  75 |1839 |  55k|  46k|  26k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1777.36/1783.55	c  1784s| 55300 | 25461 |  4488k|  79.1 |  1574M |  75 |1839 |  55k|   0 |  26k|  0 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1778.06/1784.25	c  1784s| 55400 | 25461 |  4490k|  79.0 |  1574M |  75 |1839 |  55k|  46k|  26k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1779.65/1785.87	c  1786s| 55500 | 25508 |  4496k|  79.0 |  1574M |  75 |1839 |  55k|  46k|  26k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1783.73/1789.91	c  1790s| 55600 | 25580 |  4506k|  79.0 |  1577M |  75 |1839 |  55k|  46k|  26k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1785.63/1791.84	c  1792s| 55700 | 25615 |  4509k|  78.9 |  1578M |  75 |1839 |  55k|  46k|  26k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   1.82%
1788.92/1795.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1788.92/1795.17	c  1795s| 55800 | 25645 |  4517k|  78.9 |  1578M |  75 |1839 |  54k|  46k|  26k|  2 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1793.20/1799.42	c  1799s| 55900 | 25710 |  4531k|  79.0 |  1580M |  75 |1839 |  54k|  46k|  26k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1796.69/1802.93	c  1803s| 56000 | 25794 |  4545k|  79.1 |  1580M |  75 |1839 |  54k|  46k|  26k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1800.28/1806.52	c  1807s| 56100 | 25847 |  4553k|  79.1 |  1582M |  75 |1839 |  54k|  46k|  26k|  1 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1804.37/1810.69	c  1811s| 56200 | 25894 |  4556k|  79.1 |  1585M |  75 |1839 |  54k|   0 |  27k|  0 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1808.76/1815.04	c  1815s| 56300 | 25916 |  4560k|  79.0 |  1588M |  75 |1839 |  55k|  46k|  27k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1810.55/1816.82	c  1817s| 56400 | 25927 |  4563k|  78.9 |  1589M |  75 |1839 |  55k|  46k|  27k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1812.05/1818.37	c  1818s| 56500 | 25975 |  4570k|  78.9 |  1589M |  75 |1839 |  55k|  46k|  27k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1816.73/1823.04	c  1823s| 56600 | 26021 |  4576k|  78.8 |  1590M |  75 |1839 |  55k|  46k|  27k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1821.92/1828.25	c  1828s| 56700 | 26078 |  4586k|  78.9 |  1595M |  75 |1839 |  55k|  46k|  27k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1825.60/1831.92	c  1832s| 56800 | 26134 |  4599k|  79.0 |  1595M |  75 |1839 |  55k|  46k|  27k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1832.28/1838.66	c  1839s| 56900 | 26205 |  4622k|  79.2 |  1595M |  75 |1839 |  54k|  46k|  27k|  2 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1842.75/1849.17	c  1849s| 57000 | 26286 |  4652k|  79.6 |  1598M |  75 |1839 |  54k|  46k|  27k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1844.84/1851.29	c  1851s| 57100 | 26360 |  4660k|  79.6 |  1599M |  75 |1839 |  54k|   0 |  27k|  0 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1847.54/1853.93	c  1854s| 57200 | 26398 |  4666k|  79.6 |  1601M |  75 |1839 |  54k|  46k|  27k|  1 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1848.54/1854.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1848.54/1854.91	c  1855s| 57300 | 26428 |  4668k|  79.5 |  1601M |  75 |1839 |  54k|  46k|  27k|  1 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1850.33/1856.72	c  1857s| 57400 | 26453 |  4673k|  79.4 |  1601M |  75 |1839 |  54k|   0 |  27k|  0 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1853.62/1860.07	c  1860s| 57500 | 26526 |  4681k|  79.4 |  1605M |  75 |1839 |  54k|  46k|  27k|  1 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1856.00/1862.45	c  1862s| 57600 | 26564 |  4688k|  79.4 |  1605M |  75 |1839 |  54k|  46k|  27k|  1 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1857.70/1864.15	c  1864s| 57700 | 26601 |  4694k|  79.4 |  1607M |  75 |1839 |  55k|  46k|  27k|  1 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1859.39/1865.86	c  1866s| 57800 | 26639 |  4699k|  79.3 |  1607M |  75 |1839 |  55k|   0 |  27k|  0 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1860.19/1866.65	c  1867s| 57900 | 26647 |  4701k|  79.2 |  1607M |  75 |1839 |  55k|  46k|  27k|  1 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1864.58/1871.04	c  1871s| 58000 | 26688 |  4708k|  79.2 |  1609M |  75 |1839 |  54k|  46k|  28k|  1 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1870.36/1876.82	c  1877s| 58100 | 26724 |  4720k|  79.3 |  1623M |  75 |1839 |  54k|  46k|  28k|  1 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1877.04/1883.57	c  1884s| 58200 | 26792 |  4741k|  79.5 |  1624M |  75 |1839 |  54k|  46k|  28k|  1 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1878.83/1885.34	c  1885s| 58300 | 26809 |  4744k|  79.4 |  1625M |  75 |1839 |  54k|  46k|  28k|  1 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1880.64/1887.12	c  1887s| 58400 | 26854 |  4748k|  79.3 |  1639M |  75 |1839 |  54k|  46k|  28k|  1 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1882.33/1888.87	c  1889s| 58500 | 26886 |  4750k|  79.2 |  1640M |  75 |1839 |  55k|  46k|  28k|  1 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1885.42/1891.99	c  1892s| 58600 | 26890 |  4752k|  79.1 |  1642M |  75 |1839 |  55k|  46k|  28k|  1 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1888.41/1894.94	c  1895s| 58700 | 26902 |  4753k|  79.0 |  1643M |  75 |1839 |  55k|  46k|  28k|  1 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1892.09/1898.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1892.09/1898.64	c  1899s| 58800 | 26928 |  4757k|  79.0 |  1644M |  75 |1839 |  55k|  46k|  28k|  1 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1894.49/1901.05	c  1901s| 58900 | 26950 |  4759k|  78.9 |  1645M |  75 |1839 |  55k|  46k|  28k|  1 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1897.87/1904.49	c  1904s| 59000 | 26976 |  4763k|  78.8 |  1647M |  75 |1839 |  55k|  46k|  28k|  1 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1901.06/1907.67	c  1908s| 59100 | 26986 |  4765k|  78.7 |  1650M |  75 |1839 |  55k|   0 |  28k|  0 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1905.94/1912.57	c  1913s| 59200 | 26992 |  4768k|  78.6 |  1678M |  75 |1839 |  55k|   0 |  28k|  0 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1907.74/1914.31	c  1914s| 59300 | 27012 |  4770k|  78.5 |  1679M |  75 |1839 |  55k|  46k|  28k|  1 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1912.03/1918.66	c  1919s| 59400 | 27024 |  4772k|  78.4 |  1681M |  75 |1839 |  55k|  46k|  29k|  2 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1917.21/1923.85	c  1924s| 59500 | 27074 |  4777k|  78.4 |  1684M |  75 |1839 |  55k|  46k|  29k|  0 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1920.90/1927.59	c  1928s| 59600 | 27095 |  4781k|  78.3 |  1686M |  75 |1839 |  55k|   0 |  29k|  0 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1927.49/1934.18	c  1934s| 59700 | 27113 |  4787k|  78.3 |  1690M |  75 |1839 |  55k|  46k|  29k|  1 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1933.47/1940.15	c  1940s| 59800 | 27125 |  4790k|  78.2 |  1692M |  75 |1839 |  55k|  46k|  29k|  0 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1937.75/1944.47	c  1944s| 59900 | 27155 |  4795k|  78.2 |  1693M |  75 |1839 |  55k|  46k|  29k|  1 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1941.54/1948.23	c  1948s| 60000 | 27181 |  4799k|  78.1 |  1697M |  75 |1839 |  55k|  46k|  29k|  1 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1944.92/1951.69	c  1952s| 60100 | 27202 |  4803k|  78.0 |  1697M |  75 |1839 |  55k|  46k|  29k|  1 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1946.22/1952.93	c  1953s| 60200 | 27240 |  4806k|  78.0 |  1697M |  75 |1839 |  55k|  46k|  29k|  1 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1947.21/1953.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1947.21/1953.93	c  1954s| 60300 | 27276 |  4810k|  77.9 |  1697M |  75 |1839 |  55k|   0 |  29k|  0 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1950.60/1957.31	c  1957s| 60400 | 27299 |  4812k|  77.8 |  1698M |  75 |1839 |  55k|  46k|  30k|  1 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1954.59/1961.37	c  1961s| 60500 | 27316 |  4815k|  77.7 |  1699M |  75 |1839 |  55k|  46k|  30k|  1 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1960.07/1966.85	c  1967s| 60600 | 27342 |  4820k|  77.7 |  1700M |  75 |1839 |  55k|  46k|  30k|  1 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1960.87/1967.65	c  1968s| 60700 | 27348 |  4822k|  77.6 |  1701M |  75 |1839 |  55k|   0 |  30k|  0 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1962.96/1969.73	c  1970s| 60800 | 27358 |  4827k|  77.6 |  1702M |  75 |1839 |  55k|  46k|  30k|  1 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1965.27/1972.09	c  1972s| 60900 | 27388 |  4831k|  77.5 |  1707M |  75 |1839 |  55k|   0 |  30k|  0 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1968.36/1975.15	c  1975s| 61000 | 27443 |  4837k|  77.5 |  1709M |  75 |1839 |  55k|  46k|  30k|  1 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1972.94/1979.75	c  1980s| 61100 | 27504 |  4848k|  77.5 |  1710M |  75 |1839 |  55k|  46k|  30k|  1 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1975.53/1982.36	c  1982s| 61200 | 27583 |  4857k|  77.5 |  1712M |  75 |1839 |  55k|  46k|  30k|  1 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1976.92/1983.77	c  1984s| 61300 | 27626 |  4862k|  77.5 |  1712M |  75 |1839 |  55k|  46k|  30k|  1 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1977.92/1984.79	c  1985s| 61400 | 27651 |  4865k|  77.4 |  1714M |  75 |1839 |  55k|  46k|  30k|  1 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1979.52/1986.32	c  1986s| 61500 | 27658 |  4871k|  77.4 |  1715M |  75 |1839 |  55k|  46k|  30k|  1 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1987.20/1994.10	c  1994s| 61600 | 27721 |  4897k|  77.7 |  1717M |  75 |1839 |  55k|  46k|  30k|  1 | 162k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1993.97/2000.85	c  2001s| 61700 | 27799 |  4905k|  77.7 |  1720M |  75 |1839 |  55k|  46k|  30k|  1 | 162k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
1997.06/2003.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1997.06/2003.98	c  2004s| 61800 | 27850 |  4910k|  77.6 |  1720M |  75 |1839 |  55k|  46k|  30k|  2 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
1998.16/2005.01	c  2005s| 61900 | 27852 |  4911k|  77.5 |  1721M |  75 |1839 |  55k|  46k|  30k|  1 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2002.04/2008.96	c  2009s| 62000 | 27898 |  4918k|  77.5 |  1722M |  75 |1839 |  55k|  46k|  30k|  2 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2008.42/2015.31	c  2015s| 62100 | 27959 |  4940k|  77.7 |  1723M |  75 |1839 |  55k|  46k|  30k|  1 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2013.11/2020.04	c  2020s| 62200 | 28002 |  4955k|  77.9 |  1725M |  75 |1839 |  55k|  46k|  30k|  1 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2017.50/2024.46	c  2024s| 62300 | 28039 |  4957k|  77.8 |  1726M |  75 |1839 |  55k|   0 |  30k|  0 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2019.49/2026.40	c  2026s| 62400 | 28051 |  4959k|  77.7 |  1726M |  75 |1839 |  55k|   0 |  30k|  0 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2021.09/2028.00	c  2028s| 62500 | 28062 |  4960k|  77.6 |  1727M |  75 |1839 |  55k|   0 |  30k|  0 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2023.58/2030.56	c  2031s| 62600 | 28056 |  4963k|  77.5 |  1728M |  75 |1839 |  55k|  46k|  30k|  1 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2028.07/2035.05	c  2035s| 62700 | 28063 |  4964k|  77.4 |  1729M |  75 |1839 |  55k|  46k|  31k|  1 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2029.07/2036.06	c  2036s| 62800 | 28070 |  4966k|  77.3 |  1729M |  75 |1839 |  55k|   0 |  31k|  0 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2031.06/2038.10	c  2038s| 62900 | 28074 |  4969k|  77.2 |  1729M |  75 |1839 |  55k|  46k|  31k|  1 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2034.05/2041.03	c  2041s| 63000 | 28074 |  4975k|  77.2 |  1730M |  75 |1839 |  55k|  46k|  31k|  1 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2040.42/2047.42	c  2047s| 63100 | 28090 |  4978k|  77.1 |  1733M |  75 |1839 |  55k|  46k|  31k|  3 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2042.51/2049.54	c  2050s| 63200 | 28104 |  4981k|  77.1 |  1733M |  75 |1839 |  55k|  46k|  31k|  1 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2045.20/2052.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2045.20/2052.21	c  2052s| 63300 | 28153 |  4991k|  77.1 |  1734M |  75 |1839 |  55k|   0 |  31k|  0 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2050.39/2057.42	c  2057s| 63400 | 28193 |  5009k|  77.3 |  1734M |  75 |1839 |  55k|   0 |  31k|  0 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2054.38/2061.42	c  2061s| 63500 | 28231 |  5014k|  77.2 |  1735M |  75 |1839 |  55k|  46k|  31k|  1 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2056.77/2063.88	c  2064s| 63600 | 28289 |  5021k|  77.2 |  1737M |  75 |1839 |  55k|   0 |  31k|  0 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2057.47/2064.51	c  2065s| 63700 | 28291 |  5022k|  77.1 |  1737M |  75 |1839 |  55k|  46k|  31k|  1 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2058.86/2065.92	c  2066s| 63800 | 28309 |  5027k|  77.1 |  1738M |  75 |1839 |  55k|  46k|  31k|  1 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2059.96/2067.05	c  2067s| 63900 | 28341 |  5031k|  77.0 |  1738M |  75 |1839 |  55k|  46k|  31k|  1 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2063.05/2070.12	c  2070s| 64000 | 28400 |  5040k|  77.0 |  1740M |  75 |1839 |  55k|  46k|  31k|  1 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2064.34/2071.49	c  2071s| 64100 | 28428 |  5043k|  76.9 |  1740M |  75 |1839 |  55k|   0 |  31k|  0 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2066.43/2073.55	c  2074s| 64200 | 28456 |  5049k|  76.9 |  1740M |  75 |1839 |  55k|   0 |  31k|  0 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2069.03/2076.14	c  2076s| 64300 | 28510 |  5060k|  77.0 |  1742M |  75 |1839 |  54k|   0 |  31k|  0 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2071.03/2078.18	c  2078s| 64400 | 28552 |  5068k|  77.0 |  1743M |  75 |1839 |  54k|   0 |  31k|  0 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2092.86/2100.03	c  2100s| 64500 | 28602 |  5089k|  77.2 |  1744M |  75 |1839 |  54k|  46k|  31k|  1 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2096.05/2103.22	c  2103s| 64600 | 28644 |  5095k|  77.1 |  1746M |  75 |1839 |  54k|  46k|  31k|  1 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2099.53/2106.74	c  2107s| 64700 | 28677 |  5100k|  77.1 |  1747M |  75 |1839 |  55k|  46k|  31k|  1 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2101.43/2108.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2101.43/2108.68	c  2109s| 64800 | 28742 |  5107k|  77.1 |  1749M |  75 |1839 |  55k|  46k|  31k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2105.91/2113.18	c  2113s| 64900 | 28798 |  5117k|  77.1 |  1751M |  75 |1839 |  55k|  46k|  32k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2110.49/2117.78	c  2118s| 65000 | 28858 |  5129k|  77.2 |  1753M |  75 |1839 |  55k|  46k|  32k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2113.18/2120.47	c  2120s| 65100 | 28916 |  5136k|  77.2 |  1754M |  75 |1839 |  54k|  46k|  32k|  1 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2117.08/2124.37	c  2124s| 65200 | 28956 |  5142k|  77.2 |  1756M |  75 |1839 |  55k|  46k|  32k|  1 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2119.17/2126.45	c  2126s| 65300 | 28999 |  5150k|  77.2 |  1757M |  75 |1839 |  54k|   0 |  32k|  0 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
2123.35/2130.65	c  2131s| 65400 | 29063 |  5165k|  77.3 |  1757M |  75 |1839 |  54k|  46k|  32k|  2 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   2.07%
2126.24/2133.56	c  2134s| 65500 | 29121 |  5173k|  77.3 |  1774M |  75 |1839 |  54k|   0 |  32k|  0 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   2.07%
2129.03/2136.30	c  2136s| 65600 | 29177 |  5183k|  77.3 |  1777M |  75 |1839 |  54k|  46k|  32k|  1 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   2.07%
2130.23/2137.52	c  2138s| 65700 | 29190 |  5185k|  77.2 |  1777M |  75 |1839 |  54k|  46k|  32k|  1 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   2.07%
2133.03/2140.37	c  2140s| 65800 | 29211 |  5190k|  77.2 |  1778M |  75 |1839 |  54k|  46k|  32k|  1 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2137.32/2144.63	c  2145s| 65900 | 29275 |  5196k|  77.2 |  1780M |  75 |1839 |  54k|  46k|  32k|  2 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2149.58/2156.97	c  2157s| 66000 | 29358 |  5217k|  77.4 |  1785M |  75 |1839 |  55k|  46k|  32k|  1 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2152.57/2160.00	c  2160s| 66100 | 29402 |  5227k|  77.4 |  1787M |  75 |1839 |  55k|  46k|  32k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2157.05/2164.44	c  2164s| 66200 | 29457 |  5237k|  77.4 |  1791M |  75 |1839 |  54k|   0 |  32k|  0 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2159.84/2167.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2159.84/2167.25	c  2167s| 66300 | 29508 |  5244k|  77.4 |  1791M |  75 |1839 |  54k|  46k|  32k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2163.65/2171.02	c  2171s| 66400 | 29561 |  5254k|  77.5 |  1792M |  75 |1839 |  54k|   0 |  32k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2164.24/2171.62	c  2172s| 66500 | 29582 |  5255k|  77.4 |  1792M |  75 |1839 |  55k|   0 |  32k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2164.94/2172.30	c  2172s| 66600 | 29599 |  5257k|  77.3 |  1793M |  75 |1839 |  55k|  46k|  32k|  1 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2165.53/2172.97	c  2173s| 66700 | 29596 |  5258k|  77.2 |  1793M |  75 |1839 |  55k|  46k|  32k|  1 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2167.93/2175.39	c  2175s| 66800 | 29647 |  5263k|  77.1 |  1794M |  75 |1839 |  55k|   0 |  32k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2169.02/2176.48	c  2176s| 66900 | 29694 |  5268k|  77.1 |  1795M |  75 |1839 |  55k|  46k|  33k|  1 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2170.02/2177.40	c  2177s| 67000 | 29748 |  5271k|  77.0 |  1795M |  75 |1839 |  55k|  46k|  33k|  1 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2171.11/2178.53	c  2179s| 67100 | 29789 |  5276k|  77.0 |  1796M |  75 |1839 |  55k|  46k|  33k|  1 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2172.50/2179.96	c  2180s| 67200 | 29811 |  5280k|  76.9 |  1796M |  75 |1839 |  55k|  46k|  33k|  1 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2174.80/2182.29	c  2182s| 67300 | 29871 |  5287k|  76.9 |  1797M |  75 |1839 |  55k|   0 |  33k|  0 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2178.59/2186.05	c  2186s| 67400 | 29908 |  5291k|  76.9 |  1800M |  75 |1839 |  55k|  46k|  33k|  1 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2187.46/2194.95	c  2195s| 67500 | 29991 |  5310k|  77.0 |  1802M |  75 |1839 |  55k|   0 |  33k|  0 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2195.54/2203.02	c  2203s| 67600 | 30057 |  5327k|  77.2 |  1836M |  75 |1839 |  55k|   0 |  33k|  0 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2197.83/2205.36	c  2205s| 67700 | 30132 |  5337k|  77.2 |  1838M |  75 |1839 |  55k|  46k|  33k|  1 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2199.22/2206.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2199.22/2206.74	c  2207s| 67800 | 30160 |  5343k|  77.2 |  1838M |  75 |1839 |  55k|  46k|  33k|  2 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2200.92/2208.45	c  2208s| 67900 | 30183 |  5346k|  77.1 |  1838M |  75 |1839 |  55k|  46k|  33k|  2 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2204.31/2211.85	c  2212s| 68000 | 30229 |  5351k|  77.1 |  1840M |  75 |1839 |  55k|  46k|  33k|  1 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2206.50/2214.09	c  2214s| 68100 | 30273 |  5354k|  77.0 |  1841M |  75 |1839 |  55k|  46k|  33k|  2 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2209.39/2216.92	c  2217s| 68200 | 30287 |  5356k|  76.9 |  1842M |  75 |1839 |  55k|  46k|  33k|  1 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2211.49/2219.01	c  2219s| 68300 | 30298 |  5358k|  76.8 |  1843M |  75 |1839 |  55k|  46k|  33k|  2 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2212.28/2219.88	c  2220s| 68400 | 30305 |  5360k|  76.7 |  1843M |  75 |1839 |  55k|  46k|  33k|  1 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2214.97/2222.59	c  2223s| 68500 | 30304 |  5362k|  76.7 |  1847M |  75 |1839 |  55k|   0 |  33k|  0 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2219.06/2226.69	c  2227s| 68600 | 30318 |  5365k|  76.6 |  1848M |  75 |1839 |  55k|  46k|  34k|  1 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2221.55/2229.10	c  2229s| 68700 | 30324 |  5368k|  76.5 |  1850M |  75 |1839 |  55k|   0 |  34k|  0 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2225.03/2232.68	c  2233s| 68800 | 30372 |  5376k|  76.5 |  1851M |  75 |1839 |  55k|  46k|  34k|  1 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2236.00/2243.62	c  2244s| 68900 | 30437 |  5407k|  76.9 |  1852M |  75 |1839 |  55k|  46k|  34k|  1 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2239.59/2247.24	c  2247s| 69000 | 30483 |  5414k|  76.9 |  1855M |  75 |1839 |  55k|  46k|  34k|  2 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2245.38/2253.07	c  2253s| 69100 | 30549 |  5428k|  76.9 |  1857M |  75 |1839 |  55k|   0 |  34k|  0 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2247.17/2254.82	c  2255s| 69200 | 30601 |  5434k|  76.9 |  1858M |  75 |1839 |  55k|  46k|  34k|  2 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2250.55/2258.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2250.55/2258.20	c  2258s| 69300 | 30683 |  5447k|  77.0 |  1860M |  75 |1839 |  55k|  46k|  34k|  1 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2251.36/2259.02	c  2259s| 69400 | 30694 |  5449k|  76.9 |  1860M |  75 |1839 |  55k|  46k|  34k|  1 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2252.25/2259.99	c  2260s| 69500 | 30709 |  5453k|  76.9 |  1860M |  75 |1839 |  55k|  46k|  34k|  1 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2253.94/2261.60	c  2262s| 69600 | 30742 |  5459k|  76.8 |  1860M |  75 |1839 |  55k|   0 |  34k|  0 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2255.74/2263.41	c  2263s| 69700 | 30786 |  5466k|  76.8 |  1862M |  75 |1839 |  55k|  46k|  34k|  1 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2256.73/2264.47	c  2264s| 69800 | 30807 |  5469k|  76.8 |  1863M |  75 |1839 |  55k|  46k|  34k|  1 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2258.53/2266.28	c  2266s| 69900 | 30828 |  5475k|  76.7 |  1863M |  75 |1839 |  55k|   0 |  34k|  0 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2264.81/2272.50	c  2272s| 70000 | 30873 |  5482k|  76.7 |  1865M |  75 |1839 |  55k|  46k|  34k|  1 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2267.00/2274.70	c  2275s| 70100 | 30914 |  5489k|  76.7 |  1868M |  75 |1839 |  55k|  46k|  34k|  1 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2268.59/2276.32	c  2276s| 70200 | 30958 |  5494k|  76.7 |  1869M |  75 |1839 |  55k|  46k|  34k|  1 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2275.87/2283.66	c  2284s| 70300 | 31029 |  5505k|  76.7 |  1872M |  75 |1839 |  54k|  46k|  34k|  1 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2278.06/2285.88	c  2286s| 70400 | 31079 |  5511k|  76.7 |  1872M |  75 |1839 |  54k|  46k|  34k|  1 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2279.76/2287.56	c  2288s| 70500 | 31106 |  5516k|  76.7 |  1872M |  75 |1839 |  54k|  46k|  34k|  2 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2282.95/2290.71	c  2291s| 70600 | 31171 |  5524k|  76.7 |  1874M |  75 |1839 |  54k|  46k|  34k|  1 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2286.63/2294.40	c  2294s| 70700 | 31246 |  5537k|  76.8 |  1875M |  75 |1839 |  54k|  46k|  35k|  1 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2288.03/2295.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2288.03/2295.83	c  2296s| 70800 | 31287 |  5541k|  76.7 |  1875M |  75 |1839 |  54k|   0 |  35k|  0 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2288.82/2296.63	c  2297s| 70900 | 31315 |  5543k|  76.6 |  1876M |  75 |1839 |  55k|   0 |  35k|  0 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2289.82/2297.68	c  2298s| 71000 | 31329 |  5546k|  76.6 |  1877M |  75 |1839 |  55k|  46k|  35k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2291.32/2299.19	c  2299s| 71100 | 31337 |  5549k|  76.5 |  1877M |  75 |1839 |  55k|  46k|  35k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2292.11/2299.91	c  2300s| 71200 | 31346 |  5551k|  76.4 |  1878M |  75 |1839 |  55k|  46k|  35k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2295.50/2303.36	c  2303s| 71300 | 31405 |  5560k|  76.4 |  1880M |  75 |1839 |  55k|  46k|  35k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2299.29/2307.17	c  2307s| 71400 | 31448 |  5567k|  76.4 |  1881M |  75 |1839 |  55k|  46k|  35k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2303.77/2311.61	c  2312s| 71500 | 31527 |  5582k|  76.5 |  1884M |  75 |1839 |  55k|  46k|  35k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2305.77/2313.62	c  2314s| 71600 | 31574 |  5589k|  76.5 |  1886M |  75 |1839 |  55k|  46k|  35k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2306.96/2314.81	c  2315s| 71700 | 31652 |  5594k|  76.5 |  1887M |  75 |1839 |  55k|  46k|  35k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2308.36/2316.20	c  2316s| 71800 | 31721 |  5598k|  76.4 |  1887M |  75 |1839 |  55k|  46k|  35k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2310.06/2318.00	c  2318s| 71900 | 31746 |  5601k|  76.4 |  1889M |  75 |1839 |  55k|  46k|  35k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2312.05/2319.94	c  2320s| 72000 | 31782 |  5605k|  76.3 |  1890M |  75 |1839 |  55k|   0 |  35k|  0 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2313.95/2321.82	c  2322s| 72100 | 31791 |  5608k|  76.3 |  1891M |  75 |1839 |  55k|  46k|  35k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2315.15/2323.04	c  2323s| 72200 | 31818 |  5612k|  76.2 |  1891M |  75 |1839 |  55k|  46k|  35k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2319.23/2327.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2319.23/2327.18	c  2327s| 72300 | 31896 |  5619k|  76.2 |  1895M |  75 |1839 |  55k|  46k|  35k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2320.52/2328.46	c  2328s| 72400 | 31916 |  5621k|  76.1 |  1895M |  75 |1839 |  55k|  46k|  35k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2322.72/2330.60	c  2331s| 72500 | 31934 |  5624k|  76.1 |  1896M |  75 |1839 |  55k|  46k|  35k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2329.10/2337.06	c  2337s| 72600 | 31993 |  5632k|  76.1 |  1898M |  75 |1839 |  55k|  46k|  35k|  2 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2339.57/2347.50	c  2347s| 72700 | 32054 |  5651k|  76.2 |  1902M |  75 |1839 |  55k|  46k|  36k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2341.86/2349.89	c  2350s| 72800 | 32115 |  5658k|  76.2 |  1902M |  75 |1839 |  55k|  46k|  36k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2343.85/2351.86	c  2352s| 72900 | 32192 |  5666k|  76.2 |  1904M |  75 |1839 |  55k|  46k|  36k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2345.15/2353.14	c  2353s| 73000 | 32225 |  5669k|  76.2 |  1905M |  75 |1839 |  55k|  46k|  36k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2347.05/2355.04	c  2355s| 73100 | 32265 |  5676k|  76.1 |  1905M |  75 |1839 |  55k|   0 |  36k|  0 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2349.43/2357.48	c  2357s| 73200 | 32287 |  5681k|  76.1 |  1907M |  75 |1839 |  55k|   0 |  36k|  0 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2351.13/2359.14	c  2359s| 73300 | 32336 |  5686k|  76.1 |  1907M |  75 |1839 |  55k|   0 |  36k|  0 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2353.92/2361.93	c  2362s| 73400 | 32348 |  5690k|  76.0 |  1909M |  75 |1839 |  55k|  46k|  36k|  1 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2354.72/2362.76	c  2363s| 73500 | 32366 |  5692k|  76.0 |  1909M |  75 |1839 |  55k|   0 |  36k|  0 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2355.51/2363.52	c  2364s| 73600 | 32373 |  5694k|  75.9 |  1909M |  75 |1839 |  55k|  46k|  36k|  1 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2356.61/2364.62	c  2365s| 73700 | 32397 |  5698k|  75.8 |  1910M |  75 |1839 |  55k|   0 |  36k|  0 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2360.49/2368.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2360.49/2368.59	c  2369s| 73800 | 32446 |  5703k|  75.8 |  1911M |  75 |1839 |  55k|  46k|  36k|  1 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2363.78/2371.86	c  2372s| 73900 | 32465 |  5705k|  75.7 |  1913M |  75 |1839 |  55k|  46k|  36k|  1 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2366.57/2374.61	c  2375s| 74000 | 32452 |  5707k|  75.7 |  1915M |  75 |1839 |  55k|  46k|  36k|  1 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2368.46/2376.53	c  2377s| 74100 | 32499 |  5714k|  75.6 |  1915M |  75 |1839 |  55k|  46k|  36k|  1 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2370.16/2378.23	c  2378s| 74200 | 32582 |  5721k|  75.6 |  1916M |  75 |1839 |  55k|  46k|  36k|  1 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2372.75/2380.83	c  2381s| 74300 | 32636 |  5729k|  75.6 |  1918M |  75 |1839 |  55k|  46k|  36k|  1 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2376.64/2384.70	c  2385s| 74400 | 32668 |  5738k|  75.7 |  1919M |  75 |1839 |  55k|  46k|  36k|  2 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2379.63/2387.74	c  2388s| 74500 | 32677 |  5742k|  75.6 |  1921M |  75 |1839 |  55k|  46k|  36k|  1 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2382.52/2390.68	c  2391s| 74600 | 32719 |  5750k|  75.6 |  1923M |  75 |1839 |  55k|  46k|  36k|  1 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2384.92/2393.02	c  2393s| 74700 | 32749 |  5755k|  75.6 |  1924M |  75 |1839 |  55k|   0 |  37k|  0 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2386.71/2394.81	c  2395s| 74800 | 32752 |  5756k|  75.5 |  1926M |  75 |1839 |  55k|  46k|  37k|  2 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2391.29/2399.43	c  2399s| 74900 | 32788 |  5766k|  75.5 |  1930M |  75 |1839 |  55k|  46k|  37k|  1 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2396.68/2404.87	c  2405s| 75000 | 32836 |  5773k|  75.5 |  1933M |  75 |1839 |  55k|  46k|  37k|  1 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2400.16/2408.34	c  2408s| 75100 | 32867 |  5776k|  75.5 |  1935M |  75 |1839 |  55k|   0 |  37k|  0 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2404.05/2412.23	c  2412s| 75200 | 32886 |  5781k|  75.4 |  1938M |  75 |1839 |  55k|  46k|  37k|  1 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2408.53/2416.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2408.53/2416.79	c  2417s| 75300 | 32919 |  5789k|  75.4 |  1942M |  75 |1839 |  55k|  46k|  37k|  1 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2412.42/2420.63	c  2421s| 75400 | 32961 |  5794k|  75.4 |  1945M |  75 |1839 |  55k|  46k|  38k|  1 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2413.52/2421.72	c  2422s| 75500 | 32988 |  5796k|  75.3 |  1945M |  75 |1839 |  55k|  46k|  38k|  2 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2414.62/2422.83	c  2423s| 75600 | 33005 |  5799k|  75.3 |  1946M |  75 |1839 |  55k|  46k|  38k|  1 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2417.11/2425.33	c  2425s| 75700 | 33063 |  5806k|  75.3 |  1947M |  75 |1839 |  55k|  46k|  38k|  1 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2421.19/2429.49	c  2429s| 75800 | 33130 |  5814k|  75.3 |  1949M |  75 |1839 |  55k|  46k|  38k|  1 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2423.79/2432.08	c  2432s| 75900 | 33186 |  5820k|  75.3 |  1951M |  75 |1839 |  55k|   0 |  38k|  0 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2424.58/2432.80	c  2433s| 76000 | 33204 |  5821k|  75.2 |  1951M |  75 |1839 |  55k|  46k|  38k|  1 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2425.28/2433.50	c  2433s| 76100 | 33194 |  5822k|  75.1 |  1952M |  75 |1839 |  55k|   0 |  38k|  0 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2425.97/2434.23	c  2434s| 76200 | 33188 |  5823k|  75.0 |  1952M |  75 |1839 |  55k|  46k|  38k|  1 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2428.96/2437.26	c  2437s| 76300 | 33242 |  5828k|  75.0 |  1953M |  75 |1839 |  55k|  46k|  38k|  1 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2432.55/2440.87	c  2441s| 76400 | 33323 |  5838k|  75.0 |  1956M |  75 |1839 |  55k|  46k|  38k|  1 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2436.85/2445.19	c  2445s| 76500 | 33370 |  5846k|  75.0 |  1962M |  75 |1839 |  55k|  46k|  39k|  1 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2437.94/2446.28	c  2446s| 76600 | 33403 |  5849k|  74.9 |  1962M |  75 |1839 |  55k|   0 |  39k|  0 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2438.64/2446.96	c  2447s| 76700 | 33398 |  5849k|  74.9 |  1962M |  75 |1839 |  55k|   0 |  39k|  0 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2440.13/2448.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2440.13/2448.42	c  2448s| 76800 | 33412 |  5852k|  74.8 |  1964M |  75 |1839 |  55k|  46k|  39k|  1 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2440.92/2449.25	c  2449s| 76900 | 33446 |  5854k|  74.7 |  1965M |  75 |1839 |  55k|   0 |  39k|  0 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2441.62/2449.99	c  2450s| 77000 | 33455 |  5855k|  74.6 |  1965M |  75 |1839 |  55k|   0 |  39k|  0 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2442.42/2450.70	c  2451s| 77100 | 33443 |  5856k|  74.6 |  1965M |  75 |1839 |  55k|  46k|  39k|  1 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2445.81/2454.17	c  2454s| 77200 | 33480 |  5862k|  74.5 |  1966M |  75 |1839 |  55k|  46k|  39k|  1 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2447.70/2456.02	c  2456s| 77300 | 33504 |  5866k|  74.5 |  1966M |  75 |1839 |  55k|  46k|  39k|  1 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2451.98/2460.33	c  2460s| 77400 | 33550 |  5876k|  74.5 |  1968M |  75 |1839 |  55k|  46k|  39k|  1 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2455.88/2464.28	c  2464s| 77500 | 33599 |  5885k|  74.5 |  1971M |  75 |1839 |  55k|  46k|  39k|  1 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2458.87/2467.23	c  2467s| 77600 | 33635 |  5894k|  74.6 |  1973M |  75 |1839 |  55k|   0 |  39k|  0 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2463.06/2471.44	c  2471s| 77700 | 33660 |  5903k|  74.6 |  1975M |  75 |1839 |  55k|  46k|  39k|  1 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2466.44/2474.82	c  2475s| 77800 | 33668 |  5914k|  74.6 |  1975M |  75 |1839 |  55k|  46k|  39k|  1 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2467.24/2475.60	c  2476s| 77900 | 33670 |  5915k|  74.6 |  1975M |  75 |1839 |  55k|  46k|  39k|  1 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2467.94/2476.36	c  2476s| 78000 | 33667 |  5916k|  74.5 |  1975M |  75 |1839 |  55k|  46k|  39k|  1 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2469.93/2478.34	c  2478s| 78100 | 33679 |  5921k|  74.4 |  1976M |  75 |1839 |  55k|  46k|  39k|  1 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2470.83/2479.27	c  2479s| 78200 | 33697 |  5922k|  74.4 |  1976M |  75 |1839 |  55k|  46k|  40k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2471.63/2480.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2471.63/2480.02	c  2480s| 78300 | 33692 |  5923k|  74.3 |  1976M |  75 |1839 |  55k|   0 |  40k|  0 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2475.31/2483.79	c  2484s| 78400 | 33725 |  5933k|  74.3 |  1977M |  75 |1839 |  55k|  46k|  40k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2478.50/2486.94	c  2487s| 78500 | 33766 |  5941k|  74.3 |  1980M |  75 |1839 |  55k|  46k|  40k|  1 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2481.19/2489.63	c  2490s| 78600 | 33823 |  5949k|  74.3 |  1981M |  75 |1839 |  55k|  46k|  40k|  1 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2481.89/2490.39	c  2490s| 78700 | 33829 |  5951k|  74.3 |  1981M |  75 |1839 |  55k|   0 |  40k|  0 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2483.08/2491.51	c  2492s| 78800 | 33850 |  5955k|  74.2 |  1983M |  75 |1839 |  55k|  46k|  40k|  1 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2484.18/2492.66	c  2493s| 78900 | 33870 |  5958k|  74.2 |  1983M |  75 |1839 |  55k|   0 |  40k|  0 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2485.58/2494.08	c  2494s| 79000 | 33897 |  5963k|  74.1 |  1983M |  75 |1839 |  55k|  46k|  40k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2486.37/2494.84	c  2495s| 79100 | 33906 |  5964k|  74.0 |  1983M |  75 |1839 |  55k|  46k|  40k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2487.07/2495.53	c  2496s| 79200 | 33895 |  5965k|  74.0 |  1983M |  75 |1839 |  55k|  46k|  40k|  1 | 218k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2488.46/2496.92	c  2497s| 79300 | 33914 |  5969k|  73.9 |  1983M |  75 |1839 |  55k|  46k|  40k|  1 | 218k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2494.14/2502.62	c  2503s| 79400 | 33983 |  5983k|  74.0 |  1986M |  75 |1839 |  55k|  46k|  40k|  1 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2498.44/2506.93	c  2507s| 79500 | 34014 |  5989k|  74.0 |  1991M |  75 |1839 |  55k|  46k|  40k|  1 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2499.83/2508.39	c  2508s| 79600 | 34039 |  5991k|  73.9 |  1992M |  75 |1839 |  55k|   0 |  40k|  0 | 220k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2501.13/2509.69	c  2510s| 79700 | 34050 |  5993k|  73.9 |  1993M |  75 |1839 |  55k|  46k|  40k|  1 | 220k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2503.22/2511.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2503.22/2511.70	c  2512s| 79800 | 34066 |  5995k|  73.8 |  1995M |  75 |1839 |  55k|   0 |  41k|  0 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2505.01/2513.56	c  2514s| 79900 | 34111 |  6002k|  73.8 |  1995M |  75 |1839 |  55k|   0 |  41k|  0 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2507.10/2515.63	c  2516s| 80000 | 34168 |  6013k|  73.8 |  1996M |  75 |1839 |  55k|  46k|  41k|  1 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2508.60/2517.16	c  2517s| 80100 | 34198 |  6019k|  73.8 |  1996M |  75 |1839 |  55k|  46k|  41k|  1 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2510.09/2518.67	c  2519s| 80200 | 34226 |  6024k|  73.8 |  2016M |  75 |1839 |  55k|  46k|  41k|  1 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2511.38/2519.99	c  2520s| 80300 | 34250 |  6028k|  73.7 |  2016M |  75 |1839 |  55k|   0 |  41k|  0 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2512.68/2521.21	c  2521s| 80400 | 34249 |  6032k|  73.7 |  2016M |  75 |1839 |  55k|   0 |  41k|  0 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2514.97/2523.58	c  2524s| 80500 | 34277 |  6035k|  73.6 |  2018M |  75 |1839 |  55k|  46k|  41k|  1 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2517.76/2526.33	c  2526s| 80600 | 34301 |  6040k|  73.6 |  2022M |  75 |1839 |  55k|  46k|  41k|  1 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2519.96/2528.56	c  2529s| 80700 | 34337 |  6046k|  73.6 |  2022M |  75 |1839 |  55k|  46k|  41k|  1 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2520.95/2529.59	c  2530s| 80800 | 34344 |  6050k|  73.6 |  2022M |  75 |1839 |  55k|  46k|  41k|  1 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2523.35/2531.94	c  2532s| 80900 | 34362 |  6057k|  73.6 |  2023M |  75 |1839 |  55k|  46k|  41k|  1 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2524.14/2532.79	c  2533s| 81000 | 34390 |  6059k|  73.5 |  2024M |  75 |1839 |  55k|  46k|  41k|  1 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2524.94/2533.50	c  2533s| 81100 | 34386 |  6060k|  73.4 |  2024M |  75 |1839 |  55k|   0 |  41k|  0 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2525.63/2534.28	c  2534s| 81200 | 34386 |  6062k|  73.4 |  2024M |  75 |1839 |  55k|  46k|  41k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2527.03/2535.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2527.03/2535.65	c  2536s| 81300 | 34394 |  6064k|  73.3 |  2025M |  75 |1839 |  55k|  46k|  41k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2529.12/2537.71	c  2538s| 81400 | 34423 |  6070k|  73.3 |  2025M |  75 |1839 |  55k|  46k|  41k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2530.52/2539.14	c  2539s| 81500 | 34435 |  6073k|  73.2 |  2026M |  75 |1839 |  55k|  46k|  41k|  1 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2532.81/2541.47	c  2541s| 81600 | 34471 |  6077k|  73.2 |  2028M |  75 |1839 |  55k|  46k|  41k|  1 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2536.19/2544.84	c  2545s| 81700 | 34489 |  6080k|  73.1 |  2031M |  75 |1839 |  55k|   0 |  41k|  0 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2537.79/2546.49	c  2546s| 81800 | 34539 |  6088k|  73.1 |  2031M |  75 |1839 |  55k|  46k|  41k|  1 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2539.49/2548.17	c  2548s| 81900 | 34572 |  6094k|  73.1 |  2032M |  75 |1839 |  55k|  46k|  41k|  1 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2540.48/2549.17	c  2549s| 82000 | 34579 |  6097k|  73.1 |  2032M |  75 |1839 |  55k|  46k|  41k|  1 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2541.77/2550.40	c  2550s| 82100 | 34576 |  6101k|  73.0 |  2032M |  75 |1839 |  55k|   0 |  41k|  0 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2545.17/2553.83	c  2554s| 82200 | 34587 |  6105k|  73.0 |  2034M |  75 |1839 |  55k|  46k|  41k|  1 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2549.76/2558.45	c  2558s| 82300 | 34615 |  6117k|  73.0 |  2034M |  75 |1839 |  55k|  46k|  41k|  1 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2554.74/2563.46	c  2563s| 82400 | 34700 |  6127k|  73.1 |  2038M |  75 |1839 |  55k|  46k|  42k|  1 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2558.43/2567.14	c  2567s| 82500 | 34780 |  6137k|  73.1 |  2040M |  75 |1839 |  55k|  46k|  42k|  1 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2560.42/2569.14	c  2569s| 82600 | 34850 |  6146k|  73.1 |  2040M |  75 |1839 |  55k|  46k|  42k|  1 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2563.11/2571.87	c  2572s| 82700 | 34905 |  6155k|  73.2 |  2042M |  75 |1839 |  55k|  46k|  42k|  1 | 233k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2564.80/2573.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2564.80/2573.54	c  2574s| 82800 | 34940 |  6160k|  73.1 |  2042M |  75 |1839 |  55k|  46k|  42k|  1 | 233k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2565.50/2574.27	c  2574s| 82900 | 34937 |  6161k|  73.1 |  2042M |  75 |1839 |  55k|   0 |  42k|  0 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2566.89/2575.65	c  2576s| 83000 | 34962 |  6165k|  73.0 |  2043M |  75 |1839 |  55k|   0 |  42k|  0 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2568.09/2576.83	c  2577s| 83100 | 34980 |  6170k|  73.0 |  2044M |  75 |1839 |  55k|  46k|  42k|  1 | 235k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2568.99/2577.71	c  2578s| 83200 | 34985 |  6172k|  72.9 |  2044M |  75 |1839 |  55k|  46k|  42k|  1 | 235k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2572.58/2581.31	c  2581s| 83300 | 35021 |  6179k|  72.9 |  2045M |  75 |1839 |  55k|  46k|  42k|  1 | 236k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2577.96/2586.78	c  2587s| 83400 | 35055 |  6185k|  72.9 |  2049M |  75 |1839 |  55k|  46k|  42k|  1 | 236k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2583.24/2592.05	c  2592s| 83500 | 35100 |  6197k|  73.0 |  2056M |  75 |1839 |  55k|  46k|  42k|  1 | 237k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2587.83/2596.68	c  2597s| 83600 | 35164 |  6208k|  73.0 |  2058M |  75 |1839 |  55k|  46k|  43k|  1 | 237k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2589.33/2598.15	c  2598s| 83700 | 35198 |  6213k|  73.0 |  2058M |  75 |1839 |  55k|  46k|  43k|  1 | 238k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2591.22/2600.07	c  2600s| 83800 | 35227 |  6217k|  72.9 |  2069M |  75 |1839 |  55k|  46k|  43k|  1 | 238k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2592.81/2601.65	c  2602s| 83900 | 35237 |  6218k|  72.9 |  2070M |  75 |1839 |  55k|   0 |  43k|  0 | 238k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2594.51/2603.36	c  2603s| 84000 | 35235 |  6220k|  72.8 |  2071M |  75 |1839 |  55k|   0 |  43k|  0 | 239k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2597.09/2605.91	c  2606s| 84100 | 35237 |  6222k|  72.7 |  2077M |  75 |1839 |  55k|  46k|  43k|  1 | 239k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2599.99/2608.87	c  2609s| 84200 | 35235 |  6225k|  72.7 |  2083M |  75 |1839 |  55k|   0 |  43k|  0 | 240k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2601.59/2610.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2601.59/2610.45	c  2610s| 84300 | 35240 |  6228k|  72.6 |  2085M |  75 |1839 |  55k|  46k|  43k|  1 | 240k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2604.28/2613.19	c  2613s| 84400 | 35267 |  6231k|  72.6 |  2089M |  75 |1839 |  55k|  46k|  43k|  1 | 240k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2607.36/2616.26	c  2616s| 84500 | 35284 |  6236k|  72.6 |  2131M |  75 |1839 |  55k|  46k|  43k|  1 | 241k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2610.65/2619.58	c  2620s| 84600 | 35294 |  6238k|  72.5 |  2133M |  75 |1839 |  55k|  46k|  44k|  1 | 241k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2612.15/2621.05	c  2621s| 84700 | 35288 |  6239k|  72.4 |  2133M |  75 |1839 |  55k|  46k|  44k|  1 | 242k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2617.43/2626.33	c  2626s| 84800 | 35296 |  6244k|  72.4 |  2136M |  75 |1839 |  55k|  46k|  44k|  1 | 242k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2621.23/2630.17	c  2630s| 84900 | 35336 |  6248k|  72.4 |  2138M |  75 |1839 |  55k|  46k|  44k|  1 | 242k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2623.92/2632.85	c  2633s| 85000 | 35357 |  6253k|  72.3 |  2139M |  75 |1839 |  55k|   0 |  44k|  0 | 243k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2625.51/2634.42	c  2634s| 85100 | 35374 |  6258k|  72.3 |  2139M |  75 |1839 |  55k|  46k|  44k|  1 | 243k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2627.30/2636.26	c  2636s| 85200 | 35386 |  6262k|  72.3 |  2141M |  75 |1839 |  55k|  46k|  44k|  1 | 243k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2629.80/2638.77	c  2639s| 85300 | 35404 |  6266k|  72.2 |  2141M |  75 |1839 |  55k|  46k|  44k|  1 | 244k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2632.19/2641.12	c  2641s| 85400 | 35461 |  6275k|  72.3 |  2142M |  75 |1839 |  55k|  46k|  44k|  1 | 244k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2634.28/2643.22	c  2643s| 85500 | 35497 |  6283k|  72.3 |  2143M |  75 |1839 |  55k|  46k|  44k|  1 | 245k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2635.18/2644.13	c  2644s| 85600 | 35516 |  6285k|  72.2 |  2143M |  75 |1839 |  55k|  46k|  44k|  1 | 245k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2635.97/2644.95	c  2645s| 85700 | 35517 |  6286k|  72.1 |  2143M |  75 |1839 |  55k|  46k|  44k|  1 | 246k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2637.47/2646.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2637.47/2646.45	c  2646s| 85800 | 35523 |  6292k|  72.1 |  2143M |  75 |1839 |  55k|  46k|  44k|  1 | 246k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2641.75/2650.74	c  2651s| 85900 | 35569 |  6301k|  72.1 |  2144M |  75 |1839 |  55k|   0 |  44k|  0 | 246k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2644.24/2653.28	c  2653s| 86000 | 35603 |  6307k|  72.1 |  2146M |  75 |1839 |  55k|   0 |  44k|  0 | 247k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2645.73/2654.73	c  2655s| 86100 | 35609 |  6310k|  72.1 |  2147M |  75 |1839 |  55k|   0 |  44k|  0 | 247k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2647.43/2656.44	c  2656s| 86200 | 35600 |  6316k|  72.1 |  2147M |  75 |1839 |  55k|  46k|  45k|  1 | 248k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2656.01/2665.10	c  2665s| 86300 | 35635 |  6330k|  72.1 |  2147M |  75 |1839 |  55k|   0 |  45k|  0 | 248k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2658.79/2667.81	c  2668s| 86400 | 35676 |  6337k|  72.1 |  2148M |  75 |1839 |  55k|  46k|  45k|  4 | 249k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2662.29/2671.34	c  2671s| 86500 | 35715 |  6344k|  72.1 |  2151M |  75 |1839 |  55k|  46k|  45k|  1 | 249k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2663.48/2672.55	c  2673s| 86600 | 35725 |  6345k|  72.1 |  2151M |  75 |1839 |  55k|  46k|  45k|  1 | 249k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2666.47/2675.55	c  2676s| 86700 | 35745 |  6351k|  72.0 |  2152M |  75 |1839 |  55k|  46k|  45k|  1 | 250k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2668.86/2677.93	c  2678s| 86800 | 35797 |  6357k|  72.0 |  2155M |  75 |1839 |  55k|  46k|  45k|  1 | 250k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2670.46/2679.50	c  2679s| 86900 | 35804 |  6358k|  72.0 |  2156M |  75 |1839 |  55k|  46k|  45k|  1 | 251k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2671.45/2680.58	c  2681s| 87000 | 35800 |  6359k|  71.9 |  2156M |  75 |1839 |  55k|   0 |  45k|  0 | 251k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2674.44/2683.56	c  2684s| 87100 | 35838 |  6369k|  71.9 |  2156M |  75 |1839 |  55k|  46k|  45k|  1 | 252k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2677.13/2686.27	c  2686s| 87200 | 35873 |  6376k|  71.9 |  2157M |  75 |1839 |  55k|  46k|  45k|  1 | 252k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2678.13/2687.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2678.13/2687.28	c  2687s| 87300 | 35896 |  6379k|  71.9 |  2158M |  75 |1839 |  55k|  46k|  45k|  2 | 253k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2679.32/2688.40	c  2688s| 87400 | 35914 |  6383k|  71.8 |  2158M |  75 |1839 |  55k|   0 |  45k|  0 | 253k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2680.32/2689.46	c  2689s| 87500 | 35928 |  6385k|  71.8 |  2158M |  75 |1839 |  55k|  46k|  45k|  1 | 253k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2681.22/2690.36	c  2690s| 87600 | 35946 |  6388k|  71.7 |  2158M |  75 |1839 |  55k|  46k|  45k|  1 | 254k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2682.21/2691.35	c  2691s| 87700 | 35957 |  6390k|  71.7 |  2158M |  75 |1839 |  55k|  46k|  45k|  1 | 254k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2683.21/2692.35	c  2692s| 87800 | 35979 |  6393k|  71.6 |  2158M |  75 |1839 |  55k|   0 |  45k|  0 | 255k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2685.01/2694.17	c  2694s| 87900 | 36000 |  6398k|  71.6 |  2160M |  75 |1839 |  55k|  46k|  45k|  1 | 255k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2687.39/2696.58	c  2697s| 88000 | 36024 |  6403k|  71.6 |  2160M |  75 |1839 |  55k|  46k|  45k|  1 | 256k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2690.78/2699.99	c  2700s| 88100 | 36054 |  6410k|  71.6 |  2162M |  75 |1839 |  55k|  46k|  45k|  1 | 256k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2694.38/2703.52	c  2704s| 88200 | 36091 |  6416k|  71.6 |  2165M |  75 |1839 |  55k|  46k|  45k|  1 | 257k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2695.98/2705.12	c  2705s| 88300 | 36120 |  6422k|  71.6 |  2165M |  75 |1839 |  55k|  46k|  46k|  1 | 257k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2699.36/2708.56	c  2709s| 88400 | 36167 |  6430k|  71.6 |  2166M |  75 |1839 |  55k|   0 |  46k|  0 | 257k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2700.96/2710.18	c  2710s| 88500 | 36208 |  6437k|  71.6 |  2167M |  75 |1839 |  55k|  46k|  46k|  1 | 258k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2702.05/2711.23	c  2711s| 88600 | 36240 |  6440k|  71.5 |  2167M |  75 |1839 |  55k|  46k|  46k|  1 | 258k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2702.85/2712.02	c  2712s| 88700 | 36234 |  6442k|  71.5 |  2167M |  75 |1839 |  55k|   0 |  46k|  0 | 259k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2706.94/2716.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2706.94/2716.10	c  2716s| 88800 | 36280 |  6452k|  71.5 |  2169M |  75 |1839 |  55k|  46k|  46k|  1 | 259k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2709.72/2718.90	c  2719s| 88900 | 36312 |  6461k|  71.5 |  2170M |  75 |1839 |  55k|  46k|  46k|  1 | 259k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2713.01/2722.26	c  2722s| 89000 | 36326 |  6465k|  71.5 |  2172M |  75 |1839 |  55k|  46k|  46k|  1 | 260k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2714.41/2723.62	c  2724s| 89100 | 36380 |  6471k|  71.5 |  2174M |  75 |1839 |  55k|  46k|  46k|  1 | 260k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2715.20/2724.43	c  2724s| 89200 | 36385 |  6473k|  71.4 |  2175M |  75 |1839 |  55k|   0 |  46k|  0 | 261k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2716.10/2725.39	c  2725s| 89300 | 36405 |  6475k|  71.4 |  2175M |  75 |1839 |  55k|  46k|  46k|  1 | 261k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2718.39/2727.61	c  2728s| 89400 | 36425 |  6480k|  71.3 |  2175M |  75 |1839 |  55k|  46k|  46k|  1 | 262k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2720.79/2730.01	c  2730s| 89500 | 36444 |  6488k|  71.3 |  2176M |  75 |1839 |  55k|  46k|  46k|  1 | 262k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2722.38/2731.60	c  2732s| 89600 | 36449 |  6489k|  71.3 |  2176M |  75 |1839 |  55k|  46k|  46k|  1 | 262k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2723.67/2732.98	c  2733s| 89700 | 36472 |  6494k|  71.2 |  2178M |  75 |1839 |  55k|  46k|  46k|  2 | 263k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2727.27/2736.56	c  2737s| 89800 | 36513 |  6501k|  71.3 |  2178M |  75 |1839 |  55k|   0 |  46k|  0 | 263k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2728.46/2737.75	c  2738s| 89900 | 36548 |  6505k|  71.2 |  2179M |  75 |1839 |  55k|  46k|  46k|  1 | 264k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2729.96/2739.27	c  2739s| 90000 | 36565 |  6510k|  71.2 |  2179M |  75 |1839 |  55k|  46k|  46k|  1 | 264k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2731.15/2740.47	c  2740s| 90100 | 36591 |  6513k|  71.1 |  2180M |  75 |1839 |  55k|  46k|  46k|  1 | 265k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2732.15/2741.42	c  2741s| 90200 | 36607 |  6515k|  71.1 |  2180M |  75 |1839 |  55k|  46k|  46k|  1 | 265k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2733.24/2742.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2733.24/2742.55	c  2743s| 90300 | 36600 |  6518k|  71.1 |  2181M |  75 |1839 |  55k|  46k|  46k|  1 | 266k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2735.54/2744.86	c  2745s| 90400 | 36639 |  6528k|  71.1 |  2181M |  75 |1839 |  55k|  46k|  46k|  1 | 266k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2737.33/2746.63	c  2747s| 90500 | 36667 |  6535k|  71.1 |  2182M |  75 |1839 |  55k|  46k|  46k|  1 | 266k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2739.32/2748.65	c  2749s| 90600 | 36681 |  6541k|  71.1 |  2182M |  75 |1839 |  55k|  46k|  47k|  1 | 267k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2741.12/2750.45	c  2750s| 90700 | 36699 |  6546k|  71.0 |  2182M |  75 |1839 |  55k|  46k|  47k|  1 | 267k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2742.01/2751.33	c  2751s| 90800 | 36728 |  6549k|  71.0 |  2183M |  75 |1839 |  55k|  46k|  47k|  1 | 268k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2743.01/2752.36	c  2752s| 90900 | 36745 |  6551k|  70.9 |  2184M |  75 |1839 |  55k|   0 |  47k|  0 | 268k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2743.90/2753.24	c  2753s| 91000 | 36740 |  6554k|  70.9 |  2185M |  75 |1839 |  55k|  46k|  47k|  1 | 269k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2745.99/2755.36	c  2755s| 91100 | 36750 |  6560k|  70.9 |  2185M |  75 |1839 |  55k|   0 |  47k|  0 | 269k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2750.58/2759.92	c  2760s| 91200 | 36754 |  6567k|  70.9 |  2187M |  75 |1839 |  55k|  46k|  47k|  1 | 270k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2751.87/2761.20	c  2761s| 91300 | 36771 |  6570k|  70.8 |  2187M |  75 |1839 |  55k|   0 |  47k|  0 | 270k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2753.17/2762.57	c  2763s| 91400 | 36768 |  6571k|  70.8 |  2187M |  75 |1839 |  55k|  46k|  47k|  2 | 271k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2755.66/2765.05	c  2765s| 91500 | 36804 |  6574k|  70.7 |  2189M |  75 |1839 |  55k|   0 |  47k|  0 | 271k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2756.77/2766.19	c  2766s| 91600 | 36823 |  6578k|  70.7 |  2189M |  75 |1839 |  55k|   0 |  47k|  0 | 271k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2757.66/2767.08	c  2767s| 91700 | 36821 |  6580k|  70.6 |  2189M |  75 |1839 |  55k|  46k|  47k|  1 | 272k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2758.85/2768.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2758.85/2768.22	c  2768s| 91800 | 36837 |  6584k|  70.6 |  2190M |  75 |1839 |  55k|  46k|  47k|  1 | 272k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2760.45/2769.87	c  2770s| 91900 | 36846 |  6589k|  70.6 |  2190M |  75 |1839 |  55k|   0 |  47k|  0 | 273k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2762.94/2772.37	c  2772s| 92000 | 36861 |  6593k|  70.6 |  2192M |  75 |1839 |  55k|  46k|  47k|  1 | 273k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2764.64/2774.07	c  2774s| 92100 | 36877 |  6596k|  70.5 |  2192M |  75 |1839 |  55k|  46k|  47k|  1 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2766.43/2775.89	c  2776s| 92200 | 36903 |  6601k|  70.5 |  2194M |  75 |1839 |  55k|  46k|  47k|  1 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2770.41/2779.87	c  2780s| 92300 | 36939 |  6609k|  70.5 |  2196M |  75 |1839 |  55k|  46k|  47k|  1 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2771.71/2781.17	c  2781s| 92400 | 36947 |  6610k|  70.4 |  2197M |  75 |1839 |  55k|  46k|  47k|  1 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2774.30/2783.70	c  2784s| 92500 | 36977 |  6614k|  70.4 |  2198M |  75 |1839 |  55k|  46k|  47k|  1 | 275k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2776.49/2785.93	c  2786s| 92600 | 37000 |  6619k|  70.4 |  2198M |  75 |1839 |  55k|  46k|  47k|  1 | 275k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2778.98/2788.48	c  2788s| 92700 | 37005 |  6621k|  70.3 |  2200M |  75 |1839 |  55k|  46k|  47k|  1 | 276k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2781.18/2790.60	c  2791s| 92800 | 36996 |  6623k|  70.3 |  2201M |  75 |1839 |  55k|  46k|  48k|  1 | 276k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2782.67/2792.18	c  2792s| 92900 | 37011 |  6628k|  70.3 |  2201M |  75 |1839 |  55k|  46k|  48k|  1 | 277k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2786.16/2795.60	c  2796s| 93000 | 37039 |  6635k|  70.3 |  2202M |  75 |1839 |  55k|   0 |  48k|  0 | 277k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2791.94/2801.47	c  2801s| 93100 | 37082 |  6645k|  70.3 |  2205M |  75 |1839 |  55k|  46k|  48k|  1 | 278k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2793.13/2802.62	c  2803s| 93200 | 37115 |  6649k|  70.3 |  2205M |  75 |1839 |  55k|   0 |  48k|  0 | 278k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2794.93/2804.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2794.93/2804.49	c  2804s| 93300 | 37150 |  6653k|  70.2 |  2206M |  75 |1839 |  55k|   0 |  48k|  0 | 278k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2795.63/2805.18	c  2805s| 93400 | 37154 |  6654k|  70.2 |  2207M |  75 |1839 |  55k|  46k|  48k|  1 | 279k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2796.72/2806.28	c  2806s| 93500 | 37170 |  6658k|  70.1 |  2208M |  75 |1839 |  55k|  46k|  48k|  1 | 279k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2797.62/2807.17	c  2807s| 93600 | 37169 |  6659k|  70.1 |  2208M |  75 |1839 |  55k|   0 |  48k|  0 | 280k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2799.21/2808.75	c  2809s| 93700 | 37207 |  6665k|  70.1 |  2208M |  75 |1839 |  55k|  46k|  48k|  2 | 280k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2800.80/2810.39	c  2810s| 93800 | 37253 |  6671k|  70.0 |  2209M |  75 |1839 |  55k|  46k|  48k|  1 | 280k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2802.89/2812.44	c  2812s| 93900 | 37292 |  6679k|  70.1 |  2209M |  75 |1839 |  55k|  46k|  48k|  1 | 281k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2807.28/2816.82	c  2817s| 94000 | 37346 |  6689k|  70.1 |  2211M |  75 |1839 |  55k|  46k|  48k|  1 | 281k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2808.48/2818.10	c  2818s| 94100 | 37383 |  6693k|  70.1 |  2213M |  75 |1839 |  55k|  46k|  48k|  1 | 281k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2810.37/2819.91	c  2820s| 94200 | 37428 |  6700k|  70.1 |  2214M |  75 |1839 |  55k|   0 |  48k|  0 | 282k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2814.25/2823.84	c  2824s| 94300 | 37445 |  6708k|  70.1 |  2215M |  75 |1839 |  55k|  46k|  49k|  2 | 282k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2816.95/2826.58	c  2827s| 94400 | 37471 |  6716k|  70.1 |  2217M |  75 |1839 |  55k|  46k|  49k|  1 | 283k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2818.34/2827.98	c  2828s| 94500 | 37504 |  6720k|  70.0 |  2217M |  75 |1839 |  55k|  46k|  49k|  2 | 283k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2819.24/2828.81	c  2829s| 94600 | 37519 |  6721k|  70.0 |  2217M |  75 |1839 |  55k|   0 |  49k|  0 | 283k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2819.93/2829.58	c  2830s| 94700 | 37497 |  6722k|  69.9 |  2217M |  75 |1839 |  55k|  46k|  49k|  1 | 284k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2822.02/2831.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2822.02/2831.60	c  2832s| 94800 | 37515 |  6727k|  69.9 |  2217M |  75 |1839 |  55k|  46k|  49k|  1 | 284k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2822.72/2832.38	c  2832s| 94900 | 37514 |  6728k|  69.8 |  2217M |  75 |1839 |  55k|  46k|  49k|  1 | 285k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2823.62/2833.28	c  2833s| 95000 | 37515 |  6730k|  69.8 |  2217M |  75 |1839 |  55k|  46k|  49k|  1 | 285k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2825.31/2834.95	c  2835s| 95100 | 37557 |  6736k|  69.8 |  2218M |  75 |1839 |  55k|   0 |  49k|  0 | 286k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2826.41/2836.00	c  2836s| 95200 | 37571 |  6739k|  69.7 |  2220M |  75 |1839 |  55k|  46k|  49k|  1 | 286k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2827.30/2836.92	c  2837s| 95300 | 37563 |  6741k|  69.7 |  2220M |  75 |1839 |  55k|  46k|  49k|  1 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2828.70/2838.34	c  2838s| 95400 | 37579 |  6745k|  69.7 |  2220M |  75 |1839 |  55k|  46k|  49k|  1 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2829.69/2839.34	c  2839s| 95500 | 37582 |  6748k|  69.6 |  2220M |  75 |1839 |  55k|  46k|  49k|  1 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2831.40/2841.04	c  2841s| 95600 | 37598 |  6752k|  69.6 |  2221M |  75 |1839 |  55k|  46k|  49k|  1 | 288k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2833.50/2843.19	c  2843s| 95700 | 37660 |  6760k|  69.6 |  2223M |  75 |1839 |  55k|  46k|  49k|  1 | 288k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2836.08/2845.76	c  2846s| 95800 | 37674 |  6767k|  69.6 |  2223M |  75 |1839 |  55k|   0 |  49k|  0 | 289k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2838.27/2847.95	c  2848s| 95900 | 37687 |  6771k|  69.6 |  2224M |  75 |1839 |  55k|  46k|  49k|  1 | 289k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2839.57/2849.24	c  2849s| 96000 | 37700 |  6773k|  69.5 |  2225M |  75 |1839 |  55k|   0 |  49k|  0 | 289k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2841.26/2850.97	c  2851s| 96100 | 37713 |  6776k|  69.5 |  2226M |  75 |1839 |  55k|  46k|  49k|  1 | 290k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2841.96/2851.63	c  2852s| 96200 | 37714 |  6777k|  69.4 |  2226M |  75 |1839 |  55k|  46k|  49k|  0 | 290k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2843.05/2852.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2843.05/2852.77	c  2853s| 96300 | 37732 |  6780k|  69.4 |  2227M |  75 |1839 |  55k|   0 |  49k|  0 | 291k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2845.35/2855.03	c  2855s| 96400 | 37767 |  6787k|  69.4 |  2229M |  75 |1839 |  55k|   0 |  49k|  0 | 291k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2846.24/2855.91	c  2856s| 96500 | 37761 |  6789k|  69.3 |  2229M |  75 |1839 |  55k|  46k|  49k|  1 | 292k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2846.94/2856.68	c  2857s| 96600 | 37759 |  6790k|  69.3 |  2229M |  75 |1839 |  55k|  46k|  49k|  2 | 292k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2848.34/2858.02	c  2858s| 96700 | 37766 |  6794k|  69.2 |  2229M |  75 |1839 |  55k|  46k|  49k|  1 | 293k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2849.53/2859.28	c  2859s| 96800 | 37787 |  6798k|  69.2 |  2229M |  75 |1839 |  55k|   0 |  49k|  0 | 293k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2850.72/2860.49	c  2860s| 96900 | 37804 |  6801k|  69.2 |  2229M |  75 |1839 |  55k|  46k|  49k|  1 | 294k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2853.51/2863.28	c  2863s| 97000 | 37835 |  6808k|  69.2 |  2230M |  75 |1839 |  55k|  46k|  49k|  1 | 294k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2854.61/2864.36	c  2864s| 97100 | 37847 |  6811k|  69.1 |  2230M |  75 |1839 |  55k|  46k|  49k|  1 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2856.70/2866.44	c  2866s| 97200 | 37884 |  6816k|  69.1 |  2232M |  75 |1839 |  55k|  46k|  49k|  2 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2860.49/2870.29	c  2870s| 97300 | 37946 |  6825k|  69.1 |  2233M |  75 |1839 |  55k|  46k|  49k|  0 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2863.48/2873.27	c  2873s| 97400 | 37958 |  6830k|  69.1 |  2234M |  75 |1839 |  55k|  46k|  49k|  1 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2867.46/2877.28	c  2877s| 97500 | 38007 |  6836k|  69.1 |  2235M |  75 |1839 |  55k|  46k|  50k|  1 | 296k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2870.65/2880.40	c  2880s| 97600 | 38068 |  6841k|  69.1 |  2236M |  75 |1839 |  55k|  46k|  50k|  1 | 296k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2872.74/2882.51	c  2883s| 97700 | 38121 |  6847k|  69.1 |  2239M |  75 |1839 |  55k|  46k|  50k|  1 | 296k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2873.64/2883.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2873.64/2883.41	c  2883s| 97800 | 38148 |  6850k|  69.0 |  2239M |  75 |1839 |  55k|  46k|  50k|  1 | 296k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2876.43/2886.28	c  2886s| 97900 | 38156 |  6852k|  69.0 |  2240M |  75 |1839 |  55k|   0 |  50k|  0 | 297k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2880.72/2890.52	c  2891s| 98000 | 38217 |  6858k|  69.0 |  2242M |  75 |1839 |  55k|   0 |  50k|  0 | 297k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2887.10/2896.92	c  2897s| 98100 | 38282 |  6868k|  69.0 |  2243M |  75 |1839 |  55k|   0 |  50k|  0 | 297k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2892.38/2902.23	c  2902s| 98200 | 38345 |  6872k|  69.0 |  2246M |  75 |1839 |  55k|  46k|  50k|  1 | 298k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2893.98/2903.83	c  2904s| 98300 | 38389 |  6877k|  68.9 |  2247M |  75 |1839 |  55k|  46k|  50k|  1 | 298k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2894.87/2904.71	c  2905s| 98400 | 38392 |  6879k|  68.9 |  2247M |  75 |1839 |  55k|  46k|  50k|  1 | 298k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2898.27/2908.10	c  2908s| 98500 | 38427 |  6884k|  68.9 |  2248M |  75 |1839 |  55k|  46k|  50k|  1 | 299k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
2900.26/2910.12	c  2910s| 98600 | 38454 |  6887k|  68.8 |  2249M |  75 |1839 |  55k|  46k|  50k|  1 | 299k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2901.05/2910.94	c  2911s| 98700 | 38477 |  6888k|  68.8 |  2249M |  75 |1839 |  55k|  46k|  50k|  1 | 299k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2901.85/2911.71	c  2912s| 98800 | 38488 |  6889k|  68.7 |  2250M |  75 |1839 |  55k|  46k|  50k|  1 | 300k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2907.53/2917.45	c  2917s| 98900 | 38495 |  6906k|  68.8 |  2250M |  75 |1839 |  55k|  46k|  50k|  1 | 300k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2908.82/2918.77	c  2919s| 99000 | 38559 |  6910k|  68.8 |  2251M |  75 |1839 |  55k|   0 |  50k|  0 | 300k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2912.71/2922.65	c  2923s| 99100 | 38583 |  6918k|  68.8 |  2252M |  75 |1839 |  55k|  46k|  50k|  2 | 300k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2915.70/2925.60	c  2926s| 99200 | 38638 |  6924k|  68.8 |  2253M |  75 |1839 |  55k|   0 |  50k|  0 | 301k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2916.90/2926.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2916.90/2926.85	c  2927s| 99300 | 38652 |  6927k|  68.8 |  2253M |  75 |1839 |  55k|   0 |  50k|  0 | 301k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2918.49/2928.41	c  2928s| 99400 | 38654 |  6935k|  68.8 |  2253M |  75 |1839 |  55k|  46k|  50k|  1 | 302k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2921.58/2931.53	c  2932s| 99500 | 38682 |  6941k|  68.8 |  2254M |  75 |1839 |  55k|  46k|  50k|  2 | 302k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2923.67/2933.61	c  2934s| 99600 | 38731 |  6946k|  68.7 |  2254M |  75 |1839 |  55k|  46k|  50k|  1 | 302k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2925.96/2935.94	c  2936s| 99700 | 38745 |  6948k|  68.7 |  2256M |  75 |1839 |  55k|  46k|  50k|  1 | 303k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2932.64/2942.62	c  2943s| 99800 | 38796 |  6962k|  68.8 |  2259M |  75 |1839 |  55k|  46k|  51k|  1 | 303k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2934.54/2944.58	c  2945s| 99900 | 38818 |  6966k|  68.7 |  2259M |  75 |1839 |  55k|   0 |  51k|  0 | 303k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2937.63/2947.69	c  2948s|100000 | 38858 |  6976k|  68.8 |  2262M |  75 |1839 |  54k|  46k|  51k|  2 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2938.42/2948.43	c  2948s|100100 | 38863 |  6977k|  68.7 |  2262M |  75 |1839 |  55k|  46k|  51k|  1 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2941.51/2951.58	c  2952s|100200 | 38901 |  6984k|  68.7 |  2264M |  75 |1839 |  54k|  46k|  51k|  1 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2944.01/2954.05	c  2954s|100300 | 38937 |  6989k|  68.7 |  2264M |  75 |1839 |  54k|  46k|  51k|  1 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2950.19/2960.23	c  2960s|100400 | 39001 |  7000k|  68.7 |  2266M |  75 |1839 |  54k|  46k|  51k|  1 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2972.82/2982.96	c  2983s|100500 | 39074 |  7041k|  69.1 |  2267M |  75 |1839 |  54k|   0 |  51k|  0 | 305k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2983.78/2993.94	c  2994s|100600 | 39150 |  7078k|  69.4 |  2271M |  75 |1839 |  54k|  46k|  51k|  2 | 305k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
2998.05/3008.21	c  3008s|100700 | 39238 |  7128k|  69.8 |  2272M |  75 |1839 |  54k|  46k|  51k|  2 | 305k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3014.69/3024.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3014.69/3024.97	c  3025s|100800 | 39329 |  7182k|  70.2 |  2273M |  75 |1839 |  55k|  46k|  51k|  1 | 306k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3016.89/3027.17	c  3027s|100900 | 39372 |  7188k|  70.2 |  2274M |  75 |1839 |  55k|  46k|  51k|  1 | 306k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3018.28/3028.54	c  3029s|101000 | 39408 |  7193k|  70.2 |  2277M |  75 |1839 |  54k|  46k|  51k|  1 | 306k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3019.97/3030.26	c  3030s|101100 | 39440 |  7195k|  70.2 |  2278M |  75 |1839 |  55k|  46k|  51k|  1 | 306k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3023.16/3033.42	c  3033s|101200 | 39448 |  7198k|  70.1 |  2279M |  75 |1839 |  55k|  46k|  51k|  0 | 307k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3024.95/3035.22	c  3035s|101300 | 39443 |  7199k|  70.1 |  2280M |  75 |1839 |  55k|  46k|  51k|  1 | 308k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3028.05/3038.31	c  3038s|101400 | 39436 |  7202k|  70.0 |  2280M |  75 |1839 |  55k|  46k|  51k|  2 | 308k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3031.94/3042.20	c  3042s|101500 | 39486 |  7207k|  70.0 |  2281M |  75 |1839 |  55k|  46k|  51k|  1 | 308k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3033.43/3043.75	c  3044s|101600 | 39525 |  7213k|  70.0 |  2282M |  75 |1839 |  55k|  46k|  51k|  1 | 309k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3036.83/3047.17	c  3047s|101700 | 39570 |  7221k|  70.0 |  2283M |  75 |1839 |  55k|  46k|  51k|  1 | 309k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3038.61/3048.93	c  3049s|101800 | 39603 |  7226k|  70.0 |  2284M |  75 |1839 |  55k|   0 |  51k|  0 | 309k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3040.21/3050.51	c  3051s|101900 | 39614 |  7229k|  70.0 |  2284M |  75 |1839 |  55k|   0 |  51k|  0 | 310k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3041.80/3052.13	c  3052s|102000 | 39636 |  7231k|  69.9 |  2284M |  75 |1839 |  55k|  46k|  52k|  1 | 310k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3042.70/3053.05	c  3053s|102100 | 39627 |  7233k|  69.9 |  2284M |  75 |1839 |  55k|  46k|  52k|  1 | 310k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3046.28/3056.61	c  3057s|102200 | 39677 |  7241k|  69.9 |  2287M |  75 |1839 |  55k|  46k|  52k|  1 | 310k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3047.38/3057.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3047.38/3057.76	c  3058s|102300 | 39711 |  7245k|  69.8 |  2287M |  75 |1839 |  55k|   0 |  52k|  0 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3051.47/3061.81	c  3062s|102400 | 39732 |  7248k|  69.8 |  2310M |  75 |1839 |  55k|  46k|  52k|  1 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3057.25/3067.68	c  3068s|102500 | 39789 |  7257k|  69.8 |  2326M |  75 |1839 |  55k|  46k|  52k|  1 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3066.52/3076.90	c  3077s|102600 | 39817 |  7265k|  69.8 |  2329M |  75 |1839 |  55k|  46k|  52k|  1 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3073.00/3083.48	c  3083s|102700 | 39898 |  7288k|  70.0 |  2330M |  75 |1839 |  55k|  46k|  52k|  1 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3075.69/3086.10	c  3086s|102800 | 39951 |  7298k|  70.0 |  2330M |  75 |1839 |  55k|  46k|  52k|  1 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3078.38/3088.87	c  3089s|102900 | 39986 |  7310k|  70.1 |  2331M |  75 |1839 |  55k|   0 |  52k|  0 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3093.43/3104.00	c  3104s|103000 | 40059 |  7363k|  70.5 |  2334M |  75 |1839 |  55k|  46k|  52k|  1 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3100.82/3111.33	c  3111s|103100 | 40126 |  7391k|  70.7 |  2334M |  75 |1839 |  55k|  46k|  52k|  1 | 313k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3103.51/3114.04	c  3114s|103200 | 40167 |  7399k|  70.7 |  2334M |  75 |1839 |  55k|  46k|  52k|  1 | 313k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3107.00/3117.50	c  3117s|103300 | 40222 |  7408k|  70.7 |  2338M |  75 |1839 |  55k|  46k|  52k|  1 | 313k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3108.29/3118.82	c  3119s|103400 | 40277 |  7412k|  70.7 |  2338M |  75 |1839 |  55k|  46k|  52k|  1 | 313k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3109.49/3120.05	c  3120s|103500 | 40303 |  7416k|  70.7 |  2338M |  75 |1839 |  55k|  46k|  52k|  1 | 314k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3110.28/3120.85	c  3121s|103600 | 40306 |  7418k|  70.6 |  2339M |  75 |1839 |  55k|  46k|  52k|  1 | 314k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3111.98/3122.59	c  3123s|103700 | 40318 |  7420k|  70.6 |  2340M |  75 |1839 |  55k|  46k|  52k|  1 | 314k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3114.17/3124.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3114.17/3124.72	c  3125s|103800 | 40343 |  7425k|  70.5 |  2341M |  75 |1839 |  55k|  46k|  52k|  1 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3116.76/3127.37	c  3127s|103900 | 40399 |  7435k|  70.6 |  2341M |  75 |1839 |  55k|  46k|  52k|  1 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3118.15/3128.75	c  3129s|104000 | 40450 |  7439k|  70.6 |  2341M |  75 |1839 |  55k|  46k|  52k|  1 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3121.94/3132.57	c  3133s|104100 | 40501 |  7456k|  70.6 |  2342M |  75 |1839 |  55k|  46k|  52k|  1 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3127.62/3138.29	c  3138s|104200 | 40569 |  7477k|  70.8 |  2344M |  75 |1839 |  55k|  46k|  52k|  1 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3133.50/3144.13	c  3144s|104300 | 40645 |  7498k|  70.9 |  2345M |  75 |1839 |  55k|  46k|  52k|  1 | 316k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3136.99/3147.63	c  3148s|104400 | 40696 |  7509k|  70.9 |  2347M |  75 |1839 |  55k|   0 |  53k|  0 | 316k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3142.27/3153.00	c  3153s|104500 | 40752 |  7522k|  71.0 |  2349M |  75 |1839 |  55k|   0 |  53k|  0 | 316k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3143.86/3154.56	c  3155s|104600 | 40762 |  7524k|  71.0 |  2349M |  75 |1839 |  55k|   0 |  53k|  0 | 317k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3146.66/3157.32	c  3157s|104700 | 40806 |  7530k|  70.9 |  2349M |  75 |1839 |  55k|  46k|  53k|  1 | 317k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3150.25/3160.94	c  3161s|104800 | 40871 |  7537k|  70.9 |  2351M |  75 |1839 |  55k|   0 |  53k|  0 | 317k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3151.14/3161.84	c  3162s|104900 | 40908 |  7539k|  70.9 |  2351M |  75 |1839 |  55k|  46k|  53k|  2 | 317k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3153.93/3164.64	c  3165s|105000 | 40939 |  7547k|  70.9 |  2352M |  75 |1839 |  55k|  46k|  53k|  1 | 317k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3156.13/3166.80	c  3167s|105100 | 40975 |  7551k|  70.9 |  2353M |  75 |1839 |  55k|   0 |  53k|  0 | 318k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3157.52/3168.27	c  3168s|105200 | 41027 |  7555k|  70.8 |  2355M |  75 |1839 |  55k|  46k|  53k|  1 | 318k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3159.32/3170.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3159.32/3170.02	c  3170s|105300 | 41067 |  7562k|  70.8 |  2355M |  75 |1839 |  55k|  46k|  53k|  1 | 318k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3161.01/3171.78	c  3172s|105400 | 41121 |  7568k|  70.8 |  2356M |  75 |1839 |  55k|  46k|  53k|  1 | 319k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3162.60/3173.30	c  3173s|105500 | 41149 |  7573k|  70.8 |  2356M |  75 |1839 |  55k|  46k|  53k|  1 | 319k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3165.49/3176.22	c  3176s|105600 | 41174 |  7578k|  70.8 |  2358M |  75 |1839 |  55k|  46k|  53k|  1 | 319k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3168.38/3179.14	c  3179s|105700 | 41230 |  7585k|  70.8 |  2359M |  75 |1839 |  55k|  46k|  53k|  1 | 319k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3173.77/3184.51	c  3184s|105800 | 41275 |  7590k|  70.8 |  2362M |  75 |1839 |  55k|  46k|  53k|  1 | 320k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3175.86/3186.68	c  3187s|105900 | 41303 |  7595k|  70.8 |  2362M |  75 |1839 |  55k|  46k|  53k|  1 | 320k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3177.75/3188.59	c  3189s|106000 | 41335 |  7602k|  70.8 |  2363M |  75 |1839 |  55k|  46k|  53k|  1 | 320k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3179.15/3189.99	c  3190s|106100 | 41369 |  7608k|  70.7 |  2363M |  75 |1839 |  55k|  46k|  53k|  1 | 321k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3180.34/3191.19	c  3191s|106200 | 41391 |  7612k|  70.7 |  2365M |  75 |1839 |  55k|  46k|  53k|  1 | 321k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3181.54/3192.32	c  3192s|106300 | 41394 |  7616k|  70.7 |  2365M |  75 |1839 |  55k|  46k|  53k|  1 | 322k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3183.23/3194.04	c  3194s|106400 | 41402 |  7623k|  70.7 |  2365M |  75 |1839 |  55k|  46k|  53k|  1 | 322k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3187.12/3197.96	c  3198s|106500 | 41430 |  7630k|  70.7 |  2366M |  75 |1839 |  55k|   0 |  53k|  0 | 322k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3189.01/3199.87	c  3200s|106600 | 41474 |  7635k|  70.7 |  2366M |  75 |1839 |  55k|  46k|  53k|  1 | 323k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3190.41/3201.28	c  3201s|106700 | 41521 |  7640k|  70.7 |  2368M |  75 |1839 |  55k|  46k|  53k|  1 | 323k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3191.31/3202.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3191.31/3202.19	c  3202s|106800 | 41540 |  7643k|  70.6 |  2368M |  75 |1839 |  55k|  46k|  53k|  1 | 323k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3192.30/3203.19	c  3203s|106900 | 41551 |  7646k|  70.6 |  2368M |  75 |1839 |  55k|   0 |  53k|  0 | 323k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3193.59/3204.46	c  3204s|107000 | 41583 |  7651k|  70.6 |  2369M |  75 |1839 |  55k|  46k|  53k|  1 | 324k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3196.08/3206.97	c  3207s|107100 | 41623 |  7657k|  70.5 |  2371M |  75 |1839 |  55k|  46k|  53k|  1 | 324k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3198.47/3209.31	c  3209s|107200 | 41685 |  7665k|  70.6 |  2372M |  75 |1839 |  55k|  46k|  53k|  1 | 324k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3205.45/3216.39	c  3216s|107300 | 41745 |  7681k|  70.6 |  2374M |  75 |1839 |  55k|  46k|  53k|  1 | 324k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3208.95/3219.87	c  3220s|107400 | 41790 |  7691k|  70.7 |  2420M |  75 |1839 |  54k|  46k|  53k|  1 | 325k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3210.25/3221.12	c  3221s|107500 | 41829 |  7695k|  70.6 |  2422M |  75 |1839 |  55k|  46k|  53k|  1 | 325k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3213.33/3224.27	c  3224s|107600 | 41863 |  7700k|  70.6 |  2423M |  75 |1839 |  55k|  46k|  53k|  3 | 325k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3216.82/3227.78	c  3228s|107700 | 41896 |  7707k|  70.6 |  2424M |  75 |1839 |  55k|  46k|  54k|  1 | 325k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3219.61/3230.59	c  3231s|107800 | 41944 |  7713k|  70.6 |  2427M |  75 |1839 |  55k|  46k|  54k|  1 | 326k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3220.30/3231.26	c  3231s|107900 | 41944 |  7714k|  70.5 |  2427M |  75 |1839 |  55k|   0 |  54k|  0 | 326k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3221.00/3231.95	c  3232s|108000 | 41938 |  7715k|  70.5 |  2427M |  75 |1839 |  55k|  46k|  54k|  0 | 327k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3223.29/3234.27	c  3234s|108100 | 41949 |  7718k|  70.5 |  2427M |  75 |1839 |  55k|  46k|  54k|  1 | 327k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3225.38/3236.30	c  3236s|108200 | 42005 |  7723k|  70.4 |  2427M |  75 |1839 |  55k|  46k|  54k|  2 | 327k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3228.77/3239.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3228.77/3239.78	c  3240s|108300 | 42055 |  7729k|  70.4 |  2429M |  75 |1839 |  55k|   0 |  54k|  0 | 328k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3229.57/3240.52	c  3241s|108400 | 42059 |  7731k|  70.4 |  2429M |  75 |1839 |  55k|   0 |  54k|  0 | 328k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3231.36/3242.36	c  3242s|108500 | 42119 |  7737k|  70.4 |  2431M |  75 |1839 |  55k|  46k|  54k|  1 | 328k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3235.36/3246.33	c  3246s|108600 | 42169 |  7746k|  70.4 |  2435M |  75 |1839 |  55k|   0 |  54k|  0 | 329k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3239.74/3250.73	c  3251s|108700 | 42222 |  7754k|  70.4 |  2437M |  75 |1839 |  55k|  46k|  54k|  2 | 329k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3243.53/3254.56	c  3255s|108800 | 42260 |  7765k|  70.4 |  2447M |  75 |1839 |  55k|  46k|  54k|  1 | 329k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3246.91/3257.92	c  3258s|108900 | 42326 |  7773k|  70.4 |  2450M |  75 |1839 |  55k|  46k|  54k|  1 | 329k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3249.11/3260.16	c  3260s|109000 | 42379 |  7777k|  70.4 |  2452M |  75 |1839 |  55k|  46k|  54k|  1 | 330k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3251.40/3262.49	c  3262s|109100 | 42392 |  7779k|  70.4 |  2454M |  75 |1839 |  55k|  46k|  55k|  1 | 330k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3253.49/3264.50	c  3264s|109200 | 42419 |  7785k|  70.4 |  2457M |  75 |1839 |  55k|   0 |  55k|  0 | 330k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3258.17/3269.24	c  3269s|109300 | 42426 |  7787k|  70.3 |  2459M |  75 |1839 |  55k|  46k|  55k|  1 | 331k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3263.46/3274.59	c  3275s|109400 | 42494 |  7794k|  70.3 |  2461M |  75 |1839 |  55k|  46k|  55k|  1 | 331k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3271.73/3282.80	c  3283s|109500 | 42548 |  7810k|  70.4 |  2464M |  75 |1839 |  55k|  46k|  55k|  2 | 331k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3275.62/3286.76	c  3287s|109600 | 42585 |  7819k|  70.4 |  2467M |  75 |1839 |  55k|   0 |  55k|  0 | 332k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3282.50/3293.64	c  3294s|109700 | 42653 |  7840k|  70.5 |  2468M |  75 |1839 |  55k|   0 |  55k|  0 | 332k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3286.99/3298.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3286.99/3298.15	c  3298s|109800 | 42708 |  7853k|  70.6 |  2470M |  75 |1839 |  55k|  46k|  55k|  1 | 332k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3292.37/3303.59	c  3304s|109900 | 42765 |  7866k|  70.6 |  2472M |  75 |1839 |  55k|  46k|  56k|  1 | 333k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3295.36/3306.50	c  3306s|110000 | 42786 |  7868k|  70.6 |  2473M |  75 |1839 |  55k|   0 |  56k|  0 | 333k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3297.75/3308.93	c  3309s|110100 | 42786 |  7869k|  70.6 |  2473M |  75 |1839 |  55k|  46k|  56k|  1 | 333k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3299.95/3311.13	c  3311s|110200 | 42795 |  7873k|  70.5 |  2474M |  75 |1839 |  55k|   0 |  56k|  0 | 334k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3302.74/3313.98	c  3314s|110300 | 42822 |  7877k|  70.5 |  2477M |  75 |1839 |  55k|  46k|  56k|  1 | 334k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3305.83/3317.05	c  3317s|110400 | 42865 |  7884k|  70.5 |  2478M |  75 |1839 |  55k|   0 |  56k|  0 | 334k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3310.91/3322.19	c  3322s|110500 | 42880 |  7890k|  70.5 |  2480M |  75 |1839 |  55k|  46k|  56k|  1 | 335k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3314.50/3325.74	c  3326s|110600 | 42934 |  7898k|  70.5 |  2484M |  75 |1839 |  55k|  46k|  56k|  1 | 335k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3319.58/3330.80	c  3331s|110700 | 42969 |  7906k|  70.5 |  2487M |  75 |1839 |  55k|  46k|  57k|  1 | 335k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3320.88/3332.12	c  3332s|110800 | 42991 |  7908k|  70.5 |  2487M |  75 |1839 |  55k|   0 |  57k|  0 | 336k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3324.07/3335.30	c  3335s|110900 | 43015 |  7913k|  70.4 |  2489M |  75 |1839 |  55k|  46k|  57k|  1 | 336k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3326.36/3337.66	c  3338s|111000 | 43033 |  7918k|  70.4 |  2490M |  75 |1839 |  55k|   0 |  57k|  0 | 336k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3330.24/3341.53	c  3342s|111100 | 43079 |  7925k|  70.4 |  2500M |  75 |1839 |  55k|  46k|  57k|  1 | 337k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3333.83/3345.13	c  3345s|111200 | 43147 |  7933k|  70.4 |  2501M |  75 |1839 |  55k|  46k|  57k|  1 | 337k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3337.12/3348.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3337.12/3348.46	c  3348s|111300 | 43171 |  7942k|  70.4 |  2502M |  75 |1839 |  55k|  46k|  57k|  1 | 337k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3339.01/3350.38	c  3350s|111400 | 43201 |  7946k|  70.4 |  2503M |  75 |1839 |  55k|  46k|  57k|  2 | 338k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3341.61/3352.98	c  3353s|111500 | 43243 |  7951k|  70.4 |  2504M |  75 |1839 |  55k|  46k|  58k|  0 | 338k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3343.10/3354.48	c  3354s|111600 | 43252 |  7952k|  70.3 |  2504M |  75 |1839 |  55k|  46k|  58k|  1 | 339k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3343.90/3355.27	c  3355s|111700 | 43285 |  7953k|  70.3 |  2504M |  75 |1839 |  55k|  46k|  58k|  1 | 339k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3344.60/3355.96	c  3356s|111800 | 43295 |  7954k|  70.2 |  2504M |  75 |1839 |  55k|  46k|  58k|  2 | 339k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3345.29/3356.65	c  3357s|111900 | 43307 |  7954k|  70.2 |  2504M |  75 |1839 |  55k|  46k|  58k|  1 | 340k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3345.99/3357.35	c  3357s|112000 | 43304 |  7955k|  70.1 |  2504M |  75 |1839 |  55k|  46k|  58k|  0 | 340k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3347.38/3358.70	c  3359s|112100 | 43317 |  7956k|  70.1 |  2505M |  75 |1839 |  55k|   0 |  58k|  0 | 340k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3349.88/3361.29	c  3361s|112200 | 43332 |  7958k|  70.0 |  2506M |  75 |1839 |  55k|  46k|  58k|  1 | 341k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3350.87/3362.23	c  3362s|112300 | 43326 |  7961k|  70.0 |  2506M |  75 |1839 |  55k|  46k|  58k|  1 | 341k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3354.26/3365.65	c  3366s|112400 | 43334 |  7964k|  70.0 |  2506M |  75 |1839 |  55k|  46k|  58k|  1 | 342k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3355.06/3366.42	c  3366s|112500 | 43327 |  7965k|  69.9 |  2506M |  75 |1839 |  55k|  46k|  58k|  1 | 342k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3357.75/3369.15	c  3369s|112600 | 43319 |  7966k|  69.9 |  2506M |  75 |1839 |  55k|  46k|  58k|  1 | 343k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3358.94/3370.36	c  3370s|112700 | 43342 |  7969k|  69.8 |  2507M |  75 |1839 |  55k|   0 |  58k|  0 | 343k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3361.33/3372.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3361.33/3372.75	c  3373s|112800 | 43355 |  7972k|  69.8 |  2507M |  75 |1839 |  55k|   0 |  58k|  0 | 343k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3362.03/3373.45	c  3373s|112900 | 43357 |  7973k|  69.7 |  2507M |  75 |1839 |  55k|   0 |  58k|  0 | 344k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3363.32/3374.73	c  3375s|113000 | 43353 |  7975k|  69.7 |  2507M |  75 |1839 |  55k|  46k|  58k|  1 | 344k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3364.32/3375.70	c  3376s|113100 | 43359 |  7977k|  69.6 |  2507M |  75 |1839 |  55k|   0 |  58k|  0 | 345k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3366.51/3377.94	c  3378s|113200 | 43383 |  7980k|  69.6 |  2509M |  75 |1839 |  55k|  46k|  58k|  1 | 345k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3373.00/3384.48	c  3384s|113300 | 43462 |  7996k|  69.7 |  2520M |  75 |1839 |  55k|  46k|  58k|  1 | 345k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3375.19/3386.69	c  3387s|113400 | 43498 |  7999k|  69.7 |  2520M |  75 |1839 |  55k|  46k|  58k|  1 | 346k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3378.18/3389.64	c  3390s|113500 | 43552 |  8005k|  69.6 |  2522M |  75 |1839 |  55k|  46k|  58k|  1 | 346k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3380.37/3391.81	c  3392s|113600 | 43584 |  8010k|  69.6 |  2523M |  75 |1839 |  55k|  46k|  58k|  1 | 346k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3383.46/3394.91	c  3395s|113700 | 43628 |  8016k|  69.6 |  2525M |  75 |1839 |  55k|   0 |  58k|  0 | 347k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3385.45/3396.96	c  3397s|113800 | 43641 |  8018k|  69.6 |  2527M |  75 |1839 |  55k|  46k|  59k|  1 | 347k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3386.55/3398.06	c  3398s|113900 | 43647 |  8020k|  69.5 |  2527M |  75 |1839 |  55k|   0 |  59k|  0 | 347k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3389.54/3401.08	c  3401s|114000 | 43675 |  8025k|  69.5 |  2528M |  75 |1839 |  55k|  46k|  59k|  1 | 347k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3398.91/3410.42	c  3410s|114100 | 43752 |  8035k|  69.5 |  2530M |  75 |1839 |  55k|  46k|  59k|  1 | 348k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3399.51/3411.05	c  3411s|114200 | 43765 |  8036k|  69.5 |  2530M |  75 |1839 |  55k|  46k|  59k|  1 | 348k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3400.61/3412.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3400.61/3412.13	c  3412s|114300 | 43769 |  8039k|  69.5 |  2530M |  75 |1839 |  55k|  46k|  59k|  1 | 348k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3401.40/3412.91	c  3413s|114400 | 43788 |  8041k|  69.4 |  2530M |  75 |1839 |  55k|  46k|  59k|  1 | 348k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3403.09/3414.69	c  3415s|114500 | 43823 |  8046k|  69.4 |  2530M |  75 |1839 |  55k|   0 |  59k|  0 | 349k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3404.19/3415.75	c  3416s|114600 | 43854 |  8048k|  69.4 |  2531M |  75 |1839 |  55k|  46k|  59k|  1 | 349k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3407.28/3418.88	c  3419s|114700 | 43919 |  8055k|  69.4 |  2532M |  75 |1839 |  55k|   0 |  59k|  0 | 349k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3408.37/3419.95	c  3420s|114800 | 43947 |  8058k|  69.3 |  2532M |  75 |1839 |  55k|   0 |  59k|  0 | 350k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3414.35/3425.91	c  3426s|114900 | 43973 |  8073k|  69.4 |  2534M |  75 |1839 |  55k|  46k|  59k|  1 | 350k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3415.65/3427.21	c  3427s|115000 | 43976 |  8077k|  69.4 |  2534M |  75 |1839 |  55k|  46k|  59k|  1 | 350k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3418.64/3430.20	c  3430s|115100 | 44031 |  8085k|  69.4 |  2535M |  75 |1839 |  55k|   0 |  59k|  0 | 351k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3424.12/3435.76	c  3436s|115200 | 44084 |  8090k|  69.4 |  2538M |  75 |1839 |  55k|  46k|  59k|  1 | 351k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3426.52/3438.12	c  3438s|115300 | 44112 |  8094k|  69.3 |  2540M |  75 |1839 |  55k|  46k|  59k|  1 | 351k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3427.41/3439.04	c  3439s|115400 | 44121 |  8097k|  69.3 |  2540M |  75 |1839 |  55k|   0 |  59k|  0 | 351k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3429.70/3441.35	c  3441s|115500 | 44121 |  8100k|  69.3 |  2541M |  75 |1839 |  55k|  46k|  59k|  0 | 352k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3432.29/3443.92	c  3444s|115600 | 44134 |  8103k|  69.2 |  2542M |  75 |1839 |  55k|   0 |  59k|  0 | 352k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3434.39/3446.05	c  3446s|115700 | 44139 |  8106k|  69.2 |  2542M |  75 |1839 |  55k|  46k|  59k|  1 | 352k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3438.27/3449.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3438.27/3449.96	c  3450s|115800 | 44204 |  8114k|  69.2 |  2543M |  75 |1839 |  55k|  46k|  59k|  1 | 352k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3438.97/3450.65	c  3451s|115900 | 44224 |  8115k|  69.2 |  2544M |  75 |1839 |  55k|   0 |  60k|  0 | 352k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3439.77/3451.41	c  3451s|116000 | 44211 |  8117k|  69.1 |  2544M |  75 |1839 |  55k|   0 |  60k|  0 | 353k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3442.37/3454.01	c  3454s|116100 | 44258 |  8122k|  69.1 |  2545M |  75 |1839 |  55k|  46k|  60k|  1 | 353k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3445.25/3456.95	c  3457s|116200 | 44337 |  8130k|  69.1 |  2545M |  75 |1839 |  55k|  46k|  60k|  1 | 353k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3451.12/3462.81	c  3463s|116300 | 44405 |  8140k|  69.1 |  2548M |  75 |1839 |  55k|   0 |  60k|  0 | 354k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3455.50/3467.28	c  3467s|116400 | 44454 |  8146k|  69.1 |  2550M |  75 |1839 |  55k|  46k|  60k|  1 | 354k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3457.60/3469.38	c  3469s|116500 | 44505 |  8150k|  69.1 |  2553M |  75 |1839 |  55k|   0 |  60k|  0 | 354k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3459.79/3471.57	c  3472s|116600 | 44531 |  8154k|  69.1 |  2554M |  75 |1839 |  55k|  46k|  60k|  1 | 354k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3463.48/3475.23	c  3475s|116700 | 44593 |  8165k|  69.1 |  2557M |  75 |1839 |  55k|  46k|  60k|  1 | 354k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3470.66/3482.40	c  3482s|116800 | 44667 |  8176k|  69.1 |  2560M |  75 |1839 |  55k|  46k|  60k|  2 | 355k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3475.74/3487.51	c  3488s|116900 | 44731 |  8185k|  69.2 |  2561M |  75 |1839 |  55k|  46k|  61k|  1 | 355k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3480.12/3492.00	c  3492s|117000 | 44771 |  8196k|  69.2 |  2562M |  75 |1839 |  55k|  46k|  61k|  1 | 355k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3483.22/3495.02	c  3495s|117100 | 44805 |  8204k|  69.2 |  2563M |  75 |1839 |  55k|  46k|  61k|  1 | 355k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3486.22/3498.05	c  3498s|117200 | 44852 |  8213k|  69.2 |  2565M |  75 |1839 |  55k|  46k|  61k|  1 | 355k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3487.71/3499.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3487.71/3499.58	c  3500s|117300 | 44881 |  8217k|  69.2 |  2566M |  75 |1839 |  55k|  46k|  61k|  1 | 356k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3490.69/3502.58	c  3503s|117400 | 44931 |  8225k|  69.2 |  2567M |  75 |1839 |  55k|  46k|  61k|  1 | 356k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3495.98/3507.85	c  3508s|117500 | 44977 |  8232k|  69.2 |  2568M |  75 |1839 |  55k|   0 |  61k|  0 | 356k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3496.67/3508.56	c  3509s|117600 | 44983 |  8233k|  69.2 |  2568M |  75 |1839 |  55k|  46k|  61k|  1 | 357k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3497.97/3509.89	c  3510s|117700 | 45012 |  8237k|  69.1 |  2570M |  75 |1839 |  55k|  46k|  61k|  1 | 357k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3499.46/3511.38	c  3511s|117800 | 45026 |  8242k|  69.1 |  2570M |  75 |1839 |  55k|  46k|  61k|  0 | 357k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3500.66/3512.50	c  3512s|117900 | 45034 |  8244k|  69.1 |  2570M |  75 |1839 |  55k|  46k|  61k|  1 | 358k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3502.95/3514.86	c  3515s|118000 | 45052 |  8251k|  69.1 |  2571M |  75 |1839 |  55k|  46k|  61k|  1 | 358k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3509.14/3521.05	c  3521s|118100 | 45107 |  8257k|  69.1 |  2573M |  75 |1839 |  55k|  46k|  62k|  1 | 359k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3512.13/3524.07	c  3524s|118200 | 45136 |  8260k|  69.0 |  2573M |  75 |1839 |  55k|  46k|  62k|  1 | 359k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3514.51/3526.45	c  3526s|118300 | 45182 |  8264k|  69.0 |  2574M |  75 |1839 |  55k|  46k|  62k|  1 | 359k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3517.30/3529.21	c  3529s|118400 | 45216 |  8271k|  69.0 |  2577M |  75 |1839 |  55k|  46k|  62k|  1 | 360k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3520.70/3532.62	c  3533s|118500 | 45261 |  8277k|  69.0 |  2580M |  75 |1839 |  55k|   0 |  62k|  0 | 360k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3523.79/3535.76	c  3536s|118600 | 45314 |  8284k|  69.0 |  2582M |  75 |1839 |  55k|  46k|  62k|  1 | 360k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3526.09/3538.09	c  3538s|118700 | 45384 |  8292k|  69.0 |  2583M |  75 |1839 |  55k|  46k|  62k|  1 | 361k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3526.98/3538.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3526.98/3538.97	c  3539s|118800 | 45406 |  8295k|  69.0 |  2584M |  75 |1839 |  55k|   0 |  62k|  0 | 361k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3528.08/3540.07	c  3540s|118900 | 45411 |  8299k|  69.0 |  2584M |  75 |1839 |  55k|  46k|  62k|  2 | 362k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3529.27/3541.25	c  3541s|119000 | 45442 |  8304k|  68.9 |  2584M |  75 |1839 |  55k|  46k|  62k|  1 | 362k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3530.27/3542.27	c  3542s|119100 | 45477 |  8308k|  68.9 |  2585M |  75 |1839 |  55k|   0 |  62k|  0 | 362k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3532.66/3544.69	c  3545s|119200 | 45496 |  8316k|  68.9 |  2585M |  75 |1839 |  55k|  46k|  62k|  1 | 363k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3533.56/3545.57	c  3546s|119300 | 45504 |  8319k|  68.9 |  2585M |  75 |1839 |  55k|  46k|  62k|  1 | 363k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3534.45/3546.48	c  3546s|119400 | 45520 |  8321k|  68.9 |  2586M |  75 |1839 |  55k|  46k|  62k|  1 | 364k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3535.35/3547.38	c  3547s|119500 | 45526 |  8324k|  68.8 |  2586M |  75 |1839 |  55k|  46k|  62k|  1 | 364k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3537.84/3549.87	c  3550s|119600 | 45568 |  8328k|  68.8 |  2588M |  75 |1839 |  55k|  46k|  62k|  1 | 364k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3540.23/3552.25	c  3552s|119700 | 45612 |  8332k|  68.8 |  2588M |  75 |1839 |  55k|  46k|  62k|  1 | 365k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3541.63/3553.64	c  3554s|119800 | 45612 |  8333k|  68.7 |  2588M |  75 |1839 |  55k|  46k|  62k|  1 | 365k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3549.01/3561.09	c  3561s|119900 | 45642 |  8340k|  68.7 |  2590M |  75 |1839 |  55k|  46k|  62k|  1 | 365k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3553.10/3565.19	c  3565s|120000 | 45695 |  8348k|  68.7 |  2592M |  75 |1839 |  55k|   0 |  63k|  0 | 365k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3556.88/3568.90	c  3569s|120100 | 45731 |  8354k|  68.7 |  2593M |  75 |1839 |  55k|  46k|  63k|  2 | 366k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3558.67/3570.79	c  3571s|120200 | 45759 |  8357k|  68.7 |  2594M |  75 |1839 |  55k|  46k|  63k|  1 | 366k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3561.46/3573.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3561.46/3573.58	c  3574s|120300 | 45782 |  8365k|  68.7 |  2595M |  75 |1839 |  55k|   0 |  63k|  0 | 366k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3562.16/3574.23	c  3574s|120400 | 45790 |  8366k|  68.7 |  2595M |  75 |1839 |  55k|  46k|  63k|  1 | 367k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3563.06/3575.11	c  3575s|120500 | 45788 |  8368k|  68.6 |  2595M |  75 |1839 |  55k|  46k|  63k|  1 | 367k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3563.75/3575.81	c  3576s|120600 | 45785 |  8368k|  68.6 |  2595M |  75 |1839 |  55k|   0 |  63k|  0 | 368k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3567.44/3579.51	c  3580s|120700 | 45815 |  8373k|  68.5 |  2595M |  75 |1839 |  55k|   0 |  63k|  0 | 368k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3569.54/3581.66	c  3582s|120800 | 45861 |  8377k|  68.5 |  2597M |  75 |1839 |  55k|   0 |  63k|  0 | 368k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3571.23/3583.37	c  3583s|120900 | 45933 |  8384k|  68.5 |  2597M |  75 |1839 |  55k|  46k|  63k|  2 | 369k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3576.72/3588.88	c  3589s|121000 | 46008 |  8394k|  68.6 |  2598M |  75 |1839 |  55k|  46k|  63k|  2 | 369k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3580.51/3592.69	c  3593s|121100 | 46065 |  8406k|  68.6 |  2600M |  75 |1839 |  55k|  46k|  63k|  2 | 369k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3584.49/3596.62	c  3597s|121200 | 46121 |  8414k|  68.6 |  2602M |  75 |1839 |  55k|  46k|  63k|  1 | 369k|  38 | 0.000000e+00 |      --      |    Inf |   2.09%
3584.90/3597.00	c 
3584.90/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.90/3597.00	c Solving Time (sec) : 3597.00
3584.90/3597.00	c Solving Nodes      : 121201 (total of 122614 nodes in 2 runs)
3584.90/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.90/3597.00	c Dual Bound         : +0.00000000000000e+00
3584.90/3597.00	c Gap                : infinite
3584.90/3597.00	s UNKNOWN
3584.90/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.90/3597.00	c Total Time         :    3597.00
3584.90/3597.00	c   solving          :    3597.00
3584.90/3597.00	c   presolving       :       1.21 (included in solving)
3584.90/3597.00	c   reading          :       0.08 (included in solving)
3584.90/3597.00	c   copying          :       1.04 (14 #copies) (minimal 0.05, maximal 0.10, average 0.07)
3584.90/3597.00	c Original Problem   :
3584.90/3597.00	c   Problem name     : HOME/instance-4503466-1751172125.opb
3584.90/3597.00	c   Variables        : 1840 (1840 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.90/3597.00	c   Constraints      : 46243 initial, 46243 maximal
3584.90/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.90/3597.00	c Presolved Problem  :
3584.90/3597.00	c   Problem name     : t_HOME/instance-4503466-1751172125.opb
3584.90/3597.00	c   Variables        : 1839 (1839 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.90/3597.00	c   Constraints      : 47887 initial, 55997 maximal
3584.90/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.90/3597.00	c   Nonzeros         : 188138 constraint, 26570 clique table
3584.90/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.90/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   domcol           :       0.02       0.00      2          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   dualsparsify     :       0.21       0.00      1          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   gateextraction   :       0.09       0.00      5          0          0          0          0          0         24          8          0          0
3584.90/3597.00	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   milp             :       0.13       0.00      1          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   sparsify         :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   trivial          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   dualfix          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   probing          :       0.08       0.00      1          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   symmetry         :       0.09       0.00      1          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   knapsack         :       0.02       0.00     16          0          0          0          0          0          0          0          0         76
3584.90/3597.00	c   setppc           :       0.04       0.00     16          0          0          0          0          0         20          0          0          0
3584.90/3597.00	c   and              :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   linear           :       0.13       0.01     13          0          1          0          0          0          5          0          8         16
3584.90/3597.00	c   logicor          :       0.26       0.04     16          0          0          0          0          0        667          0          0       1701
3584.90/3597.00	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   components       :       0.03       0.00      2          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3584.90/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.90/3597.00	c   benderslp        :          0          0          0          0      92613          0          0      12030          0          0          0          0          0          0          0
3584.90/3597.00	c   integral         :          0          0          0          0      92613          0          0      12030          0          0          0          0          0          0     185226
3584.90/3597.00	c   knapsack         :       3696+      3712         24     919843          0          0          0      12025     970461       9954     413837         52          0          0          0
3584.90/3597.00	c   setppc           :      12836+     12957         24     909869          0          0          0       1194    2440020       9352    2261186          9          0          0          0
3584.90/3597.00	c   and              :          8          8      38461     348129          0          0          0         33     118737          6       1623        613        599          0          0
3584.90/3597.00	c   linear           :         18+        65         24     900531          0          0          0         36      42402       3777      33762          0          0          0          0
3584.90/3597.00	c   logicor          :      31329+     39300         24     769708          0          0          0         33    4145977      46192    1741790         24         12          0          0
3584.90/3597.00	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.90/3597.00	c   benderslp        :       0.05       0.00       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   integral         :      67.29       0.00       0.00       0.00      67.28       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   knapsack         :      10.81       0.00       0.05       8.53       0.00       0.00       0.00       1.68       0.54       0.00
3584.90/3597.00	c   setppc           :      15.42       0.00       0.02      14.57       0.00       0.00       0.00       0.17       0.65       0.01
3584.90/3597.00	c   and              :       0.18       0.00       0.06       0.08       0.00       0.00       0.00       0.00       0.03       0.00
3584.90/3597.00	c   linear           :       0.84       0.01       0.00       0.78       0.00       0.00       0.00       0.00       0.04       0.00
3584.90/3597.00	c   logicor          :      64.36       0.04       0.10      61.48       0.00       0.00       0.00       0.01       2.72       0.01
3584.90/3597.00	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   components       :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.90/3597.00	c   dualfix          :          2          0          0          0
3584.90/3597.00	c   genvbounds       :          0          0          0          0
3584.90/3597.00	c   nlobbt           :          0          0          0          0
3584.90/3597.00	c   obbt             :          0          0          0          0
3584.90/3597.00	c   probing          :          0          0          0          0
3584.90/3597.00	c   pseudoobj        :          0          0          0          0
3584.90/3597.00	c   redcost          :          0          0          0          0
3584.90/3597.00	c   rootredcost      :          0          0          0          0
3584.90/3597.00	c   symmetry         :          0          0          0          0
3584.90/3597.00	c   vbounds          :     537283          0          0          0
3584.90/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.90/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   genvbounds       :       0.15       0.00       0.00       0.15       0.00       0.00
3584.90/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.90/3597.00	c   probing          :       0.08       0.00       0.08       0.00       0.00       0.00
3584.90/3597.00	c   pseudoobj        :       0.15       0.00       0.00       0.15       0.00       0.00
3584.90/3597.00	c   redcost          :       0.06       0.00       0.00       0.06       0.00       0.00
3584.90/3597.00	c   rootredcost      :       0.07       0.00       0.00       0.07       0.00       0.00
3584.90/3597.00	c   symmetry         :       0.28       0.00       0.09       0.20       0.00       0.00
3584.90/3597.00	c   vbounds          :       3.64       0.00       0.00       3.64       0.00       0.00
3584.90/3597.00	c Symmetry           :
3584.90/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3584.90/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3584.90/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3584.90/3597.00	c   shadow tree time :       0.00 s
3584.90/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.90/3597.00	c   propagation      :       8.08      65989      65481          -     657794       49.4      22970       22.4          -          -          -
3584.90/3597.00	c   infeasible LP    :       2.66       2498       2354          -      34316       60.2        757       24.8       2354       56.5          0
3584.90/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.90/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.90/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.90/3597.00	c   applied globally :       3.92          -          -          0     367396       34.7          -          -       2207          -          -
3584.90/3597.00	c   applied locally  :          -          -          -          0         96       51.4          -          -        147          -          -
3584.90/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.90/3597.00	c   cut pool         :       8.36          -      22615         46          -          -     198618     519746          -          -          -          -          -    (maximal pool size:       3805)
3584.90/3597.00	c   aggregation      :      13.92       0.00       5857         24          0          0       1615       2579        726        409        329         80          0
3584.90/3597.00	c   > cmir           :          -          -          -          -          -          -          -       1644         15        134        134          0          -
3584.90/3597.00	c   > flowcover      :          -          -          -          -          -          -          -        900          8        189        187          2          -
3584.90/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -         35        703         86          8         78          -
3584.90/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   clique           :       0.02       0.00         24         24          0          0         66        338          0        113        113          0          0
3584.90/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   gomory           :     895.22       0.00       5854         20          0          0     281022     475938      92583      32450      27214       5236          0
3584.90/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -     151528      46330       5600       2778       2822          -
3584.90/3597.00	c   > strongcg       :          -          -          -          -          -          -          -     324410      46253      26850      24436       2414          -
3584.90/3597.00	c   impliedbounds    :       1.29       0.00       5864         24          0          0        918       3771          0       3094       3094          0          0
3584.90/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   mcf              :       0.03       0.00          2          2          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   minor            :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   multilinear      :       0.00       0.00        768         24          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.90/3597.00	c   rlt              :     206.09       0.00       2844         20          0          0         12          0         12          1          0          1          0
3584.90/3597.00	c   zerohalf         :      23.76       0.00       5851         24          0          0      21880      37120      13583      27030      17654       9376          0
3584.90/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.90/3597.00	c   hybrid           :       0.47       0.00      12967         24      60933       2987     566407        129          0       3806
3584.90/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.90/3597.00	c   problem variables:       0.00          -          0          0
3584.90/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.90/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c   relpscost        :      67.15       0.00      92613          0          0          0          0          0          0     185226
3584.90/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.90/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.90/3597.00	c   LP solutions     :       0.00          -          -          0          0
3584.90/3597.00	c   relax solutions  :       0.00          -          -          0          0
3584.90/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3584.90/3597.00	c   strong branching :       0.00          -          -          0          0
3584.90/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3584.90/3597.00	c   adaptivediving   :       7.87       0.00         48          0          0
3584.90/3597.00	c   alns             :       6.24       0.00         12          0          0
3584.90/3597.00	c   bound            :       0.00       0.00          0          0          0
3584.90/3597.00	c   clique           :       0.07       0.00          1          0          0
3584.90/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3584.90/3597.00	c   completesol      :       0.00       0.00          0          0          0
3584.90/3597.00	c   conflictdiving   :      54.75       0.00       1964          0          0
3584.90/3597.00	c   crossover        :       0.03       0.00          0          0          0
3584.90/3597.00	c   dins             :       0.00       0.00          0          0          0
3584.90/3597.00	c   distributiondivin:     165.94       0.00        822          0          0
3584.90/3597.00	c   dps              :       0.00       0.00          0          0          0
3584.90/3597.00	c   dualval          :       0.00       0.00          0          0          0
3584.90/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3584.90/3597.00	c   feasjump         :       0.12       0.00          2          0          0
3584.90/3597.00	c   feaspump         :      23.77       0.00         61          0          0
3584.90/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3584.90/3597.00	c   fracdiving       :      40.04       0.00       1964          0          0
3584.90/3597.00	c   gins             :       0.02       0.00          0          0          0
3584.90/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3584.90/3597.00	c   indcoefdiving    :       0.00       0.00          0          0          0
3584.90/3597.00	c   indicator        :       0.06       0.00          0          0          0
3584.90/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3584.90/3597.00	c   indoneopt        :       0.05       0.00          0          0          0
3584.90/3597.00	c   indrounding      :       0.00       0.00          0          0          0
3584.90/3597.00	c   indtwoopt        :       0.00       0.00          0          0          0
3584.90/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3584.90/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3584.90/3597.00	c   linesearchdiving :     115.45       0.00       1630          0          0
3584.90/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3584.90/3597.00	c   locks            :       0.02       0.00          1          0          0
3584.90/3597.00	c   lpface           :       0.49       0.00          0          0          0
3584.90/3597.00	c   mpec             :       0.00       0.00          0          0          0
3584.90/3597.00	c   multistart       :       0.00       0.00          0          0          0
3584.90/3597.00	c   mutation         :       0.00       0.00          0          0          0
3584.90/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3584.90/3597.00	c   objpscostdiving  :      78.92       0.00         32          0          0
3584.90/3597.00	c   octane           :       0.00       0.00          0          0          0
3584.90/3597.00	c   ofins            :       0.03       0.00          0          0          0
3584.90/3597.00	c   oneopt           :       0.06       0.00          0          0          0
3584.90/3597.00	c   padm             :       0.00       0.00          0          0          0
3584.90/3597.00	c   proximity        :       0.00       0.00          0          0          0
3584.90/3597.00	c   pscostdiving     :     162.31       0.00       1121          0          0
3584.90/3597.00	c   randrounding     :       2.89       0.00      12036          0          0
3584.90/3597.00	c   rens             :       0.28       0.00          2          0          0
3584.90/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3584.90/3597.00	c   repair           :       0.00       0.00          0          0          0
3584.90/3597.00	c   rins             :       0.04       0.00          0          0          0
3584.90/3597.00	c   rootsoldiving    :      28.80       0.00         15          0          0
3584.90/3597.00	c   rounding         :       5.49       0.00       4581          0          0
3584.90/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3584.90/3597.00	c   shiftandpropagate:       0.09       0.00          2          0          0
3584.90/3597.00	c   shifting         :       6.28       0.00       1984          0          0
3584.90/3597.00	c   simplerounding   :       0.06       0.00          0          0          0
3584.90/3597.00	c   smallcard        :       0.00       0.00          0          0          0
3584.90/3597.00	c   subnlp           :       0.08       0.00          0          0          0
3584.90/3597.00	c   trivial          :       0.00       0.00          4          0          0
3584.90/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3584.90/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3584.90/3597.00	c   trysol           :       0.04       0.00          0          0          0
3584.90/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3584.90/3597.00	c   undercover       :       0.00       0.00          1          0          0
3584.90/3597.00	c   vbounds          :       0.06       0.00          2          0          0
3584.90/3597.00	c   veclendiving     :      70.19       0.00       1939          0          0
3584.90/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3584.90/3597.00	c   zirounding       :       0.37       0.00       1000          0          0
3584.90/3597.00	c   other solutions  :          -          -          -          0          -
3584.90/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	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
3584.90/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.90/3597.00	c   primal LP        :       8.64       3505          0       0.00       0.00       8.64       3505
3584.90/3597.00	c   dual LP          :    1036.92     107668    6293260      58.50    6069.20       0.22         87
3584.90/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3584.90/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.90/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3584.90/3597.00	c   diving/probing LP:     626.67      10265    2121651     206.69    3385.61
3584.90/3597.00	c   strong branching :       0.56         38       2846      74.89    5050.12          -          -          0
3584.90/3597.00	c     (at root node) :          -         38       2846      74.89          -
3584.90/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3584.90/3597.00	c B&B Tree           :
3584.90/3597.00	c   number of runs   :          2
3584.90/3597.00	c   nodes            :     121201 (91501 internal, 29700 leaves)
3584.90/3597.00	c   feasible leaves  :          0
3584.90/3597.00	c   infeas. leaves   :      29699
3584.90/3597.00	c   objective leaves :          0
3584.90/3597.00	c   nodes (total)    :     122614 (92613 internal, 30001 leaves)
3584.90/3597.00	c   nodes left       :      46121
3584.90/3597.00	c   max depth        :         75
3584.90/3597.00	c   max depth (total):         75
3584.90/3597.00	c   backtracks       :      21299 (17.6%)
3584.90/3597.00	c   early backtracks :          0 (0.0%)
3584.90/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3584.90/3597.00	c   delayed cutoffs  :      15682
3584.90/3597.00	c   repropagations   :      89802 (770198 domain reductions, 11964 cutoffs)
3584.90/3597.00	c   avg switch length:       5.18
3584.90/3597.00	c   switching time   :      81.95
3584.90/3597.00	c Root Node          :
3584.90/3597.00	c   First LP value   : +0.00000000000000e+00
3584.90/3597.00	c   First LP Iters   :        100 (5019.58 Iter/sec)
3584.90/3597.00	c   First LP Time    :       0.02
3584.90/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3584.90/3597.00	c   Final Root Iters :       2601
3584.90/3597.00	c   Root LP Estimate : +1.26443331788512e-02
3584.90/3597.00	c Solution           :
3584.90/3597.00	c   Solutions found  :          0 (0 improvements)
3584.90/3597.00	c   Primal Bound     :          -
3584.90/3597.00	c   Dual Bound       : +0.00000000000000e+00
3584.90/3597.00	c   Gap              :   infinite
3584.90/3597.00	c Integrals          :      Total       Avg%
3584.90/3597.00	c   primal-dual      :  359699.82     100.00
3584.90/3597.00	c   primal-ref       :          -          - (not evaluated)
3584.90/3597.00	c   dual-ref         :          -          - (not evaluated)
3585.29/3597.44	c Time complete: 3585.35.

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: 63665 MiB (62020 MiB free)
  memory of node 1: 64507 MiB (61758 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503466-1751172125/watcher-4503466-1751172125 -o /tmp/evaluation-result-4503466-1751172125/solver-4503466-1751172125 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751168386-23684 --watchdog 3760 pbscip -f HOME/instance-4503466-1751172125.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24387, runsolver pid=24384

[startup+0.100064 s]*
/proc/loadavg: 4.12 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126717804/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=75632 memory=49464 CPUtime=0.09 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 9339 0 0 0 8 1 0 0 20 0 1 0 32890314 77447168 12366 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 18908 12366 3520 3530 0 10359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 75632 KiB
Current children cumulated memory: 49464 KiB

[startup+0.205525 s]*
/proc/loadavg: 4.12 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126677736/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=120788 memory=86328 CPUtime=0.19 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 18514 0 0 0 17 2 0 0 20 0 1 0 32890314 123686912 21582 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 30197 21582 3584 3530 0 21648 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 120788 KiB
Current children cumulated memory: 86328 KiB

[startup+0.305531 s]*
/proc/loadavg: 4.12 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126645352/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=145464 memory=117100 CPUtime=0.29 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 26827 0 0 0 25 4 0 0 20 0 1 0 32890314 148955136 29275 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 36366 29275 3680 3530 0 27817 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 145464 KiB
Current children cumulated memory: 117100 KiB

[startup+0.700169 s]
/proc/loadavg: 4.12 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126643336/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=142924 memory=114624 CPUtime=0.69 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 31211 0 0 0 64 5 0 0 20 0 1 0 32890314 146354176 28656 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 35731 28656 3744 3530 0 27182 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 142924 KiB
Current children cumulated memory: 114624 KiB

[startup+1.50014 s]
/proc/loadavg: 4.12 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126575164/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=292524 memory=255320 CPUtime=1.48 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 60384 0 0 0 138 10 0 0 20 0 1 0 32890314 299544576 63830 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 73131 63830 3936 3530 0 64582 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 292524 KiB
Current children cumulated memory: 255320 KiB

[startup+3.1051 s]
/proc/loadavg: 4.11 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126507060/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=304240 memory=260824 CPUtime=3.08 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 61743 0 0 0 297 11 0 0 20 0 1 0 32890314 311541760 65206 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 76060 65206 3936 3530 0 67511 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 304240 KiB
Current children cumulated memory: 260824 KiB

[startup+6.30011 s]
/proc/loadavg: 4.11 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126499096/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=320020 memory=267920 CPUtime=6.27 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 63032 0 0 0 616 11 0 0 20 0 1 0 32890314 327700480 66980 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 80005 66980 3936 3530 0 71456 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 320020 KiB
Current children cumulated memory: 267920 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.09 4.04 5/265 24388
/proc/meminfo: memFree=126434592/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=409816 memory=319976 CPUtime=12.65 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 82188 0 0 0 1251 14 0 0 20 0 1 0 32890314 419651584 79994 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 102454 79994 3936 3530 0 93905 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 409816 KiB
Current children cumulated memory: 319976 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.08 4.04 5/265 24388
/proc/meminfo: memFree=126398532/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=450428 memory=358248 CPUtime=25.4 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 91765 0 0 0 2525 15 0 0 20 0 1 0 32890314 461238272 89562 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 112607 89562 3936 3530 0 104058 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 450428 KiB
Current children cumulated memory: 358248 KiB

[startup+51.105 s]
/proc/loadavg: 4.05 4.08 4.04 5/265 24388
/proc/meminfo: memFree=126396092/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=452000 memory=359784 CPUtime=50.92 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 92172 0 0 0 5077 15 0 0 20 0 1 0 32890314 462848000 89946 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 113000 89946 3936 3530 0 104451 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 452000 KiB
Current children cumulated memory: 359784 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.04 5/265 24391
/proc/meminfo: memFree=126361216/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=508992 memory=395372 CPUtime=101.94 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 105697 0 0 0 10177 17 0 0 20 0 1 0 32890314 521207808 98843 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 127248 98843 3936 3530 0 118699 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 508992 KiB
Current children cumulated memory: 395372 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.09 4.05 5/265 24438
/proc/meminfo: memFree=125323296/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=632884 memory=452308 CPUtime=161.74 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 117961 0 0 0 16154 20 0 0 20 0 1 0 32890314 648073216 113077 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 158221 113077 3936 3530 0 149672 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 632884 KiB
Current children cumulated memory: 452308 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.05 5/266 24441
/proc/meminfo: memFree=124999472/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=721288 memory=508144 CPUtime=221.52 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 127343 0 0 0 22131 21 0 0 20 0 1 0 32890314 738598912 127036 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 180322 127036 3936 3530 0 171773 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 721288 KiB
Current children cumulated memory: 508144 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.09 4.05 5/265 24450
/proc/meminfo: memFree=123696452/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=772620 memory=548592 CPUtime=281.3 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 137450 0 0 0 28108 22 0 0 20 0 1 0 32890314 791162880 137148 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 193155 137148 3936 3530 0 184606 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 772620 KiB
Current children cumulated memory: 548592 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.09 4.05 5/265 24452
/proc/meminfo: memFree=123631396/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=840360 memory=607432 CPUtime=341.08 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 156632 0 0 0 34083 25 0 0 20 0 1 0 32890314 860528640 151858 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 210090 151858 3936 3530 0 201541 0
Current children cumulated CPU time: 341.08 s
Current children cumulated vsize: 840360 KiB
Current children cumulated memory: 607432 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.05 5/265 24454
/proc/meminfo: memFree=123618520/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=846408 memory=609224 CPUtime=400.88 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 157103 0 0 0 40063 25 0 0 20 0 1 0 32890314 866721792 152306 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 211602 152306 3936 3530 0 203053 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 846408 KiB
Current children cumulated memory: 609224 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.05 5/265 24457
/proc/meminfo: memFree=123599972/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=860680 memory=623176 CPUtime=460.69 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 160564 0 0 0 46043 26 0 0 20 0 1 0 32890314 881336320 155794 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 215170 155794 3936 3530 0 206621 0

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

/proc/loadavg: 4.06 4.08 4.09 5/263 24598
/proc/meminfo: memFree=120679636/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2400556 memory=2180568 CPUtime=3151.64 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 470122 0 0 0 315050 114 0 0 20 0 1 0 32890314 2458169344 545142 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 600139 545142 3936 3530 0 591590 0
Current children cumulated CPU time: 3151.64 s
Current children cumulated vsize: 2400556 KiB
Current children cumulated memory: 2180568 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 24600
/proc/meminfo: memFree=120666428/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2470428 memory=2209832 CPUtime=3211.44 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 476925 0 0 0 321027 117 0 0 20 0 1 0 32890314 2529718272 552458 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 617607 552458 3936 3530 0 609058 0
Current children cumulated CPU time: 3211.44 s
Current children cumulated vsize: 2470428 KiB
Current children cumulated memory: 2209832 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 24609
/proc/meminfo: memFree=120616212/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2513636 memory=2254664 CPUtime=3271.23 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 485654 0 0 0 327005 118 0 0 20 0 1 0 32890314 2573963264 563666 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 628409 563666 3936 3530 0 619860 0
Current children cumulated CPU time: 3271.23 s
Current children cumulated vsize: 2513636 KiB
Current children cumulated memory: 2254664 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 24611
/proc/meminfo: memFree=120602116/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2550440 memory=2292004 CPUtime=3331.04 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 492953 0 0 0 332984 120 0 0 20 0 1 0 32890314 2611650560 573001 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 637610 573001 3936 3530 0 629061 0
Current children cumulated CPU time: 3331.04 s
Current children cumulated vsize: 2550440 KiB
Current children cumulated memory: 2292004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/264 24614
/proc/meminfo: memFree=120184968/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2577364 memory=2316780 CPUtime=3390.83 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 497588 0 0 0 338961 122 0 0 20 0 1 0 32890314 2639220736 579195 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 644341 579195 3936 3530 0 635792 0
Current children cumulated CPU time: 3390.83 s
Current children cumulated vsize: 2577364 KiB
Current children cumulated memory: 2316780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.09 4/260 24624
/proc/meminfo: memFree=122867076/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2596340 memory=2346012 CPUtime=3450.63 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 502353 0 0 0 344938 125 0 0 20 0 1 0 32890314 2658652160 586503 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 649085 586503 3936 3530 0 640536 0
Current children cumulated CPU time: 3450.63 s
Current children cumulated vsize: 2596340 KiB
Current children cumulated memory: 2346012 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 24707
/proc/meminfo: memFree=110306564/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2620220 memory=2374560 CPUtime=3510.43 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 508038 0 0 0 350916 127 0 0 20 0 1 0 32890314 2683105280 593640 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 655055 593640 3936 3530 0 646506 0
Current children cumulated CPU time: 3510.43 s
Current children cumulated vsize: 2620220 KiB
Current children cumulated memory: 2374560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 24710
/proc/meminfo: memFree=108476116/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2645304 memory=2405960 CPUtime=3570.23 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 525433 0 0 0 356893 130 0 0 20 0 1 0 32890314 2708791296 601490 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 661326 601490 3936 3530 0 652777 0
Current children cumulated CPU time: 3570.23 s
Current children cumulated vsize: 2645304 KiB
Current children cumulated memory: 2405960 KiB

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

# cumulated CPU time of all completed processes:  user=3584.03 s, system=1.34533 s

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

[startup+3584 s]*
/proc/loadavg: 4.08 4.09 4.09 5/264 24711
/proc/meminfo: memFree=107584020/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2645304 memory=2406088 CPUtime=3571.93 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 525467 0 0 0 357063 130 0 0 20 0 1 0 32890314 2708791296 601522 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 661326 601522 3936 3530 0 652777 0
Current children cumulated CPU time: 3571.93 s
Current children cumulated vsize: 2645304 KiB
Current children cumulated memory: 2406088 KiB

[startup+3590.4 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 24711
/proc/meminfo: memFree=107467608/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2648664 memory=2409160 CPUtime=3578.31 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 526210 0 0 0 357700 131 0 0 20 0 1 0 32890314 2712231936 602290 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 662166 602290 3936 3530 0 653617 0
Current children cumulated CPU time: 3578.31 s
Current children cumulated vsize: 2648664 KiB
Current children cumulated memory: 2409160 KiB

[startup+3593.6 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 24711
/proc/meminfo: memFree=107451416/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2649708 memory=2410824 CPUtime=3581.5 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 526622 0 0 0 358019 131 0 0 20 0 1 0 32890314 2713300992 602706 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 662427 602706 3936 3530 0 653878 0
Current children cumulated CPU time: 3581.5 s
Current children cumulated vsize: 2649708 KiB
Current children cumulated memory: 2410824 KiB

[startup+3595.2 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 24711
/proc/meminfo: memFree=107451416/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2649896 memory=2411208 CPUtime=3583.1 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 526735 0 0 0 358179 131 0 0 20 0 1 0 32890314 2713493504 602802 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 662474 602802 3936 3530 0 653925 0
Current children cumulated CPU time: 3583.1 s
Current children cumulated vsize: 2649896 KiB
Current children cumulated memory: 2411208 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 24711
/proc/meminfo: memFree=107451416/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2650656 memory=2412104 CPUtime=3584.69 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 526944 0 0 0 358338 131 0 0 20 0 1 0 32890314 2714271744 603026 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 662664 603026 3936 3530 0 654115 0
Current children cumulated CPU time: 3584.69 s
Current children cumulated vsize: 2650656 KiB
Current children cumulated memory: 2412104 KiB

[startup+3597.2 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 24711
/proc/meminfo: memFree=107451416/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2650796 memory=2412232 CPUtime=3585.09 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 526976 0 0 0 358378 131 0 0 20 0 1 0 32890314 2714415104 603058 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 662699 603058 3936 3530 0 654150 0
Current children cumulated CPU time: 3585.09 s
Current children cumulated vsize: 2650796 KiB
Current children cumulated memory: 2412232 KiB

[startup+3597.4 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 24711
/proc/meminfo: memFree=107451416/131250000 swapFree=33010684/33010684
[pid=24387] ppid=24384 vsize=2650796 memory=2412232 CPUtime=3585.29 cores=0,2
/proc/24387/stat : 24387 (pbscip) R 24384 24387 23674 0 -1 4194304 526977 0 0 0 358398 131 0 0 20 0 1 0 32890314 2714415104 603058 18446744073709551615 4235264 18693293 140733793014672 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 38633472 140733793020297 140733793020396 140733793020396 140733793025998 0
/proc/24387/statm: 662699 603058 3936 3530 0 654150 0
Current children cumulated CPU time: 3585.29 s
Current children cumulated vsize: 2650796 KiB
Current children cumulated memory: 2412232 KiB

Child status: 0

Real time (s): 3597.47
CPU time (s): 3585.37
CPU user time (s): 3584.03
CPU system time (s): 1.34533
CPU usage (%): 99.6637
Max. virtual memory (cumulated for all children) (KiB): 2689760
Max. memory (cumulated for all children) (KiB): 2440224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.03
system time used= 1.34533
maximum resident set size= 2440608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526984
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= 160
involuntary context switches= 22232


# summary of solver processes directly reported to runsolver:
#   pid: 24387
#   total CPU time (s): 3585.37
#   total CPU user time (s): 3584.03
#   total CPU system time (s): 1.34533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.50389 second user time and 15.1399 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 06:42:05
IDJOB=4503466
IDBENCH=155472
IDSOLVER=3365
FILE ID=nodeC018/4503466-1751172125
RUNJOBID= nodeC018-1751168386-23684
SLURM_JOB_ID= 9587511
Free space on /tmp= 432980 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-185.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503466-1751172125/watcher-4503466-1751172125 -o /tmp/evaluation-result-4503466-1751172125/solver-4503466-1751172125 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751168386-23684 --watchdog 3760  pbscip -f HOME/instance-4503466-1751172125.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 458054bd456c10a880dafd6041bb82b2
RANDOM SEED=1124094521

nodeC018 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.443
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3599.842
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3599.825
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3584.986
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3599.837
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3599.844
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3600.032
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3700.000
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126750560 kB
MemAvailable:   126479376 kB
Buffers:            3280 kB
Cached:           539240 kB
SwapCached:            0 kB
Active:          3649864 kB
Inactive:         282072 kB
Active(anon):    3407492 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   282072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20412 kB
Writeback:             0 kB
AnonPages:       3385996 kB
Mapped:           137220 kB
Shmem:             18076 kB
KReclaimable:      86820 kB
Slab:             170108 kB
SReclaimable:      86820 kB
SUnreclaim:        83288 kB
KernelStack:        4292 kB
PageTables:         9884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4148680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1177600 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432660 MiB
End job on nodeC018 at 2025-06-29 07:42:02