Trace number 4432614

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07SAT64 3588.65 3597.28

General information on the benchmark

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4432614-1721070623.opb>
0.00/0.01	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.00/0.01	c problem read in 0.01
0.00/0.02	c presolving:
0.00/0.03	c    (0.0s) running MILP presolver
0.00/0.03	c    (0.0s) MILP presolver found nothing
0.00/0.04	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs
0.00/0.05	c (round 2, medium)     0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 3360 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs
0.00/0.06	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs
0.00/0.10	c    (0.1s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.10	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.10	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.09/0.11	c    (0.1s) symmetry computation finished: 2 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
0.09/0.11	c dynamic symmetry handling statistics:
0.09/0.11	c    orbitopal reduction:       no components
0.09/0.11	c    orbital reduction:          1 components of sizes 2
0.09/0.11	c    lexicographic reduction:    2 permutations with support sizes 496, 540
0.09/0.11	c handled 1 out of 1 symmetry components
0.09/0.11	c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
0.09/0.11	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.09/0.11	c  0 implications, 840 cliques
0.09/0.11	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.09/0.11	c    1734 constraints of type <knapsack>
0.09/0.11	c     840 constraints of type <setppc>
0.09/0.11	c    1902 constraints of type <logicor>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.10
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 10.0.0
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.09/0.11	c limits/time = 3596.997009
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.09/0.11	c limits/memory = 27900
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.11	c 
0.20/0.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.20/0.26	c   0.3s|     1 |     0 |  1094 |     - |    28M |   0 | 540 |4554 |4476 |   0 |  0 |  77 |   0 | 4.800000e+01 |      --      |    Inf | unknown
1.09/1.15	o 78
1.09/1.15	c * 1.2s|     1 |     0 |  7902 |     - |    LP  |   0 | 540 |4557 |4476 |   0 |  0 |  80 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.18/1.22	c   1.2s|     1 |     0 |  8417 |     - |    34M |   0 | 540 |4757 |4485 |   9 |  1 |  80 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.28/1.34	c   1.3s|     1 |     0 |  8896 |     - |    39M |   0 | 540 |4758 |4490 |  14 |  2 |  81 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.38/1.44	c   1.4s|     1 |     0 |  9257 |     - |    47M |   0 | 540 |4762 |4498 |  22 |  3 |  85 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.48/1.58	c   1.6s|     1 |     0 |  9865 |     - |    54M |   0 | 540 |4763 |4509 |  33 |  4 |  86 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.68/1.70	c   1.7s|     1 |     0 | 10287 |     - |    61M |   0 | 540 |4766 |4518 |  42 |  5 |  89 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.68/1.78	c   1.8s|     1 |     0 | 10420 |     - |    68M |   0 | 540 |4768 |4527 |  51 |  6 |  91 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.79/1.87	c   1.9s|     1 |     0 | 10541 |     - |    74M |   0 | 540 |4772 |4535 |  59 |  7 |  95 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.89/1.95	c   2.0s|     1 |     0 | 10637 |     - |    81M |   0 | 540 |4774 |4540 |  64 |  8 |  97 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
1.99/2.04	c   2.0s|     1 |     0 | 10739 |     - |    88M |   0 | 540 |4776 |4549 |  73 |  9 |  99 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
2.09/2.12	c   2.1s|     1 |     0 | 10837 |     - |    95M |   0 | 540 |4780 |4553 |  77 | 10 | 103 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
2.09/2.16	c   2.2s|     1 |     0 | 10924 |     - |    96M |   0 | 540 |4786 |4558 |  82 | 11 | 109 |   0 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
4.58/4.62	c   4.6s|     1 |     2 | 19171 |     - |    96M |   0 | 540 |4813 |4558 |  82 | 11 | 136 |  11 | 4.800000e+01 | 7.800000e+01 |  62.50%| unknown
20.94/21.08	o 74
20.94/21.08	c *21.1s|    42 |    39 | 29902 | 462.9 |    LP  |  13 | 540 |4852 |4525 | 143 |  0 | 192 | 409 | 4.800000e+01 | 7.400000e+01 |  54.17%|   9.17%
23.53/23.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
23.53/23.68	c  23.7s|   100 |    91 | 43700 | 331.1 |   143M |  16 | 540 |4936 |4544 | 277 |  1 | 278 | 428 | 4.800000e+01 | 7.400000e+01 |  54.17%|   9.22%
28.21/28.34	c  28.3s|   200 |   159 | 64502 | 269.2 |   163M |  21 | 540 |5053 |4536 | 489 |  0 | 399 | 475 | 4.800000e+01 | 7.400000e+01 |  54.17%|   9.27%
36.20/36.33	c  36.3s|   300 |   235 |108465 | 326.2 |   167M |  21 | 540 |5086 |4552 | 826 |  1 | 459 | 524 | 4.800000e+01 | 7.400000e+01 |  54.17%|   9.29%
47.77/47.96	c  48.0s|   400 |   335 |169467 | 397.4 |   174M |  21 | 540 |5193 |4541 |1517 |  1 | 760 | 609 | 4.800000e+01 | 7.400000e+01 |  54.17%|   9.45%
57.54/57.74	c  57.7s|   500 |   435 |229665 | 438.4 |   176M |  21 | 540 |5275 |4560 |1858 |  1 |1033 | 653 | 4.800000e+01 | 7.400000e+01 |  54.17%|   9.68%
58.54/58.78	o 70
58.54/58.78	c d58.8s|   516 |   445 |235664 | 436.4 |veclendi|  21 | 540 |5334 |4553 |   0 |  1 |1181 | 660 | 4.800000e+01 | 7.000000e+01 |  45.83%|   9.71%
65.42/65.65	c  65.6s|   600 |   527 |274119 | 439.4 |   179M |  21 | 540 |5399 |4553 |2444 |  1 |1415 | 677 | 4.800000e+01 | 7.000000e+01 |  45.83%|   9.78%
72.50/72.76	c  72.8s|   700 |   627 |322218 | 445.3 |   181M |  21 | 540 |5399 |4552 |2960 |  1 |1650 | 684 | 4.800000e+01 | 7.000000e+01 |  45.83%|   9.93%
78.10/78.31	c  78.3s|   800 |   717 |361387 | 438.6 |   183M |  21 | 540 |5500 |4563 |3286 |  1 |1940 | 686 | 4.800000e+01 | 7.000000e+01 |  45.83%|  10.14%
85.98/86.23	c  86.2s|   900 |   807 |403457 | 436.6 |   185M |  21 | 540 |5512 |4566 |3761 |  8 |2199 | 728 | 4.800000e+01 | 7.000000e+01 |  45.83%|  10.51%
92.76/93.06	c  93.1s|  1000 |   887 |440072 | 429.6 |   185M |  21 | 540 |5495 |4540 |4276 |  0 |2417 | 763 | 4.800000e+01 | 7.000000e+01 |  45.83%|  11.04%
100.44/100.77	c   101s|  1100 |   969 |481682 | 428.4 |   186M |  21 | 540 |5507 |4566 |4893 |  1 |2683 | 818 | 4.800000e+01 | 7.000000e+01 |  45.83%|  11.39%
109.11/109.43	c   109s|  1200 |  1059 |526528 | 430.0 |   188M |  21 | 540 |5497 |4556 |5440 |  1 |3011 | 876 | 4.800000e+01 | 7.000000e+01 |  45.83%|  11.79%
115.60/115.92	c   116s|  1300 |  1137 |569826 | 430.3 |   189M |  21 | 540 |5537 |4549 |5776 |  1 |3297 | 899 | 4.800000e+01 | 7.000000e+01 |  45.83%|  12.27%
121.78/122.16	c   122s|  1400 |  1199 |607597 | 426.5 |   191M |  21 | 540 |5504 |4550 |6139 |  1 |3502 | 938 | 4.800000e+01 | 7.000000e+01 |  45.83%|  12.98%
128.07/128.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
128.07/128.42	c   128s|  1500 |  1281 |645723 | 423.5 |   192M |  21 | 540 |5627 |4543 |6477 |  1 |3843 | 968 | 4.800000e+01 | 7.000000e+01 |  45.83%|  13.23%
133.96/134.34	c   134s|  1600 |  1369 |688869 | 424.0 |   194M |  21 | 540 |5668 |4537 |6715 |  1 |4174 | 979 | 4.800000e+01 | 7.000000e+01 |  45.83%|  13.59%
138.15/138.52	c   139s|  1700 |  1437 |719175 | 416.9 |   195M |  21 | 540 |5654 |4545 |6990 |  0 |4385 | 985 | 4.800000e+01 | 7.000000e+01 |  45.83%|  13.95%
143.64/144.08	c   144s|  1800 |  1516 |761213 | 417.1 |   197M |  21 | 540 |5604 |4540 |7233 |  1 |4632 | 987 | 4.800000e+01 | 7.000000e+01 |  45.83%|  14.40%
152.11/152.57	c   153s|  1900 |  1612 |816254 | 424.1 |   199M |  21 | 540 |5665 |4575 |7865 |  1 |4995 | 988 | 4.800000e+01 | 7.000000e+01 |  45.83%|  14.64%
159.79/160.21	c   160s|  2000 |  1698 |861906 | 425.7 |   199M |  21 | 540 |5651 |4568 |8351 |  1 |5283 |1027 | 4.800000e+01 | 7.000000e+01 |  45.83%|  14.78%
168.17/168.64	c   169s|  2100 |  1790 |910266 | 428.5 |   200M |  21 | 540 |5664 |4572 |8921 |  1 |5641 |1062 | 4.800000e+01 | 7.000000e+01 |  45.83%|  15.23%
176.05/176.56	c   177s|  2200 |  1878 |955420 | 429.5 |   202M |  21 | 540 |5555 |4559 |9406 |  1 |5873 |1098 | 4.800000e+01 | 7.000000e+01 |  45.83%|  15.61%
181.23/181.74	c   182s|  2300 |  1966 |988112 | 425.0 |   202M |  21 | 540 |5577 |4560 |9582 |  1 |6132 |1131 | 4.800000e+01 | 7.000000e+01 |  45.83%|  15.94%
188.71/189.22	c   189s|  2400 |  2064 |  1031k| 425.4 |   202M |  21 | 540 |5559 |4549 |9968 |  1 |6390 |1177 | 4.800000e+01 | 7.000000e+01 |  45.83%|  15.97%
194.20/194.78	c   195s|  2500 |  2158 |  1067k| 422.9 |   203M |  21 | 540 |5610 |4566 |  10k|  1 |6705 |1200 | 4.800000e+01 | 7.000000e+01 |  45.83%|  16.14%
200.88/201.45	c   201s|  2600 |  2250 |  1111k| 423.6 |   204M |  21 | 540 |5658 |4552 |  10k|  1 |6988 |1221 | 4.800000e+01 | 7.000000e+01 |  45.83%|  16.24%
206.87/207.42	c   207s|  2700 |  2336 |  1149k| 422.0 |   204M |  21 | 540 |5687 |4569 |  10k|  1 |7240 |1241 | 4.800000e+01 | 7.000000e+01 |  45.83%|  16.34%
211.56/212.19	c   212s|  2800 |  2430 |  1185k| 419.5 |   205M |  21 | 540 |5777 |4563 |  10k|  1 |7576 |1255 | 4.800000e+01 | 7.000000e+01 |  45.83%|  16.40%
217.64/218.28	c   218s|  2900 |  2512 |  1228k| 419.9 |   206M |  22 | 540 |5778 |4550 |  11k|  1 |7798 |1257 | 4.800000e+01 | 7.000000e+01 |  45.83%|  16.55%
223.13/223.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
223.13/223.75	c   224s|  3000 |  2594 |  1267k| 419.0 |   206M |  22 | 540 |5746 |4560 |  11k|  1 |8046 |1260 | 4.800000e+01 | 7.000000e+01 |  45.83%|  16.71%
229.11/229.79	c   230s|  3100 |  2684 |  1311k| 419.6 |   206M |  23 | 540 |5821 |4564 |  11k|  1 |8358 |1261 | 4.800000e+01 | 7.000000e+01 |  45.83%|  16.85%
233.80/234.46	c   234s|  3200 |  2766 |  1345k| 417.2 |   206M |  23 | 540 |5814 |4570 |  12k|  1 |8620 |1262 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.08%
239.09/239.77	c   240s|  3300 |  2860 |  1382k| 415.8 |   208M |  24 | 540 |6022 |4556 |  12k|  1 |9113 |1265 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.28%
245.87/246.57	c   247s|  3400 |  2949 |  1422k| 415.4 |   208M |  24 | 540 |6070 |4569 |  12k|  1 |9587 |1284 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.38%
251.95/252.69	c   253s|  3500 |  3033 |  1463k| 415.2 |   209M |  24 | 540 |5918 |4562 |  12k|  1 |9836 |1308 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.44%
257.14/257.85	c   258s|  3600 |  3115 |  1495k| 412.5 |   209M |  24 | 540 |5894 |4567 |  12k|  6 |  10k|1349 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.46%
263.22/263.97	c   264s|  3700 |  3197 |  1534k| 411.8 |   211M |  24 | 540 |5750 |4568 |  13k|  1 |  10k|1373 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.52%
268.01/268.77	c   269s|  3800 |  3282 |  1566k| 409.4 |   212M |  24 | 540 |5760 |4559 |  13k|  1 |  10k|1390 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.60%
274.79/275.52	c   276s|  3900 |  3364 |  1612k| 410.8 |   213M |  25 | 540 |5730 |4548 |  13k|  1 |  10k|1412 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.73%
279.29/280.07	c   280s|  4000 |  3446 |  1647k| 409.2 |   213M |  25 | 540 |5772 |4551 |  13k|  0 |  11k|1425 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.79%
284.77/285.52	c   286s|  4100 |  3528 |  1686k| 408.9 |   213M |  25 | 540 |5723 |4574 |  14k|  1 |  11k|1434 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.87%
292.26/293.01	c   293s|  4200 |  3626 |  1733k| 410.2 |   214M |  25 | 540 |5680 |4553 |  14k|  3 |  11k|1467 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.90%
297.14/297.97	c   298s|  4300 |  3699 |  1768k| 408.9 |   215M |  26 | 540 |5720 |4566 |  14k|  1 |  11k|1485 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.94%
302.72/303.59	c   304s|  4400 |  3775 |  1809k| 408.9 |   216M |  26 | 540 |5824 |4565 |  14k|  1 |  12k|1492 | 4.800000e+01 | 7.000000e+01 |  45.83%|  17.99%
307.51/308.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
307.51/308.33	c   308s|  4500 |  3855 |  1848k| 408.4 |   216M |  26 | 540 |5966 |4555 |  14k|  0 |  12k|1493 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.07%
313.20/314.07	c   314s|  4600 |  3942 |  1888k| 408.3 |   216M |  26 | 540 |5834 |4553 |  15k|  0 |  12k|1502 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.14%
318.08/318.93	c   319s|  4700 |  4030 |  1926k| 407.6 |   217M |  26 | 540 |5860 |4555 |  15k|  1 |  13k|1504 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.19%
322.57/323.46	c   323s|  4800 |  4110 |  1961k| 406.4 |   218M |  26 | 540 |5800 |4537 |  15k|  1 |  13k|1506 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.21%
327.26/328.12	c   328s|  4900 |  4184 |  1998k| 405.6 |   218M |  26 | 540 |5861 |4556 |  15k|  1 |  13k|1506 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.27%
331.94/332.83	c   333s|  5000 |  4266 |  2034k| 404.7 |   218M |  26 | 540 |5861 |4566 |  15k|  1 |  14k|1509 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.28%
337.64/338.54	c   339s|  5100 |  4338 |  2070k| 404.0 |   221M |  26 | 540 |5825 |4556 |  16k|  1 |  14k|1513 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.32%
343.62/344.57	c   345s|  5200 |  4422 |  2112k| 404.1 |   221M |  26 | 540 |5796 |4550 |  16k|  1 |  14k|1517 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.36%
348.01/348.94	c   349s|  5300 |  4500 |  2144k| 402.7 |   223M |  26 | 540 |5788 |4558 |  16k|  1 |  14k|1517 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.37%
352.20/353.18	c   353s|  5400 |  4586 |  2176k| 401.1 |   223M |  26 | 540 |5776 |4549 |  16k|  1 |  15k|1517 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.39%
356.98/358.00	c   358s|  5500 |  4662 |  2211k| 400.3 |   224M |  26 | 540 |5730 |4571 |  16k|  1 |  15k|1517 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.46%
362.47/363.47	c   363s|  5600 |  4744 |  2256k| 401.1 |   224M |  26 | 540 |5728 |4563 |  17k|  3 |  15k|1517 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.50%
367.46/368.42	c   368s|  5700 |  4828 |  2293k| 400.6 |   224M |  26 | 540 |5770 |4566 |  17k|  1 |  15k|1517 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.62%
373.54/374.51	c   375s|  5800 |  4908 |  2340k| 401.6 |   225M |  26 | 540 |5743 |4583 |  17k|  9 |  16k|1523 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.69%
378.73/379.77	c   380s|  5900 |  4984 |  2379k| 401.4 |   225M |  26 | 540 |5816 |4554 |  17k|  1 |  16k|1538 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.78%
384.72/385.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
384.72/385.77	c   386s|  6000 |  5066 |  2421k| 401.9 |   225M |  26 | 540 |5770 |4563 |  17k|  1 |  16k|1556 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.81%
389.61/390.60	c   391s|  6100 |  5152 |  2455k| 400.9 |   225M |  27 | 540 |5772 |4558 |  18k|  1 |  16k|1573 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.82%
394.00/395.00	c   395s|  6200 |  5236 |  2488k| 399.7 |   225M |  27 | 540 |5748 |4552 |  18k|  1 |  17k|1592 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.85%
399.09/400.11	c   400s|  6300 |  5328 |  2524k| 399.1 |   226M |  28 | 540 |5703 |4563 |  18k|  1 |  17k|1616 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.86%
404.47/405.51	c   406s|  6400 |  5416 |  2562k| 398.7 |   226M |  28 | 540 |5740 |4569 |  18k|  1 |  17k|1628 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.93%
409.35/410.47	c   410s|  6500 |  5496 |  2599k| 398.4 |   227M |  28 | 540 |5767 |4577 |  18k|  1 |  17k|1640 | 4.800000e+01 | 7.000000e+01 |  45.83%|  18.98%
413.84/414.99	c   415s|  6600 |  5568 |  2631k| 397.1 |   227M |  28 | 540 |5862 |4550 |  18k|  1 |  18k|1652 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.05%
418.63/419.77	c   420s|  6700 |  5652 |  2665k| 396.2 |   227M |  29 | 540 |5967 |4552 |  18k|  2 |  18k|1666 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.06%
425.02/426.16	c   426s|  6800 |  5740 |  2711k| 397.3 |   229M |  29 | 540 |6021 |4581 |  19k|  2 |  18k|1673 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.11%
428.60/429.70	c   430s|  6900 |  5812 |  2737k| 395.3 |   229M |  29 | 540 |6109 |4560 |  19k|  1 |  19k|1673 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.13%
431.20/432.37	c   432s|  7000 |  5867 |  2759k| 392.7 |   230M |  31 | 540 |6159 |4558 |  19k|  1 |  19k|1676 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.26%
435.00/436.18	c   436s|  7100 |  5943 |  2788k| 391.2 |   230M |  31 | 540 |6207 |4600 |  19k|  6 |  19k|1684 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.26%
438.18/439.33	c   439s|  7200 |  6003 |  2813k| 389.3 |   231M |  31 | 540 |6087 |4558 |  19k|  1 |  19k|1690 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.29%
441.88/443.10	c   443s|  7300 |  6073 |  2842k| 387.9 |   231M |  31 | 540 |6011 |4562 |  19k|  1 |  20k|1694 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.34%
445.87/447.08	c   447s|  7400 |  6137 |  2871k| 386.6 |   232M |  31 | 540 |5905 |4566 |  19k|  2 |  20k|1701 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.37%
449.16/450.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
449.16/450.34	c   450s|  7500 |  6203 |  2897k| 384.9 |   233M |  31 | 540 |5871 |4564 |  20k|  0 |  20k|1702 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.42%
453.95/455.15	c   455s|  7600 |  6275 |  2931k| 384.4 |   233M |  31 | 540 |5876 |4576 |  20k|  1 |  20k|1708 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.44%
457.94/459.10	c   459s|  7700 |  6343 |  2960k| 383.0 |   234M |  31 | 540 |5859 |4582 |  20k|  1 |  20k|1720 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.47%
460.93/462.13	c   462s|  7800 |  6411 |  2981k| 380.9 |   234M |  32 | 540 |5936 |4574 |  20k|  2 |  21k|1734 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.49%
464.61/465.86	c   466s|  7900 |  6487 |  3008k| 379.5 |   235M |  33 | 540 |5956 |4555 |  20k|  1 |  21k|1749 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.51%
468.50/469.75	c   470s|  8000 |  6553 |  3035k| 378.1 |   236M |  33 | 540 |5878 |4560 |  20k|  0 |  21k|1764 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.60%
472.19/473.42	c   473s|  8100 |  6625 |  3062k| 376.8 |   237M |  33 | 540 |5850 |4548 |  21k|  1 |  21k|1775 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.63%
474.59/475.84	c   476s|  8200 |  6679 |  3082k| 374.6 |   237M |  33 | 540 |5761 |4551 |  21k|  1 |  21k|1782 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.64%
478.28/479.56	c   480s|  8300 |  6751 |  3113k| 373.9 |   237M |  33 | 540 |5833 |4567 |  21k|  1 |  22k|1792 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.67%
482.07/483.37	c   483s|  8400 |  6829 |  3142k| 372.8 |   238M |  33 | 540 |5831 |4549 |  21k|  1 |  22k|1804 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.71%
485.26/486.55	c   487s|  8500 |  6885 |  3168k| 371.5 |   238M |  33 | 540 |5825 |4547 |  21k|  1 |  22k|1810 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.75%
489.36/490.64	c   491s|  8600 |  6951 |  3199k| 370.8 |   239M |  33 | 540 |5857 |4569 |  21k|  1 |  22k|1820 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.76%
493.25/494.59	c   495s|  8700 |  7029 |  3229k| 370.0 |   239M |  33 | 540 |6004 |4556 |  21k|  0 |  22k|1833 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.81%
497.93/499.21	c   499s|  8800 |  7105 |  3264k| 369.7 |   240M |  33 | 540 |5885 |4577 |  21k|  1 |  23k|1845 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.82%
502.42/503.74	c   504s|  8900 |  7183 |  3300k| 369.7 |   240M |  34 | 540 |5849 |4563 |  22k|  1 |  23k|1852 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.87%
506.01/507.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
506.01/507.30	c   507s|  9000 |  7255 |  3331k| 369.0 |   241M |  34 | 540 |5812 |4570 |  22k|  1 |  23k|1856 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.93%
509.50/510.85	c   511s|  9100 |  7333 |  3361k| 368.3 |   241M |  34 | 540 |5887 |4584 |  22k|  1 |  23k|1857 | 4.800000e+01 | 7.000000e+01 |  45.83%|  19.93%
513.49/514.86	c   515s|  9200 |  7417 |  3394k| 367.8 |   242M |  34 | 540 |5959 |4546 |  22k|  1 |  23k|1857 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.00%
517.38/518.76	c   519s|  9300 |  7485 |  3428k| 367.5 |   242M |  34 | 540 |6039 |4548 |  22k|  1 |  24k|1858 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.02%
520.97/522.34	c   522s|  9400 |  7559 |  3455k| 366.5 |   242M |  34 | 540 |6015 |4554 |  22k|  1 |  24k|1859 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.02%
523.96/525.31	c   525s|  9500 |  7619 |  3481k| 365.4 |   243M |  34 | 540 |5920 |4579 |  22k|  1 |  24k|1860 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.03%
527.25/528.69	c   529s|  9600 |  7675 |  3505k| 364.0 |   243M |  34 | 540 |5853 |4565 |  22k|  1 |  24k|1879 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.10%
531.65/533.04	c   533s|  9700 |  7753 |  3537k| 363.6 |   243M |  34 | 540 |5861 |4565 |  22k|  1 |  24k|1899 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.16%
536.04/537.47	c   537s|  9800 |  7831 |  3569k| 363.1 |   243M |  35 | 540 |5861 |4578 |  23k|  1 |  25k|1917 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.22%
539.03/540.49	c   540s|  9900 |  7890 |  3592k| 361.8 |   244M |  35 | 540 |5878 |4554 |  23k|  1 |  25k|1927 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.23%
543.22/544.68	c   545s| 10000 |  7966 |  3625k| 361.5 |   244M |  35 | 540 |5802 |4570 |  23k|  1 |  25k|1938 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.23%
546.72/548.13	c   548s| 10100 |  8036 |  3650k| 360.4 |   244M |  35 | 540 |5835 |4551 |  23k|  1 |  25k|1952 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.29%
551.00/552.45	c   552s| 10200 |  8112 |  3683k| 360.1 |   244M |  35 | 540 |5809 |4571 |  23k|  1 |  25k|1965 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.36%
554.60/556.04	c   556s| 10300 |  8184 |  3707k| 358.9 |   244M |  35 | 540 |5946 |4557 |  23k|  1 |  26k|1988 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.36%
558.08/559.53	c   560s| 10400 |  8264 |  3738k| 358.5 |   245M |  35 | 540 |5960 |4554 |  23k|  0 |  26k|1989 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.37%
561.47/562.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
561.47/562.97	c   563s| 10500 |  8330 |  3766k| 357.7 |   245M |  35 | 540 |5916 |4560 |  23k|  1 |  26k|2003 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.42%
565.16/566.60	c   567s| 10600 |  8406 |  3795k| 357.1 |   246M |  35 | 540 |5831 |4561 |  23k|  3 |  26k|2015 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.47%
568.16/569.67	c   570s| 10700 |  8464 |  3820k| 356.1 |   246M |  35 | 540 |5843 |4565 |  23k|  1 |  26k|2018 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.49%
572.94/574.43	c   574s| 10800 |  8530 |  3854k| 355.9 |   246M |  35 | 540 |5862 |4558 |  23k|  0 |  27k|2027 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.50%
577.03/578.53	c   579s| 10900 |  8592 |  3888k| 355.8 |   246M |  35 | 540 |5831 |4578 |  24k|  1 |  27k|2035 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.51%
579.92/581.44	c   581s| 11000 |  8652 |  3913k| 354.8 |   247M |  35 | 540 |5845 |4552 |  24k|  0 |  27k|2042 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.55%
584.01/585.53	c   586s| 11100 |  8718 |  3949k| 354.9 |   248M |  35 | 540 |5873 |4577 |  24k|  1 |  27k|2047 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.58%
587.70/589.27	c   589s| 11200 |  8780 |  3981k| 354.6 |   249M |  35 | 540 |5872 |4544 |  24k|  0 |  27k|2052 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.60%
590.80/592.35	c   592s| 11300 |  8836 |  4006k| 353.6 |   251M |  35 | 540 |5817 |4563 |  24k|  1 |  27k|2057 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.63%
593.50/595.04	c   595s| 11400 |  8881 |  4030k| 352.6 |   251M |  35 | 540 |5794 |4572 |  24k|  1 |  28k|2058 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.68%
596.39/597.90	c   598s| 11500 |  8947 |  4055k| 351.8 |   251M |  35 | 540 |5862 |4559 |  24k|  1 |  28k|2060 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.71%
598.88/600.44	c   600s| 11600 |  9005 |  4076k| 350.5 |   251M |  35 | 540 |5915 |4564 |  24k|  1 |  28k|2063 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.71%
602.07/603.62	c   604s| 11700 |  9075 |  4104k| 349.9 |   251M |  35 | 540 |5843 |4577 |  24k|  1 |  28k|2063 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.74%
605.47/607.06	c   607s| 11800 |  9153 |  4135k| 349.5 |   252M |  35 | 540 |5909 |4568 |  24k|  2 |  28k|2065 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.80%
609.56/611.15	c   611s| 11900 |  9227 |  4166k| 349.2 |   253M |  35 | 540 |5897 |4561 |  24k|  0 |  28k|2069 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.85%
613.05/614.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
613.05/614.68	c   615s| 12000 |  9287 |  4195k| 348.7 |   253M |  35 | 540 |5896 |4577 |  25k|  1 |  29k|2071 | 4.800000e+01 | 7.000000e+01 |  45.83%|  20.95%
616.44/618.07	c   618s| 12100 |  9340 |  4223k| 348.2 |   254M |  35 | 540 |5932 |4563 |  25k|  1 |  29k|2077 | 4.800000e+01 | 7.000000e+01 |  45.83%|  21.02%
620.13/621.77	c   622s| 12200 |  9420 |  4250k| 347.5 |   254M |  35 | 540 |5929 |4576 |  25k|  2 |  29k|2091 | 4.800000e+01 | 7.000000e+01 |  45.83%|  21.04%
623.82/625.46	c   625s| 12300 |  9486 |  4279k| 347.1 |   254M |  35 | 540 |5926 |4571 |  25k|  1 |  29k|2105 | 4.800000e+01 | 7.000000e+01 |  45.83%|  21.07%
627.61/629.28	c   629s| 12400 |  9564 |  4307k| 346.5 |   255M |  35 | 540 |5927 |4574 |  25k|  8 |  29k|2122 | 4.800000e+01 | 7.000000e+01 |  45.83%|  21.08%
632.40/634.07	c   634s| 12500 |  9642 |  4337k| 346.2 |   255M |  35 | 540 |5865 |4559 |  25k|  1 |  30k|2149 | 4.800000e+01 | 7.000000e+01 |  45.83%|  21.18%
633.99/635.60	o 68
633.99/635.60	c * 636s| 12547 |  9186 |  4350k| 345.9 |    LP  |  35 | 540 |5853 |4560 |  25k|  1 |  30k|2150 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.69%
634.99/636.69	c   637s| 12600 |  9207 |  4359k| 345.2 |   255M |  35 | 540 |5828 |4564 |  25k|  1 |  30k|2152 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.71%
637.88/639.55	c   640s| 12700 |  9269 |  4380k| 344.1 |   255M |  35 | 540 |5836 |4548 |  25k|  2 |  30k|2163 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.75%
641.87/643.54	c   644s| 12800 |  9343 |  4409k| 343.7 |   255M |  35 | 540 |5861 |4560 |  25k|  2 |  30k|2182 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.76%
645.76/647.48	c   647s| 12900 |  9421 |  4440k| 343.4 |   255M |  35 | 540 |5839 |4556 |  25k|  2 |  30k|2202 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.78%
649.15/650.83	c   651s| 13000 |  9479 |  4464k| 342.6 |   255M |  35 | 540 |5887 |4573 |  25k|  1 |  31k|2216 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.81%
652.45/654.11	c   654s| 13100 |  9539 |  4493k| 342.2 |   255M |  35 | 540 |5847 |4560 |  25k|  2 |  31k|2221 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.83%
654.93/656.62	c   657s| 13200 |  9599 |  4512k| 341.0 |   255M |  35 | 540 |5877 |4551 |  25k|  1 |  31k|2230 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.85%
658.43/660.12	c   660s| 13300 |  9673 |  4540k| 340.6 |   258M |  35 | 540 |5895 |4558 |  25k|  0 |  31k|2237 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.87%
662.72/664.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
662.72/664.40	c   664s| 13400 |  9757 |  4573k| 340.5 |   258M |  35 | 540 |5863 |4561 |  26k|  1 |  31k|2238 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.88%
665.62/667.36	c   667s| 13500 |  9815 |  4599k| 339.9 |   259M |  35 | 540 |5854 |4566 |  26k|  1 |  31k|2239 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.92%
668.91/670.64	c   671s| 13600 |  9881 |  4630k| 339.7 |   260M |  35 | 540 |6036 |4562 |  26k|  0 |  32k|2239 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.96%
672.90/674.68	c   675s| 13700 |  9961 |  4663k| 339.6 |   260M |  35 | 540 |6044 |4577 |  26k|  1 |  32k|2241 | 4.800000e+01 | 6.800000e+01 |  41.67%|  21.97%
675.09/676.82	c   677s| 13800 | 10013 |  4683k| 338.6 |   260M |  35 | 540 |6021 |4551 |  26k|  2 |  32k|2241 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.00%
678.08/679.87	c   680s| 13900 | 10078 |  4707k| 337.9 |   260M |  35 | 540 |6117 |4583 |  26k|  1 |  32k|2247 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.02%
681.17/682.93	c   683s| 14000 | 10120 |  4732k| 337.3 |   260M |  35 | 540 |6070 |4570 |  26k|  2 |  33k|2249 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.05%
683.47/685.28	c   685s| 14100 | 10172 |  4752k| 336.3 |   260M |  35 | 540 |6071 |4561 |  26k|  1 |  33k|2253 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.09%
685.86/687.67	c   688s| 14200 | 10232 |  4773k| 335.4 |   260M |  35 | 540 |6047 |4548 |  26k|  1 |  33k|2254 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.12%
688.75/690.53	c   691s| 14300 | 10297 |  4799k| 334.9 |   260M |  35 | 540 |6008 |4563 |  26k|  1 |  33k|2254 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.16%
692.74/694.51	c   695s| 14400 | 10371 |  4833k| 334.9 |   260M |  35 | 540 |6034 |4559 |  26k|  1 |  33k|2254 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.20%
696.24/698.09	c   698s| 14500 | 10423 |  4865k| 334.8 |   260M |  36 | 540 |5957 |4556 |  26k|  1 |  33k|2255 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.23%
699.82/701.68	c   702s| 14600 | 10495 |  4895k| 334.6 |   262M |  36 | 540 |5981 |4558 |  26k|  1 |  34k|2260 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.24%
702.02/703.83	c   704s| 14700 | 10545 |  4915k| 333.6 |   262M |  36 | 540 |5937 |4560 |  26k|  1 |  34k|2263 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.26%
705.01/706.88	c   707s| 14800 | 10603 |  4940k| 333.1 |   263M |  36 | 540 |5937 |4561 |  26k|  0 |  34k|2269 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.28%
708.31/710.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
708.31/710.13	c   710s| 14900 | 10657 |  4960k| 332.2 |   263M |  36 | 540 |5981 |4550 |  26k|  0 |  34k|2304 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.31%
712.21/714.04	c   714s| 15000 | 10715 |  4996k| 332.4 |   263M |  36 | 540 |5972 |4582 |  27k|  1 |  34k|2305 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.34%
715.30/717.13	c   717s| 15100 | 10775 |  5017k| 331.6 |   264M |  36 | 540 |6036 |4556 |  27k|  0 |  35k|2319 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.34%
719.08/720.95	c   721s| 15200 | 10851 |  5048k| 331.4 |   264M |  36 | 540 |5984 |4599 |  27k|  1 |  35k|2324 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.36%
723.07/724.93	c   725s| 15300 | 10919 |  5079k| 331.3 |   265M |  36 | 540 |5909 |4582 |  27k|  1 |  35k|2343 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.38%
726.26/728.19	c   728s| 15400 | 10989 |  5104k| 330.8 |   265M |  36 | 540 |5951 |4573 |  27k|  0 |  35k|2347 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.39%
729.05/730.99	c   731s| 15500 | 11049 |  5126k| 330.0 |   265M |  36 | 540 |5918 |4559 |  27k|  0 |  35k|2359 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.42%
731.45/733.32	c   733s| 15600 | 11073 |  5145k| 329.2 |   265M |  36 | 540 |5904 |4564 |  27k|  1 |  35k|2376 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.42%
733.74/735.62	c   736s| 15700 | 11125 |  5164k| 328.2 |   265M |  36 | 540 |5868 |4557 |  27k|  1 |  35k|2391 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.44%
736.33/738.27	c   738s| 15800 | 11173 |  5183k| 327.4 |   265M |  36 | 540 |5810 |4563 |  27k|  1 |  36k|2403 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.46%
739.53/741.46	c   741s| 15900 | 11223 |  5208k| 326.9 |   266M |  36 | 540 |5752 |4557 |  27k|  0 |  36k|2424 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.47%
743.81/745.79	c   746s| 16000 | 11296 |  5239k| 326.8 |   266M |  36 | 540 |5738 |4567 |  27k|  1 |  36k|2447 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.50%
747.21/749.16	c   749s| 16100 | 11362 |  5264k| 326.3 |   266M |  36 | 540 |5768 |4567 |  27k|  1 |  36k|2470 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.54%
750.70/752.61	c   753s| 16200 | 11422 |  5292k| 326.0 |   266M |  36 | 540 |5756 |4576 |  27k|  1 |  36k|2481 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.55%
753.99/755.90	c   756s| 16300 | 11474 |  5315k| 325.5 |   268M |  36 | 540 |5731 |4560 |  27k|  1 |  36k|2487 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.59%
756.59/758.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
756.59/758.59	c   759s| 16400 | 11542 |  5339k| 324.9 |   268M |  36 | 540 |5810 |4563 |  27k|  1 |  36k|2492 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.59%
758.58/760.55	c   761s| 16500 | 11586 |  5356k| 324.0 |   268M |  36 | 540 |5908 |4572 |  27k|  1 |  37k|2492 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.62%
760.98/762.93	c   763s| 16600 | 11638 |  5378k| 323.4 |   269M |  36 | 540 |5909 |4560 |  27k|  0 |  37k|2493 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.65%
763.77/765.77	c   766s| 16700 | 11698 |  5402k| 322.9 |   269M |  36 | 540 |5831 |4562 |  27k|  1 |  37k|2496 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.66%
766.76/768.73	c   769s| 16800 | 11754 |  5426k| 322.4 |   270M |  36 | 540 |5848 |4546 |  27k|  1 |  37k|2505 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.69%
769.75/771.76	c   772s| 16900 | 11818 |  5453k| 322.0 |   270M |  36 | 540 |5823 |4556 |  28k|  1 |  37k|2506 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.70%
773.24/775.28	c   775s| 17000 | 11880 |  5477k| 321.6 |   270M |  36 | 540 |5850 |4555 |  28k|  1 |  37k|2526 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.73%
776.44/778.42	c   778s| 17100 | 11934 |  5503k| 321.2 |   271M |  36 | 540 |5807 |4558 |  28k|  1 |  37k|2534 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.73%
780.03/782.04	c   782s| 17200 | 12004 |  5534k| 321.2 |   271M |  36 | 540 |5850 |4596 |  28k|  1 |  38k|2537 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.75%
783.92/785.92	c   786s| 17300 | 12074 |  5566k| 321.2 |   272M |  36 | 540 |5832 |4560 |  28k|  1 |  38k|2540 | 4.800000e+01 | 6.800000e+01 |  41.67%|  22.81%
785.12/787.14	o 66
785.12/787.14	c * 787s| 17355 | 11313 |  5577k| 320.8 |    LP  |  36 | 540 |5769 |4588 |  28k|  2 |  38k|2540 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.54%
786.41/788.42	c   788s| 17400 | 11338 |  5588k| 320.6 |   272M |  36 | 540 |5710 |4564 |  28k|  1 |  38k|2540 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.55%
788.30/790.34	c   790s| 17500 | 11376 |  5604k| 319.6 |   272M |  36 | 540 |5711 |4590 |  28k|  1 |  38k|2544 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.58%
791.10/793.16	c   793s| 17600 | 11428 |  5628k| 319.2 |   273M |  36 | 540 |5735 |4581 |  28k|  1 |  38k|2549 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.59%
794.39/796.48	c   796s| 17700 | 11485 |  5656k| 319.0 |   273M |  36 | 540 |5753 |4571 |  28k|  1 |  38k|2550 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.61%
797.58/799.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
797.58/799.68	c   800s| 17800 | 11545 |  5684k| 318.8 |   273M |  36 | 540 |5829 |4569 |  28k|  1 |  38k|2551 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.63%
800.09/802.11	c   802s| 17900 | 11589 |  5703k| 318.0 |   273M |  36 | 540 |5870 |4569 |  28k|  1 |  39k|2553 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.66%
803.67/805.79	c   806s| 18000 | 11661 |  5732k| 317.9 |   273M |  36 | 540 |5895 |4554 |  28k|  1 |  39k|2566 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.68%
805.87/807.98	c   808s| 18100 | 11707 |  5750k| 317.1 |   273M |  37 | 540 |5999 |4557 |  28k|  0 |  39k|2567 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.71%
808.26/810.37	c   810s| 18200 | 11753 |  5770k| 316.5 |   273M |  37 | 540 |5968 |4577 |  28k|  1 |  39k|2568 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.73%
810.45/812.54	c   813s| 18300 | 11801 |  5788k| 315.8 |   273M |  37 | 540 |6002 |4553 |  28k|  2 |  39k|2570 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.76%
812.85/814.99	c   815s| 18400 | 11848 |  5810k| 315.2 |   273M |  37 | 540 |5969 |4564 |  28k|  2 |  39k|2575 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.78%
816.54/818.67	c   819s| 18500 | 11913 |  5844k| 315.3 |   274M |  37 | 540 |5912 |4570 |  28k|  1 |  40k|2575 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.79%
819.73/821.84	c   822s| 18600 | 11969 |  5871k| 315.1 |   274M |  37 | 540 |5856 |4567 |  29k|  0 |  40k|2577 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.81%
822.32/824.42	c   824s| 18700 | 12016 |  5893k| 314.6 |   274M |  37 | 540 |5812 |4582 |  29k|  1 |  40k|2585 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.82%
825.41/827.50	c   827s| 18800 | 12065 |  5916k| 314.2 |   274M |  37 | 540 |5783 |4563 |  29k|  2 |  40k|2601 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.88%
828.61/830.76	c   831s| 18900 | 12131 |  5943k| 313.9 |   274M |  37 | 540 |5807 |4572 |  29k|  1 |  40k|2611 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.90%
831.20/833.37	c   833s| 19000 | 12181 |  5966k| 313.5 |   274M |  37 | 540 |5841 |4549 |  29k|  1 |  40k|2614 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.92%
834.79/836.94	c   837s| 19100 | 12241 |  5991k| 313.1 |   275M |  37 | 540 |5795 |4561 |  29k|  0 |  40k|2636 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.95%
837.38/839.51	c   840s| 19200 | 12289 |  6009k| 312.4 |   275M |  37 | 540 |5861 |4560 |  29k|  0 |  41k|2652 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.97%
839.28/841.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
839.28/841.41	c   841s| 19300 | 12339 |  6026k| 311.7 |   276M |  37 | 540 |5873 |4558 |  29k|  2 |  41k|2655 | 4.800000e+01 | 6.600000e+01 |  37.50%|  23.98%
841.67/843.88	c   844s| 19400 | 12393 |  6046k| 311.1 |   276M |  37 | 540 |5916 |4574 |  29k|  1 |  41k|2669 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.00%
845.26/847.41	c   847s| 19500 | 12459 |  6076k| 311.1 |   276M |  37 | 540 |5814 |4575 |  29k|  2 |  41k|2678 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.02%
848.16/850.39	c   850s| 19600 | 12511 |  6099k| 310.7 |   276M |  37 | 540 |5782 |4566 |  29k|  2 |  41k|2687 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.04%
849.76/852.00	c   852s| 19700 | 12535 |  6112k| 309.8 |   276M |  37 | 540 |5861 |4577 |  29k|  1 |  41k|2697 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.08%
852.65/854.87	c   855s| 19800 | 12589 |  6137k| 309.4 |   277M |  37 | 540 |5838 |4564 |  29k|  1 |  41k|2702 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.10%
854.85/857.01	c   857s| 19900 | 12639 |  6154k| 308.8 |   277M |  37 | 540 |5914 |4572 |  29k|  1 |  42k|2718 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.11%
857.14/859.30	c   859s| 20000 | 12682 |  6176k| 308.3 |   277M |  37 | 540 |5866 |4569 |  29k|  1 |  42k|2720 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.14%
859.84/862.09	c   862s| 20100 | 12732 |  6200k| 307.9 |   277M |  37 | 540 |5830 |4564 |  29k|  1 |  42k|2721 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.18%
862.22/864.41	c   864s| 20200 | 12778 |  6219k| 307.4 |   277M |  37 | 540 |5847 |4565 |  29k|  1 |  42k|2731 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.18%
865.02/867.28	c   867s| 20300 | 12828 |  6244k| 307.1 |   278M |  37 | 540 |5941 |4554 |  29k|  1 |  42k|2734 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.20%
867.11/869.34	c   869s| 20400 | 12861 |  6262k| 306.5 |   279M |  37 | 540 |5876 |4579 |  29k|  2 |  42k|2738 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.22%
869.10/871.37	c   871s| 20500 | 12903 |  6279k| 305.8 |   279M |  37 | 540 |5924 |4563 |  29k|  2 |  42k|2739 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.24%
870.50/872.70	c   873s| 20600 | 12919 |  6291k| 304.9 |   279M |  38 | 540 |5918 |4556 |  29k|  1 |  42k|2744 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.26%
872.29/874.54	c   875s| 20700 | 12952 |  6308k| 304.2 |   279M |  38 | 540 |5961 |4562 |  29k|  2 |  43k|2747 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.27%
873.90/876.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
873.90/876.15	c   876s| 20800 | 12992 |  6321k| 303.4 |   279M |  38 | 540 |5926 |4550 |  29k|  4 |  43k|2749 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.29%
877.38/879.68	c   880s| 20900 | 13058 |  6351k| 303.4 |   279M |  38 | 540 |5931 |4572 |  30k|  1 |  43k|2761 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.32%
880.57/882.88	c   883s| 21000 | 13132 |  6378k| 303.2 |   279M |  39 | 540 |5924 |4562 |  30k|  1 |  43k|2765 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.33%
883.06/885.37	c   885s| 21100 | 13188 |  6401k| 302.9 |   279M |  39 | 540 |5847 |4591 |  30k|  1 |  43k|2765 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.35%
886.35/888.67	c   889s| 21200 | 13238 |  6432k| 302.9 |   279M |  39 | 540 |5851 |4579 |  30k|  1 |  43k|2765 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.37%
888.35/890.64	c   891s| 21300 | 13278 |  6449k| 302.3 |   280M |  41 | 540 |5859 |4567 |  30k|  3 |  43k|2767 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.39%
890.75/893.03	c   893s| 21400 | 13324 |  6469k| 301.8 |   281M |  41 | 540 |5858 |4557 |  30k|  0 |  44k|2773 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.41%
892.63/894.96	c   895s| 21500 | 13362 |  6486k| 301.2 |   281M |  41 | 540 |5780 |4566 |  30k|  0 |  44k|2774 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.43%
894.53/896.84	c   897s| 21600 | 13405 |  6503k| 300.6 |   281M |  41 | 540 |5727 |4580 |  30k|  1 |  44k|2775 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.46%
896.42/898.72	c   899s| 21700 | 13457 |  6519k| 299.9 |   281M |  41 | 540 |5723 |4566 |  30k|  0 |  44k|2785 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.47%
898.12/900.49	c   900s| 21800 | 13495 |  6534k| 299.3 |   282M |  42 | 540 |5791 |4561 |  30k|  1 |  44k|2787 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.48%
900.41/902.73	c   903s| 21900 | 13535 |  6555k| 298.8 |   283M |  42 | 540 |5858 |4559 |  30k|  0 |  44k|2795 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.51%
904.20/906.55	c   907s| 22000 | 13597 |  6586k| 298.9 |   284M |  43 | 540 |5790 |4570 |  30k|  2 |  44k|2800 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.53%
908.19/910.55	c   911s| 22100 | 13672 |  6616k| 298.9 |   286M |  44 | 540 |5802 |4574 |  30k|  0 |  44k|2816 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.55%
910.29/912.61	c   913s| 22200 | 13716 |  6633k| 298.3 |   286M |  44 | 540 |5743 |4548 |  30k|  1 |  44k|2822 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.58%
913.68/916.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
913.68/916.02	c   916s| 22300 | 13786 |  6662k| 298.3 |   287M |  44 | 540 |5755 |4582 |  30k|  3 |  45k|2836 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.58%
916.07/918.46	c   918s| 22400 | 13838 |  6683k| 297.9 |   287M |  44 | 540 |5806 |4555 |  30k|  1 |  45k|2851 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.60%
919.97/922.37	c   922s| 22500 | 13910 |  6713k| 297.9 |   288M |  44 | 540 |5803 |4556 |  30k|  0 |  45k|2874 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.60%
922.67/925.01	c   925s| 22600 | 13962 |  6735k| 297.6 |   288M |  44 | 540 |5860 |4576 |  30k|  1 |  45k|2886 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.62%
925.56/927.97	c   928s| 22700 | 14028 |  6759k| 297.3 |   288M |  44 | 540 |5979 |4605 |  30k|  2 |  45k|2899 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.63%
927.66/930.10	c   930s| 22800 | 14073 |  6778k| 296.9 |   288M |  44 | 540 |5910 |4586 |  30k|  1 |  45k|2908 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.65%
929.85/932.26	c   932s| 22900 | 14116 |  6797k| 296.4 |   288M |  44 | 540 |5832 |4580 |  30k|  1 |  45k|2920 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.68%
931.84/934.25	c   934s| 23000 | 14152 |  6814k| 295.8 |   288M |  44 | 540 |5784 |4558 |  31k|  1 |  46k|2930 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.70%
934.34/936.72	c   937s| 23100 | 14208 |  6836k| 295.5 |   288M |  44 | 540 |5744 |4559 |  31k|  1 |  46k|2936 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.70%
936.43/938.83	c   939s| 23200 | 14258 |  6855k| 295.1 |   288M |  44 | 540 |5685 |4563 |  31k|  1 |  46k|2938 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.72%
938.82/941.26	c   941s| 23300 | 14314 |  6878k| 294.7 |   288M |  44 | 540 |5658 |4598 |  31k|  1 |  46k|2942 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.73%
940.92/943.37	c   943s| 23400 | 14352 |  6895k| 294.2 |   288M |  44 | 540 |5669 |4554 |  31k|  1 |  46k|2970 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.74%
943.62/946.02	c   946s| 23500 | 14408 |  6919k| 294.0 |   289M |  44 | 540 |5824 |4579 |  31k|  1 |  46k|2980 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.75%
945.61/948.09	c   948s| 23600 | 14450 |  6938k| 293.5 |   290M |  44 | 540 |5816 |4568 |  31k|  0 |  46k|2984 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.77%
948.70/951.11	c   951s| 23700 | 14503 |  6964k| 293.4 |   290M |  44 | 540 |5814 |4564 |  31k|  1 |  46k|2992 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.79%
950.70/953.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
950.70/953.16	c   953s| 23800 | 14539 |  6984k| 293.0 |   290M |  44 | 540 |5762 |4564 |  31k|  0 |  46k|2994 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.80%
952.49/954.95	c   955s| 23900 | 14575 |  6999k| 292.4 |   290M |  44 | 540 |5728 |4559 |  31k|  1 |  46k|3000 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.80%
954.18/956.66	c   957s| 24000 | 14606 |  7015k| 291.9 |   291M |  44 | 540 |5702 |4596 |  31k|  4 |  46k|3011 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.82%
956.58/959.07	c   959s| 24100 | 14650 |  7035k| 291.5 |   292M |  44 | 540 |5661 |   0 |  31k|  0 |  47k|3018 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.84%
958.77/961.25	c   961s| 24200 | 14700 |  7056k| 291.1 |   292M |  44 | 540 |5619 |4556 |  31k|  1 |  47k|3024 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.85%
961.16/963.67	c   964s| 24300 | 14748 |  7077k| 290.8 |   292M |  44 | 540 |5609 |4593 |  31k|  1 |  47k|3027 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.85%
963.56/966.10	c   966s| 24400 | 14802 |  7100k| 290.6 |   293M |  44 | 540 |5588 |4574 |  31k|  1 |  47k|3030 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.89%
965.25/967.71	c   968s| 24500 | 14842 |  7115k| 290.0 |   293M |  44 | 540 |5596 |4547 |  31k|  1 |  47k|3032 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.91%
967.05/969.59	c   970s| 24600 | 14894 |  7132k| 289.5 |   293M |  44 | 540 |5661 |4560 |  31k|  1 |  47k|3044 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.92%
969.24/971.79	c   972s| 24700 | 14937 |  7151k| 289.1 |   293M |  44 | 540 |5668 |4583 |  31k|  1 |  47k|3051 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.93%
971.64/974.13	c   974s| 24800 | 14993 |  7172k| 288.8 |   293M |  44 | 540 |5668 |4548 |  31k|  1 |  47k|3053 | 4.800000e+01 | 6.600000e+01 |  37.50%|  24.94%
974.73/977.23	c   977s| 24900 | 15061 |  7200k| 288.8 |   293M |  44 | 540 |5718 |4562 |  31k|  0 |  47k|3053 | 4.801166e+01 | 6.600000e+01 |  37.47%|  24.94%
977.32/979.80	c   980s| 25000 | 15107 |  7222k| 288.5 |   293M |  44 | 540 |5717 |4566 |  31k|  0 |  47k|3055 | 4.801449e+01 | 6.600000e+01 |  37.46%|  24.96%
978.52/981.00	c   981s| 25100 | 15129 |  7233k| 287.8 |   293M |  44 | 540 |5796 |4555 |  31k|  0 |  48k|3067 | 4.801449e+01 | 6.600000e+01 |  37.46%|  24.97%
980.62/983.12	c   983s| 25200 | 15179 |  7253k| 287.4 |   294M |  44 | 540 |5837 |4567 |  31k|  1 |  48k|3076 | 4.801819e+01 | 6.600000e+01 |  37.45%|  24.99%
982.31/984.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
982.31/984.81	c   985s| 25300 | 15221 |  7269k| 286.9 |   294M |  44 | 540 |5864 |4569 |  31k|  0 |  48k|3076 | 4.802083e+01 | 6.600000e+01 |  37.44%|  25.00%
984.40/986.97	c   987s| 25400 | 15268 |  7289k| 286.6 |   294M |  44 | 540 |5811 |4558 |  31k|  0 |  48k|3078 | 4.802169e+01 | 6.600000e+01 |  37.44%|  25.01%
985.80/988.31	c   988s| 25500 | 15298 |  7301k| 285.9 |   294M |  44 | 540 |5784 |4564 |  31k|  0 |  48k|3080 | 4.802326e+01 | 6.600000e+01 |  37.43%|  25.03%
988.79/991.38	c   991s| 25600 | 15359 |  7327k| 285.8 |   295M |  44 | 540 |5802 |4558 |  31k|  0 |  48k|3084 | 4.802618e+01 | 6.600000e+01 |  37.43%|  25.05%
990.98/993.56	c   994s| 25700 | 15406 |  7348k| 285.5 |   295M |  44 | 540 |5811 |4554 |  31k|  0 |  48k|3085 | 4.802809e+01 | 6.600000e+01 |  37.42%|  25.05%
993.28/995.87	c   996s| 25800 | 15456 |  7370k| 285.3 |   295M |  44 | 540 |5820 |4572 |  31k|  0 |  48k|3086 | 4.803518e+01 | 6.600000e+01 |  37.40%|  25.07%
995.67/998.21	c   998s| 25900 | 15504 |  7390k| 285.0 |   296M |  44 | 540 |5785 |4563 |  31k|  0 |  48k|3090 | 4.804762e+01 | 6.600000e+01 |  37.36%|  25.08%
997.77/1000.39	c  1000s| 26000 | 15546 |  7407k| 284.5 |   296M |  44 | 540 |5767 |4566 |  31k|  3 |  49k|3106 | 4.805174e+01 | 6.600000e+01 |  37.35%|  25.10%
1000.16/1002.77	c  1003s| 26100 | 15598 |  7426k| 284.1 |   296M |  44 | 540 |5778 |4559 |  32k|  0 |  49k|3117 | 4.805263e+01 | 6.600000e+01 |  37.35%|  25.12%
1001.86/1004.40	c  1004s| 26200 | 15635 |  7440k| 283.6 |   296M |  44 | 540 |5766 |4553 |  32k|  1 |  49k|3135 | 4.805405e+01 | 6.600000e+01 |  37.35%|  25.13%
1005.85/1008.45	c  1008s| 26300 | 15683 |  7467k| 283.5 |   297M |  44 | 540 |5694 |4563 |  32k|  0 |  49k|3159 | 4.806468e+01 | 6.600000e+01 |  37.31%|  25.14%
1007.74/1010.30	c  1010s| 26400 | 15725 |  7485k| 283.1 |   297M |  44 | 540 |5684 |4555 |  32k|  0 |  49k|3160 | 4.806667e+01 | 6.600000e+01 |  37.31%|  25.16%
1011.44/1014.09	c  1014s| 26500 | 15791 |  7515k| 283.2 |   298M |  44 | 540 |5651 |4575 |  32k|  1 |  49k|3172 | 4.806667e+01 | 6.600000e+01 |  37.31%|  25.16%
1015.62/1018.26	c  1018s| 26600 | 15857 |  7548k| 283.4 |   300M |  44 | 540 |5663 |4554 |  32k|  0 |  49k|3181 | 4.807143e+01 | 6.600000e+01 |  37.30%|  25.18%
1018.21/1020.83	c  1021s| 26700 | 15911 |  7570k| 283.1 |   301M |  44 | 540 |5744 |4580 |  32k|  0 |  49k|3192 | 4.807407e+01 | 6.600000e+01 |  37.29%|  25.19%
1020.11/1022.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1020.11/1022.78	c  1023s| 26800 | 15949 |  7586k| 282.7 |   301M |  44 | 540 |5808 |4565 |  32k|  1 |  50k|3209 | 4.807407e+01 | 6.600000e+01 |  37.29%|  25.21%
1023.30/1025.94	c  1026s| 26900 | 15979 |  7610k| 282.5 |   303M |  44 | 540 |5825 |4551 |  32k|  1 |  50k|3238 | 4.807407e+01 | 6.600000e+01 |  37.29%|  25.22%
1024.70/1027.31	c  1027s| 27000 | 15995 |  7621k| 281.9 |   304M |  44 | 540 |5822 |4573 |  32k|  1 |  50k|3250 | 4.807568e+01 | 6.600000e+01 |  37.28%|  25.23%
1025.89/1028.53	c  1029s| 27100 | 16021 |  7633k| 281.3 |   304M |  44 | 540 |5803 |4554 |  32k|  1 |  50k|3251 | 4.807692e+01 | 6.600000e+01 |  37.28%|  25.23%
1027.98/1030.68	c  1031s| 27200 | 16061 |  7650k| 280.9 |   304M |  44 | 540 |5830 |4558 |  32k|  1 |  50k|3258 | 4.807692e+01 | 6.600000e+01 |  37.28%|  25.23%
1028.88/1031.57	c  1032s| 27300 | 16078 |  7658k| 280.1 |   304M |  44 | 540 |5821 |4571 |  32k|  0 |  50k|3268 | 4.807692e+01 | 6.600000e+01 |  37.28%|  25.25%
1031.08/1033.78	c  1034s| 27400 | 16128 |  7678k| 279.8 |   304M |  44 | 540 |5809 |4584 |  32k|  1 |  50k|3270 | 4.808587e+01 | 6.600000e+01 |  37.25%|  25.26%
1033.48/1036.16	c  1036s| 27500 | 16182 |  7700k| 279.6 |   304M |  44 | 540 |5818 |4573 |  32k|  1 |  50k|3273 | 4.808696e+01 | 6.600000e+01 |  37.25%|  25.27%
1036.86/1039.55	c  1040s| 27600 | 16258 |  7731k| 279.7 |   304M |  44 | 540 |5799 |4562 |  32k|  1 |  50k|3276 | 4.809091e+01 | 6.600000e+01 |  37.24%|  25.27%
1039.56/1042.21	c  1042s| 27700 | 16296 |  7755k| 279.6 |   304M |  44 | 540 |5761 |4560 |  32k|  0 |  50k|3276 | 4.809302e+01 | 6.600000e+01 |  37.23%|  25.29%
1041.55/1044.22	c  1044s| 27800 | 16338 |  7773k| 279.2 |   304M |  44 | 540 |5761 |4579 |  32k|  4 |  51k|3291 | 4.809507e+01 | 6.600000e+01 |  37.23%|  25.30%
1044.54/1047.22	c  1047s| 27900 | 16396 |  7796k| 279.1 |   306M |  44 | 540 |5693 |4564 |  32k|  2 |  51k|3304 | 4.809524e+01 | 6.600000e+01 |  37.23%|  25.31%
1046.64/1049.36	c  1049s| 28000 | 16424 |  7813k| 278.7 |   306M |  44 | 540 |5676 |4559 |  32k|  0 |  51k|3334 | 4.809524e+01 | 6.600000e+01 |  37.23%|  25.31%
1048.13/1050.89	c  1051s| 28100 | 16449 |  7826k| 278.1 |   306M |  44 | 540 |5692 |   0 |  32k|  0 |  51k|3350 | 4.809524e+01 | 6.600000e+01 |  37.23%|  25.31%
1050.33/1053.04	c  1053s| 28200 | 16491 |  7843k| 277.8 |   306M |  44 | 540 |5723 |4568 |  32k|  0 |  51k|3361 | 4.810024e+01 | 6.600000e+01 |  37.21%|  25.31%
1052.62/1055.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1052.62/1055.34	c  1055s| 28300 | 16537 |  7863k| 277.5 |   306M |  44 | 540 |5679 |4578 |  32k|  1 |  51k|3378 | 4.810526e+01 | 6.600000e+01 |  37.20%|  25.32%
1053.92/1056.69	c  1057s| 28400 | 16571 |  7875k| 276.9 |   307M |  44 | 540 |5740 |4597 |  32k|  1 |  51k|3380 | 4.810526e+01 | 6.600000e+01 |  37.20%|  25.34%
1056.01/1058.77	c  1059s| 28500 | 16617 |  7894k| 276.6 |   307M |  44 | 540 |5734 |4568 |  32k|  2 |  51k|3381 | 4.810526e+01 | 6.600000e+01 |  37.20%|  25.36%
1057.51/1060.28	c  1060s| 28600 | 16650 |  7907k| 276.1 |   307M |  44 | 540 |5762 |4576 |  32k|  0 |  51k|3382 | 4.810526e+01 | 6.600000e+01 |  37.20%|  25.38%
1060.00/1062.79	c  1063s| 28700 | 16708 |  7931k| 276.0 |   307M |  44 | 540 |5701 |4565 |  32k|  0 |  51k|3385 | 4.811173e+01 | 6.600000e+01 |  37.18%|  25.38%
1064.19/1066.94	c  1067s| 28800 | 16798 |  7971k| 276.4 |   309M |  44 | 540 |5638 |4574 |  33k|  1 |  51k|3386 | 4.811765e+01 | 6.600000e+01 |  37.16%|  25.38%
1065.79/1068.58	c  1069s| 28900 | 16828 |  7986k| 276.0 |   309M |  44 | 540 |5582 |4575 |  33k|  1 |  51k|3387 | 4.811765e+01 | 6.600000e+01 |  37.16%|  25.40%
1066.58/1069.35	c  1069s| 29000 | 16840 |  7994k| 275.3 |   309M |  44 | 540 |5560 |4585 |  33k|  1 |  51k|3389 | 4.811765e+01 | 6.600000e+01 |  37.16%|  25.41%
1068.18/1070.95	c  1071s| 29100 | 16876 |  8008k| 274.8 |   310M |  44 | 540 |5569 |4571 |  33k|  7 |  52k|3390 | 4.812000e+01 | 6.600000e+01 |  37.16%|  25.42%
1071.28/1074.05	c  1074s| 29200 | 16932 |  8034k| 274.8 |   310M |  44 | 540 |5635 |4575 |  33k|  3 |  52k|3396 | 4.812121e+01 | 6.600000e+01 |  37.15%|  25.44%
1073.47/1076.30	c  1076s| 29300 | 16987 |  8056k| 274.6 |   310M |  44 | 540 |5690 |4551 |  33k|  1 |  52k|3396 | 4.812121e+01 | 6.600000e+01 |  37.15%|  25.45%
1075.46/1078.22	c  1078s| 29400 | 17037 |  8073k| 274.2 |   311M |  44 | 540 |5703 |4573 |  33k|  2 |  52k|3399 | 4.812500e+01 | 6.600000e+01 |  37.14%|  25.46%
1076.96/1079.71	c  1080s| 29500 | 17063 |  8087k| 273.8 |   311M |  44 | 540 |5702 |4568 |  33k|  0 |  52k|3406 | 4.812821e+01 | 6.600000e+01 |  37.13%|  25.47%
1078.85/1081.63	c  1082s| 29600 | 17107 |  8105k| 273.5 |   311M |  44 | 540 |5745 |4569 |  33k|  2 |  52k|3407 | 4.812891e+01 | 6.600000e+01 |  37.13%|  25.50%
1079.95/1082.79	c  1083s| 29700 | 17124 |  8116k| 272.9 |   312M |  44 | 540 |5737 |4569 |  33k|  0 |  52k|3407 | 4.813027e+01 | 6.600000e+01 |  37.13%|  25.50%
1081.55/1084.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1081.55/1084.36	c  1084s| 29800 | 17146 |  8128k| 272.4 |   312M |  44 | 540 |5791 |4577 |  33k|  0 |  52k|3411 | 4.813072e+01 | 6.600000e+01 |  37.13%|  25.51%
1083.44/1086.29	c  1086s| 29900 | 17176 |  8145k| 272.1 |   312M |  44 | 540 |5790 |4575 |  33k|  0 |  52k|3416 | 4.813333e+01 | 6.600000e+01 |  37.12%|  25.52%
1085.83/1088.61	c  1089s| 30000 | 17225 |  8166k| 271.9 |   313M |  44 | 540 |5760 |4560 |  33k|  0 |  52k|3416 | 4.813605e+01 | 6.600000e+01 |  37.11%|  25.53%
1087.83/1090.62	c  1091s| 30100 | 17269 |  8184k| 271.5 |   313M |  44 | 540 |5794 |4561 |  33k|  1 |  53k|3419 | 4.813886e+01 | 6.600000e+01 |  37.10%|  25.53%
1089.83/1092.66	c  1093s| 30200 | 17311 |  8202k| 271.3 |   313M |  44 | 540 |5775 |4574 |  33k|  1 |  53k|3419 | 4.814093e+01 | 6.600000e+01 |  37.10%|  25.55%
1091.33/1094.13	c  1094s| 30300 | 17343 |  8215k| 270.8 |   313M |  44 | 540 |5722 |4568 |  33k|  0 |  53k|3424 | 4.814286e+01 | 6.600000e+01 |  37.09%|  25.56%
1093.62/1096.42	c  1096s| 30400 | 17385 |  8237k| 270.6 |   313M |  44 | 540 |5725 |4571 |  33k|  1 |  53k|3425 | 4.814286e+01 | 6.600000e+01 |  37.09%|  25.57%
1096.61/1099.44	c  1099s| 30500 | 17447 |  8265k| 270.6 |   314M |  44 | 540 |5692 |4548 |  33k|  0 |  53k|3426 | 4.814286e+01 | 6.600000e+01 |  37.09%|  25.57%
1099.80/1102.66	c  1103s| 30600 | 17493 |  8292k| 270.7 |   315M |  44 | 540 |5631 |4577 |  33k|  1 |  53k|3432 | 4.814394e+01 | 6.600000e+01 |  37.09%|  25.58%
1102.09/1104.97	c  1105s| 30700 | 17547 |  8311k| 270.4 |   316M |  44 | 540 |5795 |4556 |  33k|  1 |  53k|3439 | 4.814545e+01 | 6.600000e+01 |  37.08%|  25.59%
1104.59/1107.46	c  1107s| 30800 | 17597 |  8330k| 270.1 |   316M |  44 | 540 |5809 |4572 |  33k|  1 |  53k|3447 | 4.814815e+01 | 6.600000e+01 |  37.08%|  25.60%
1106.78/1109.60	c  1110s| 30900 | 17640 |  8349k| 269.9 |   316M |  44 | 540 |5785 |4584 |  33k|  1 |  53k|3451 | 4.814815e+01 | 6.600000e+01 |  37.08%|  25.62%
1109.28/1112.16	c  1112s| 31000 | 17698 |  8370k| 269.7 |   316M |  44 | 540 |5770 |4576 |  33k|  0 |  54k|3460 | 4.814815e+01 | 6.600000e+01 |  37.08%|  25.63%
1111.07/1113.96	c  1114s| 31100 | 17742 |  8385k| 269.3 |   316M |  44 | 540 |5755 |4558 |  33k|  3 |  54k|3473 | 4.814815e+01 | 6.600000e+01 |  37.08%|  25.64%
1112.97/1115.85	c  1116s| 31200 | 17784 |  8401k| 268.9 |   316M |  44 | 540 |5786 |4563 |  33k|  2 |  54k|3485 | 4.814815e+01 | 6.600000e+01 |  37.08%|  25.65%
1115.06/1117.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1115.06/1117.99	c  1118s| 31300 | 17832 |  8420k| 268.7 |   316M |  44 | 540 |5845 |4583 |  33k|  1 |  54k|3493 | 4.814854e+01 | 6.600000e+01 |  37.08%|  25.65%
1117.36/1120.23	c  1120s| 31400 | 17876 |  8439k| 268.4 |   316M |  44 | 540 |5809 |   0 |  33k|  0 |  54k|3501 | 4.815094e+01 | 6.600000e+01 |  37.07%|  25.66%
1120.45/1123.30	c  1123s| 31500 | 17928 |  8464k| 268.4 |   316M |  44 | 540 |5762 |4582 |  33k|  1 |  54k|3525 | 4.816129e+01 | 6.600000e+01 |  37.04%|  25.67%
1121.65/1124.54	c  1125s| 31600 | 17950 |  8475k| 267.9 |   316M |  44 | 540 |5757 |   0 |  33k|  0 |  54k|3527 | 4.816129e+01 | 6.600000e+01 |  37.04%|  25.69%
1123.74/1126.62	c  1127s| 31700 | 18000 |  8494k| 267.6 |   316M |  44 | 540 |5693 |4573 |  33k|  1 |  54k|3533 | 4.816393e+01 | 6.600000e+01 |  37.03%|  25.69%
1124.94/1127.85	c  1128s| 31800 | 18028 |  8505k| 267.1 |   318M |  44 | 540 |5763 |4575 |  33k|  2 |  54k|3542 | 4.816393e+01 | 6.600000e+01 |  37.03%|  25.69%
1126.14/1129.07	c  1129s| 31900 | 18054 |  8516k| 266.6 |   318M |  44 | 540 |5740 |4574 |  34k|  1 |  54k|3559 | 4.816393e+01 | 6.600000e+01 |  37.03%|  25.70%
1128.63/1131.52	c  1132s| 32000 | 18104 |  8537k| 266.5 |   318M |  44 | 540 |5726 |4566 |  34k|  1 |  54k|3564 | 4.816498e+01 | 6.600000e+01 |  37.03%|  25.71%
1130.62/1133.55	c  1134s| 32100 | 18142 |  8555k| 266.2 |   318M |  44 | 540 |5755 |4581 |  34k|  2 |  54k|3588 | 4.816571e+01 | 6.600000e+01 |  37.03%|  25.72%
1133.42/1136.31	c  1136s| 32200 | 18200 |  8578k| 266.1 |   320M |  44 | 540 |5762 |4574 |  34k|  2 |  55k|3599 | 4.816784e+01 | 6.600000e+01 |  37.02%|  25.73%
1135.22/1138.15	c  1138s| 32300 | 18233 |  8594k| 265.8 |   320M |  44 | 540 |5794 |4556 |  34k|  0 |  55k|3610 | 4.817450e+01 | 6.600000e+01 |  37.00%|  25.73%
1136.81/1139.75	c  1140s| 32400 | 18269 |  8610k| 265.4 |   320M |  44 | 540 |5802 |4553 |  34k|  1 |  55k|3614 | 4.817450e+01 | 6.600000e+01 |  37.00%|  25.74%
1137.90/1140.86	c  1141s| 32500 | 18295 |  8620k| 264.9 |   320M |  44 | 540 |5870 |4558 |  34k|  1 |  55k|3634 | 4.817599e+01 | 6.600000e+01 |  37.00%|  25.74%
1140.00/1142.94	c  1143s| 32600 | 18333 |  8639k| 264.7 |   320M |  44 | 540 |5840 |4565 |  34k|  0 |  55k|3643 | 4.817778e+01 | 6.600000e+01 |  36.99%|  25.75%
1142.39/1145.33	c  1145s| 32700 | 18383 |  8659k| 264.5 |   320M |  44 | 540 |5797 |4579 |  34k|  2 |  55k|3654 | 4.817926e+01 | 6.600000e+01 |  36.99%|  25.75%
1143.49/1146.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1143.49/1146.43	c  1146s| 32800 | 18396 |  8668k| 264.0 |   320M |  44 | 540 |5766 |4575 |  34k|  1 |  55k|3657 | 4.817926e+01 | 6.600000e+01 |  36.99%|  25.76%
1145.99/1148.94	c  1149s| 32900 | 18450 |  8690k| 263.8 |   321M |  44 | 540 |5711 |4564 |  34k|  1 |  55k|3657 | 4.818182e+01 | 6.600000e+01 |  36.98%|  25.78%
1147.59/1150.56	c  1151s| 33000 | 18492 |  8705k| 263.5 |   321M |  44 | 540 |5691 |4558 |  34k|  2 |  55k|3661 | 4.818321e+01 | 6.600000e+01 |  36.98%|  25.79%
1148.58/1151.51	c  1152s| 33100 | 18504 |  8713k| 262.9 |   321M |  44 | 540 |5713 |4557 |  34k|  0 |  55k|3668 | 4.818392e+01 | 6.600000e+01 |  36.98%|  25.79%
1150.18/1153.17	c  1153s| 33200 | 18528 |  8728k| 262.6 |   321M |  44 | 540 |5716 |4585 |  34k|  1 |  55k|3673 | 4.818824e+01 | 6.600000e+01 |  36.96%|  25.79%
1152.08/1155.05	c  1155s| 33300 | 18572 |  8746k| 262.3 |   321M |  44 | 540 |5720 |4574 |  34k|  1 |  55k|3678 | 4.819048e+01 | 6.600000e+01 |  36.96%|  25.81%
1153.37/1156.37	c  1156s| 33400 | 18602 |  8759k| 261.9 |   322M |  44 | 540 |5692 |4561 |  34k|  2 |  55k|3680 | 4.819048e+01 | 6.600000e+01 |  36.96%|  25.81%
1154.77/1157.72	c  1158s| 33500 | 18628 |  8771k| 261.5 |   322M |  44 | 540 |5699 |4562 |  34k|  2 |  55k|3685 | 4.819178e+01 | 6.600000e+01 |  36.95%|  25.81%
1155.47/1158.48	c  1158s| 33600 | 18636 |  8779k| 261.0 |   322M |  44 | 540 |5724 |4562 |  34k|  1 |  55k|3687 | 4.819188e+01 | 6.600000e+01 |  36.95%|  25.81%
1156.17/1159.17	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1156.26/1159.21	c (run 1, node 33625) performing user restart
1156.26/1159.21	c 
1156.26/1159.22	c (restart) converted 70 cuts from the global cut pool into linear constraints
1156.26/1159.22	c 
1156.36/1159.31	c presolving:
1156.36/1159.31	c (round 1, fast)       0 del vars, 41 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 6 chg coeffs, 0 upgd conss, 0 impls, 889 clqs
1156.36/1159.31	c (round 2, medium)     0 del vars, 41 del conss, 0 add conss, 0 chg bounds, 6 chg sides, 11 chg coeffs, 0 upgd conss, 0 impls, 893 clqs
1156.36/1159.32	c (round 3, exhaustive) 0 del vars, 47 del conss, 1 add conss, 0 chg bounds, 6 chg sides, 11 chg coeffs, 0 upgd conss, 0 impls, 893 clqs
1156.36/1159.33	c (round 4, exhaustive) 0 del vars, 48 del conss, 2 add conss, 0 chg bounds, 6 chg sides, 11 chg coeffs, 84 upgd conss, 0 impls, 893 clqs
1156.36/1159.33	c (round 5, exhaustive) 0 del vars, 292 del conss, 2 add conss, 0 chg bounds, 7 chg sides, 24 chg coeffs, 84 upgd conss, 0 impls, 893 clqs
1156.36/1159.35	c (round 6, exhaustive) 0 del vars, 352 del conss, 2 add conss, 0 chg bounds, 7 chg sides, 126 chg coeffs, 84 upgd conss, 0 impls, 896 clqs
1156.36/1159.37	c (round 7, exhaustive) 0 del vars, 352 del conss, 2 add conss, 0 chg bounds, 7 chg sides, 186 chg coeffs, 84 upgd conss, 0 impls, 896 clqs
1156.36/1159.39	c presolving (8 rounds: 8 fast, 7 medium, 6 exhaustive):
1156.36/1159.39	c  0 deleted vars, 352 deleted constraints, 2 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 187 changed coefficients
1156.36/1159.39	c  0 implications, 896 cliques
1156.36/1159.39	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 5473 constraints
1156.36/1159.39	c    1790 constraints of type <knapsack>
1156.36/1159.39	c     641 constraints of type <setppc>
1156.36/1159.39	c       3 constraints of type <linear>
1156.36/1159.39	c    3039 constraints of type <logicor>
1156.36/1159.39	c transformed objective value is always integral (scale: 1)
1156.36/1159.39	c Presolving Time: 0.19
1156.46/1159.41	c transformed 54/54 original solutions to the transformed problem space
1156.46/1159.41	c 
1156.56/1159.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1156.56/1159.53	c  1160s|     1 |     0 |  8785k|     - |   301M |   0 | 540 |5473 |4298 |   0 |  0 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1156.96/1159.90	c  1160s|     1 |     0 |  8786k|     - |   301M |   0 | 540 |5650 |4306 |   8 |  1 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.07/1160.03	c  1160s|     1 |     0 |  8786k|     - |   302M |   0 | 540 |5653 |4316 |  18 |  2 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.17/1160.14	c  1160s|     1 |     0 |  8786k|     - |   303M |   0 | 540 |5657 |4326 |  28 |  3 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.26/1160.26	c  1160s|     1 |     0 |  8787k|     - |   303M |   0 | 540 |5662 |4334 |  36 |  4 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.36/1160.36	c  1160s|     1 |     0 |  8787k|     - |   304M |   0 | 540 |5664 |4339 |  41 |  5 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.46/1160.45	c  1160s|     1 |     0 |  8787k|     - |   304M |   0 | 540 |5666 |4344 |  46 |  6 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.56/1160.54	c  1161s|     1 |     0 |  8787k|     - |   305M |   0 | 540 |5676 |4350 |  52 |  7 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.66/1160.64	c  1161s|     1 |     0 |  8787k|     - |   306M |   0 | 540 |5682 |4354 |  56 |  8 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.76/1160.74	c  1161s|     1 |     0 |  8787k|     - |   307M |   0 | 540 |5688 |4358 |  60 |  9 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.86/1160.84	c  1161s|     1 |     0 |  8787k|     - |   308M |   0 | 540 |5694 |4361 |  63 | 10 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1157.86/1160.88	c  1161s|     1 |     0 |  8787k|     - |   309M |   0 | 540 |5701 |4366 |  68 | 11 |  56k|3688 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1160.85/1163.83	c  1164s|     1 |     2 |  8796k|     - |   309M |   0 | 540 |5753 |4366 |  68 | 11 |  56k|3699 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1186.29/1189.39	c  1189s|   100 |   101 |  8832k| 261.5 |   319M |  15 | 540 |5579 |4321 | 191 |  2 |  56k|4099 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1199.16/1202.29	c  1202s|   200 |   201 |  8873k| 261.9 |   324M |  26 | 540 |5298 |4324 | 324 |  1 |  56k|4283 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1209.74/1212.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1209.74/1212.88	c  1213s|   300 |   299 |  8914k| 262.4 |   328M |  27 | 540 |5238 |4325 | 375 |  1 |  56k|4448 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1220.51/1223.65	c  1224s|   400 |   395 |  8956k| 262.8 |   328M |  28 | 540 |5118 |4322 | 496 |  1 |  56k|4589 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1230.09/1233.21	c  1233s|   500 |   495 |  8995k| 263.2 |   328M |  28 | 540 |5077 |4322 | 534 |  1 |  56k|4720 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1238.77/1241.94	c  1242s|   600 |   593 |  9045k| 263.9 |   328M |  28 | 540 |5084 |4322 | 594 |  1 |  56k|4820 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1246.55/1249.79	c  1250s|   700 |   679 |  9085k| 264.3 |   328M |  33 | 540 |5160 |4323 | 685 |  1 |  56k|4902 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1251.94/1255.18	c  1255s|   800 |   757 |  9115k| 264.4 |   327M |  34 | 540 |5193 |4330 | 701 |  1 |  56k|4984 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1255.73/1258.95	c  1259s|   900 |   817 |  9135k| 264.2 |   327M |  36 | 540 |5271 |4330 | 717 |  1 |  57k|5067 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1260.82/1264.00	c  1264s|  1000 |   889 |  9162k| 264.2 |   328M |  40 | 540 |5352 |4331 | 740 |  1 |  57k|5129 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1270.39/1273.61	c  1274s|  1100 |   985 |  9214k| 265.0 |   328M |  40 | 540 |5321 |4331 | 764 |  0 |  57k|5217 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1273.29/1276.50	c  1277s|  1200 |  1041 |  9240k| 264.9 |   328M |  40 | 540 |5290 |4326 | 787 |  1 |  57k|5229 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1279.56/1282.87	c  1283s|  1300 |  1133 |  9277k| 265.2 |   331M |  41 | 540 |5299 |4331 | 856 |  1 |  57k|5275 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1285.35/1288.63	c  1289s|  1400 |  1195 |  9309k| 265.4 |   335M |  44 | 540 |5306 |4334 |1011 |  1 |  57k|5329 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1291.74/1295.03	c  1295s|  1500 |  1291 |  9349k| 265.8 |   335M |  44 | 540 |5294 |4327 |1027 |  1 |  57k|5384 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1296.52/1299.82	c  1300s|  1600 |  1377 |  9382k| 266.0 |   335M |  44 | 540 |5270 |4328 |1067 |  1 |  57k|5437 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1301.41/1304.77	c  1305s|  1700 |  1473 |  9417k| 266.2 |   336M |  44 | 540 |5319 |4329 |1110 |  1 |  57k|5457 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1307.30/1310.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1307.30/1310.65	c  1311s|  1800 |  1567 |  9454k| 266.5 |   336M |  44 | 540 |5330 |4329 |1111 |  1 |  57k|5506 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1313.69/1317.03	c  1317s|  1900 |  1667 |  9495k| 266.9 |   336M |  44 | 540 |5329 |4326 |1139 |  1 |  58k|5558 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1319.87/1323.26	c  1323s|  2000 |  1765 |  9540k| 267.4 |   336M |  44 | 540 |5372 |4330 |1166 |  1 |  58k|5582 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1323.86/1327.24	c  1327s|  2100 |  1847 |  9572k| 267.6 |   336M |  44 | 540 |5388 |4325 |1178 |  1 |  58k|5602 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1329.94/1333.38	c  1333s|  2200 |  1947 |  9621k| 268.2 |   336M |  44 | 540 |5393 |4329 |1203 |  1 |  58k|5609 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1335.33/1338.79	c  1339s|  2300 |  2047 |  9663k| 268.6 |   336M |  44 | 540 |5455 |4330 |1220 |  1 |  58k|5633 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1338.22/1341.68	c  1342s|  2400 |  2123 |  9688k| 268.6 |   336M |  44 | 540 |5505 |4333 |1226 |  1 |  58k|5653 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1340.72/1344.15	c  1344s|  2500 |  2188 |  9707k| 268.4 |   336M |  44 | 540 |5551 |4330 |1230 |  0 |  58k|5682 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1342.71/1346.14	c  1346s|  2600 |  2223 |  9724k| 268.1 |   336M |  44 | 540 |5546 |4333 |1232 |  1 |  58k|5725 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1346.40/1349.88	c  1350s|  2700 |  2273 |  9743k| 267.9 |   337M |  44 | 540 |5518 |4336 |1265 |  1 |  58k|5796 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1350.39/1353.80	c  1354s|  2800 |  2331 |  9767k| 267.8 |   337M |  44 | 540 |5536 |4333 |1294 |  2 |  58k|5836 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1354.88/1358.31	c  1358s|  2900 |  2409 |  9795k| 267.8 |   337M |  44 | 540 |5540 |4353 |1404 |  1 |  59k|5886 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1358.07/1361.59	c  1362s|  3000 |  2459 |  9817k| 267.7 |   337M |  44 | 540 |5754 |4335 |1554 |  2 |  59k|5902 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1363.26/1366.74	c  1367s|  3100 |  2535 |  9852k| 267.9 |   337M |  44 | 540 |5666 |4333 |1655 |  1 |  59k|5917 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1367.95/1371.40	c  1371s|  3200 |  2631 |  9889k| 268.2 |   337M |  44 | 540 |5614 |4335 |1685 |  1 |  59k|5937 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1373.54/1377.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1373.54/1377.06	c  1377s|  3300 |  2729 |  9929k| 268.6 |   339M |  44 | 540 |5548 |4332 |1763 |  1 |  59k|5964 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1379.42/1382.91	c  1383s|  3400 |  2827 |  9969k| 268.9 |   339M |  44 | 540 |5547 |4336 |1816 |  1 |  59k|5999 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1385.80/1389.37	c  1389s|  3500 |  2925 | 10015k| 269.4 |   339M |  44 | 540 |5559 |4339 |1866 |  1 |  59k|6029 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1394.49/1398.10	c  1398s|  3600 |  3025 | 10080k| 270.4 |   339M |  48 | 540 |5599 |4350 |2104 |  1 |  60k|6035 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1399.27/1402.86	c  1403s|  3700 |  3121 | 10119k| 270.8 |   340M |  48 | 540 |5583 |4336 |2182 |  1 |  60k|6041 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1403.57/1407.11	c  1407s|  3800 |  3193 | 10146k| 270.8 |   340M |  48 | 540 |5547 |4332 |2333 |  1 |  60k|6063 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1408.75/1412.36	c  1412s|  3900 |  3271 | 10184k| 271.0 |   342M |  48 | 540 |5607 |4330 |2557 |  1 |  60k|6068 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1413.74/1417.36	c  1417s|  4000 |  3367 | 10226k| 271.4 |   342M |  48 | 540 |5556 |4342 |2666 |  1 |  60k|6073 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1416.93/1420.54	c  1421s|  4100 |  3437 | 10256k| 271.5 |   342M |  48 | 540 |5650 |4340 |2712 |  1 |  60k|6076 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1421.62/1425.29	c  1425s|  4200 |  3535 | 10295k| 271.8 |   342M |  48 | 540 |5615 |4346 |2825 |  0 |  60k|6083 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1424.21/1427.85	c  1428s|  4300 |  3569 | 10312k| 271.5 |   343M |  50 | 540 |5706 |4349 |2978 |  0 |  60k|6095 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1429.20/1432.89	c  1433s|  4400 |  3629 | 10349k| 271.8 |   346M |  52 | 540 |5666 |4341 |3298 |  1 |  60k|6097 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1435.78/1439.42	c  1439s|  4500 |  3719 | 10395k| 272.3 |   347M |  52 | 540 |5660 |4332 |3588 |  1 |  61k|6105 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1439.97/1443.67	c  1444s|  4600 |  3789 | 10426k| 272.4 |   347M |  52 | 540 |5620 |4341 |3763 |  1 |  61k|6113 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1443.56/1447.27	c  1447s|  4700 |  3853 | 10452k| 272.4 |   347M |  52 | 540 |5650 |   0 |3972 |  0 |  61k|6116 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1446.55/1450.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1446.55/1450.20	c  1450s|  4800 |  3911 | 10476k| 272.3 |   347M |  52 | 540 |5604 |4353 |4097 |  2 |  61k|6119 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1451.45/1455.12	c  1455s|  4900 |  4003 | 10519k| 272.7 |   347M |  55 | 540 |5552 |4333 |4212 |  1 |  61k|6124 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1455.83/1459.58	c  1460s|  5000 |  4073 | 10552k| 272.8 |   348M |  55 | 540 |5513 |4329 |4442 |  1 |  61k|6131 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1459.52/1463.28	c  1463s|  5100 |  4129 | 10577k| 272.8 |   348M |  55 | 540 |5484 |4357 |4655 |  0 |  61k|6137 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1463.91/1467.69	c  1468s|  5200 |  4207 | 10610k| 272.9 |   350M |  55 | 540 |5507 |4351 |4914 |  1 |  61k|6144 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1467.31/1471.07	c  1471s|  5300 |  4267 | 10635k| 272.9 |   350M |  55 | 540 |5513 |4333 |5064 |  1 |  61k|6151 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1472.09/1475.80	c  1476s|  5400 |  4349 | 10673k| 273.1 |   351M |  55 | 540 |5483 |4375 |5235 |  7 |  61k|6156 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1477.68/1481.42	c  1481s|  5500 |  4421 | 10713k| 273.5 |   351M |  55 | 540 |5556 |4344 |5588 |  1 |  61k|6158 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1484.07/1487.82	c  1488s|  5600 |  4515 | 10763k| 274.1 |   352M |  55 | 540 |5524 |4335 |5849 |  1 |  61k|6169 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1487.56/1491.35	c  1491s|  5700 |  4583 | 10789k| 274.0 |   354M |  56 | 540 |5526 |4325 |5972 |  1 |  62k|6173 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1489.95/1493.76	c  1494s|  5800 |  4637 | 10809k| 273.8 |   354M |  56 | 540 |5538 |4327 |6074 |  1 |  62k|6179 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1491.85/1495.68	c  1496s|  5900 |  4691 | 10827k| 273.6 |   354M |  56 | 540 |5512 |4342 |6127 |  1 |  62k|6180 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1495.44/1499.21	c  1499s|  6000 |  4753 | 10858k| 273.7 |   354M |  56 | 540 |5507 |4350 |6240 |  1 |  62k|6182 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1498.73/1502.59	c  1503s|  6100 |  4837 | 10892k| 273.8 |   354M |  56 | 540 |5584 |4326 |6290 |  2 |  62k|6183 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1502.33/1506.19	c  1506s|  6200 |  4919 | 10927k| 274.1 |   354M |  56 | 540 |5575 |4332 |6358 |  1 |  62k|6185 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1505.41/1509.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1505.41/1509.28	c  1509s|  6300 |  4999 | 10955k| 274.0 |   354M |  57 | 540 |5567 |4326 |6376 |  1 |  62k|6189 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1508.80/1512.68	c  1513s|  6400 |  5073 | 10985k| 274.1 |   354M |  57 | 540 |5524 |4327 |6503 |  1 |  62k|6193 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1511.59/1515.44	c  1515s|  6500 |  5147 | 11011k| 274.1 |   354M |  57 | 540 |5559 |4326 |6575 |  1 |  62k|6195 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1513.89/1517.74	c  1518s|  6600 |  5197 | 11032k| 273.9 |   354M |  57 | 540 |5607 |4327 |6603 |  2 |  62k|6202 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1517.78/1521.63	c  1522s|  6700 |  5277 | 11063k| 274.0 |   356M |  57 | 540 |5714 |4336 |6749 |  1 |  62k|6205 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1521.47/1525.34	c  1525s|  6800 |  5353 | 11094k| 274.1 |   356M |  57 | 540 |5695 |4330 |6916 |  0 |  62k|6208 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1526.16/1530.00	c  1530s|  6900 |  5449 | 11131k| 274.3 |   356M |  57 | 540 |5635 |4332 |7056 |  1 |  63k|6213 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1529.55/1533.40	c  1533s|  7000 |  5519 | 11159k| 274.4 |   356M |  57 | 540 |5605 |4360 |7197 |  1 |  63k|6215 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1532.34/1536.26	c  1536s|  7100 |  5583 | 11181k| 274.2 |   356M |  58 | 540 |5634 |4360 |7210 |  1 |  63k|6235 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1534.64/1538.59	c  1539s|  7200 |  5639 | 11201k| 274.0 |   356M |  58 | 540 |5704 |4364 |7249 |  2 |  63k|6246 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1538.03/1541.99	c  1542s|  7300 |  5697 | 11224k| 273.9 |   356M |  58 | 540 |5712 |4325 |7373 |  1 |  63k|6259 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1540.92/1544.83	c  1545s|  7400 |  5763 | 11251k| 273.9 |   356M |  58 | 540 |5712 |4336 |7436 |  1 |  63k|6268 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1544.22/1548.19	c  1548s|  7500 |  5827 | 11277k| 273.9 |   356M |  58 | 540 |5641 |4329 |7464 |  1 |  63k|6289 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1547.50/1551.43	c  1551s|  7600 |  5881 | 11301k| 273.8 |   356M |  58 | 540 |5656 |4333 |7636 |  1 |  63k|6300 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1551.39/1555.34	c  1555s|  7700 |  5949 | 11329k| 273.8 |   356M |  58 | 540 |5599 |4336 |7776 |  1 |  63k|6321 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1555.48/1559.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1555.48/1559.41	c  1559s|  7800 |  6023 | 11359k| 273.9 |   356M |  58 | 540 |5563 |4342 |7894 |  1 |  63k|6335 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1558.48/1562.41	c  1562s|  7900 |  6109 | 11387k| 273.9 |   356M |  58 | 540 |5630 |4337 |7939 |  1 |  63k|6337 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1561.57/1565.59	c  1566s|  8000 |  6191 | 11414k| 273.9 |   356M |  58 | 540 |5696 |4332 |7955 |  0 |  64k|6345 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1565.76/1569.70	c  1570s|  8100 |  6275 | 11450k| 274.1 |   356M |  58 | 540 |5593 |4324 |8022 |  1 |  64k|6351 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1569.75/1573.72	c  1574s|  8200 |  6373 | 11486k| 274.3 |   356M |  58 | 540 |5567 |4329 |8121 |  1 |  64k|6354 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1572.54/1576.50	c  1576s|  8300 |  6431 | 11509k| 274.2 |   356M |  58 | 540 |5563 |4329 |8222 |  1 |  64k|6359 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1574.74/1578.73	c  1579s|  8400 |  6477 | 11529k| 274.0 |   356M |  58 | 540 |5544 |4331 |8305 |  0 |  64k|6363 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1577.73/1581.78	c  1582s|  8500 |  6533 | 11555k| 274.0 |   356M |  58 | 540 |5570 |4354 |8394 |  1 |  64k|6371 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1581.32/1585.34	c  1585s|  8600 |  6595 | 11581k| 273.9 |   357M |  58 | 540 |5617 |4339 |8562 |  1 |  64k|6379 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1583.81/1587.86	c  1588s|  8700 |  6657 | 11602k| 273.8 |   357M |  58 | 540 |5595 |4337 |8625 |  3 |  64k|6391 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1587.70/1591.70	c  1592s|  8800 |  6705 | 11625k| 273.7 |   358M |  58 | 540 |5589 |4355 |8924 |  1 |  64k|6391 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1590.40/1594.44	c  1594s|  8900 |  6755 | 11646k| 273.5 |   358M |  58 | 540 |5601 |4343 |9107 |  1 |  64k|6391 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1593.99/1598.02	c  1598s|  9000 |  6832 | 11678k| 273.7 |   358M |  58 | 540 |5577 |4330 |9189 |  3 |  64k|6392 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1598.48/1602.54	c  1603s|  9100 |  6884 | 11708k| 273.7 |   359M |  58 | 540 |5581 |4383 |9479 |  6 |  64k|6399 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1602.27/1606.34	c  1606s|  9200 |  6958 | 11737k| 273.8 |   360M |  58 | 540 |5530 |4327 |9614 |  1 |  64k|6411 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1603.36/1607.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1603.36/1607.49	c  1607s|  9300 |  6990 | 11748k| 273.4 |   360M |  58 | 540 |5534 |4329 |9622 |  1 |  65k|6411 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1605.76/1609.85	c  1610s|  9400 |  7034 | 11768k| 273.2 |   360M |  58 | 540 |5500 |4328 |9686 |  0 |  65k|6416 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1608.86/1612.94	c  1613s|  9500 |  7095 | 11796k| 273.2 |   360M |  58 | 540 |5506 |4331 |9743 |  4 |  65k|6424 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1612.85/1616.92	c  1617s|  9600 |  7181 | 11827k| 273.3 |   360M |  58 | 540 |5543 |4351 |9885 |  2 |  65k|6425 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1615.94/1620.04	c  1620s|  9700 |  7227 | 11850k| 273.2 |   360M |  58 | 540 |5521 |4350 |  10k|  0 |  65k|6426 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1618.33/1622.48	c  1622s|  9800 |  7277 | 11871k| 273.1 |   360M |  58 | 540 |5569 |4352 |  10k|  1 |  65k|6431 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1621.82/1625.90	c  1626s|  9900 |  7367 | 11899k| 273.1 |   360M |  58 | 540 |5645 |4339 |  10k|  1 |  65k|6437 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1624.62/1628.78	c  1629s| 10000 |  7415 | 11919k| 272.9 |   360M |  58 | 540 |5732 |4337 |  10k|  1 |  65k|6449 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1627.41/1631.52	c  1632s| 10100 |  7470 | 11942k| 272.8 |   360M |  58 | 540 |5705 |   0 |  10k|  0 |  65k|6453 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1630.01/1634.11	c  1634s| 10200 |  7530 | 11966k| 272.7 |   360M |  58 | 540 |5629 |4340 |  10k|  2 |  65k|6454 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1633.09/1637.27	c  1637s| 10300 |  7612 | 11993k| 272.7 |   360M |  58 | 540 |5654 |4360 |  10k|  1 |  65k|6456 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1635.09/1639.28	c  1639s| 10400 |  7658 | 12010k| 272.5 |   360M |  58 | 540 |5720 |4356 |  10k|  1 |  65k|6456 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1639.48/1643.62	c  1644s| 10500 |  7744 | 12046k| 272.7 |   360M |  58 | 540 |5749 |4326 |  10k|  0 |  66k|6456 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1641.07/1645.23	c  1645s| 10600 |  7784 | 12061k| 272.4 |   360M |  58 | 540 |5867 |   0 |  10k|  0 |  66k|6461 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1644.07/1648.25	c  1648s| 10700 |  7834 | 12086k| 272.4 |   361M |  58 | 540 |5865 |4331 |  10k|  1 |  66k|6472 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1646.16/1650.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1646.16/1650.33	c  1650s| 10800 |  7888 | 12103k| 272.2 |   361M |  58 | 540 |5844 |4328 |  10k|  1 |  66k|6475 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1648.76/1652.90	c  1653s| 10900 |  7956 | 12126k| 272.0 |   361M |  58 | 540 |5853 |4328 |  10k|  1 |  66k|6479 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1650.65/1654.87	c  1655s| 11000 |  7992 | 12142k| 271.8 |   361M |  58 | 540 |5826 |4351 |  10k|  0 |  66k|6481 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1654.24/1658.49	c  1658s| 11100 |  8078 | 12174k| 271.9 |   363M |  58 | 540 |5784 |4321 |  11k|  1 |  66k|6486 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1657.73/1661.98	c  1662s| 11200 |  8164 | 12207k| 272.0 |   363M |  58 | 540 |5797 |4323 |  11k|  2 |  66k|6486 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1661.32/1665.55	c  1666s| 11300 |  8250 | 12237k| 272.1 |   363M |  58 | 540 |5811 |4336 |  11k|  2 |  67k|6506 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1663.82/1668.04	c  1668s| 11400 |  8302 | 12262k| 272.0 |   363M |  58 | 540 |5752 |4334 |  11k|  0 |  67k|6507 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1665.31/1669.50	c  1669s| 11500 |  8327 | 12275k| 271.7 |   363M |  58 | 540 |5751 |4329 |  11k|  0 |  67k|6513 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1667.21/1671.44	c  1671s| 11600 |  8379 | 12294k| 271.6 |   363M |  58 | 540 |5800 |4329 |  11k|  2 |  67k|6513 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1669.30/1673.56	c  1674s| 11700 |  8425 | 12315k| 271.4 |   363M |  58 | 540 |5788 |4341 |  11k|  2 |  67k|6514 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1672.40/1676.65	c  1677s| 11800 |  8499 | 12344k| 271.4 |   363M |  58 | 540 |5757 |4324 |  11k|  1 |  67k|6515 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1674.99/1679.29	c  1679s| 11900 |  8549 | 12367k| 271.4 |   363M |  58 | 540 |5734 |4331 |  11k|  0 |  67k|6515 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1677.38/1681.66	c  1682s| 12000 |  8615 | 12389k| 271.3 |   363M |  58 | 540 |5696 |4319 |  11k|  1 |  67k|6517 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1679.58/1683.87	c  1684s| 12100 |  8679 | 12410k| 271.1 |   363M |  58 | 540 |5703 |4324 |  11k|  2 |  67k|6517 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1681.27/1685.57	c  1686s| 12200 |  8719 | 12425k| 270.9 |   363M |  58 | 540 |5728 |4321 |  11k|  0 |  67k|6518 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1683.97/1688.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1683.97/1688.20	c  1688s| 12300 |  8769 | 12447k| 270.7 |   363M |  58 | 540 |5712 |4325 |  11k|  2 |  67k|6519 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1684.57/1688.86	c  1689s| 12400 |  8784 | 12453k| 270.3 |   363M |  58 | 540 |5743 |4325 |  11k|  1 |  67k|6522 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1685.56/1689.86	c  1690s| 12500 |  8808 | 12462k| 269.9 |   363M |  58 | 540 |5737 |4323 |  11k|  2 |  67k|6525 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1686.16/1690.45	c  1690s| 12600 |  8824 | 12467k| 269.4 |   363M |  58 | 540 |5768 |4324 |  11k|  0 |  67k|6529 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1687.46/1691.71	c  1692s| 12700 |  8842 | 12478k| 269.1 |   363M |  58 | 540 |5776 |4323 |  11k|  2 |  67k|6530 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1688.46/1692.79	c  1693s| 12800 |  8870 | 12487k| 268.7 |   363M |  58 | 540 |5776 |4322 |  11k|  2 |  67k|6530 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1689.25/1693.56	c  1694s| 12900 |  8894 | 12495k| 268.3 |   363M |  58 | 540 |5792 |4323 |  11k|  2 |  67k|6530 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1690.35/1694.69	c  1695s| 13000 |  8916 | 12505k| 267.9 |   363M |  58 | 540 |5769 |4321 |  11k|  2 |  67k|6536 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1692.25/1696.54	c  1697s| 13100 |  8952 | 12520k| 267.7 |   363M |  58 | 540 |5808 |4323 |  11k|  1 |  68k|6562 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1693.24/1697.51	c  1698s| 13200 |  8974 | 12527k| 267.2 |   363M |  58 | 540 |5801 |4322 |  11k|  1 |  68k|6576 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1695.04/1699.33	c  1699s| 13300 |  9014 | 12542k| 267.0 |   363M |  58 | 540 |5824 |4328 |  11k|  0 |  68k|6594 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1696.54/1700.88	c  1701s| 13400 |  9036 | 12554k| 266.7 |   364M |  58 | 540 |5819 |4330 |  11k|  0 |  68k|6599 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1698.53/1702.89	c  1703s| 13500 |  9054 | 12568k| 266.4 |   364M |  58 | 540 |5819 |4325 |  11k|  2 |  68k|6619 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1700.33/1704.65	c  1705s| 13600 |  9066 | 12579k| 266.1 |   365M |  58 | 540 |5871 |4333 |  12k|  0 |  68k|6640 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1702.22/1706.51	c  1707s| 13700 |  9070 | 12590k| 265.7 |   367M |  58 | 540 |5863 |4325 |  12k|  0 |  68k|6655 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1704.41/1708.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1704.41/1708.76	c  1709s| 13800 |  9088 | 12603k| 265.5 |   370M |  58 | 540 |5899 |4339 |  12k|  1 |  68k|6663 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1707.01/1711.38	c  1711s| 13900 |  9102 | 12620k| 265.3 |   370M |  58 | 540 |5852 |4323 |  12k|  0 |  68k|6671 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1707.81/1712.16	c  1712s| 14000 |  9110 | 12625k| 264.8 |   370M |  58 | 540 |5880 |4326 |  12k|  0 |  68k|6692 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1709.71/1714.07	c  1714s| 14100 |  9160 | 12642k| 264.6 |   370M |  58 | 540 |5815 |4332 |  12k|  2 |  68k|6694 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1712.19/1716.58	c  1717s| 14200 |  9200 | 12660k| 264.4 |   370M |  58 | 540 |5801 |4322 |  12k|  2 |  68k|6717 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1713.70/1718.04	c  1718s| 14300 |  9228 | 12672k| 264.1 |   370M |  58 | 540 |5815 |4323 |  12k|  2 |  68k|6725 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1715.69/1720.03	c  1720s| 14400 |  9276 | 12688k| 263.9 |   370M |  58 | 540 |5795 |4344 |  12k|  1 |  68k|6734 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1720.97/1725.32	c  1725s| 14500 |  9362 | 12727k| 264.2 |   370M |  58 | 540 |5796 |4345 |  13k|  2 |  68k|6749 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1723.37/1727.73	c  1728s| 14600 |  9392 | 12741k| 263.9 |   370M |  58 | 540 |5773 |4326 |  13k|  2 |  68k|6760 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1725.26/1729.62	c  1730s| 14700 |  9416 | 12753k| 263.6 |   370M |  58 | 540 |5782 |4347 |  13k|  1 |  68k|6766 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1728.95/1733.33	c  1733s| 14800 |  9472 | 12777k| 263.6 |   371M |  58 | 540 |5792 |4321 |  13k|  1 |  69k|6780 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1732.14/1736.54	c  1737s| 14900 |  9516 | 12800k| 263.5 |   372M |  58 | 540 |5854 |4329 |  13k|  1 |  69k|6791 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1733.94/1738.33	c  1738s| 15000 |  9532 | 12809k| 263.2 |   372M |  58 | 540 |5859 |4350 |  13k|  2 |  69k|6798 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1737.23/1741.66	c  1742s| 15100 |  9552 | 12823k| 262.9 |   372M |  58 | 540 |5885 |4335 |  14k|  2 |  69k|6808 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1740.02/1744.40	c  1744s| 15200 |  9564 | 12836k| 262.6 |   372M |  58 | 540 |5899 |4372 |  14k|  8 |  69k|6816 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1742.32/1746.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1742.32/1746.76	c  1747s| 15300 |  9599 | 12854k| 262.5 |   372M |  58 | 540 |5888 |4321 |  14k|  0 |  69k|6819 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1743.51/1748.00	c  1748s| 15400 |  9625 | 12864k| 262.1 |   372M |  58 | 540 |5881 |4321 |  14k|  1 |  69k|6820 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1744.31/1748.72	c  1749s| 15500 |  9645 | 12871k| 261.7 |   372M |  58 | 540 |5864 |4323 |  14k|  2 |  69k|6821 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1745.71/1750.10	c  1750s| 15600 |  9667 | 12883k| 261.5 |   372M |  58 | 540 |5848 |4322 |  14k|  1 |  69k|6823 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1747.50/1751.96	c  1752s| 15700 |  9723 | 12901k| 261.3 |   372M |  58 | 540 |5862 |4331 |  14k|  1 |  69k|6823 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1749.80/1754.25	c  1754s| 15800 |  9767 | 12921k| 261.2 |   372M |  58 | 540 |5828 |4328 |  14k|  0 |  69k|6823 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1753.39/1757.84	c  1758s| 15900 |  9857 | 12954k| 261.3 |   372M |  58 | 540 |5785 |4336 |  14k|  3 |  69k|6825 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1755.88/1760.39	c  1760s| 16000 |  9923 | 12977k| 261.2 |   372M |  58 | 540 |5874 |4333 |  14k|  0 |  69k|6829 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1758.58/1763.05	c  1763s| 16100 |  9987 | 12999k| 261.2 |   372M |  58 | 540 |5999 |4334 |  14k|  1 |  70k|6832 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1761.37/1765.80	c  1766s| 16200 | 10037 | 13021k| 261.1 |   372M |  58 | 540 |5934 |4329 |  14k|  1 |  70k|6835 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1764.46/1768.90	c  1769s| 16300 | 10117 | 13046k| 261.1 |   372M |  58 | 540 |5830 |4315 |  14k|  1 |  70k|6846 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1766.85/1771.37	c  1771s| 16400 | 10171 | 13069k| 261.0 |   372M |  58 | 540 |5791 |4344 |  14k|  1 |  70k|6848 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1768.65/1773.19	c  1773s| 16500 | 10203 | 13087k| 260.8 |   372M |  58 | 540 |5771 |4335 |  14k|  0 |  70k|6849 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1770.34/1774.80	c  1775s| 16600 | 10233 | 13101k| 260.6 |   373M |  58 | 540 |5780 |4337 |  14k|  0 |  70k|6849 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1773.44/1777.92	c  1778s| 16700 | 10283 | 13127k| 260.6 |   373M |  58 | 540 |5765 |4367 |  14k|  2 |  70k|6849 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1775.54/1780.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1775.54/1780.09	c  1780s| 16800 | 10332 | 13145k| 260.4 |   373M |  58 | 540 |5758 |4324 |  14k|  1 |  70k|6854 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1776.73/1781.21	c  1781s| 16900 | 10362 | 13155k| 260.1 |   373M |  58 | 540 |5764 |   0 |  15k|  0 |  70k|6856 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1778.72/1783.21	c  1783s| 17000 | 10406 | 13173k| 259.9 |   373M |  58 | 540 |5776 |4332 |  15k|  0 |  70k|6865 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1780.82/1785.39	c  1785s| 17100 | 10470 | 13194k| 259.8 |   373M |  58 | 540 |5776 |4327 |  15k|  0 |  70k|6866 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1781.82/1786.35	c  1786s| 17200 | 10498 | 13203k| 259.5 |   373M |  58 | 540 |5761 |4328 |  15k|  1 |  70k|6868 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1783.01/1787.59	c  1788s| 17300 | 10540 | 13215k| 259.2 |   373M |  58 | 540 |5757 |4329 |  15k|  0 |  70k|6868 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1783.62/1788.14	c  1788s| 17400 | 10548 | 13221k| 258.8 |   373M |  58 | 540 |5773 |4330 |  15k|  0 |  70k|6868 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1785.41/1789.91	c  1790s| 17500 | 10585 | 13239k| 258.7 |   373M |  58 | 540 |5765 |4329 |  15k|  1 |  70k|6868 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1786.90/1791.40	c  1791s| 17600 | 10615 | 13252k| 258.4 |   373M |  58 | 540 |5746 |4330 |  15k|  0 |  70k|6869 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1788.10/1792.60	c  1793s| 17700 | 10636 | 13262k| 258.1 |   373M |  58 | 540 |5770 |4329 |  15k|  2 |  70k|6871 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1789.60/1794.13	c  1794s| 17800 | 10679 | 13276k| 257.9 |   373M |  58 | 540 |5799 |4338 |  15k|  1 |  70k|6871 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1792.69/1797.21	c  1797s| 17900 | 10745 | 13304k| 257.9 |   373M |  58 | 540 |5799 |4343 |  15k|  1 |  71k|6873 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1795.38/1799.95	c  1800s| 18000 | 10803 | 13327k| 257.9 |   373M |  58 | 540 |5816 |4360 |  15k|  0 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1797.97/1802.53	c  1803s| 18100 | 10871 | 13350k| 257.8 |   373M |  58 | 540 |5843 |4336 |  15k|  1 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1801.47/1806.06	c  1806s| 18200 | 10949 | 13384k| 258.0 |   373M |  58 | 540 |5835 |4334 |  15k|  1 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1803.66/1808.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1803.66/1808.24	c  1808s| 18300 | 10988 | 13404k| 257.9 |   373M |  58 | 540 |5872 |4332 |  15k|  1 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1806.15/1810.77	c  1811s| 18400 | 11058 | 13429k| 257.9 |   373M |  58 | 540 |5820 |4332 |  15k|  1 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1809.05/1813.67	c  1814s| 18500 | 11128 | 13457k| 257.9 |   373M |  58 | 540 |5833 |4334 |  15k|  1 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1810.94/1815.51	c  1816s| 18600 | 11172 | 13474k| 257.7 |   373M |  58 | 540 |5812 |4331 |  15k|  1 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1813.64/1818.24	c  1818s| 18700 | 11222 | 13494k| 257.6 |   373M |  58 | 540 |5794 |4367 |  15k|  8 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1816.13/1820.77	c  1821s| 18800 | 11274 | 13515k| 257.5 |   373M |  58 | 540 |5747 |4325 |  15k|  1 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1820.32/1824.93	c  1825s| 18900 | 11372 | 13553k| 257.8 |   374M |  58 | 540 |5692 |4332 |  15k|  2 |  71k|6874 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1824.51/1829.12	c  1829s| 19000 | 11464 | 13590k| 258.0 |   374M |  58 | 540 |5686 |4325 |  15k|  1 |  71k|6875 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1827.60/1832.20	c  1832s| 19100 | 11544 | 13617k| 258.0 |   374M |  58 | 540 |5654 |4334 |  15k|  1 |  72k|6875 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1830.69/1835.31	c  1835s| 19200 | 11619 | 13644k| 258.0 |   374M |  58 | 540 |5653 |4338 |  16k|  1 |  72k|6876 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1833.09/1837.78	c  1838s| 19300 | 11689 | 13667k| 258.0 |   374M |  58 | 540 |5715 |4331 |  16k|  1 |  72k|6877 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1834.98/1839.63	c  1840s| 19400 | 11735 | 13684k| 257.8 |   374M |  58 | 540 |5738 |4333 |  16k|  1 |  72k|6877 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1837.87/1842.52	c  1843s| 19500 | 11791 | 13709k| 257.8 |   374M |  58 | 540 |5704 |4351 |  16k|  1 |  72k|6879 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1841.07/1845.70	c  1846s| 19600 | 11873 | 13740k| 257.9 |   374M |  58 | 540 |5720 |4328 |  16k|  0 |  72k|6879 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1842.86/1847.53	c  1848s| 19700 | 11923 | 13757k| 257.7 |   374M |  58 | 540 |5686 |4353 |  16k|  1 |  72k|6879 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1845.85/1850.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1845.85/1850.53	c  1851s| 19800 | 12001 | 13785k| 257.8 |   374M |  58 | 540 |5664 |4331 |  16k|  1 |  72k|6879 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1848.65/1853.34	c  1853s| 19900 | 12075 | 13811k| 257.8 |   374M |  58 | 540 |5759 |4336 |  16k|  3 |  72k|6882 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1850.84/1855.59	c  1856s| 20000 | 12137 | 13833k| 257.7 |   374M |  58 | 540 |5858 |4330 |  16k|  2 |  72k|6882 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1853.53/1858.20	c  1858s| 20100 | 12189 | 13853k| 257.6 |   374M |  58 | 540 |5836 |4331 |  16k|  1 |  72k|6895 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1856.93/1861.65	c  1862s| 20200 | 12261 | 13880k| 257.6 |   374M |  58 | 540 |5853 |4338 |  16k|  1 |  73k|6905 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1860.82/1865.50	c  1866s| 20300 | 12345 | 13913k| 257.8 |   374M |  58 | 540 |5794 |4330 |  16k|  1 |  73k|6920 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1863.11/1867.84	c  1868s| 20400 | 12409 | 13934k| 257.7 |   374M |  58 | 540 |5768 |4333 |  16k|  1 |  73k|6930 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1865.11/1869.85	c  1870s| 20500 | 12443 | 13948k| 257.5 |   374M |  58 | 540 |5779 |4339 |  16k|  1 |  73k|6941 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1867.60/1872.32	c  1872s| 20600 | 12501 | 13969k| 257.4 |   374M |  58 | 540 |5722 |4323 |  16k|  1 |  73k|6950 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1872.09/1876.87	c  1877s| 20700 | 12585 | 14005k| 257.6 |   375M |  58 | 540 |5672 |4329 |  17k|  1 |  73k|6952 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1875.88/1880.64	c  1881s| 20800 | 12677 | 14039k| 257.7 |   375M |  58 | 540 |5699 |4334 |  17k|  1 |  73k|6961 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1880.87/1885.67	c  1886s| 20900 | 12771 | 14077k| 257.9 |   375M |  58 | 540 |5676 |4329 |  17k|  1 |  73k|6980 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1884.96/1889.79	c  1890s| 21000 | 12861 | 14110k| 258.1 |   375M |  58 | 540 |5751 |4335 |  17k|  2 |  73k|6985 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1887.75/1892.57	c  1893s| 21100 | 12911 | 14130k| 258.0 |   375M |  58 | 540 |5732 |4346 |  17k|  1 |  73k|6989 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1888.85/1893.65	c  1894s| 21200 | 12918 | 14140k| 257.7 |   375M |  58 | 540 |5799 |4346 |  17k|  0 |  73k|6996 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1890.94/1895.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1890.94/1895.73	c  1896s| 21300 | 12933 | 14156k| 257.5 |   375M |  58 | 540 |5824 |   0 |  17k|  0 |  73k|7011 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1893.04/1897.84	c  1898s| 21400 | 12981 | 14174k| 257.4 |   375M |  58 | 540 |5785 |4330 |  17k|  1 |  73k|7014 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1896.13/1900.93	c  1901s| 21500 | 13061 | 14200k| 257.4 |   375M |  58 | 540 |5738 |4330 |  17k|  1 |  73k|7022 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1900.12/1904.91	c  1905s| 21600 | 13149 | 14233k| 257.5 |   375M |  58 | 540 |5753 |4335 |  17k|  2 |  74k|7037 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1903.01/1907.88	c  1908s| 21700 | 13231 | 14262k| 257.5 |   375M |  58 | 540 |5816 |4339 |  17k|  0 |  74k|7037 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1908.00/1912.83	c  1913s| 21800 | 13305 | 14295k| 257.7 |   375M |  58 | 540 |5945 |4363 |  17k|  0 |  74k|7040 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1912.00/1916.80	c  1917s| 21900 | 13377 | 14326k| 257.8 |   379M |  58 | 540 |5940 |4337 |  18k|  1 |  74k|7040 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1916.29/1921.11	c  1921s| 22000 | 13429 | 14355k| 257.8 |   379M |  58 | 540 |5924 |4358 |  18k|  1 |  74k|7040 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1919.98/1924.88	c  1925s| 22100 | 13503 | 14387k| 257.9 |   379M |  58 | 540 |5915 |4334 |  18k|  1 |  74k|7045 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1923.57/1928.49	c  1928s| 22200 | 13565 | 14416k| 258.0 |   379M |  58 | 540 |5981 |4344 |  18k|  0 |  74k|7047 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1926.56/1931.41	c  1931s| 22300 | 13629 | 14441k| 258.0 |   380M |  58 | 540 |6112 |4339 |  18k|  2 |  75k|7047 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1929.05/1933.94	c  1934s| 22400 | 13663 | 14461k| 257.9 |   380M |  58 | 540 |6156 |4360 |  19k|  0 |  75k|7050 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1933.84/1938.75	c  1939s| 22500 | 13743 | 14497k| 258.1 |   381M |  58 | 540 |6133 |4341 |  19k|  1 |  75k|7055 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1936.73/1941.63	c  1942s| 22600 | 13781 | 14520k| 258.0 |   381M |  58 | 540 |6137 |4337 |  19k|  1 |  75k|7056 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1939.72/1944.66	c  1945s| 22700 | 13826 | 14541k| 257.9 |   381M |  58 | 540 |6165 |4329 |  19k|  1 |  75k|7057 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1942.42/1947.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1942.42/1947.35	c  1947s| 22800 | 13892 | 14567k| 257.9 |   381M |  58 | 540 |6127 |4333 |  19k|  1 |  75k|7057 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1944.41/1949.37	c  1949s| 22900 | 13926 | 14582k| 257.7 |   381M |  58 | 540 |6082 |4350 |  19k|  1 |  75k|7058 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1948.21/1953.17	c  1953s| 23000 | 14000 | 14617k| 257.9 |   385M |  58 | 540 |5977 |4325 |  20k|  1 |  75k|7058 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1952.20/1957.18	c  1957s| 23100 | 14092 | 14654k| 258.1 |   385M |  58 | 540 |5944 |4330 |  20k|  1 |  75k|7062 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1955.19/1960.12	c  1960s| 23200 | 14180 | 14682k| 258.1 |   385M |  58 | 540 |5967 |4336 |  20k|  1 |  75k|7062 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1957.98/1962.90	c  1963s| 23300 | 14244 | 14708k| 258.1 |   385M |  58 | 540 |5926 |4328 |  20k|  0 |  75k|7069 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1959.78/1964.71	c  1965s| 23400 | 14292 | 14724k| 258.0 |   385M |  58 | 540 |5949 |4330 |  20k|  1 |  76k|7070 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1963.37/1968.33	c  1968s| 23500 | 14372 | 14756k| 258.1 |   386M |  58 | 540 |5928 |4358 |  20k|  2 |  76k|7070 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1966.86/1971.85	c  1972s| 23600 | 14438 | 14784k| 258.1 |   386M |  58 | 540 |5887 |4346 |  20k|  2 |  76k|7071 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1970.65/1975.60	c  1976s| 23700 | 14516 | 14818k| 258.3 |   386M |  58 | 540 |5867 |4334 |  20k|  1 |  76k|7071 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1973.05/1978.09	c  1978s| 23800 | 14574 | 14839k| 258.2 |   386M |  58 | 540 |5877 |4323 |  20k|  1 |  76k|7072 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1973.74/1978.70	c  1979s| 23900 | 14580 | 14845k| 257.8 |   386M |  58 | 540 |5948 |4323 |  20k|  0 |  76k|7076 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1975.44/1980.45	c  1980s| 24000 | 14610 | 14858k| 257.6 |   386M |  58 | 540 |5960 |4335 |  20k|  2 |  76k|7082 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1978.83/1983.85	c  1984s| 24100 | 14658 | 14882k| 257.6 |   386M |  58 | 540 |5948 |4355 |  20k|  1 |  76k|7082 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1981.92/1986.95	c  1987s| 24200 | 14718 | 14906k| 257.5 |   389M |  58 | 540 |5984 |4332 |  20k|  1 |  76k|7084 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1984.81/1989.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1984.81/1989.83	c  1990s| 24300 | 14778 | 14929k| 257.5 |   389M |  58 | 540 |5959 |4338 |  21k|  1 |  76k|7084 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1988.20/1993.26	c  1993s| 24400 | 14838 | 14955k| 257.5 |   389M |  58 | 540 |5926 |4332 |  21k|  1 |  77k|7084 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1991.89/1996.94	c  1997s| 24500 | 14910 | 14985k| 257.6 |   389M |  58 | 540 |5873 |4325 |  21k|  0 |  77k|7085 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1995.18/2000.22	c  2000s| 24600 | 14964 | 15009k| 257.6 |   390M |  58 | 540 |5854 |4353 |  21k|  1 |  77k|7086 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
1997.48/2002.56	c  2003s| 24700 | 15006 | 15027k| 257.4 |   392M |  58 | 540 |5822 |4353 |  21k|  1 |  77k|7087 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2000.57/2005.65	c  2006s| 24800 | 15068 | 15049k| 257.4 |   392M |  58 | 540 |5837 |4341 |  21k|  0 |  77k|7087 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2001.37/2006.40	c  2006s| 24900 | 15075 | 15056k| 257.0 |   392M |  58 | 540 |5821 |4348 |  21k|  0 |  77k|7088 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2002.67/2007.70	c  2008s| 25000 | 15097 | 15065k| 256.7 |   392M |  58 | 540 |5825 |4348 |  21k|  1 |  77k|7092 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2003.86/2008.97	c  2009s| 25100 | 15113 | 15076k| 256.5 |   392M |  58 | 540 |5833 |   0 |  21k|  0 |  77k|7092 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2006.46/2011.52	c  2012s| 25200 | 15159 | 15095k| 256.4 |   392M |  58 | 540 |5969 |4347 |  21k|  2 |  77k|7093 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2008.75/2013.88	c  2014s| 25300 | 15201 | 15113k| 256.3 |   392M |  58 | 540 |6006 |4363 |  21k|  1 |  77k|7095 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2009.55/2014.68	c  2015s| 25400 | 15211 | 15119k| 255.9 |   392M |  58 | 540 |5983 |4322 |  21k|  1 |  77k|7095 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2011.64/2016.72	c  2017s| 25500 | 15239 | 15135k| 255.8 |   393M |  58 | 540 |5965 |4329 |  22k|  0 |  77k|7095 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2012.54/2017.66	c  2018s| 25600 | 15250 | 15143k| 255.5 |   393M |  58 | 540 |5980 |4329 |  22k|  2 |  77k|7096 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2014.53/2019.68	c  2020s| 25700 | 15286 | 15158k| 255.3 |   393M |  58 | 540 |5991 |4334 |  22k|  1 |  78k|7108 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2016.13/2021.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2016.13/2021.20	c  2021s| 25800 | 15320 | 15171k| 255.1 |   393M |  58 | 540 |5998 |4338 |  22k|  4 |  78k|7117 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2018.03/2023.15	c  2023s| 25900 | 15368 | 15188k| 254.9 |   393M |  58 | 540 |6043 |4338 |  22k|  1 |  78k|7131 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2019.32/2024.47	c  2024s| 26000 | 15408 | 15199k| 254.7 |   393M |  58 | 540 |6076 |4333 |  22k|  2 |  78k|7139 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2022.42/2027.57	c  2028s| 26100 | 15468 | 15227k| 254.7 |   393M |  58 | 540 |5986 |4341 |  22k|  1 |  78k|7155 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2024.71/2029.83	c  2030s| 26200 | 15509 | 15245k| 254.6 |   393M |  58 | 540 |5962 |4329 |  22k|  0 |  78k|7168 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2025.61/2030.76	c  2031s| 26300 | 15519 | 15253k| 254.3 |   393M |  58 | 540 |5945 |4330 |  22k|  1 |  78k|7170 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2026.70/2031.85	c  2032s| 26400 | 15533 | 15263k| 254.1 |   393M |  58 | 540 |5945 |4335 |  22k|  1 |  78k|7171 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2029.20/2034.37	c  2034s| 26500 | 15579 | 15283k| 254.0 |   393M |  58 | 540 |5937 |4337 |  22k|  0 |  78k|7183 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2031.49/2036.66	c  2037s| 26600 | 15621 | 15301k| 253.8 |   394M |  58 | 540 |5950 |4339 |  22k|  1 |  78k|7188 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2033.09/2038.26	c  2038s| 26700 | 15641 | 15312k| 253.6 |   394M |  58 | 540 |5953 |4360 |  22k|  1 |  78k|7190 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2035.48/2040.64	c  2041s| 26800 | 15683 | 15329k| 253.5 |   394M |  58 | 540 |6014 |4348 |  22k|  2 |  78k|7214 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2039.37/2044.57	c  2045s| 26900 | 15751 | 15360k| 253.6 |   394M |  58 | 540 |5986 |4331 |  22k|  0 |  78k|7221 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2041.97/2047.13	c  2047s| 27000 | 15809 | 15381k| 253.5 |   394M |  58 | 540 |5942 |4324 |  22k|  1 |  78k|7224 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2044.06/2049.20	c  2049s| 27100 | 15865 | 15399k| 253.4 |   394M |  58 | 540 |5868 |4327 |  22k|  1 |  78k|7229 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2047.55/2052.74	c  2053s| 27200 | 15937 | 15427k| 253.4 |   394M |  58 | 540 |5756 |4326 |  23k|  1 |  79k|7230 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2050.35/2055.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2050.35/2055.52	c  2056s| 27300 | 16019 | 15452k| 253.4 |   394M |  58 | 540 |5758 |4333 |  23k|  1 |  79k|7233 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2053.24/2058.44	c  2058s| 27400 | 16099 | 15477k| 253.4 |   394M |  58 | 540 |5745 |4334 |  23k|  1 |  79k|7239 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2056.03/2061.27	c  2061s| 27500 | 16179 | 15504k| 253.4 |   396M |  58 | 540 |5756 |4337 |  23k|  0 |  79k|7240 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2058.52/2063.77	c  2064s| 27600 | 16241 | 15528k| 253.4 |   396M |  58 | 540 |5753 |4333 |  23k|  1 |  79k|7242 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2060.62/2065.86	c  2066s| 27700 | 16302 | 15548k| 253.3 |   396M |  58 | 540 |5770 |4331 |  23k|  0 |  79k|7243 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2062.51/2067.71	c  2068s| 27800 | 16355 | 15566k| 253.2 |   396M |  58 | 540 |5816 |4333 |  23k|  1 |  79k|7243 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2065.11/2070.33	c  2070s| 27900 | 16417 | 15587k| 253.1 |   396M |  58 | 540 |5752 |4329 |  23k|  1 |  79k|7243 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2066.91/2072.12	c  2072s| 28000 | 16459 | 15603k| 253.0 |   396M |  58 | 540 |5783 |4337 |  23k|  1 |  79k|7247 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2068.00/2073.27	c  2073s| 28100 | 16467 | 15613k| 252.7 |   396M |  58 | 540 |5799 |4336 |  23k|  0 |  79k|7247 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2070.09/2075.31	c  2075s| 28200 | 16507 | 15632k| 252.6 |   396M |  58 | 540 |5773 |4337 |  23k|  2 |  79k|7250 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2071.29/2076.51	c  2077s| 28300 | 16525 | 15643k| 252.4 |   396M |  58 | 540 |5757 |4336 |  23k|  0 |  79k|7253 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2072.49/2077.74	c  2078s| 28400 | 16553 | 15655k| 252.2 |   396M |  58 | 540 |5717 |4337 |  23k|  2 |  79k|7257 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2074.08/2079.37	c  2079s| 28500 | 16598 | 15670k| 252.0 |   396M |  58 | 540 |5761 |4333 |  23k|  2 |  79k|7257 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2077.08/2082.35	c  2082s| 28600 | 16686 | 15697k| 252.1 |   396M |  58 | 540 |5734 |4334 |  23k|  1 |  80k|7261 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2079.57/2084.83	c  2085s| 28700 | 16728 | 15715k| 251.9 |   397M |  58 | 540 |5726 |4335 |  23k|  0 |  80k|7263 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2081.77/2087.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2081.77/2087.06	c  2087s| 28800 | 16789 | 15734k| 251.8 |   397M |  58 | 540 |5719 |4338 |  23k|  1 |  80k|7267 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2083.46/2088.74	c  2089s| 28900 | 16837 | 15748k| 251.6 |   397M |  58 | 540 |5777 |4338 |  23k|  1 |  80k|7267 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2086.15/2091.45	c  2091s| 29000 | 16880 | 15765k| 251.5 |   397M |  58 | 540 |5767 |4357 |  24k|  1 |  80k|7268 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2087.65/2092.96	c  2093s| 29100 | 16907 | 15777k| 251.3 |   398M |  58 | 540 |5764 |4335 |  24k|  2 |  80k|7268 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2089.45/2094.71	c  2095s| 29200 | 16937 | 15790k| 251.1 |   398M |  58 | 540 |5782 |4334 |  24k|  1 |  80k|7271 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2091.64/2096.99	c  2097s| 29300 | 16977 | 15808k| 251.0 |   398M |  58 | 540 |5810 |4341 |  24k|  0 |  80k|7272 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2096.83/2102.11	c  2102s| 29400 | 17065 | 15844k| 251.2 |   399M |  58 | 540 |5769 |4347 |  24k|  1 |  80k|7280 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2098.73/2104.09	c  2104s| 29500 | 17101 | 15858k| 251.0 |   399M |  58 | 540 |5894 |4338 |  24k|  2 |  80k|7281 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2100.02/2105.36	c  2105s| 29600 | 17132 | 15870k| 250.8 |   399M |  58 | 540 |5960 |4329 |  24k|  0 |  80k|7281 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2101.72/2107.00	c  2107s| 29700 | 17158 | 15882k| 250.6 |   401M |  58 | 540 |5971 |4329 |  24k|  1 |  80k|7283 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2102.11/2107.42	c  2107s| 29800 | 17164 | 15885k| 250.2 |   402M |  58 | 540 |5997 |4330 |  24k|  1 |  80k|7284 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2103.41/2108.79	c  2109s| 29900 | 17178 | 15895k| 250.0 |   402M |  58 | 540 |6018 |4329 |  24k|  0 |  81k|7285 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2104.41/2109.75	c  2110s| 30000 | 17192 | 15903k| 249.7 |   402M |  58 | 540 |6024 |4335 |  24k|  1 |  81k|7291 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2105.60/2110.94	c  2111s| 30100 | 17217 | 15914k| 249.5 |   402M |  58 | 540 |6004 |4335 |  24k|  0 |  81k|7292 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2107.70/2113.09	c  2113s| 30200 | 17253 | 15929k| 249.4 |   402M |  58 | 540 |6032 |4338 |  24k|  1 |  81k|7293 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2111.59/2116.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2111.59/2116.93	c  2117s| 30300 | 17331 | 15961k| 249.5 |   403M |  58 | 540 |5913 |4338 |  25k|  1 |  81k|7295 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2115.18/2120.57	c  2121s| 30400 | 17421 | 15993k| 249.6 |   403M |  58 | 540 |6006 |4342 |  25k|  3 |  81k|7295 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2119.07/2124.47	c  2124s| 30500 | 17503 | 16029k| 249.8 |   403M |  58 | 540 |6042 |4341 |  25k|  1 |  81k|7295 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2121.77/2127.13	c  2127s| 30600 | 17577 | 16052k| 249.7 |   403M |  58 | 540 |6130 |4324 |  25k|  1 |  81k|7296 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2123.26/2128.66	c  2129s| 30700 | 17608 | 16066k| 249.6 |   403M |  58 | 540 |6125 |4342 |  25k|  1 |  82k|7296 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2126.35/2131.73	c  2132s| 30800 | 17674 | 16089k| 249.5 |   403M |  58 | 540 |6089 |4341 |  25k|  2 |  82k|7299 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2127.85/2133.22	c  2133s| 30900 | 17702 | 16100k| 249.3 |   403M |  58 | 540 |6099 |4338 |  25k|  1 |  82k|7303 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2130.64/2136.10	c  2136s| 31000 | 17762 | 16121k| 249.2 |   404M |  58 | 540 |6129 |4331 |  25k|  1 |  82k|7304 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2132.83/2138.21	c  2138s| 31100 | 17810 | 16141k| 249.2 |   404M |  58 | 540 |6073 |4330 |  25k|  1 |  82k|7305 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2135.33/2140.79	c  2141s| 31200 | 17880 | 16164k| 249.1 |   404M |  58 | 540 |6125 |4333 |  25k|  1 |  82k|7305 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2139.52/2144.98	c  2145s| 31300 | 17960 | 16194k| 249.2 |   405M |  58 | 540 |6136 |4331 |  25k|  1 |  82k|7310 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2141.72/2147.17	c  2147s| 31400 | 18014 | 16212k| 249.1 |   405M |  58 | 540 |6127 |4335 |  25k|  1 |  82k|7310 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2144.71/2150.15	c  2150s| 31500 | 18062 | 16233k| 249.1 |   412M |  58 | 540 |6088 |4337 |  25k|  1 |  82k|7312 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2148.39/2153.83	c  2154s| 31600 | 18124 | 16259k| 249.1 |   413M |  59 | 540 |6155 |4356 |  26k|  1 |  82k|7313 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2151.78/2157.26	c  2157s| 31700 | 18174 | 16283k| 249.1 |   413M |  59 | 540 |6124 |4334 |  26k|  1 |  82k|7313 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2154.08/2159.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2154.08/2159.53	c  2160s| 31800 | 18214 | 16303k| 249.0 |   413M |  59 | 540 |6047 |4334 |  26k|  1 |  82k|7313 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2156.27/2161.73	c  2162s| 31900 | 18250 | 16322k| 248.9 |   413M |  59 | 540 |5959 |4331 |  26k|  2 |  82k|7314 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2158.37/2163.89	c  2164s| 32000 | 18290 | 16340k| 248.8 |   413M |  59 | 540 |5863 |4331 |  26k|  1 |  82k|7315 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2161.56/2167.06	c  2167s| 32100 | 18363 | 16368k| 248.8 |   413M |  59 | 540 |5891 |4335 |  26k|  0 |  83k|7315 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2164.66/2170.15	c  2170s| 32200 | 18429 | 16396k| 248.9 |   414M |  59 | 540 |5807 |4337 |  26k|  1 |  83k|7317 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2166.85/2172.33	c  2172s| 32300 | 18467 | 16416k| 248.8 |   414M |  59 | 540 |5787 |4329 |  26k|  2 |  83k|7318 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2169.64/2175.13	c  2175s| 32400 | 18513 | 16440k| 248.8 |   415M |  59 | 540 |5705 |4332 |  26k|  1 |  83k|7318 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2171.93/2177.43	c  2177s| 32500 | 18561 | 16458k| 248.7 |   417M |  59 | 540 |5713 |4335 |  26k|  1 |  83k|7318 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2175.23/2180.77	c  2181s| 32600 | 18611 | 16481k| 248.7 |   418M |  59 | 540 |5759 |4327 |  26k|  1 |  83k|7319 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2177.33/2182.88	c  2183s| 32700 | 18665 | 16498k| 248.6 |   418M |  59 | 540 |5846 |4335 |  26k|  1 |  83k|7324 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2178.83/2184.32	c  2184s| 32800 | 18697 | 16509k| 248.3 |   418M |  59 | 540 |5849 |4328 |  27k|  1 |  83k|7325 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2181.02/2186.51	c  2187s| 32900 | 18737 | 16527k| 248.2 |   418M |  59 | 540 |5811 |4331 |  27k|  0 |  83k|7342 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2182.22/2187.79	c  2188s| 33000 | 18769 | 16539k| 248.0 |   418M |  59 | 540 |5780 |4333 |  27k|  1 |  83k|7345 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2183.81/2189.34	c  2189s| 33100 | 18811 | 16552k| 247.9 |   418M |  59 | 540 |5860 |4334 |  27k|  2 |  83k|7358 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2185.61/2191.18	c  2191s| 33200 | 18852 | 16568k| 247.7 |   418M |  59 | 540 |5851 |4333 |  27k|  0 |  83k|7372 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2187.10/2192.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2187.10/2192.68	c  2193s| 33300 | 18892 | 16583k| 247.6 |   418M |  59 | 540 |5835 |4335 |  27k|  1 |  84k|7375 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2189.30/2194.84	c  2195s| 33400 | 18934 | 16598k| 247.4 |   418M |  59 | 540 |5805 |4331 |  27k|  2 |  84k|7389 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2190.80/2196.35	c  2196s| 33500 | 18968 | 16611k| 247.3 |   418M |  59 | 540 |5783 |4331 |  27k|  1 |  84k|7397 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2193.69/2199.26	c  2199s| 33600 | 19026 | 16635k| 247.2 |   420M |  59 | 540 |5709 |4323 |  27k|  2 |  84k|7412 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2195.78/2201.31	c  2201s| 33700 | 19086 | 16654k| 247.2 |   420M |  59 | 540 |5798 |4324 |  27k|  0 |  84k|7414 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2197.38/2202.92	c  2203s| 33800 | 19133 | 16669k| 247.0 |   420M |  59 | 540 |5792 |4335 |  27k|  0 |  84k|7416 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2199.48/2205.01	c  2205s| 33900 | 19165 | 16684k| 246.9 |   420M |  59 | 540 |5771 |4343 |  27k|  1 |  84k|7424 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2200.77/2206.32	c  2206s| 34000 | 19195 | 16696k| 246.7 |   420M |  59 | 540 |5794 |4339 |  27k|  0 |  84k|7428 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2202.87/2208.44	c  2208s| 34100 | 19223 | 16713k| 246.6 |   420M |  59 | 540 |5788 |4330 |  27k|  2 |  84k|7433 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2205.06/2210.66	c  2211s| 34200 | 19263 | 16731k| 246.5 |   420M |  59 | 540 |5820 |4330 |  27k|  1 |  84k|7434 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2208.35/2213.95	c  2214s| 34300 | 19333 | 16759k| 246.5 |   420M |  59 | 540 |5792 |4329 |  27k|  1 |  84k|7446 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2211.64/2217.24	c  2217s| 34400 | 19401 | 16785k| 246.5 |   420M |  59 | 540 |5860 |4336 |  27k|  3 |  84k|7449 | 4.819988e+01 | 6.600000e+01 |  36.93%| unknown
2214.24/2219.88	c  2220s| 34500 | 19435 | 16804k| 246.5 |   420M |  59 | 540 |5850 |4360 |  27k|  7 |  84k|7450 | 4.820000e+01 | 6.600000e+01 |  36.93%| unknown
2216.33/2221.93	c  2222s| 34600 | 19479 | 16822k| 246.4 |   421M |  59 | 540 |5817 |4334 |  27k|  2 |  84k|7453 | 4.820000e+01 | 6.600000e+01 |  36.93%| unknown
2218.53/2224.19	c  2224s| 34700 | 19519 | 16840k| 246.3 |   421M |  59 | 540 |5811 |4337 |  27k|  1 |  84k|7461 | 4.820000e+01 | 6.600000e+01 |  36.93%| unknown
2221.22/2226.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2221.22/2226.84	c  2227s| 34800 | 19569 | 16858k| 246.2 |   421M |  59 | 540 |5782 |4327 |  27k|  1 |  85k|7468 | 4.820000e+01 | 6.600000e+01 |  36.93%| unknown
2224.52/2230.17	c  2230s| 34900 | 19646 | 16887k| 246.2 |   422M |  59 | 540 |5762 |4338 |  27k|  1 |  85k|7469 | 4.820215e+01 | 6.600000e+01 |  36.92%| unknown
2227.70/2233.35	c  2233s| 35000 | 19716 | 16912k| 246.3 |   422M |  59 | 540 |5735 |4331 |  27k|  0 |  85k|7470 | 4.820699e+01 | 6.600000e+01 |  36.91%| unknown
2229.20/2234.88	c  2235s| 35100 | 19752 | 16927k| 246.1 |   422M |  59 | 540 |5687 |4321 |  27k|  2 |  85k|7471 | 4.821014e+01 | 6.600000e+01 |  36.90%| unknown
2230.60/2236.27	c  2236s| 35200 | 19778 | 16939k| 245.9 |   422M |  59 | 540 |5667 |4333 |  27k|  1 |  85k|7473 | 4.821014e+01 | 6.600000e+01 |  36.90%| unknown
2234.49/2240.16	c  2240s| 35300 | 19860 | 16966k| 246.0 |   422M |  59 | 540 |5764 |4330 |  28k|  1 |  85k|7473 | 4.821014e+01 | 6.600000e+01 |  36.90%| unknown
2237.08/2242.72	c  2243s| 35400 | 19914 | 16986k| 245.9 |   422M |  59 | 540 |5828 |4342 |  28k|  1 |  85k|7475 | 4.821114e+01 | 6.600000e+01 |  36.90%| unknown
2238.28/2243.97	c  2244s| 35500 | 19938 | 16995k| 245.7 |   422M |  59 | 540 |5895 |4346 |  28k|  0 |  85k|7481 | 4.821169e+01 | 6.600000e+01 |  36.90%| unknown
2239.57/2245.22	c  2245s| 35600 | 19962 | 17006k| 245.5 |   423M |  59 | 540 |5876 |4337 |  28k|  2 |  85k|7481 | 4.821318e+01 | 6.600000e+01 |  36.89%| unknown
2243.66/2249.30	c  2249s| 35700 | 20018 | 17035k| 245.5 |   427M |  59 | 540 |5858 |4356 |  28k|  0 |  85k|7482 | 4.821654e+01 | 6.600000e+01 |  36.88%| unknown
2246.06/2251.80	c  2252s| 35800 | 20092 | 17059k| 245.5 |   427M |  59 | 540 |5797 |4335 |  28k|  1 |  85k|7483 | 4.822164e+01 | 6.600000e+01 |  36.87%| unknown
2247.65/2253.31	c  2253s| 35900 | 20118 | 17072k| 245.4 |   427M |  59 | 540 |5772 |4362 |  28k|  1 |  85k|7483 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2249.25/2254.98	c  2255s| 36000 | 20148 | 17085k| 245.2 |   427M |  59 | 540 |5742 |4323 |  28k|  0 |  85k|7487 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2251.74/2257.46	c  2257s| 36100 | 20212 | 17108k| 245.2 |   427M |  59 | 540 |5775 |4338 |  28k|  1 |  86k|7487 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2253.84/2259.52	c  2260s| 36200 | 20246 | 17126k| 245.1 |   427M |  59 | 540 |5731 |4341 |  28k|  1 |  86k|7491 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2257.33/2263.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2257.33/2263.07	c  2263s| 36300 | 20312 | 17153k| 245.1 |   427M |  59 | 540 |5791 |4357 |  28k|  1 |  86k|7492 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2261.12/2266.87	c  2267s| 36400 | 20390 | 17184k| 245.2 |   427M |  59 | 540 |5832 |4352 |  28k|  1 |  86k|7492 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2263.81/2269.53	c  2270s| 36500 | 20422 | 17203k| 245.1 |   429M |  59 | 540 |5887 |4332 |  29k|  1 |  86k|7492 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2265.51/2271.28	c  2271s| 36600 | 20462 | 17217k| 245.0 |   429M |  59 | 540 |5953 |4338 |  29k|  0 |  86k|7493 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2268.50/2274.29	c  2274s| 36700 | 20518 | 17242k| 245.0 |   429M |  59 | 540 |5882 |4329 |  29k|  2 |  86k|7493 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2269.90/2275.60	c  2276s| 36800 | 20542 | 17254k| 244.8 |   429M |  59 | 540 |5866 |4333 |  29k|  1 |  86k|7493 | 4.822222e+01 | 6.600000e+01 |  36.87%| unknown
2271.69/2277.41	c  2277s| 36900 | 20572 | 17270k| 244.7 |   429M |  59 | 540 |5839 |4333 |  29k|  0 |  86k|7493 | 4.822408e+01 | 6.600000e+01 |  36.86%| unknown
2273.59/2279.36	c  2279s| 37000 | 20596 | 17284k| 244.5 |   429M |  59 | 540 |5768 |4334 |  29k|  1 |  86k|7493 | 4.822816e+01 | 6.600000e+01 |  36.85%| unknown
2275.29/2281.03	c  2281s| 37100 | 20634 | 17299k| 244.4 |   429M |  59 | 540 |5785 |4323 |  29k|  1 |  86k|7494 | 4.823176e+01 | 6.600000e+01 |  36.84%| unknown
2277.38/2283.16	c  2283s| 37200 | 20678 | 17317k| 244.3 |   429M |  59 | 540 |5747 |4334 |  29k|  2 |  86k|7494 | 4.823529e+01 | 6.600000e+01 |  36.83%| unknown
2279.07/2284.84	c  2285s| 37300 | 20710 | 17332k| 244.2 |   429M |  59 | 540 |5736 |4337 |  29k|  2 |  87k|7494 | 4.824000e+01 | 6.600000e+01 |  36.82%| unknown
2282.27/2288.05	c  2288s| 37400 | 20774 | 17359k| 244.2 |   430M |  59 | 540 |5710 |4335 |  29k|  1 |  87k|7494 | 4.824097e+01 | 6.600000e+01 |  36.81%| unknown
2283.56/2289.39	c  2289s| 37500 | 20819 | 17371k| 244.0 |   430M |  59 | 540 |5836 |4338 |  29k|  2 |  87k|7494 | 4.824242e+01 | 6.600000e+01 |  36.81%| unknown
2286.36/2292.11	c  2292s| 37600 | 20859 | 17391k| 244.0 |   430M |  59 | 540 |5790 |4346 |  29k|  2 |  87k|7494 | 4.824735e+01 | 6.600000e+01 |  36.80%| unknown
2287.95/2293.76	c  2294s| 37700 | 20897 | 17406k| 243.9 |   430M |  59 | 540 |5726 |4332 |  29k|  0 |  87k|7494 | 4.824804e+01 | 6.600000e+01 |  36.79%| unknown
2290.05/2295.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2290.05/2295.87	c  2296s| 37800 | 20937 | 17423k| 243.7 |   430M |  59 | 540 |5690 |4340 |  29k|  1 |  87k|7496 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2292.54/2298.31	c  2298s| 37900 | 20985 | 17443k| 243.7 |   432M |  59 | 540 |5637 |4336 |  30k|  1 |  87k|7496 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2294.53/2300.37	c  2300s| 38000 | 21025 | 17460k| 243.6 |   432M |  59 | 540 |5595 |4333 |  30k|  0 |  87k|7496 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2296.63/2302.42	c  2302s| 38100 | 21073 | 17480k| 243.5 |   432M |  59 | 540 |5667 |4340 |  30k|  0 |  87k|7498 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2299.42/2305.27	c  2305s| 38200 | 21125 | 17501k| 243.5 |   432M |  59 | 540 |5648 |   0 |  30k|  0 |  87k|7498 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2302.02/2307.80	c  2308s| 38300 | 21172 | 17524k| 243.5 |   432M |  59 | 540 |5636 |4330 |  30k|  1 |  87k|7498 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2303.51/2309.30	c  2309s| 38400 | 21209 | 17539k| 243.3 |   432M |  59 | 540 |5634 |4329 |  30k|  1 |  87k|7498 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2305.41/2311.22	c  2311s| 38500 | 21247 | 17556k| 243.2 |   432M |  59 | 540 |5617 |4333 |  30k|  1 |  87k|7500 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2307.60/2313.47	c  2313s| 38600 | 21301 | 17576k| 243.2 |   432M |  59 | 540 |5617 |4345 |  30k|  1 |  87k|7500 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2309.59/2315.40	c  2315s| 38700 | 21333 | 17592k| 243.0 |   432M |  59 | 540 |5632 |4331 |  30k|  1 |  87k|7500 | 4.825000e+01 | 6.600000e+01 |  36.79%| unknown
2310.59/2316.41	c  2316s| 38800 | 21355 | 17601k| 242.8 |   432M |  61 | 540 |5689 |   0 |  30k|  0 |  88k|7501 | 4.825387e+01 | 6.600000e+01 |  36.78%| unknown
2311.49/2317.39	c  2317s| 38900 | 21384 | 17610k| 242.6 |   432M |  61 | 540 |5733 |4331 |  30k|  0 |  88k|7501 | 4.825387e+01 | 6.600000e+01 |  36.78%| unknown
2312.09/2317.94	c  2318s| 39000 | 21389 | 17615k| 242.4 |   432M |  61 | 540 |5749 |4331 |  30k|  0 |  88k|7502 | 4.825387e+01 | 6.600000e+01 |  36.78%| unknown
2314.08/2319.90	c  2320s| 39100 | 21419 | 17632k| 242.3 |   432M |  61 | 540 |5744 |4332 |  30k|  2 |  88k|7504 | 4.825803e+01 | 6.600000e+01 |  36.76%| unknown
2315.08/2320.96	c  2321s| 39200 | 21431 | 17641k| 242.1 |   432M |  61 | 540 |5761 |   0 |  30k|  0 |  88k|7504 | 4.826037e+01 | 6.600000e+01 |  36.76%| unknown
2316.08/2321.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2316.08/2321.98	c  2322s| 39300 | 21442 | 17649k| 241.8 |   432M |  61 | 540 |5758 |4331 |  30k|  2 |  88k|7510 | 4.826113e+01 | 6.600000e+01 |  36.76%| unknown
2316.98/2322.84	c  2323s| 39400 | 21448 | 17657k| 241.6 |   432M |  61 | 540 |5729 |4332 |  30k|  1 |  88k|7513 | 4.826113e+01 | 6.600000e+01 |  36.76%| unknown
2317.87/2323.79	c  2324s| 39500 | 21464 | 17666k| 241.4 |   432M |  61 | 540 |5708 |4332 |  30k|  1 |  88k|7513 | 4.826573e+01 | 6.600000e+01 |  36.74%| unknown
2319.07/2325.00	c  2325s| 39600 | 21486 | 17677k| 241.2 |   433M |  61 | 540 |5677 |4353 |  30k|  0 |  88k|7516 | 4.826667e+01 | 6.600000e+01 |  36.74%| unknown
2321.06/2326.99	c  2327s| 39700 | 21526 | 17696k| 241.2 |   433M |  61 | 540 |5652 |4325 |  30k|  2 |  88k|7516 | 4.826667e+01 | 6.600000e+01 |  36.74%| unknown
2322.96/2328.83	c  2329s| 39800 | 21572 | 17715k| 241.1 |   433M |  62 | 540 |5603 |4346 |  30k|  1 |  88k|7516 | 4.826667e+01 | 6.600000e+01 |  36.74%| unknown
2325.35/2331.25	c  2331s| 39900 | 21646 | 17739k| 241.1 |   433M |  62 | 540 |5544 |4337 |  30k|  1 |  88k|7516 | 4.826667e+01 | 6.600000e+01 |  36.74%| unknown
2327.45/2333.31	c  2333s| 40000 | 21682 | 17754k| 241.0 |   433M |  62 | 540 |5587 |4331 |  30k|  1 |  88k|7516 | 4.826667e+01 | 6.600000e+01 |  36.74%| unknown
2330.15/2336.02	c  2336s| 40100 | 21758 | 17779k| 241.0 |   433M |  62 | 540 |5621 |4331 |  30k|  0 |  88k|7519 | 4.826667e+01 | 6.600000e+01 |  36.74%| unknown
2332.84/2338.74	c  2339s| 40200 | 21810 | 17800k| 240.9 |   433M |  62 | 540 |5573 |4359 |  31k|  2 |  88k|7529 | 4.826705e+01 | 6.600000e+01 |  36.74%| unknown
2334.53/2340.44	c  2340s| 40300 | 21850 | 17815k| 240.8 |   433M |  62 | 540 |5551 |4329 |  31k|  1 |  88k|7535 | 4.826705e+01 | 6.600000e+01 |  36.74%| unknown
2336.72/2342.65	c  2343s| 40400 | 21882 | 17833k| 240.7 |   433M |  62 | 540 |5506 |4345 |  31k|  1 |  88k|7541 | 4.827123e+01 | 6.600000e+01 |  36.73%| unknown
2338.42/2344.38	c  2344s| 40500 | 21910 | 17845k| 240.6 |   434M |  62 | 540 |5588 |4324 |  31k|  0 |  88k|7554 | 4.827123e+01 | 6.600000e+01 |  36.73%| unknown
2339.52/2345.46	c  2345s| 40600 | 21922 | 17854k| 240.4 |   434M |  62 | 540 |5581 |4328 |  31k|  0 |  88k|7559 | 4.827178e+01 | 6.600000e+01 |  36.73%| unknown
2341.01/2346.92	c  2347s| 40700 | 21946 | 17865k| 240.2 |   434M |  62 | 540 |5564 |4324 |  31k|  0 |  88k|7567 | 4.827312e+01 | 6.600000e+01 |  36.72%| unknown
2341.81/2347.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2341.81/2347.75	c  2348s| 40800 | 21954 | 17871k| 239.9 |   434M |  62 | 540 |5632 |4327 |  31k|  0 |  88k|7574 | 4.827530e+01 | 6.600000e+01 |  36.72%| unknown
2342.71/2348.65	c  2349s| 40900 | 21960 | 17877k| 239.7 |   434M |  62 | 540 |5644 |4325 |  31k|  0 |  88k|7585 | 4.827642e+01 | 6.600000e+01 |  36.71%| unknown
2345.50/2351.41	c  2351s| 41000 | 21999 | 17896k| 239.6 |   434M |  62 | 540 |5634 |4362 |  31k|  1 |  88k|7597 | 4.827660e+01 | 6.600000e+01 |  36.71%| unknown
2347.59/2353.50	c  2353s| 41100 | 22035 | 17914k| 239.6 |   434M |  62 | 540 |5630 |   0 |  31k|  0 |  89k|7602 | 4.827778e+01 | 6.600000e+01 |  36.71%| unknown
2351.09/2357.05	c  2357s| 41200 | 22099 | 17941k| 239.6 |   434M |  63 | 540 |5615 |4360 |  31k|  6 |  89k|7613 | 4.828000e+01 | 6.600000e+01 |  36.70%| unknown
2353.09/2359.06	c  2359s| 41300 | 22141 | 17958k| 239.5 |   434M |  63 | 540 |5603 |4335 |  31k|  3 |  89k|7619 | 4.828000e+01 | 6.600000e+01 |  36.70%| unknown
2355.77/2361.79	c  2362s| 41400 | 22195 | 17980k| 239.5 |   434M |  63 | 540 |5634 |4347 |  31k|  1 |  89k|7622 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2358.07/2364.02	c  2364s| 41500 | 22245 | 17998k| 239.4 |   434M |  63 | 540 |5652 |4335 |  31k|  1 |  89k|7623 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2359.27/2365.20	c  2365s| 41600 | 22269 | 18008k| 239.2 |   434M |  63 | 540 |5633 |4341 |  31k|  2 |  89k|7624 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2361.36/2367.32	c  2367s| 41700 | 22315 | 18029k| 239.2 |   435M |  63 | 540 |5593 |4332 |  31k|  0 |  89k|7626 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2363.06/2369.08	c  2369s| 41800 | 22364 | 18046k| 239.1 |   435M |  63 | 540 |5618 |4324 |  31k|  0 |  89k|7631 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2365.55/2371.58	c  2372s| 41900 | 22426 | 18069k| 239.1 |   435M |  63 | 540 |5573 |4325 |  31k|  2 |  89k|7639 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2366.75/2372.71	c  2373s| 42000 | 22448 | 18079k| 238.9 |   435M |  63 | 540 |5601 |4323 |  31k|  0 |  89k|7647 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2367.55/2373.53	c  2374s| 42100 | 22464 | 18087k| 238.7 |   435M |  63 | 540 |5597 |4323 |  31k|  0 |  89k|7655 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2369.24/2375.22	c  2375s| 42200 | 22494 | 18102k| 238.6 |   436M |  63 | 540 |5574 |4335 |  32k|  2 |  89k|7656 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2371.74/2377.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2371.74/2377.76	c  2378s| 42300 | 22535 | 18121k| 238.5 |   437M |  63 | 540 |5565 |4327 |  32k|  2 |  89k|7664 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2373.33/2379.33	c  2379s| 42400 | 22569 | 18136k| 238.4 |   437M |  63 | 540 |5558 |   0 |  32k|  0 |  89k|7665 | 4.828571e+01 | 6.600000e+01 |  36.69%| unknown
2374.73/2380.75	c  2381s| 42500 | 22600 | 18150k| 238.2 |   437M |  63 | 540 |5572 |4346 |  32k|  2 |  89k|7665 | 4.828632e+01 | 6.600000e+01 |  36.68%| unknown
2375.93/2381.93	c  2382s| 42600 | 22622 | 18161k| 238.1 |   437M |  64 | 540 |5581 |   0 |  32k|  0 |  89k|7667 | 4.828648e+01 | 6.600000e+01 |  36.68%| unknown
2377.22/2383.21	c  2383s| 42700 | 22647 | 18172k| 237.9 |   437M |  64 | 540 |5687 |4344 |  32k|  0 |  89k|7669 | 4.828889e+01 | 6.600000e+01 |  36.68%| unknown
2378.03/2384.05	c  2384s| 42800 | 22661 | 18180k| 237.7 |   437M |  65 | 540 |5762 |4346 |  32k|  1 |  89k|7672 | 4.829268e+01 | 6.600000e+01 |  36.67%| unknown
2379.62/2385.64	c  2386s| 42900 | 22690 | 18194k| 237.6 |   437M |  65 | 540 |5755 |4325 |  32k|  1 |  89k|7674 | 4.829341e+01 | 6.600000e+01 |  36.66%| unknown
2382.02/2388.07	c  2388s| 43000 | 22755 | 18216k| 237.6 |   437M |  65 | 540 |5688 |4324 |  32k|  1 |  90k|7676 | 4.829474e+01 | 6.600000e+01 |  36.66%| unknown
2383.51/2389.50	c  2389s| 43100 | 22801 | 18229k| 237.4 |   437M |  65 | 540 |5646 |4326 |  32k|  0 |  90k|7677 | 4.829508e+01 | 6.600000e+01 |  36.66%| unknown
2385.31/2391.36	c  2391s| 43200 | 22847 | 18247k| 237.3 |   438M |  65 | 540 |5622 |4334 |  32k|  2 |  90k|7681 | 4.829577e+01 | 6.600000e+01 |  36.66%| unknown
2386.60/2392.63	c  2393s| 43300 | 22877 | 18258k| 237.2 |   439M |  66 | 540 |5634 |4346 |  32k|  1 |  90k|7687 | 4.829884e+01 | 6.600000e+01 |  36.65%| unknown
2388.30/2394.34	c  2394s| 43400 | 22919 | 18273k| 237.1 |   440M |  66 | 540 |5621 |4344 |  32k|  1 |  90k|7689 | 4.829893e+01 | 6.600000e+01 |  36.65%| unknown
2391.10/2397.11	c  2397s| 43500 | 22970 | 18296k| 237.1 |   440M |  66 | 540 |5620 |   0 |  32k|  0 |  90k|7689 | 4.829963e+01 | 6.600000e+01 |  36.65%| unknown
2392.10/2398.17	c  2398s| 43600 | 22988 | 18306k| 236.9 |   440M |  66 | 540 |5630 |4327 |  32k|  0 |  90k|7689 | 4.830000e+01 | 6.600000e+01 |  36.65%| unknown
2392.79/2398.88	c  2399s| 43700 | 22994 | 18313k| 236.7 |   440M |  66 | 540 |5628 |4329 |  32k|  0 |  90k|7689 | 4.830000e+01 | 6.600000e+01 |  36.65%| unknown
2393.99/2400.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2393.99/2400.04	c  2400s| 43800 | 23016 | 18324k| 236.5 |   440M |  66 | 540 |5613 |4335 |  32k|  0 |  90k|7691 | 4.830000e+01 | 6.600000e+01 |  36.65%| unknown
2396.58/2402.65	c  2403s| 43900 | 23064 | 18345k| 236.5 |   440M |  66 | 540 |5585 |4344 |  32k|  1 |  90k|7697 | 4.830000e+01 | 6.600000e+01 |  36.65%| unknown
2398.28/2404.30	c  2404s| 44000 | 23098 | 18360k| 236.4 |   441M |  66 | 540 |5563 |4334 |  32k|  1 |  90k|7697 | 4.830000e+01 | 6.600000e+01 |  36.65%| unknown
2399.67/2405.70	c  2406s| 44100 | 23122 | 18375k| 236.2 |   441M |  66 | 540 |5532 |4334 |  32k|  1 |  90k|7697 | 4.830055e+01 | 6.600000e+01 |  36.64%| unknown
2401.17/2407.26	c  2407s| 44200 | 23150 | 18390k| 236.1 |   442M |  66 | 540 |5551 |4333 |  32k|  1 |  90k|7697 | 4.830055e+01 | 6.600000e+01 |  36.64%| unknown
2403.27/2409.30	c  2409s| 44300 | 23190 | 18404k| 236.0 |   442M |  66 | 540 |5658 |4334 |  32k|  2 |  90k|7700 | 4.830222e+01 | 6.600000e+01 |  36.64%| unknown
2404.46/2410.54	c  2411s| 44400 | 23208 | 18415k| 235.8 |   442M |  66 | 540 |5679 |4352 |  32k|  1 |  90k|7702 | 4.830586e+01 | 6.600000e+01 |  36.63%| unknown
2406.86/2412.97	c  2413s| 44500 | 23252 | 18434k| 235.8 |   443M |  66 | 540 |5627 |4333 |  32k|  0 |  90k|7702 | 4.830769e+01 | 6.600000e+01 |  36.62%| unknown
2409.55/2415.60	c  2416s| 44600 | 23278 | 18451k| 235.7 |   443M |  66 | 540 |5643 |4335 |  33k|  2 |  90k|7703 | 4.830769e+01 | 6.600000e+01 |  36.62%| unknown
2411.35/2417.40	c  2417s| 44700 | 23318 | 18467k| 235.6 |   443M |  66 | 540 |5610 |4335 |  33k|  2 |  90k|7706 | 4.830769e+01 | 6.600000e+01 |  36.62%| unknown
2414.05/2420.16	c  2420s| 44800 | 23339 | 18482k| 235.5 |   444M |  66 | 540 |5644 |4359 |  33k|  1 |  90k|7706 | 4.830769e+01 | 6.600000e+01 |  36.62%| unknown
2416.14/2422.22	c  2422s| 44900 | 23395 | 18502k| 235.4 |   445M |  66 | 540 |5608 |4322 |  33k|  3 |  90k|7707 | 4.830769e+01 | 6.600000e+01 |  36.62%| unknown
2417.73/2423.81	c  2424s| 45000 | 23437 | 18516k| 235.3 |   446M |  66 | 540 |5597 |4325 |  33k|  0 |  90k|7707 | 4.830946e+01 | 6.600000e+01 |  36.62%| unknown
2418.73/2424.85	c  2425s| 45100 | 23459 | 18526k| 235.2 |   446M |  66 | 540 |5621 |4325 |  33k|  0 |  90k|7710 | 4.831242e+01 | 6.600000e+01 |  36.61%| unknown
2419.93/2426.08	c  2426s| 45200 | 23496 | 18538k| 235.0 |   446M |  66 | 540 |5664 |4321 |  33k|  1 |  90k|7710 | 4.831242e+01 | 6.600000e+01 |  36.61%| unknown
2420.73/2426.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2420.73/2426.90	c  2427s| 45300 | 23510 | 18546k| 234.8 |   446M |  66 | 540 |5672 |4324 |  33k|  1 |  90k|7710 | 4.831250e+01 | 6.600000e+01 |  36.61%| unknown
2421.52/2427.65	c  2428s| 45400 | 23525 | 18553k| 234.6 |   446M |  66 | 540 |5696 |4325 |  33k|  2 |  91k|7712 | 4.831250e+01 | 6.600000e+01 |  36.61%| unknown
2422.62/2428.72	c  2429s| 45500 | 23555 | 18563k| 234.4 |   446M |  66 | 540 |5748 |4325 |  33k|  0 |  91k|7713 | 4.831250e+01 | 6.600000e+01 |  36.61%| unknown
2423.52/2429.60	c  2430s| 45600 | 23579 | 18572k| 234.2 |   446M |  66 | 540 |5736 |4323 |  33k|  1 |  91k|7716 | 4.831250e+01 | 6.600000e+01 |  36.61%| unknown
2424.32/2430.46	c  2430s| 45700 | 23613 | 18581k| 234.1 |   446M |  66 | 540 |5725 |4323 |  33k|  1 |  91k|7716 | 4.831250e+01 | 6.600000e+01 |  36.61%| unknown
2425.42/2431.53	c  2432s| 45800 | 23641 | 18591k| 233.9 |   447M |  66 | 540 |5721 |4323 |  33k|  1 |  91k|7716 | 4.831250e+01 | 6.600000e+01 |  36.61%| unknown
2426.11/2432.28	c  2432s| 45900 | 23659 | 18599k| 233.7 |   447M |  66 | 540 |5717 |4325 |  33k|  1 |  91k|7716 | 4.831475e+01 | 6.600000e+01 |  36.60%| unknown
2427.11/2433.20	c  2433s| 46000 | 23679 | 18608k| 233.5 |   447M |  66 | 540 |5709 |4323 |  33k|  1 |  91k|7718 | 4.831522e+01 | 6.600000e+01 |  36.60%| unknown
2428.02/2434.17	c  2434s| 46100 | 23700 | 18617k| 233.3 |   447M |  66 | 540 |5805 |4324 |  33k|  1 |  91k|7718 | 4.831795e+01 | 6.600000e+01 |  36.60%| unknown
2428.91/2435.09	c  2435s| 46200 | 23726 | 18627k| 233.2 |   447M |  66 | 540 |5797 |4324 |  33k|  3 |  91k|7718 | 4.831795e+01 | 6.600000e+01 |  36.60%| unknown
2429.81/2435.90	c  2436s| 46300 | 23744 | 18635k| 233.0 |   447M |  66 | 540 |5785 |4324 |  33k|  1 |  91k|7719 | 4.831795e+01 | 6.600000e+01 |  36.60%| unknown
2430.40/2436.56	c  2437s| 46400 | 23752 | 18641k| 232.8 |   447M |  66 | 540 |5787 |4325 |  33k|  1 |  91k|7721 | 4.831933e+01 | 6.600000e+01 |  36.59%| unknown
2432.01/2438.12	c  2438s| 46500 | 23787 | 18656k| 232.7 |   447M |  66 | 540 |5738 |4352 |  33k|  8 |  91k|7721 | 4.832202e+01 | 6.600000e+01 |  36.58%| unknown
2434.40/2440.51	c  2441s| 46600 | 23815 | 18673k| 232.6 |   447M |  66 | 540 |5714 |4343 |  33k|  2 |  91k|7721 | 4.832258e+01 | 6.600000e+01 |  36.58%| unknown
2435.90/2442.02	c  2442s| 46700 | 23863 | 18689k| 232.5 |   447M |  66 | 540 |5687 |4332 |  33k|  0 |  91k|7721 | 4.832375e+01 | 6.600000e+01 |  36.58%| unknown
2437.19/2443.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2437.19/2443.39	c  2443s| 46800 | 23889 | 18702k| 232.4 |   448M |  66 | 540 |5677 |4331 |  33k|  0 |  91k|7723 | 4.832886e+01 | 6.600000e+01 |  36.56%| unknown
2440.08/2446.21	c  2446s| 46900 | 23933 | 18722k| 232.3 |   450M |  66 | 540 |5652 |4361 |  33k|  0 |  91k|7723 | 4.832886e+01 | 6.600000e+01 |  36.56%| unknown
2443.49/2449.64	c  2450s| 47000 | 23969 | 18742k| 232.3 |   455M |  66 | 540 |5650 |4342 |  34k|  0 |  91k|7723 | 4.832886e+01 | 6.600000e+01 |  36.56%| unknown
2445.28/2451.49	c  2451s| 47100 | 23999 | 18755k| 232.2 |   458M |  66 | 540 |5641 |4353 |  34k|  1 |  91k|7724 | 4.832886e+01 | 6.600000e+01 |  36.56%| unknown
2446.88/2453.08	c  2453s| 47200 | 24040 | 18770k| 232.1 |   458M |  66 | 540 |5642 |   0 |  34k|  0 |  91k|7727 | 4.832886e+01 | 6.600000e+01 |  36.56%| unknown
2448.57/2454.70	c  2455s| 47300 | 24079 | 18786k| 232.0 |   458M |  66 | 540 |5637 |4345 |  34k|  1 |  91k|7727 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2449.67/2455.85	c  2456s| 47400 | 24097 | 18796k| 231.8 |   458M |  66 | 540 |5636 |4334 |  34k|  0 |  91k|7727 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2450.87/2457.08	c  2457s| 47500 | 24113 | 18806k| 231.7 |   458M |  66 | 540 |5691 |4334 |  34k|  1 |  91k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2452.67/2458.87	c  2459s| 47600 | 24141 | 18821k| 231.6 |   458M |  66 | 540 |5734 |4331 |  34k|  2 |  91k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2454.46/2460.67	c  2461s| 47700 | 24191 | 18839k| 231.5 |   458M |  66 | 540 |5706 |4338 |  34k|  1 |  91k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2456.56/2462.74	c  2463s| 47800 | 24231 | 18859k| 231.5 |   458M |  66 | 540 |5640 |4359 |  34k|  1 |  91k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2458.65/2464.80	c  2465s| 47900 | 24267 | 18879k| 231.4 |   459M |  66 | 540 |5607 |4326 |  34k|  0 |  91k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2460.75/2466.90	c  2467s| 48000 | 24301 | 18895k| 231.3 |   459M |  66 | 540 |5624 |4365 |  34k|  0 |  91k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2462.84/2469.01	c  2469s| 48100 | 24331 | 18911k| 231.2 |   459M |  66 | 540 |5598 |4334 |  34k|  1 |  92k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2464.94/2471.17	c  2471s| 48200 | 24377 | 18928k| 231.2 |   459M |  66 | 540 |5683 |   0 |  34k|  0 |  92k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2466.83/2473.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2466.83/2473.03	c  2473s| 48300 | 24418 | 18945k| 231.1 |   460M |  66 | 540 |5656 |4332 |  34k|  0 |  92k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2468.52/2474.76	c  2475s| 48400 | 24477 | 18961k| 231.0 |   462M |  66 | 540 |5661 |4327 |  34k|  0 |  92k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2470.52/2476.74	c  2477s| 48500 | 24535 | 18980k| 231.0 |   462M |  66 | 540 |5694 |4345 |  34k|  1 |  92k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2471.82/2478.07	c  2478s| 48600 | 24561 | 18992k| 230.8 |   462M |  66 | 540 |5714 |4324 |  34k|  1 |  92k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2473.51/2479.78	c  2480s| 48700 | 24585 | 19007k| 230.7 |   462M |  66 | 540 |5694 |4328 |  34k|  2 |  92k|7728 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2476.01/2482.25	c  2482s| 48800 | 24611 | 19024k| 230.6 |   462M |  66 | 540 |5667 |4330 |  35k|  1 |  92k|7731 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2477.91/2484.12	c  2484s| 48900 | 24639 | 19038k| 230.5 |   462M |  66 | 540 |5622 |4329 |  35k|  1 |  92k|7731 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2479.70/2485.92	c  2486s| 49000 | 24677 | 19055k| 230.5 |   463M |  66 | 540 |5610 |4329 |  35k|  1 |  92k|7731 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2482.29/2488.55	c  2489s| 49100 | 24721 | 19075k| 230.4 |   463M |  66 | 540 |5603 |4362 |  35k|  1 |  92k|7731 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2484.99/2491.28	c  2491s| 49200 | 24765 | 19094k| 230.4 |   463M |  66 | 540 |5574 |4350 |  35k|  0 |  92k|7731 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2486.98/2493.27	c  2493s| 49300 | 24802 | 19110k| 230.3 |   463M |  66 | 540 |5547 |4335 |  35k|  0 |  92k|7731 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2488.18/2494.43	c  2494s| 49400 | 24834 | 19122k| 230.2 |   463M |  66 | 540 |5521 |4337 |  35k|  1 |  92k|7731 | 4.833333e+01 | 6.600000e+01 |  36.55%| unknown
2490.38/2496.64	c  2497s| 49500 | 24867 | 19138k| 230.1 |   463M |  66 | 540 |5586 |4361 |  35k|  2 |  92k|7744 | 4.833347e+01 | 6.600000e+01 |  36.55%| unknown
2492.47/2498.78	c  2499s| 49600 | 24901 | 19154k| 230.0 |   464M |  66 | 540 |5563 |4327 |  35k|  1 |  92k|7757 | 4.833610e+01 | 6.600000e+01 |  36.54%| unknown
2494.47/2500.76	c  2501s| 49700 | 24945 | 19171k| 229.9 |   464M |  66 | 540 |5574 |4319 |  35k|  0 |  92k|7757 | 4.833610e+01 | 6.600000e+01 |  36.54%| unknown
2496.06/2502.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2496.06/2502.33	c  2502s| 49800 | 24973 | 19184k| 229.8 |   464M |  66 | 540 |5602 |4328 |  35k|  0 |  92k|7765 | 4.833756e+01 | 6.600000e+01 |  36.54%| unknown
2498.06/2504.33	c  2504s| 49900 | 25005 | 19201k| 229.7 |   464M |  66 | 540 |5574 |4335 |  35k|  2 |  93k|7772 | 4.833879e+01 | 6.600000e+01 |  36.54%| unknown
2500.55/2506.81	c  2507s| 50000 | 25057 | 19223k| 229.7 |   464M |  66 | 540 |5558 |4324 |  35k|  1 |  93k|7781 | 4.834401e+01 | 6.600000e+01 |  36.52%| unknown
2502.65/2508.90	c  2509s| 50100 | 25098 | 19240k| 229.6 |   464M |  66 | 540 |5521 |4333 |  35k|  1 |  93k|7787 | 4.834518e+01 | 6.600000e+01 |  36.52%| unknown
2505.14/2511.41	c  2511s| 50200 | 25138 | 19258k| 229.6 |   464M |  66 | 540 |5506 |4329 |  35k|  1 |  93k|7798 | 4.834518e+01 | 6.600000e+01 |  36.52%| unknown
2508.43/2514.75	c  2515s| 50300 | 25194 | 19282k| 229.6 |   467M |  66 | 540 |5524 |4362 |  36k|  1 |  93k|7805 | 4.834728e+01 | 6.600000e+01 |  36.51%| unknown
2510.53/2516.87	c  2517s| 50400 | 25230 | 19298k| 229.5 |   468M |  66 | 540 |5576 |4336 |  36k|  2 |  93k|7815 | 4.834728e+01 | 6.600000e+01 |  36.51%| unknown
2512.13/2518.47	c  2518s| 50500 | 25254 | 19310k| 229.4 |   468M |  66 | 540 |5552 |4351 |  36k|  1 |  93k|7821 | 4.834985e+01 | 6.600000e+01 |  36.51%| unknown
2514.42/2520.71	c  2521s| 50600 | 25294 | 19330k| 229.3 |   468M |  66 | 540 |5519 |4368 |  36k|  2 |  93k|7823 | 4.834985e+01 | 6.600000e+01 |  36.51%| unknown
2516.72/2523.10	c  2523s| 50700 | 25340 | 19347k| 229.3 |   469M |  66 | 540 |5615 |4332 |  36k|  1 |  93k|7831 | 4.835000e+01 | 6.600000e+01 |  36.50%| unknown
2518.21/2524.55	c  2525s| 50800 | 25371 | 19359k| 229.2 |   469M |  66 | 540 |5641 |4338 |  36k|  1 |  93k|7843 | 4.835000e+01 | 6.600000e+01 |  36.50%| unknown
2519.61/2525.92	c  2526s| 50900 | 25405 | 19373k| 229.0 |   469M |  66 | 540 |5626 |4333 |  36k|  1 |  93k|7850 | 4.835000e+01 | 6.600000e+01 |  36.50%| unknown
2521.11/2527.43	c  2527s| 51000 | 25447 | 19387k| 228.9 |   470M |  66 | 540 |5624 |4328 |  36k|  1 |  93k|7852 | 4.835178e+01 | 6.600000e+01 |  36.50%| unknown
2523.10/2529.45	c  2529s| 51100 | 25498 | 19407k| 228.9 |   470M |  66 | 540 |5627 |4355 |  36k|  2 |  93k|7853 | 4.835178e+01 | 6.600000e+01 |  36.50%| unknown
2525.80/2532.19	c  2532s| 51200 | 25570 | 19433k| 228.9 |   470M |  66 | 540 |5590 |4337 |  36k|  1 |  93k|7856 | 4.835294e+01 | 6.600000e+01 |  36.50%| unknown
2528.99/2535.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2528.99/2535.34	c  2535s| 51300 | 25644 | 19461k| 229.0 |   470M |  66 | 540 |5557 |4335 |  36k|  1 |  93k|7859 | 4.835714e+01 | 6.600000e+01 |  36.48%| unknown
2531.08/2537.42	c  2537s| 51400 | 25686 | 19479k| 228.9 |   470M |  66 | 540 |5505 |4336 |  36k|  1 |  93k|7859 | 4.835894e+01 | 6.600000e+01 |  36.48%| unknown
2532.68/2539.06	c  2539s| 51500 | 25722 | 19492k| 228.8 |   470M |  66 | 540 |5484 |   0 |  36k|  0 |  93k|7860 | 4.835894e+01 | 6.600000e+01 |  36.48%| unknown
2534.88/2541.29	c  2541s| 51600 | 25783 | 19515k| 228.8 |   470M |  66 | 540 |5423 |4331 |  36k|  1 |  93k|7860 | 4.835985e+01 | 6.600000e+01 |  36.48%| unknown
2536.47/2542.82	c  2543s| 51700 | 25814 | 19528k| 228.7 |   471M |  66 | 540 |5416 |4331 |  36k|  1 |  93k|7861 | 4.836212e+01 | 6.600000e+01 |  36.47%| unknown
2538.57/2544.99	c  2545s| 51800 | 25852 | 19544k| 228.6 |   471M |  66 | 540 |5401 |4349 |  36k|  1 |  93k|7861 | 4.836465e+01 | 6.600000e+01 |  36.46%| unknown
2539.96/2546.37	c  2546s| 51900 | 25874 | 19555k| 228.5 |   471M |  66 | 540 |5406 |4326 |  37k|  0 |  94k|7861 | 4.836465e+01 | 6.600000e+01 |  36.46%| unknown
2541.36/2547.76	c  2548s| 52000 | 25892 | 19567k| 228.4 |   471M |  66 | 540 |5388 |4348 |  37k|  0 |  94k|7864 | 4.836649e+01 | 6.600000e+01 |  36.46%| unknown
2543.36/2549.78	c  2550s| 52100 | 25922 | 19585k| 228.3 |   471M |  66 | 540 |5373 |4325 |  37k|  1 |  94k|7865 | 4.836678e+01 | 6.600000e+01 |  36.46%| unknown
2545.25/2551.62	c  2552s| 52200 | 25973 | 19602k| 228.2 |   471M |  66 | 540 |5389 |4331 |  37k|  1 |  94k|7866 | 4.836678e+01 | 6.600000e+01 |  36.46%| unknown
2547.55/2553.91	c  2554s| 52300 | 26019 | 19622k| 228.2 |   471M |  66 | 540 |5460 |4364 |  37k|  1 |  94k|7870 | 4.837407e+01 | 6.600000e+01 |  36.44%| unknown
2549.24/2555.69	c  2556s| 52400 | 26039 | 19636k| 228.1 |   471M |  66 | 540 |5431 |4337 |  37k|  1 |  94k|7870 | 4.837500e+01 | 6.600000e+01 |  36.43%| unknown
2552.04/2558.46	c  2558s| 52500 | 26089 | 19657k| 228.1 |   471M |  66 | 540 |5531 |4322 |  37k|  0 |  94k|7876 | 4.837690e+01 | 6.600000e+01 |  36.43%| unknown
2553.74/2560.19	c  2560s| 52600 | 26135 | 19673k| 228.0 |   471M |  66 | 540 |5541 |4335 |  37k|  1 |  94k|7878 | 4.837984e+01 | 6.600000e+01 |  36.42%| unknown
2556.73/2563.17	c  2563s| 52700 | 26207 | 19698k| 228.0 |   471M |  66 | 540 |5585 |4362 |  37k|  1 |  94k|7878 | 4.837984e+01 | 6.600000e+01 |  36.42%| unknown
2558.02/2564.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2558.02/2564.42	c  2564s| 52800 | 26239 | 19711k| 227.9 |   471M |  66 | 540 |5579 |4329 |  37k|  2 |  94k|7878 | 4.837984e+01 | 6.600000e+01 |  36.42%| unknown
2559.22/2565.65	c  2566s| 52900 | 26265 | 19724k| 227.8 |   471M |  66 | 540 |5580 |4329 |  37k|  0 |  94k|7879 | 4.838017e+01 | 6.600000e+01 |  36.42%| unknown
2561.22/2567.60	c  2568s| 53000 | 26319 | 19743k| 227.8 |   471M |  66 | 540 |5567 |4334 |  37k|  1 |  94k|7881 | 4.838017e+01 | 6.600000e+01 |  36.42%| unknown
2562.21/2568.65	c  2569s| 53100 | 26331 | 19752k| 227.6 |   471M |  66 | 540 |5566 |4335 |  37k|  1 |  94k|7882 | 4.838060e+01 | 6.600000e+01 |  36.42%| unknown
2562.81/2569.29	c  2569s| 53200 | 26345 | 19758k| 227.4 |   471M |  66 | 540 |5600 |4334 |  37k|  0 |  94k|7882 | 4.838060e+01 | 6.600000e+01 |  36.42%| unknown
2564.11/2570.57	c  2571s| 53300 | 26366 | 19771k| 227.3 |   471M |  66 | 540 |5642 |4323 |  37k|  0 |  94k|7882 | 4.838462e+01 | 6.600000e+01 |  36.41%| unknown
2565.71/2572.19	c  2572s| 53400 | 26396 | 19784k| 227.2 |   471M |  66 | 540 |5660 |4331 |  37k|  1 |  94k|7882 | 4.839005e+01 | 6.600000e+01 |  36.39%| unknown
2568.00/2574.41	c  2574s| 53500 | 26436 | 19802k| 227.1 |   472M |  66 | 540 |5672 |4347 |  37k|  2 |  95k|7883 | 4.839197e+01 | 6.600000e+01 |  36.39%| unknown
2570.39/2576.81	c  2577s| 53600 | 26480 | 19822k| 227.1 |   472M |  66 | 540 |5672 |4333 |  37k|  0 |  95k|7883 | 4.839394e+01 | 6.600000e+01 |  36.38%| unknown
2571.60/2578.02	c  2578s| 53700 | 26503 | 19832k| 227.0 |   473M |  66 | 540 |5659 |4364 |  37k|  4 |  95k|7883 | 4.839394e+01 | 6.600000e+01 |  36.38%| unknown
2573.29/2579.77	c  2580s| 53800 | 26537 | 19847k| 226.9 |   473M |  66 | 540 |5608 |4333 |  37k|  1 |  95k|7883 | 4.839394e+01 | 6.600000e+01 |  36.38%| unknown
2575.08/2581.51	c  2582s| 53900 | 26563 | 19859k| 226.7 |   474M |  66 | 540 |5571 |4360 |  37k|  0 |  95k|7883 | 4.839394e+01 | 6.600000e+01 |  36.38%| unknown
2576.68/2583.17	c  2583s| 54000 | 26591 | 19873k| 226.6 |   474M |  66 | 540 |5536 |4332 |  38k|  1 |  95k|7883 | 4.839394e+01 | 6.600000e+01 |  36.38%| unknown
2577.58/2584.06	c  2584s| 54100 | 26607 | 19882k| 226.5 |   474M |  66 | 540 |5562 |4333 |  38k|  1 |  95k|7887 | 4.839525e+01 | 6.600000e+01 |  36.38%| unknown
2579.17/2585.68	c  2586s| 54200 | 26630 | 19897k| 226.4 |   475M |  66 | 540 |5580 |4326 |  38k|  1 |  95k|7888 | 4.839747e+01 | 6.600000e+01 |  36.37%| unknown
2580.17/2586.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2580.17/2586.61	c  2587s| 54300 | 26649 | 19906k| 226.3 |   475M |  66 | 540 |5584 |4321 |  38k|  0 |  95k|7889 | 4.839747e+01 | 6.600000e+01 |  36.37%|   1.07%
2581.77/2588.22	c  2588s| 54400 | 26683 | 19921k| 226.2 |   475M |  66 | 540 |5539 |4340 |  38k|  0 |  95k|7890 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2584.96/2591.40	c  2591s| 54500 | 26741 | 19944k| 226.2 |   480M |  66 | 540 |5557 |4336 |  38k|  1 |  95k|7890 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2587.16/2593.68	c  2594s| 54600 | 26791 | 19963k| 226.1 |   481M |  66 | 540 |5541 |4325 |  38k|  1 |  95k|7890 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2588.96/2595.45	c  2595s| 54700 | 26819 | 19977k| 226.0 |   482M |  66 | 540 |5544 |4326 |  38k|  0 |  95k|7891 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2589.96/2596.46	c  2596s| 54800 | 26832 | 19985k| 225.9 |   482M |  66 | 540 |5590 |4328 |  38k|  0 |  95k|7892 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2591.35/2597.88	c  2598s| 54900 | 26850 | 19997k| 225.7 |   482M |  66 | 540 |5606 |4331 |  38k|  1 |  95k|7893 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2594.45/2600.91	c  2601s| 55000 | 26914 | 20024k| 225.8 |   482M |  66 | 540 |5560 |4326 |  38k|  1 |  95k|7893 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2596.84/2603.35	c  2603s| 55100 | 26984 | 20048k| 225.8 |   482M |  66 | 540 |5574 |4328 |  38k|  1 |  95k|7893 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2598.74/2605.29	c  2605s| 55200 | 27042 | 20067k| 225.8 |   482M |  66 | 540 |5642 |4334 |  38k|  4 |  95k|7893 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2600.43/2606.90	c  2607s| 55300 | 27086 | 20080k| 225.7 |   482M |  66 | 540 |5775 |4328 |  38k|  1 |  96k|7893 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2602.33/2608.83	c  2609s| 55400 | 27127 | 20098k| 225.6 |   482M |  66 | 540 |5852 |4333 |  38k|  1 |  96k|7893 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2604.72/2611.22	c  2611s| 55500 | 27189 | 20120k| 225.6 |   483M |  66 | 540 |5842 |4330 |  38k|  0 |  96k|7894 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2606.22/2612.79	c  2613s| 55600 | 27231 | 20135k| 225.5 |   483M |  66 | 540 |5845 |   0 |  38k|  0 |  96k|7895 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2607.82/2614.34	c  2614s| 55700 | 27265 | 20148k| 225.4 |   484M |  66 | 540 |5795 |4325 |  38k|  1 |  96k|7895 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2609.41/2615.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2609.41/2615.91	c  2616s| 55800 | 27305 | 20163k| 225.3 |   484M |  66 | 540 |5743 |4322 |  38k|  0 |  96k|7897 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2611.11/2617.69	c  2618s| 55900 | 27353 | 20180k| 225.3 |   484M |  66 | 540 |5726 |   0 |  38k|  0 |  96k|7900 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2612.91/2619.45	c  2619s| 56000 | 27395 | 20197k| 225.2 |   485M |  66 | 540 |5685 |4332 |  38k|  2 |  96k|7901 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2614.30/2620.86	c  2621s| 56100 | 27423 | 20212k| 225.1 |   485M |  66 | 540 |5632 |4329 |  38k|  0 |  96k|7901 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2615.90/2622.46	c  2622s| 56200 | 27470 | 20227k| 225.0 |   485M |  66 | 540 |5645 |4334 |  38k|  2 |  96k|7901 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.08%
2618.09/2624.64	c  2625s| 56300 | 27534 | 20245k| 225.0 |   485M |  66 | 540 |5736 |4325 |  38k|  1 |  96k|7901 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.11%
2619.89/2626.49	c  2626s| 56400 | 27594 | 20263k| 224.9 |   485M |  66 | 540 |5803 |4330 |  38k|  1 |  96k|7903 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.11%
2622.49/2629.05	c  2629s| 56500 | 27649 | 20283k| 224.9 |   485M |  66 | 540 |5829 |4325 |  39k|  0 |  97k|7903 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.14%
2623.98/2630.51	c  2631s| 56600 | 27696 | 20298k| 224.8 |   486M |  66 | 540 |5794 |4331 |  39k|  2 |  97k|7903 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.14%
2626.38/2632.96	c  2633s| 56700 | 27758 | 20320k| 224.8 |   487M |  66 | 540 |5820 |4332 |  39k|  2 |  97k|7904 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.14%
2628.87/2635.42	c  2635s| 56800 | 27815 | 20342k| 224.8 |   487M |  66 | 540 |5787 |4325 |  39k|  1 |  97k|7904 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.14%
2630.48/2637.07	c  2637s| 56900 | 27858 | 20358k| 224.7 |   487M |  66 | 540 |5765 |4331 |  39k|  1 |  97k|7905 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.14%
2632.27/2638.82	c  2639s| 57000 | 27898 | 20374k| 224.7 |   488M |  66 | 540 |5754 |4325 |  39k|  1 |  97k|7905 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.14%
2633.76/2640.34	c  2640s| 57100 | 27937 | 20388k| 224.6 |   488M |  66 | 540 |5726 |4330 |  39k|  1 |  97k|7905 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.15%
2635.86/2642.49	c  2642s| 57200 | 27993 | 20407k| 224.5 |   488M |  66 | 540 |5724 |4330 |  39k|  0 |  97k|7905 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.15%
2638.25/2644.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2638.25/2644.83	c  2645s| 57300 | 28039 | 20426k| 224.5 |   488M |  66 | 540 |5683 |4317 |  39k|  2 |  97k|7907 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.15%
2640.05/2646.62	c  2647s| 57400 | 28074 | 20440k| 224.4 |   488M |  66 | 540 |5689 |4327 |  39k|  1 |  97k|7910 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.16%
2643.55/2650.17	c  2650s| 57500 | 28154 | 20467k| 224.5 |   489M |  66 | 540 |5595 |4336 |  39k|  0 |  97k|7917 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.16%
2646.24/2652.88	c  2653s| 57600 | 28204 | 20488k| 224.4 |   490M |  66 | 540 |5563 |4318 |  39k|  1 |  97k|7932 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.16%
2647.83/2654.42	c  2654s| 57700 | 28242 | 20501k| 224.3 |   490M |  66 | 540 |5612 |4335 |  39k|  0 |  97k|7933 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.16%
2650.43/2657.04	c  2657s| 57800 | 28300 | 20522k| 224.3 |   490M |  66 | 540 |5588 |4331 |  39k|  3 |  97k|7959 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.17%
2651.73/2658.34	c  2658s| 57900 | 28330 | 20534k| 224.2 |   490M |  66 | 540 |5574 |4332 |  39k|  1 |  97k|7959 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.17%
2652.62/2659.26	c  2659s| 58000 | 28351 | 20543k| 224.1 |   490M |  66 | 540 |5606 |4332 |  39k|  0 |  97k|7960 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.17%
2656.42/2663.02	c  2663s| 58100 | 28417 | 20570k| 224.1 |   490M |  66 | 540 |5562 |4327 |  40k|  1 |  97k|7962 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.18%
2659.31/2665.97	c  2666s| 58200 | 28462 | 20592k| 224.1 |   496M |  66 | 540 |5600 |4357 |  40k|  2 |  97k|7962 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2661.60/2668.24	c  2668s| 58300 | 28492 | 20609k| 224.1 |   496M |  66 | 540 |5601 |4333 |  40k|  1 |  97k|7969 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2663.70/2670.34	c  2670s| 58400 | 28522 | 20624k| 224.0 |   496M |  66 | 540 |5585 |4324 |  40k|  0 |  97k|7979 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2665.69/2672.37	c  2672s| 58500 | 28572 | 20641k| 223.9 |   496M |  66 | 540 |5695 |4343 |  40k|  1 |  98k|7987 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2667.99/2674.61	c  2675s| 58600 | 28614 | 20660k| 223.9 |   496M |  66 | 540 |5663 |4336 |  40k|  1 |  98k|7990 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2669.09/2675.80	c  2676s| 58700 | 28632 | 20669k| 223.7 |   496M |  66 | 540 |5658 |4330 |  40k|  2 |  98k|7993 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2670.78/2677.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2670.78/2677.45	c  2677s| 58800 | 28656 | 20682k| 223.6 |   497M |  66 | 540 |5700 |4333 |  40k|  1 |  98k|7996 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2672.48/2679.16	c  2679s| 58900 | 28676 | 20694k| 223.5 |   498M |  66 | 540 |5762 |4334 |  40k|  0 |  98k|7997 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2674.57/2681.20	c  2681s| 59000 | 28718 | 20710k| 223.4 |   499M |  66 | 540 |5832 |4337 |  40k|  0 |  98k|8000 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2676.67/2683.36	c  2683s| 59100 | 28745 | 20726k| 223.4 |   499M |  66 | 540 |5783 |4325 |  41k|  0 |  98k|8005 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2678.76/2685.42	c  2685s| 59200 | 28783 | 20742k| 223.3 |   500M |  66 | 540 |5748 |4352 |  41k|  8 |  98k|8008 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2680.06/2686.74	c  2687s| 59300 | 28809 | 20753k| 223.2 |   500M |  66 | 540 |5712 |4321 |  41k|  0 |  98k|8009 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.19%
2682.16/2688.86	c  2689s| 59400 | 28854 | 20772k| 223.2 |   501M |  66 | 540 |5670 |4321 |  41k|  0 |  98k|8013 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2683.65/2690.39	c  2690s| 59500 | 28894 | 20787k| 223.1 |   501M |  66 | 540 |5670 |4331 |  41k|  0 |  98k|8017 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2686.25/2692.99	c  2693s| 59600 | 28956 | 20809k| 223.1 |   501M |  66 | 540 |5625 |4329 |  41k|  1 |  98k|8021 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2688.35/2695.04	c  2695s| 59700 | 28996 | 20826k| 223.0 |   501M |  66 | 540 |5661 |4356 |  41k|  0 |  98k|8023 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2691.84/2698.52	c  2699s| 59800 | 29070 | 20854k| 223.1 |   501M |  66 | 540 |5617 |4327 |  41k|  1 |  98k|8024 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2695.13/2701.82	c  2702s| 59900 | 29156 | 20882k| 223.1 |   501M |  66 | 540 |5608 |   0 |  41k|  0 |  98k|8025 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2697.72/2704.49	c  2704s| 60000 | 29238 | 20907k| 223.2 |   501M |  66 | 540 |5592 |4328 |  41k|  1 |  98k|8025 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2700.32/2707.10	c  2707s| 60100 | 29310 | 20931k| 223.2 |   501M |  66 | 540 |5603 |4334 |  41k|  1 |  98k|8026 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2702.81/2709.59	c  2710s| 60200 | 29374 | 20954k| 223.2 |   501M |  66 | 540 |5632 |4332 |  41k|  0 |  99k|8026 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2705.11/2711.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2705.11/2711.89	c  2712s| 60300 | 29438 | 20976k| 223.2 |   501M |  66 | 540 |5685 |4330 |  41k|  0 |  99k|8027 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2707.00/2713.78	c  2714s| 60400 | 29493 | 20994k| 223.1 |   501M |  66 | 540 |5814 |4338 |  41k|  1 |  99k|8028 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2708.90/2715.62	c  2716s| 60500 | 29549 | 21012k| 223.1 |   502M |  66 | 540 |5791 |4337 |  41k|  1 |  99k|8030 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2710.50/2717.23	c  2717s| 60600 | 29585 | 21027k| 223.0 |   502M |  66 | 540 |5755 |4334 |  41k|  0 |  99k|8030 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2712.69/2719.42	c  2719s| 60700 | 29631 | 21045k| 223.0 |   503M |  66 | 540 |5732 |4357 |  42k|  1 |  99k|8030 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2714.59/2721.38	c  2721s| 60800 | 29651 | 21058k| 222.9 |   504M |  66 | 540 |5724 |4333 |  42k|  0 |  99k|8032 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2716.98/2723.78	c  2724s| 60900 | 29683 | 21075k| 222.8 |   509M |  66 | 540 |5771 |4333 |  42k|  1 |  99k|8032 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2719.48/2726.20	c  2726s| 61000 | 29737 | 21098k| 222.8 |   509M |  66 | 540 |5744 |4346 |  42k|  1 |  99k|8032 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.20%
2721.38/2728.13	c  2728s| 61100 | 29779 | 21115k| 222.8 |   509M |  66 | 540 |5732 |4322 |  42k|  0 |  99k|8032 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.21%
2722.47/2729.22	c  2729s| 61200 | 29803 | 21124k| 222.6 |   509M |  66 | 540 |5726 |4322 |  42k|  1 |  99k|8032 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.21%
2723.07/2729.88	c  2730s| 61300 | 29811 | 21131k| 222.5 |   509M |  66 | 540 |5723 |4322 |  42k|  1 |  99k|8035 | 4.840000e+01 | 6.600000e+01 |  36.36%|   1.22%
2723.37/2730.13	o 64
2723.37/2730.13	c *2730s| 61339 | 26493 | 21133k| 222.4 |    LP  |  66 | 540 |5722 |4322 |  42k|  2 |  99k|8035 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.50%
2723.67/2730.43	c  2730s| 61400 | 26496 | 21135k| 222.3 |   509M |  66 | 540 |5731 |4322 |  42k|  2 |  99k|8036 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.51%
2725.66/2732.41	c  2732s| 61500 | 26528 | 21153k| 222.2 |   509M |  66 | 540 |5705 |4322 |  42k|  1 |  99k|8036 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.51%
2727.36/2734.18	c  2734s| 61600 | 26578 | 21172k| 222.2 |   509M |  66 | 540 |5652 |4322 |  42k|  1 |  99k|8036 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.51%
2729.26/2736.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2729.26/2736.01	c  2736s| 61700 | 26620 | 21191k| 222.2 |   509M |  66 | 540 |5623 |4323 |  42k|  1 |  99k|8037 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.51%
2731.55/2738.34	c  2738s| 61800 | 26668 | 21215k| 222.2 |   509M |  66 | 540 |5591 |4326 |  42k|  0 |  99k|8037 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2733.15/2739.94	c  2740s| 61900 | 26706 | 21231k| 222.1 |   509M |  66 | 540 |5538 |4323 |  42k|  0 |  99k|8038 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2735.84/2742.64	c  2743s| 62000 | 26776 | 21256k| 222.2 |   508M |  66 | 540 |5505 |4326 |  42k|  1 |  99k|8039 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2737.14/2743.97	c  2744s| 62100 | 26812 | 21270k| 222.1 |   508M |  66 | 540 |5531 |4330 |  42k|  1 | 100k|8039 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2739.73/2746.54	c  2747s| 62200 | 26852 | 21291k| 222.0 |   508M |  66 | 540 |5498 |4324 |  42k|  1 | 100k|8040 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2741.23/2748.00	c  2748s| 62300 | 26884 | 21304k| 222.0 |   508M |  66 | 540 |5481 |4324 |  42k|  2 | 100k|8041 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2742.33/2749.13	c  2749s| 62400 | 26904 | 21316k| 221.8 |   508M |  66 | 540 |5474 |   0 |  42k|  0 | 100k|8041 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2743.42/2750.28	c  2750s| 62500 | 26920 | 21327k| 221.7 |   508M |  66 | 540 |5492 |4337 |  42k|  0 | 100k|8043 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.52%
2745.82/2752.68	c  2753s| 62600 | 26962 | 21347k| 221.7 |   508M |  66 | 540 |5489 |4318 |  42k|  0 | 100k|8043 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.54%
2748.32/2755.18	c  2755s| 62700 | 26998 | 21369k| 221.7 |   508M |  66 | 540 |5448 |4323 |  42k|  1 | 100k|8044 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.54%
2750.11/2756.92	c  2757s| 62800 | 27026 | 21384k| 221.6 |   508M |  66 | 540 |5446 |4334 |  42k|  1 | 100k|8044 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.54%
2752.31/2759.13	c  2759s| 62900 | 27080 | 21406k| 221.6 |   508M |  66 | 540 |5454 |4336 |  42k|  0 | 100k|8044 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.55%
2754.60/2761.42	c  2761s| 63000 | 27102 | 21422k| 221.6 |   508M |  66 | 540 |5425 |4350 |  43k|  0 | 100k|8044 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.55%
2756.30/2763.15	c  2763s| 63100 | 27130 | 21438k| 221.5 |   508M |  66 | 540 |5401 |4359 |  43k|  0 | 100k|8044 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.56%
2758.49/2765.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2758.49/2765.31	c  2765s| 63200 | 27186 | 21457k| 221.5 |   508M |  66 | 540 |5428 |4323 |  43k|  0 | 100k|8046 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.56%
2759.79/2766.66	c  2767s| 63300 | 27204 | 21469k| 221.4 |   508M |  66 | 540 |5425 |4342 |  43k|  0 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.56%
2761.48/2768.34	c  2768s| 63400 | 27252 | 21486k| 221.3 |   508M |  66 | 540 |5404 |4337 |  43k|  1 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2763.18/2770.05	c  2770s| 63500 | 27288 | 21503k| 221.3 |   508M |  66 | 540 |5379 |4327 |  43k|  0 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2765.28/2772.12	c  2772s| 63600 | 27336 | 21523k| 221.2 |   508M |  66 | 540 |5359 |4336 |  43k|  3 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2766.97/2773.88	c  2774s| 63700 | 27382 | 21540k| 221.2 |   508M |  66 | 540 |5337 |4331 |  43k|  0 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2768.97/2775.80	c  2776s| 63800 | 27416 | 21558k| 221.1 |   508M |  66 | 540 |5324 |4331 |  43k|  0 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2770.36/2777.20	c  2777s| 63900 | 27429 | 21569k| 221.0 |   508M |  66 | 540 |5375 |   0 |  43k|  0 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2772.56/2779.46	c  2779s| 64000 | 27471 | 21590k| 221.0 |   508M |  66 | 540 |5366 |4330 |  43k|  2 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2775.05/2781.95	c  2782s| 64100 | 27529 | 21616k| 221.1 |   508M |  66 | 540 |5354 |4364 |  43k|  2 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.57%
2776.16/2783.05	c  2783s| 64200 | 27544 | 21626k| 220.9 |   508M |  66 | 540 |5369 |4317 |  43k|  0 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.58%
2777.55/2784.49	c  2784s| 64300 | 27573 | 21640k| 220.8 |   508M |  66 | 540 |5442 |4335 |  43k|  0 | 100k|8048 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.58%
2779.05/2785.91	c  2786s| 64400 | 27599 | 21650k| 220.7 |   508M |  66 | 540 |5539 |4348 |  43k|  2 | 100k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.58%
2781.04/2787.99	c  2788s| 64500 | 27634 | 21668k| 220.7 |   508M |  66 | 540 |5570 |4336 |  43k|  1 | 101k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.58%
2782.84/2789.78	c  2790s| 64600 | 27674 | 21683k| 220.6 |   508M |  66 | 540 |5569 |4327 |  43k|  1 | 101k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.59%
2783.54/2790.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2783.54/2790.50	c  2790s| 64700 | 27694 | 21691k| 220.5 |   508M |  66 | 540 |5597 |4327 |  43k|  1 | 101k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.59%
2784.63/2791.58	c  2792s| 64800 | 27710 | 21701k| 220.3 |   508M |  66 | 540 |5633 |4327 |  43k|  0 | 101k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.59%
2785.93/2792.86	c  2793s| 64900 | 27728 | 21712k| 220.2 |   508M |  66 | 540 |5641 |4328 |  43k|  1 | 101k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.59%
2788.13/2795.08	c  2795s| 65000 | 27752 | 21729k| 220.2 |   508M |  66 | 540 |5631 |4332 |  43k|  0 | 101k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.59%
2790.02/2796.94	c  2797s| 65100 | 27778 | 21744k| 220.1 |   508M |  66 | 540 |5614 |4353 |  44k|  2 | 101k|8049 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.59%
2791.52/2798.43	c  2798s| 65200 | 27802 | 21757k| 220.0 |   508M |  66 | 540 |5585 |4331 |  44k|  2 | 101k|8054 | 4.840000e+01 | 6.400000e+01 |  32.23%|   1.59%
2793.81/2800.71	c  2801s| 65300 | 27850 | 21778k| 220.0 |   508M |  66 | 540 |5553 |4330 |  44k|  1 | 101k|8066 | 4.840072e+01 | 6.400000e+01 |  32.23%|   1.59%
2795.71/2802.61	c  2803s| 65400 | 27888 | 21796k| 220.0 |   508M |  66 | 540 |5546 |4335 |  44k|  1 | 101k|8070 | 4.840167e+01 | 6.400000e+01 |  32.23%|   1.60%
2797.01/2803.99	c  2804s| 65500 | 27911 | 21808k| 219.9 |   508M |  66 | 540 |5534 |4330 |  44k|  2 | 101k|8073 | 4.840248e+01 | 6.400000e+01 |  32.22%|   1.60%
2800.90/2807.81	c  2808s| 65600 | 27993 | 21837k| 219.9 |   508M |  66 | 540 |5509 |4335 |  44k|  1 | 101k|8093 | 4.840288e+01 | 6.400000e+01 |  32.22%|   1.60%
2803.79/2810.71	c  2811s| 65700 | 28061 | 21863k| 220.0 |   508M |  66 | 540 |5520 |4334 |  44k|  0 | 101k|8101 | 4.840642e+01 | 6.400000e+01 |  32.21%|   1.60%
2806.19/2813.10	c  2813s| 65800 | 28105 | 21884k| 220.0 |   508M |  66 | 540 |5473 |4344 |  44k|  2 | 101k|8107 | 4.840719e+01 | 6.400000e+01 |  32.21%|   1.60%
2808.28/2815.25	c  2815s| 65900 | 28137 | 21900k| 219.9 |   508M |  66 | 540 |5480 |4331 |  44k|  0 | 101k|8119 | 4.840719e+01 | 6.400000e+01 |  32.21%|   1.61%
2810.08/2817.07	c  2817s| 66000 | 28173 | 21918k| 219.9 |   510M |  66 | 540 |5536 |4333 |  44k|  0 | 101k|8121 | 4.840759e+01 | 6.400000e+01 |  32.21%|   1.61%
2811.18/2818.15	c  2818s| 66100 | 28181 | 21927k| 219.7 |   510M |  66 | 540 |5522 |4334 |  44k|  0 | 101k|8123 | 4.840759e+01 | 6.400000e+01 |  32.21%|   1.61%
2813.27/2820.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2813.27/2820.29	c  2820s| 66200 | 28193 | 21940k| 219.6 |   510M |  66 | 540 |5545 |4320 |  44k|  0 | 101k|8128 | 4.840759e+01 | 6.400000e+01 |  32.21%|   1.62%
2816.56/2823.53	c  2824s| 66300 | 28239 | 21967k| 219.7 |   510M |  66 | 540 |5534 |4332 |  44k|  2 | 101k|8129 | 4.840801e+01 | 6.400000e+01 |  32.21%|   1.62%
2818.96/2825.92	c  2826s| 66400 | 28271 | 21984k| 219.7 |   510M |  66 | 540 |5509 |4330 |  44k|  2 | 101k|8130 | 4.840801e+01 | 6.400000e+01 |  32.21%|   1.62%
2820.95/2827.93	c  2828s| 66500 | 28307 | 22002k| 219.6 |   510M |  66 | 540 |5493 |4334 |  44k|  1 | 101k|8131 | 4.841026e+01 | 6.400000e+01 |  32.20%|   1.63%
2822.65/2829.67	c  2830s| 66600 | 28337 | 22018k| 219.6 |   510M |  66 | 540 |5465 |4361 |  44k|  8 | 101k|8132 | 4.841212e+01 | 6.400000e+01 |  32.20%|   1.63%
2824.54/2831.57	c  2832s| 66700 | 28373 | 22034k| 219.5 |   510M |  66 | 540 |5443 |4330 |  44k|  0 | 101k|8151 | 4.841343e+01 | 6.400000e+01 |  32.19%|   1.63%
2827.34/2834.35	c  2834s| 66800 | 28421 | 22058k| 219.5 |   510M |  66 | 540 |5404 |4336 |  45k|  1 | 101k|8155 | 4.841379e+01 | 6.400000e+01 |  32.19%|   1.63%
2829.53/2836.51	c  2837s| 66900 | 28455 | 22074k| 219.5 |   511M |  66 | 540 |5364 |4321 |  45k|  1 | 101k|8158 | 4.841379e+01 | 6.400000e+01 |  32.19%|   1.64%
2831.23/2838.26	c  2838s| 67000 | 28483 | 22089k| 219.4 |   511M |  66 | 540 |5349 |4330 |  45k|  1 | 101k|8158 | 4.841444e+01 | 6.400000e+01 |  32.19%|   1.65%
2833.13/2840.12	c  2840s| 67100 | 28519 | 22106k| 219.3 |   511M |  66 | 540 |5342 |4332 |  45k|  1 | 102k|8161 | 4.841767e+01 | 6.400000e+01 |  32.18%|   1.65%
2834.13/2841.19	c  2841s| 67200 | 28541 | 22117k| 219.2 |   511M |  66 | 540 |5337 |4329 |  45k|  1 | 102k|8164 | 4.841767e+01 | 6.400000e+01 |  32.18%|   1.65%
2834.92/2841.96	c  2842s| 67300 | 28542 | 22123k| 219.1 |   511M |  66 | 540 |5396 |4329 |  45k|  0 | 102k|8173 | 4.841827e+01 | 6.400000e+01 |  32.18%|   1.65%
2835.82/2842.85	c  2843s| 67400 | 28554 | 22132k| 218.9 |   511M |  66 | 540 |5398 |4330 |  45k|  2 | 102k|8178 | 4.841860e+01 | 6.400000e+01 |  32.18%|   1.65%
2836.82/2843.85	c  2844s| 67500 | 28572 | 22142k| 218.8 |   511M |  66 | 540 |5385 |4321 |  45k|  1 | 102k|8179 | 4.841923e+01 | 6.400000e+01 |  32.18%|   1.66%
2839.02/2846.10	c  2846s| 67600 | 28604 | 22159k| 218.8 |   511M |  66 | 540 |5367 |4318 |  45k|  1 | 102k|8180 | 4.842024e+01 | 6.400000e+01 |  32.18%|   1.66%
2841.21/2848.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2841.21/2848.21	c  2848s| 67700 | 28646 | 22178k| 218.7 |   511M |  66 | 540 |5347 |4337 |  45k|  0 | 102k|8183 | 4.842424e+01 | 6.400000e+01 |  32.17%|   1.66%
2842.90/2849.93	c  2850s| 67800 | 28692 | 22195k| 218.7 |   511M |  66 | 540 |5336 |4331 |  45k|  0 | 102k|8183 | 4.842424e+01 | 6.400000e+01 |  32.17%|   1.66%
2844.80/2851.83	c  2852s| 67900 | 28726 | 22213k| 218.7 |   511M |  66 | 540 |5328 |4328 |  45k|  0 | 102k|8184 | 4.842807e+01 | 6.400000e+01 |  32.15%|   1.66%
2846.20/2853.25	c  2853s| 68000 | 28758 | 22227k| 218.6 |   511M |  66 | 540 |5314 |4332 |  45k|  1 | 102k|8185 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.66%
2847.79/2854.84	c  2855s| 68100 | 28788 | 22242k| 218.5 |   511M |  66 | 540 |5297 |4332 |  45k|  0 | 102k|8186 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.66%
2849.29/2856.36	c  2856s| 68200 | 28830 | 22257k| 218.4 |   512M |  66 | 540 |5360 |4333 |  45k|  0 | 102k|8187 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.66%
2850.19/2857.20	c  2857s| 68300 | 28844 | 22265k| 218.3 |   512M |  66 | 540 |5374 |4332 |  45k|  1 | 102k|8189 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.66%
2851.28/2858.31	c  2858s| 68400 | 28870 | 22275k| 218.2 |   512M |  66 | 540 |5460 |4332 |  45k|  2 | 102k|8189 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.66%
2852.38/2859.48	c  2859s| 68500 | 28890 | 22286k| 218.1 |   512M |  66 | 540 |5448 |4333 |  45k|  2 | 102k|8197 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.66%
2853.78/2860.87	c  2861s| 68600 | 28914 | 22300k| 218.0 |   512M |  66 | 540 |5398 |4333 |  45k|  1 | 102k|8197 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.67%
2855.77/2862.88	c  2863s| 68700 | 28955 | 22317k| 218.0 |   512M |  66 | 540 |5396 |4334 |  45k|  0 | 102k|8197 | 4.842857e+01 | 6.400000e+01 |  32.15%|   1.67%
2856.98/2864.02	c  2864s| 68800 | 28972 | 22327k| 217.9 |   512M |  66 | 540 |5414 |4343 |  45k|  2 | 102k|8197 | 4.842887e+01 | 6.400000e+01 |  32.15%|   1.67%
2858.77/2865.80	c  2866s| 68900 | 29000 | 22345k| 217.8 |   512M |  66 | 540 |5388 |4336 |  45k|  1 | 102k|8198 | 4.842907e+01 | 6.400000e+01 |  32.15%|   1.67%
2860.26/2867.37	c  2867s| 69000 | 29036 | 22360k| 217.8 |   512M |  66 | 540 |5415 |4331 |  45k|  1 | 102k|8200 | 4.843077e+01 | 6.400000e+01 |  32.15%|   1.67%
2861.66/2868.75	c  2869s| 69100 | 29062 | 22373k| 217.7 |   512M |  66 | 540 |5458 |4322 |  45k|  0 | 102k|8200 | 4.843333e+01 | 6.400000e+01 |  32.14%|   1.68%
2862.96/2870.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2862.96/2870.04	c  2870s| 69200 | 29078 | 22384k| 217.6 |   512M |  66 | 540 |5452 |4334 |  45k|  1 | 102k|8200 | 4.843409e+01 | 6.400000e+01 |  32.14%|   1.68%
2865.35/2872.42	c  2872s| 69300 | 29128 | 22402k| 217.5 |   512M |  66 | 540 |5508 |4345 |  45k|  1 | 102k|8200 | 4.843427e+01 | 6.400000e+01 |  32.14%|   1.68%
2868.25/2875.30	c  2875s| 69400 | 29186 | 22428k| 217.6 |   514M |  66 | 540 |5493 |4328 |  45k|  1 | 102k|8200 | 4.843478e+01 | 6.400000e+01 |  32.14%|   1.68%
2870.14/2877.20	c  2877s| 69500 | 29218 | 22442k| 217.5 |   514M |  66 | 540 |5541 |4316 |  46k|  1 | 103k|8202 | 4.843478e+01 | 6.400000e+01 |  32.14%|   1.69%
2871.54/2878.65	c  2879s| 69600 | 29238 | 22455k| 217.4 |   514M |  66 | 540 |5523 |4325 |  46k|  1 | 103k|8202 | 4.843478e+01 | 6.400000e+01 |  32.14%|   1.70%
2873.44/2880.52	c  2881s| 69700 | 29282 | 22474k| 217.4 |   514M |  66 | 540 |5483 |4339 |  46k|  0 | 103k|8206 | 4.844186e+01 | 6.400000e+01 |  32.12%|   1.70%
2875.33/2882.41	c  2882s| 69800 | 29310 | 22489k| 217.3 |   514M |  66 | 540 |5567 |4339 |  46k|  0 | 103k|8207 | 4.844399e+01 | 6.400000e+01 |  32.11%|   1.70%
2877.03/2884.19	c  2884s| 69900 | 29348 | 22506k| 217.3 |   514M |  66 | 540 |5612 |4336 |  46k|  1 | 103k|8207 | 4.844444e+01 | 6.400000e+01 |  32.11%|   1.70%
2878.62/2885.70	c  2886s| 70000 | 29360 | 22519k| 217.2 |   514M |  66 | 540 |5608 |4330 |  46k|  1 | 103k|8210 | 4.844444e+01 | 6.400000e+01 |  32.11%|   1.70%
2880.82/2887.94	c  2888s| 70100 | 29402 | 22540k| 217.2 |   514M |  66 | 540 |5573 |4332 |  46k|  1 | 103k|8213 | 4.844545e+01 | 6.400000e+01 |  32.11%|   1.70%
2882.22/2889.39	c  2889s| 70200 | 29448 | 22554k| 217.1 |   514M |  66 | 540 |5553 |4335 |  46k|  1 | 103k|8213 | 4.844545e+01 | 6.400000e+01 |  32.11%|   1.70%
2883.31/2890.47	c  2890s| 70300 | 29479 | 22565k| 217.0 |   514M |  66 | 540 |5577 |4334 |  46k|  0 | 103k|8215 | 4.844545e+01 | 6.400000e+01 |  32.11%|   1.70%
2884.31/2891.47	c  2891s| 70400 | 29505 | 22575k| 216.9 |   514M |  66 | 540 |5559 |4335 |  46k|  2 | 103k|8215 | 4.844545e+01 | 6.400000e+01 |  32.11%|   1.70%
2885.61/2892.73	c  2893s| 70500 | 29535 | 22588k| 216.8 |   514M |  66 | 540 |5537 |4332 |  46k|  1 | 103k|8216 | 4.845000e+01 | 6.400000e+01 |  32.09%|   1.70%
2887.11/2894.23	c  2894s| 70600 | 29569 | 22601k| 216.7 |   514M |  66 | 540 |5596 |4336 |  46k|  2 | 103k|8217 | 4.845238e+01 | 6.400000e+01 |  32.09%|   1.70%
2888.20/2895.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2888.20/2895.34	c  2895s| 70700 | 29581 | 22611k| 216.6 |   514M |  66 | 540 |5610 |   0 |  46k|  0 | 103k|8217 | 4.845247e+01 | 6.400000e+01 |  32.09%|   1.70%
2889.80/2896.98	c  2897s| 70800 | 29625 | 22627k| 216.6 |   514M |  66 | 540 |5656 |   0 |  46k|  0 | 103k|8217 | 4.845265e+01 | 6.400000e+01 |  32.09%|   1.70%
2890.60/2897.73	c  2898s| 70900 | 29629 | 22633k| 216.4 |   514M |  66 | 540 |5663 |4327 |  46k|  1 | 103k|8217 | 4.845321e+01 | 6.400000e+01 |  32.09%|   1.70%
2892.19/2899.30	c  2899s| 71000 | 29657 | 22649k| 216.3 |   514M |  66 | 540 |5648 |4332 |  46k|  1 | 103k|8218 | 4.845455e+01 | 6.400000e+01 |  32.08%|   1.70%
2893.69/2900.88	c  2901s| 71100 | 29687 | 22663k| 216.3 |   515M |  66 | 540 |5623 |4341 |  46k|  1 | 103k|8221 | 4.845565e+01 | 6.400000e+01 |  32.08%|   1.70%
2895.69/2902.88	c  2903s| 71200 | 29727 | 22679k| 216.2 |   516M |  66 | 540 |5616 |4327 |  46k|  0 | 103k|8221 | 4.845565e+01 | 6.400000e+01 |  32.08%|   1.71%
2897.58/2904.76	c  2905s| 71300 | 29763 | 22697k| 216.2 |   516M |  66 | 540 |5626 |4325 |  46k|  0 | 103k|8222 | 4.845714e+01 | 6.400000e+01 |  32.08%|   1.71%
2899.98/2907.12	c  2907s| 71400 | 29796 | 22716k| 216.2 |   516M |  66 | 540 |5614 |4329 |  46k|  0 | 103k|8225 | 4.845876e+01 | 6.400000e+01 |  32.07%|   1.71%
2901.98/2909.20	c  2909s| 71500 | 29824 | 22732k| 216.1 |   516M |  66 | 540 |5578 |4362 |  46k|  2 | 103k|8225 | 4.846053e+01 | 6.400000e+01 |  32.07%|   1.72%
2904.27/2911.41	c  2911s| 71600 | 29860 | 22751k| 216.1 |   516M |  66 | 540 |5542 |4361 |  46k|  0 | 103k|8226 | 4.846154e+01 | 6.400000e+01 |  32.06%|   1.72%
2905.76/2912.92	c  2913s| 71700 | 29894 | 22765k| 216.0 |   516M |  66 | 540 |5543 |4339 |  46k|  1 | 103k|8230 | 4.846154e+01 | 6.400000e+01 |  32.06%|   1.72%
2908.26/2915.42	c  2915s| 71800 | 29948 | 22789k| 216.0 |   517M |  66 | 540 |5510 |4328 |  46k|  2 | 103k|8231 | 4.846154e+01 | 6.400000e+01 |  32.06%|   1.72%
2910.35/2917.53	c  2918s| 71900 | 29982 | 22804k| 216.0 |   520M |  66 | 540 |5561 |4334 |  47k|  0 | 104k|8232 | 4.846341e+01 | 6.400000e+01 |  32.06%|   1.72%
2912.55/2919.76	c  2920s| 72000 | 30015 | 22822k| 215.9 |   520M |  66 | 540 |5545 |4349 |  47k|  1 | 104k|8232 | 4.846512e+01 | 6.400000e+01 |  32.05%|   1.72%
2913.95/2921.12	c  2921s| 72100 | 30040 | 22835k| 215.9 |   520M |  66 | 540 |5531 |4338 |  47k|  1 | 104k|8232 | 4.846941e+01 | 6.400000e+01 |  32.04%|   1.73%
2915.14/2922.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2915.14/2922.31	c  2922s| 72200 | 30066 | 22847k| 215.8 |   520M |  66 | 540 |5531 |4335 |  47k|  2 | 104k|8232 | 4.846945e+01 | 6.400000e+01 |  32.04%|   1.73%
2916.94/2924.12	c  2924s| 72300 | 30080 | 22860k| 215.7 |   520M |  66 | 540 |5507 |4339 |  47k|  0 | 104k|8232 | 4.846945e+01 | 6.400000e+01 |  32.04%|   1.73%
2918.44/2925.69	c  2926s| 72400 | 30106 | 22873k| 215.6 |   520M |  66 | 540 |5481 |4331 |  47k|  2 | 104k|8232 | 4.847059e+01 | 6.400000e+01 |  32.04%|   1.74%
2919.84/2927.03	c  2927s| 72500 | 30139 | 22887k| 215.5 |   520M |  66 | 540 |5471 |4326 |  47k|  2 | 104k|8232 | 4.847143e+01 | 6.400000e+01 |  32.04%|   1.74%
2920.94/2928.17	c  2928s| 72600 | 30159 | 22898k| 215.4 |   520M |  66 | 540 |5460 |4355 |  47k|  0 | 104k|8232 | 4.847143e+01 | 6.400000e+01 |  32.04%|   1.74%
2922.73/2929.93	c  2930s| 72700 | 30203 | 22916k| 215.4 |   520M |  66 | 540 |5422 |4371 |  47k|  0 | 104k|8232 | 4.847154e+01 | 6.400000e+01 |  32.04%|   1.74%
2924.93/2932.17	c  2932s| 72800 | 30241 | 22935k| 215.4 |   521M |  66 | 540 |5409 |4334 |  47k|  1 | 104k|8232 | 4.847312e+01 | 6.400000e+01 |  32.03%|   1.74%
2927.22/2934.47	c  2934s| 72900 | 30266 | 22953k| 215.3 |   521M |  66 | 540 |5413 |4337 |  47k|  2 | 104k|8232 | 4.847338e+01 | 6.400000e+01 |  32.03%|   1.74%
2929.01/2936.27	c  2936s| 73000 | 30297 | 22968k| 215.3 |   522M |  66 | 540 |5427 |4348 |  47k|  2 | 104k|8232 | 4.847500e+01 | 6.400000e+01 |  32.03%|   1.74%
2931.01/2938.29	c  2938s| 73100 | 30331 | 22986k| 215.2 |   522M |  66 | 540 |5442 |4340 |  47k|  2 | 104k|8233 | 4.847598e+01 | 6.400000e+01 |  32.02%|   1.74%
2932.31/2939.55	c  2940s| 73200 | 30356 | 22996k| 215.1 |   522M |  66 | 540 |5456 |4360 |  47k|  1 | 104k|8233 | 4.847619e+01 | 6.400000e+01 |  32.02%|   1.75%
2933.91/2941.18	c  2941s| 73300 | 30387 | 23011k| 215.1 |   522M |  66 | 540 |5439 |4338 |  47k|  1 | 104k|8233 | 4.847732e+01 | 6.400000e+01 |  32.02%|   1.75%
2935.80/2943.09	c  2943s| 73400 | 30430 | 23029k| 215.0 |   522M |  66 | 540 |5444 |4334 |  47k|  1 | 104k|8233 | 4.847917e+01 | 6.400000e+01 |  32.02%|   1.75%
2937.80/2945.07	c  2945s| 73500 | 30463 | 23046k| 215.0 |   522M |  66 | 540 |5447 |4352 |  47k|  2 | 104k|8233 | 4.848120e+01 | 6.400000e+01 |  32.01%|   1.75%
2939.39/2946.61	c  2947s| 73600 | 30495 | 23059k| 214.9 |   522M |  66 | 540 |5484 |4321 |  47k|  1 | 104k|8233 | 4.848120e+01 | 6.400000e+01 |  32.01%|   1.76%
2941.19/2948.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2941.19/2948.46	c  2948s| 73700 | 30533 | 23075k| 214.9 |   522M |  66 | 540 |5542 |4354 |  47k|  0 | 104k|8233 | 4.848182e+01 | 6.400000e+01 |  32.01%|   1.76%
2942.39/2949.67	c  2950s| 73800 | 30549 | 23086k| 214.8 |   522M |  66 | 540 |5542 |4332 |  47k|  3 | 104k|8242 | 4.848182e+01 | 6.400000e+01 |  32.01%|   1.76%
2943.39/2950.62	c  2951s| 73900 | 30565 | 23094k| 214.7 |   522M |  66 | 540 |5541 |4340 |  47k|  1 | 104k|8248 | 4.848182e+01 | 6.400000e+01 |  32.01%|   1.76%
2945.58/2952.86	c  2953s| 74000 | 30599 | 23113k| 214.6 |   523M |  66 | 540 |5507 |4324 |  47k|  1 | 104k|8259 | 4.848182e+01 | 6.400000e+01 |  32.01%|   1.77%
2947.58/2954.84	c  2955s| 74100 | 30633 | 23129k| 214.6 |   524M |  66 | 540 |5462 |4330 |  48k|  2 | 104k|8269 | 4.848221e+01 | 6.400000e+01 |  32.01%|   1.77%
2948.78/2956.05	c  2956s| 74200 | 30657 | 23140k| 214.5 |   524M |  66 | 540 |5452 |4332 |  48k|  1 | 104k|8273 | 4.848221e+01 | 6.400000e+01 |  32.01%|   1.77%
2950.67/2957.94	c  2958s| 74300 | 30683 | 23156k| 214.4 |   524M |  66 | 540 |5451 |4328 |  48k|  1 | 104k|8283 | 4.848276e+01 | 6.400000e+01 |  32.01%|   1.77%
2952.47/2959.76	c  2960s| 74400 | 30702 | 23173k| 214.4 |   524M |  66 | 540 |5437 |   0 |  48k|  0 | 105k|8285 | 4.848329e+01 | 6.400000e+01 |  32.00%|   1.77%
2954.27/2961.56	c  2962s| 74500 | 30728 | 23187k| 214.3 |   524M |  66 | 540 |5408 |4331 |  48k|  1 | 105k|8290 | 4.848329e+01 | 6.400000e+01 |  32.00%|   1.77%
2956.16/2963.49	c  2963s| 74600 | 30755 | 23205k| 214.3 |   524M |  66 | 540 |5390 |4332 |  48k|  2 | 105k|8291 | 4.848329e+01 | 6.400000e+01 |  32.00%|   1.78%
2957.46/2964.70	c  2965s| 74700 | 30769 | 23214k| 214.2 |   524M |  66 | 540 |5390 |4322 |  48k|  1 | 105k|8305 | 4.848329e+01 | 6.400000e+01 |  32.00%|   1.78%
2958.56/2965.88	c  2966s| 74800 | 30775 | 23223k| 214.1 |   524M |  66 | 540 |5392 |4336 |  48k|  0 | 105k|8310 | 4.848329e+01 | 6.400000e+01 |  32.00%|   1.78%
2960.35/2967.61	c  2968s| 74900 | 30797 | 23237k| 214.0 |   524M |  66 | 540 |5483 |4335 |  48k|  1 | 105k|8317 | 4.848329e+01 | 6.400000e+01 |  32.00%|   1.79%
2961.85/2969.18	c  2969s| 75000 | 30819 | 23249k| 213.9 |   525M |  66 | 540 |5521 |4327 |  48k|  0 | 105k|8329 | 4.848366e+01 | 6.400000e+01 |  32.00%|   1.79%
2963.15/2970.44	c  2970s| 75100 | 30835 | 23260k| 213.8 |   525M |  66 | 540 |5518 |4336 |  48k|  1 | 105k|8334 | 4.848366e+01 | 6.400000e+01 |  32.00%|   1.79%
2965.24/2972.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2965.24/2972.56	c  2973s| 75200 | 30885 | 23279k| 213.8 |   525M |  66 | 540 |5561 |4348 |  48k|  2 | 105k|8352 | 4.848444e+01 | 6.400000e+01 |  32.00%|   1.80%
2967.14/2974.44	c  2974s| 75300 | 30921 | 23295k| 213.7 |   525M |  66 | 540 |5546 |4332 |  48k|  1 | 105k|8356 | 4.848606e+01 | 6.400000e+01 |  32.00%|   1.81%
2969.03/2976.37	c  2976s| 75400 | 30952 | 23312k| 213.7 |   526M |  66 | 540 |5554 |4348 |  48k|  2 | 105k|8362 | 4.848650e+01 | 6.400000e+01 |  32.00%|   1.81%
2971.03/2978.35	c  2978s| 75500 | 30988 | 23328k| 213.6 |   526M |  66 | 540 |5587 |4328 |  48k|  1 | 105k|8366 | 4.848780e+01 | 6.400000e+01 |  31.99%|   1.81%
2972.13/2979.49	c  2979s| 75600 | 31004 | 23338k| 213.5 |   526M |  66 | 540 |5590 |4340 |  48k|  0 | 105k|8370 | 4.848889e+01 | 6.400000e+01 |  31.99%|   1.82%
2974.02/2981.32	c  2981s| 75700 | 31030 | 23352k| 213.5 |   526M |  66 | 540 |5585 |4329 |  48k|  0 | 105k|8373 | 4.849001e+01 | 6.400000e+01 |  31.99%|   1.82%
2975.82/2983.13	c  2983s| 75800 | 31070 | 23370k| 213.4 |   526M |  66 | 540 |5571 |4336 |  48k|  3 | 105k|8375 | 4.849073e+01 | 6.400000e+01 |  31.98%|   1.82%
2976.92/2984.28	c  2984s| 75900 | 31090 | 23380k| 213.3 |   526M |  66 | 540 |5577 |4339 |  48k|  1 | 105k|8390 | 4.849096e+01 | 6.400000e+01 |  31.98%|   1.82%
2978.31/2985.63	c  2986s| 76000 | 31110 | 23390k| 213.2 |   526M |  66 | 540 |5596 |4337 |  48k|  0 | 105k|8394 | 4.849096e+01 | 6.400000e+01 |  31.98%|   1.82%
2980.01/2987.32	c  2987s| 76100 | 31136 | 23404k| 213.2 |   526M |  66 | 540 |5587 |4334 |  48k|  1 | 105k|8395 | 4.849096e+01 | 6.400000e+01 |  31.98%|   1.82%
2981.81/2989.11	c  2989s| 76200 | 31170 | 23419k| 213.1 |   526M |  66 | 540 |5567 |4328 |  48k|  0 | 105k|8395 | 4.849096e+01 | 6.400000e+01 |  31.98%|   1.82%
2983.30/2990.61	c  2991s| 76300 | 31191 | 23432k| 213.0 |   526M |  66 | 540 |5552 |4352 |  48k|  0 | 105k|8396 | 4.849231e+01 | 6.400000e+01 |  31.98%|   1.83%
2984.70/2992.06	c  2992s| 76400 | 31217 | 23446k| 213.0 |   526M |  66 | 540 |5502 |4331 |  48k|  1 | 105k|8398 | 4.849231e+01 | 6.400000e+01 |  31.98%|   1.83%
2985.89/2993.20	c  2993s| 76500 | 31241 | 23457k| 212.9 |   526M |  66 | 540 |5489 |4340 |  48k|  1 | 105k|8398 | 4.849231e+01 | 6.400000e+01 |  31.98%|   1.83%
2987.39/2994.79	c  2995s| 76600 | 31270 | 23471k| 212.8 |   526M |  66 | 540 |5494 |4325 |  49k|  1 | 106k|8399 | 4.849231e+01 | 6.400000e+01 |  31.98%|   1.83%
2989.99/2997.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2989.99/2997.35	c  2997s| 76700 | 31318 | 23492k| 212.8 |   528M |  66 | 540 |5468 |4317 |  49k|  1 | 106k|8405 | 4.849231e+01 | 6.400000e+01 |  31.98%|   1.84%
2993.18/3000.56	c  3001s| 76800 | 31368 | 23516k| 212.8 |   528M |  66 | 540 |5425 |4333 |  49k|  0 | 106k|8408 | 4.849336e+01 | 6.400000e+01 |  31.98%|   1.84%
2995.17/3002.50	c  3003s| 76900 | 31404 | 23534k| 212.8 |   528M |  66 | 540 |5365 |4326 |  49k|  0 | 106k|8408 | 4.849600e+01 | 6.400000e+01 |  31.97%|   1.84%
2996.87/3004.27	c  3004s| 77000 | 31448 | 23550k| 212.8 |   534M |  66 | 540 |5412 |4328 |  49k|  3 | 106k|8411 | 4.849641e+01 | 6.400000e+01 |  31.97%|   1.84%
2998.27/3005.65	c  3006s| 77100 | 31459 | 23560k| 212.7 |   535M |  66 | 540 |5430 |4339 |  49k|  1 | 106k|8413 | 4.849641e+01 | 6.400000e+01 |  31.97%|   1.85%
3000.67/3008.04	c  3008s| 77200 | 31515 | 23582k| 212.7 |   535M |  66 | 540 |5383 |4337 |  49k|  0 | 106k|8416 | 4.849726e+01 | 6.400000e+01 |  31.97%|   1.85%
3003.66/3011.01	c  3011s| 77300 | 31565 | 23604k| 212.7 |   535M |  66 | 540 |5399 |4336 |  49k|  1 | 106k|8416 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.85%
3005.35/3012.71	c  3013s| 77400 | 31599 | 23621k| 212.6 |   535M |  66 | 540 |5377 |4333 |  49k|  2 | 106k|8416 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.85%
3005.95/3013.30	c  3013s| 77500 | 31609 | 23627k| 212.5 |   535M |  66 | 540 |5379 |4338 |  49k|  1 | 106k|8416 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.85%
3007.35/3014.79	c  3015s| 77600 | 31626 | 23639k| 212.4 |   535M |  66 | 540 |5388 |4331 |  49k|  1 | 106k|8420 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.86%
3009.14/3016.55	c  3017s| 77700 | 31652 | 23656k| 212.4 |   535M |  66 | 540 |5377 |4333 |  49k|  3 | 106k|8422 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.86%
3011.44/3018.82	c  3019s| 77800 | 31700 | 23673k| 212.3 |   535M |  66 | 540 |5394 |4337 |  49k|  2 | 106k|8423 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.86%
3012.93/3020.37	c  3020s| 77900 | 31744 | 23688k| 212.3 |   535M |  66 | 540 |5425 |4330 |  49k|  1 | 106k|8425 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.86%
3016.13/3023.59	c  3024s| 78000 | 31800 | 23713k| 212.3 |   535M |  66 | 540 |5407 |4324 |  49k|  1 | 106k|8425 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.86%
3018.22/3025.69	c  3026s| 78100 | 31832 | 23733k| 212.3 |   535M |  66 | 540 |5375 |4332 |  49k|  1 | 106k|8430 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.86%
3020.02/3027.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3020.02/3027.45	c  3027s| 78200 | 31866 | 23749k| 212.3 |   535M |  66 | 540 |5386 |4328 |  49k|  2 | 106k|8434 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.87%
3021.32/3028.70	c  3029s| 78300 | 31886 | 23760k| 212.2 |   535M |  66 | 540 |5414 |4327 |  50k|  1 | 106k|8434 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.87%
3023.11/3030.50	c  3030s| 78400 | 31918 | 23776k| 212.1 |   535M |  66 | 540 |5395 |4326 |  50k|  1 | 106k|8435 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.87%
3024.71/3032.16	c  3032s| 78500 | 31953 | 23792k| 212.1 |   536M |  66 | 540 |5471 |4333 |  50k|  0 | 106k|8435 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.87%
3026.90/3034.37	c  3034s| 78600 | 31991 | 23811k| 212.1 |   536M |  66 | 540 |5486 |4344 |  50k|  1 | 106k|8435 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.87%
3029.40/3036.83	c  3037s| 78700 | 32023 | 23829k| 212.0 |   536M |  66 | 540 |5540 |   0 |  50k|  0 | 106k|8439 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.87%
3030.39/3037.84	c  3038s| 78800 | 32044 | 23839k| 211.9 |   536M |  66 | 540 |5549 |4331 |  50k|  1 | 107k|8441 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.87%
3032.09/3039.58	c  3040s| 78900 | 32064 | 23853k| 211.9 |   536M |  66 | 540 |5535 |4340 |  50k|  1 | 107k|8442 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.88%
3033.69/3041.19	c  3041s| 79000 | 32094 | 23867k| 211.8 |   537M |  66 | 540 |5518 |4333 |  50k|  0 | 107k|8443 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.88%
3035.48/3042.97	c  3043s| 79100 | 32127 | 23883k| 211.7 |   537M |  66 | 540 |5496 |4330 |  50k|  0 | 107k|8443 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.88%
3036.38/3043.80	c  3044s| 79200 | 32141 | 23891k| 211.6 |   537M |  66 | 540 |5473 |4328 |  50k|  1 | 107k|8444 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.88%
3037.98/3045.40	c  3045s| 79300 | 32193 | 23905k| 211.6 |   537M |  66 | 540 |5543 |4335 |  50k|  0 | 107k|8448 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3039.47/3046.92	c  3047s| 79400 | 32231 | 23920k| 211.5 |   537M |  66 | 540 |5563 |4334 |  50k|  1 | 107k|8449 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3041.37/3048.81	c  3049s| 79500 | 32275 | 23939k| 211.5 |   537M |  66 | 540 |5540 |   0 |  50k|  0 | 107k|8451 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3042.47/3049.90	c  3050s| 79600 | 32294 | 23948k| 211.4 |   537M |  66 | 540 |5556 |4336 |  50k|  1 | 107k|8451 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3043.96/3051.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3043.96/3051.42	c  3051s| 79700 | 32330 | 23963k| 211.3 |   537M |  66 | 540 |5586 |4328 |  50k|  0 | 107k|8452 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3045.67/3053.19	c  3053s| 79800 | 32346 | 23976k| 211.3 |   537M |  66 | 540 |5563 |4349 |  50k|  0 | 107k|8452 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3047.66/3055.11	c  3055s| 79900 | 32393 | 23994k| 211.2 |   537M |  66 | 540 |5544 |4324 |  50k|  1 | 107k|8452 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3050.15/3057.63	c  3058s| 80000 | 32429 | 24012k| 211.2 |   538M |  66 | 540 |5536 |4366 |  50k|  0 | 107k|8452 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3052.45/3059.97	c  3060s| 80100 | 32489 | 24034k| 211.2 |   539M |  66 | 540 |5538 |4336 |  50k|  1 | 107k|8452 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3054.44/3061.93	c  3062s| 80200 | 32523 | 24050k| 211.2 |   540M |  66 | 540 |5549 |4333 |  51k|  2 | 107k|8452 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.89%
3056.14/3063.68	c  3064s| 80300 | 32542 | 24064k| 211.1 |   540M |  66 | 540 |5545 |4331 |  51k|  1 | 107k|8452 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3057.73/3065.23	c  3065s| 80400 | 32569 | 24078k| 211.0 |   541M |  66 | 540 |5551 |4330 |  51k|  1 | 107k|8453 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3060.73/3068.26	c  3068s| 80500 | 32635 | 24105k| 211.1 |   541M |  66 | 540 |5586 |4333 |  51k|  0 | 107k|8458 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3062.53/3070.06	c  3070s| 80600 | 32675 | 24121k| 211.1 |   541M |  66 | 540 |5608 |4335 |  51k|  0 | 107k|8458 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3064.32/3071.89	c  3072s| 80700 | 32697 | 24135k| 211.0 |   541M |  66 | 540 |5595 |4334 |  51k|  1 | 107k|8459 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3066.52/3074.09	c  3074s| 80800 | 32745 | 24153k| 211.0 |   541M |  66 | 540 |5624 |4336 |  51k|  1 | 108k|8465 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3068.11/3075.61	c  3076s| 80900 | 32783 | 24167k| 210.9 |   541M |  66 | 540 |5710 |4332 |  51k|  2 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3070.01/3077.59	c  3078s| 81000 | 32819 | 24185k| 210.9 |   541M |  66 | 540 |5717 |4358 |  51k|  0 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.90%
3071.90/3079.43	c  3079s| 81100 | 32847 | 24201k| 210.8 |   541M |  66 | 540 |5726 |4347 |  51k|  2 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.91%
3074.10/3081.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3074.10/3081.69	c  3082s| 81200 | 32875 | 24218k| 210.8 |   541M |  66 | 540 |5707 |4330 |  51k|  0 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.91%
3076.09/3083.66	c  3084s| 81300 | 32895 | 24233k| 210.7 |   541M |  66 | 540 |5662 |4333 |  51k|  1 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.91%
3077.79/3085.35	c  3085s| 81400 | 32935 | 24249k| 210.7 |   542M |  66 | 540 |5655 |4332 |  51k|  1 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.92%
3079.39/3086.92	c  3087s| 81500 | 32959 | 24265k| 210.7 |   542M |  66 | 540 |5628 |4337 |  51k|  2 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.92%
3081.18/3088.70	c  3089s| 81600 | 33000 | 24283k| 210.6 |   542M |  66 | 540 |5585 |4333 |  51k|  1 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.93%
3083.08/3090.69	c  3091s| 81700 | 33029 | 24302k| 210.6 |   542M |  66 | 540 |5608 |4323 |  51k|  1 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.93%
3084.97/3092.59	c  3093s| 81800 | 33054 | 24317k| 210.6 |   542M |  66 | 540 |5576 |4327 |  51k|  0 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.96%
3087.37/3094.91	c  3095s| 81900 | 33090 | 24336k| 210.5 |   542M |  66 | 540 |5539 |4325 |  52k|  2 | 108k|8466 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.98%
3089.16/3096.71	c  3097s| 82000 | 33110 | 24350k| 210.5 |   542M |  66 | 540 |5530 |4335 |  52k|  0 | 108k|8467 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.98%
3090.66/3098.22	c  3098s| 82100 | 33133 | 24364k| 210.4 |   542M |  66 | 540 |5568 |4333 |  52k|  0 | 108k|8467 | 4.850000e+01 | 6.400000e+01 |  31.96%|   1.99%
3092.06/3099.64	c  3100s| 82200 | 33165 | 24375k| 210.3 |   542M |  66 | 540 |5560 |4331 |  52k|  1 | 108k|8467 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3093.65/3101.26	c  3101s| 82300 | 33188 | 24389k| 210.3 |   542M |  66 | 540 |5523 |4328 |  52k|  2 | 108k|8468 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3095.25/3102.81	c  3103s| 82400 | 33216 | 24404k| 210.2 |   542M |  66 | 540 |5525 |4337 |  52k|  2 | 108k|8468 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3096.05/3103.67	c  3104s| 82500 | 33229 | 24412k| 210.1 |   542M |  66 | 540 |5571 |4339 |  52k|  0 | 108k|8470 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3097.45/3105.05	c  3105s| 82600 | 33247 | 24423k| 210.0 |   542M |  66 | 540 |5586 |4325 |  52k|  1 | 108k|8470 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3098.64/3106.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3098.64/3106.28	c  3106s| 82700 | 33259 | 24433k| 209.9 |   542M |  66 | 540 |5583 |4337 |  52k|  2 | 109k|8472 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3100.04/3107.62	c  3108s| 82800 | 33285 | 24447k| 209.9 |   542M |  66 | 540 |5554 |4330 |  52k|  1 | 109k|8472 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3103.23/3110.82	c  3111s| 82900 | 33335 | 24469k| 209.9 |   542M |  66 | 540 |5535 |4354 |  52k|  1 | 109k|8476 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3105.13/3112.70	c  3113s| 83000 | 33371 | 24487k| 209.9 |   542M |  66 | 540 |5493 |4333 |  52k|  1 | 109k|8476 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3107.12/3114.71	c  3115s| 83100 | 33411 | 24506k| 209.8 |   542M |  66 | 540 |5450 |4333 |  52k|  1 | 109k|8476 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.00%
3109.32/3116.98	c  3117s| 83200 | 33449 | 24525k| 209.8 |   542M |  66 | 540 |5397 |4337 |  52k|  0 | 109k|8487 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.01%
3111.81/3119.47	c  3119s| 83300 | 33515 | 24547k| 209.8 |   542M |  66 | 540 |5419 |4327 |  52k|  1 | 109k|8489 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.01%
3113.71/3121.32	c  3121s| 83400 | 33543 | 24562k| 209.8 |   542M |  66 | 540 |5386 |4342 |  52k|  1 | 109k|8502 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.01%
3115.41/3123.00	c  3123s| 83500 | 33575 | 24578k| 209.7 |   542M |  66 | 540 |5355 |4338 |  52k|  0 | 109k|8503 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.01%
3116.20/3123.85	c  3124s| 83600 | 33584 | 24586k| 209.6 |   542M |  66 | 540 |5363 |4339 |  52k|  0 | 109k|8505 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.01%
3117.10/3124.73	c  3125s| 83700 | 33596 | 24594k| 209.5 |   542M |  66 | 540 |5388 |4334 |  52k|  0 | 109k|8507 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.01%
3119.10/3126.74	c  3127s| 83800 | 33622 | 24610k| 209.5 |   542M |  66 | 540 |5387 |4339 |  52k|  1 | 109k|8513 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.02%
3120.89/3128.58	c  3129s| 83900 | 33655 | 24626k| 209.4 |   543M |  66 | 540 |5387 |4335 |  52k|  1 | 109k|8521 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.02%
3122.29/3129.93	c  3130s| 84000 | 33674 | 24638k| 209.4 |   543M |  66 | 540 |5414 |4331 |  52k|  0 | 109k|8528 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.02%
3125.08/3132.70	c  3133s| 84100 | 33742 | 24662k| 209.4 |   546M |  66 | 540 |5369 |4319 |  53k|  0 | 109k|8538 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.02%
3127.28/3134.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3127.28/3134.92	c  3135s| 84200 | 33790 | 24682k| 209.4 |   546M |  66 | 540 |5384 |4327 |  53k|  2 | 109k|8545 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.02%
3129.87/3137.55	c  3138s| 84300 | 33854 | 24707k| 209.4 |   546M |  66 | 540 |5406 |4322 |  53k|  1 | 109k|8549 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.03%
3132.57/3140.27	c  3140s| 84400 | 33896 | 24730k| 209.4 |   546M |  66 | 540 |5384 |4325 |  53k|  1 | 109k|8551 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.03%
3134.56/3142.25	c  3142s| 84500 | 33938 | 24748k| 209.4 |   546M |  66 | 540 |5419 |4323 |  53k|  1 | 109k|8553 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.03%
3135.96/3143.63	c  3144s| 84600 | 33962 | 24760k| 209.3 |   546M |  66 | 540 |5423 |4335 |  53k|  0 | 109k|8556 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.03%
3137.95/3145.68	c  3146s| 84700 | 34000 | 24779k| 209.3 |   546M |  66 | 540 |5412 |4326 |  53k|  0 | 109k|8562 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.03%
3140.15/3147.81	c  3148s| 84800 | 34050 | 24800k| 209.3 |   546M |  66 | 540 |5380 |4335 |  53k|  1 | 109k|8562 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.04%
3143.14/3150.82	c  3151s| 84900 | 34114 | 24825k| 209.3 |   546M |  66 | 540 |5457 |4333 |  53k|  3 | 109k|8564 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.04%
3144.54/3152.21	c  3152s| 85000 | 34146 | 24837k| 209.3 |   546M |  66 | 540 |5475 |4330 |  53k|  1 | 109k|8569 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.04%
3145.94/3153.66	c  3154s| 85100 | 34160 | 24849k| 209.2 |   547M |  66 | 540 |5457 |4330 |  53k|  2 | 109k|8569 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.04%
3147.64/3155.30	c  3155s| 85200 | 34189 | 24864k| 209.1 |   547M |  66 | 540 |5464 |4332 |  53k|  0 | 110k|8572 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.04%
3149.63/3157.35	c  3157s| 85300 | 34241 | 24885k| 209.1 |   547M |  66 | 540 |5465 |4334 |  53k|  1 | 110k|8574 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.05%
3151.63/3159.37	c  3159s| 85400 | 34297 | 24905k| 209.1 |   547M |  66 | 540 |5437 |4334 |  53k|  1 | 110k|8574 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.05%
3153.92/3161.67	c  3162s| 85500 | 34334 | 24925k| 209.1 |   547M |  66 | 540 |5414 |4334 |  53k|  1 | 110k|8576 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.05%
3155.82/3163.57	c  3164s| 85600 | 34372 | 24942k| 209.1 |   547M |  66 | 540 |5382 |4331 |  53k|  1 | 110k|8578 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.05%
3157.32/3165.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3157.32/3165.10	c  3165s| 85700 | 34405 | 24957k| 209.0 |   547M |  66 | 540 |5403 |4340 |  53k|  1 | 110k|8578 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.05%
3158.81/3166.50	c  3166s| 85800 | 34425 | 24970k| 209.0 |   547M |  66 | 540 |5418 |4337 |  53k|  0 | 110k|8580 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.05%
3160.81/3168.50	c  3169s| 85900 | 34449 | 24985k| 208.9 |   549M |  66 | 540 |5431 |4329 |  53k|  1 | 110k|8581 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.06%
3162.41/3170.12	c  3170s| 86000 | 34481 | 25001k| 208.9 |   549M |  66 | 540 |5445 |4330 |  53k|  2 | 110k|8581 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.06%
3164.20/3171.99	c  3172s| 86100 | 34511 | 25017k| 208.8 |   549M |  66 | 540 |5399 |4333 |  53k|  1 | 110k|8583 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.07%
3165.50/3173.22	c  3173s| 86200 | 34531 | 25028k| 208.8 |   549M |  66 | 540 |5384 |4335 |  53k|  1 | 110k|8583 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.07%
3167.09/3174.86	c  3175s| 86300 | 34553 | 25042k| 208.7 |   549M |  66 | 540 |5418 |   0 |  53k|  0 | 110k|8585 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.07%
3169.39/3177.11	c  3177s| 86400 | 34597 | 25063k| 208.7 |   549M |  66 | 540 |5463 |4332 |  53k|  1 | 110k|8586 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.07%
3171.29/3179.00	c  3179s| 86500 | 34629 | 25078k| 208.7 |   549M |  66 | 540 |5490 |4330 |  53k|  0 | 110k|8592 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.08%
3172.48/3180.29	c  3180s| 86600 | 34649 | 25090k| 208.6 |   549M |  66 | 540 |5455 |4340 |  53k|  1 | 110k|8593 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.08%
3174.18/3181.91	c  3182s| 86700 | 34691 | 25107k| 208.5 |   549M |  66 | 540 |5413 |4344 |  53k|  3 | 110k|8593 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.08%
3176.67/3184.43	c  3184s| 86800 | 34729 | 25127k| 208.5 |   551M |  66 | 540 |5403 |4354 |  54k|  1 | 110k|8594 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.08%
3178.38/3186.10	c  3186s| 86900 | 34749 | 25139k| 208.5 |   551M |  66 | 540 |5410 |4341 |  54k|  0 | 110k|8601 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.09%
3180.07/3187.82	c  3188s| 87000 | 34775 | 25154k| 208.4 |   551M |  66 | 540 |5395 |4345 |  54k|  1 | 110k|8601 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.09%
3182.16/3189.98	c  3190s| 87100 | 34801 | 25172k| 208.4 |   551M |  66 | 540 |5388 |4332 |  54k|  0 | 110k|8603 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3183.56/3191.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3183.56/3191.31	c  3191s| 87200 | 34835 | 25184k| 208.3 |   552M |  66 | 540 |5384 |   0 |  54k|  0 | 110k|8604 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3185.45/3193.20	c  3193s| 87300 | 34871 | 25201k| 208.3 |   552M |  66 | 540 |5343 |4326 |  54k|  1 | 110k|8605 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3188.85/3196.63	c  3197s| 87400 | 34903 | 25226k| 208.3 |   552M |  66 | 540 |5322 |4369 |  54k|  1 | 110k|8605 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3192.54/3200.37	c  3200s| 87500 | 34931 | 25251k| 208.4 |   561M |  66 | 540 |5332 |4361 |  54k|  2 | 110k|8609 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3194.83/3202.60	c  3203s| 87600 | 34945 | 25264k| 208.3 |   561M |  66 | 540 |5348 |4335 |  54k|  1 | 110k|8609 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3196.93/3204.72	c  3205s| 87700 | 34975 | 25282k| 208.3 |   561M |  66 | 540 |5340 |4334 |  55k|  0 | 111k|8609 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3199.33/3207.13	c  3207s| 87800 | 35027 | 25304k| 208.3 |   561M |  66 | 540 |5319 |4335 |  55k|  0 | 111k|8609 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.10%
3201.32/3209.13	c  3209s| 87900 | 35049 | 25318k| 208.2 |   561M |  66 | 540 |5306 |4334 |  55k|  2 | 111k|8610 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.11%
3203.41/3211.22	c  3211s| 88000 | 35089 | 25337k| 208.2 |   561M |  66 | 540 |5279 |4332 |  55k|  1 | 111k|8610 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.11%
3204.81/3212.64	c  3213s| 88100 | 35118 | 25349k| 208.1 |   561M |  66 | 540 |5364 |4338 |  55k|  2 | 111k|8610 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.11%
3206.31/3214.12	c  3214s| 88200 | 35136 | 25364k| 208.1 |   561M |  66 | 540 |5335 |4323 |  55k|  0 | 111k|8610 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.11%
3207.50/3215.33	c  3215s| 88300 | 35158 | 25376k| 208.0 |   561M |  66 | 540 |5334 |4338 |  55k|  1 | 111k|8611 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.12%
3209.70/3217.50	c  3217s| 88400 | 35192 | 25394k| 208.0 |   561M |  66 | 540 |5367 |4327 |  55k|  0 | 111k|8612 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.12%
3211.99/3219.82	c  3220s| 88500 | 35242 | 25414k| 208.0 |   561M |  66 | 540 |5346 |4329 |  55k|  1 | 111k|8613 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.12%
3213.39/3221.23	c  3221s| 88600 | 35267 | 25426k| 207.9 |   561M |  66 | 540 |5351 |4331 |  55k|  0 | 111k|8614 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.13%
3215.39/3223.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3215.39/3223.22	c  3223s| 88700 | 35303 | 25443k| 207.9 |   563M |  66 | 540 |5362 |4341 |  55k|  2 | 111k|8616 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.13%
3216.78/3224.61	c  3225s| 88800 | 35323 | 25455k| 207.8 |   563M |  66 | 540 |5370 |4334 |  55k|  0 | 111k|8617 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.13%
3218.08/3225.94	c  3226s| 88900 | 35337 | 25469k| 207.8 |   563M |  66 | 540 |5378 |4336 |  55k|  1 | 111k|8617 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.13%
3220.08/3227.91	c  3228s| 89000 | 35371 | 25486k| 207.7 |   563M |  66 | 540 |5397 |4333 |  55k|  3 | 111k|8621 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.13%
3221.37/3229.22	c  3229s| 89100 | 35399 | 25498k| 207.7 |   563M |  66 | 540 |5358 |4331 |  55k|  1 | 111k|8625 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.13%
3223.27/3231.16	c  3231s| 89200 | 35445 | 25516k| 207.6 |   563M |  66 | 540 |5310 |4330 |  55k|  2 | 111k|8627 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.13%
3224.37/3232.29	c  3232s| 89300 | 35467 | 25528k| 207.6 |   563M |  66 | 540 |5296 |4331 |  55k|  0 | 111k|8627 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.14%
3226.36/3234.23	c  3234s| 89400 | 35499 | 25542k| 207.5 |   564M |  66 | 540 |5280 |4319 |  55k|  1 | 111k|8629 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.22%
3228.86/3236.72	c  3237s| 89500 | 35547 | 25562k| 207.5 |   564M |  66 | 540 |5297 |4342 |  55k|  2 | 111k|8630 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.22%
3230.45/3238.33	c  3238s| 89600 | 35571 | 25575k| 207.4 |   564M |  66 | 540 |5317 |4333 |  55k|  0 | 111k|8631 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.22%
3233.35/3241.23	c  3241s| 89700 | 35633 | 25601k| 207.5 |   564M |  66 | 540 |5370 |4338 |  56k|  1 | 111k|8633 | 4.850000e+01 | 6.400000e+01 |  31.96%|   2.22%
3235.44/3243.36	c  3243s| 89800 | 35675 | 25620k| 207.5 |   564M |  66 | 540 |5358 |4331 |  56k|  1 | 111k|8635 | 4.850317e+01 | 6.400000e+01 |  31.95%|   2.22%
3236.64/3244.53	c  3245s| 89900 | 35701 | 25631k| 207.4 |   564M |  66 | 540 |5375 |4338 |  56k|  0 | 111k|8635 | 4.850317e+01 | 6.400000e+01 |  31.95%|   2.22%
3237.54/3245.45	c  3245s| 90000 | 35714 | 25640k| 207.3 |   564M |  66 | 540 |5372 |4351 |  56k|  1 | 111k|8637 | 4.850526e+01 | 6.400000e+01 |  31.94%|   2.22%
3239.33/3247.26	c  3247s| 90100 | 35742 | 25656k| 207.3 |   564M |  66 | 540 |5370 |4341 |  56k|  2 | 111k|8637 | 4.850526e+01 | 6.400000e+01 |  31.94%|   2.23%
3241.33/3249.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3241.33/3249.26	c  3249s| 90200 | 35766 | 25671k| 207.2 |   564M |  66 | 540 |5410 |4358 |  56k|  2 | 111k|8638 | 4.850526e+01 | 6.400000e+01 |  31.94%|   2.23%
3243.53/3251.44	c  3251s| 90300 | 35796 | 25688k| 207.2 |   564M |  66 | 540 |5402 |4355 |  56k|  2 | 112k|8639 | 4.850667e+01 | 6.400000e+01 |  31.94%|   2.23%
3245.02/3253.00	c  3253s| 90400 | 35816 | 25701k| 207.1 |   564M |  66 | 540 |5396 |4337 |  56k|  0 | 112k|8639 | 4.850871e+01 | 6.400000e+01 |  31.94%|   2.23%
3247.42/3255.30	c  3255s| 90500 | 35860 | 25721k| 207.1 |   565M |  66 | 540 |5422 |4327 |  56k|  1 | 112k|8641 | 4.850980e+01 | 6.400000e+01 |  31.93%|   2.24%
3249.22/3257.12	c  3257s| 90600 | 35910 | 25738k| 207.1 |   565M |  66 | 540 |5468 |4327 |  56k|  0 | 112k|8641 | 4.851111e+01 | 6.400000e+01 |  31.93%|   2.24%
3251.01/3258.93	c  3259s| 90700 | 35952 | 25755k| 207.1 |   565M |  66 | 540 |5483 |4333 |  56k|  1 | 112k|8647 | 4.851111e+01 | 6.400000e+01 |  31.93%|   2.24%
3252.61/3260.59	c  3261s| 90800 | 35988 | 25770k| 207.0 |   566M |  66 | 540 |5525 |4333 |  56k|  2 | 112k|8652 | 4.851119e+01 | 6.400000e+01 |  31.93%|   2.24%
3255.60/3263.51	c  3264s| 90900 | 36042 | 25795k| 207.0 |   566M |  66 | 540 |5490 |4332 |  56k|  0 | 112k|8652 | 4.851284e+01 | 6.400000e+01 |  31.92%|   2.24%
3256.70/3264.60	c  3265s| 91000 | 36070 | 25806k| 207.0 |   566M |  66 | 540 |5489 |4331 |  56k|  1 | 112k|8653 | 4.851286e+01 | 6.400000e+01 |  31.92%|   2.24%
3257.89/3265.88	c  3266s| 91100 | 36090 | 25819k| 206.9 |   566M |  66 | 540 |5479 |4329 |  56k|  2 | 112k|8654 | 4.851613e+01 | 6.400000e+01 |  31.91%|   2.24%
3259.39/3267.30	c  3267s| 91200 | 36126 | 25833k| 206.8 |   566M |  66 | 540 |5475 |4338 |  56k|  2 | 112k|8654 | 4.851765e+01 | 6.400000e+01 |  31.91%|   2.24%
3260.99/3268.97	c  3269s| 91300 | 36162 | 25849k| 206.8 |   566M |  66 | 540 |5448 |4333 |  56k|  1 | 112k|8656 | 4.851765e+01 | 6.400000e+01 |  31.91%|   2.24%
3263.68/3271.66	c  3272s| 91400 | 36214 | 25873k| 206.8 |   566M |  66 | 540 |5453 |4325 |  56k|  0 | 112k|8656 | 4.851810e+01 | 6.400000e+01 |  31.91%|   2.24%
3267.18/3275.12	c  3275s| 91500 | 36288 | 25904k| 206.9 |   566M |  66 | 540 |5422 |4334 |  56k|  1 | 112k|8656 | 4.851852e+01 | 6.400000e+01 |  31.91%|   2.24%
3269.37/3277.38	c  3277s| 91600 | 36333 | 25925k| 206.9 |   566M |  66 | 540 |5429 |4329 |  56k|  1 | 112k|8666 | 4.851852e+01 | 6.400000e+01 |  31.91%|   2.25%
3270.67/3278.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3270.67/3278.64	c  3279s| 91700 | 36357 | 25937k| 206.9 |   566M |  66 | 540 |5456 |4363 |  56k|  3 | 112k|8672 | 4.852000e+01 | 6.400000e+01 |  31.90%|   2.25%
3272.36/3280.34	c  3280s| 91800 | 36387 | 25952k| 206.8 |   566M |  66 | 540 |5466 |4345 |  56k|  1 | 112k|8679 | 4.852174e+01 | 6.400000e+01 |  31.90%|   2.25%
3273.46/3281.43	c  3281s| 91900 | 36401 | 25961k| 206.7 |   566M |  66 | 540 |5542 |4324 |  56k|  1 | 112k|8692 | 4.852199e+01 | 6.400000e+01 |  31.90%|   2.25%
3275.26/3283.26	c  3283s| 92000 | 36439 | 25977k| 206.7 |   566M |  66 | 540 |5496 |4324 |  56k|  1 | 112k|8699 | 4.852228e+01 | 6.400000e+01 |  31.90%|   2.26%
3277.06/3285.09	c  3285s| 92100 | 36471 | 25993k| 206.6 |   566M |  66 | 540 |5491 |4329 |  56k|  1 | 112k|8703 | 4.852298e+01 | 6.400000e+01 |  31.90%|   2.26%
3279.25/3287.26	c  3287s| 92200 | 36505 | 26008k| 206.6 |   566M |  66 | 540 |5524 |4322 |  56k|  0 | 112k|8727 | 4.852308e+01 | 6.400000e+01 |  31.90%|   2.27%
3280.54/3288.52	c  3289s| 92300 | 36527 | 26021k| 206.5 |   567M |  66 | 540 |5490 |4330 |  56k|  1 | 112k|8727 | 4.852364e+01 | 6.400000e+01 |  31.89%|   2.27%
3281.94/3289.97	c  3290s| 92400 | 36547 | 26033k| 206.5 |   567M |  66 | 540 |5494 |4332 |  57k|  1 | 113k|8735 | 4.852500e+01 | 6.400000e+01 |  31.89%|   2.27%
3283.44/3291.42	c  3291s| 92500 | 36569 | 26045k| 206.4 |   567M |  66 | 540 |5493 |4330 |  57k|  2 | 113k|8745 | 4.852500e+01 | 6.400000e+01 |  31.89%|   2.29%
3285.14/3293.11	c  3293s| 92600 | 36598 | 26059k| 206.3 |   567M |  66 | 540 |5499 |4341 |  57k|  0 | 113k|8757 | 4.852778e+01 | 6.400000e+01 |  31.88%|   2.29%
3287.33/3295.37	c  3295s| 92700 | 36632 | 26079k| 206.3 |   567M |  66 | 540 |5479 |4323 |  57k|  1 | 113k|8760 | 4.852778e+01 | 6.400000e+01 |  31.88%|   2.30%
3289.43/3297.42	c  3297s| 92800 | 36664 | 26096k| 206.3 |   567M |  66 | 540 |5464 |4364 |  57k|  7 | 113k|8762 | 4.852778e+01 | 6.400000e+01 |  31.88%|   2.30%
3291.03/3299.01	c  3299s| 92900 | 36694 | 26110k| 206.3 |   567M |  66 | 540 |5444 |4328 |  57k|  0 | 113k|8762 | 4.852885e+01 | 6.400000e+01 |  31.88%|   2.30%
3292.92/3300.94	c  3301s| 93000 | 36738 | 26128k| 206.2 |   567M |  66 | 540 |5435 |4338 |  57k|  1 | 113k|8767 | 4.852958e+01 | 6.400000e+01 |  31.88%|   2.30%
3296.41/3304.47	c  3304s| 93100 | 36784 | 26155k| 206.3 |   568M |  66 | 540 |5432 |4357 |  57k|  5 | 113k|8769 | 4.853197e+01 | 6.400000e+01 |  31.87%|   2.30%
3299.70/3307.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3299.70/3307.70	c  3308s| 93200 | 36811 | 26178k| 206.3 |   583M |  66 | 540 |5406 |4334 |  57k|  0 | 113k|8772 | 4.853243e+01 | 6.400000e+01 |  31.87%|   2.31%
3300.70/3308.79	c  3309s| 93300 | 36823 | 26187k| 206.2 |   583M |  66 | 540 |5416 |4336 |  57k|  2 | 113k|8777 | 4.853243e+01 | 6.400000e+01 |  31.87%|   2.31%
3302.69/3310.75	c  3311s| 93400 | 36865 | 26205k| 206.2 |   583M |  66 | 540 |5388 |4325 |  57k|  2 | 113k|8782 | 4.853333e+01 | 6.400000e+01 |  31.87%|   2.31%
3303.99/3312.07	c  3312s| 93500 | 36897 | 26217k| 206.1 |   583M |  66 | 540 |5376 |4317 |  57k|  1 | 113k|8787 | 4.853438e+01 | 6.400000e+01 |  31.87%|   2.32%
3305.19/3313.27	c  3313s| 93600 | 36926 | 26229k| 206.1 |   583M |  66 | 540 |5406 |4317 |  57k|  0 | 113k|8791 | 4.853438e+01 | 6.400000e+01 |  31.87%|   2.32%
3306.28/3314.33	c  3314s| 93700 | 36935 | 26238k| 206.0 |   583M |  66 | 540 |5402 |4319 |  57k|  1 | 113k|8795 | 4.853573e+01 | 6.400000e+01 |  31.86%|   2.32%
3306.99/3315.01	c  3315s| 93800 | 36946 | 26245k| 205.9 |   583M |  66 | 540 |5425 |4323 |  57k|  0 | 113k|8795 | 4.853793e+01 | 6.400000e+01 |  31.86%|   2.32%
3308.38/3316.40	c  3316s| 93900 | 36958 | 26258k| 205.8 |   583M |  66 | 540 |5447 |4320 |  57k|  2 | 113k|8799 | 4.853853e+01 | 6.400000e+01 |  31.85%|   2.32%
3309.58/3317.68	c  3318s| 94000 | 36968 | 26268k| 205.7 |   583M |  66 | 540 |5477 |4321 |  57k|  0 | 113k|8801 | 4.853853e+01 | 6.400000e+01 |  31.85%|   2.32%
3311.47/3319.52	c  3320s| 94100 | 36994 | 26283k| 205.7 |   583M |  66 | 540 |5460 |4325 |  57k|  2 | 113k|8803 | 4.853968e+01 | 6.400000e+01 |  31.85%|   2.32%
3313.17/3321.20	c  3321s| 94200 | 37014 | 26297k| 205.6 |   583M |  66 | 540 |5454 |   0 |  57k|  0 | 113k|8804 | 4.854403e+01 | 6.400000e+01 |  31.84%|   2.32%
3314.27/3322.37	c  3322s| 94300 | 37027 | 26308k| 205.5 |   583M |  66 | 540 |5466 |4336 |  57k|  1 | 113k|8804 | 4.854478e+01 | 6.400000e+01 |  31.84%|   2.33%
3315.46/3323.56	c  3324s| 94400 | 37055 | 26320k| 205.5 |   583M |  66 | 540 |5451 |4336 |  57k|  2 | 113k|8804 | 4.854478e+01 | 6.400000e+01 |  31.84%|   2.33%
3317.36/3325.46	c  3325s| 94500 | 37091 | 26335k| 205.4 |   583M |  66 | 540 |5472 |4327 |  57k|  1 | 113k|8834 | 4.854493e+01 | 6.400000e+01 |  31.84%|   2.33%
3319.06/3327.10	c  3327s| 94600 | 37119 | 26350k| 205.4 |   583M |  66 | 540 |5462 |4360 |  57k|  1 | 113k|8835 | 4.854545e+01 | 6.400000e+01 |  31.84%|   2.33%
3321.06/3329.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3321.06/3329.15	c  3329s| 94700 | 37153 | 26367k| 205.4 |   584M |  66 | 540 |5447 |   0 |  58k|  0 | 113k|8836 | 4.854545e+01 | 6.400000e+01 |  31.84%|   2.34%
3322.75/3330.83	c  3331s| 94800 | 37173 | 26381k| 205.3 |   584M |  66 | 540 |5422 |4326 |  58k|  2 | 113k|8836 | 4.854545e+01 | 6.400000e+01 |  31.84%|   2.34%
3324.64/3332.71	c  3333s| 94900 | 37201 | 26397k| 205.3 |   584M |  66 | 540 |5411 |4333 |  58k|  2 | 113k|8838 | 4.854547e+01 | 6.400000e+01 |  31.84%|   2.35%
3326.24/3334.37	c  3334s| 95000 | 37231 | 26414k| 205.3 |   584M |  66 | 540 |5383 |4330 |  58k|  1 | 113k|8839 | 4.854649e+01 | 6.400000e+01 |  31.83%|   2.35%
3328.34/3336.44	c  3336s| 95100 | 37280 | 26432k| 205.2 |   584M |  66 | 540 |5410 |4337 |  58k|  1 | 113k|8839 | 4.854762e+01 | 6.400000e+01 |  31.83%|   2.35%
3330.23/3338.38	c  3338s| 95200 | 37304 | 26445k| 205.2 |   584M |  66 | 540 |5448 |4343 |  58k|  0 | 113k|8839 | 4.854783e+01 | 6.400000e+01 |  31.83%|   2.35%
3332.73/3340.82	c  3341s| 95300 | 37337 | 26464k| 205.2 |   584M |  66 | 540 |5457 |4382 |  58k|  8 | 113k|8841 | 4.854783e+01 | 6.400000e+01 |  31.83%|   2.35%
3334.12/3342.27	c  3342s| 95400 | 37365 | 26478k| 205.1 |   584M |  66 | 540 |5447 |4331 |  58k|  0 | 113k|8845 | 4.854783e+01 | 6.400000e+01 |  31.83%|   2.36%
3335.42/3343.58	c  3344s| 95500 | 37392 | 26490k| 205.0 |   584M |  66 | 540 |5539 |   0 |  58k|  0 | 114k|8846 | 4.854783e+01 | 6.400000e+01 |  31.83%|   2.36%
3336.92/3345.03	c  3345s| 95600 | 37422 | 26502k| 205.0 |   584M |  66 | 540 |5539 |4332 |  58k|  4 | 114k|8846 | 4.854783e+01 | 6.400000e+01 |  31.83%|   2.36%
3339.21/3347.37	c  3347s| 95700 | 37460 | 26523k| 205.0 |   584M |  66 | 540 |5502 |4353 |  58k|  1 | 114k|8846 | 4.854907e+01 | 6.400000e+01 |  31.83%|   2.36%
3342.30/3350.42	c  3350s| 95800 | 37510 | 26545k| 205.0 |   584M |  66 | 540 |5507 |4329 |  58k|  2 | 114k|8848 | 4.854909e+01 | 6.400000e+01 |  31.83%|   2.36%
3343.50/3351.62	c  3352s| 95900 | 37530 | 26556k| 204.9 |   584M |  66 | 540 |5510 |4338 |  58k|  1 | 114k|8848 | 4.854920e+01 | 6.400000e+01 |  31.83%|   2.36%
3345.80/3353.94	c  3354s| 96000 | 37568 | 26574k| 204.9 |   584M |  66 | 540 |5553 |4332 |  58k|  0 | 114k|8849 | 4.854985e+01 | 6.400000e+01 |  31.82%|   2.36%
3347.09/3355.30	c  3355s| 96100 | 37604 | 26587k| 204.8 |   584M |  66 | 540 |5527 |4337 |  58k|  1 | 114k|8852 | 4.854985e+01 | 6.400000e+01 |  31.82%|   2.36%
3348.89/3357.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3348.89/3357.03	c  3357s| 96200 | 37644 | 26601k| 204.8 |   584M |  66 | 540 |5543 |4326 |  58k|  1 | 114k|8852 | 4.855000e+01 | 6.400000e+01 |  31.82%|   2.36%
3349.79/3357.98	c  3358s| 96300 | 37653 | 26610k| 204.7 |   584M |  66 | 540 |5551 |4327 |  58k|  0 | 114k|8854 | 4.855072e+01 | 6.400000e+01 |  31.82%|   2.36%
3351.78/3359.96	c  3360s| 96400 | 37681 | 26627k| 204.7 |   585M |  66 | 540 |5535 |4333 |  59k|  0 | 114k|8854 | 4.855429e+01 | 6.400000e+01 |  31.81%|   2.37%
3352.68/3360.88	c  3361s| 96500 | 37697 | 26636k| 204.6 |   585M |  66 | 540 |5573 |4330 |  59k|  0 | 114k|8855 | 4.855556e+01 | 6.400000e+01 |  31.81%|   2.37%
3353.88/3362.06	c  3362s| 96600 | 37719 | 26647k| 204.5 |   585M |  66 | 540 |5541 |4340 |  59k|  1 | 114k|8855 | 4.855556e+01 | 6.400000e+01 |  31.81%|   2.37%
3355.47/3363.60	c  3364s| 96700 | 37747 | 26661k| 204.5 |   586M |  66 | 540 |5515 |4358 |  59k|  0 | 114k|8855 | 4.855556e+01 | 6.400000e+01 |  31.81%|   2.37%
3357.67/3365.82	c  3366s| 96800 | 37781 | 26680k| 204.5 |   586M |  66 | 540 |5487 |4342 |  59k|  0 | 114k|8856 | 4.855822e+01 | 6.400000e+01 |  31.80%|   2.37%
3359.27/3367.41	c  3367s| 96900 | 37813 | 26693k| 204.4 |   586M |  66 | 540 |5509 |4336 |  59k|  0 | 114k|8858 | 4.855908e+01 | 6.400000e+01 |  31.80%|   2.37%
3361.66/3369.83	c  3370s| 97000 | 37849 | 26713k| 204.4 |   586M |  66 | 540 |5517 |4360 |  59k|  2 | 114k|8861 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.37%
3362.76/3370.92	c  3371s| 97100 | 37865 | 26722k| 204.3 |   587M |  66 | 540 |5511 |4339 |  59k|  0 | 114k|8861 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.38%
3363.87/3372.01	c  3372s| 97200 | 37879 | 26731k| 204.2 |   587M |  66 | 540 |5522 |4340 |  59k|  0 | 114k|8865 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.38%
3364.76/3372.97	c  3373s| 97300 | 37901 | 26740k| 204.1 |   587M |  66 | 540 |5511 |4334 |  59k|  3 | 114k|8865 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.38%
3365.86/3374.06	c  3374s| 97400 | 37915 | 26751k| 204.1 |   587M |  66 | 540 |5496 |4340 |  59k|  2 | 114k|8866 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.38%
3367.96/3376.16	c  3376s| 97500 | 37957 | 26771k| 204.1 |   587M |  66 | 540 |5466 |4332 |  59k|  1 | 114k|8866 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.38%
3369.25/3377.48	c  3377s| 97600 | 37981 | 26785k| 204.0 |   587M |  66 | 540 |5437 |4334 |  59k|  1 | 114k|8866 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.39%
3372.05/3380.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3372.05/3380.25	c  3380s| 97700 | 38045 | 26808k| 204.0 |   587M |  66 | 540 |5472 |4338 |  59k|  1 | 114k|8866 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.39%
3375.04/3383.20	c  3383s| 97800 | 38109 | 26832k| 204.1 |   587M |  66 | 540 |5473 |4352 |  59k|  1 | 114k|8868 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.39%
3377.63/3385.80	c  3386s| 97900 | 38155 | 26854k| 204.1 |   587M |  66 | 540 |5484 |4357 |  59k|  1 | 114k|8870 | 4.856000e+01 | 6.400000e+01 |  31.80%|   2.39%
3380.33/3388.52	c  3389s| 98000 | 38195 | 26875k| 204.1 |   587M |  66 | 540 |5479 |4354 |  59k|  0 | 114k|8871 | 4.856054e+01 | 6.400000e+01 |  31.79%|   2.39%
3382.42/3390.64	c  3391s| 98100 | 38233 | 26894k| 204.1 |   588M |  66 | 540 |5477 |4322 |  59k|  2 | 114k|8871 | 4.856102e+01 | 6.400000e+01 |  31.79%|   2.39%
3385.72/3393.90	c  3394s| 98200 | 38284 | 26919k| 204.1 |   588M |  66 | 540 |5460 |4329 |  59k|  0 | 115k|8871 | 4.856250e+01 | 6.400000e+01 |  31.79%|   2.39%
3387.01/3395.23	c  3395s| 98300 | 38312 | 26931k| 204.0 |   589M |  66 | 540 |5443 |4324 |  59k|  0 | 115k|8871 | 4.856250e+01 | 6.400000e+01 |  31.79%|   2.39%
3389.41/3397.63	c  3398s| 98400 | 38354 | 26951k| 204.0 |   590M |  66 | 540 |5414 |4335 |  60k|  0 | 115k|8871 | 4.856410e+01 | 6.400000e+01 |  31.78%|   2.40%
3391.30/3399.56	c  3400s| 98500 | 38380 | 26968k| 204.0 |   590M |  66 | 540 |5388 |4334 |  60k|  1 | 115k|8871 | 4.856491e+01 | 6.400000e+01 |  31.78%|   2.40%
3393.00/3401.26	c  3401s| 98600 | 38407 | 26984k| 204.0 |   590M |  66 | 540 |5368 |4354 |  60k|  2 | 115k|8871 | 4.856659e+01 | 6.400000e+01 |  31.78%|   2.40%
3394.60/3402.82	c  3403s| 98700 | 38443 | 27000k| 203.9 |   590M |  66 | 540 |5351 |4340 |  60k|  1 | 115k|8871 | 4.856667e+01 | 6.400000e+01 |  31.78%|   2.41%
3396.49/3404.78	c  3405s| 98800 | 38481 | 27015k| 203.9 |   591M |  66 | 540 |5342 |4324 |  60k|  1 | 115k|8871 | 4.856667e+01 | 6.400000e+01 |  31.78%|   2.41%
3398.59/3406.81	c  3407s| 98900 | 38525 | 27035k| 203.9 |   591M |  66 | 540 |5299 |4333 |  60k|  2 | 115k|8872 | 4.856808e+01 | 6.400000e+01 |  31.77%|   2.41%
3399.79/3408.09	c  3408s| 99000 | 38541 | 27046k| 203.8 |   592M |  66 | 540 |5292 |4330 |  60k|  2 | 115k|8875 | 4.856894e+01 | 6.400000e+01 |  31.77%|   2.41%
3401.58/3409.89	c  3410s| 99100 | 38581 | 27063k| 203.8 |   592M |  66 | 540 |5290 |4330 |  60k|  1 | 115k|8876 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.41%
3403.58/3411.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3403.58/3411.82	c  3412s| 99200 | 38603 | 27077k| 203.8 |   597M |  66 | 540 |5296 |4320 |  60k|  1 | 115k|8876 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.41%
3405.88/3414.16	c  3414s| 99300 | 38655 | 27099k| 203.8 |   597M |  66 | 540 |5324 |4353 |  60k|  2 | 115k|8878 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.42%
3408.67/3416.90	c  3417s| 99400 | 38689 | 27120k| 203.8 |   598M |  66 | 540 |5342 |4327 |  60k|  2 | 115k|8879 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.42%
3409.87/3418.16	c  3418s| 99500 | 38703 | 27131k| 203.7 |   598M |  66 | 540 |5339 |4330 |  60k|  5 | 115k|8879 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.42%
3411.36/3419.69	c  3420s| 99600 | 38730 | 27144k| 203.6 |   598M |  66 | 540 |5332 |4332 |  60k|  3 | 115k|8879 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.42%
3412.66/3420.98	c  3421s| 99700 | 38756 | 27156k| 203.6 |   598M |  66 | 540 |5329 |4335 |  60k|  2 | 115k|8879 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.42%
3413.76/3422.10	c  3422s| 99800 | 38780 | 27168k| 203.5 |   598M |  66 | 540 |5331 |4329 |  60k|  1 | 115k|8879 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.43%
3415.55/3423.89	c  3424s| 99900 | 38818 | 27184k| 203.5 |   599M |  66 | 540 |5337 |4346 |  60k|  2 | 115k|8879 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.43%
3416.95/3425.29	c  3425s|100000 | 38826 | 27195k| 203.4 |   600M |  66 | 540 |5336 |4333 |  60k|  0 | 115k|8881 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.43%
3418.64/3426.98	c  3427s|100100 | 38842 | 27208k| 203.4 |   601M |  66 | 540 |5341 |4334 |  60k|  1 | 115k|8881 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.44%
3420.54/3428.89	c  3429s|100200 | 38864 | 27221k| 203.3 |   603M |  66 | 540 |5336 |4357 |  61k|  0 | 115k|8883 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.44%
3422.74/3431.03	c  3431s|100300 | 38892 | 27241k| 203.3 |   603M |  66 | 540 |5321 |4330 |  61k|  1 | 115k|8883 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.44%
3425.13/3433.44	c  3433s|100400 | 38926 | 27259k| 203.3 |   603M |  66 | 540 |5335 |4339 |  61k|  2 | 115k|8884 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.44%
3426.63/3434.93	c  3435s|100500 | 38964 | 27273k| 203.2 |   603M |  66 | 540 |5341 |4329 |  61k|  1 | 115k|8884 | 4.857143e+01 | 6.400000e+01 |  31.76%|   2.44%
3429.12/3437.47	c  3437s|100600 | 39020 | 27297k| 203.3 |   603M |  66 | 540 |5326 |4334 |  61k|  0 | 115k|8885 | 4.857242e+01 | 6.400000e+01 |  31.76%|   2.44%
3431.72/3440.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3431.72/3440.03	c  3440s|100700 | 39072 | 27320k| 203.3 |   603M |  66 | 540 |5401 |4338 |  61k|  0 | 115k|8885 | 4.857694e+01 | 6.400000e+01 |  31.75%|   2.44%
3433.51/3441.81	c  3442s|100800 | 39100 | 27336k| 203.3 |   603M |  66 | 540 |5385 |4330 |  61k|  1 | 115k|8885 | 4.857949e+01 | 6.400000e+01 |  31.74%|   2.44%
3435.01/3443.37	c  3443s|100900 | 39136 | 27351k| 203.2 |   603M |  66 | 540 |5380 |4324 |  61k|  1 | 115k|8886 | 4.858033e+01 | 6.400000e+01 |  31.74%|   2.45%
3437.00/3445.31	c  3445s|101000 | 39168 | 27368k| 203.2 |   603M |  66 | 540 |5351 |4327 |  61k|  1 | 115k|8887 | 4.858140e+01 | 6.400000e+01 |  31.74%|   2.45%
3438.30/3446.69	c  3447s|101100 | 39198 | 27380k| 203.1 |   603M |  66 | 540 |5389 |4325 |  61k|  1 | 115k|8893 | 4.858140e+01 | 6.400000e+01 |  31.74%|   2.45%
3439.90/3448.26	c  3448s|101200 | 39234 | 27394k| 203.1 |   604M |  66 | 540 |5407 |4339 |  61k|  0 | 116k|8910 | 4.858278e+01 | 6.400000e+01 |  31.73%|   2.45%
3441.99/3450.33	c  3450s|101300 | 39262 | 27412k| 203.1 |   604M |  66 | 540 |5419 |4331 |  61k|  0 | 116k|8916 | 4.858333e+01 | 6.400000e+01 |  31.73%|   2.45%
3443.59/3451.93	c  3452s|101400 | 39299 | 27427k| 203.0 |   604M |  66 | 540 |5497 |4328 |  61k|  2 | 116k|8917 | 4.858333e+01 | 6.400000e+01 |  31.73%|   2.45%
3444.99/3453.39	c  3453s|101500 | 39335 | 27442k| 203.0 |   604M |  66 | 540 |5488 |4329 |  61k|  0 | 116k|8919 | 4.858333e+01 | 6.400000e+01 |  31.73%|   2.46%
3446.98/3455.36	c  3455s|101600 | 39371 | 27461k| 203.0 |   604M |  66 | 540 |5474 |4343 |  61k|  1 | 116k|8921 | 4.858333e+01 | 6.400000e+01 |  31.73%|   2.46%
3449.38/3457.74	c  3458s|101700 | 39429 | 27481k| 203.0 |   604M |  66 | 540 |5459 |4325 |  61k|  1 | 116k|8940 | 4.858435e+01 | 6.400000e+01 |  31.73%|   2.46%
3450.57/3458.97	c  3459s|101800 | 39453 | 27493k| 202.9 |   604M |  66 | 540 |5481 |   0 |  61k|  0 | 116k|8950 | 4.858504e+01 | 6.400000e+01 |  31.73%|   2.46%
3454.86/3463.27	c  3463s|101900 | 39523 | 27523k| 203.0 |   606M |  66 | 540 |5575 |4325 |  61k|  0 | 116k|8986 | 4.858621e+01 | 6.400000e+01 |  31.72%|   2.52%
3457.66/3466.03	c  3466s|102000 | 39577 | 27545k| 203.0 |   607M |  66 | 540 |5579 |4334 |  61k|  2 | 116k|8993 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.54%
3459.45/3467.84	c  3468s|102100 | 39615 | 27562k| 203.0 |   608M |  66 | 540 |5565 |4319 |  61k|  2 | 116k|9006 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.55%
3461.15/3469.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3461.15/3469.57	c  3470s|102200 | 39647 | 27577k| 202.9 |   608M |  66 | 540 |5539 |4337 |  62k|  0 | 116k|9007 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.55%
3462.75/3471.11	c  3471s|102300 | 39677 | 27592k| 202.9 |   608M |  66 | 540 |5514 |4335 |  62k|  0 | 116k|9009 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.56%
3464.44/3472.81	c  3473s|102400 | 39696 | 27605k| 202.8 |   608M |  66 | 540 |5499 |4339 |  62k|  3 | 116k|9017 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.56%
3466.04/3474.46	c  3474s|102500 | 39718 | 27619k| 202.8 |   608M |  66 | 540 |5480 |4328 |  62k|  2 | 116k|9018 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.56%
3467.24/3475.60	c  3476s|102600 | 39735 | 27630k| 202.7 |   608M |  66 | 540 |5464 |4336 |  62k|  1 | 116k|9020 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.56%
3468.83/3477.24	c  3477s|102700 | 39769 | 27643k| 202.7 |   608M |  66 | 540 |5462 |4331 |  62k|  1 | 116k|9023 | 4.858696e+01 | 6.400000e+01 |  31.72%|   2.63%
3471.13/3479.58	c  3480s|102800 | 39800 | 27662k| 202.7 |   608M |  66 | 540 |5461 |4336 |  62k|  2 | 116k|9024 | 4.858733e+01 | 6.400000e+01 |  31.72%|   2.63%
3473.73/3482.18	c  3482s|102900 | 39853 | 27685k| 202.7 |   608M |  66 | 540 |5435 |4348 |  62k|  1 | 116k|9025 | 4.858919e+01 | 6.400000e+01 |  31.72%|   2.64%
3476.02/3484.45	c  3484s|103000 | 39901 | 27704k| 202.7 |   608M |  66 | 540 |5488 |4327 |  62k|  0 | 117k|9028 | 4.859130e+01 | 6.400000e+01 |  31.71%|   2.64%
3477.81/3486.27	c  3486s|103100 | 39935 | 27720k| 202.6 |   608M |  66 | 540 |5526 |4335 |  62k|  1 | 117k|9035 | 4.859296e+01 | 6.400000e+01 |  31.71%|   2.64%
3479.41/3487.88	c  3488s|103200 | 39967 | 27734k| 202.6 |   608M |  66 | 540 |5513 |4338 |  62k|  1 | 117k|9036 | 4.859701e+01 | 6.400000e+01 |  31.70%|   2.64%
3481.50/3489.97	c  3490s|103300 | 40009 | 27754k| 202.6 |   608M |  66 | 540 |5500 |4333 |  62k|  1 | 117k|9036 | 4.859701e+01 | 6.400000e+01 |  31.70%|   2.64%
3482.61/3491.01	c  3491s|103400 | 40029 | 27765k| 202.5 |   609M |  66 | 540 |5501 |4321 |  62k|  0 | 117k|9040 | 4.859843e+01 | 6.400000e+01 |  31.69%|   2.64%
3485.30/3493.76	c  3494s|103500 | 40085 | 27790k| 202.6 |   609M |  66 | 540 |5458 |4350 |  62k|  1 | 117k|9041 | 4.859843e+01 | 6.400000e+01 |  31.69%|   2.65%
3487.19/3495.63	c  3496s|103600 | 40117 | 27806k| 202.5 |   610M |  66 | 540 |5408 |4334 |  62k|  1 | 117k|9043 | 4.859971e+01 | 6.400000e+01 |  31.69%|   2.65%
3489.69/3498.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3489.69/3498.17	c  3498s|103700 | 40145 | 27824k| 202.5 |   610M |  66 | 540 |5399 |4339 |  62k|  1 | 117k|9045 | 4.859987e+01 | 6.400000e+01 |  31.69%|   2.65%
3491.08/3499.54	c  3500s|103800 | 40171 | 27837k| 202.5 |   611M |  66 | 540 |5360 |4335 |  62k|  1 | 117k|9045 | 4.859987e+01 | 6.400000e+01 |  31.69%|   2.65%
3492.78/3501.26	c  3501s|103900 | 40197 | 27853k| 202.4 |   611M |  66 | 540 |5348 |4333 |  62k|  0 | 117k|9049 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.65%
3494.48/3502.99	c  3503s|104000 | 40229 | 27869k| 202.4 |   612M |  66 | 540 |5358 |4333 |  62k|  0 | 117k|9058 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.66%
3496.27/3504.72	c  3505s|104100 | 40265 | 27884k| 202.4 |   613M |  66 | 540 |5440 |4324 |  62k|  0 | 117k|9059 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.66%
3497.57/3506.05	c  3506s|104200 | 40293 | 27895k| 202.3 |   613M |  66 | 540 |5511 |4340 |  62k|  2 | 117k|9061 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.66%
3498.96/3507.41	c  3507s|104300 | 40315 | 27907k| 202.2 |   614M |  66 | 540 |5500 |4336 |  63k|  1 | 117k|9064 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.66%
3500.36/3508.88	c  3509s|104400 | 40355 | 27922k| 202.2 |   616M |  66 | 540 |5532 |4335 |  63k|  2 | 117k|9065 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.67%
3502.06/3510.55	c  3511s|104500 | 40381 | 27936k| 202.2 |   616M |  66 | 540 |5566 |4335 |  63k|  0 | 117k|9069 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.67%
3503.35/3511.84	c  3512s|104600 | 40400 | 27949k| 202.1 |   616M |  66 | 540 |5546 |4336 |  63k|  1 | 117k|9069 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.67%
3504.35/3512.89	c  3513s|104700 | 40410 | 27959k| 202.0 |   616M |  66 | 540 |5535 |4337 |  63k|  1 | 117k|9070 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.67%
3505.65/3514.11	c  3514s|104800 | 40428 | 27971k| 202.0 |   616M |  66 | 540 |5531 |4338 |  63k|  0 | 117k|9072 | 4.860000e+01 | 6.400000e+01 |  31.69%|   2.67%
3506.75/3515.21	c  3515s|104900 | 40438 | 27981k| 201.9 |   616M |  66 | 540 |5506 |   0 |  63k|  0 | 117k|9073 | 4.860127e+01 | 6.400000e+01 |  31.68%|   2.67%
3507.65/3516.13	c  3516s|105000 | 40446 | 27989k| 201.8 |   616M |  66 | 540 |5515 |4336 |  63k|  0 | 117k|9073 | 4.860369e+01 | 6.400000e+01 |  31.68%|   2.67%
3508.74/3517.20	c  3517s|105100 | 40462 | 28000k| 201.7 |   616M |  66 | 540 |5498 |4334 |  63k|  2 | 117k|9074 | 4.860473e+01 | 6.400000e+01 |  31.67%|   2.68%
3509.94/3518.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3509.94/3518.46	c  3518s|105200 | 40484 | 28012k| 201.7 |   616M |  66 | 540 |5471 |4327 |  63k|  0 | 117k|9075 | 4.860606e+01 | 6.400000e+01 |  31.67%|   2.68%
3511.43/3519.94	c  3520s|105300 | 40508 | 28026k| 201.6 |   616M |  66 | 540 |5452 |4324 |  63k|  0 | 117k|9085 | 4.860638e+01 | 6.400000e+01 |  31.67%|   2.68%
3513.73/3522.21	c  3522s|105400 | 40562 | 28046k| 201.6 |   616M |  66 | 540 |5432 |4323 |  63k|  0 | 118k|9085 | 4.860714e+01 | 6.400000e+01 |  31.67%|   2.69%
3515.92/3524.47	c  3524s|105500 | 40601 | 28067k| 201.6 |   617M |  66 | 540 |5417 |4324 |  63k|  1 | 118k|9085 | 4.860827e+01 | 6.400000e+01 |  31.66%|   2.69%
3516.93/3525.41	c  3525s|105600 | 40619 | 28076k| 201.6 |   618M |  66 | 540 |5421 |4329 |  63k|  0 | 118k|9085 | 4.860827e+01 | 6.400000e+01 |  31.66%|   2.69%
3518.53/3527.05	c  3527s|105700 | 40641 | 28090k| 201.5 |   618M |  66 | 540 |5411 |4327 |  63k|  2 | 118k|9092 | 4.860905e+01 | 6.400000e+01 |  31.66%|   2.69%
3520.32/3528.86	c  3529s|105800 | 40664 | 28108k| 201.5 |   618M |  66 | 540 |5383 |4329 |  63k|  1 | 118k|9092 | 4.860911e+01 | 6.400000e+01 |  31.66%|   2.69%
3521.22/3529.72	c  3530s|105900 | 40674 | 28116k| 201.4 |   618M |  66 | 540 |5401 |4325 |  63k|  2 | 118k|9099 | 4.860938e+01 | 6.400000e+01 |  31.66%|   2.70%
3522.32/3530.87	c  3531s|106000 | 40694 | 28126k| 201.3 |   618M |  66 | 540 |5372 |4325 |  63k|  0 | 118k|9099 | 4.860938e+01 | 6.400000e+01 |  31.66%|   2.70%
3524.01/3532.59	c  3533s|106100 | 40714 | 28140k| 201.3 |   618M |  66 | 540 |5368 |4336 |  63k|  0 | 118k|9099 | 4.860960e+01 | 6.400000e+01 |  31.66%|   2.70%
3526.31/3534.83	c  3535s|106200 | 40748 | 28158k| 201.3 |   618M |  66 | 540 |5342 |4338 |  63k|  1 | 118k|9099 | 4.861111e+01 | 6.400000e+01 |  31.66%|   2.70%
3528.40/3536.97	c  3537s|106300 | 40782 | 28179k| 201.3 |   618M |  66 | 540 |5332 |4340 |  63k|  0 | 118k|9099 | 4.861111e+01 | 6.400000e+01 |  31.66%|   2.70%
3530.60/3539.18	c  3539s|106400 | 40823 | 28197k| 201.3 |   618M |  66 | 540 |5351 |4333 |  63k|  0 | 118k|9099 | 4.861111e+01 | 6.400000e+01 |  31.66%|   2.71%
3532.09/3540.65	c  3541s|106500 | 40845 | 28208k| 201.2 |   618M |  66 | 540 |5345 |4342 |  63k|  2 | 118k|9102 | 4.861111e+01 | 6.400000e+01 |  31.66%|   2.71%
3534.29/3542.82	c  3543s|106600 | 40891 | 28230k| 201.2 |   618M |  66 | 540 |5328 |4343 |  63k|  2 | 118k|9102 | 4.861224e+01 | 6.400000e+01 |  31.65%|   2.71%
3535.79/3544.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3535.79/3544.39	c  3544s|106700 | 40893 | 28240k| 201.2 |   619M |  66 | 540 |5338 |4341 |  63k|  1 | 118k|9107 | 4.861224e+01 | 6.400000e+01 |  31.65%|   2.71%
3537.78/3546.38	c  3546s|106800 | 40915 | 28257k| 201.1 |   619M |  66 | 540 |5353 |4352 |  63k|  0 | 118k|9108 | 4.861231e+01 | 6.400000e+01 |  31.65%|   2.71%
3539.28/3547.81	c  3548s|106900 | 40938 | 28271k| 201.1 |   619M |  66 | 540 |5350 |4334 |  63k|  0 | 118k|9109 | 4.861303e+01 | 6.400000e+01 |  31.65%|   2.71%
3540.97/3549.51	c  3550s|107000 | 40960 | 28283k| 201.0 |   620M |  66 | 540 |5364 |4327 |  64k|  0 | 118k|9110 | 4.861303e+01 | 6.400000e+01 |  31.65%|   2.71%
3542.97/3551.50	c  3551s|107100 | 41014 | 28300k| 201.0 |   628M |  66 | 540 |5391 |4326 |  64k|  2 | 118k|9111 | 4.861508e+01 | 6.400000e+01 |  31.65%|   2.71%
3544.97/3553.51	c  3554s|107200 | 41052 | 28316k| 201.0 |   628M |  66 | 540 |5402 |4326 |  64k|  2 | 118k|9112 | 4.861538e+01 | 6.400000e+01 |  31.65%|   2.72%
3546.16/3554.71	c  3555s|107300 | 41072 | 28328k| 200.9 |   628M |  66 | 540 |5382 |4338 |  64k|  2 | 118k|9112 | 4.861538e+01 | 6.400000e+01 |  31.65%|   2.72%
3547.86/3556.44	c  3556s|107400 | 41106 | 28343k| 200.9 |   628M |  66 | 540 |5398 |4321 |  64k|  1 | 118k|9112 | 4.861538e+01 | 6.400000e+01 |  31.65%|   2.72%
3549.76/3558.30	c  3558s|107500 | 41132 | 28359k| 200.9 |   629M |  66 | 540 |5379 |4330 |  64k|  3 | 118k|9112 | 4.861575e+01 | 6.400000e+01 |  31.64%|   2.72%
3550.95/3559.57	c  3560s|107600 | 41154 | 28370k| 200.8 |   629M |  66 | 540 |5393 |4331 |  64k|  3 | 118k|9113 | 4.861575e+01 | 6.400000e+01 |  31.64%|   2.72%
3552.55/3561.19	c  3561s|107700 | 41184 | 28386k| 200.8 |   629M |  66 | 540 |5366 |4346 |  64k|  0 | 118k|9114 | 4.861679e+01 | 6.400000e+01 |  31.64%|   2.73%
3554.35/3562.90	c  3563s|107800 | 41218 | 28403k| 200.7 |   629M |  66 | 540 |5342 |   0 |  64k|  0 | 118k|9114 | 4.861745e+01 | 6.400000e+01 |  31.64%|   2.73%
3556.44/3565.07	c  3565s|107900 | 41254 | 28421k| 200.7 |   629M |  66 | 540 |5362 |4325 |  64k|  1 | 118k|9117 | 4.861765e+01 | 6.400000e+01 |  31.64%|   2.73%
3558.94/3567.59	c  3568s|108000 | 41314 | 28443k| 200.7 |   629M |  66 | 540 |5402 |4338 |  64k|  3 | 118k|9117 | 4.861833e+01 | 6.400000e+01 |  31.64%|   2.73%
3560.63/3569.25	c  3569s|108100 | 41340 | 28458k| 200.7 |   629M |  66 | 540 |5376 |4334 |  64k|  1 | 118k|9117 | 4.861853e+01 | 6.400000e+01 |  31.64%|   2.73%
3562.93/3571.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3562.93/3571.51	c  3572s|108200 | 41366 | 28477k| 200.7 |   629M |  66 | 540 |5348 |4332 |  64k|  0 | 118k|9117 | 4.862059e+01 | 6.400000e+01 |  31.63%|   2.73%
3564.12/3572.75	c  3573s|108300 | 41384 | 28489k| 200.6 |   629M |  66 | 540 |5373 |4332 |  64k|  0 | 118k|9117 | 4.862059e+01 | 6.400000e+01 |  31.63%|   2.74%
3565.53/3574.12	c  3574s|108400 | 41416 | 28503k| 200.6 |   629M |  66 | 540 |5368 |4355 |  64k|  1 | 118k|9117 | 4.862116e+01 | 6.400000e+01 |  31.63%|   2.74%
3567.02/3575.67	c  3576s|108500 | 41444 | 28517k| 200.6 |   629M |  66 | 540 |5409 |4330 |  64k|  1 | 119k|9117 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.74%
3568.91/3577.50	c  3578s|108600 | 41472 | 28534k| 200.5 |   629M |  66 | 540 |5385 |4332 |  64k|  0 | 119k|9119 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.74%
3570.71/3579.30	c  3579s|108700 | 41514 | 28550k| 200.5 |   629M |  66 | 540 |5347 |4324 |  64k|  1 | 119k|9119 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.74%
3571.71/3580.38	c  3580s|108800 | 41526 | 28559k| 200.4 |   630M |  66 | 540 |5338 |4337 |  64k|  1 | 119k|9119 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.75%
3573.20/3581.85	c  3582s|108900 | 41558 | 28574k| 200.4 |   630M |  66 | 540 |5333 |4337 |  64k|  0 | 119k|9119 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.75%
3574.90/3583.55	c  3584s|109000 | 41588 | 28590k| 200.4 |   631M |  66 | 540 |5342 |4349 |  64k|  1 | 119k|9119 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.75%
3576.80/3585.41	c  3585s|109100 | 41620 | 28608k| 200.4 |   631M |  66 | 540 |5346 |4335 |  64k|  1 | 119k|9121 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.75%
3577.99/3586.65	c  3587s|109200 | 41644 | 28620k| 200.3 |   631M |  66 | 540 |5316 |4331 |  64k|  0 | 119k|9121 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.75%
3579.50/3588.14	c  3588s|109300 | 41676 | 28634k| 200.3 |   631M |  66 | 540 |5367 |4317 |  64k|  1 | 119k|9121 | 4.862429e+01 | 6.400000e+01 |  31.62%|   2.76%
3580.89/3589.58	c  3590s|109400 | 41706 | 28648k| 200.2 |   631M |  66 | 540 |5402 |4343 |  64k|  1 | 119k|9131 | 4.862500e+01 | 6.400000e+01 |  31.62%|   2.76%
3583.08/3591.79	c  3592s|109500 | 41744 | 28666k| 200.2 |   632M |  66 | 540 |5421 |4330 |  64k|  0 | 119k|9132 | 4.862500e+01 | 6.400000e+01 |  31.62%|   2.76%
3584.38/3593.09	c  3593s|109600 | 41768 | 28679k| 200.1 |   632M |  66 | 540 |5406 |4360 |  64k|  1 | 119k|9132 | 4.862500e+01 | 6.400000e+01 |  31.62%|   2.77%
3585.48/3594.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3585.48/3594.18	c  3594s|109700 | 41783 | 28689k| 200.1 |   632M |  66 | 540 |5433 |4339 |  64k|  0 | 119k|9132 | 4.862500e+01 | 6.400000e+01 |  31.62%|   2.77%
3586.87/3595.51	c  3596s|109800 | 41829 | 28702k| 200.0 |   632M |  66 | 540 |5409 |4323 |  64k|  1 | 119k|9132 | 4.862500e+01 | 6.400000e+01 |  31.62%|   2.77%
3588.27/3597.00	c 
3588.27/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3588.27/3597.00	c Solving Time (sec) : 3597.00
3588.27/3597.00	c Solving Nodes      : 109877 (total of 143502 nodes in 2 runs)
3588.27/3597.00	c Primal Bound       : +6.40000000000000e+01 (165 solutions)
3588.27/3597.00	c Dual Bound         : +4.86250000000000e+01
3588.27/3597.00	c Gap                : 31.62 %
3588.37/3597.01	s SATISFIABLE
3588.37/3597.01	v -x325 -x289 x253 x217 x181 -x145 -x109 -x73 x37 x1 x360 -x324 -x288 x252 x216 x180 -x144 -x108 -x72 x36 -x353 x317 x281 -x245 x209 
3588.37/3597.01	v x173 x137 -x101 -x65 -x29 x346 x310 -x274 -x238 -x202 x166 x130 x94 -x58 -x22 x339 -x303 -x267 x231 -x195 -x159 -x123 x87 
3588.37/3597.01	v x51 x15 -x332 x296 x260 -x224 -x188 -x152 x116 x80 x44 -x8 -x359 x323 -x287 -x251 -x215 -x179 -x143 -x107 -x71 -x35 -x358 -x322 
3588.37/3597.01	v -x286 -x250 -x214 -x178 -x142 x106 -x70 -x34 -x357 -x321 -x285 -x249 -x213 -x177 -x141 -x105 x69 -x33 -x356 -x320 -x284 -x248 
3588.37/3597.01	v -x212 -x176 x140 -x104 -x68 -x32 -x355 -x319 x283 -x247 -x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 -x282 -x246 -x210 
3588.37/3597.01	v -x174 -x138 -x102 -x66 x30 x352 -x316 -x280 -x244 -x208 -x172 -x136 -x100 -x64 -x28 -x351 -x315 -x279 x243 -x207 -x171 -x135 
3588.37/3597.01	v -x99 -x63 -x27 -x350 -x314 -x278 -x242 -x206 -x170 -x134 x98 -x62 -x26 -x349 -x313 -x277 -x241 -x205 -x169 -x133 -x97 x61 -x25 
3588.37/3597.01	v -x348 -x312 -x276 -x240 x204 -x168 -x132 -x96 -x60 -x24 -x347 -x311 x275 -x239 -x203 -x167 -x131 -x95 -x59 -x23 -x345 -x309 
3588.37/3597.01	v -x273 -x237 -x201 -x165 -x129 -x93 -x57 x21 -x344 -x308 -x272 -x236 -x200 -x164 -x128 -x92 x56 -x20 -x343 -x307 -x271 x235 -x199 
3588.37/3597.01	v -x163 -x127 -x91 -x55 -x19 -x342 -x306 -x270 -x234 -x198 x162 -x126 -x90 -x54 -x18 -x341 -x305 -x269 -x233 -x197 -x161 x125 
3588.37/3597.01	v -x89 -x53 -x17 -x340 x304 -x268 -x232 -x196 -x160 -x124 -x88 -x52 -x16 -x338 -x302 x266 -x230 -x194 -x158 -x122 -x86 -x50 
3588.37/3597.01	v -x14 -x337 -x301 -x265 -x229 x193 -x157 -x121 -x85 -x49 -x13 -x336 -x300 -x264 x228 -x192 -x156 -x120 -x84 -x48 -x12 -x335 -x299 
3588.37/3597.01	v -x263 -x227 x191 -x155 -x119 -x83 -x47 -x11 -x334 -x298 -x262 -x226 -x190 x154 -x118 -x82 -x46 -x10 x333 -x297 -x261 -x225 
3588.37/3597.01	v -x189 -x153 -x117 -x81 -x45 -x9 -x331 -x295 -x259 -x223 -x187 -x151 -x115 -x79 -x43 x7 x330 -x294 -x258 -x222 -x186 -x150 
3588.37/3597.01	v -x114 -x78 -x42 -x6 -x329 -x293 -x257 -x221 -x185 x149 -x113 -x77 -x41 -x5 -x328 -x292 -x256 -x220 -x184 -x148 x112 -x76 -x40 
3588.37/3597.01	v -x4 -x327 -x291 -x255 -x219 -x183 -x147 -x111 x75 -x39 -x3 -x326 x290 -x254 -x218 -x182 -x146 -x110 -x74 -x38 -x2 -x540 -x539 
3588.37/3597.01	v x538 -x537 x536 x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 x527 -x526 -x525 -x524 x523 -x522 -x521 x520 -x519 -x518 -x517 
3588.37/3597.01	v -x516 -x515 x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 x506 x505 x504 x503 -x502 -x501 -x500 x499 -x498 -x497 -x496 -x495 
3588.37/3597.01	v x494 -x493 -x492 -x491 -x490 x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 x481 -x480 -x479 -x478 -x477 x476 -x475 x474 
3588.37/3597.01	v -x473 -x472 -x471 x470 -x469 x468 -x467 -x466 -x465 -x464 -x463 x462 -x461 -x460 -x459 x458 -x457 -x456 -x455 x454 -x453 -x452 
3588.37/3597.01	v -x451 -x450 -x449 -x448 -x447 x446 x445 -x444 -x443 -x442 -x441 -x440 -x439 x438 -x437 -x436 -x435 x434 -x433 x432 -x431 -x430 
3588.37/3597.01	v -x429 x428 -x427 -x426 -x425 -x424 -x423 x422 -x421 -x420 -x419 -x418 x417 -x416 x415 -x414 -x413 -x412 -x411 -x410 x409 
3588.37/3597.01	v -x408 -x407 -x406 -x405 -x404 -x403 x402 -x401 -x400 -x399 x398 x397 x396 -x395 -x394 -x393 -x392 x391 -x390 -x389 -x388 -x387 
3588.37/3597.01	v x386 -x385 -x384 -x383 -x382 x381 -x380 x379 -x378 -x377 -x376 -x375 -x374 x373 -x372 -x371 x370 -x369 -x368 -x367 -x366 -x365 
3588.37/3597.01	v -x364 -x363 x362 x361 
3588.37/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3588.37/3597.01	c Total Time         :    3597.00
3588.37/3597.01	c   solving          :    3597.00
3588.37/3597.01	c   presolving       :       0.19 (included in solving)
3588.37/3597.01	c   reading          :       0.01 (included in solving)
3588.37/3597.01	c   copying          :       1.47 (135 #copies) (minimal 0.01, maximal 0.01, average 0.01)
3588.37/3597.01	c Original Problem   :
3588.37/3597.01	c   Problem name     : HOME/instance-4432614-1721070623.opb
3588.37/3597.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
3588.37/3597.01	c   Constraints      : 4476 initial, 4476 maximal
3588.37/3597.01	c   Objective        : minimize, 180 non-zeros (abs.min = 1, abs.max = 3)
3588.37/3597.01	c Presolved Problem  :
3588.37/3597.01	c   Problem name     : t_HOME/instance-4432614-1721070623.opb
3588.37/3597.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
3588.37/3597.01	c   Constraints      : 5473 initial, 6181 maximal
3588.37/3597.01	c   Objective        : minimize, 180 non-zeros (abs.min = 1, abs.max = 3)
3588.37/3597.01	c   Nonzeros         : 46416 constraint, 2840 clique table
3588.37/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3588.37/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   dualsparsify     :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   gateextraction   :       0.01       0.00      8          0          0          0          0          0          6          1          0          0
3588.37/3597.01	c   implics          :       0.00       0.00     11          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   sparsify         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   trivial          :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   dualfix          :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   knapsack         :       0.04       0.00     28          0          0          0          0          0          0          0       3366       5070
3588.37/3597.01	c   setppc           :       0.01       0.00     27          0          0          0          0          0        245          0          0          0
3588.37/3597.01	c   and              :       0.00       0.00      2          0          0          0          0          0          1          1          0          0
3588.37/3597.01	c   linear           :       0.02       0.00     14          0          0          0          0          0          0          0          1          6
3588.37/3597.01	c   logicor          :       0.05       0.01     25          0          0          0          0          0        100          0          0        151
3588.37/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3588.37/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3588.37/3597.01	c   benderslp        :          0          0          0          0     106192          0          0      22164          0          0          0          0          0          0          0
3588.37/3597.01	c   integral         :          0          0          0          0     106192          0          0      22164          0          0       4328          0          0       3275     208870
3588.37/3597.01	c   knapsack         :       1790+      1794         22     985907          3          0          0      22157     321938       3699     622276          0          0          0          0
3588.37/3597.01	c   setppc           :        641+       681         22     982220          3          0          0        224    1217608      13982    2021863          0          0          0          0
3588.37/3597.01	c   linear           :          3+       184         23     952433          0          0          0          3       1729        126       2951          0          0          0          0
3588.37/3597.01	c   logicor          :       3039+      3724         22     638021          3          0          0        221     199303       4655     337942         16          9          0          0
3588.37/3597.01	c   benders          :          0          0          0          0          3          0          0        223          0          0          0          0          0          0          0
3588.37/3597.01	c   fixedvar         :          0          0          0          0          3          0          0        223          0          0          0          0          0          0          0
3588.37/3597.01	c   countsols        :          0          0          0          0          3          0          0        223          0          0          0          0          0          0          0
3588.37/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3588.37/3597.01	c   benderslp        :       0.03       0.00       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c   integral         :     253.90       0.00       0.00       0.00     253.89       0.00       0.00       0.01       0.00       0.00
3588.37/3597.01	c   knapsack         :      25.24       0.00       0.15      23.69       0.00       0.00       0.00       0.14       0.14       1.12
3588.37/3597.01	c   setppc           :      18.04       0.00       0.00      16.74       0.00       0.00       0.00       0.00       0.28       1.01
3588.37/3597.01	c   linear           :       0.83       0.00       0.00       0.78       0.00       0.00       0.00       0.00       0.00       0.04
3588.37/3597.01	c   logicor          :      11.28       0.01       0.01      10.77       0.00       0.00       0.00       0.01       0.09       0.39
3588.37/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c   components       :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3588.37/3597.01	c   dualfix          :          2          0          0          0
3588.37/3597.01	c   genvbounds       :          0          0          0          0
3588.37/3597.01	c   nlobbt           :          0          0          0          0
3588.37/3597.01	c   obbt             :          0          0          0          0
3588.37/3597.01	c   probing          :          0          0          0          0
3588.37/3597.01	c   pseudoobj        :     606937        216        103       1323
3588.37/3597.01	c   redcost          :     210536          0          0     575738
3588.37/3597.01	c   rootredcost      :          7          0          0          0
3588.37/3597.01	c   symmetry         :     380954          0         33        997
3588.37/3597.01	c   vbounds          :     613734          0          0          0
3588.37/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3588.37/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c   genvbounds       :       0.10       0.00       0.00       0.10       0.00       0.00
3588.37/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3588.37/3597.01	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
3588.37/3597.01	c   pseudoobj        :       0.35       0.00       0.00       0.34       0.00       0.00
3588.37/3597.01	c   redcost          :       3.94       0.00       0.00       3.94       0.00       0.00
3588.37/3597.01	c   rootredcost      :       0.11       0.00       0.00       0.11       0.00       0.00
3588.37/3597.01	c   symmetry         :       5.75       0.00       0.01       5.53       0.00       0.22
3588.37/3597.01	c   vbounds          :       0.47       0.00       0.00       0.45       0.00       0.01
3588.37/3597.01	c Symmetry           :
3588.37/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3588.37/3597.01	c   orbital reduction:         41 reductions applied,          0 cutoffs
3588.37/3597.01	c   lexicographic red:       3067 reductions applied,         33 cutoffs
3588.37/3597.01	c   shadow tree time :       0.17 s
3588.37/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3588.37/3597.01	c   propagation      :       0.96      22525      22005          -     147523       34.8       4912       11.5          -          -          -
3588.37/3597.01	c   infeasible LP    :       0.32       1415       1412          -      11411       42.4        194        9.9        882       44.5          0
3588.37/3597.01	c   bound exceed. LP :      12.95      14449       4773          -      57446       88.7        218       14.2          2       71.0      94465
3588.37/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3588.37/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3588.37/3597.01	c   applied globally :       0.91          -          -          0     118549       24.2          -          -        882          -          -
3588.37/3597.01	c   applied locally  :          -          -          -          0         56       54.4          -          -          2          -          -
3588.37/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3588.37/3597.01	c   cut pool         :      55.43          -      46468         42          -          -     619845     947320          -          -          -          -          -    (maximal pool size:       4824)
3588.37/3597.01	c   aggregation      :      44.88       0.00      15855         22          0          0          5         10          0          2          2          0          0
3588.37/3597.01	c   > cmir           :          -          -          -          -          -          -          -          9          0          1          1          0          -
3588.37/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.37/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          1          0          1          1          0          -
3588.37/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   clique           :       0.02       0.00         22         22          0          0         82       2154          0       1564       1564          0          0
3588.37/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   gomory           :     171.79       0.00      11836         20          0          0     597701     800913       4799      23577      23511         66          0
3588.37/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -     357488       2460       6743       6696         47          -
3588.37/3597.01	c   > strongcg       :          -          -          -          -          -          -          -     443425       2339      16834      16815         19          -
3588.37/3597.01	c   impliedbounds    :       0.38       0.00      15855         22          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   minor            :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   mixing           :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   multilinear      :       0.00       0.00       3863         22          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   rapidlearning    :      20.64       0.00        100          2          0        147          0          0          0          0          0          0       1341
3588.37/3597.01	c   rlt              :       0.02       0.00       3115         20          0          0          0          0          0          0          0          0          0
3588.37/3597.01	c   zerohalf         :      40.93       0.00      11838         22          0          0      27220     144243        364      74261      74033        228          0
3588.37/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3588.37/3597.01	c   hybrid           :       3.23       0.00      27593         22      99419          0     853080        150          0       4272
3588.37/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3588.37/3597.01	c   problem variables:       0.00          -          0          0
3588.37/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3588.37/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c   relpscost        :     253.83       0.00     106189          0          0          0       4328          0       3543     208870
3588.37/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3588.37/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3588.37/3597.01	c   LP solutions     :       0.06          -          -          3          3
3588.37/3597.01	c   relax solutions  :       0.00          -          -          0          0
3588.37/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3588.37/3597.01	c   strong branching :       0.02          -          -          0          0
3588.37/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3588.37/3597.01	c   adaptivediving   :       2.94       0.00        133          0          0
3588.37/3597.01	c   alns             :       0.49       0.00         11          0          0
3588.37/3597.01	c   bound            :       0.00       0.00          0          0          0
3588.37/3597.01	c   clique           :       0.01       0.00          1          0          0
3588.37/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3588.37/3597.01	c   completesol      :       0.00       0.00          0          0          0
3588.37/3597.01	c   conflictdiving   :      28.45       0.00       1468          0          0
3588.37/3597.01	c   crossover        :       0.12       0.00          3          0          0
3588.37/3597.01	c   dins             :       0.00       0.00          0          0          0
3588.37/3597.01	c   distributiondivin:     104.33       0.00       1467          0          0
3588.37/3597.01	c   dps              :       0.00       0.00          0          0          0
3588.37/3597.01	c   dualval          :       0.00       0.00          0          0          0
3588.37/3597.01	c   farkasdiving     :       3.63       0.00          2          0          0
3588.37/3597.01	c   feasjump         :       0.02       0.00          1          0          0
3588.37/3597.01	c   feaspump         :       4.91       0.00         20          4          0
3588.37/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3588.37/3597.01	c   fracdiving       :      22.14       0.00       1468          0          0
3588.37/3597.01	c   gins             :       0.03       0.00          0          0          0
3588.37/3597.01	c   guideddiving     :      22.54       0.00       1468          0          0
3588.37/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3588.37/3597.01	c   indicator        :       0.04       0.00          0          0          0
3588.37/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3588.37/3597.01	c   indoneopt        :       0.04       0.00          0          0          0
3588.37/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3588.37/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3588.37/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3588.37/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3588.37/3597.01	c   linesearchdiving :      25.91       0.00       1468          0          0
3588.37/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3588.37/3597.01	c   locks            :       0.00       0.00          1          0          0
3588.37/3597.01	c   lpface           :       2.90       0.00          1          0          0
3588.37/3597.01	c   mpec             :       0.00       0.00          0          0          0
3588.37/3597.01	c   multistart       :       0.00       0.00          0          0          0
3588.37/3597.01	c   mutation         :       0.00       0.00          0          0          0
3588.37/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3588.37/3597.01	c   objpscostdiving  :      87.71       0.00        570        152          0
3588.37/3597.01	c   octane           :       0.00       0.00          0          0          0
3588.37/3597.01	c   ofins            :       0.02       0.00          0          0          0
3588.37/3597.01	c   oneopt           :       0.04       0.00          6          0          0
3588.37/3597.01	c   padm             :       0.00       0.00          0          0          0
3588.37/3597.01	c   proximity        :       0.00       0.00          0          0          0
3588.37/3597.01	c   pscostdiving     :      30.54       0.00       1468          0          0
3588.37/3597.01	c   randrounding     :       0.98       0.00      21952          0          0
3588.37/3597.01	c   rens             :       0.00       0.00          0          0          0
3588.37/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3588.37/3597.01	c   repair           :       0.00       0.00          0          0          0
3588.37/3597.01	c   rins             :       1.15       0.00         21          1          0
3588.37/3597.01	c   rootsoldiving    :      26.18       0.00        279          2          0
3588.37/3597.01	c   rounding         :       0.76       0.00       5203          0          0
3588.37/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3588.37/3597.01	c   shiftandpropagate:       0.00       0.00          1          0          0
3588.37/3597.01	c   shifting         :       1.10       0.00       2752          0          0
3588.37/3597.01	c   simplerounding   :       0.04       0.00          0          0          0
3588.37/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3588.37/3597.01	c   subnlp           :       0.06       0.00          0          0          0
3588.37/3597.01	c   trivial          :       0.00       0.00          4          0          0
3588.37/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3588.37/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3588.37/3597.01	c   trysol           :       0.03       0.00          0          0          0
3588.37/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3588.37/3597.01	c   undercover       :       0.00       0.00          0          0          0
3588.37/3597.01	c   vbounds          :       0.01       0.00          2          0          0
3588.37/3597.01	c   veclendiving     :      49.49       0.00       1468          1          1
3588.37/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3588.37/3597.01	c   zirounding       :       0.10       0.00       1000          0          0
3588.37/3597.01	c   other solutions  :          -          -          -          0          -
3588.37/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3588.37/3597.01	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.37/3597.01	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
3588.37/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3588.37/3597.01	c   primal LP        :      10.07      18965          0       0.00       0.00      10.07      18965
3588.37/3597.01	c   dual LP          :    2442.83     220103   25756370     152.93   10543.66      29.95      51687
3588.37/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3588.37/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3588.37/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3588.37/3597.01	c   diving/probing LP:     305.49      44993    2961338      65.82    9693.68
3588.37/3597.01	c   strong branching :     212.72       9132    2153497     235.82   10123.44          -          -       2443
3588.37/3597.01	c     (at root node) :          -         22       9787     444.86          -
3588.37/3597.01	c   conflict analysis:      10.11       9490      94465       9.95    9347.39
3588.37/3597.01	c B&B Tree           :
3588.37/3597.01	c   number of runs   :          2
3588.37/3597.01	c   nodes            :     109877 (77629 internal, 32248 leaves)
3588.37/3597.01	c   feasible leaves  :          1
3588.37/3597.01	c   infeas. leaves   :       4268
3588.37/3597.01	c   objective leaves :      27978
3588.37/3597.01	c   nodes (total)    :     143502 (104435 internal, 39067 leaves)
3588.37/3597.01	c   nodes left       :      41859
3588.37/3597.01	c   max depth        :         66
3588.37/3597.01	c   max depth (total):         66
3588.37/3597.01	c   backtracks       :      15779 (14.4%)
3588.37/3597.01	c   early backtracks :          0 (0.0%)
3588.37/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3588.37/3597.01	c   delayed cutoffs  :        205
3588.37/3597.01	c   repropagations   :       6485 (30373 domain reductions, 199 cutoffs)
3588.37/3597.01	c   avg switch length:       5.16
3588.37/3597.01	c   switching time   :      39.11
3588.37/3597.01	c Root Node          :
3588.37/3597.01	c   First LP value   : +4.80000000000000e+01
3588.37/3597.01	c   First LP Iters   :       1094 (10767.82 Iter/sec)
3588.37/3597.01	c   First LP Time    :       0.10
3588.37/3597.01	c   Final Dual Bound : +4.81998762376238e+01
3588.37/3597.01	c   Final Root Iters :      13952
3588.37/3597.01	c   Root LP Estimate : +1.06582854926340e+02
3588.37/3597.01	c Solution           :
3588.37/3597.01	c   Solutions found  :        165 (6 improvements)
3588.37/3597.01	c   First Solution   : +7.80000000000000e+01   (in run 1, after 1 nodes, 1.15 seconds, depth 0, found by <relaxation>)
3588.37/3597.01	c   Gap First Sol.   :      62.50 %
3588.37/3597.01	c   Gap Last Sol.    :      32.23 %
3588.37/3597.01	c   Primal Bound     : +6.40000000000000e+01   (in run 2, after 61339 nodes, 2730.09 seconds, depth 20, found by <relaxation>)
3588.37/3597.01	c   Dual Bound       : +4.86250000000000e+01
3588.37/3597.01	c   Gap              :      31.62 %
3588.37/3597.01	c Integrals          :      Total       Avg%
3588.37/3597.01	c   primal-dual      :   98159.71      27.29
3588.37/3597.01	c   primal-ref       :          -          - (not evaluated)
3588.37/3597.01	c   dual-ref         :          -          - (not evaluated)
3588.57/3597.27	c Time complete: 3588.65.

Verifier Data

OK	64

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=819798, runsolver pid=819795
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 4.10 4.15 4.44 5/257 819799
/proc/meminfo: memFree=127591304/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=72388 memory=33528 CPUtime=0.09 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 5924 0 0 0 9 0 0 0 20 0 1 0 159228447 74125312 8382 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 18097 8382 3805 3540 0 6354 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72388 KiB
Current children cumulated memory: 33528 KiB

[startup+0.205617 s]*
/proc/loadavg: 4.10 4.15 4.44 5/257 819799
/proc/meminfo: memFree=127578032/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=86520 memory=46556 CPUtime=0.2 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 9183 0 0 0 20 0 0 0 20 0 1 0 159228447 88596480 11639 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 21630 11639 3885 3540 0 9887 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 86520 KiB
Current children cumulated memory: 46556 KiB

[startup+0.305553 s]*
/proc/loadavg: 4.10 4.15 4.44 5/257 819799
/proc/meminfo: memFree=127577728/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=86520 memory=46556 CPUtime=0.29 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 9183 0 0 0 29 0 0 0 20 0 1 0 159228447 88596480 11639 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 21630 11639 3885 3540 0 9887 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 86520 KiB
Current children cumulated memory: 46556 KiB

[startup+0.700195 s]
/proc/loadavg: 4.10 4.15 4.44 5/257 819799
/proc/meminfo: memFree=127577736/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=86520 memory=46556 CPUtime=0.68 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 9183 0 0 0 68 0 0 0 20 0 1 0 159228447 88596480 11639 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 21630 11639 3885 3540 0 9887 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 86520 KiB
Current children cumulated memory: 46556 KiB

[startup+1.50021 s]
/proc/loadavg: 4.10 4.15 4.44 5/257 819799
/proc/meminfo: memFree=127555848/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=112688 memory=72380 CPUtime=1.48 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 16521 0 0 0 147 1 0 0 20 0 1 0 159228447 115392512 18095 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 28172 18095 4029 3540 0 16429 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 112688 KiB
Current children cumulated memory: 72380 KiB

[startup+3.10545 s]
/proc/loadavg: 4.10 4.15 4.44 5/257 819801
/proc/meminfo: memFree=127516964/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=153748 memory=107492 CPUtime=3.09 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 25312 0 0 0 306 3 0 0 20 0 1 0 159228447 157437952 26873 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 38437 26873 4029 3540 0 26694 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 153748 KiB
Current children cumulated memory: 107492 KiB

[startup+6.3002 s]
/proc/loadavg: 4.09 4.14 4.44 5/257 819801
/proc/meminfo: memFree=127509208/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=161280 memory=115228 CPUtime=6.27 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 27566 0 0 0 624 3 0 0 20 0 1 0 159228447 165150720 28807 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 40320 28807 4029 3540 0 28577 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 161280 KiB
Current children cumulated memory: 115228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.14 4.44 5/257 819803
/proc/meminfo: memFree=127509016/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=161280 memory=115488 CPUtime=12.66 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 27634 0 0 0 1263 3 0 0 20 0 1 0 159228447 165150720 28872 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 40320 28872 4029 3540 0 28577 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 161280 KiB
Current children cumulated memory: 115488 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.15 4.44 5/257 819805
/proc/meminfo: memFree=127408608/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=265468 memory=216300 CPUtime=25.42 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 52905 0 0 0 2535 7 0 0 20 0 1 0 159228447 271839232 54075 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 66367 54075 4029 3540 0 54624 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 265468 KiB
Current children cumulated memory: 216300 KiB

[startup+51.1055 s]
/proc/loadavg: 4.44 4.22 4.45 5/257 819808
/proc/meminfo: memFree=127405068/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=265468 memory=218400 CPUtime=50.96 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 53378 0 0 0 5088 8 0 0 20 0 1 0 159228447 271839232 54600 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 66367 54600 4029 3540 0 54624 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 265468 KiB
Current children cumulated memory: 218400 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.21 4.44 5/257 819819
/proc/meminfo: memFree=127403660/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=265468 memory=219736 CPUtime=102.03 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 53603 0 0 0 10194 9 0 0 20 0 1 0 159228447 271839232 54934 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 66367 54934 4175 3540 0 54624 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 265468 KiB
Current children cumulated memory: 219736 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.20 4.42 5/257 819830
/proc/meminfo: memFree=127396560/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=267164 memory=221876 CPUtime=161.88 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 54473 0 0 0 16178 10 0 0 20 0 1 0 159228447 273575936 55469 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 66791 55469 4175 3540 0 55048 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 267164 KiB
Current children cumulated memory: 221876 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.18 4.40 5/258 819842
/proc/meminfo: memFree=127359384/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=281124 memory=235552 CPUtime=221.73 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 58560 0 0 0 22162 11 0 0 20 0 1 0 159228447 287870976 58888 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 70281 58888 4175 3540 0 58538 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 281124 KiB
Current children cumulated memory: 235552 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.16 4.38 5/255 819853
/proc/meminfo: memFree=127353528/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=284472 memory=238720 CPUtime=281.58 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 59360 0 0 0 28146 12 0 0 20 0 1 0 159228447 291299328 59680 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 71118 59680 4175 3540 0 59375 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 284472 KiB
Current children cumulated memory: 238720 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.14 4.35 5/255 819864
/proc/meminfo: memFree=127342216/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=295984 memory=249280 CPUtime=341.42 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 62036 0 0 0 34129 13 0 0 20 0 1 0 159228447 303087616 62320 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 73996 62320 4175 3540 0 62253 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 295984 KiB
Current children cumulated memory: 249280 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.13 4.34 5/255 819874
/proc/meminfo: memFree=127302148/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=298696 memory=253068 CPUtime=401.28 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 63561 0 0 0 40114 14 0 0 20 0 1 0 159228447 305864704 63267 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 74674 63267 4175 3540 0 62931 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 298696 KiB
Current children cumulated memory: 253068 KiB

[startup+462.3 s]
/proc/loadavg: 4.42 4.21 4.35 5/255 819885
/proc/meminfo: memFree=127294408/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=305404 memory=257660 CPUtime=461.12 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 64730 0 0 0 46097 15 0 0 20 0 1 0 159228447 312733696 64415 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 76351 64415 4175 3540 0 64608 0

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

/proc/loadavg: 1.09 1.42 2.41 2/236 821664
/proc/meminfo: memFree=128435524/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=614052 memory=573980 CPUtime=3154.62 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 177735 0 0 0 315424 38 0 0 20 0 1 0 159228447 628789248 143495 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 153513 143495 4175 3540 0 141770 0
Current children cumulated CPU time: 3154.62 s
Current children cumulated vsize: 614052 KiB
Current children cumulated memory: 573980 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.35 2.32 2/234 821675
/proc/meminfo: memFree=128429128/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=619612 memory=580616 CPUtime=3214.49 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 179658 0 0 0 321411 38 0 0 20 0 1 0 159228447 634482688 145154 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 154903 145154 4175 3540 0 143160 0
Current children cumulated CPU time: 3214.49 s
Current children cumulated vsize: 619612 KiB
Current children cumulated memory: 580616 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.30 2.24 2/234 821685
/proc/meminfo: memFree=128424292/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=622676 memory=583940 CPUtime=3274.36 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 180740 0 0 0 327398 38 0 0 20 0 1 0 159228447 637620224 145985 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 155669 145985 4175 3540 0 143926 0
Current children cumulated CPU time: 3274.36 s
Current children cumulated vsize: 622676 KiB
Current children cumulated memory: 583940 KiB

[startup+3342.3 s]
/proc/loadavg: 1.15 1.28 2.17 2/233 821696
/proc/meminfo: memFree=128408604/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=637664 memory=598860 CPUtime=3334.22 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 184727 0 0 0 333384 38 0 0 20 0 1 0 159228447 652967936 149715 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 159416 149715 4175 3540 0 147673 0
Current children cumulated CPU time: 3334.22 s
Current children cumulated vsize: 637664 KiB
Current children cumulated memory: 598860 KiB

[startup+3402.3 s]
/proc/loadavg: 1.05 1.22 2.09 2/233 821706
/proc/meminfo: memFree=128394080/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=650804 memory=612780 CPUtime=3394.1 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 188465 0 0 0 339371 39 0 0 20 0 1 0 159228447 666423296 153195 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 162701 153195 4175 3540 0 150958 0
Current children cumulated CPU time: 3394.1 s
Current children cumulated vsize: 650804 KiB
Current children cumulated memory: 612780 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.20 2.03 2/233 821718
/proc/meminfo: memFree=128389220/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=657904 memory=617060 CPUtime=3453.97 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 189787 0 0 0 345358 39 0 0 20 0 1 0 159228447 673693696 154265 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 164476 154265 4175 3540 0 152733 0
Current children cumulated CPU time: 3453.97 s
Current children cumulated vsize: 657904 KiB
Current children cumulated memory: 617060 KiB

[startup+3522.3 s]
/proc/loadavg: 1.16 1.20 1.98 2/233 821729
/proc/meminfo: memFree=128377912/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=667896 memory=627684 CPUtime=3513.83 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 192696 0 0 0 351344 39 0 0 20 0 1 0 159228447 683925504 156921 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 166974 156921 4175 3540 0 155231 0
Current children cumulated CPU time: 3513.83 s
Current children cumulated vsize: 667896 KiB
Current children cumulated memory: 627684 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.18 1.92 2/235 821743
/proc/meminfo: memFree=128364432/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=687184 memory=640864 CPUtime=3573.7 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 196247 0 0 0 357330 40 0 0 20 0 1 0 159228447 703676416 160216 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 171796 160216 4175 3540 0 160053 0
Current children cumulated CPU time: 3573.7 s
Current children cumulated vsize: 687184 KiB
Current children cumulated memory: 640864 KiB

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

# cumulated CPU time of all completed processes:  user=3588.24 s, system=0.410936 s

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

[startup+3584 s]*
/proc/loadavg: 1.11 1.18 1.92 2/235 821743
/proc/meminfo: memFree=128363788/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=687184 memory=640864 CPUtime=3575.4 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 196249 0 0 0 357500 40 0 0 20 0 1 0 159228447 703676416 160216 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 171796 160216 4175 3540 0 160053 0
Current children cumulated CPU time: 3575.4 s
Current children cumulated vsize: 687184 KiB
Current children cumulated memory: 640864 KiB

[startup+3590.4 s]
/proc/loadavg: 1.09 1.17 1.91 2/235 821743
/proc/meminfo: memFree=128363760/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=687184 memory=640864 CPUtime=3581.79 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 196258 0 0 0 358139 40 0 0 20 0 1 0 159228447 703676416 160216 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 171796 160216 4175 3540 0 160053 0
Current children cumulated CPU time: 3581.79 s
Current children cumulated vsize: 687184 KiB
Current children cumulated memory: 640864 KiB

[startup+3593.6 s]
/proc/loadavg: 1.09 1.17 1.91 2/235 821745
/proc/meminfo: memFree=128363676/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=687184 memory=640864 CPUtime=3584.98 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 196259 0 0 0 358458 40 0 0 20 0 1 0 159228447 703676416 160216 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 171796 160216 4175 3540 0 160053 0
Current children cumulated CPU time: 3584.98 s
Current children cumulated vsize: 687184 KiB
Current children cumulated memory: 640864 KiB

[startup+3595.2 s]
/proc/loadavg: 1.08 1.17 1.90 2/235 821745
/proc/meminfo: memFree=128356956/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=694912 memory=647452 CPUtime=3586.57 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 197936 0 0 0 358617 40 0 0 20 0 1 0 159228447 711589888 161863 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 173728 161863 4175 3540 0 161985 0
Current children cumulated CPU time: 3586.57 s
Current children cumulated vsize: 694912 KiB
Current children cumulated memory: 647452 KiB

[startup+3596 s]*
/proc/loadavg: 1.08 1.17 1.90 2/235 821745
/proc/meminfo: memFree=128356956/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=694912 memory=647452 CPUtime=3587.38 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 197936 0 0 0 358698 40 0 0 20 0 1 0 159228447 711589888 161863 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 173728 161863 4175 3540 0 161985 0
Current children cumulated CPU time: 3587.38 s
Current children cumulated vsize: 694912 KiB
Current children cumulated memory: 647452 KiB

[startup+3596.8 s]
/proc/loadavg: 1.08 1.17 1.90 2/235 821745
/proc/meminfo: memFree=128356956/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=694912 memory=647452 CPUtime=3588.17 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 197936 0 0 0 358777 40 0 0 20 0 1 0 159228447 711589888 161863 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 173728 161863 4175 3540 0 161985 0
Current children cumulated CPU time: 3588.17 s
Current children cumulated vsize: 694912 KiB
Current children cumulated memory: 647452 KiB

[startup+3597.2 s]
/proc/loadavg: 1.08 1.17 1.90 2/235 821745
/proc/meminfo: memFree=128356956/131524600 swapFree=131071996/131071996
[pid=819798] ppid=819795 vsize=691828 memory=644572 CPUtime=3588.57 cores=1,3
/proc/819798/stat : 819798 (pbscip) R 819795 819798 814075 0 -1 4194304 197936 0 0 0 358817 40 0 0 20 0 1 0 159228447 708431872 161143 134679101440 4194304 18693293 140722205758128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 35532800 140722205762564 140722205762663 140722205762663 140722205769678 0
/proc/819798/statm: 172957 161143 4175 3540 0 161214 0
Current children cumulated CPU time: 3588.57 s
Current children cumulated vsize: 691828 KiB
Current children cumulated memory: 644572 KiB

Child status: 0

Real time (s): 3597.28
CPU time (s): 3588.65
CPU user time (s): 3588.24
CPU system time (s): 0.410936
CPU usage (%): 99.7603
Max. virtual memory (cumulated for all children) (KiB): 694912
Max. memory (cumulated for all children) (KiB): 647452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.24
system time used= 0.410936
maximum resident set size= 647452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197942
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= 80
involuntary context switches= 2995


# summary of solver processes directly reported to runsolver:
#   pid: 819798
#   total CPU time (s): 3588.65
#   total CPU user time (s): 3588.24
#   total CPU system time (s): 0.410936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51942 second user time and 15.4993 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-15 21:10:35
IDJOB=4432614
IDBENCH=147020
IDSOLVER=3059
FILE ID=nodeC026/4432614-1721070623
RUNJOBID= nodeC026-1721061647-814087
SLURM_JOB_ID= 7505513
Free space on /tmp= 890024 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432614-1721070623/watcher-4432614-1721070623 -o /tmp/evaluation-result-4432614-1721070623/solver-4432614-1721070623 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721061647-814087 --watchdog 3760  pbscip -f HOME/instance-4432614-1721070623.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 01f07e427327757fda434ad4b1d2038d
RANDOM SEED=631709760

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127610096 kB
MemAvailable:   128500520 kB
Buffers:          374664 kB
Cached:          1351088 kB
SwapCached:            0 kB
Active:           647800 kB
Inactive:        2669840 kB
Active(anon):       1548 kB
Inactive(anon):  1628052 kB
Active(file):     646252 kB
Inactive(file):  1041788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             18720 kB
Writeback:             4 kB
AnonPages:       1584224 kB
Mapped:           138700 kB
Shmem:             37720 kB
KReclaimable:      84412 kB
Slab:             189168 kB
SReclaimable:      84412 kB
SUnreclaim:       104756 kB
KernelStack:        4096 kB
PageTables:        12744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2142080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61184 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1308672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      232148 kB
DirectMap2M:    20512768 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC026 at 2024-07-15 22:10:33