Trace number 4514744

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07UNSAT 465.594 467.255

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_18.opb
MD5SUM81a3482013934a1c472e0f197243e7de
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.76126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables552
Total number of constraints2558
Number of constraints which are clauses2553
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 41
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4514744-1751228113.opb>
0.00/0.03	c original problem has 552 variables (552 bin, 0 int, 0 impl, 0 cont) and 2558 constraints
0.00/0.03	c problem read in 0.02
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.04	c presolving:
0.00/0.05	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 945 clqs
0.00/0.05	c (round 2, fast)       6 del vars, 187 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1029 clqs
0.00/0.05	c (round 3, fast)       7 del vars, 193 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1029 clqs
0.00/0.06	c    (0.0s) running MILP presolver
0.00/0.06	c    (0.0s) MILP presolver found nothing
0.00/0.08	c (round 4, exhaustive) 7 del vars, 193 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 2364 upgd conss, 0 impls, 1029 clqs
0.19/0.24	c    (0.2s) probing: 418/546 (76.6%) - 0 fixings, 0 aggregations, 79 implications, 0 bound changes
0.19/0.24	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.19/0.27	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.19/0.29	c    (0.3s) symmetry computation finished: 11 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
0.19/0.29	c dynamic symmetry handling statistics:
0.19/0.29	c    orbitopal reduction:       no components
0.19/0.29	c    orbital reduction:         no components
0.19/0.29	c    lexicographic reduction:   11 permutations with support sizes 44, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46
0.19/0.29	c handled 11 out of 11 symmetry components
0.19/0.29	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
0.19/0.29	c  7 deleted vars, 193 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.29	c  0 implications, 1108 cliques
0.19/0.29	c presolved problem has 546 variables (546 bin, 0 int, 0 impl, 0 cont) and 2365 constraints
0.19/0.29	c       1 constraints of type <knapsack>
0.19/0.29	c    1029 constraints of type <setppc>
0.19/0.29	c       1 constraints of type <linear>
0.19/0.29	c    1334 constraints of type <logicor>
0.19/0.29	c transformed objective value is always integral (scale: 1)
0.19/0.29	c Presolving Time: 0.26
0.19/0.29	c - non default parameters ----------------------------------------------------------------------
0.19/0.29	c # SCIP version 10.0.0
0.19/0.29	c 
0.19/0.29	c # maximal time in seconds to run
0.19/0.29	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.19/0.29	c limits/time = 3596.994061
0.19/0.29	c 
0.19/0.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.29	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.19/0.29	c limits/memory = 27900
0.19/0.29	c 
0.19/0.29	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.19/0.29	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.19/0.29	c limits/solutions = 1
0.19/0.29	c 
0.19/0.29	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.19/0.29	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.19/0.29	c misc/usesymmetry = 3
0.19/0.29	c 
0.19/0.29	c # belongs reading time to solving time?
0.19/0.29	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29	c timing/reading = TRUE
0.19/0.29	c 
0.19/0.29	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.19/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.29	c propagating/symmetry/detectdoublelex = FALSE
0.19/0.29	c 
0.19/0.29	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.19/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.29	c propagating/symmetry/detectsubgroups = FALSE
0.19/0.29	c 
0.19/0.29	c # Type of symmetries that shall be computed?
0.19/0.29	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.19/0.29	c propagating/symmetry/symtype = 1
0.19/0.29	c 
0.19/0.29	c # Should components consisting of a single full reflection be handled?
0.19/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.29	c propagating/symmetry/usesimplesgncomp = FALSE
0.19/0.29	c 
0.19/0.29	c -----------------------------------------------------------------------------------------------
0.19/0.29	c start solving
0.19/0.29	c 
0.27/0.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.27/0.40	c   0.4s|     1 |     0 |   672 |     - |    18M |   0 | 546 |2417 |2365 |   0 |  0 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.32/1.46	c   1.4s|     1 |     0 |  4507 |     - |    20M |   0 | 546 |2548 |2370 |   5 |  1 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.42/1.53	c   1.5s|     1 |     0 |  4612 |     - |    25M |   0 | 546 |2549 |2375 |  10 |  2 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.42/1.58	c   1.6s|     1 |     0 |  4688 |     - |    29M |   0 | 546 |2558 |2380 |  15 |  3 |  61 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.52/1.65	c   1.6s|     1 |     0 |  4771 |     - |    36M |   0 | 546 |2565 |2384 |  19 |  4 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.62/1.74	c   1.7s|     1 |     0 |  4860 |     - |    44M |   0 | 546 |2567 |2389 |  24 |  5 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.72/1.86	c   1.8s|     1 |     0 |  4929 |     - |    52M |   0 | 546 |2568 |2393 |  28 |  6 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.82/1.95	c   1.9s|     1 |     0 |  4974 |     - |    56M |   0 | 546 |2568 |2396 |  31 |  7 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.93/2.04	c   2.0s|     1 |     0 |  5047 |     - |    63M |   0 | 546 |2569 |2399 |  34 |  8 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.03/2.13	c   2.1s|     1 |     0 |  5120 |     - |    68M |   0 | 546 |2573 |2401 |  36 |  9 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.12/2.23	c   2.2s|     1 |     0 |  5172 |     - |    74M |   0 | 546 |2576 |2405 |  40 | 10 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.12/2.26	c   2.2s|     1 |     0 |  5208 |     - |    74M |   0 | 546 |2579 |2409 |  44 | 11 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.52/2.61	c   2.6s|     1 |     2 |  6236 |     - |    74M |   0 | 546 |2589 |2409 |  44 | 11 |  92 |  11 | 0.000000e+00 |      --      |    Inf | unknown
3.31/3.43	c   3.4s|   100 |    18 | 16667 | 115.7 |    77M |  18 | 546 |2784 |2382 |  72 |  1 | 289 |  11 | 0.000000e+00 |      --      |    Inf |   0.72%
5.71/5.84	c   5.8s|   200 |    46 | 37011 | 159.8 |    82M |  18 | 546 |3039 |2393 | 132 |  1 | 596 |  11 | 0.000000e+00 |      --      |    Inf |   5.04%
7.70/7.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.70/7.86	c   7.8s|   300 |    84 | 53057 | 160.0 |    84M |  18 | 546 |3285 |2382 | 176 |  1 | 967 |  11 | 0.000000e+00 |      --      |    Inf |   5.43%
10.39/10.57	c  10.6s|   400 |   127 | 71668 | 166.6 |    86M |  18 | 546 |3484 |2382 | 186 |  1 |1376 |  11 | 0.000000e+00 |      --      |    Inf |   6.03%
11.79/11.98	c  12.0s|   500 |   137 | 85595 | 161.1 |    89M |  18 | 546 |3621 |2382 | 229 |  1 |1752 |  11 | 0.000000e+00 |      --      |    Inf |   7.38%
13.19/13.37	c  13.4s|   600 |   140 | 96746 | 152.8 |    94M |  19 | 546 |3665 |   0 | 296 |  0 |1994 |  11 | 0.000000e+00 |      --      |    Inf |   8.57%
14.18/14.34	c  14.3s|   700 |   151 |105995 | 144.2 |    96M |  19 | 546 |3749 |   0 | 345 |  0 |2214 |  11 | 0.000000e+00 |      --      |    Inf |  10.01%
16.17/16.33	c  16.3s|   800 |   177 |121577 | 145.6 |    96M |  19 | 546 |3906 |2383 | 405 |  1 |2561 |  11 | 0.000000e+00 |      --      |    Inf |  11.90%
17.98/18.14	c  18.1s|   900 |   212 |135204 | 144.6 |   101M |  19 | 546 |3922 |2382 | 587 |  1 |2825 |  11 | 0.000000e+00 |      --      |    Inf |  13.73%
20.46/20.63	c  20.6s|  1000 |   251 |153500 | 148.4 |   105M |  19 | 546 |3975 |2393 | 748 |  0 |3077 |  11 | 0.000000e+00 |      --      |    Inf |  14.57%
23.36/23.58	c  23.6s|  1100 |   304 |185800 | 164.3 |   106M |  19 | 546 |4049 |2392 | 916 |  2 |3455 |  11 | 0.000000e+00 |      --      |    Inf |  15.29%
24.56/24.75	c  24.7s|  1200 |   330 |197326 | 160.2 |   106M |  19 | 546 |4165 |2389 | 961 |  1 |3770 |  11 | 0.000000e+00 |      --      |    Inf |  15.85%
26.45/26.67	c  26.7s|  1300 |   363 |213102 | 160.0 |   107M |  19 | 546 |4176 |2390 |1091 |  0 |4164 |  11 | 0.000000e+00 |      --      |    Inf |  17.20%
28.74/28.95	c  28.9s|  1400 |   403 |230450 | 161.0 |   107M |  19 | 546 |4161 |2390 |1249 |  1 |4511 |  11 | 0.000000e+00 |      --      |    Inf |  18.22%
30.74/30.98	c  31.0s|  1500 |   436 |248189 | 162.1 |   108M |  19 | 546 |4167 |2387 |1344 |  1 |4826 |  11 | 0.000000e+00 |      --      |    Inf |  19.09%
32.73/32.99	c  33.0s|  1600 |   457 |263606 | 161.6 |   109M |  19 | 546 |4239 |2395 |1503 |  2 |5201 |  11 | 0.000000e+00 |      --      |    Inf |  19.87%
34.53/34.74	c  34.7s|  1700 |   500 |280329 | 161.9 |   109M |  19 | 546 |4311 |2386 |1656 |  1 |5554 |  11 | 0.000000e+00 |      --      |    Inf |  20.48%
36.52/36.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.52/36.79	c  36.8s|  1800 |   530 |296987 | 162.2 |   111M |  19 | 546 |4355 |   0 |1857 |  0 |5887 |  11 | 0.000000e+00 |      --      |    Inf |  21.72%
37.83/38.09	c  38.1s|  1900 |   539 |308793 | 159.9 |   111M |  19 | 546 |4601 |   0 |1957 |  0 |6296 |  11 | 0.000000e+00 |      --      |    Inf |  22.28%
38.71/38.97	c  39.0s|  2000 |   538 |317268 | 156.1 |   112M |  19 | 546 |4745 |2390 |2044 |  1 |6558 |  11 | 0.000000e+00 |      --      |    Inf |  22.76%
40.20/40.44	c  40.4s|  2100 |   554 |330140 | 154.8 |   113M |  19 | 546 |4840 |2382 |2181 |  1 |6904 |  11 | 0.000000e+00 |      --      |    Inf |  23.67%
41.70/41.95	c  41.9s|  2200 |   580 |344306 | 154.2 |   114M |  19 | 546 |4869 |2382 |2291 |  1 |7233 |  11 | 0.000000e+00 |      --      |    Inf |  24.17%
42.91/43.15	c  43.1s|  2300 |   586 |355742 | 152.5 |   114M |  19 | 546 |4854 |2392 |2369 |  1 |7463 |  11 | 0.000000e+00 |      --      |    Inf |  24.67%
44.40/44.69	c  44.7s|  2400 |   600 |371762 | 152.8 |   115M |  19 | 546 |4894 |2392 |2451 |  1 |7833 |  11 | 0.000000e+00 |      --      |    Inf |  25.28%
46.30/46.51	c  46.5s|  2500 |   614 |387253 | 152.9 |   115M |  19 | 546 |4985 |2390 |2658 |  0 |8123 |  11 | 0.000000e+00 |      --      |    Inf |  26.29%
48.09/48.37	c  48.4s|  2600 |   636 |403649 | 153.3 |   118M |  19 | 546 |4965 |2388 |2775 |  0 |8461 |  11 | 0.000000e+00 |      --      |    Inf |  26.69%
49.80/50.07	c  50.1s|  2700 |   668 |421505 | 154.2 |   118M |  19 | 546 |4904 |2394 |2878 |  2 |8755 |  11 | 0.000000e+00 |      --      |    Inf |  27.35%
51.68/51.92	c  51.9s|  2800 |   688 |436637 | 154.1 |   118M |  19 | 546 |4934 |2392 |3007 |  1 |9053 |  11 | 0.000000e+00 |      --      |    Inf |  27.84%
52.79/53.05	c  53.0s|  2900 |   703 |447808 | 152.7 |   119M |  19 | 546 |4962 |2386 |3062 |  1 |9341 |  11 | 0.000000e+00 |      --      |    Inf |  28.58%
53.79/54.05	c  54.0s|  3000 |   706 |461710 | 152.2 |   119M |  19 | 546 |4955 |2387 |3083 |  1 |9576 |  11 | 0.000000e+00 |      --      |    Inf |  29.02%
54.57/54.85	c  54.8s|  3100 |   712 |470683 | 150.2 |   119M |  19 | 546 |4996 |2397 |3123 |  1 |9759 |  11 | 0.000000e+00 |      --      |    Inf |  29.29%
55.47/55.77	c  55.8s|  3200 |   713 |483210 | 149.4 |   119M |  19 | 546 |5085 |2396 |3182 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  29.67%
56.66/56.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
56.66/56.92	c  56.9s|  3300 |   739 |496768 | 149.0 |   121M |  19 | 546 |5121 |2397 |3218 |  1 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  29.88%
57.87/58.19	c  58.2s|  3400 |   751 |510019 | 148.5 |   122M |  19 | 546 |5244 |2396 |3271 |  0 |  10k|  11 | 0.000000e+00 |      --      |    Inf |  30.19%
58.77/59.10	c  59.1s|  3500 |   774 |521069 | 147.4 |   122M |  19 | 546 |5309 |   0 |3301 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  30.52%
59.77/60.01	c  60.0s|  3600 |   780 |530362 | 145.9 |   122M |  19 | 546 |5322 |   0 |3372 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  31.06%
60.35/60.60	c  60.6s|  3700 |   778 |538353 | 144.1 |   122M |  20 | 546 |5375 |2391 |3385 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  31.26%
60.65/60.98	c  61.0s|  3800 |   773 |545447 | 142.2 |   122M |  20 | 546 |5391 |2391 |3412 |  0 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  31.68%
61.95/62.25	c  62.2s|  3900 |   786 |558697 | 142.0 |   124M |  20 | 546 |5496 |2397 |3467 |  1 |  11k|  11 | 0.000000e+00 |      --      |    Inf |  31.91%
62.55/62.85	c  62.8s|  4000 |   787 |567667 | 140.6 |   124M |  20 | 546 |5587 |2386 |3496 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  32.17%
63.05/63.32	c  63.3s|  4100 |   781 |576645 | 139.4 |   124M |  20 | 546 |5682 |2392 |3496 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  32.42%
63.44/63.76	c  63.7s|  4200 |   778 |584177 | 137.9 |   124M |  20 | 546 |5794 |   0 |3501 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  32.61%
64.14/64.47	c  64.5s|  4300 |   784 |596773 | 137.6 |   124M |  20 | 546 |5828 |   0 |3523 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  32.99%
64.85/65.11	c  65.1s|  4400 |   783 |605755 | 136.5 |   125M |  20 | 546 |5844 |   0 |3558 |  0 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  33.23%
65.34/65.67	c  65.7s|  4500 |   780 |613812 | 135.3 |   125M |  20 | 546 |5831 |2394 |3613 |  1 |  12k|  11 | 0.000000e+00 |      --      |    Inf |  33.79%
66.34/66.65	c  66.6s|  4600 |   789 |625326 | 134.8 |   125M |  20 | 546 |5877 |2397 |3673 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  34.06%
66.75/67.01	c  67.0s|  4700 |   788 |632512 | 133.5 |   125M |  20 | 546 |5933 |2393 |3673 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  34.24%
67.23/67.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
67.23/67.56	c  67.5s|  4800 |   784 |639478 | 132.2 |   125M |  20 | 546 |5989 |   0 |3675 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  34.37%
67.74/68.11	c  68.1s|  4900 |   787 |647316 | 131.1 |   125M |  20 | 546 |6038 |   0 |3688 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  34.56%
68.23/68.54	c  68.5s|  5000 |   776 |654214 | 129.8 |   125M |  20 | 546 |6104 |2395 |3700 |  0 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  34.80%
68.63/68.90	c  68.9s|  5100 |   765 |660309 | 128.5 |   125M |  20 | 546 |6158 |2387 |3714 |  1 |  13k|  11 | 0.000000e+00 |      --      |    Inf |  35.15%
69.23/69.58	c  69.6s|  5200 |   770 |668160 | 127.5 |   125M |  20 | 546 |6168 |2394 |3744 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  35.25%
70.32/70.65	c  70.6s|  5300 |   795 |679355 | 127.2 |   125M |  20 | 546 |6215 |2383 |3813 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  35.52%
71.12/71.47	c  71.5s|  5400 |   803 |690875 | 127.0 |   125M |  20 | 546 |6299 |2389 |3836 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  35.68%
71.73/72.05	c  72.0s|  5500 |   802 |698943 | 126.2 |   125M |  20 | 546 |6307 |2382 |3864 |  1 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  35.84%
72.42/72.75	c  72.7s|  5600 |   804 |707931 | 125.5 |   125M |  20 | 546 |6333 |2390 |3900 |  0 |  14k|  11 | 0.000000e+00 |      --      |    Inf |  36.04%
73.21/73.56	c  73.5s|  5700 |   807 |718227 | 125.1 |   125M |  20 | 546 |6303 |2388 |3934 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  36.28%
74.21/74.54	c  74.5s|  5800 |   827 |729633 | 124.9 |   125M |  20 | 546 |6231 |2390 |3981 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  36.50%
74.82/75.14	c  75.1s|  5900 |   821 |738158 | 124.2 |   125M |  20 | 546 |6241 |2391 |4005 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  36.79%
75.41/75.74	c  75.7s|  6000 |   819 |746635 | 123.6 |   126M |  20 | 546 |6276 |   0 |4044 |  0 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  36.97%
76.11/76.49	c  76.5s|  6100 |   831 |755796 | 123.1 |   126M |  20 | 546 |6246 |2391 |4071 |  1 |  15k|  11 | 0.000000e+00 |      --      |    Inf |  37.11%
76.82/77.18	c  77.2s|  6200 |   826 |764766 | 122.5 |   126M |  20 | 546 |6293 |2392 |4175 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  37.37%
77.81/78.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.81/78.14	c  78.1s|  6300 |   833 |777538 | 122.6 |   128M |  20 | 546 |6299 |   0 |4207 |  0 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  37.49%
78.50/78.80	c  78.8s|  6400 |   843 |787843 | 122.3 |   128M |  20 | 546 |6244 |2392 |4220 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  37.73%
79.50/79.86	c  79.9s|  6500 |   850 |797866 | 122.0 |   128M |  20 | 546 |6323 |2394 |4294 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  38.03%
80.09/80.44	c  80.4s|  6600 |   848 |807190 | 121.5 |   128M |  20 | 546 |6277 |2390 |4325 |  1 |  16k|  11 | 0.000000e+00 |      --      |    Inf |  38.42%
80.99/81.32	c  81.3s|  6700 |   852 |816306 | 121.1 |   128M |  20 | 546 |6271 |2386 |4372 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  38.59%
81.89/82.28	c  82.3s|  6800 |   867 |827334 | 120.9 |   129M |  20 | 546 |6270 |2396 |4411 |  2 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  38.91%
82.19/82.59	c  82.6s|  6900 |   871 |833576 | 120.1 |   129M |  20 | 546 |6341 |2389 |4411 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  38.99%
83.18/83.58	c  83.6s|  7000 |   874 |844849 | 120.0 |   131M |  20 | 546 |6372 |2387 |4441 |  1 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  39.24%
83.58/83.93	c  83.9s|  7100 |   870 |851652 | 119.2 |   131M |  20 | 546 |6464 |2394 |4443 |  0 |  17k|  11 | 0.000000e+00 |      --      |    Inf |  39.36%
84.08/84.46	c  84.4s|  7200 |   880 |859520 | 118.7 |   131M |  20 | 546 |6461 |2388 |4468 |  0 |  18k|  11 | 0.000000e+00 |      --      |    Inf |  39.48%
84.58/85.00	c  85.0s|  7300 |   881 |869262 | 118.4 |   131M |  20 | 546 |6495 |2395 |4468 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf |  39.75%
85.17/85.55	c  85.5s|  7400 |   877 |876335 | 117.7 |   131M |  20 | 546 |6507 |2392 |4492 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf |  39.99%
85.97/86.33	c  86.3s|  7500 |   895 |886241 | 117.5 |   131M |  20 | 546 |6513 |2387 |4521 |  1 |  18k|  11 | 0.000000e+00 |      --      |    Inf |  40.13%
86.57/86.91	c  86.9s|  7600 |   893 |893412 | 116.9 |   131M |  20 | 546 |6504 |2399 |4565 |  2 |  18k|  11 | 0.000000e+00 |      --      |    Inf |  40.25%
87.17/87.56	c  87.5s|  7700 |   894 |903165 | 116.6 |   131M |  20 | 546 |6568 |2396 |4591 |  0 |  18k|  11 | 0.000000e+00 |      --      |    Inf |  40.45%
87.68/88.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
87.68/88.08	c  88.1s|  7800 |   897 |911342 | 116.2 |   131M |  20 | 546 |6626 |2387 |4604 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf |  40.62%
88.26/88.62	c  88.6s|  7900 |   897 |919014 | 115.7 |   131M |  20 | 546 |6670 |2386 |4621 |  1 |  19k|  11 | 0.000000e+00 |      --      |    Inf |  40.73%
88.78/89.16	c  89.1s|  8000 |   892 |926113 | 115.1 |   131M |  20 | 546 |6655 |   0 |4644 |  0 |  19k|  11 | 0.000000e+00 |      --      |    Inf |  40.91%
89.46/89.88	c  89.9s|  8100 |   887 |934623 | 114.8 |   131M |  20 | 546 |6635 |2389 |4669 |  0 |  19k|  11 | 0.000000e+00 |      --      |    Inf |  41.05%
90.16/90.58	c  90.6s|  8200 |   887 |941875 | 114.2 |   131M |  20 | 546 |6670 |   0 |4698 |  0 |  19k|  11 | 0.000000e+00 |      --      |    Inf |  41.25%
90.77/91.12	c  91.1s|  8300 |   888 |948128 | 113.6 |   131M |  20 | 546 |6596 |   0 |4727 |  0 |  19k|  11 | 0.000000e+00 |      --      |    Inf |  41.38%
91.67/92.02	c  92.0s|  8400 |   891 |959056 | 113.6 |   131M |  20 | 546 |6495 |2394 |4826 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf |  41.71%
92.25/92.63	c  92.6s|  8500 |   889 |966941 | 113.2 |   131M |  20 | 546 |6495 |2386 |4850 |  0 |  20k|  11 | 0.000000e+00 |      --      |    Inf |  41.84%
92.95/93.30	c  93.3s|  8600 |   891 |974885 | 112.8 |   131M |  20 | 546 |6502 |   0 |4874 |  0 |  20k|  11 | 0.000000e+00 |      --      |    Inf |  42.45%
93.35/93.77	c  93.8s|  8700 |   890 |982339 | 112.3 |   132M |  20 | 546 |6553 |2393 |4887 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf |  42.58%
93.95/94.33	c  94.3s|  8800 |   899 |991595 | 112.1 |   132M |  20 | 546 |6585 |2391 |4901 |  1 |  20k|  11 | 0.000000e+00 |      --      |    Inf |  42.81%
94.45/94.84	c  94.8s|  8900 |   901 |999198 | 111.7 |   132M |  20 | 546 |6689 |2392 |4903 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf |  42.90%
94.84/95.26	c  95.2s|  9000 |   897 |  1006k| 111.3 |   132M |  20 | 546 |6741 |   0 |4906 |  0 |  21k|  11 | 0.000000e+00 |      --      |    Inf |  43.10%
95.14/95.58	c  95.6s|  9100 |   891 |  1013k| 110.8 |   132M |  20 | 546 |6759 |2390 |4906 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf |  43.22%
95.75/96.14	c  96.1s|  9200 |   890 |  1022k| 110.6 |   132M |  20 | 546 |6812 |2394 |4924 |  0 |  21k|  11 | 0.000000e+00 |      --      |    Inf |  43.42%
96.44/96.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
96.44/96.81	c  96.8s|  9300 |   893 |  1031k| 110.4 |   132M |  20 | 546 |6854 |2394 |4951 |  0 |  21k|  11 | 0.000000e+00 |      --      |    Inf |  43.63%
96.75/97.19	c  97.2s|  9400 |   888 |  1038k| 110.0 |   132M |  20 | 546 |6899 |2392 |4961 |  1 |  21k|  11 | 0.000000e+00 |      --      |    Inf |  43.84%
97.24/97.61	c  97.6s|  9500 |   882 |  1046k| 109.6 |   132M |  20 | 546 |6875 |2394 |4977 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf |  43.96%
97.84/98.28	c  98.3s|  9600 |   879 |  1055k| 109.4 |   132M |  20 | 546 |6862 |2392 |5006 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf |  44.27%
98.33/98.77	c  98.8s|  9700 |   873 |  1063k| 109.1 |   132M |  20 | 546 |6902 |2386 |5018 |  0 |  22k|  11 | 0.000000e+00 |      --      |    Inf |  44.36%
98.93/99.33	c  99.3s|  9800 |   883 |  1072k| 108.9 |   132M |  20 | 546 |6913 |2396 |5018 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf |  44.51%
99.64/100.06	c   100s|  9900 |   888 |  1082k| 108.8 |   132M |  20 | 546 |6927 |2391 |5043 |  0 |  22k|  11 | 0.000000e+00 |      --      |    Inf |  44.93%
100.23/100.67	c   101s| 10000 |   885 |  1091k| 108.6 |   132M |  20 | 546 |6945 |2391 |5087 |  1 |  22k|  11 | 0.000000e+00 |      --      |    Inf |  45.18%
100.93/101.32	c   101s| 10100 |   896 |  1099k| 108.4 |   132M |  20 | 546 |6938 |2393 |5111 |  1 |  23k|  11 | 0.000000e+00 |      --      |    Inf |  45.35%
101.52/101.94	c   102s| 10200 |   896 |  1107k| 108.1 |   132M |  20 | 546 |6931 |2390 |5150 |  2 |  23k|  11 | 0.000000e+00 |      --      |    Inf |  45.53%
101.82/102.26	c   102s| 10300 |   893 |  1114k| 107.7 |   132M |  20 | 546 |7004 |   0 |5150 |  0 |  23k|  11 | 0.000000e+00 |      --      |    Inf |  45.66%
102.22/102.67	c   103s| 10400 |   887 |  1120k| 107.2 |   132M |  20 | 546 |7032 |   0 |5167 |  0 |  23k|  11 | 0.000000e+00 |      --      |    Inf |  45.84%
102.73/103.17	c   103s| 10500 |   881 |  1128k| 107.0 |   132M |  20 | 546 |6985 |2391 |5170 |  0 |  23k|  11 | 0.000000e+00 |      --      |    Inf |  45.99%
103.52/103.93	c   104s| 10600 |   875 |  1137k| 106.8 |   132M |  20 | 546 |6964 |2400 |5214 |  0 |  23k|  11 | 0.000000e+00 |      --      |    Inf |  46.17%
104.12/104.58	c   105s| 10700 |   877 |  1146k| 106.7 |   132M |  20 | 546 |6991 |2391 |5256 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf |  46.29%
104.51/105.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
104.51/105.00	c   105s| 10800 |   872 |  1155k| 106.5 |   132M |  20 | 546 |6957 |2390 |5256 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf |  46.42%
105.11/105.59	c   106s| 10900 |   869 |  1163k| 106.2 |   132M |  20 | 546 |6970 |   0 |5289 |  0 |  24k|  11 | 0.000000e+00 |      --      |    Inf |  46.55%
105.91/106.31	c   106s| 11000 |   864 |  1172k| 106.1 |   132M |  20 | 546 |6948 |2395 |5342 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf |  46.76%
106.31/106.73	c   107s| 11100 |   861 |  1179k| 105.8 |   132M |  20 | 546 |6947 |2391 |5359 |  1 |  24k|  11 | 0.000000e+00 |      --      |    Inf |  46.91%
106.81/107.28	c   107s| 11200 |   866 |  1188k| 105.7 |   133M |  20 | 546 |7034 |   0 |5362 |  0 |  24k|  11 | 0.000000e+00 |      --      |    Inf |  47.00%
108.00/108.46	c   108s| 11300 |   876 |  1199k| 105.7 |   133M |  20 | 546 |6954 |   0 |5438 |  0 |  25k|  11 | 0.000000e+00 |      --      |    Inf |  47.38%
108.50/108.95	c   109s| 11400 |   871 |  1207k| 105.4 |   133M |  20 | 546 |6901 |   0 |5454 |  0 |  25k|  11 | 0.000000e+00 |      --      |    Inf |  47.62%
109.00/109.41	c   109s| 11500 |   865 |  1214k| 105.2 |   133M |  20 | 546 |6856 |   0 |5456 |  0 |  25k|  11 | 0.000000e+00 |      --      |    Inf |  47.82%
109.71/110.15	c   110s| 11600 |   867 |  1222k| 105.0 |   133M |  20 | 546 |6865 |   0 |5500 |  0 |  25k|  11 | 0.000000e+00 |      --      |    Inf |  47.92%
110.40/110.88	c   111s| 11700 |   867 |  1233k| 105.0 |   133M |  20 | 546 |6758 |2388 |5540 |  1 |  25k|  11 | 0.000000e+00 |      --      |    Inf |  48.11%
111.09/111.54	c   112s| 11800 |   864 |  1241k| 104.8 |   134M |  20 | 546 |6762 |2391 |5575 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf |  48.32%
111.49/111.91	c   112s| 11900 |   856 |  1248k| 104.5 |   134M |  20 | 546 |6858 |2392 |5584 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf |  48.49%
112.19/112.61	c   113s| 12000 |   852 |  1258k| 104.5 |   134M |  20 | 546 |6874 |2387 |5612 |  0 |  26k|  11 | 0.000000e+00 |      --      |    Inf |  48.67%
112.60/113.03	c   113s| 12100 |   858 |  1265k| 104.2 |   134M |  20 | 546 |6961 |   0 |5626 |  0 |  26k|  11 | 0.000000e+00 |      --      |    Inf |  48.74%
113.09/113.56	c   114s| 12200 |   853 |  1274k| 104.0 |   134M |  20 | 546 |6961 |2393 |5640 |  1 |  26k|  11 | 0.000000e+00 |      --      |    Inf |  48.86%
113.79/114.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
113.79/114.24	c   114s| 12300 |   857 |  1282k| 103.9 |   136M |  20 | 546 |6907 |   0 |5688 |  0 |  26k|  11 | 0.000000e+00 |      --      |    Inf |  49.00%
114.19/114.65	c   115s| 12400 |   854 |  1289k| 103.6 |   136M |  20 | 546 |6956 |   0 |5700 |  0 |  27k|  11 | 0.000000e+00 |      --      |    Inf |  49.15%
114.60/115.05	c   115s| 12500 |   852 |  1297k| 103.4 |   136M |  20 | 546 |6993 |2394 |5727 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf |  49.25%
115.09/115.55	c   116s| 12600 |   848 |  1304k| 103.1 |   136M |  20 | 546 |6992 |2391 |5739 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf |  49.39%
115.99/116.43	c   116s| 12700 |   851 |  1315k| 103.2 |   136M |  20 | 546 |6970 |2399 |5776 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf |  49.56%
116.60/117.06	c   117s| 12800 |   863 |  1324k| 103.1 |   136M |  20 | 546 |6987 |2391 |5794 |  1 |  27k|  11 | 0.000000e+00 |      --      |    Inf |  49.64%
117.18/117.65	c   118s| 12900 |   865 |  1333k| 103.0 |   136M |  20 | 546 |7114 |2393 |5810 |  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf |  49.76%
117.78/118.23	c   118s| 13000 |   869 |  1341k| 102.8 |   136M |  20 | 546 |7148 |   0 |5828 |  0 |  28k|  11 | 0.000000e+00 |      --      |    Inf |  49.95%
118.48/118.97	c   119s| 13100 |   871 |  1351k| 102.8 |   136M |  20 | 546 |7158 |2389 |5860 |  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf |  50.08%
119.18/119.67	c   120s| 13200 |   869 |  1360k| 102.7 |   136M |  20 | 546 |7178 |2392 |5883 |  1 |  28k|  11 | 0.000000e+00 |      --      |    Inf |  50.33%
119.97/120.47	c   120s| 13300 |   869 |  1369k| 102.6 |   136M |  20 | 546 |7149 |   0 |5933 |  0 |  28k|  11 | 0.000000e+00 |      --      |    Inf |  50.52%
120.77/121.23	c   121s| 13400 |   873 |  1379k| 102.6 |   136M |  20 | 546 |7143 |   0 |5980 |  0 |  28k|  11 | 0.000000e+00 |      --      |    Inf |  50.57%
121.17/121.68	c   122s| 13500 |   868 |  1387k| 102.4 |   136M |  20 | 546 |7178 |   0 |5990 |  0 |  29k|  11 | 0.000000e+00 |      --      |    Inf |  50.70%
121.87/122.33	c   122s| 13600 |   870 |  1397k| 102.4 |   136M |  20 | 546 |7180 |2395 |6018 |  0 |  29k|  11 | 0.000000e+00 |      --      |    Inf |  50.84%
122.58/123.03	c   123s| 13700 |   881 |  1408k| 102.4 |   136M |  20 | 546 |7136 |2395 |6029 |  1 |  29k|  11 | 0.000000e+00 |      --      |    Inf |  50.96%
123.07/123.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
123.07/123.58	c   124s| 13800 |   882 |  1416k| 102.3 |   136M |  20 | 546 |7177 |   0 |6059 |  0 |  29k|  11 | 0.000000e+00 |      --      |    Inf |  51.03%
123.58/124.10	c   124s| 13900 |   883 |  1423k| 102.1 |   136M |  20 | 546 |7186 |2388 |6075 |  0 |  29k|  11 | 0.000000e+00 |      --      |    Inf |  51.10%
124.46/124.90	c   125s| 14000 |   879 |  1434k| 102.1 |   136M |  20 | 546 |7135 |2399 |6105 |  1 |  29k|  11 | 0.000000e+00 |      --      |    Inf |  51.33%
125.46/125.90	c   126s| 14100 |   894 |  1446k| 102.3 |   136M |  20 | 546 |7099 |2396 |6172 |  0 |  30k|  11 | 0.000000e+00 |      --      |    Inf |  51.61%
125.96/126.42	c   126s| 14200 |   891 |  1455k| 102.1 |   136M |  20 | 546 |7104 |2390 |6200 |  1 |  30k|  11 | 0.000000e+00 |      --      |    Inf |  51.78%
126.45/127.00	c   127s| 14300 |   892 |  1462k| 101.9 |   136M |  20 | 546 |7135 |2391 |6214 |  2 |  30k|  11 | 0.000000e+00 |      --      |    Inf |  51.84%
127.15/127.66	c   128s| 14400 |   891 |  1471k| 101.8 |   136M |  20 | 546 |7083 |2392 |6256 |  1 |  30k|  11 | 0.000000e+00 |      --      |    Inf |  52.23%
127.66/128.11	c   128s| 14500 |   881 |  1479k| 101.7 |   136M |  20 | 546 |7095 |2395 |6258 |  0 |  30k|  11 | 0.000000e+00 |      --      |    Inf |  52.41%
128.15/128.68	c   129s| 14600 |   875 |  1487k| 101.5 |   136M |  20 | 546 |7124 |2397 |6301 |  1 |  30k|  11 | 0.000000e+00 |      --      |    Inf |  52.68%
128.85/129.30	c   129s| 14700 |   869 |  1495k| 101.4 |   136M |  20 | 546 |7100 |2396 |6323 |  1 |  30k|  11 | 0.000000e+00 |      --      |    Inf |  52.80%
129.44/129.95	c   130s| 14800 |   880 |  1505k| 101.4 |   136M |  20 | 546 |7121 |   0 |6350 |  0 |  31k|  11 | 0.000000e+00 |      --      |    Inf |  52.92%
129.94/130.42	c   130s| 14900 |   880 |  1513k| 101.2 |   137M |  20 | 546 |7138 |   0 |6363 |  0 |  31k|  11 | 0.000000e+00 |      --      |    Inf |  53.08%
130.34/130.84	c   131s| 15000 |   876 |  1520k| 101.0 |   137M |  20 | 546 |7224 |   0 |6366 |  0 |  31k|  11 | 0.000000e+00 |      --      |    Inf |  53.15%
130.94/131.40	c   131s| 15100 |   870 |  1528k| 100.9 |   137M |  20 | 546 |7221 |   0 |6380 |  0 |  31k|  11 | 0.000000e+00 |      --      |    Inf |  53.31%
131.65/132.12	c   132s| 15200 |   874 |  1538k| 100.9 |   137M |  20 | 546 |7249 |   0 |6409 |  0 |  31k|  11 | 0.000000e+00 |      --      |    Inf |  53.41%
132.24/132.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
132.24/132.73	c   133s| 15300 |   874 |  1546k| 100.7 |   137M |  20 | 546 |7255 |2392 |6446 |  1 |  32k|  11 | 0.000000e+00 |      --      |    Inf |  53.66%
132.83/133.33	c   133s| 15400 |   870 |  1555k| 100.7 |   137M |  20 | 546 |7275 |2390 |6456 |  0 |  32k|  11 | 0.000000e+00 |      --      |    Inf |  53.84%
133.43/133.91	c   134s| 15500 |   869 |  1563k| 100.5 |   137M |  20 | 546 |7316 |   0 |6480 |  0 |  32k|  11 | 0.000000e+00 |      --      |    Inf |  54.22%
133.83/134.33	c   134s| 15600 |   865 |  1570k| 100.3 |   137M |  20 | 546 |7386 |2396 |6487 |  1 |  32k|  11 | 0.000000e+00 |      --      |    Inf |  54.28%
134.43/134.99	c   135s| 15700 |   864 |  1580k| 100.4 |   137M |  20 | 546 |7445 |2390 |6504 |  0 |  32k|  11 | 0.000000e+00 |      --      |    Inf |  54.36%
135.33/135.85	c   136s| 15800 |   872 |  1590k| 100.3 |   137M |  20 | 546 |7429 |2387 |6559 |  1 |  32k|  11 | 0.000000e+00 |      --      |    Inf |  54.57%
135.83/136.36	c   136s| 15900 |   866 |  1597k| 100.2 |   137M |  20 | 546 |7448 |2395 |6588 |  1 |  33k|  11 | 0.000000e+00 |      --      |    Inf |  54.76%
136.42/136.91	c   137s| 16000 |   866 |  1606k| 100.1 |   137M |  20 | 546 |7435 |2387 |6592 |  1 |  33k|  11 | 0.000000e+00 |      --      |    Inf |  54.87%
136.82/137.31	c   137s| 16100 |   866 |  1614k|  99.9 |   137M |  20 | 546 |7469 |   0 |6593 |  0 |  33k|  11 | 0.000000e+00 |      --      |    Inf |  55.00%
137.63/138.14	c   138s| 16200 |   868 |  1621k|  99.8 |   137M |  20 | 546 |7473 |2396 |6635 |  1 |  33k|  11 | 0.000000e+00 |      --      |    Inf |  55.17%
138.02/138.55	c   139s| 16300 |   862 |  1629k|  99.7 |   137M |  20 | 546 |7521 |2395 |6639 |  0 |  33k|  11 | 0.000000e+00 |      --      |    Inf |  55.31%
138.63/139.13	c   139s| 16400 |   855 |  1638k|  99.6 |   137M |  20 | 546 |7505 |2396 |6685 |  1 |  33k|  11 | 0.000000e+00 |      --      |    Inf |  55.64%
139.53/140.02	c   140s| 16500 |   861 |  1650k|  99.7 |   137M |  20 | 546 |7502 |2394 |6757 |  2 |  33k|  11 | 0.000000e+00 |      --      |    Inf |  56.06%
140.21/140.73	c   141s| 16600 |   861 |  1659k|  99.7 |   137M |  20 | 546 |7495 |2382 |6792 |  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |  56.28%
141.21/141.75	c   142s| 16700 |   871 |  1671k|  99.8 |   137M |  20 | 546 |7394 |2396 |6838 |  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |  56.44%
141.81/142.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
141.81/142.30	c   142s| 16800 |   880 |  1681k|  99.8 |   138M |  20 | 546 |7394 |   0 |6852 |  0 |  34k|  11 | 0.000000e+00 |      --      |    Inf |  56.59%
142.20/142.72	c   143s| 16900 |   881 |  1689k|  99.7 |   138M |  20 | 546 |7407 |2395 |6852 |  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |  56.70%
142.90/143.46	c   143s| 17000 |   877 |  1700k|  99.7 |   138M |  20 | 546 |7444 |2397 |6868 |  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |  56.79%
143.30/143.87	c   144s| 17100 |   881 |  1708k|  99.6 |   138M |  20 | 546 |7473 |2387 |6868 |  1 |  34k|  11 | 0.000000e+00 |      --      |    Inf |  56.87%
143.90/144.43	c   144s| 17200 |   875 |  1717k|  99.6 |   138M |  20 | 546 |7496 |   0 |6886 |  0 |  35k|  11 | 0.000000e+00 |      --      |    Inf |  56.95%
144.51/145.09	c   145s| 17300 |   871 |  1727k|  99.5 |   139M |  20 | 546 |7515 |   0 |6913 |  0 |  35k|  11 | 0.000000e+00 |      --      |    Inf |  57.27%
145.19/145.73	c   146s| 17400 |   866 |  1736k|  99.5 |   139M |  20 | 546 |7439 |2394 |6933 |  0 |  35k|  11 | 0.000000e+00 |      --      |    Inf |  57.42%
145.89/146.49	c   146s| 17500 |   869 |  1745k|  99.4 |   139M |  20 | 546 |7402 |2400 |6997 |  1 |  35k|  11 | 0.000000e+00 |      --      |    Inf |  57.62%
146.79/147.36	c   147s| 17600 |   875 |  1754k|  99.4 |   139M |  20 | 546 |7268 |2390 |7062 |  1 |  35k|  11 | 0.000000e+00 |      --      |    Inf |  57.90%
147.09/147.67	c   148s| 17700 |   869 |  1760k|  99.2 |   139M |  20 | 546 |7359 |   0 |7062 |  0 |  35k|  11 | 0.000000e+00 |      --      |    Inf |  57.97%
147.69/148.23	c   148s| 17800 |   868 |  1768k|  99.0 |   139M |  20 | 546 |7310 |2395 |7091 |  1 |  36k|  11 | 0.000000e+00 |      --      |    Inf |  58.18%
148.08/148.64	c   149s| 17900 |   875 |  1775k|  98.9 |   139M |  20 | 546 |7360 |   0 |7091 |  0 |  36k|  11 | 0.000000e+00 |      --      |    Inf |  58.25%
148.68/149.27	c   149s| 18000 |   871 |  1784k|  98.8 |   139M |  20 | 546 |7406 |2391 |7115 |  0 |  36k|  11 | 0.000000e+00 |      --      |    Inf |  58.38%
149.18/149.71	c   150s| 18100 |   868 |  1791k|  98.7 |   139M |  20 | 546 |7468 |   0 |7115 |  0 |  36k|  11 | 0.000000e+00 |      --      |    Inf |  58.53%
149.59/150.18	c   150s| 18200 |   863 |  1800k|  98.7 |   139M |  22 | 546 |7477 |2397 |7139 |  0 |  36k|  11 | 0.000000e+00 |      --      |    Inf |  58.64%
150.27/150.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
150.27/150.85	c   151s| 18300 |   864 |  1810k|  98.6 |   139M |  22 | 546 |7463 |   0 |7176 |  0 |  36k|  11 | 0.000000e+00 |      --      |    Inf |  58.80%
150.77/151.33	c   151s| 18400 |   858 |  1817k|  98.5 |   139M |  22 | 546 |7515 |2394 |7176 |  0 |  37k|  11 | 0.000000e+00 |      --      |    Inf |  58.94%
151.27/151.82	c   152s| 18500 |   859 |  1826k|  98.4 |   140M |  22 | 546 |7529 |2394 |7193 |  1 |  37k|  11 | 0.000000e+00 |      --      |    Inf |  59.10%
152.17/152.76	c   153s| 18600 |   871 |  1837k|  98.5 |   140M |  22 | 546 |7513 |2395 |7247 |  0 |  37k|  11 | 0.000000e+00 |      --      |    Inf |  59.22%
152.77/153.35	c   153s| 18700 |   876 |  1847k|  98.5 |   140M |  22 | 546 |7472 |2391 |7260 |  1 |  37k|  11 | 0.000000e+00 |      --      |    Inf |  59.49%
153.26/153.89	c   154s| 18800 |   871 |  1856k|  98.5 |   140M |  22 | 546 |7531 |2393 |7270 |  1 |  37k|  11 | 0.000000e+00 |      --      |    Inf |  59.65%
153.96/154.54	c   155s| 18900 |   872 |  1865k|  98.4 |   143M |  22 | 546 |7549 |2390 |7295 |  0 |  37k|  11 | 0.000000e+00 |      --      |    Inf |  59.82%
154.47/155.08	c   155s| 19000 |   868 |  1873k|  98.3 |   143M |  22 | 546 |7516 |2395 |7328 |  1 |  38k|  11 | 0.000000e+00 |      --      |    Inf |  60.05%
154.96/155.50	c   155s| 19100 |   870 |  1881k|  98.2 |   143M |  22 | 546 |7559 |2390 |7341 |  1 |  38k|  11 | 0.000000e+00 |      --      |    Inf |  60.13%
155.36/155.94	c   156s| 19200 |   867 |  1890k|  98.2 |   143M |  22 | 546 |7599 |2392 |7364 |  1 |  38k|  11 | 0.000000e+00 |      --      |    Inf |  60.23%
155.85/156.46	c   156s| 19300 |   869 |  1898k|  98.1 |   143M |  22 | 546 |7677 |2394 |7382 |  0 |  38k|  11 | 0.000000e+00 |      --      |    Inf |  60.36%
156.35/156.95	c   157s| 19400 |   868 |  1907k|  98.0 |   143M |  22 | 546 |7655 |2387 |7406 |  0 |  38k|  11 | 0.000000e+00 |      --      |    Inf |  60.48%
156.85/157.43	c   157s| 19500 |   865 |  1916k|  98.0 |   143M |  22 | 546 |7609 |2393 |7411 |  1 |  38k|  11 | 0.000000e+00 |      --      |    Inf |  60.62%
157.25/157.86	c   158s| 19600 |   864 |  1923k|  97.9 |   143M |  22 | 546 |7666 |2393 |7427 |  1 |  39k|  11 | 0.000000e+00 |      --      |    Inf |  60.67%
157.85/158.46	c   158s| 19700 |   853 |  1935k|  98.0 |   143M |  22 | 546 |7660 |2409 |7427 |  1 |  39k|  11 | 0.000000e+00 |      --      |    Inf |  60.81%
158.34/158.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
158.34/158.94	c   159s| 19800 |   855 |  1944k|  97.9 |   143M |  22 | 546 |7665 |2399 |7472 |  1 |  39k|  11 | 0.000000e+00 |      --      |    Inf |  60.87%
158.84/159.43	c   159s| 19900 |   860 |  1953k|  97.9 |   143M |  22 | 546 |7727 |   0 |7476 |  0 |  39k|  11 | 0.000000e+00 |      --      |    Inf |  60.94%
159.34/159.99	c   160s| 20000 |   857 |  1962k|  97.9 |   143M |  22 | 546 |7738 |2394 |7510 |  1 |  39k|  11 | 0.000000e+00 |      --      |    Inf |  61.03%
160.24/160.84	c   161s| 20100 |   861 |  1972k|  97.9 |   143M |  22 | 546 |7657 |2393 |7551 |  1 |  39k|  11 | 0.000000e+00 |      --      |    Inf |  61.26%
160.73/161.37	c   161s| 20200 |   859 |  1982k|  97.9 |   143M |  22 | 546 |7716 |2390 |7557 |  1 |  40k|  11 | 0.000000e+00 |      --      |    Inf |  61.40%
161.23/161.85	c   162s| 20300 |   855 |  1990k|  97.8 |   143M |  22 | 546 |7705 |2408 |7585 |  1 |  40k|  11 | 0.000000e+00 |      --      |    Inf |  61.55%
161.63/162.22	c   162s| 20400 |   852 |  1997k|  97.7 |   143M |  22 | 546 |7741 |2394 |7585 |  0 |  40k|  11 | 0.000000e+00 |      --      |    Inf |  61.61%
162.03/162.69	c   163s| 20500 |   854 |  2005k|  97.6 |   143M |  22 | 546 |7779 |   0 |7585 |  0 |  40k|  11 | 0.000000e+00 |      --      |    Inf |  61.69%
162.83/163.48	c   163s| 20600 |   856 |  2015k|  97.6 |   143M |  22 | 546 |7788 |2391 |7621 |  1 |  40k|  11 | 0.000000e+00 |      --      |    Inf |  61.85%
163.32/163.96	c   164s| 20700 |   861 |  2023k|  97.5 |   143M |  22 | 546 |7865 |2395 |7638 |  1 |  40k|  11 | 0.000000e+00 |      --      |    Inf |  61.91%
163.82/164.49	c   164s| 20800 |   855 |  2031k|  97.4 |   143M |  22 | 546 |7873 |   0 |7662 |  0 |  41k|  11 | 0.000000e+00 |      --      |    Inf |  62.02%
164.32/164.95	c   165s| 20900 |   854 |  2040k|  97.4 |   143M |  22 | 546 |7902 |2390 |7679 |  1 |  41k|  11 | 0.000000e+00 |      --      |    Inf |  62.11%
164.82/165.42	c   165s| 21000 |   852 |  2049k|  97.3 |   143M |  22 | 546 |7885 |2395 |7699 |  0 |  41k|  11 | 0.000000e+00 |      --      |    Inf |  62.16%
165.22/165.87	c   166s| 21100 |   848 |  2057k|  97.3 |   143M |  22 | 546 |7897 |2391 |7720 |  0 |  41k|  11 | 0.000000e+00 |      --      |    Inf |  62.25%
165.81/166.46	c   166s| 21200 |   857 |  2066k|  97.2 |   143M |  22 | 546 |7878 |2394 |7736 |  1 |  41k|  11 | 0.000000e+00 |      --      |    Inf |  62.32%
166.31/166.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
166.31/166.94	c   167s| 21300 |   851 |  2074k|  97.2 |   143M |  22 | 546 |7913 |   0 |7764 |  0 |  41k|  11 | 0.000000e+00 |      --      |    Inf |  62.47%
166.81/167.41	c   167s| 21400 |   844 |  2083k|  97.1 |   143M |  22 | 546 |7848 |2392 |7776 |  1 |  42k|  11 | 0.000000e+00 |      --      |    Inf |  62.64%
167.31/167.90	c   168s| 21500 |   847 |  2092k|  97.1 |   143M |  22 | 546 |7807 |2398 |7789 |  0 |  42k|  11 | 0.000000e+00 |      --      |    Inf |  62.75%
167.71/168.37	c   168s| 21600 |   844 |  2100k|  97.0 |   143M |  22 | 546 |7858 |2393 |7793 |  0 |  42k|  11 | 0.000000e+00 |      --      |    Inf |  62.83%
168.30/168.97	c   169s| 21700 |   839 |  2109k|  97.0 |   143M |  22 | 546 |7851 |2389 |7826 |  1 |  42k|  11 | 0.000000e+00 |      --      |    Inf |  62.98%
168.90/169.57	c   170s| 21800 |   842 |  2119k|  97.0 |   143M |  22 | 546 |7882 |2399 |7836 |  1 |  42k|  11 | 0.000000e+00 |      --      |    Inf |  63.05%
169.30/169.98	c   170s| 21900 |   838 |  2127k|  96.9 |   143M |  22 | 546 |7941 |2387 |7851 |  0 |  42k|  11 | 0.000000e+00 |      --      |    Inf |  63.16%
169.70/170.35	c   170s| 22000 |   833 |  2135k|  96.8 |   143M |  22 | 546 |7952 |2397 |7856 |  0 |  43k|  11 | 0.000000e+00 |      --      |    Inf |  63.27%
170.10/170.73	c   171s| 22100 |   827 |  2142k|  96.7 |   143M |  22 | 546 |7926 |2394 |7860 |  1 |  43k|  11 | 0.000000e+00 |      --      |    Inf |  63.43%
170.41/171.09	c   171s| 22200 |   820 |  2149k|  96.6 |   143M |  22 | 546 |7943 |2390 |7869 |  1 |  43k|  11 | 0.000000e+00 |      --      |    Inf |  63.56%
170.79/171.45	c   171s| 22300 |   820 |  2157k|  96.5 |   143M |  22 | 546 |8002 |   0 |7871 |  0 |  43k|  11 | 0.000000e+00 |      --      |    Inf |  63.62%
171.19/171.84	c   172s| 22400 |   807 |  2164k|  96.4 |   143M |  22 | 546 |8080 |   0 |7871 |  0 |  43k|  11 | 0.000000e+00 |      --      |    Inf |  63.72%
171.59/172.24	c   172s| 22500 |   808 |  2172k|  96.3 |   143M |  22 | 546 |8148 |2398 |7880 |  0 |  43k|  11 | 0.000000e+00 |      --      |    Inf |  63.80%
171.99/172.68	c   173s| 22600 |   805 |  2180k|  96.2 |   143M |  22 | 546 |8206 |2389 |7892 |  1 |  44k|  11 | 0.000000e+00 |      --      |    Inf |  63.85%
172.40/173.04	c   173s| 22700 |   794 |  2187k|  96.1 |   143M |  22 | 546 |8224 |2387 |7892 |  0 |  44k|  11 | 0.000000e+00 |      --      |    Inf |  63.92%
172.79/173.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.79/173.48	c   173s| 22800 |   800 |  2195k|  96.1 |   143M |  22 | 546 |8244 |2390 |7892 |  1 |  44k|  11 | 0.000000e+00 |      --      |    Inf |  64.00%
173.18/173.84	c   174s| 22900 |   790 |  2202k|  96.0 |   143M |  22 | 546 |8212 |2395 |7895 |  0 |  44k|  11 | 0.000000e+00 |      --      |    Inf |  64.11%
174.08/174.79	c   175s| 23000 |   799 |  2216k|  96.1 |   143M |  22 | 546 |8157 |2393 |7947 |  1 |  44k|  11 | 0.000000e+00 |      --      |    Inf |  64.23%
174.58/175.27	c   175s| 23100 |   802 |  2224k|  96.1 |   143M |  22 | 546 |8157 |2399 |7966 |  2 |  44k|  11 | 0.000000e+00 |      --      |    Inf |  64.34%
175.08/175.79	c   176s| 23200 |   801 |  2234k|  96.1 |   143M |  22 | 546 |8175 |2387 |7977 |  0 |  44k|  11 | 0.000000e+00 |      --      |    Inf |  64.41%
175.57/176.27	c   176s| 23300 |   800 |  2242k|  96.0 |   143M |  22 | 546 |8183 |2395 |7992 |  1 |  45k|  11 | 0.000000e+00 |      --      |    Inf |  64.53%
176.17/176.83	c   177s| 23400 |   805 |  2253k|  96.1 |   143M |  22 | 546 |8226 |2391 |8007 |  1 |  45k|  11 | 0.000000e+00 |      --      |    Inf |  64.57%
176.48/177.18	c   177s| 23500 |   804 |  2260k|  96.0 |   143M |  22 | 546 |8306 |2395 |8009 |  1 |  45k|  11 | 0.000000e+00 |      --      |    Inf |  64.67%
176.87/177.57	c   178s| 23600 |   799 |  2267k|  95.9 |   144M |  22 | 546 |8375 |2397 |8029 |  2 |  45k|  11 | 0.000000e+00 |      --      |    Inf |  64.74%
177.38/178.02	c   178s| 23700 |   801 |  2276k|  95.8 |   144M |  22 | 546 |8380 |2394 |8029 |  1 |  45k|  11 | 0.000000e+00 |      --      |    Inf |  64.88%
177.77/178.44	c   178s| 23800 |   794 |  2284k|  95.8 |   144M |  22 | 546 |8339 |2393 |8029 |  1 |  45k|  11 | 0.000000e+00 |      --      |    Inf |  65.03%
178.26/178.94	c   179s| 23900 |   791 |  2292k|  95.7 |   144M |  22 | 546 |8311 |   0 |8047 |  0 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.12%
178.76/179.43	c   179s| 24000 |   793 |  2300k|  95.7 |   144M |  22 | 546 |8376 |2393 |8071 |  1 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.16%
179.06/179.75	c   180s| 24100 |   785 |  2307k|  95.5 |   144M |  22 | 546 |8443 |   0 |8074 |  0 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.20%
179.86/180.50	c   180s| 24200 |   782 |  2315k|  95.5 |   144M |  22 | 546 |8328 |2395 |8119 |  0 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.43%
180.37/181.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
180.37/181.04	c   181s| 24300 |   784 |  2323k|  95.4 |   144M |  22 | 546 |8302 |2396 |8146 |  1 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.53%
180.75/181.46	c   181s| 24400 |   781 |  2330k|  95.3 |   144M |  22 | 546 |8309 |   0 |8171 |  0 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.58%
181.15/181.85	c   182s| 24500 |   776 |  2337k|  95.2 |   144M |  22 | 546 |8359 |   0 |8171 |  0 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.66%
181.75/182.43	c   182s| 24600 |   775 |  2345k|  95.2 |   144M |  22 | 546 |8339 |2392 |8208 |  1 |  46k|  11 | 0.000000e+00 |      --      |    Inf |  65.81%
182.25/182.99	c   183s| 24700 |   783 |  2355k|  95.2 |   144M |  22 | 546 |8416 |2393 |8220 |  1 |  47k|  11 | 0.000000e+00 |      --      |    Inf |  65.86%
182.65/183.39	c   183s| 24800 |   776 |  2364k|  95.1 |   144M |  22 | 546 |8424 |2399 |8220 |  1 |  47k|  11 | 0.000000e+00 |      --      |    Inf |  65.98%
183.04/183.75	c   184s| 24900 |   768 |  2371k|  95.0 |   144M |  22 | 546 |8463 |2396 |8222 |  1 |  47k|  11 | 0.000000e+00 |      --      |    Inf |  66.07%
183.84/184.55	c   185s| 25000 |   771 |  2380k|  95.0 |   144M |  22 | 546 |8389 |2394 |8264 |  1 |  47k|  11 | 0.000000e+00 |      --      |    Inf |  66.21%
184.24/184.95	c   185s| 25100 |   767 |  2388k|  94.9 |   144M |  22 | 546 |8392 |2397 |8264 |  1 |  47k|  11 | 0.000000e+00 |      --      |    Inf |  66.28%
184.84/185.58	c   186s| 25200 |   768 |  2397k|  95.0 |   144M |  22 | 546 |8254 |2392 |8303 |  1 |  47k|  11 | 0.000000e+00 |      --      |    Inf |  66.46%
185.53/186.20	c   186s| 25300 |   767 |  2407k|  95.0 |   144M |  22 | 546 |8187 |   0 |8338 |  0 |  48k|  11 | 0.000000e+00 |      --      |    Inf |  66.69%
185.93/186.61	c   187s| 25400 |   768 |  2415k|  94.9 |   144M |  22 | 546 |8204 |2395 |8342 |  1 |  48k|  11 | 0.000000e+00 |      --      |    Inf |  66.76%
186.44/187.19	c   187s| 25500 |   768 |  2424k|  94.9 |   144M |  22 | 546 |8187 |2394 |8361 |  1 |  48k|  11 | 0.000000e+00 |      --      |    Inf |  67.17%
186.83/187.56	c   188s| 25600 |   765 |  2431k|  94.8 |   144M |  22 | 546 |8216 |   0 |8361 |  0 |  48k|  11 | 0.000000e+00 |      --      |    Inf |  67.27%
187.63/188.30	c   188s| 25700 |   772 |  2441k|  94.8 |   144M |  22 | 546 |8192 |2389 |8423 |  0 |  48k|  11 | 0.000000e+00 |      --      |    Inf |  67.33%
188.02/188.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
188.02/188.72	c   189s| 25800 |   769 |  2449k|  94.7 |   144M |  22 | 546 |8211 |2390 |8427 |  1 |  48k|  11 | 0.000000e+00 |      --      |    Inf |  67.54%
188.82/189.53	c   190s| 25900 |   774 |  2461k|  94.8 |   144M |  22 | 546 |8134 |2394 |8463 |  0 |  49k|  11 | 0.000000e+00 |      --      |    Inf |  67.67%
189.33/190.10	c   190s| 26000 |   775 |  2470k|  94.8 |   144M |  22 | 546 |8080 |2388 |8483 |  1 |  49k|  11 | 0.000000e+00 |      --      |    Inf |  67.87%
189.82/190.58	c   191s| 26100 |   777 |  2479k|  94.8 |   144M |  22 | 546 |8061 |   0 |8483 |  0 |  49k|  11 | 0.000000e+00 |      --      |    Inf |  67.94%
190.52/191.23	c   191s| 26200 |   771 |  2489k|  94.8 |   144M |  22 | 546 |8078 |2397 |8510 |  0 |  49k|  11 | 0.000000e+00 |      --      |    Inf |  68.00%
191.11/191.82	c   192s| 26300 |   775 |  2498k|  94.8 |   144M |  22 | 546 |8067 |2402 |8541 |  1 |  49k|  11 | 0.000000e+00 |      --      |    Inf |  68.17%
191.61/192.31	c   192s| 26400 |   778 |  2507k|  94.8 |   144M |  22 | 546 |8125 |2395 |8548 |  1 |  49k|  11 | 0.000000e+00 |      --      |    Inf |  68.27%
192.11/192.89	c   193s| 26500 |   778 |  2517k|  94.8 |   144M |  22 | 546 |8190 |2402 |8566 |  1 |  50k|  11 | 0.000000e+00 |      --      |    Inf |  68.33%
192.61/193.35	c   193s| 26600 |   772 |  2526k|  94.8 |   144M |  22 | 546 |8196 |2394 |8578 |  2 |  50k|  11 | 0.000000e+00 |      --      |    Inf |  68.41%
193.20/193.93	c   194s| 26700 |   767 |  2534k|  94.7 |   144M |  22 | 546 |8214 |2397 |8595 |  0 |  50k|  11 | 0.000000e+00 |      --      |    Inf |  68.64%
193.80/194.57	c   195s| 26800 |   764 |  2544k|  94.8 |   144M |  22 | 546 |8217 |2397 |8611 |  1 |  50k|  11 | 0.000000e+00 |      --      |    Inf |  68.74%
194.20/195.00	c   195s| 26900 |   762 |  2551k|  94.7 |   144M |  22 | 546 |8300 |2395 |8638 |  1 |  50k|  11 | 0.000000e+00 |      --      |    Inf |  68.80%
194.80/195.51	c   195s| 27000 |   764 |  2559k|  94.6 |   144M |  22 | 546 |8311 |2393 |8673 |  1 |  50k|  11 | 0.000000e+00 |      --      |    Inf |  68.88%
195.41/196.17	c   196s| 27100 |   762 |  2568k|  94.6 |   144M |  22 | 546 |8319 |   0 |8715 |  0 |  50k|  11 | 0.000000e+00 |      --      |    Inf |  69.10%
195.89/196.65	c   197s| 27200 |   760 |  2577k|  94.6 |   144M |  22 | 546 |8322 |   0 |8745 |  0 |  51k|  11 | 0.000000e+00 |      --      |    Inf |  69.24%
196.31/197.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
196.31/197.01	c   197s| 27300 |   755 |  2584k|  94.5 |   144M |  22 | 546 |8373 |2395 |8745 |  1 |  51k|  11 | 0.000000e+00 |      --      |    Inf |  69.30%
196.69/197.42	c   197s| 27400 |   751 |  2591k|  94.4 |   144M |  22 | 546 |8400 |2396 |8745 |  0 |  51k|  11 | 0.000000e+00 |      --      |    Inf |  69.34%
197.09/197.84	c   198s| 27500 |   756 |  2599k|  94.4 |   144M |  22 | 546 |8484 |2396 |8752 |  1 |  51k|  11 | 0.000000e+00 |      --      |    Inf |  69.36%
197.59/198.33	c   198s| 27600 |   753 |  2607k|  94.3 |   144M |  22 | 546 |8464 |2396 |8773 |  1 |  51k|  11 | 0.000000e+00 |      --      |    Inf |  69.46%
198.30/199.07	c   199s| 27700 |   753 |  2617k|  94.3 |   145M |  22 | 546 |8394 |   0 |8815 |  0 |  51k|  11 | 0.000000e+00 |      --      |    Inf |  69.72%
198.78/199.57	c   200s| 27800 |   741 |  2625k|  94.3 |   145M |  22 | 546 |8418 |2399 |8821 |  0 |  51k|  11 | 0.000000e+00 |      --      |    Inf |  69.87%
199.29/200.05	c   200s| 27900 |   740 |  2634k|  94.2 |   145M |  22 | 546 |8476 |2391 |8828 |  1 |  52k|  11 | 0.000000e+00 |      --      |    Inf |  69.91%
199.88/200.60	c   201s| 28000 |   744 |  2644k|  94.3 |   145M |  22 | 546 |8513 |2390 |8850 |  0 |  52k|  11 | 0.000000e+00 |      --      |    Inf |  70.01%
200.48/201.25	c   201s| 28100 |   750 |  2654k|  94.3 |   145M |  22 | 546 |8446 |2392 |8867 |  1 |  52k|  11 | 0.000000e+00 |      --      |    Inf |  70.08%
200.87/201.65	c   202s| 28200 |   749 |  2662k|  94.2 |   145M |  22 | 546 |8499 |   0 |8879 |  0 |  52k|  11 | 0.000000e+00 |      --      |    Inf |  70.10%
201.29/202.06	c   202s| 28300 |   743 |  2670k|  94.2 |   145M |  22 | 546 |8553 |2395 |8882 |  1 |  52k|  11 | 0.000000e+00 |      --      |    Inf |  70.16%
201.67/202.48	c   202s| 28400 |   740 |  2678k|  94.1 |   145M |  22 | 546 |8577 |2393 |8895 |  1 |  52k|  11 | 0.000000e+00 |      --      |    Inf |  70.28%
202.17/202.95	c   203s| 28500 |   735 |  2687k|  94.1 |   145M |  22 | 546 |8602 |2393 |8897 |  0 |  53k|  11 | 0.000000e+00 |      --      |    Inf |  70.37%
202.67/203.49	c   203s| 28600 |   734 |  2696k|  94.1 |   145M |  22 | 546 |8638 |   0 |8918 |  0 |  53k|  11 | 0.000000e+00 |      --      |    Inf |  70.43%
203.07/203.89	c   204s| 28700 |   736 |  2704k|  94.1 |   145M |  22 | 546 |8694 |2395 |8926 |  1 |  53k|  11 | 0.000000e+00 |      --      |    Inf |  70.46%
203.66/204.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
203.66/204.40	c   204s| 28800 |   733 |  2714k|  94.1 |   145M |  22 | 546 |8706 |2392 |8928 |  1 |  53k|  11 | 0.000000e+00 |      --      |    Inf |  70.57%
204.06/204.88	c   205s| 28900 |   730 |  2724k|  94.1 |   145M |  22 | 546 |8687 |   0 |8939 |  0 |  53k|  11 | 0.000000e+00 |      --      |    Inf |  70.66%
204.56/205.32	c   205s| 29000 |   729 |  2732k|  94.1 |   145M |  22 | 546 |8655 |2393 |8939 |  1 |  53k|  11 | 0.000000e+00 |      --      |    Inf |  70.79%
205.06/205.87	c   206s| 29100 |   731 |  2741k|  94.0 |   145M |  22 | 546 |8648 |   0 |8972 |  0 |  53k|  11 | 0.000000e+00 |      --      |    Inf |  70.96%
205.46/206.25	c   206s| 29200 |   724 |  2749k|  94.0 |   145M |  22 | 546 |8703 |2395 |8990 |  1 |  54k|  11 | 0.000000e+00 |      --      |    Inf |  71.01%
206.15/206.95	c   207s| 29300 |   725 |  2758k|  94.0 |   145M |  22 | 546 |8701 |   0 |9037 |  0 |  54k|  11 | 0.000000e+00 |      --      |    Inf |  71.12%
206.65/207.44	c   207s| 29400 |   721 |  2768k|  94.0 |   145M |  22 | 546 |8726 |2397 |9053 |  1 |  54k|  11 | 0.000000e+00 |      --      |    Inf |  71.30%
207.05/207.85	c   208s| 29500 |   715 |  2776k|  93.9 |   145M |  22 | 546 |8780 |2390 |9055 |  0 |  54k|  11 | 0.000000e+00 |      --      |    Inf |  71.36%
207.55/208.33	c   208s| 29600 |   712 |  2784k|  93.9 |   145M |  22 | 546 |8822 |2396 |9069 |  0 |  54k|  11 | 0.000000e+00 |      --      |    Inf |  71.44%
208.05/208.81	c   209s| 29700 |   714 |  2792k|  93.9 |   145M |  22 | 546 |8778 |   0 |9080 |  0 |  54k|  11 | 0.000000e+00 |      --      |    Inf |  71.54%
208.54/209.30	c   209s| 29800 |   706 |  2801k|  93.8 |   145M |  22 | 546 |8782 |2393 |9101 |  1 |  55k|  11 | 0.000000e+00 |      --      |    Inf |  71.64%
209.04/209.86	c   210s| 29900 |   710 |  2811k|  93.8 |   145M |  22 | 546 |8708 |2389 |9111 |  1 |  55k|  11 | 0.000000e+00 |      --      |    Inf |  71.74%
209.44/210.25	c   210s| 30000 |   706 |  2818k|  93.8 |   145M |  22 | 546 |8720 |   0 |9115 |  0 |  55k|  11 | 0.000000e+00 |      --      |    Inf |  71.81%
209.84/210.64	c   211s| 30100 |   704 |  2825k|  93.7 |   145M |  22 | 546 |8768 |   0 |9137 |  0 |  55k|  11 | 0.000000e+00 |      --      |    Inf |  71.89%
210.25/211.03	c   211s| 30200 |   698 |  2833k|  93.6 |   145M |  22 | 546 |8794 |2389 |9141 |  1 |  55k|  11 | 0.000000e+00 |      --      |    Inf |  71.98%
210.73/211.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
210.73/211.50	c   211s| 30300 |   695 |  2841k|  93.6 |   145M |  22 | 546 |8787 |2390 |9141 |  1 |  55k|  11 | 0.000000e+00 |      --      |    Inf |  72.09%
211.13/211.91	c   212s| 30400 |   696 |  2850k|  93.6 |   145M |  22 | 546 |8882 |2393 |9141 |  1 |  55k|  11 | 0.000000e+00 |      --      |    Inf |  72.12%
211.53/212.36	c   212s| 30500 |   695 |  2859k|  93.6 |   145M |  22 | 546 |8954 |2396 |9154 |  1 |  56k|  11 | 0.000000e+00 |      --      |    Inf |  72.15%
212.03/212.87	c   213s| 30600 |   687 |  2868k|  93.6 |   145M |  22 | 546 |8946 |2390 |9158 |  0 |  56k|  11 | 0.000000e+00 |      --      |    Inf |  72.27%
212.43/213.23	c   213s| 30700 |   683 |  2875k|  93.5 |   145M |  22 | 546 |8987 |2389 |9171 |  0 |  56k|  11 | 0.000000e+00 |      --      |    Inf |  72.32%
213.03/213.82	c   214s| 30800 |   687 |  2886k|  93.5 |   145M |  22 | 546 |9034 |2393 |9188 |  1 |  56k|  11 | 0.000000e+00 |      --      |    Inf |  72.39%
213.52/214.39	c   214s| 30900 |   678 |  2896k|  93.6 |   145M |  22 | 546 |9071 |2392 |9203 |  1 |  56k|  11 | 0.000000e+00 |      --      |    Inf |  72.55%
213.92/214.79	c   215s| 31000 |   670 |  2904k|  93.5 |   145M |  22 | 546 |9148 |2395 |9223 |  0 |  56k|  11 | 0.000000e+00 |      --      |    Inf |  72.67%
214.42/215.23	c   215s| 31100 |   671 |  2912k|  93.5 |   145M |  22 | 546 |9184 |2399 |9240 |  0 |  57k|  11 | 0.000000e+00 |      --      |    Inf |  72.73%
214.92/215.73	c   216s| 31200 |   666 |  2921k|  93.5 |   145M |  22 | 546 |9152 |   0 |9262 |  0 |  57k|  11 | 0.000000e+00 |      --      |    Inf |  72.84%
215.42/216.28	c   216s| 31300 |   674 |  2932k|  93.5 |   145M |  22 | 546 |9177 |2394 |9287 |  1 |  57k|  11 | 0.000000e+00 |      --      |    Inf |  72.95%
215.81/216.63	c   217s| 31400 |   674 |  2939k|  93.4 |   145M |  22 | 546 |9223 |2395 |9293 |  0 |  57k|  11 | 0.000000e+00 |      --      |    Inf |  72.98%
216.41/217.21	c   217s| 31500 |   681 |  2950k|  93.5 |   145M |  22 | 546 |9215 |2392 |9296 |  1 |  57k|  11 | 0.000000e+00 |      --      |    Inf |  73.01%
217.11/217.90	c   218s| 31600 |   683 |  2959k|  93.5 |   145M |  22 | 546 |9137 |2394 |9356 |  1 |  57k|  11 | 0.000000e+00 |      --      |    Inf |  73.43%
217.61/218.43	c   218s| 31700 |   687 |  2968k|  93.5 |   145M |  22 | 546 |9086 |2396 |9373 |  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |  73.52%
218.01/218.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
218.01/218.89	c   219s| 31800 |   691 |  2977k|  93.5 |   145M |  22 | 546 |9052 |   0 |9385 |  0 |  58k|  11 | 0.000000e+00 |      --      |    Inf |  73.59%
218.50/219.31	c   219s| 31900 |   689 |  2984k|  93.4 |   145M |  22 | 546 |9120 |2392 |9398 |  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |  73.62%
219.10/219.90	c   220s| 32000 |   705 |  2994k|  93.4 |   145M |  22 | 546 |9033 |2395 |9410 |  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |  73.67%
219.50/220.32	c   220s| 32100 |   699 |  3003k|  93.4 |   145M |  22 | 546 |9105 |2394 |9432 |  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |  73.70%
220.21/221.04	c   221s| 32200 |   714 |  3014k|  93.5 |   145M |  22 | 546 |9032 |2391 |9467 |  1 |  58k|  11 | 0.000000e+00 |      --      |    Inf |  73.78%
220.50/221.39	c   221s| 32300 |   711 |  3020k|  93.4 |   145M |  22 | 546 |9026 |   0 |9472 |  0 |  58k|  11 | 0.000000e+00 |      --      |    Inf |  73.85%
220.99/221.86	c   222s| 32400 |   709 |  3029k|  93.3 |   145M |  22 | 546 |9078 |2392 |9476 |  0 |  59k|  11 | 0.000000e+00 |      --      |    Inf |  73.90%
221.39/222.22	c   222s| 32500 |   707 |  3036k|  93.3 |   145M |  22 | 546 |9187 |2395 |9491 |  1 |  59k|  11 | 0.000000e+00 |      --      |    Inf |  73.95%
221.79/222.69	c   223s| 32600 |   704 |  3045k|  93.3 |   145M |  22 | 546 |9167 |2396 |9505 |  1 |  59k|  11 | 0.000000e+00 |      --      |    Inf |  74.02%
222.39/223.24	c   223s| 32700 |   699 |  3054k|  93.2 |   145M |  22 | 546 |9000 |2396 |9540 |  1 |  59k|  11 | 0.000000e+00 |      --      |    Inf |  74.15%
222.89/223.77	c   224s| 32800 |   703 |  3063k|  93.2 |   145M |  22 | 546 |8985 |2390 |9542 |  0 |  59k|  11 | 0.000000e+00 |      --      |    Inf |  74.24%
223.38/224.24	c   224s| 32900 |   703 |  3071k|  93.2 |   145M |  22 | 546 |9030 |   0 |9576 |  0 |  59k|  11 | 0.000000e+00 |      --      |    Inf |  74.38%
223.98/224.82	c   225s| 33000 |   708 |  3081k|  93.2 |   146M |  23 | 546 |9035 |2392 |9607 |  1 |  60k|  11 | 0.000000e+00 |      --      |    Inf |  74.45%
224.29/225.17	c   225s| 33100 |   710 |  3087k|  93.1 |   146M |  23 | 546 |9033 |2390 |9624 |  0 |  60k|  11 | 0.000000e+00 |      --      |    Inf |  74.50%
224.68/225.59	c   226s| 33200 |   701 |  3095k|  93.1 |   147M |  23 | 546 |9114 |2407 |9655 |  0 |  60k|  11 | 0.000000e+00 |      --      |    Inf |  74.55%
225.19/226.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
225.19/226.06	c   226s| 33300 |   702 |  3103k|  93.0 |   147M |  23 | 546 |9131 |2387 |9655 |  1 |  60k|  11 | 0.000000e+00 |      --      |    Inf |  74.63%
225.57/226.47	c   226s| 33400 |   700 |  3111k|  93.0 |   147M |  23 | 546 |9189 |2390 |9667 |  0 |  60k|  11 | 0.000000e+00 |      --      |    Inf |  74.66%
225.97/226.85	c   227s| 33500 |   699 |  3118k|  93.0 |   147M |  23 | 546 |9202 |2393 |9681 |  0 |  60k|  11 | 0.000000e+00 |      --      |    Inf |  74.71%
226.37/227.28	c   227s| 33600 |   695 |  3126k|  92.9 |   147M |  23 | 546 |9210 |2389 |9681 |  1 |  61k|  11 | 0.000000e+00 |      --      |    Inf |  74.75%
226.87/227.71	c   228s| 33700 |   690 |  3133k|  92.8 |   147M |  23 | 546 |9139 |2392 |9681 |  1 |  61k|  11 | 0.000000e+00 |      --      |    Inf |  74.83%
227.28/228.18	c   228s| 33800 |   685 |  3142k|  92.8 |   147M |  23 | 546 |9117 |2387 |9697 |  0 |  61k|  11 | 0.000000e+00 |      --      |    Inf |  74.91%
227.96/228.83	c   229s| 33900 |   693 |  3152k|  92.8 |   147M |  23 | 546 |9021 |2399 |9726 |  1 |  61k|  11 | 0.000000e+00 |      --      |    Inf |  74.99%
228.56/229.43	c   229s| 34000 |   698 |  3162k|  92.9 |   147M |  23 | 546 |8929 |2390 |9743 |  1 |  61k|  11 | 0.000000e+00 |      --      |    Inf |  75.08%
229.27/230.15	c   230s| 34100 |   697 |  3172k|  92.9 |   147M |  23 | 546 |8910 |2391 |9783 |  1 |  61k|  11 | 0.000000e+00 |      --      |    Inf |  75.30%
229.86/230.76	c   231s| 34200 |   701 |  3181k|  92.9 |   147M |  23 | 546 |8849 |2388 |9808 |  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |  75.48%
230.35/231.26	c   231s| 34300 |   709 |  3189k|  92.8 |   147M |  23 | 546 |8825 |2406 |9830 |  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |  75.54%
230.75/231.66	c   232s| 34400 |   711 |  3198k|  92.8 |   147M |  23 | 546 |8853 |   0 |9844 |  0 |  62k|  11 | 0.000000e+00 |      --      |    Inf |  75.62%
231.16/232.08	c   232s| 34500 |   700 |  3206k|  92.8 |   147M |  23 | 546 |8905 |2382 |9853 |  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |  75.68%
231.85/232.77	c   233s| 34600 |   711 |  3216k|  92.8 |   147M |  23 | 546 |8799 |2394 |9877 |  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |  75.78%
232.35/233.28	c   233s| 34700 |   716 |  3224k|  92.8 |   147M |  23 | 546 |8764 |2394 |9892 |  1 |  62k|  11 | 0.000000e+00 |      --      |    Inf |  75.85%
232.94/233.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
232.94/233.82	c   234s| 34800 |   706 |  3232k|  92.7 |   147M |  23 | 546 |8749 |2396 |9913 |  0 |  63k|  11 | 0.000000e+00 |      --      |    Inf |  76.03%
233.44/234.31	c   234s| 34900 |   702 |  3240k|  92.7 |   147M |  23 | 546 |8696 |2395 |9913 |  1 |  63k|  11 | 0.000000e+00 |      --      |    Inf |  76.20%
233.85/234.70	c   235s| 35000 |   704 |  3247k|  92.6 |   147M |  23 | 546 |8698 |   0 |9924 |  0 |  63k|  11 | 0.000000e+00 |      --      |    Inf |  76.28%
234.26/235.12	c   235s| 35100 |   705 |  3255k|  92.6 |   147M |  23 | 546 |8676 |   0 |9934 |  0 |  63k|  11 | 0.000000e+00 |      --      |    Inf |  76.33%
234.65/235.54	c   236s| 35200 |   701 |  3263k|  92.6 |   147M |  23 | 546 |8665 |   0 |9942 |  0 |  63k|  11 | 0.000000e+00 |      --      |    Inf |  76.39%
235.16/236.09	c   236s| 35300 |   700 |  3273k|  92.6 |   147M |  23 | 546 |8696 |2398 |9942 |  1 |  63k|  11 | 0.000000e+00 |      --      |    Inf |  76.45%
235.54/236.48	c   236s| 35400 |   691 |  3280k|  92.5 |   147M |  23 | 546 |8704 |2390 |9945 |  1 |  64k|  11 | 0.000000e+00 |      --      |    Inf |  76.54%
236.15/237.07	c   237s| 35500 |   697 |  3289k|  92.5 |   147M |  23 | 546 |8692 |2393 |9962 |  1 |  64k|  11 | 0.000000e+00 |      --      |    Inf |  76.59%
236.54/237.42	c   237s| 35600 |   693 |  3297k|  92.5 |   147M |  23 | 546 |8771 |2396 |9977 |  1 |  64k|  11 | 0.000000e+00 |      --      |    Inf |  76.62%
237.04/237.98	c   238s| 35700 |   697 |  3307k|  92.5 |   147M |  23 | 546 |8782 |2396 |  10k|  1 |  64k|  11 | 0.000000e+00 |      --      |    Inf |  76.66%
237.53/238.49	c   238s| 35800 |   704 |  3316k|  92.5 |   147M |  23 | 546 |8810 |2391 |  10k|  1 |  64k|  11 | 0.000000e+00 |      --      |    Inf |  76.70%
238.03/238.95	c   239s| 35900 |   702 |  3324k|  92.5 |   147M |  23 | 546 |8856 |2395 |  10k|  0 |  64k|  11 | 0.000000e+00 |      --      |    Inf |  76.77%
238.43/239.40	c   239s| 36000 |   701 |  3332k|  92.4 |   147M |  23 | 546 |8853 |2394 |  10k|  0 |  65k|  11 | 0.000000e+00 |      --      |    Inf |  76.84%
238.93/239.81	c   240s| 36100 |   699 |  3340k|  92.4 |   147M |  23 | 546 |8850 |   0 |  10k|  0 |  65k|  11 | 0.000000e+00 |      --      |    Inf |  76.98%
239.43/240.33	c   240s| 36200 |   697 |  3351k|  92.4 |   147M |  23 | 546 |8880 |2390 |  10k|  0 |  65k|  11 | 0.000000e+00 |      --      |    Inf |  77.06%
240.32/241.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
240.32/241.24	c   241s| 36300 |   698 |  3360k|  92.4 |   147M |  23 | 546 |8853 |2395 |  10k|  2 |  65k|  11 | 0.000000e+00 |      --      |    Inf |  77.49%
240.72/241.65	c   242s| 36400 |   692 |  3369k|  92.4 |   147M |  23 | 546 |8869 |   0 |  10k|  0 |  65k|  11 | 0.000000e+00 |      --      |    Inf |  77.74%
241.13/242.06	c   242s| 36500 |   689 |  3376k|  92.4 |   147M |  23 | 546 |8871 |2395 |  10k|  1 |  65k|  11 | 0.000000e+00 |      --      |    Inf |  77.83%
241.62/242.52	c   243s| 36600 |   688 |  3385k|  92.4 |   147M |  23 | 546 |8892 |2397 |  10k|  1 |  65k|  11 | 0.000000e+00 |      --      |    Inf |  77.87%
242.02/242.94	c   243s| 36700 |   684 |  3394k|  92.4 |   147M |  23 | 546 |8925 |2395 |  10k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |  77.94%
242.41/243.35	c   243s| 36800 |   673 |  3402k|  92.3 |   147M |  23 | 546 |8939 |2398 |  10k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |  78.01%
243.01/243.94	c   244s| 36900 |   667 |  3412k|  92.3 |   147M |  23 | 546 |8925 |2394 |  10k|  0 |  66k|  11 | 0.000000e+00 |      --      |    Inf |  78.07%
243.41/244.38	c   244s| 37000 |   671 |  3420k|  92.3 |   147M |  23 | 546 |8941 |2394 |  10k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |  78.10%
243.91/244.83	c   245s| 37100 |   672 |  3429k|  92.3 |   147M |  23 | 546 |8966 |   0 |  10k|  0 |  66k|  11 | 0.000000e+00 |      --      |    Inf |  78.14%
244.22/245.19	c   245s| 37200 |   668 |  3437k|  92.3 |   147M |  23 | 546 |9052 |2390 |  10k|  1 |  66k|  11 | 0.000000e+00 |      --      |    Inf |  78.20%
244.70/245.64	c   246s| 37300 |   666 |  3445k|  92.2 |   147M |  23 | 546 |9116 |2393 |  10k|  0 |  66k|  11 | 0.000000e+00 |      --      |    Inf |  78.28%
245.11/246.05	c   246s| 37400 |   666 |  3454k|  92.2 |   147M |  23 | 546 |9191 |2395 |  10k|  0 |  67k|  11 | 0.000000e+00 |      --      |    Inf |  78.33%
245.50/246.48	c   246s| 37500 |   665 |  3461k|  92.2 |   147M |  23 | 546 |9288 |2397 |  10k|  1 |  67k|  11 | 0.000000e+00 |      --      |    Inf |  78.40%
246.00/246.94	c   247s| 37600 |   663 |  3470k|  92.2 |   147M |  23 | 546 |9284 |   0 |  10k|  0 |  67k|  11 | 0.000000e+00 |      --      |    Inf |  78.45%
246.60/247.54	c   248s| 37700 |   669 |  3482k|  92.2 |   147M |  23 | 546 |9290 |   0 |  10k|  0 |  67k|  11 | 0.000000e+00 |      --      |    Inf |  78.53%
247.00/247.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
247.00/247.99	c   248s| 37800 |   664 |  3490k|  92.2 |   147M |  23 | 546 |9300 |2392 |  10k|  1 |  67k|  11 | 0.000000e+00 |      --      |    Inf |  78.62%
247.59/248.54	c   249s| 37900 |   665 |  3500k|  92.2 |   147M |  23 | 546 |9328 |2390 |  10k|  1 |  67k|  11 | 0.000000e+00 |      --      |    Inf |  78.75%
248.10/249.06	c   249s| 38000 |   663 |  3508k|  92.2 |   147M |  23 | 546 |9343 |2389 |  10k|  1 |  68k|  11 | 0.000000e+00 |      --      |    Inf |  78.92%
248.49/249.41	c   249s| 38100 |   659 |  3515k|  92.1 |   147M |  23 | 546 |9447 |   0 |  10k|  0 |  68k|  11 | 0.000000e+00 |      --      |    Inf |  78.99%
248.89/249.88	c   250s| 38200 |   664 |  3524k|  92.1 |   150M |  23 | 546 |9423 |2397 |  10k|  1 |  68k|  11 | 0.000000e+00 |      --      |    Inf |  79.09%
249.29/250.28	c   250s| 38300 |   655 |  3532k|  92.1 |   150M |  23 | 546 |9495 |2394 |  10k|  1 |  68k|  11 | 0.000000e+00 |      --      |    Inf |  79.18%
249.78/250.70	c   251s| 38400 |   646 |  3540k|  92.1 |   150M |  23 | 546 |9508 |2395 |  10k|  0 |  68k|  11 | 0.000000e+00 |      --      |    Inf |  79.22%
250.28/251.28	c   251s| 38500 |   639 |  3552k|  92.1 |   150M |  23 | 546 |9486 |2393 |  10k|  1 |  68k|  11 | 0.000000e+00 |      --      |    Inf |  79.35%
250.78/251.75	c   252s| 38600 |   644 |  3560k|  92.1 |   150M |  23 | 546 |9542 |   0 |  10k|  0 |  68k|  11 | 0.000000e+00 |      --      |    Inf |  79.46%
251.38/252.30	c   252s| 38700 |   655 |  3570k|  92.1 |   150M |  23 | 546 |9535 |2397 |  10k|  1 |  69k|  11 | 0.000000e+00 |      --      |    Inf |  79.49%
251.88/252.88	c   253s| 38800 |   652 |  3580k|  92.1 |   150M |  23 | 546 |9518 |2395 |  10k|  1 |  69k|  11 | 0.000000e+00 |      --      |    Inf |  79.56%
252.27/253.28	c   253s| 38900 |   649 |  3588k|  92.1 |   150M |  23 | 546 |9576 |2400 |  10k|  1 |  69k|  11 | 0.000000e+00 |      --      |    Inf |  79.61%
252.77/253.75	c   254s| 39000 |   648 |  3597k|  92.1 |   150M |  23 | 546 |9592 |   0 |  10k|  0 |  69k|  11 | 0.000000e+00 |      --      |    Inf |  79.66%
253.37/254.31	c   254s| 39100 |   649 |  3606k|  92.1 |   150M |  23 | 546 |9556 |2389 |  10k|  0 |  69k|  11 | 0.000000e+00 |      --      |    Inf |  79.78%
253.97/254.91	c   255s| 39200 |   644 |  3615k|  92.1 |   150M |  23 | 546 |9611 |2397 |  10k|  1 |  69k|  11 | 0.000000e+00 |      --      |    Inf |  80.20%
254.37/255.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
254.37/255.36	c   255s| 39300 |   644 |  3623k|  92.1 |   150M |  23 | 546 |9686 |2398 |  10k|  1 |  70k|  11 | 0.000000e+00 |      --      |    Inf |  80.23%
254.66/255.69	c   256s| 39400 |   643 |  3630k|  92.0 |   150M |  23 | 546 |9734 |2397 |  10k|  1 |  70k|  11 | 0.000000e+00 |      --      |    Inf |  80.26%
255.18/256.13	c   256s| 39500 |   635 |  3639k|  92.0 |   150M |  23 | 546 |9697 |2395 |  10k|  1 |  70k|  11 | 0.000000e+00 |      --      |    Inf |  80.33%
255.66/256.68	c   257s| 39600 |   633 |  3650k|  92.0 |   150M |  23 | 546 |9757 |2396 |  10k|  1 |  70k|  11 | 0.000000e+00 |      --      |    Inf |  80.41%
256.26/257.20	c   257s| 39700 |   636 |  3659k|  92.0 |   150M |  23 | 546 |9765 |2394 |  10k|  1 |  70k|  11 | 0.000000e+00 |      --      |    Inf |  80.45%
256.66/257.62	c   258s| 39800 |   628 |  3667k|  92.0 |   150M |  23 | 546 |9773 |2393 |  10k|  0 |  70k|  11 | 0.000000e+00 |      --      |    Inf |  80.49%
256.96/258.00	c   258s| 39900 |   634 |  3675k|  92.0 |   150M |  23 | 546 |9872 |2401 |  10k|  0 |  70k|  11 | 0.000000e+00 |      --      |    Inf |  80.51%
257.35/258.39	c   258s| 40000 |   629 |  3683k|  92.0 |   151M |  23 | 546 |  10k|2396 |  10k|  0 |  71k|  11 | 0.000000e+00 |      --      |    Inf |  80.52%
257.85/258.81	c   259s| 40100 |   631 |  3691k|  91.9 |   151M |  23 | 546 |  10k|2392 |  10k|  1 |  71k|  11 | 0.000000e+00 |      --      |    Inf |  80.57%
258.25/259.27	c   259s| 40200 |   628 |  3699k|  91.9 |   151M |  23 | 546 |  10k|2390 |  10k|  0 |  71k|  11 | 0.000000e+00 |      --      |    Inf |  80.63%
258.65/259.64	c   260s| 40300 |   627 |  3707k|  91.9 |   151M |  23 | 546 |  10k|2396 |  10k|  1 |  71k|  11 | 0.000000e+00 |      --      |    Inf |  80.72%
259.06/260.01	c   260s| 40400 |   620 |  3714k|  91.8 |   151M |  23 | 546 |  10k|2394 |  10k|  1 |  71k|  11 | 0.000000e+00 |      --      |    Inf |  80.76%
259.44/260.42	c   260s| 40500 |   623 |  3722k|  91.8 |   151M |  23 | 546 |  10k|2401 |  10k|  1 |  71k|  11 | 0.000000e+00 |      --      |    Inf |  80.78%
259.74/260.77	c   261s| 40600 |   619 |  3729k|  91.7 |   151M |  23 | 546 |  10k|2393 |  10k|  1 |  72k|  11 | 0.000000e+00 |      --      |    Inf |  80.84%
260.16/261.14	c   261s| 40700 |   614 |  3736k|  91.7 |   151M |  23 | 546 |  10k|2395 |  10k|  0 |  72k|  11 | 0.000000e+00 |      --      |    Inf |  80.86%
260.64/261.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
260.64/261.60	c   262s| 40800 |   614 |  3744k|  91.7 |   151M |  23 | 546 |  10k|2390 |  10k|  1 |  72k|  11 | 0.000000e+00 |      --      |    Inf |  80.97%
260.94/262.00	c   262s| 40900 |   609 |  3752k|  91.6 |   151M |  23 | 546 |  10k|2393 |  10k|  1 |  72k|  11 | 0.000000e+00 |      --      |    Inf |  81.02%
261.44/262.40	c   262s| 41000 |   613 |  3760k|  91.6 |   151M |  23 | 546 |  10k|2393 |  10k|  1 |  72k|  11 | 0.000000e+00 |      --      |    Inf |  81.03%
261.74/262.78	c   263s| 41100 |   606 |  3768k|  91.6 |   151M |  23 | 546 |  10k|2396 |  10k|  1 |  72k|  11 | 0.000000e+00 |      --      |    Inf |  81.04%
262.23/263.25	c   263s| 41200 |   607 |  3777k|  91.6 |   151M |  23 | 546 |  10k|2395 |  10k|  1 |  73k|  11 | 0.000000e+00 |      --      |    Inf |  81.11%
262.83/263.85	c   264s| 41300 |   597 |  3786k|  91.6 |   151M |  23 | 546 |  10k|2393 |  10k|  1 |  73k|  11 | 0.000000e+00 |      --      |    Inf |  81.25%
263.23/264.27	c   264s| 41400 |   586 |  3795k|  91.6 |   151M |  23 | 546 |  10k|2403 |  10k|  1 |  73k|  11 | 0.000000e+00 |      --      |    Inf |  81.33%
263.93/264.90	c   265s| 41500 |   585 |  3804k|  91.6 |   151M |  23 | 546 |  10k|2390 |  10k|  1 |  73k|  11 | 0.000000e+00 |      --      |    Inf |  81.37%
264.52/265.51	c   265s| 41600 |   585 |  3815k|  91.6 |   151M |  23 | 546 |  10k|2392 |  10k|  0 |  73k|  11 | 0.000000e+00 |      --      |    Inf |  81.45%
264.92/265.96	c   266s| 41700 |   582 |  3824k|  91.6 |   151M |  23 | 546 |  10k|   0 |  10k|  0 |  73k|  11 | 0.000000e+00 |      --      |    Inf |  81.54%
265.32/266.38	c   266s| 41800 |   582 |  3832k|  91.6 |   151M |  23 | 546 |  10k|2394 |  10k|  1 |  73k|  11 | 0.000000e+00 |      --      |    Inf |  81.61%
265.82/266.82	c   267s| 41900 |   577 |  3839k|  91.5 |   151M |  23 | 546 |  10k|2392 |  10k|  1 |  74k|  11 | 0.000000e+00 |      --      |    Inf |  81.71%
266.22/267.22	c   267s| 42000 |   570 |  3848k|  91.5 |   151M |  23 | 546 |  10k|2395 |  10k|  1 |  74k|  11 | 0.000000e+00 |      --      |    Inf |  81.79%
266.72/267.71	c   268s| 42100 |   573 |  3857k|  91.5 |   151M |  23 | 546 |  10k|   0 |  10k|  0 |  74k|  11 | 0.000000e+00 |      --      |    Inf |  81.82%
267.21/268.25	c   268s| 42200 |   576 |  3866k|  91.5 |   151M |  23 | 546 |  10k|2386 |  10k|  0 |  74k|  11 | 0.000000e+00 |      --      |    Inf |  81.92%
267.61/268.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.61/268.60	c   269s| 42300 |   575 |  3873k|  91.4 |   151M |  23 | 546 |  10k|   0 |  10k|  0 |  74k|  11 | 0.000000e+00 |      --      |    Inf |  81.94%
268.02/269.06	c   269s| 42400 |   567 |  3880k|  91.4 |   151M |  23 | 546 |  10k|2395 |  10k|  0 |  74k|  11 | 0.000000e+00 |      --      |    Inf |  81.97%
268.41/269.49	c   269s| 42500 |   560 |  3889k|  91.4 |   151M |  23 | 546 |  10k|2393 |  10k|  0 |  75k|  11 | 0.000000e+00 |      --      |    Inf |  82.04%
269.02/270.10	c   270s| 42600 |   557 |  3898k|  91.4 |   151M |  23 | 546 |9891 |   0 |  10k|  0 |  75k|  11 | 0.000000e+00 |      --      |    Inf |  82.23%
269.50/270.54	c   271s| 42700 |   567 |  3907k|  91.4 |   151M |  23 | 546 |9949 |   0 |  10k|  0 |  75k|  11 | 0.000000e+00 |      --      |    Inf |  82.26%
269.90/270.91	c   271s| 42800 |   561 |  3914k|  91.3 |   151M |  23 | 546 |  10k|2399 |  10k|  0 |  75k|  11 | 0.000000e+00 |      --      |    Inf |  82.28%
270.30/271.39	c   271s| 42900 |   564 |  3922k|  91.3 |   151M |  23 | 546 |  10k|2395 |  11k|  1 |  75k|  11 | 0.000000e+00 |      --      |    Inf |  82.35%
270.70/271.76	c   272s| 43000 |   558 |  3930k|  91.3 |   151M |  23 | 546 |  10k|2398 |  11k|  0 |  75k|  11 | 0.000000e+00 |      --      |    Inf |  82.37%
271.20/272.20	c   272s| 43100 |   569 |  3938k|  91.3 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  75k|  11 | 0.000000e+00 |      --      |    Inf |  82.41%
271.50/272.59	c   273s| 43200 |   555 |  3946k|  91.2 |   151M |  23 | 546 |  10k|2395 |  11k|  1 |  76k|  11 | 0.000000e+00 |      --      |    Inf |  82.52%
272.01/273.09	c   273s| 43300 |   553 |  3956k|  91.3 |   151M |  23 | 546 |  10k|2387 |  11k|  1 |  76k|  11 | 0.000000e+00 |      --      |    Inf |  82.59%
272.49/273.56	c   274s| 43400 |   548 |  3965k|  91.2 |   151M |  23 | 546 |  10k|2392 |  11k|  1 |  76k|  11 | 0.000000e+00 |      --      |    Inf |  82.67%
272.89/273.90	c   274s| 43500 |   549 |  3971k|  91.2 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  76k|  11 | 0.000000e+00 |      --      |    Inf |  82.73%
273.49/274.56	c   275s| 43600 |   551 |  3982k|  91.2 |   151M |  23 | 546 |  10k|2395 |  11k|  0 |  76k|  11 | 0.000000e+00 |      --      |    Inf |  82.79%
274.00/275.05	c   275s| 43700 |   548 |  3991k|  91.2 |   151M |  23 | 546 |9969 |   0 |  11k|  0 |  76k|  11 | 0.000000e+00 |      --      |    Inf |  82.92%
274.48/275.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
274.48/275.57	c   276s| 43800 |   550 |  4000k|  91.2 |   151M |  23 | 546 |9936 |2390 |  11k|  0 |  77k|  11 | 0.000000e+00 |      --      |    Inf |  83.00%
275.09/276.14	c   276s| 43900 |   548 |  4009k|  91.2 |   151M |  23 | 546 |9893 |   0 |  11k|  0 |  77k|  11 | 0.000000e+00 |      --      |    Inf |  83.27%
275.58/276.62	c   277s| 44000 |   545 |  4017k|  91.2 |   151M |  23 | 546 |9812 |2398 |  11k|  0 |  77k|  11 | 0.000000e+00 |      --      |    Inf |  83.34%
276.09/277.12	c   277s| 44100 |   545 |  4027k|  91.2 |   151M |  23 | 546 |9825 |2392 |  11k|  1 |  77k|  11 | 0.000000e+00 |      --      |    Inf |  83.37%
276.38/277.45	c   277s| 44200 |   544 |  4034k|  91.2 |   151M |  23 | 546 |9868 |2395 |  11k|  0 |  77k|  11 | 0.000000e+00 |      --      |    Inf |  83.41%
276.87/277.94	c   278s| 44300 |   542 |  4043k|  91.2 |   151M |  23 | 546 |9851 |2395 |  11k|  1 |  77k|  11 | 0.000000e+00 |      --      |    Inf |  83.46%
277.27/278.30	c   278s| 44400 |   537 |  4050k|  91.1 |   151M |  23 | 546 |9853 |2393 |  11k|  0 |  78k|  11 | 0.000000e+00 |      --      |    Inf |  83.50%
277.57/278.68	c   279s| 44500 |   536 |  4057k|  91.1 |   151M |  23 | 546 |9901 |2393 |  11k|  1 |  78k|  11 | 0.000000e+00 |      --      |    Inf |  83.56%
277.98/279.03	c   279s| 44600 |   530 |  4064k|  91.0 |   151M |  23 | 546 |9878 |   0 |  11k|  0 |  78k|  11 | 0.000000e+00 |      --      |    Inf |  83.69%
278.37/279.43	c   279s| 44700 |   533 |  4072k|  91.0 |   151M |  23 | 546 |9875 |2395 |  11k|  1 |  78k|  11 | 0.000000e+00 |      --      |    Inf |  83.72%
278.77/279.85	c   280s| 44800 |   529 |  4081k|  91.0 |   151M |  23 | 546 |9924 |2393 |  11k|  0 |  78k|  11 | 0.000000e+00 |      --      |    Inf |  83.79%
279.36/280.42	c   280s| 44900 |   529 |  4091k|  91.0 |   151M |  23 | 546 |9931 |2395 |  11k|  1 |  78k|  11 | 0.000000e+00 |      --      |    Inf |  83.85%
279.66/280.76	c   281s| 45000 |   524 |  4099k|  91.0 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  78k|  11 | 0.000000e+00 |      --      |    Inf |  83.89%
280.07/281.15	c   281s| 45100 |   530 |  4107k|  91.0 |   151M |  23 | 546 |  10k|2395 |  11k|  1 |  79k|  11 | 0.000000e+00 |      --      |    Inf |  83.93%
280.46/281.50	c   281s| 45200 |   522 |  4114k|  90.9 |   151M |  23 | 546 |  10k|2399 |  11k|  0 |  79k|  11 | 0.000000e+00 |      --      |    Inf |  83.96%
280.86/281.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
280.86/281.93	c   282s| 45300 |   518 |  4123k|  90.9 |   151M |  23 | 546 |  10k|2397 |  11k|  0 |  79k|  11 | 0.000000e+00 |      --      |    Inf |  84.02%
281.26/282.39	c   282s| 45400 |   518 |  4131k|  90.9 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  79k|  11 | 0.000000e+00 |      --      |    Inf |  84.09%
281.75/282.83	c   283s| 45500 |   517 |  4139k|  90.9 |   151M |  23 | 546 |  10k|2393 |  11k|  0 |  79k|  11 | 0.000000e+00 |      --      |    Inf |  84.11%
282.15/283.21	c   283s| 45600 |   518 |  4147k|  90.8 |   151M |  23 | 546 |  10k|2393 |  11k|  1 |  79k|  11 | 0.000000e+00 |      --      |    Inf |  84.13%
282.55/283.70	c   284s| 45700 |   519 |  4157k|  90.9 |   151M |  23 | 546 |  10k|2392 |  11k|  0 |  80k|  11 | 0.000000e+00 |      --      |    Inf |  84.15%
283.06/284.17	c   284s| 45800 |   522 |  4166k|  90.9 |   151M |  23 | 546 |  10k|2393 |  11k|  0 |  80k|  11 | 0.000000e+00 |      --      |    Inf |  84.19%
283.45/284.59	c   285s| 45900 |   518 |  4174k|  90.8 |   151M |  23 | 546 |  10k|2388 |  11k|  1 |  80k|  11 | 0.000000e+00 |      --      |    Inf |  84.23%
283.85/285.00	c   285s| 46000 |   519 |  4182k|  90.8 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  80k|  11 | 0.000000e+00 |      --      |    Inf |  84.27%
284.24/285.36	c   285s| 46100 |   519 |  4190k|  90.8 |   151M |  23 | 546 |  10k|2388 |  11k|  1 |  80k|  11 | 0.000000e+00 |      --      |    Inf |  84.30%
284.74/285.81	c   286s| 46200 |   517 |  4198k|  90.8 |   151M |  23 | 546 |  10k|2388 |  11k|  1 |  80k|  11 | 0.000000e+00 |      --      |    Inf |  84.36%
285.14/286.27	c   286s| 46300 |   515 |  4207k|  90.8 |   151M |  23 | 546 |  10k|2397 |  11k|  1 |  81k|  11 | 0.000000e+00 |      --      |    Inf |  84.41%
285.64/286.73	c   287s| 46400 |   512 |  4216k|  90.8 |   151M |  23 | 546 |  10k|2396 |  11k|  1 |  81k|  11 | 0.000000e+00 |      --      |    Inf |  84.44%
285.95/287.10	c   287s| 46500 |   509 |  4224k|  90.7 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  81k|  11 | 0.000000e+00 |      --      |    Inf |  84.45%
286.34/287.49	c   287s| 46600 |   507 |  4231k|  90.7 |   151M |  23 | 546 |  10k|2397 |  11k|  1 |  81k|  11 | 0.000000e+00 |      --      |    Inf |  84.48%
286.64/287.79	c   288s| 46700 |   508 |  4238k|  90.6 |   151M |  23 | 546 |  10k|2397 |  11k|  0 |  81k|  11 | 0.000000e+00 |      --      |    Inf |  84.50%
287.05/288.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
287.05/288.15	c   288s| 46800 |   502 |  4245k|  90.6 |   151M |  23 | 546 |  10k|2390 |  11k|  1 |  81k|  11 | 0.000000e+00 |      --      |    Inf |  84.54%
287.43/288.55	c   289s| 46900 |   502 |  4253k|  90.6 |   151M |  23 | 546 |  10k|2396 |  11k|  1 |  81k|  11 | 0.000000e+00 |      --      |    Inf |  84.58%
287.94/289.06	c   289s| 47000 |   505 |  4263k|  90.6 |   151M |  23 | 546 |  10k|2393 |  11k|  1 |  82k|  11 | 0.000000e+00 |      --      |    Inf |  84.63%
288.42/289.53	c   290s| 47100 |   505 |  4271k|  90.6 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  82k|  11 | 0.000000e+00 |      --      |    Inf |  84.69%
288.82/289.95	c   290s| 47200 |   500 |  4280k|  90.6 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  82k|  11 | 0.000000e+00 |      --      |    Inf |  84.73%
289.32/290.43	c   290s| 47300 |   503 |  4289k|  90.6 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  82k|  11 | 0.000000e+00 |      --      |    Inf |  84.77%
289.72/290.82	c   291s| 47400 |   498 |  4297k|  90.6 |   151M |  23 | 546 |  10k|2393 |  11k|  1 |  82k|  11 | 0.000000e+00 |      --      |    Inf |  84.82%
290.12/291.28	c   291s| 47500 |   489 |  4304k|  90.5 |   151M |  23 | 546 |  10k|2399 |  11k|  1 |  82k|  11 | 0.000000e+00 |      --      |    Inf |  84.95%
290.52/291.63	c   292s| 47600 |   489 |  4312k|  90.5 |   151M |  23 | 546 |  10k|2395 |  11k|  1 |  83k|  11 | 0.000000e+00 |      --      |    Inf |  84.98%
290.93/292.03	c   292s| 47700 |   486 |  4319k|  90.5 |   151M |  23 | 546 |  10k|2395 |  11k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |  85.09%
291.31/292.46	c   292s| 47800 |   483 |  4329k|  90.5 |   151M |  23 | 546 |  10k|   0 |  11k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |  85.11%
291.81/292.92	c   293s| 47900 |   480 |  4337k|  90.4 |   151M |  23 | 546 |  11k|2390 |  11k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |  85.17%
292.11/293.29	c   293s| 48000 |   484 |  4344k|  90.4 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |  85.23%
292.51/293.63	c   294s| 48100 |   479 |  4352k|  90.4 |   151M |  23 | 546 |  11k|2394 |  11k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |  85.24%
293.02/294.19	c   294s| 48200 |   480 |  4361k|  90.4 |   151M |  23 | 546 |  11k|2393 |  11k|  0 |  83k|  11 | 0.000000e+00 |      --      |    Inf |  85.28%
293.41/294.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
293.41/294.58	c   295s| 48300 |   482 |  4369k|  90.4 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  84k|  11 | 0.000000e+00 |      --      |    Inf |  85.34%
293.92/295.02	c   295s| 48400 |   475 |  4378k|  90.4 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  84k|  11 | 0.000000e+00 |      --      |    Inf |  85.37%
294.40/295.50	c   295s| 48500 |   479 |  4385k|  90.3 |   151M |  23 | 546 |  11k|2389 |  11k|  1 |  84k|  11 | 0.000000e+00 |      --      |    Inf |  85.54%
294.70/295.81	c   296s| 48600 |   477 |  4392k|  90.3 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  84k|  11 | 0.000000e+00 |      --      |    Inf |  85.61%
295.10/296.25	c   296s| 48700 |   475 |  4401k|  90.3 |   151M |  23 | 546 |  11k|2395 |  11k|  0 |  84k|  11 | 0.000000e+00 |      --      |    Inf |  85.68%
295.70/296.87	c   297s| 48800 |   492 |  4412k|  90.3 |   151M |  23 | 546 |  11k|2397 |  11k|  1 |  84k|  11 | 0.000000e+00 |      --      |    Inf |  85.73%
296.10/297.27	c   297s| 48900 |   488 |  4419k|  90.3 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  85k|  11 | 0.000000e+00 |      --      |    Inf |  85.84%
296.60/297.71	c   298s| 49000 |   496 |  4427k|  90.3 |   151M |  23 | 546 |  11k|2393 |  11k|  1 |  85k|  11 | 0.000000e+00 |      --      |    Inf |  85.88%
296.91/298.09	c   298s| 49100 |   489 |  4435k|  90.2 |   151M |  23 | 546 |  11k|2392 |  11k|  1 |  85k|  11 | 0.000000e+00 |      --      |    Inf |  85.92%
297.39/298.50	c   298s| 49200 |   484 |  4443k|  90.2 |   151M |  23 | 546 |  11k|2397 |  11k|  1 |  85k|  11 | 0.000000e+00 |      --      |    Inf |  85.98%
297.79/298.94	c   299s| 49300 |   486 |  4451k|  90.2 |   151M |  23 | 546 |  11k|2389 |  11k|  0 |  85k|  11 | 0.000000e+00 |      --      |    Inf |  86.01%
298.28/299.41	c   299s| 49400 |   482 |  4460k|  90.2 |   151M |  23 | 546 |  11k|2394 |  11k|  1 |  85k|  11 | 0.000000e+00 |      --      |    Inf |  86.04%
298.68/299.88	c   300s| 49500 |   484 |  4469k|  90.2 |   151M |  23 | 546 |  11k|2401 |  11k|  0 |  85k|  11 | 0.000000e+00 |      --      |    Inf |  86.08%
299.18/300.34	c   300s| 49600 |   488 |  4479k|  90.2 |   151M |  23 | 546 |  11k|2396 |  11k|  1 |  86k|  11 | 0.000000e+00 |      --      |    Inf |  86.10%
299.48/300.68	c   301s| 49700 |   483 |  4486k|  90.2 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  86k|  11 | 0.000000e+00 |      --      |    Inf |  86.13%
299.89/301.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
299.89/301.09	c   301s| 49800 |   483 |  4494k|  90.1 |   151M |  23 | 546 |  11k|2394 |  11k|  0 |  86k|  11 | 0.000000e+00 |      --      |    Inf |  86.16%
300.47/301.66	c   302s| 49900 |   484 |  4503k|  90.2 |   151M |  23 | 546 |  11k|2397 |  11k|  1 |  86k|  11 | 0.000000e+00 |      --      |    Inf |  86.22%
300.89/302.09	c   302s| 50000 |   483 |  4511k|  90.1 |   151M |  23 | 546 |  11k|2397 |  11k|  0 |  86k|  11 | 0.000000e+00 |      --      |    Inf |  86.30%
301.37/302.54	c   303s| 50100 |   482 |  4520k|  90.1 |   151M |  23 | 546 |  11k|2397 |  11k|  0 |  86k|  11 | 0.000000e+00 |      --      |    Inf |  86.32%
301.77/302.91	c   303s| 50200 |   477 |  4527k|  90.1 |   151M |  23 | 546 |  11k|2388 |  11k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |  86.37%
302.07/303.24	c   303s| 50300 |   471 |  4534k|  90.0 |   151M |  23 | 546 |  11k|2396 |  11k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |  86.42%
302.57/303.75	c   304s| 50400 |   468 |  4543k|  90.1 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  87k|  11 | 0.000000e+00 |      --      |    Inf |  86.56%
302.88/304.11	c   304s| 50500 |   467 |  4551k|  90.0 |   151M |  23 | 546 |  11k|2394 |  11k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |  86.59%
303.56/304.75	c   305s| 50600 |   464 |  4561k|  90.0 |   151M |  23 | 546 |  11k|2399 |  11k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |  86.75%
303.98/305.15	c   305s| 50700 |   460 |  4568k|  90.0 |   151M |  23 | 546 |  11k|2388 |  11k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |  86.79%
304.36/305.55	c   306s| 50800 |   459 |  4577k|  90.0 |   151M |  23 | 546 |  11k|2395 |  11k|  1 |  87k|  11 | 0.000000e+00 |      --      |    Inf |  86.84%
304.76/305.99	c   306s| 50900 |   454 |  4585k|  90.0 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  88k|  11 | 0.000000e+00 |      --      |    Inf |  86.91%
305.46/306.62	c   307s| 51000 |   463 |  4595k|  90.0 |   151M |  23 | 546 |  11k|2387 |  11k|  0 |  88k|  11 | 0.000000e+00 |      --      |    Inf |  86.95%
305.76/306.98	c   307s| 51100 |   468 |  4603k|  90.0 |   151M |  23 | 546 |  11k|2387 |  11k|  0 |  88k|  11 | 0.000000e+00 |      --      |    Inf |  86.98%
306.16/307.32	c   307s| 51200 |   466 |  4611k|  90.0 |   151M |  23 | 546 |  11k|2387 |  11k|  1 |  88k|  11 | 0.000000e+00 |      --      |    Inf |  87.00%
306.55/307.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
306.55/307.76	c   308s| 51300 |   460 |  4619k|  90.0 |   151M |  23 | 546 |  11k|2390 |  11k|  1 |  88k|  11 | 0.000000e+00 |      --      |    Inf |  87.06%
306.97/308.13	c   308s| 51400 |   458 |  4627k|  89.9 |   151M |  23 | 546 |  11k|2390 |  11k|  1 |  88k|  11 | 0.000000e+00 |      --      |    Inf |  87.09%
307.25/308.46	c   308s| 51500 |   458 |  4634k|  89.9 |   151M |  23 | 546 |  11k|2390 |  11k|  1 |  88k|  11 | 0.000000e+00 |      --      |    Inf |  87.12%
307.75/308.95	c   309s| 51600 |   458 |  4643k|  89.9 |   151M |  23 | 546 |  11k|2390 |  11k|  1 |  89k|  11 | 0.000000e+00 |      --      |    Inf |  87.16%
308.35/309.56	c   310s| 51700 |   453 |  4656k|  90.0 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  89k|  11 | 0.000000e+00 |      --      |    Inf |  87.18%
308.74/309.93	c   310s| 51800 |   453 |  4664k|  89.9 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  89k|  11 | 0.000000e+00 |      --      |    Inf |  87.20%
309.24/310.40	c   310s| 51900 |   448 |  4671k|  89.9 |   151M |  23 | 546 |  11k|2394 |  11k|  1 |  89k|  11 | 0.000000e+00 |      --      |    Inf |  87.32%
309.64/310.80	c   311s| 52000 |   454 |  4679k|  89.9 |   151M |  23 | 546 |  11k|   0 |  11k|  0 |  89k|  11 | 0.000000e+00 |      --      |    Inf |  87.35%
310.04/311.22	c   311s| 52100 |   448 |  4687k|  89.9 |   151M |  23 | 546 |  11k|2395 |  11k|  0 |  89k|  11 | 0.000000e+00 |      --      |    Inf |  87.36%
310.44/311.66	c   312s| 52200 |   451 |  4696k|  89.9 |   151M |  23 | 546 |  11k|2393 |  12k|  1 |  90k|  11 | 0.000000e+00 |      --      |    Inf |  87.37%
310.95/312.12	c   312s| 52300 |   451 |  4704k|  89.9 |   151M |  23 | 546 |  11k|2394 |  12k|  0 |  90k|  11 | 0.000000e+00 |      --      |    Inf |  87.39%
311.34/312.56	c   313s| 52400 |   450 |  4713k|  89.8 |   151M |  23 | 546 |  11k|2395 |  12k|  0 |  90k|  11 | 0.000000e+00 |      --      |    Inf |  87.41%
311.73/312.96	c   313s| 52500 |   446 |  4721k|  89.8 |   151M |  23 | 546 |  11k|2396 |  12k|  0 |  90k|  11 | 0.000000e+00 |      --      |    Inf |  87.44%
312.13/313.38	c   313s| 52600 |   444 |  4729k|  89.8 |   151M |  23 | 546 |  11k|2390 |  12k|  1 |  90k|  11 | 0.000000e+00 |      --      |    Inf |  87.48%
312.63/313.80	c   314s| 52700 |   443 |  4736k|  89.8 |   151M |  23 | 546 |  11k|2393 |  12k|  0 |  90k|  11 | 0.000000e+00 |      --      |    Inf |  87.60%
313.03/314.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
313.03/314.23	c   314s| 52800 |   440 |  4744k|  89.8 |   151M |  23 | 546 |  11k|2390 |  12k|  2 |  91k|  11 | 0.000000e+00 |      --      |    Inf |  87.66%
313.63/314.82	c   315s| 52900 |   447 |  4754k|  89.8 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  91k|  11 | 0.000000e+00 |      --      |    Inf |  87.71%
314.03/315.28	c   315s| 53000 |   445 |  4764k|  89.8 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  91k|  11 | 0.000000e+00 |      --      |    Inf |  87.75%
314.43/315.66	c   316s| 53100 |   443 |  4771k|  89.8 |   151M |  23 | 546 |  11k|2395 |  12k|  0 |  91k|  11 | 0.000000e+00 |      --      |    Inf |  87.85%
314.94/316.12	c   316s| 53200 |   445 |  4780k|  89.8 |   151M |  23 | 546 |  11k|2391 |  12k|  1 |  91k|  11 | 0.000000e+00 |      --      |    Inf |  87.98%
315.32/316.53	c   317s| 53300 |   447 |  4788k|  89.7 |   151M |  23 | 546 |  11k|2391 |  12k|  1 |  91k|  11 | 0.000000e+00 |      --      |    Inf |  88.03%
315.83/317.04	c   317s| 53400 |   447 |  4797k|  89.7 |   151M |  23 | 546 |  11k|2391 |  12k|  1 |  92k|  11 | 0.000000e+00 |      --      |    Inf |  88.05%
316.22/317.45	c   317s| 53500 |   443 |  4804k|  89.7 |   151M |  23 | 546 |  11k|2397 |  12k|  0 |  92k|  11 | 0.000000e+00 |      --      |    Inf |  88.08%
316.72/317.93	c   318s| 53600 |   444 |  4812k|  89.7 |   151M |  23 | 546 |  11k|2395 |  12k|  1 |  92k|  11 | 0.000000e+00 |      --      |    Inf |  88.30%
317.02/318.29	c   318s| 53700 |   439 |  4819k|  89.7 |   151M |  23 | 546 |  11k|2393 |  12k|  0 |  92k|  11 | 0.000000e+00 |      --      |    Inf |  88.32%
317.42/318.68	c   319s| 53800 |   445 |  4827k|  89.6 |   151M |  23 | 546 |  11k|2399 |  12k|  1 |  92k|  11 | 0.000000e+00 |      --      |    Inf |  88.35%
317.83/319.08	c   319s| 53900 |   438 |  4834k|  89.6 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  92k|  11 | 0.000000e+00 |      --      |    Inf |  88.44%
318.31/319.56	c   320s| 54000 |   435 |  4843k|  89.6 |   151M |  23 | 546 |  11k|2399 |  12k|  1 |  92k|  11 | 0.000000e+00 |      --      |    Inf |  88.48%
318.71/319.98	c   320s| 54100 |   431 |  4852k|  89.6 |   151M |  23 | 546 |  11k|2392 |  12k|  1 |  93k|  11 | 0.000000e+00 |      --      |    Inf |  88.51%
319.20/320.47	c   320s| 54200 |   430 |  4862k|  89.6 |   151M |  23 | 546 |  11k|2384 |  12k|  1 |  93k|  11 | 0.000000e+00 |      --      |    Inf |  88.62%
319.60/320.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
319.60/320.87	c   321s| 54300 |   427 |  4871k|  89.6 |   151M |  23 | 546 |  11k|2391 |  12k|  0 |  93k|  11 | 0.000000e+00 |      --      |    Inf |  88.68%
320.30/321.50	c   321s| 54400 |   428 |  4882k|  89.6 |   151M |  23 | 546 |  11k|2391 |  12k|  1 |  93k|  11 | 0.000000e+00 |      --      |    Inf |  88.70%
320.70/321.90	c   322s| 54500 |   421 |  4889k|  89.6 |   151M |  23 | 546 |  11k|2389 |  12k|  1 |  93k|  11 | 0.000000e+00 |      --      |    Inf |  88.73%
321.10/322.34	c   322s| 54600 |   417 |  4898k|  89.6 |   151M |  23 | 546 |  11k|2391 |  12k|  1 |  93k|  11 | 0.000000e+00 |      --      |    Inf |  88.81%
321.50/322.75	c   323s| 54700 |   415 |  4907k|  89.6 |   151M |  23 | 546 |  11k|2395 |  12k|  0 |  94k|  11 | 0.000000e+00 |      --      |    Inf |  88.83%
322.00/323.21	c   323s| 54800 |   414 |  4915k|  89.6 |   151M |  23 | 546 |  11k|2394 |  12k|  1 |  94k|  11 | 0.000000e+00 |      --      |    Inf |  88.86%
322.49/323.70	c   324s| 54900 |   411 |  4924k|  89.6 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  94k|  11 | 0.000000e+00 |      --      |    Inf |  88.91%
322.91/324.14	c   324s| 55000 |   406 |  4933k|  89.6 |   151M |  23 | 546 |  11k|2396 |  12k|  1 |  94k|  11 | 0.000000e+00 |      --      |    Inf |  88.97%
323.49/324.70	c   325s| 55100 |   411 |  4944k|  89.6 |   151M |  23 | 546 |  11k|2397 |  12k|  0 |  94k|  11 | 0.000000e+00 |      --      |    Inf |  89.01%
323.99/325.22	c   325s| 55200 |   412 |  4953k|  89.7 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  94k|  11 | 0.000000e+00 |      --      |    Inf |  89.04%
324.39/325.62	c   326s| 55300 |   409 |  4962k|  89.6 |   151M |  23 | 546 |  11k|2390 |  12k|  1 |  95k|  11 | 0.000000e+00 |      --      |    Inf |  89.08%
324.80/326.07	c   326s| 55400 |   410 |  4970k|  89.6 |   151M |  23 | 546 |  11k|2392 |  12k|  0 |  95k|  11 | 0.000000e+00 |      --      |    Inf |  89.11%
325.29/326.55	c   327s| 55500 |   411 |  4979k|  89.6 |   151M |  23 | 546 |  11k|2392 |  12k|  1 |  95k|  11 | 0.000000e+00 |      --      |    Inf |  89.16%
325.68/326.92	c   327s| 55600 |   418 |  4988k|  89.6 |   151M |  23 | 546 |  11k|2392 |  12k|  1 |  95k|  11 | 0.000000e+00 |      --      |    Inf |  89.17%
326.18/327.41	c   327s| 55700 |   420 |  4997k|  89.6 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  95k|  11 | 0.000000e+00 |      --      |    Inf |  89.21%
326.48/327.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
326.48/327.78	c   328s| 55800 |   419 |  5004k|  89.6 |   151M |  23 | 546 |  11k|2388 |  12k|  0 |  95k|  11 | 0.000000e+00 |      --      |    Inf |  89.23%
326.98/328.20	c   328s| 55900 |   423 |  5013k|  89.6 |   151M |  23 | 546 |  11k|2392 |  12k|  1 |  95k|  11 | 0.000000e+00 |      --      |    Inf |  89.25%
327.28/328.59	c   329s| 56000 |   418 |  5021k|  89.6 |   151M |  23 | 546 |  11k|2393 |  12k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |  89.28%
327.79/329.02	c   329s| 56100 |   416 |  5030k|  89.6 |   151M |  23 | 546 |  11k|2388 |  12k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |  89.32%
328.18/329.45	c   329s| 56200 |   417 |  5038k|  89.6 |   151M |  23 | 546 |  11k|2389 |  12k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |  89.34%
328.58/329.80	c   330s| 56300 |   417 |  5045k|  89.5 |   151M |  23 | 546 |  11k|2388 |  12k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |  89.37%
328.88/330.13	c   330s| 56400 |   414 |  5052k|  89.5 |   151M |  23 | 546 |  11k|2398 |  12k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |  89.38%
329.26/330.53	c   331s| 56500 |   417 |  5060k|  89.5 |   151M |  23 | 546 |  11k|2400 |  12k|  2 |  96k|  11 | 0.000000e+00 |      --      |    Inf |  89.42%
329.66/330.94	c   331s| 56600 |   409 |  5069k|  89.5 |   151M |  23 | 546 |  11k|2394 |  12k|  1 |  96k|  11 | 0.000000e+00 |      --      |    Inf |  89.44%
330.16/331.43	c   331s| 56700 |   406 |  5078k|  89.5 |   151M |  23 | 546 |  11k|2396 |  12k|  1 |  97k|  11 | 0.000000e+00 |      --      |    Inf |  89.48%
330.46/331.78	c   332s| 56800 |   409 |  5085k|  89.5 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  97k|  11 | 0.000000e+00 |      --      |    Inf |  89.50%
330.87/332.18	c   332s| 56900 |   403 |  5094k|  89.4 |   151M |  23 | 546 |  11k|2386 |  12k|  0 |  97k|  11 | 0.000000e+00 |      --      |    Inf |  89.54%
331.26/332.56	c   333s| 57000 |   408 |  5101k|  89.4 |   151M |  23 | 546 |  11k|2386 |  12k|  1 |  97k|  11 | 0.000000e+00 |      --      |    Inf |  89.57%
331.66/332.91	c   333s| 57100 |   408 |  5108k|  89.4 |   151M |  23 | 546 |  11k|2386 |  12k|  1 |  97k|  11 | 0.000000e+00 |      --      |    Inf |  89.58%
332.06/333.31	c   333s| 57200 |   406 |  5116k|  89.4 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  97k|  11 | 0.000000e+00 |      --      |    Inf |  89.59%
332.36/333.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
332.36/333.68	c   334s| 57300 |   405 |  5124k|  89.3 |   151M |  23 | 546 |  11k|   0 |  12k|  0 |  97k|  11 | 0.000000e+00 |      --      |    Inf |  89.60%
332.77/334.05	c   334s| 57400 |   400 |  5132k|  89.3 |   151M |  23 | 546 |  11k|2398 |  12k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |  89.61%
333.15/334.46	c   334s| 57500 |   401 |  5140k|  89.3 |   152M |  23 | 546 |  11k|2388 |  12k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |  89.65%
333.55/334.85	c   335s| 57600 |   394 |  5148k|  89.3 |   152M |  23 | 546 |  11k|2402 |  12k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |  89.70%
333.95/335.22	c   335s| 57700 |   398 |  5155k|  89.3 |   152M |  23 | 546 |  11k|2393 |  12k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |  89.73%
334.35/335.64	c   336s| 57800 |   398 |  5164k|  89.3 |   152M |  23 | 546 |  11k|2399 |  12k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |  89.75%
334.76/336.05	c   336s| 57900 |   395 |  5173k|  89.3 |   152M |  23 | 546 |  11k|2395 |  12k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |  89.77%
335.15/336.41	c   336s| 58000 |   392 |  5181k|  89.2 |   152M |  23 | 546 |  11k|2394 |  12k|  1 |  98k|  11 | 0.000000e+00 |      --      |    Inf |  89.79%
335.45/336.79	c   337s| 58100 |   386 |  5189k|  89.2 |   152M |  23 | 546 |  11k|2397 |  12k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |  89.81%
335.86/337.17	c   337s| 58200 |   381 |  5196k|  89.2 |   152M |  23 | 546 |  11k|2395 |  12k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |  89.86%
336.34/337.69	c   338s| 58300 |   378 |  5207k|  89.2 |   152M |  23 | 546 |  11k|2396 |  12k|  2 |  99k|  11 | 0.000000e+00 |      --      |    Inf |  89.90%
336.85/338.12	c   338s| 58400 |   378 |  5215k|  89.2 |   152M |  23 | 546 |  11k|2391 |  12k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |  89.92%
337.24/338.58	c   339s| 58500 |   380 |  5223k|  89.2 |   152M |  23 | 546 |  11k|   0 |  12k|  0 |  99k|  11 | 0.000000e+00 |      --      |    Inf |  89.98%
337.64/338.92	c   339s| 58600 |   376 |  5229k|  89.2 |   152M |  23 | 546 |  11k|2390 |  12k|  1 |  99k|  11 | 0.000000e+00 |      --      |    Inf |  90.02%
338.04/339.36	c   339s| 58700 |   374 |  5239k|  89.2 |   152M |  23 | 546 |  11k|   0 |  12k|  0 |  99k|  11 | 0.000000e+00 |      --      |    Inf |  90.06%
338.54/339.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
338.54/339.88	c   340s| 58800 |   377 |  5248k|  89.2 |   152M |  23 | 546 |  11k|2397 |  12k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |  90.09%
339.02/340.31	c   340s| 58900 |   366 |  5257k|  89.2 |   152M |  23 | 546 |  11k|   0 |  12k|  0 | 100k|  11 | 0.000000e+00 |      --      |    Inf |  90.13%
339.52/340.83	c   341s| 59000 |   366 |  5264k|  89.1 |   152M |  23 | 546 |  11k|2388 |  12k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |  90.22%
339.92/341.22	c   341s| 59100 |   364 |  5272k|  89.1 |   152M |  23 | 546 |  11k|2391 |  12k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |  90.26%
340.42/341.71	c   342s| 59200 |   361 |  5281k|  89.1 |   152M |  23 | 546 |  11k|2394 |  12k|  0 | 100k|  11 | 0.000000e+00 |      --      |    Inf |  90.29%
340.73/342.05	c   342s| 59300 |   363 |  5289k|  89.1 |   152M |  23 | 546 |  11k|2394 |  12k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |  90.30%
341.12/342.47	c   342s| 59400 |   361 |  5297k|  89.1 |   152M |  23 | 546 |  11k|2392 |  12k|  1 | 100k|  11 | 0.000000e+00 |      --      |    Inf |  90.33%
341.73/343.03	c   343s| 59500 |   361 |  5306k|  89.1 |   152M |  23 | 546 |  11k|   0 |  12k|  0 | 101k|  11 | 0.000000e+00 |      --      |    Inf |  90.37%
342.11/343.46	c   343s| 59600 |   361 |  5315k|  89.1 |   152M |  23 | 546 |  11k|2387 |  12k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |  90.43%
342.51/343.83	c   344s| 59700 |   356 |  5323k|  89.1 |   152M |  23 | 546 |  11k|2397 |  12k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |  90.46%
342.91/344.24	c   344s| 59800 |   351 |  5331k|  89.1 |   152M |  23 | 546 |  11k|   0 |  12k|  0 | 101k|  11 | 0.000000e+00 |      --      |    Inf |  90.51%
343.31/344.66	c   345s| 59900 |   347 |  5340k|  89.1 |   152M |  23 | 546 |  11k|2404 |  12k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |  90.57%
343.72/345.11	c   345s| 60000 |   343 |  5349k|  89.1 |   152M |  23 | 546 |  11k|2389 |  13k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |  90.59%
344.31/345.62	c   346s| 60100 |   346 |  5358k|  89.1 |   152M |  23 | 546 |  11k|2392 |  13k|  1 | 101k|  11 | 0.000000e+00 |      --      |    Inf |  90.61%
344.72/346.04	c   346s| 60200 |   352 |  5366k|  89.1 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 102k|  11 | 0.000000e+00 |      --      |    Inf |  90.63%
345.10/346.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
345.10/346.41	c   346s| 60300 |   341 |  5375k|  89.1 |   152M |  23 | 546 |  11k|2391 |  13k|  1 | 102k|  11 | 0.000000e+00 |      --      |    Inf |  90.69%
345.60/346.92	c   347s| 60400 |   344 |  5382k|  89.0 |   152M |  23 | 546 |  11k|2385 |  13k|  1 | 102k|  11 | 0.000000e+00 |      --      |    Inf |  90.75%
346.00/347.34	c   347s| 60500 |   345 |  5389k|  89.0 |   152M |  23 | 546 |  11k|2385 |  13k|  1 | 102k|  11 | 0.000000e+00 |      --      |    Inf |  90.78%
346.30/347.67	c   348s| 60600 |   341 |  5396k|  89.0 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 102k|  11 | 0.000000e+00 |      --      |    Inf |  90.84%
346.81/348.16	c   348s| 60700 |   345 |  5405k|  89.0 |   152M |  23 | 546 |  11k|2396 |  13k|  1 | 102k|  11 | 0.000000e+00 |      --      |    Inf |  90.87%
347.20/348.51	c   348s| 60800 |   339 |  5412k|  88.9 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 103k|  11 | 0.000000e+00 |      --      |    Inf |  90.89%
347.50/348.87	c   349s| 60900 |   336 |  5420k|  88.9 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 103k|  11 | 0.000000e+00 |      --      |    Inf |  90.92%
347.90/349.23	c   349s| 61000 |   337 |  5427k|  88.9 |   152M |  23 | 546 |  11k|2392 |  13k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |  90.93%
348.39/349.71	c   350s| 61100 |   334 |  5436k|  88.9 |   152M |  23 | 546 |  11k|2389 |  13k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |  90.98%
348.71/350.07	c   350s| 61200 |   331 |  5444k|  88.9 |   152M |  23 | 546 |  11k|2395 |  13k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |  91.00%
349.28/350.64	c   351s| 61300 |   335 |  5454k|  88.9 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |  91.14%
349.70/351.03	c   351s| 61400 |   335 |  5462k|  88.9 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 103k|  11 | 0.000000e+00 |      --      |    Inf |  91.17%
349.98/351.38	c   351s| 61500 |   333 |  5469k|  88.9 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |  91.19%
350.48/351.81	c   352s| 61600 |   331 |  5478k|  88.9 |   152M |  23 | 546 |  11k|2386 |  13k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |  91.21%
350.88/352.25	c   352s| 61700 |   332 |  5487k|  88.9 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |  91.22%
351.28/352.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
351.28/352.63	c   353s| 61800 |   326 |  5495k|  88.8 |   152M |  23 | 546 |  11k|2399 |  13k|  1 | 104k|  11 | 0.000000e+00 |      --      |    Inf |  91.27%
351.69/353.08	c   353s| 61900 |   328 |  5505k|  88.9 |   152M |  23 | 546 |  11k|2393 |  13k|  1 | 104k|  11 | 0.000000e+00 |      --      |    Inf |  91.28%
352.08/353.47	c   353s| 62000 |   322 |  5514k|  88.9 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |  91.30%
352.47/353.88	c   354s| 62100 |   320 |  5521k|  88.8 |   152M |  23 | 546 |  11k|2397 |  13k|  0 | 104k|  11 | 0.000000e+00 |      --      |    Inf |  91.33%
352.87/354.25	c   354s| 62200 |   318 |  5530k|  88.8 |   152M |  23 | 546 |  11k|2392 |  13k|  1 | 105k|  11 | 0.000000e+00 |      --      |    Inf |  91.36%
353.27/354.66	c   355s| 62300 |   314 |  5538k|  88.8 |   152M |  23 | 546 |  11k|2396 |  13k|  1 | 105k|  11 | 0.000000e+00 |      --      |    Inf |  91.43%
353.78/355.12	c   355s| 62400 |   319 |  5548k|  88.8 |   152M |  23 | 546 |  11k|2395 |  13k|  1 | 105k|  11 | 0.000000e+00 |      --      |    Inf |  91.45%
354.17/355.50	c   355s| 62500 |   316 |  5556k|  88.8 |   152M |  23 | 546 |  11k|2389 |  13k|  1 | 105k|  11 | 0.000000e+00 |      --      |    Inf |  91.47%
354.47/355.87	c   356s| 62600 |   311 |  5564k|  88.8 |   152M |  23 | 546 |  11k|2394 |  13k|  1 | 105k|  11 | 0.000000e+00 |      --      |    Inf |  91.52%
354.87/356.26	c   356s| 62700 |   308 |  5572k|  88.8 |   152M |  23 | 546 |  11k|2392 |  13k|  0 | 105k|  11 | 0.000000e+00 |      --      |    Inf |  91.56%
355.27/356.61	c   357s| 62800 |   305 |  5580k|  88.8 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 106k|  11 | 0.000000e+00 |      --      |    Inf |  91.58%
355.68/357.01	c   357s| 62900 |   298 |  5588k|  88.8 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 106k|  11 | 0.000000e+00 |      --      |    Inf |  91.62%
356.06/357.45	c   357s| 63000 |   303 |  5597k|  88.8 |   152M |  23 | 546 |  11k|2396 |  13k|  2 | 106k|  11 | 0.000000e+00 |      --      |    Inf |  91.64%
356.46/357.88	c   358s| 63100 |   295 |  5606k|  88.8 |   152M |  23 | 546 |  11k|2389 |  13k|  1 | 106k|  11 | 0.000000e+00 |      --      |    Inf |  91.70%
356.96/358.38	c   358s| 63200 |   298 |  5615k|  88.8 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 106k|  11 | 0.000000e+00 |      --      |    Inf |  91.72%
357.36/358.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
357.36/358.73	c   359s| 63300 |   301 |  5623k|  88.8 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 106k|  11 | 0.000000e+00 |      --      |    Inf |  91.75%
357.77/359.13	c   359s| 63400 |   298 |  5632k|  88.8 |   152M |  23 | 546 |  11k|2389 |  13k|  0 | 106k|  11 | 0.000000e+00 |      --      |    Inf |  91.77%
358.16/359.54	c   360s| 63500 |   301 |  5640k|  88.8 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 107k|  11 | 0.000000e+00 |      --      |    Inf |  91.80%
358.46/359.88	c   360s| 63600 |   295 |  5648k|  88.7 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 107k|  11 | 0.000000e+00 |      --      |    Inf |  91.82%
358.86/360.29	c   360s| 63700 |   296 |  5657k|  88.7 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 107k|  11 | 0.000000e+00 |      --      |    Inf |  91.84%
359.35/360.71	c   361s| 63800 |   290 |  5666k|  88.7 |   152M |  23 | 546 |  11k|2400 |  13k|  0 | 107k|  11 | 0.000000e+00 |      --      |    Inf |  91.89%
359.77/361.13	c   361s| 63900 |   289 |  5674k|  88.7 |   152M |  23 | 546 |  11k|2392 |  13k|  1 | 107k|  11 | 0.000000e+00 |      --      |    Inf |  91.91%
360.15/361.57	c   362s| 64000 |   286 |  5682k|  88.7 |   152M |  23 | 546 |  11k|2400 |  13k|  1 | 107k|  11 | 0.000000e+00 |      --      |    Inf |  91.95%
360.55/361.95	c   362s| 64100 |   280 |  5691k|  88.7 |   152M |  23 | 546 |  11k|2390 |  13k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |  91.98%
361.05/362.43	c   362s| 64200 |   277 |  5701k|  88.7 |   152M |  23 | 546 |  11k|2390 |  13k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |  92.07%
361.45/362.86	c   363s| 64300 |   278 |  5710k|  88.7 |   152M |  23 | 546 |  11k|2390 |  13k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |  92.09%
361.85/363.26	c   363s| 64400 |   278 |  5718k|  88.7 |   152M |  23 | 546 |  11k|2390 |  13k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |  92.13%
362.25/363.66	c   364s| 64500 |   273 |  5726k|  88.7 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 108k|  11 | 0.000000e+00 |      --      |    Inf |  92.20%
362.66/364.06	c   364s| 64600 |   277 |  5735k|  88.7 |   152M |  23 | 546 |  11k|2391 |  13k|  2 | 108k|  11 | 0.000000e+00 |      --      |    Inf |  92.22%
363.04/364.47	c   364s| 64700 |   274 |  5743k|  88.7 |   152M |  23 | 546 |  11k|2385 |  13k|  1 | 108k|  11 | 0.000000e+00 |      --      |    Inf |  92.24%
363.44/364.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
363.44/364.84	c   365s| 64800 |   273 |  5752k|  88.7 |   152M |  23 | 546 |  11k|2393 |  13k|  1 | 109k|  11 | 0.000000e+00 |      --      |    Inf |  92.25%
363.84/365.21	c   365s| 64900 |   270 |  5759k|  88.7 |   152M |  23 | 546 |  11k|2385 |  13k|  1 | 109k|  11 | 0.000000e+00 |      --      |    Inf |  92.27%
364.14/365.55	c   366s| 65000 |   265 |  5767k|  88.7 |   152M |  23 | 546 |  11k|2396 |  13k|  1 | 109k|  11 | 0.000000e+00 |      --      |    Inf |  92.29%
364.54/365.92	c   366s| 65100 |   265 |  5774k|  88.6 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 109k|  11 | 0.000000e+00 |      --      |    Inf |  92.33%
364.94/366.31	c   366s| 65200 |   260 |  5783k|  88.6 |   152M |  23 | 546 |  11k|2389 |  13k|  0 | 109k|  11 | 0.000000e+00 |      --      |    Inf |  92.38%
365.34/366.76	c   367s| 65300 |   258 |  5792k|  88.6 |   152M |  23 | 546 |  11k|2387 |  13k|  1 | 109k|  11 | 0.000000e+00 |      --      |    Inf |  92.41%
365.83/367.21	c   367s| 65400 |   259 |  5801k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 109k|  11 | 0.000000e+00 |      --      |    Inf |  92.44%
366.23/367.62	c   368s| 65500 |   259 |  5810k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 110k|  11 | 0.000000e+00 |      --      |    Inf |  92.47%
366.65/368.07	c   368s| 65600 |   255 |  5820k|  88.6 |   152M |  23 | 546 |  11k|2389 |  13k|  1 | 110k|  11 | 0.000000e+00 |      --      |    Inf |  92.50%
366.93/368.39	c   368s| 65700 |   255 |  5826k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 110k|  11 | 0.000000e+00 |      --      |    Inf |  92.56%
367.33/368.76	c   369s| 65800 |   251 |  5835k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 110k|  11 | 0.000000e+00 |      --      |    Inf |  92.59%
367.83/369.28	c   369s| 65900 |   253 |  5843k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 110k|  11 | 0.000000e+00 |      --      |    Inf |  92.62%
368.43/369.80	c   370s| 66000 |   253 |  5854k|  88.6 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 110k|  11 | 0.000000e+00 |      --      |    Inf |  92.66%
368.83/370.21	c   370s| 66100 |   253 |  5861k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |  92.67%
369.23/370.61	c   371s| 66200 |   253 |  5869k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |  92.69%
369.64/371.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
369.64/371.03	c   371s| 66300 |   247 |  5878k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |  92.72%
370.23/371.60	c   372s| 66400 |   247 |  5888k|  88.6 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 111k|  11 | 0.000000e+00 |      --      |    Inf |  92.87%
370.52/372.01	c   372s| 66500 |   246 |  5897k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |  92.95%
371.02/372.45	c   372s| 66600 |   247 |  5906k|  88.6 |   152M |  23 | 546 |  11k|2387 |  13k|  1 | 111k|  11 | 0.000000e+00 |      --      |    Inf |  93.01%
371.42/372.81	c   373s| 66700 |   245 |  5914k|  88.6 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 111k|  11 | 0.000000e+00 |      --      |    Inf |  93.05%
371.82/373.21	c   373s| 66800 |   245 |  5923k|  88.6 |   152M |  23 | 546 |  11k|2390 |  13k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |  93.07%
372.22/373.66	c   374s| 66900 |   246 |  5932k|  88.6 |   152M |  23 | 546 |  11k|2386 |  13k|  0 | 112k|  11 | 0.000000e+00 |      --      |    Inf |  93.10%
372.63/374.04	c   374s| 67000 |   247 |  5940k|  88.6 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |  93.12%
372.92/374.39	c   374s| 67100 |   251 |  5948k|  88.6 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 112k|  11 | 0.000000e+00 |      --      |    Inf |  93.14%
373.32/374.71	c   375s| 67200 |   243 |  5955k|  88.5 |   152M |  23 | 546 |  11k|2386 |  13k|  0 | 112k|  11 | 0.000000e+00 |      --      |    Inf |  93.15%
373.63/375.06	c   375s| 67300 |   239 |  5963k|  88.5 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 112k|  11 | 0.000000e+00 |      --      |    Inf |  93.19%
374.01/375.49	c   375s| 67400 |   237 |  5972k|  88.5 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 112k|  11 | 0.000000e+00 |      --      |    Inf |  93.23%
374.41/375.88	c   376s| 67500 |   236 |  5980k|  88.5 |   152M |  23 | 546 |  11k|2385 |  13k|  0 | 113k|  11 | 0.000000e+00 |      --      |    Inf |  93.25%
374.81/376.21	c   376s| 67600 |   232 |  5988k|  88.5 |   152M |  23 | 546 |  11k|2395 |  13k|  0 | 113k|  11 | 0.000000e+00 |      --      |    Inf |  93.28%
375.21/376.61	c   377s| 67700 |   229 |  5996k|  88.5 |   152M |  23 | 546 |  11k|2394 |  13k|  0 | 113k|  11 | 0.000000e+00 |      --      |    Inf |  93.30%
375.62/377.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
375.62/377.09	c   377s| 67800 |   232 |  6005k|  88.5 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 113k|  11 | 0.000000e+00 |      --      |    Inf |  93.33%
376.01/377.49	c   377s| 67900 |   229 |  6014k|  88.5 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 113k|  11 | 0.000000e+00 |      --      |    Inf |  93.36%
376.41/377.86	c   378s| 68000 |   232 |  6021k|  88.5 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 113k|  11 | 0.000000e+00 |      --      |    Inf |  93.39%
376.80/378.23	c   378s| 68100 |   231 |  6029k|  88.5 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 114k|  11 | 0.000000e+00 |      --      |    Inf |  93.40%
377.10/378.58	c   379s| 68200 |   228 |  6037k|  88.4 |   152M |  23 | 546 |  11k|2386 |  13k|  0 | 114k|  11 | 0.000000e+00 |      --      |    Inf |  93.42%
377.62/379.03	c   379s| 68300 |   228 |  6045k|  88.4 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 114k|  11 | 0.000000e+00 |      --      |    Inf |  93.45%
378.00/379.44	c   379s| 68400 |   225 |  6054k|  88.4 |   152M |  23 | 546 |  11k|2387 |  13k|  0 | 114k|  11 | 0.000000e+00 |      --      |    Inf |  93.50%
378.40/379.85	c   380s| 68500 |   227 |  6063k|  88.4 |   152M |  23 | 546 |  11k|2394 |  13k|  1 | 114k|  11 | 0.000000e+00 |      --      |    Inf |  93.53%
378.80/380.29	c   380s| 68600 |   222 |  6072k|  88.4 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 114k|  11 | 0.000000e+00 |      --      |    Inf |  93.60%
379.20/380.63	c   381s| 68700 |   220 |  6080k|  88.4 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 115k|  11 | 0.000000e+00 |      --      |    Inf |  93.61%
379.61/381.10	c   381s| 68800 |   225 |  6089k|  88.4 |   152M |  23 | 546 |  11k|2384 |  13k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |  93.69%
379.99/381.49	c   381s| 68900 |   225 |  6098k|  88.4 |   152M |  23 | 546 |  11k|2391 |  13k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |  93.71%
380.49/381.91	c   382s| 69000 |   224 |  6106k|  88.4 |   152M |  23 | 546 |  11k|2396 |  13k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |  93.75%
380.89/382.31	c   382s| 69100 |   219 |  6114k|  88.4 |   152M |  23 | 546 |  11k|2389 |  13k|  2 | 115k|  11 | 0.000000e+00 |      --      |    Inf |  93.77%
381.19/382.62	c   383s| 69200 |   214 |  6120k|  88.4 |   152M |  23 | 546 |  11k|2385 |  13k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |  93.79%
381.60/383.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
381.60/383.03	c   383s| 69300 |   222 |  6129k|  88.4 |   152M |  23 | 546 |  11k|2386 |  13k|  1 | 115k|  11 | 0.000000e+00 |      --      |    Inf |  93.82%
381.99/383.42	c   383s| 69400 |   219 |  6136k|  88.4 |   152M |  23 | 546 |  11k|2397 |  13k|  1 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  93.90%
382.39/383.82	c   384s| 69500 |   217 |  6144k|  88.3 |   152M |  23 | 546 |  11k|2397 |  13k|  1 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  93.92%
382.79/384.24	c   384s| 69600 |   222 |  6153k|  88.3 |   152M |  23 | 546 |  11k|2390 |  13k|  0 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  93.96%
383.18/384.62	c   385s| 69700 |   216 |  6161k|  88.3 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  94.00%
383.60/385.01	c   385s| 69800 |   209 |  6168k|  88.3 |   152M |  23 | 546 |  11k|2395 |  13k|  0 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  94.03%
383.88/385.38	c   385s| 69900 |   208 |  6175k|  88.3 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  94.05%
384.28/385.77	c   386s| 70000 |   209 |  6183k|  88.3 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  94.07%
384.59/386.08	c   386s| 70100 |   206 |  6189k|  88.2 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 116k|  11 | 0.000000e+00 |      --      |    Inf |  94.08%
384.98/386.48	c   386s| 70200 |   206 |  6197k|  88.2 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 117k|  11 | 0.000000e+00 |      --      |    Inf |  94.12%
385.28/386.79	c   387s| 70300 |   204 |  6204k|  88.2 |   152M |  23 | 546 |  11k|2394 |  13k|  0 | 117k|  11 | 0.000000e+00 |      --      |    Inf |  94.14%
385.69/387.19	c   387s| 70400 |   201 |  6211k|  88.2 |   152M |  23 | 546 |  11k|2395 |  13k|  1 | 117k|  11 | 0.000000e+00 |      --      |    Inf |  94.18%
386.07/387.58	c   388s| 70500 |   199 |  6219k|  88.1 |   152M |  23 | 546 |  11k|2392 |  13k|  1 | 117k|  11 | 0.000000e+00 |      --      |    Inf |  94.21%
386.47/387.93	c   388s| 70600 |   199 |  6226k|  88.1 |   152M |  23 | 546 |  11k|2397 |  13k|  1 | 117k|  11 | 0.000000e+00 |      --      |    Inf |  94.23%
386.87/388.35	c   388s| 70700 |   199 |  6234k|  88.1 |   152M |  23 | 546 |  11k|2397 |  13k|  0 | 117k|  11 | 0.000000e+00 |      --      |    Inf |  94.25%
387.27/388.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
387.27/388.75	c   389s| 70800 |   199 |  6243k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 117k|  11 | 0.000000e+00 |      --      |    Inf |  94.28%
387.58/389.10	c   389s| 70900 |   196 |  6251k|  88.1 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 118k|  11 | 0.000000e+00 |      --      |    Inf |  94.30%
388.07/389.52	c   390s| 71000 |   200 |  6260k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 118k|  11 | 0.000000e+00 |      --      |    Inf |  94.32%
388.37/389.83	c   390s| 71100 |   197 |  6267k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 118k|  11 | 0.000000e+00 |      --      |    Inf |  94.34%
388.77/390.29	c   390s| 71200 |   200 |  6276k|  88.1 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 118k|  11 | 0.000000e+00 |      --      |    Inf |  94.35%
389.16/390.64	c   391s| 71300 |   200 |  6283k|  88.1 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 118k|  11 | 0.000000e+00 |      --      |    Inf |  94.36%
389.58/391.02	c   391s| 71400 |   195 |  6292k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  0 | 118k|  11 | 0.000000e+00 |      --      |    Inf |  94.37%
390.06/391.50	c   391s| 71500 |   195 |  6301k|  88.1 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 119k|  11 | 0.000000e+00 |      --      |    Inf |  94.41%
390.46/391.94	c   392s| 71600 |   195 |  6311k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 119k|  11 | 0.000000e+00 |      --      |    Inf |  94.43%
390.86/392.37	c   392s| 71700 |   198 |  6320k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 119k|  11 | 0.000000e+00 |      --      |    Inf |  94.45%
391.26/392.76	c   393s| 71800 |   195 |  6328k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  1 | 119k|  11 | 0.000000e+00 |      --      |    Inf |  94.48%
391.67/393.15	c   393s| 71900 |   188 |  6337k|  88.1 |   152M |  23 | 546 |  11k|2388 |  13k|  0 | 119k|  11 | 0.000000e+00 |      --      |    Inf |  94.50%
392.06/393.58	c   394s| 72000 |   191 |  6345k|  88.1 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 119k|  11 | 0.000000e+00 |      --      |    Inf |  94.52%
392.67/394.15	c   394s| 72100 |   193 |  6356k|  88.1 |   152M |  23 | 546 |  11k|2389 |  13k|  0 | 119k|  11 | 0.000000e+00 |      --      |    Inf |  94.63%
393.05/394.54	c   395s| 72200 |   190 |  6365k|  88.1 |   152M |  23 | 546 |  11k|2391 |  13k|  1 | 120k|  11 | 0.000000e+00 |      --      |    Inf |  94.72%
393.45/394.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
393.45/394.93	c   395s| 72300 |   187 |  6372k|  88.1 |   152M |  23 | 546 |  11k|2395 |  13k|  0 | 120k|  11 | 0.000000e+00 |      --      |    Inf |  94.75%
393.85/395.36	c   395s| 72400 |   186 |  6381k|  88.1 |   152M |  23 | 546 |  11k|2393 |  13k|  0 | 120k|  11 | 0.000000e+00 |      --      |    Inf |  94.77%
394.15/395.67	c   396s| 72500 |   185 |  6388k|  88.1 |   152M |  23 | 546 |  11k|2393 |  13k|  1 | 120k|  11 | 0.000000e+00 |      --      |    Inf |  94.79%
394.45/396.01	c   396s| 72600 |   182 |  6396k|  88.0 |   152M |  23 | 546 |  11k|2396 |  13k|  1 | 120k|  11 | 0.000000e+00 |      --      |    Inf |  94.81%
394.85/396.37	c   396s| 72700 |   177 |  6404k|  88.0 |   152M |  23 | 546 |  11k|   0 |  13k|  0 | 120k|  11 | 0.000000e+00 |      --      |    Inf |  94.83%
395.14/396.67	c   397s| 72800 |   174 |  6410k|  88.0 |   152M |  23 | 546 |  11k|2390 |  13k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |  94.84%
395.66/397.11	c   397s| 72900 |   173 |  6419k|  88.0 |   152M |  23 | 546 |  11k|2384 |  13k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |  94.89%
395.94/397.49	c   397s| 73000 |   173 |  6427k|  88.0 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 121k|  11 | 0.000000e+00 |      --      |    Inf |  94.91%
396.34/397.86	c   398s| 73100 |   172 |  6435k|  88.0 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 121k|  11 | 0.000000e+00 |      --      |    Inf |  94.92%
396.84/398.30	c   398s| 73200 |   173 |  6444k|  88.0 |   152M |  23 | 546 |  11k|2385 |  14k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |  94.94%
397.24/398.78	c   399s| 73300 |   170 |  6454k|  88.0 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |  94.99%
397.74/399.28	c   399s| 73400 |   173 |  6464k|  88.0 |   152M |  23 | 546 |  11k|2396 |  14k|  1 | 121k|  11 | 0.000000e+00 |      --      |    Inf |  95.01%
398.14/399.67	c   400s| 73500 |   168 |  6472k|  88.0 |   152M |  23 | 546 |  11k|2396 |  14k|  0 | 122k|  11 | 0.000000e+00 |      --      |    Inf |  95.04%
398.65/400.12	c   400s| 73600 |   171 |  6482k|  88.0 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 122k|  11 | 0.000000e+00 |      --      |    Inf |  95.06%
399.03/400.55	c   401s| 73700 |   170 |  6490k|  88.0 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 122k|  11 | 0.000000e+00 |      --      |    Inf |  95.12%
399.43/400.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
399.43/400.94	c   401s| 73800 |   166 |  6498k|  88.0 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 122k|  11 | 0.000000e+00 |      --      |    Inf |  95.17%
399.83/401.34	c   401s| 73900 |   167 |  6506k|  88.0 |   152M |  23 | 546 |  11k|2397 |  14k|  0 | 122k|  11 | 0.000000e+00 |      --      |    Inf |  95.19%
400.23/401.70	c   402s| 74000 |   169 |  6515k|  88.0 |   152M |  23 | 546 |  11k|2391 |  14k|  1 | 122k|  11 | 0.000000e+00 |      --      |    Inf |  95.20%
400.54/402.08	c   402s| 74100 |   163 |  6523k|  88.0 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 122k|  11 | 0.000000e+00 |      --      |    Inf |  95.24%
400.93/402.46	c   402s| 74200 |   161 |  6532k|  88.0 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |  95.27%
401.43/402.97	c   403s| 74300 |   159 |  6540k|  88.0 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |  95.39%
401.92/403.42	c   403s| 74400 |   159 |  6548k|  88.0 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |  95.41%
402.32/403.82	c   404s| 74500 |   156 |  6557k|  88.0 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |  95.43%
402.72/404.21	c   404s| 74600 |   155 |  6565k|  87.9 |   152M |  23 | 546 |  11k|2397 |  14k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |  95.45%
403.12/404.63	c   405s| 74700 |   158 |  6574k|  87.9 |   152M |  23 | 546 |  11k|2397 |  14k|  1 | 123k|  11 | 0.000000e+00 |      --      |    Inf |  95.47%
403.63/405.17	c   405s| 74800 |   155 |  6583k|  87.9 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |  95.49%
404.12/405.63	c   406s| 74900 |   158 |  6593k|  88.0 |   152M |  23 | 546 |  11k|2386 |  14k|  0 | 124k|  11 | 0.000000e+00 |      --      |    Inf |  95.51%
404.42/405.99	c   406s| 75000 |   154 |  6601k|  88.0 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |  95.54%
404.82/406.39	c   406s| 75100 |   157 |  6610k|  87.9 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 124k|  11 | 0.000000e+00 |      --      |    Inf |  95.56%
405.21/406.78	c   407s| 75200 |   156 |  6618k|  87.9 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |  95.59%
405.63/407.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
405.63/407.19	c   407s| 75300 |   148 |  6627k|  88.0 |   152M |  23 | 546 |  11k|2397 |  14k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |  95.63%
406.01/407.57	c   408s| 75400 |   147 |  6636k|  87.9 |   152M |  23 | 546 |  11k|2397 |  14k|  1 | 124k|  11 | 0.000000e+00 |      --      |    Inf |  95.66%
406.41/408.00	c   408s| 75500 |   142 |  6645k|  88.0 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |  95.68%
406.91/408.41	c   408s| 75600 |   148 |  6653k|  87.9 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 125k|  11 | 0.000000e+00 |      --      |    Inf |  95.70%
407.21/408.76	c   409s| 75700 |   147 |  6660k|  87.9 |   152M |  23 | 546 |  11k|2400 |  14k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |  95.71%
407.62/409.17	c   409s| 75800 |   142 |  6668k|  87.9 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 125k|  11 | 0.000000e+00 |      --      |    Inf |  95.74%
408.00/409.57	c   410s| 75900 |   141 |  6677k|  87.9 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |  95.75%
408.40/409.93	c   410s| 76000 |   135 |  6684k|  87.9 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |  95.78%
408.80/410.31	c   410s| 76100 |   129 |  6692k|  87.9 |   152M |  23 | 546 |  11k|2384 |  14k|  1 | 125k|  11 | 0.000000e+00 |      --      |    Inf |  95.81%
409.30/410.86	c   411s| 76200 |   133 |  6702k|  87.9 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 126k|  11 | 0.000000e+00 |      --      |    Inf |  95.84%
409.70/411.25	c   411s| 76300 |   131 |  6710k|  87.9 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 126k|  11 | 0.000000e+00 |      --      |    Inf |  95.87%
410.10/411.63	c   412s| 76400 |   137 |  6718k|  87.9 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 126k|  11 | 0.000000e+00 |      --      |    Inf |  95.89%
410.40/411.99	c   412s| 76500 |   133 |  6726k|  87.9 |   152M |  23 | 546 |  11k|2391 |  14k|  1 | 126k|  11 | 0.000000e+00 |      --      |    Inf |  95.92%
410.80/412.36	c   412s| 76600 |   130 |  6734k|  87.8 |   152M |  23 | 546 |  11k|2391 |  14k|  1 | 126k|  11 | 0.000000e+00 |      --      |    Inf |  95.95%
411.29/412.81	c   413s| 76700 |   134 |  6742k|  87.8 |   152M |  23 | 546 |  11k|2385 |  14k|  1 | 126k|  11 | 0.000000e+00 |      --      |    Inf |  95.96%
411.69/413.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
411.69/413.27	c   413s| 76800 |   135 |  6751k|  87.8 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 126k|  11 | 0.000000e+00 |      --      |    Inf |  96.00%
412.19/413.74	c   414s| 76900 |   133 |  6761k|  87.9 |   152M |  23 | 546 |  11k|2385 |  14k|  0 | 127k|  11 | 0.000000e+00 |      --      |    Inf |  96.03%
412.60/414.12	c   414s| 77000 |   124 |  6769k|  87.8 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 127k|  11 | 0.000000e+00 |      --      |    Inf |  96.05%
412.99/414.59	c   415s| 77100 |   121 |  6779k|  87.9 |   152M |  23 | 546 |  11k|2386 |  14k|  0 | 127k|  11 | 0.000000e+00 |      --      |    Inf |  96.09%
413.60/415.14	c   415s| 77200 |   128 |  6788k|  87.9 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 127k|  11 | 0.000000e+00 |      --      |    Inf |  96.10%
413.99/415.55	c   416s| 77300 |   135 |  6797k|  87.9 |   152M |  23 | 546 |  11k|2387 |  14k|  0 | 127k|  11 | 0.000000e+00 |      --      |    Inf |  96.12%
414.29/415.88	c   416s| 77400 |   130 |  6804k|  87.8 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 127k|  11 | 0.000000e+00 |      --      |    Inf |  96.14%
414.68/416.27	c   416s| 77500 |   125 |  6812k|  87.8 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 128k|  11 | 0.000000e+00 |      --      |    Inf |  96.15%
415.08/416.64	c   417s| 77600 |   124 |  6821k|  87.8 |   152M |  23 | 546 |  11k|2390 |  14k|  0 | 128k|  11 | 0.000000e+00 |      --      |    Inf |  96.18%
415.50/417.03	c   417s| 77700 |   123 |  6829k|  87.8 |   152M |  23 | 546 |  11k|2387 |  14k|  0 | 128k|  11 | 0.000000e+00 |      --      |    Inf |  96.21%
415.88/417.41	c   417s| 77800 |   121 |  6837k|  87.8 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 128k|  11 | 0.000000e+00 |      --      |    Inf |  96.23%
416.18/417.77	c   418s| 77900 |   123 |  6845k|  87.8 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 128k|  11 | 0.000000e+00 |      --      |    Inf |  96.25%
416.59/418.11	c   418s| 78000 |   120 |  6853k|  87.8 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 128k|  11 | 0.000000e+00 |      --      |    Inf |  96.28%
416.98/418.51	c   418s| 78100 |   117 |  6861k|  87.8 |   152M |  23 | 546 |  11k|2392 |  14k|  0 | 129k|  11 | 0.000000e+00 |      --      |    Inf |  96.29%
417.38/418.90	c   419s| 78200 |   115 |  6869k|  87.8 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |  96.31%
417.78/419.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
417.78/419.32	c   419s| 78300 |   117 |  6878k|  87.8 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |  96.33%
418.07/419.66	c   420s| 78400 |   110 |  6885k|  87.8 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |  96.35%
418.49/420.02	c   420s| 78500 |   104 |  6893k|  87.8 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 129k|  11 | 0.000000e+00 |      --      |    Inf |  96.41%
418.77/420.36	c   420s| 78600 |   104 |  6901k|  87.7 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |  96.43%
419.17/420.76	c   421s| 78700 |   105 |  6909k|  87.7 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 129k|  11 | 0.000000e+00 |      --      |    Inf |  96.45%
419.58/421.13	c   421s| 78800 |   100 |  6917k|  87.7 |   152M |  23 | 546 |  11k|2385 |  14k|  0 | 130k|  11 | 0.000000e+00 |      --      |    Inf |  96.47%
419.87/421.48	c   421s| 78900 |    99 |  6925k|  87.7 |   152M |  23 | 546 |  11k|2385 |  14k|  0 | 130k|  11 | 0.000000e+00 |      --      |    Inf |  96.49%
420.27/421.83	c   422s| 79000 |    94 |  6932k|  87.7 |   152M |  23 | 546 |  11k|2396 |  14k|  1 | 130k|  11 | 0.000000e+00 |      --      |    Inf |  96.51%
420.67/422.25	c   422s| 79100 |   105 |  6940k|  87.7 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 130k|  11 | 0.000000e+00 |      --      |    Inf |  96.52%
421.06/422.63	c   423s| 79200 |   108 |  6948k|  87.7 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 130k|  11 | 0.000000e+00 |      --      |    Inf |  96.54%
421.36/422.98	c   423s| 79300 |   105 |  6956k|  87.7 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 130k|  11 | 0.000000e+00 |      --      |    Inf |  96.55%
421.76/423.34	c   423s| 79400 |   102 |  6964k|  87.7 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 131k|  11 | 0.000000e+00 |      --      |    Inf |  96.57%
422.06/423.68	c   424s| 79500 |   102 |  6972k|  87.6 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 131k|  11 | 0.000000e+00 |      --      |    Inf |  96.59%
422.47/424.07	c   424s| 79600 |   101 |  6981k|  87.6 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 131k|  11 | 0.000000e+00 |      --      |    Inf |  96.60%
422.96/424.54	c   425s| 79700 |   102 |  6991k|  87.7 |   152M |  23 | 546 |  11k|2388 |  14k|  0 | 131k|  11 | 0.000000e+00 |      --      |    Inf |  96.62%
423.36/424.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
423.36/424.92	c   425s| 79800 |   106 |  6998k|  87.6 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 131k|  11 | 0.000000e+00 |      --      |    Inf |  96.63%
423.66/425.27	c   425s| 79900 |   103 |  7006k|  87.6 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 131k|  11 | 0.000000e+00 |      --      |    Inf |  96.65%
424.06/425.64	c   426s| 80000 |   100 |  7014k|  87.6 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.67%
424.35/425.97	c   426s| 80100 |    96 |  7021k|  87.6 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.69%
424.85/426.41	c   426s| 80200 |    98 |  7030k|  87.6 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.72%
425.15/426.75	c   427s| 80300 |    98 |  7037k|  87.6 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.74%
425.56/427.12	c   427s| 80400 |    94 |  7045k|  87.6 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.76%
425.85/427.47	c   427s| 80500 |    94 |  7052k|  87.6 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.78%
426.25/427.84	c   428s| 80600 |    92 |  7060k|  87.5 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.84%
426.65/428.27	c   428s| 80700 |    88 |  7069k|  87.5 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 132k|  11 | 0.000000e+00 |      --      |    Inf |  96.93%
427.05/428.65	c   429s| 80800 |    85 |  7077k|  87.5 |   152M |  23 | 546 |  11k|2397 |  14k|  2 | 133k|  11 | 0.000000e+00 |      --      |    Inf |  96.96%
427.64/429.21	c   429s| 80900 |    93 |  7088k|  87.6 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 133k|  11 | 0.000000e+00 |      --      |    Inf |  96.98%
428.04/429.64	c   430s| 81000 |    93 |  7098k|  87.6 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 133k|  11 | 0.000000e+00 |      --      |    Inf |  97.00%
428.55/430.12	c   430s| 81100 |    91 |  7107k|  87.6 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 133k|  11 | 0.000000e+00 |      --      |    Inf |  97.05%
428.94/430.51	c   430s| 81200 |    95 |  7116k|  87.6 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 133k|  11 | 0.000000e+00 |      --      |    Inf |  97.07%
429.24/430.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
429.24/430.87	c   431s| 81300 |    90 |  7124k|  87.6 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 133k|  11 | 0.000000e+00 |      --      |    Inf |  97.10%
429.64/431.20	c   431s| 81400 |    87 |  7131k|  87.5 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 134k|  11 | 0.000000e+00 |      --      |    Inf |  97.14%
429.94/431.55	c   432s| 81500 |    81 |  7139k|  87.5 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 134k|  11 | 0.000000e+00 |      --      |    Inf |  97.18%
430.34/431.96	c   432s| 81600 |    87 |  7147k|  87.5 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 134k|  11 | 0.000000e+00 |      --      |    Inf |  97.26%
430.73/432.30	c   432s| 81700 |    79 |  7153k|  87.5 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 134k|  11 | 0.000000e+00 |      --      |    Inf |  97.29%
431.13/432.78	c   433s| 81800 |    80 |  7162k|  87.5 |   152M |  23 | 546 |  11k|2393 |  14k|  1 | 134k|  11 | 0.000000e+00 |      --      |    Inf |  97.39%
431.63/433.22	c   433s| 81900 |    84 |  7170k|  87.5 |   152M |  23 | 546 |  11k|2393 |  14k|  1 | 134k|  11 | 0.000000e+00 |      --      |    Inf |  97.41%
431.93/433.59	c   434s| 82000 |    82 |  7178k|  87.5 |   152M |  23 | 546 |  11k|2393 |  14k|  0 | 134k|  11 | 0.000000e+00 |      --      |    Inf |  97.43%
432.33/433.93	c   434s| 82100 |    83 |  7185k|  87.5 |   152M |  23 | 546 |  11k|2395 |  14k|  2 | 135k|  11 | 0.000000e+00 |      --      |    Inf |  97.45%
432.63/434.29	c   434s| 82200 |    80 |  7193k|  87.4 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 135k|  11 | 0.000000e+00 |      --      |    Inf |  97.49%
433.13/434.73	c   435s| 82300 |    80 |  7201k|  87.4 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 135k|  11 | 0.000000e+00 |      --      |    Inf |  97.52%
433.54/435.13	c   435s| 82400 |    78 |  7210k|  87.4 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 135k|  11 | 0.000000e+00 |      --      |    Inf |  97.57%
433.82/435.49	c   435s| 82500 |    77 |  7218k|  87.4 |   152M |  23 | 546 |  11k|2385 |  14k|  1 | 135k|  11 | 0.000000e+00 |      --      |    Inf |  97.60%
434.22/435.85	c   436s| 82600 |    79 |  7226k|  87.4 |   152M |  23 | 546 |  11k|2385 |  14k|  1 | 135k|  11 | 0.000000e+00 |      --      |    Inf |  97.62%
434.53/436.19	c   436s| 82700 |    76 |  7233k|  87.4 |   152M |  23 | 546 |  11k|2390 |  14k|  0 | 135k|  11 | 0.000000e+00 |      --      |    Inf |  97.64%
434.92/436.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
434.92/436.59	c   437s| 82800 |    75 |  7242k|  87.4 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 136k|  11 | 0.000000e+00 |      --      |    Inf |  97.68%
435.32/437.00	c   437s| 82900 |    74 |  7251k|  87.4 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |  97.72%
435.72/437.37	c   437s| 83000 |    76 |  7259k|  87.4 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |  97.75%
436.11/437.72	c   438s| 83100 |    72 |  7266k|  87.4 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |  97.77%
436.53/438.14	c   438s| 83200 |    75 |  7276k|  87.4 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |  97.79%
436.81/438.47	c   438s| 83300 |    71 |  7283k|  87.4 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 136k|  11 | 0.000000e+00 |      --      |    Inf |  97.82%
437.31/438.92	c   439s| 83400 |    69 |  7292k|  87.4 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 137k|  11 | 0.000000e+00 |      --      |    Inf |  97.86%
437.71/439.35	c   439s| 83500 |    74 |  7300k|  87.4 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 137k|  11 | 0.000000e+00 |      --      |    Inf |  97.89%
438.11/439.71	c   440s| 83600 |    69 |  7308k|  87.4 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 137k|  11 | 0.000000e+00 |      --      |    Inf |  97.91%
438.42/440.09	c   440s| 83700 |    63 |  7316k|  87.4 |   152M |  23 | 546 |  11k|2396 |  14k|  1 | 137k|  11 | 0.000000e+00 |      --      |    Inf |  97.95%
438.81/440.48	c   440s| 83800 |    62 |  7323k|  87.3 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 137k|  11 | 0.000000e+00 |      --      |    Inf |  98.08%
439.30/440.94	c   441s| 83900 |    61 |  7330k|  87.3 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 137k|  11 | 0.000000e+00 |      --      |    Inf |  98.20%
439.70/441.38	c   441s| 84000 |    61 |  7339k|  87.3 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 137k|  11 | 0.000000e+00 |      --      |    Inf |  98.23%
440.10/441.77	c   442s| 84100 |    59 |  7347k|  87.3 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 138k|  11 | 0.000000e+00 |      --      |    Inf |  98.26%
440.51/442.12	c   442s| 84200 |    58 |  7355k|  87.3 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 138k|  11 | 0.000000e+00 |      --      |    Inf |  98.28%
440.80/442.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
440.80/442.48	c   442s| 84300 |    56 |  7362k|  87.3 |   152M |  23 | 546 |  11k|2388 |  14k|  0 | 138k|  11 | 0.000000e+00 |      --      |    Inf |  98.36%
441.20/442.90	c   443s| 84400 |    57 |  7370k|  87.3 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 138k|  11 | 0.000000e+00 |      --      |    Inf |  98.40%
441.60/443.29	c   443s| 84500 |    54 |  7378k|  87.3 |   152M |  23 | 546 |  11k|2396 |  14k|  1 | 138k|  11 | 0.000000e+00 |      --      |    Inf |  98.46%
442.10/443.71	c   444s| 84600 |    53 |  7387k|  87.3 |   152M |  23 | 546 |  11k|2392 |  14k|  1 | 138k|  11 | 0.000000e+00 |      --      |    Inf |  98.49%
442.41/444.06	c   444s| 84700 |    45 |  7395k|  87.3 |   152M |  23 | 546 |  11k|2385 |  14k|  0 | 139k|  11 | 0.000000e+00 |      --      |    Inf |  98.51%
442.79/444.43	c   444s| 84800 |    47 |  7403k|  87.2 |   152M |  23 | 546 |  11k|2393 |  14k|  1 | 139k|  11 | 0.000000e+00 |      --      |    Inf |  98.53%
443.19/444.85	c   445s| 84900 |    47 |  7411k|  87.2 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 139k|  11 | 0.000000e+00 |      --      |    Inf |  98.56%
443.59/445.20	c   445s| 85000 |    45 |  7419k|  87.2 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 139k|  11 | 0.000000e+00 |      --      |    Inf |  98.58%
443.99/445.68	c   446s| 85100 |    49 |  7430k|  87.3 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 139k|  11 | 0.000000e+00 |      --      |    Inf |  98.60%
444.40/446.04	c   446s| 85200 |    47 |  7438k|  87.2 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 139k|  11 | 0.000000e+00 |      --      |    Inf |  98.63%
444.79/446.44	c   446s| 85300 |    45 |  7447k|  87.3 |   152M |  23 | 546 |  11k|2387 |  14k|  2 | 139k|  11 | 0.000000e+00 |      --      |    Inf |  98.65%
445.19/446.86	c   447s| 85400 |    43 |  7455k|  87.2 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |  98.68%
445.58/447.29	c   447s| 85500 |    40 |  7464k|  87.2 |   152M |  23 | 546 |  11k|2395 |  14k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |  98.71%
446.08/447.71	c   448s| 85600 |    39 |  7473k|  87.3 |   152M |  23 | 546 |  11k|2383 |  14k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |  98.76%
446.40/448.07	c   448s| 85700 |    36 |  7482k|  87.2 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |  98.79%
446.78/448.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
446.78/448.48	c   448s| 85800 |    37 |  7490k|  87.2 |   152M |  23 | 546 |  11k|2391 |  14k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |  98.81%
447.18/448.88	c   449s| 85900 |    32 |  7499k|  87.2 |   152M |  23 | 546 |  11k|2390 |  14k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |  98.85%
447.68/449.30	c   449s| 86000 |    33 |  7508k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 140k|  11 | 0.000000e+00 |      --      |    Inf |  98.88%
447.98/449.66	c   450s| 86100 |    32 |  7516k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  0 | 141k|  11 | 0.000000e+00 |      --      |    Inf |  98.89%
448.28/449.99	c   450s| 86200 |    31 |  7523k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 141k|  11 | 0.000000e+00 |      --      |    Inf |  98.91%
448.68/450.37	c   450s| 86300 |    28 |  7530k|  87.2 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 141k|  11 | 0.000000e+00 |      --      |    Inf |  98.93%
449.07/450.75	c   451s| 86400 |    28 |  7539k|  87.2 |   152M |  23 | 546 |  11k|2397 |  14k|  1 | 141k|  11 | 0.000000e+00 |      --      |    Inf |  98.96%
449.39/451.09	c   451s| 86500 |    29 |  7546k|  87.2 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 141k|  11 | 0.000000e+00 |      --      |    Inf |  98.97%
449.77/451.44	c   451s| 86600 |    27 |  7554k|  87.2 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 141k|  11 | 0.000000e+00 |      --      |    Inf |  98.98%
450.17/451.88	c   452s| 86700 |    28 |  7564k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  0 | 142k|  11 | 0.000000e+00 |      --      |    Inf |  99.01%
450.57/452.26	c   452s| 86800 |    28 |  7573k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 142k|  11 | 0.000000e+00 |      --      |    Inf |  99.03%
450.97/452.69	c   453s| 86900 |    27 |  7582k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 142k|  11 | 0.000000e+00 |      --      |    Inf |  99.06%
451.48/453.14	c   453s| 87000 |    31 |  7592k|  87.2 |   152M |  23 | 546 |  11k|2390 |  14k|  2 | 142k|  11 | 0.000000e+00 |      --      |    Inf |  99.08%
451.77/453.49	c   453s| 87100 |    30 |  7600k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 142k|  11 | 0.000000e+00 |      --      |    Inf |  99.10%
452.16/453.88	c   454s| 87200 |    26 |  7609k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  0 | 142k|  11 | 0.000000e+00 |      --      |    Inf |  99.13%
452.56/454.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
452.56/454.29	c   454s| 87300 |    22 |  7619k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  1 | 143k|  11 | 0.000000e+00 |      --      |    Inf |  99.16%
453.37/455.09	c   455s| 87400 |    25 |  7628k|  87.2 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 143k|  11 | 0.000000e+00 |      --      |    Inf |  99.19%
453.76/455.42	c   455s| 87500 |    28 |  7635k|  87.2 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 143k|  11 | 0.000000e+00 |      --      |    Inf |  99.21%
454.16/455.83	c   456s| 87600 |    29 |  7643k|  87.2 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 143k|  11 | 0.000000e+00 |      --      |    Inf |  99.23%
454.47/456.15	c   456s| 87700 |    27 |  7650k|  87.2 |   152M |  23 | 546 |  11k|2387 |  14k|  0 | 143k|  11 | 0.000000e+00 |      --      |    Inf |  99.24%
454.86/456.53	c   457s| 87800 |    25 |  7659k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  0 | 143k|  11 | 0.000000e+00 |      --      |    Inf |  99.27%
455.16/456.87	c   457s| 87900 |    24 |  7667k|  87.2 |   152M |  23 | 546 |  11k|2389 |  14k|  0 | 144k|  11 | 0.000000e+00 |      --      |    Inf |  99.30%
455.47/457.16	c   457s| 88000 |    24 |  7673k|  87.1 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 144k|  11 | 0.000000e+00 |      --      |    Inf |  99.35%
455.85/457.52	c   458s| 88100 |    28 |  7681k|  87.1 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 144k|  11 | 0.000000e+00 |      --      |    Inf |  99.38%
456.15/457.84	c   458s| 88200 |    19 |  7689k|  87.1 |   152M |  23 | 546 |  11k|2387 |  14k|  0 | 144k|  11 | 0.000000e+00 |      --      |    Inf |  99.41%
456.65/458.31	c   458s| 88300 |    22 |  7699k|  87.1 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 144k|  11 | 0.000000e+00 |      --      |    Inf |  99.44%
456.95/458.69	c   459s| 88400 |    18 |  7708k|  87.1 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 144k|  11 | 0.000000e+00 |      --      |    Inf |  99.46%
457.36/459.05	c   459s| 88500 |    19 |  7716k|  87.1 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 145k|  11 | 0.000000e+00 |      --      |    Inf |  99.50%
457.75/459.45	c   459s| 88600 |    19 |  7724k|  87.1 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 145k|  11 | 0.000000e+00 |      --      |    Inf |  99.52%
458.25/459.91	c   460s| 88700 |    13 |  7734k|  87.1 |   152M |  23 | 546 |  11k|2388 |  14k|  0 | 145k|  11 | 0.000000e+00 |      --      |    Inf |  99.56%
458.55/460.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
458.55/460.29	c   460s| 88800 |    14 |  7742k|  87.1 |   152M |  23 | 546 |  11k|2385 |  14k|  1 | 145k|  11 | 0.000000e+00 |      --      |    Inf |  99.58%
459.04/460.71	c   461s| 88900 |    15 |  7750k|  87.1 |   152M |  23 | 546 |  11k|2385 |  14k|  0 | 145k|  11 | 0.000000e+00 |      --      |    Inf |  99.60%
459.35/461.03	c   461s| 89000 |    13 |  7758k|  87.1 |   152M |  23 | 546 |  11k|2386 |  14k|  0 | 145k|  11 | 0.000000e+00 |      --      |    Inf |  99.63%
459.84/461.51	c   461s| 89100 |    14 |  7768k|  87.1 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |  99.64%
460.14/461.89	c   462s| 89200 |    14 |  7776k|  87.1 |   152M |  23 | 546 |  11k|2387 |  14k|  2 | 146k|  11 | 0.000000e+00 |      --      |    Inf |  99.69%
460.54/462.21	c   462s| 89300 |    13 |  7783k|  87.1 |   152M |  23 | 546 |  11k|2391 |  14k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |  99.70%
460.84/462.59	c   463s| 89400 |    11 |  7792k|  87.1 |   152M |  23 | 546 |  11k|2386 |  14k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |  99.71%
461.35/463.02	c   463s| 89500 |    14 |  7801k|  87.1 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |  99.74%
461.74/463.42	c   463s| 89600 |    14 |  7810k|  87.1 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 146k|  11 | 0.000000e+00 |      --      |    Inf |  99.76%
462.13/463.82	c   464s| 89700 |    13 |  7818k|  87.1 |   152M |  23 | 546 |  11k|2387 |  14k|  1 | 147k|  11 | 0.000000e+00 |      --      |    Inf |  99.79%
462.45/464.16	c   464s| 89800 |     6 |  7826k|  87.1 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 147k|  11 | 0.000000e+00 |      --      |    Inf |  99.82%
462.83/464.53	c   465s| 89900 |     6 |  7834k|  87.1 |   152M |  23 | 546 |  11k|2385 |  14k|  0 | 147k|  11 | 0.000000e+00 |      --      |    Inf |  99.83%
463.23/464.91	c   465s| 90000 |     8 |  7842k|  87.1 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 147k|  11 | 0.000000e+00 |      --      |    Inf |  99.86%
463.53/465.27	c   465s| 90100 |     4 |  7850k|  87.1 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 147k|  11 | 0.000000e+00 |      --      |    Inf |  99.89%
463.93/465.62	c   466s| 90200 |     7 |  7857k|  87.1 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 147k|  11 | 0.000000e+00 |      --      |    Inf |  99.91%
464.23/465.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
464.23/465.98	c   466s| 90300 |     7 |  7866k|  87.1 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 148k|  11 | 0.000000e+00 |      --      |    Inf |  99.93%
464.63/466.34	c   466s| 90400 |     5 |  7874k|  87.1 |   152M |  23 | 546 |  11k|   0 |  14k|  0 | 148k|  11 | 0.000000e+00 |      --      |    Inf |  99.94%
465.03/466.71	c   467s| 90500 |     8 |  7881k|  87.0 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 148k|  11 | 0.000000e+00 |      --      |    Inf |  99.96%
465.34/467.02	c   467s| 90600 |     6 |  7889k|  87.0 |   152M |  23 | 546 |  11k|2388 |  14k|  1 | 148k|  11 | 0.000000e+00 |      --      |    Inf |  99.98%
465.52/467.23	c 
465.52/467.23	c SCIP Status        : problem is solved [infeasible]
465.52/467.23	c Solving Time (sec) : 467.22
465.52/467.23	c Solving Nodes      : 90669
465.52/467.23	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
465.52/467.23	c Dual Bound         : +1.00000000000000e+20
465.52/467.23	c Gap                : 0.00 %
465.52/467.23	s UNSATISFIABLE
465.52/467.23	c SCIP Status        : problem is solved [infeasible]
465.52/467.23	c Total Time         :     467.22
465.52/467.23	c   solving          :     467.22
465.52/467.23	c   presolving       :       0.26 (included in solving)
465.52/467.23	c   reading          :       0.02 (included in solving)
465.52/467.23	c   copying          :       1.46 (107 #copies) (minimal 0.01, maximal 0.03, average 0.01)
465.52/467.23	c Original Problem   :
465.52/467.23	c   Problem name     : HOME/instance-4514744-1751228113.opb
465.52/467.23	c   Variables        : 552 (552 binary, 0 integer, 0 implicit integer, 0 continuous)
465.52/467.23	c   Constraints      : 2558 initial, 2558 maximal
465.52/467.23	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
465.52/467.23	c Presolved Problem  :
465.52/467.23	c   Problem name     : t_HOME/instance-4514744-1751228113.opb
465.52/467.23	c   Variables        : 546 (546 binary, 0 integer, 0 implicit integer, 0 continuous)
465.52/467.23	c   Constraints      : 2365 initial, 11666 maximal
465.52/467.23	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
465.52/467.23	c   Nonzeros         : 7584 constraint, 1952 clique table
465.52/467.23	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
465.52/467.23	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   domcol           :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   dualsparsify     :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
465.52/467.23	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   milp             :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   trivial          :       0.00       0.00      5          1          0          0          0          0          0          0          0          0
465.52/467.23	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   dualfix          :       0.00       0.00      5          1          0          0          0          0          0          0          0          0
465.52/467.23	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   probing          :       0.13       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   symmetry         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
465.52/467.23	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
465.52/467.23	c   linear           :       0.02       0.00      7          4          0          0          4          0        193          0          0          0
465.52/467.23	c   logicor          :       0.01       0.00      3          0          0          0          0          0          0          0          0          0
465.52/467.23	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   root node        :          -          -      -        293          -          -        293          -          -          -          -          -
465.52/467.23	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
465.52/467.23	c   benderslp        :          0          0          0          0      49823          0          0       3592          0          0          0          0          0          0          0
465.52/467.23	c   integral         :          0          0          0          0      49823          0          0       3592          0          0          0          0          0          0      99646
465.52/467.23	c   knapsack         :          1+        79         11     473389          0          0          0       3588      44201        727      68194          0          0          0          0
465.52/467.23	c   setppc           :       1029       1029         11     476866          0          0          0       2904     603566       1658     974673          0          0          0          0
465.52/467.23	c   linear           :          1+       191         12     475202          0          0          0          6      11591       7827      31303          8          2          0          0
465.52/467.23	c   logicor          :       1334+     10633         11     368116          0          0          0          0    1244042      24763    3858942         24          1          0          0
465.52/467.23	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
465.52/467.23	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   integral         :       3.07       0.00       0.00       0.00       3.07       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   knapsack         :       2.00       0.00       0.00       1.96       0.00       0.00       0.00       0.00       0.03       0.00
465.52/467.23	c   setppc           :       7.04       0.00       0.00       6.90       0.00       0.00       0.00       0.02       0.12       0.00
465.52/467.23	c   linear           :       1.09       0.00       0.00       1.06       0.00       0.00       0.00       0.00       0.02       0.00
465.52/467.23	c   logicor          :      27.00       0.00       0.00      26.63       0.00       0.00       0.00       0.00       0.36       0.00
465.52/467.23	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
465.52/467.23	c   dualfix          :          1          0          0          0
465.52/467.23	c   genvbounds       :          0          0          0          0
465.52/467.23	c   nlobbt           :          0          0          0          0
465.52/467.23	c   obbt             :          0          0          0          0
465.52/467.23	c   probing          :          0          0          0          0
465.52/467.23	c   pseudoobj        :          0          0          0          0
465.52/467.23	c   redcost          :          0          0          0          0
465.52/467.23	c   rootredcost      :          0          0          0          0
465.52/467.23	c   symmetry         :          0          0          0          0
465.52/467.23	c   vbounds          :     349570          0          0          0
465.52/467.23	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
465.52/467.23	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   genvbounds       :       0.05       0.00       0.00       0.05       0.00       0.00
465.52/467.23	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
465.52/467.23	c   probing          :       0.13       0.00       0.13       0.00       0.00       0.00
465.52/467.23	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00       0.00
465.52/467.23	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
465.52/467.23	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00       0.00
465.52/467.23	c   symmetry         :       1.37       0.00       0.02       1.35       0.00       0.00
465.52/467.23	c   vbounds          :       0.87       0.00       0.00       0.87       0.00       0.00
465.52/467.23	c Symmetry           :
465.52/467.23	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
465.52/467.23	c   orbital reduction:          0 reductions applied,          0 cutoffs
465.52/467.23	c   lexicographic red:          0 reductions applied,          0 cutoffs
465.52/467.23	c   shadow tree time :       0.09 s
465.52/467.23	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
465.52/467.23	c   propagation      :       0.76      28209      26262          -     167694       21.1        458       15.6          -          -          -
465.52/467.23	c   infeasible LP    :       6.94      21328      21309          -     224834       30.1         61       11.3      21309       41.7          0
465.52/467.23	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
465.52/467.23	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
465.52/467.23	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
465.52/467.23	c   applied globally :       0.85          -          -          0     126508       21.6          -          -      20695          -          -
465.52/467.23	c   applied locally  :          -          -          -          0        779       27.5          -          -        614          -          -
465.52/467.23	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
465.52/467.23	c   cut pool         :       3.15          -       6029         21          -          -      59801     106436          -          -          -          -          -    (maximal pool size:       4196)
465.52/467.23	c   aggregation      :       0.63       0.00       1710         11          0          0          1          1          0          0          0          0          0
465.52/467.23	c   > cmir           :          -          -          -          -          -          -          -          1          0          0          0          0          -
465.52/467.23	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
465.52/467.23	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
465.52/467.23	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   clique           :       0.02       0.00         11         11          0          0         24        519          0        170        170          0          0
465.52/467.23	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   gomory           :      39.09       0.00       1709         10          0          0      83554      77958      24549       3553       2943        610          0
465.52/467.23	c   > gomorymi       :          -          -          -          -          -          -          -      32477      12376        900        500        400          -
465.52/467.23	c   > strongcg       :          -          -          -          -          -          -          -      45481      12173       2653       2443        210          -
465.52/467.23	c   impliedbounds    :       0.06       0.00       1710         11          0          0          0          0          0          0          0          0          0
465.52/467.23	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
465.52/467.23	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   multilinear      :       0.01       0.00       8000         11          0          0          0          0          0          0          0          0          0
465.52/467.23	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
465.52/467.23	c   rapidlearning    :       5.79       0.00        100          1          0        195          0          0          0          0          0          0        441
465.52/467.23	c   rlt              :       0.00       0.00        853         10          0          0          0          0          0          0          0          0          0
465.52/467.23	c   zerohalf         :       3.81       0.00       1710         11          0          0       3997      27958       3226      11118       8881       2237          0
465.52/467.23	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
465.52/467.23	c   hybrid           :       0.18       0.00       4154         11      14601        277     119630         44          0       2942
465.52/467.23	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c Pricers            :   ExecTime  SetupTime      Calls       Vars
465.52/467.23	c   problem variables:       0.00          -          0          0
465.52/467.23	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
465.52/467.23	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c   relpscost        :       3.04       0.00      49823          0          0          0          0          0          0      99646
465.52/467.23	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
465.52/467.23	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
465.52/467.23	c   LP solutions     :       0.00          -          -          0          0
465.52/467.23	c   relax solutions  :       0.00          -          -          0          0
465.52/467.23	c   pseudo solutions :       0.00          -          -          0          0
465.52/467.23	c   strong branching :       0.00          -          -          0          0
465.52/467.23	c   actconsdiving    :       0.00       0.00          0          0          0
465.52/467.23	c   adaptivediving   :       1.52       0.00         58          0          0
465.52/467.23	c   alns             :       0.26       0.00         12          0          0
465.52/467.23	c   bound            :       0.00       0.00          0          0          0
465.52/467.23	c   clique           :       0.01       0.00          1          0          0
465.52/467.23	c   coefdiving       :       0.00       0.00          0          0          0
465.52/467.23	c   completesol      :       0.00       0.00          0          0          0
465.52/467.23	c   conflictdiving   :       5.85       0.00        357          0          0
465.52/467.23	c   crossover        :       0.01       0.00          0          0          0
465.52/467.23	c   dins             :       0.00       0.00          0          0          0
465.52/467.23	c   distributiondivin:      17.96       0.00        356          0          0
465.52/467.23	c   dps              :       0.00       0.00          0          0          0
465.52/467.23	c   dualval          :       0.00       0.00          0          0          0
465.52/467.23	c   farkasdiving     :       0.00       0.00          0          0          0
465.52/467.23	c   feasjump         :       0.03       0.00          1          0          0
465.52/467.23	c   feaspump         :       4.93       0.00         59          0          0
465.52/467.23	c   fixandinfer      :       0.00       0.00          0          0          0
465.52/467.23	c   fracdiving       :       7.53       0.00        356          0          0
465.52/467.23	c   gins             :       0.01       0.00          0          0          0
465.52/467.23	c   guideddiving     :       0.00       0.00          0          0          0
465.52/467.23	c   indcoefdiving    :       0.00       0.00          0          0          0
465.52/467.23	c   indicator        :       0.01       0.00          0          0          0
465.52/467.23	c   indicatordiving  :       0.00       0.00          0          0          0
465.52/467.23	c   indoneopt        :       0.02       0.00          0          0          0
465.52/467.23	c   indrounding      :       0.00       0.00          0          0          0
465.52/467.23	c   indtwoopt        :       0.00       0.00          0          0          0
465.52/467.23	c   intdiving        :       0.00       0.00          0          0          0
465.52/467.23	c   intshifting      :       0.00       0.00          0          0          0
465.52/467.23	c   linesearchdiving :       8.26       0.00        357          0          0
465.52/467.23	c   localbranching   :       0.00       0.00          0          0          0
465.52/467.23	c   locks            :       0.00       0.00          1          0          0
465.52/467.23	c   lpface           :       0.07       0.00          0          0          0
465.52/467.23	c   mpec             :       0.00       0.00          0          0          0
465.52/467.23	c   multistart       :       0.00       0.00          0          0          0
465.52/467.23	c   mutation         :       0.00       0.00          0          0          0
465.52/467.23	c   nlpdiving        :       0.00       0.00          0          0          0
465.52/467.23	c   objpscostdiving  :       1.06       0.00          3          0          0
465.52/467.23	c   octane           :       0.00       0.00          0          0          0
465.52/467.23	c   ofins            :       0.01       0.00          0          0          0
465.52/467.23	c   oneopt           :       0.02       0.00          0          0          0
465.52/467.23	c   padm             :       0.00       0.00          0          0          0
465.52/467.23	c   proximity        :       0.00       0.00          0          0          0
465.52/467.23	c   pscostdiving     :       8.84       0.00        357          0          0
465.52/467.23	c   randrounding     :       0.14       0.00       3597          0          0
465.52/467.23	c   rens             :       0.00       0.00          0          0          0
465.52/467.23	c   reoptsols        :       0.00       0.00          0          0          0
465.52/467.23	c   repair           :       0.00       0.00          0          0          0
465.52/467.23	c   rins             :       0.01       0.00          0          0          0
465.52/467.23	c   rootsoldiving    :       0.59       0.00          5          0          0
465.52/467.23	c   rounding         :       0.27       0.00       3227          0          0
465.52/467.23	c   scheduler        :       0.00       0.00          0          0          0
465.52/467.23	c   shiftandpropagate:       0.00       0.00          1          0          0
465.52/467.23	c   shifting         :       0.47       0.00       1050          0          0
465.52/467.23	c   simplerounding   :       0.01       0.00          0          0          0
465.52/467.23	c   smallcard        :       0.00       0.00          0          0          0
465.52/467.23	c   subnlp           :       0.02       0.00          0          0          0
465.52/467.23	c   trivial          :       0.00       0.00          2          0          0
465.52/467.23	c   trivialnegation  :       0.00       0.00          0          0          0
465.52/467.23	c   trustregion      :       0.00       0.00          0          0          0
465.52/467.23	c   trysol           :       0.01       0.00          0          0          0
465.52/467.23	c   twoopt           :       0.00       0.00          0          0          0
465.52/467.23	c   undercover       :       0.00       0.00          0          0          0
465.52/467.23	c   vbounds          :       0.02       0.00          1          0          0
465.52/467.23	c   veclendiving     :       5.24       0.00        357          0          0
465.52/467.23	c   zeroobj          :       0.00       0.00          0          0          0
465.52/467.23	c   zirounding       :       0.06       0.00       1000          0          0
465.52/467.23	c   other solutions  :          -          -          -          0          -
465.52/467.23	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
465.52/467.23	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
465.52/467.23	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
465.52/467.23	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
465.52/467.23	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
465.52/467.23	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
465.52/467.23	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
465.52/467.23	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
465.52/467.23	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
465.52/467.23	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
465.52/467.23	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
465.52/467.23	c   primal LP        :       0.64       2074          0       0.00       0.00       0.64       2074
465.52/467.23	c   dual LP          :     257.11      74443    7321096      98.49   28474.39       0.03        112
465.52/467.23	c   lex dual LP      :       0.00          0          0       0.00          -
465.52/467.23	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
465.52/467.23	c   resolve instable :       0.00          0          0       0.00          -
465.52/467.23	c   diving/probing LP:      43.85       4584     572902     124.98   13064.20
465.52/467.23	c   strong branching :       0.19         11       3328     302.55   17176.51          -          -          0
465.52/467.23	c     (at root node) :          -         11       3328     302.55          -
465.52/467.23	c   conflict analysis:       0.00          0          0       0.00          -
465.52/467.23	c B&B Tree           :
465.52/467.23	c   number of runs   :          1
465.52/467.23	c   nodes            :      90669 (49823 internal, 40846 leaves)
465.52/467.23	c   feasible leaves  :          0
465.52/467.23	c   infeas. leaves   :      40846
465.52/467.23	c   objective leaves :          0
465.52/467.23	c   nodes (total)    :      90669 (49823 internal, 40846 leaves)
465.52/467.23	c   nodes left       :          0
465.52/467.23	c   max depth        :         23
465.52/467.23	c   max depth (total):         23
465.52/467.23	c   backtracks       :      24267 (26.8%)
465.52/467.23	c   early backtracks :          0 (0.0%)
465.52/467.23	c   nodes exc. ref.  :          0 (0.0%)
465.52/467.23	c   delayed cutoffs  :       8978
465.52/467.23	c   repropagations   :      51226 (1619876 domain reductions, 8737 cutoffs)
465.52/467.23	c   avg switch length:       4.72
465.52/467.23	c   switching time   :      27.39
465.52/467.23	c Root Node          :
465.52/467.23	c   First LP value   : +0.00000000000000e+00
465.52/467.23	c   First LP Iters   :        672 (16901.41 Iter/sec)
465.52/467.23	c   First LP Time    :       0.04
465.52/467.23	c   Final Dual Bound :          -
465.52/467.23	c   Final Root Iters :       5208
465.52/467.23	c   Root LP Estimate : +7.18937372693246e-02
465.52/467.23	c Solution           :
465.52/467.23	c   Solutions found  :          0 (0 improvements)
465.52/467.23	c   Primal Bound     : infeasible
465.52/467.23	c   Dual Bound       :          -
465.52/467.23	c   Gap              :       0.00 %
465.52/467.23	c Integrals          :      Total       Avg%
465.52/467.24	c   primal-dual      :          -          - (problem infeasible)
465.52/467.24	c   primal-ref       :          -          - (problem infeasible)
465.52/467.24	c   dual-ref         :          -          - (problem infeasible)
465.52/467.25	c Time complete: 465.586.

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: 63794 MiB (62633 MiB free)
  memory of node 1: 64507 MiB (63696 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514744-1751228113/watcher-4514744-1751228113 -o /tmp/evaluation-result-4514744-1751228113/solver-4514744-1751228113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751220587-28487 --watchdog 3760 pbscip -f HOME/instance-4514744-1751228113.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30053, runsolver pid=30050

[startup+0.100069 s]*
/proc/loadavg: 4.13 4.12 4.13 6/252 30054
/proc/meminfo: memFree=129350336/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=51492 memory=25728 CPUtime=0.09 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 3053 0 0 0 8 1 0 0 20 0 1 0 38491016 52727808 6432 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 12873 6432 3744 3530 0 4324 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51492 KiB
Current children cumulated memory: 25728 KiB

[startup+0.214126 s]*
/proc/loadavg: 4.13 4.12 4.13 5/252 30054
/proc/meminfo: memFree=129350336/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=51768 memory=26240 CPUtime=0.19 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 3150 0 0 0 18 1 0 0 20 0 1 0 38491016 53010432 6560 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 12942 6560 3776 3530 0 4393 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 51768 KiB
Current children cumulated memory: 26240 KiB

[startup+0.317085 s]*
/proc/loadavg: 4.13 4.12 4.13 6/252 30054
/proc/meminfo: memFree=129342776/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=61088 memory=34176 CPUtime=0.27 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 5085 0 0 0 26 1 0 0 20 0 1 0 38491016 62554112 8544 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 15272 8544 3872 3530 0 6723 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 61088 KiB
Current children cumulated memory: 34176 KiB

[startup+0.700286 s]
/proc/loadavg: 4.13 4.12 4.13 5/252 30054
/proc/meminfo: memFree=129342776/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=62212 memory=35840 CPUtime=0.62 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 5390 0 0 0 61 1 0 0 20 0 1 0 38491016 63705088 8960 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 15553 8960 3968 3530 0 7004 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 62212 KiB
Current children cumulated memory: 35840 KiB

[startup+1.50032 s]
/proc/loadavg: 4.13 4.12 4.13 5/252 30054
/proc/meminfo: memFree=129342528/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=75492 memory=47568 CPUtime=1.42 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 8772 0 0 0 140 2 0 0 20 0 1 0 38491016 77303808 11892 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 18873 11892 3968 3530 0 10324 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 75492 KiB
Current children cumulated memory: 47568 KiB

[startup+3.11266 s]
/proc/loadavg: 4.12 4.12 4.13 5/252 30054
/proc/meminfo: memFree=129283948/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=129288 memory=96888 CPUtime=3.03 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 21355 0 0 0 299 4 0 0 20 0 1 0 38491016 132390912 24222 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 32322 24222 3968 3530 0 23773 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 129288 KiB
Current children cumulated memory: 96888 KiB

[startup+6.30031 s]
/proc/loadavg: 4.12 4.12 4.13 5/252 30054
/proc/meminfo: memFree=129270348/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=138344 memory=107768 CPUtime=6.21 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 24327 0 0 0 616 5 0 0 20 0 1 0 38491016 141664256 26942 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 34586 26942 3968 3530 0 26037 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 138344 KiB
Current children cumulated memory: 107768 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.13 4.14 5/252 30054
/proc/meminfo: memFree=129262536/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=143020 memory=112460 CPUtime=12.59 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 25955 0 0 0 1254 5 0 0 20 0 1 0 38491016 146452480 28115 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 35755 28115 3968 3530 0 27206 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 143020 KiB
Current children cumulated memory: 112460 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.13 4.14 5/252 30054
/proc/meminfo: memFree=129235024/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=163092 memory=131916 CPUtime=25.35 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 30842 0 0 0 2529 6 0 0 20 0 1 0 38491016 167006208 32979 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 40773 32979 3968 3530 0 32224 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 163092 KiB
Current children cumulated memory: 131916 KiB

[startup+51.1129 s]
/proc/loadavg: 4.10 4.11 4.13 5/252 30055
/proc/meminfo: memFree=129215868/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=179108 memory=146892 CPUtime=50.89 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 34577 0 0 0 5082 7 0 0 20 0 1 0 38491016 183406592 36723 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 44777 36723 3968 3530 0 36228 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 179108 KiB
Current children cumulated memory: 146892 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.13 5/251 30056
/proc/meminfo: memFree=129211460/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=194484 memory=160844 CPUtime=101.92 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 38071 0 0 0 10185 7 0 0 20 0 1 0 38491016 199151616 40211 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 48621 40211 3968 3530 0 40072 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 194484 KiB
Current children cumulated memory: 160844 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.10 4.12 5/251 30058
/proc/meminfo: memFree=129163888/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=202412 memory=167628 CPUtime=161.73 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 39754 0 0 0 16165 8 0 0 20 0 1 0 38491016 207269888 41907 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 50603 41907 3968 3530 0 42054 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 202412 KiB
Current children cumulated memory: 167628 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.11 4.12 5/250 30062
/proc/meminfo: memFree=129099728/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=202412 memory=170444 CPUtime=221.49 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 40482 0 0 0 22141 8 0 0 20 0 1 0 38491016 207269888 42611 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 50603 42611 3968 3530 0 42054 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 202412 KiB
Current children cumulated memory: 170444 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.10 4.11 5/249 30064
/proc/meminfo: memFree=129091088/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=207588 memory=172748 CPUtime=281.26 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 41038 0 0 0 28117 9 0 0 20 0 1 0 38491016 212570112 43187 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 51897 43187 3968 3530 0 43348 0
Current children cumulated CPU time: 281.26 s
Current children cumulated vsize: 207588 KiB
Current children cumulated memory: 172748 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/250 30067
/proc/meminfo: memFree=129075616/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=206520 memory=177384 CPUtime=341.02 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 41987 0 0 0 34093 9 0 0 20 0 1 0 38491016 211476480 44346 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 51630 44346 3968 3530 0 43081 0
Current children cumulated CPU time: 341.02 s
Current children cumulated vsize: 206520 KiB
Current children cumulated memory: 177384 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.09 4.10 5/250 30069
/proc/meminfo: memFree=129041340/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=211544 memory=184680 CPUtime=400.83 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 43089 0 0 0 40073 10 0 0 20 0 1 0 38491016 216621056 46170 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 52886 46170 3968 3530 0 44337 0
Current children cumulated CPU time: 400.83 s
Current children cumulated vsize: 211544 KiB
Current children cumulated memory: 184680 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.09 4.10 5/250 30071
/proc/meminfo: memFree=129043380/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=211892 memory=186088 CPUtime=460.64 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 43524 0 0 0 46054 10 0 0 20 0 1 0 38491016 216977408 46522 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 52973 46522 3968 3530 0 44424 0
Current children cumulated CPU time: 460.64 s
Current children cumulated vsize: 211892 KiB
Current children cumulated memory: 186088 KiB

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

# cumulated CPU time of all completed processes:  user=465.482 s, system=0.111248 s

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

[startup+464 s]*
/proc/loadavg: 4.09 4.09 4.10 5/250 30071
/proc/meminfo: memFree=129043632/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=211892 memory=186216 CPUtime=462.35 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 43534 0 0 0 46225 10 0 0 20 0 1 0 38491016 216977408 46554 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 52973 46554 3968 3530 0 44424 0
Current children cumulated CPU time: 462.35 s
Current children cumulated vsize: 211892 KiB
Current children cumulated memory: 186216 KiB

[startup+465.6 s]
/proc/loadavg: 4.09 4.09 4.10 5/250 30071
/proc/meminfo: memFree=129043632/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=211892 memory=186216 CPUtime=463.93 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 43534 0 0 0 46383 10 0 0 20 0 1 0 38491016 216977408 46554 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 52973 46554 3968 3530 0 44424 0
Current children cumulated CPU time: 463.93 s
Current children cumulated vsize: 211892 KiB
Current children cumulated memory: 186216 KiB

[startup+466.4 s]
/proc/loadavg: 4.09 4.09 4.10 5/250 30071
/proc/meminfo: memFree=129043632/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=211892 memory=186216 CPUtime=464.73 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 43534 0 0 0 46463 10 0 0 20 0 1 0 38491016 216977408 46554 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 52973 46554 3968 3530 0 44424 0
Current children cumulated CPU time: 464.73 s
Current children cumulated vsize: 211892 KiB
Current children cumulated memory: 186216 KiB

[startup+466.8 s]
/proc/loadavg: 4.09 4.09 4.10 5/250 30071
/proc/meminfo: memFree=129043632/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=211892 memory=186216 CPUtime=465.13 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 43534 0 0 0 46503 10 0 0 20 0 1 0 38491016 216977408 46554 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 52973 46554 3968 3530 0 44424 0
Current children cumulated CPU time: 465.13 s
Current children cumulated vsize: 211892 KiB
Current children cumulated memory: 186216 KiB

[startup+467.2 s]
/proc/loadavg: 4.08 4.09 4.10 5/250 30071
/proc/meminfo: memFree=129043884/131382112 swapFree=33010684/33010684
[pid=30053] ppid=30050 vsize=211892 memory=186216 CPUtime=465.52 cores=5,7
/proc/30053/stat : 30053 (pbscip) R 30050 30053 28474 0 -1 4194304 43534 0 0 0 46542 10 0 0 20 0 1 0 38491016 216977408 46554 18446744073709551615 4235264 18693293 140722766249504 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 29401088 140722766252425 140722766252524 140722766252524 140722766258126 0
/proc/30053/statm: 52973 46554 3968 3530 0 44424 0
Current children cumulated CPU time: 465.52 s
Current children cumulated vsize: 211892 KiB
Current children cumulated memory: 186216 KiB

Child status: 0

Real time (s): 467.255
CPU time (s): 465.594
CPU user time (s): 465.482
CPU system time (s): 0.111248
CPU usage (%): 99.6444
Max. virtual memory (cumulated for all children) (KiB): 211892
Max. memory (cumulated for all children) (KiB): 186216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.482
system time used= 0.111248
maximum resident set size= 186216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43542
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= 132
involuntary context switches= 500


# summary of solver processes directly reported to runsolver:
#   pid: 30053
#   total CPU time (s): 465.594
#   total CPU user time (s): 465.482
#   total CPU system time (s): 0.111248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.11805 second user time and 4.74571 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 22:15:13
IDJOB=4514744
IDBENCH=162871
IDSOLVER=3365
FILE ID=nodeC012/4514744-1751228113
RUNJOBID= nodeC012-1751220587-28487
SLURM_JOB_ID= 9587676
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_18.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514744-1751228113/watcher-4514744-1751228113 -o /tmp/evaluation-result-4514744-1751228113/solver-4514744-1751228113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751220587-28487 --watchdog 3760  pbscip -f HOME/instance-4514744-1751228113.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 81a3482013934a1c472e0f197243e7de
RANDOM SEED=73206064

nodeC012 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	: 0xb00001f
cpu MHz		: 3662.644
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3691.250
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.521
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.691
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3662.416
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.409
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.151
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129361928 kB
MemAvailable:   129191128 kB
Buffers:            3280 kB
Cached:           639672 kB
SwapCached:            0 kB
Active:          1071764 kB
Inactive:         391020 kB
Active(anon):     837792 kB
Inactive(anon):        0 kB
Active(file):     233972 kB
Inactive(file):   391020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18864 kB
Writeback:             0 kB
AnonPages:        820936 kB
Mapped:           137116 kB
Shmem:             17960 kB
KReclaimable:      87284 kB
Slab:             169336 kB
SReclaimable:      87284 kB
SUnreclaim:        82052 kB
KernelStack:        4016 kB
PageTables:         4824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1198092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC012 at 2025-06-29 22:23:01