Trace number 4513197

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2025-06-13? 3585.96 3597.06

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM3e8b284557ab3bc728bad30e424c83e1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1199.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4513197-1751219232.opb>
0.00/0.02	c original problem has 4128 variables (4128 bin, 0 int, 0 cont) and 8704 constraints
0.00/0.02	c problem read in 0.019 seconds
0.00/0.02	c problem without objective
0.00/0.03	c presolving:
0.00/0.04	c (round 1, fast)       608 del vars, 1004 del conss, 649 add conss, 520 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 320 clqs
0.00/0.05	c (round 2, fast)       903 del vars, 1593 del conss, 753 add conss, 686 chg bounds, 5 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 463 clqs
0.00/0.05	c (round 3, fast)       906 del vars, 1625 del conss, 779 add conss, 689 chg bounds, 5 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 494 clqs
0.00/0.06	c    (0.1s) running MILP presolver
0.00/0.07	c    (0.1s) MILP presolver (4 rounds): 78 aggregations, 2 fixings, 0 bound changes
0.00/0.07	c (round 4, medium)     986 del vars, 1625 del conss, 779 add conss, 689 chg bounds, 5 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 335 clqs
0.00/0.08	c (round 5, fast)       986 del vars, 1769 del conss, 849 add conss, 689 chg bounds, 5 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 359 clqs
0.00/0.08	c (round 6, exhaustive) 986 del vars, 2437 del conss, 849 add conss, 689 chg bounds, 5 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 359 clqs
0.09/0.11	c (round 7, exhaustive) 986 del vars, 2437 del conss, 849 add conss, 689 chg bounds, 5 chg sides, 0 chg coeffs, 5799 upgd conss, 0 impls, 359 clqs
0.09/0.12	c (round 8, exhaustive) 986 del vars, 2533 del conss, 881 add conss, 689 chg bounds, 5 chg sides, 0 chg coeffs, 5799 upgd conss, 0 impls, 359 clqs
0.09/0.14	c (round 9, exhaustive) 986 del vars, 2533 del conss, 881 add conss, 689 chg bounds, 65 chg sides, 0 chg coeffs, 5799 upgd conss, 0 impls, 359 clqs
0.09/0.14	c (round 10, exhaustive) 986 del vars, 2533 del conss, 881 add conss, 689 chg bounds, 65 chg sides, 0 chg coeffs, 5859 upgd conss, 0 impls, 359 clqs
0.19/0.23	c    (0.2s) probing: 732/3212 (22.8%) - 0 fixings, 0 aggregations, 283 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.19/0.23	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.19/0.24	c    (0.2s) no symmetry present (symcode time: 0.00)
0.19/0.25	c presolving (11 rounds: 11 fast, 7 medium, 6 exhaustive):
0.19/0.25	c  986 deleted vars, 2533 deleted constraints, 881 added constraints, 689 tightened bounds, 0 added holes, 65 changed sides, 33 changed coefficients
0.19/0.25	c  0 implications, 642 cliques
0.19/0.25	c presolved problem has 3212 variables (3212 bin, 0 int, 0 cont) and 7052 constraints
0.19/0.25	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.19/0.25	c      32 constraints of type <and>
0.19/0.25	c       1 constraints of type <xor>
0.19/0.25	c    1257 constraints of type <linear>
0.19/0.25	c    5762 constraints of type <logicor>
0.19/0.25	c transformed objective value is always integral (scale: 1)
0.19/0.25	c Presolving Time: 0.22
0.19/0.25	c 
0.19/0.25	c - non default parameters ----------------------------------------------------------------------
0.19/0.25	c 
0.19/0.25	c # SCIP version 10.0.0
0.19/0.25	c 
0.19/0.25	c # maximal time in seconds to run
0.19/0.25	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.19/0.25	c limits/time = 3596.998008
0.19/0.25	c 
0.19/0.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.25	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.19/0.25	c limits/memory = 27900
0.19/0.25	c 
0.19/0.25	c # belongs reading time to solving time?
0.19/0.25	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.19/0.25	c timing/reading = TRUE
0.19/0.25	c 
0.19/0.25	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.19/0.25	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.19/0.25	c reading/opbreader/maxintsize = 47
0.19/0.25	c 
0.19/0.25	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.19/0.25	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.19/0.25	c propagating/genvbounds/timingmask = 0
0.19/0.25	c 
0.19/0.25	c -----------------------------------------------------------------------------------------------
0.19/0.25	c 
0.29/0.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.29/0.35	c   0.4s|     1 |     0 |   909 |     - |    58M |   0 |3212 |7196 |7084 |   0 |  0 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.76/0.84	c   0.8s|     1 |     0 |  3020 |     - |    63M |   0 |3212 |7196 |7380 | 296 |  1 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.86/1.92	c   1.9s|     1 |     0 |  5131 |     - |    64M |   0 |3212 |7196 |7663 | 579 |  2 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3.56/3.68	c   3.7s|     1 |     0 |  8301 |     - |    68M |   0 |3212 |7196 |7952 | 868 |  3 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
5.65/5.70	c   5.7s|     1 |     0 | 11758 |     - |    70M |   0 |3212 |7196 |8228 |1144 |  4 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
8.15/8.22	c   8.2s|     1 |     0 | 16099 |     - |    73M |   0 |3212 |7195 |8510 |1426 |  5 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
10.34/10.47	c  10.5s|     1 |     0 | 19700 |     - |    75M |   0 |3212 |7195 |8679 |1595 |  6 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
12.94/13.01	c  13.0s|     1 |     0 | 23779 |     - |    77M |   0 |3212 |7195 |8950 |1866 |  7 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
15.63/15.73	c  15.7s|     1 |     0 | 28011 |     - |    78M |   0 |3212 |7195 |9092 |2008 |  8 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.32/18.46	c  18.5s|     1 |     0 | 32167 |     - |    79M |   0 |3212 |7194 |9230 |2146 |  9 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
20.52/20.68	c  20.7s|     1 |     0 | 35130 |     - |    80M |   0 |3212 |7193 |9330 |2246 | 10 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
22.02/22.15	c  22.2s|     1 |     0 | 38215 |     - |    81M |   0 |3212 |7192 |8653 |2385 | 11 | 143 |   0 | 0.000000e+00 |      --      |    Inf | unknown
33.09/33.29	c  33.3s|     1 |     2 | 48328 |     - |    81M |   0 |3212 |7184 |8653 |2385 | 11 | 144 |  11 | 0.000000e+00 |      --      |    Inf | unknown
292.25/293.06	c   293s|   100 |   101 |255638 |2196.2 |    83M |  15 |3212 |7157 |7246 |4401 |  2 | 183 |  11 | 0.000000e+00 |      --      |    Inf | unknown
337.73/338.67	c   339s|   200 |   201 |366135 |1647.8 |    84M |  23 |3212 |7146 |7550 |8409 |  1 | 183 |  11 | 0.000000e+00 |      --      |    Inf | unknown
353.59/354.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
353.59/354.57	c   355s|   300 |   301 |393339 |1187.7 |    84M |  26 |3212 |7148 |7556 |8413 |  1 | 193 |  11 | 0.000000e+00 |      --      |    Inf | unknown
363.26/364.20	c   364s|   400 |   401 |419335 | 955.2 |    85M |  26 |3212 |7147 |7401 |8819 |  1 | 194 |  11 | 0.000000e+00 |      --      |    Inf | unknown
379.92/380.93	c   381s|   500 |   501 |456843 | 838.9 |    85M |  26 |3212 |7137 |7338 |9636 |  1 | 195 |  11 | 0.000000e+00 |      --      |    Inf | unknown
397.68/398.71	c   399s|   600 |   599 |493011 | 759.3 |    86M |  30 |3212 |7163 |7694 |  10k|  2 | 224 |  11 | 0.000000e+00 |      --      |    Inf | unknown
417.13/418.24	c   418s|   700 |   681 |547606 | 728.7 |    87M |  33 |3212 |7162 |7679 |  11k|  1 | 227 |  11 | 0.000000e+00 |      --      |    Inf | unknown
451.94/453.18	c   453s|   800 |   771 |619582 | 727.6 |    87M |  33 |3212 |7150 |7401 |  14k|  1 | 229 |  11 | 0.000000e+00 |      --      |    Inf | unknown
477.67/478.97	c   479s|   900 |   871 |679025 | 712.8 |    88M |  33 |3212 |7144 |7555 |  16k|  1 | 237 |  11 | 0.000000e+00 |      --      |    Inf | unknown
499.72/501.03	c   501s|  1000 |   967 |727935 | 690.4 |    88M |  37 |3212 |7143 |7245 |  18k|  1 | 246 |  11 | 0.000000e+00 |      --      |    Inf | unknown
520.97/522.37	c   522s|  1100 |  1065 |774281 | 669.8 |    89M |  37 |3212 |7149 |7547 |  20k|  2 | 256 |  11 | 0.000000e+00 |      --      |    Inf | unknown
548.70/550.17	c   550s|  1200 |  1165 |832248 | 662.2 |    90M |  37 |3212 |7153 |7551 |  23k|  1 | 261 |  11 | 0.000000e+00 |      --      |    Inf | unknown
561.17/562.61	c   563s|  1300 |  1265 |861440 | 633.7 |    90M |  37 |3212 |7160 |7555 |  24k|  1 | 271 |  11 | 0.000000e+00 |      --      |    Inf | unknown
578.92/580.50	c   580s|  1400 |  1363 |901605 | 617.1 |    91M |  37 |3212 |7154 |7547 |  26k|  1 | 272 |  11 | 0.000000e+00 |      --      |    Inf | unknown
593.29/594.84	c   595s|  1500 |  1463 |936304 | 599.1 |    91M |  37 |3212 |7156 |7556 |  27k|  1 | 276 |  11 | 0.000000e+00 |      --      |    Inf | unknown
611.14/612.77	c   613s|  1600 |  1563 |971537 | 583.7 |    92M |  37 |3212 |7161 |7680 |  28k|  1 | 283 |  11 | 0.000000e+00 |      --      |    Inf | unknown
627.99/629.64	c   630s|  1700 |  1663 |  1003k| 567.9 |    92M |  37 |3212 |7160 |7550 |  29k|  1 | 284 |  11 | 0.000000e+00 |      --      |    Inf | unknown
790.97/793.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
790.97/793.07	c   793s|  1800 |  1763 |  1077k| 577.7 |    92M |  37 |3212 |7159 |7545 |  31k|  1 | 286 |  11 | 0.000000e+00 |      --      |    Inf | unknown
813.89/816.10	c   816s|  1900 |  1863 |  1124k| 571.8 |    92M |  37 |3212 |7159 |7584 |  33k|  2 | 289 |  11 | 0.000000e+00 |      --      |    Inf | unknown
834.52/836.73	c   837s|  2000 |  1963 |  1162k| 562.6 |    92M |  37 |3212 |7154 |7549 |  34k|  1 | 289 |  11 | 0.000000e+00 |      --      |    Inf | unknown
852.27/854.59	c   855s|  2100 |  2063 |  1198k| 552.7 |    93M |  37 |3212 |7156 |7560 |  35k|  1 | 300 |  11 | 0.000000e+00 |      --      |    Inf | unknown
860.54/862.88	c   863s|  2200 |  2163 |  1217k| 536.4 |    93M |  37 |3212 |7153 |7552 |  36k|  1 | 300 |  11 | 0.000000e+00 |      --      |    Inf | unknown
878.58/880.91	c   881s|  2300 |  2263 |  1254k| 528.9 |    94M |  37 |3212 |7165 |7580 |  38k|  2 | 315 |  11 | 0.000000e+00 |      --      |    Inf | unknown
893.33/895.76	c   896s|  2400 |  2363 |  1281k| 518.2 |    94M |  37 |3212 |7162 |7560 |  39k|  1 | 317 |  11 | 0.000000e+00 |      --      |    Inf | unknown
908.98/911.46	c   911s|  2500 |  2463 |  1332k| 517.8 |    96M |  42 |3212 |7167 |7669 |  40k|  1 | 323 |  11 | 0.000000e+00 |      --      |    Inf | unknown
936.49/939.03	c   939s|  2600 |  2563 |  1388k| 519.4 |   100M |  42 |3212 |7168 |7556 |  42k|  1 | 338 |  11 | 0.000000e+00 |      --      |    Inf | unknown
956.62/959.29	c   959s|  2700 |  2663 |  1436k| 517.9 |   104M |  42 |3212 |7176 |7397 |  45k|  1 | 354 |  11 | 0.000000e+00 |      --      |    Inf | unknown
970.07/972.71	c   973s|  2800 |  2763 |  1468k| 511.0 |   104M |  42 |3212 |7167 |7668 |  46k|  1 | 357 |  11 | 0.000000e+00 |      --      |    Inf | unknown
989.71/992.48	c   992s|  2900 |  2863 |  1513k| 508.8 |   105M |  42 |3212 |7160 |7558 |  48k|  1 | 358 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1013.54/1016.37	c  1016s|  3000 |  2963 |  1566k| 509.7 |   107M |  42 |3212 |7154 |7684 |  50k|  1 | 362 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1034.97/1037.82	c  1038s|  3100 |  3063 |  1620k| 510.4 |   107M |  42 |3212 |7146 |7554 |  52k|  1 | 362 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1059.11/1062.01	c  1062s|  3200 |  3163 |  1672k| 510.8 |   107M |  42 |3212 |7139 |7400 |  55k|  1 | 362 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1090.73/1093.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1090.73/1093.75	c  1094s|  3300 |  3263 |  1736k| 514.8 |   107M |  42 |3212 |7145 |7556 |  58k|  1 | 373 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1108.79/1111.84	c  1112s|  3400 |  3359 |  1782k| 513.1 |   108M |  42 |3212 |7141 |7669 |  60k|  1 | 373 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1126.15/1129.26	c  1129s|  3500 |  3459 |  1825k| 510.7 |   108M |  42 |3212 |7143 |7412 |  62k|  1 | 376 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1150.09/1153.28	c  1153s|  3600 |  3559 |  1877k| 511.0 |   108M |  42 |3212 |7139 |7554 |  64k|  1 | 380 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1171.83/1175.10	c  1175s|  3700 |  3659 |  1923k| 509.8 |   109M |  42 |3212 |7141 |7397 |  67k|  1 | 388 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1192.68/1195.93	c  1196s|  3800 |  3759 |  1969k| 508.4 |   109M |  42 |3212 |7142 |7554 |  69k|  1 | 391 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1208.63/1211.94	c  1212s|  3900 |  3859 |  2009k| 505.7 |   109M |  42 |3212 |7137 |7397 |  70k|  1 | 391 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1220.30/1223.64	c  1224s|  4000 |  3959 |  2036k| 499.6 |   110M |  42 |3212 |7137 |7542 |  72k|  1 | 393 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1249.74/1253.15	c  1253s|  4100 |  4059 |  2099k| 502.8 |   111M |  42 |3212 |7133 |7445 |  74k|  2 | 397 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1273.87/1277.33	c  1277s|  4200 |  4159 |  2154k| 504.1 |   112M |  42 |3212 |7133 |7704 |  77k|  1 | 398 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1299.20/1302.78	c  1303s|  4300 |  4259 |  2207k| 504.6 |   113M |  42 |3212 |7137 |7558 |  78k|  1 | 405 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1318.47/1322.00	c  1322s|  4400 |  4359 |  2252k| 503.3 |   113M |  42 |3212 |7153 |7704 |  80k|  1 | 424 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1349.68/1353.31	c  1353s|  4500 |  4459 |  2310k| 505.1 |   114M |  42 |3212 |7160 |7247 |  83k|  2 | 436 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1373.52/1377.28	c  1377s|  4600 |  4559 |  2368k| 506.6 |   116M |  42 |3212 |7153 |7680 |  85k|  1 | 436 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1560.35/1564.59	c  1565s|  4700 |  4659 |  2516k| 527.4 |   116M |  42 |3212 |7155 |7556 |  87k|  1 | 443 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1584.90/1589.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1584.90/1589.12	c  1589s|  4800 |  4759 |  2572k| 528.1 |   117M |  42 |3212 |7167 |7754 |  90k|  2 | 459 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1606.22/1610.58	c  1611s|  4900 |  4859 |  2621k| 527.3 |   117M |  43 |3212 |7168 |7497 |  92k|  1 | 469 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1620.28/1624.67	c  1625s|  5000 |  4959 |  2656k| 523.7 |   117M |  43 |3212 |7166 |7679 |  93k|  1 | 469 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1653.47/1657.96	c  1658s|  5100 |  5059 |  2728k| 527.5 |   118M |  44 |3212 |7164 |7412 |  96k|  2 | 475 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1681.08/1685.68	c  1686s|  5200 |  5159 |  2793k| 530.0 |   119M |  44 |3212 |7178 |7703 |  99k|  1 | 496 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1710.28/1714.99	c  1715s|  5300 |  5259 |  2867k| 533.9 |   119M |  44 |3212 |7176 |7712 | 103k|  1 | 503 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1729.52/1734.25	c  1734s|  5400 |  5359 |  2917k| 533.2 |   120M |  44 |3212 |7178 |7554 | 105k|  1 | 513 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1758.02/1762.86	c  1763s|  5500 |  5459 |  2976k| 534.3 |   120M |  44 |3212 |7187 |7840 | 107k|  1 | 526 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1779.46/1784.34	c  1784s|  5600 |  5559 |  3032k| 534.7 |   120M |  44 |3212 |7183 |7842 | 110k|  1 | 526 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1799.29/1804.24	c  1804s|  5700 |  5659 |  3081k| 534.0 |   121M |  44 |3212 |7187 |7670 | 112k|  1 | 532 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1823.41/1828.46	c  1828s|  5800 |  5759 |  3139k| 534.9 |   121M |  44 |3212 |7181 |7679 | 115k|  1 | 541 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1850.23/1855.36	c  1855s|  5900 |  5857 |  3197k| 535.5 |   122M |  44 |3212 |7200 |7669 | 117k|  1 | 566 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1868.77/1873.93	c  1874s|  6000 |  5957 |  3244k| 534.5 |   122M |  44 |3212 |7201 |7685 | 119k|  1 | 567 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1884.92/1890.16	c  1890s|  6100 |  6057 |  3288k| 532.9 |   122M |  47 |3212 |7197 |7775 | 121k|  1 | 574 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1921.80/1927.13	c  1927s|  6200 |  6155 |  3364k| 536.6 |   122M |  47 |3212 |7186 |7405 | 123k|  2 | 578 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1940.03/1945.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1940.03/1945.41	c  1945s|  6300 |  6255 |  3412k| 535.7 |   123M |  47 |3212 |7179 |7558 | 126k|  1 | 578 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1971.23/1976.76	c  1977s|  6400 |  6355 |  3481k| 538.1 |   124M |  47 |3212 |7180 |7248 | 128k|  2 | 590 |  11 | 0.000000e+00 |      --      |    Inf | unknown
1997.74/2003.37	c  2003s|  6500 |  6455 |  3547k| 540.0 |   124M |  47 |3212 |7187 |7481 | 131k|  1 | 605 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2024.36/2030.07	c  2030s|  6600 |  6555 |  3616k| 542.2 |   125M |  47 |3212 |7184 |7757 | 135k|  2 | 610 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2053.66/2059.45	c  2059s|  6700 |  6655 |  3681k| 543.9 |   125M |  47 |3212 |7197 |7669 | 138k|  1 | 627 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2078.67/2084.55	c  2085s|  6800 |  6755 |  3747k| 545.6 |   125M |  47 |3212 |7206 |7676 | 140k|  1 | 637 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2102.30/2108.22	c  2108s|  6900 |  6855 |  3802k| 545.6 |   125M |  47 |3212 |7214 |7548 | 143k|  1 | 650 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2132.70/2138.78	c  2139s|  7000 |  6955 |  3873k| 548.0 |   125M |  47 |3212 |7211 |7396 | 146k|  1 | 656 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2155.82/2161.98	c  2162s|  7100 |  7055 |  3931k| 548.4 |   127M |  47 |3212 |7210 |7394 | 150k|  1 | 666 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2182.93/2189.17	c  2189s|  7200 |  7155 |  3994k| 549.6 |   128M |  47 |3212 |7243 |7718 | 152k|  2 | 706 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2209.94/2216.20	c  2216s|  7300 |  7255 |  4057k| 550.7 |   129M |  47 |3212 |7242 |7707 | 155k|  1 | 720 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2234.66/2241.09	c  2241s|  7400 |  7355 |  4115k| 551.0 |   131M |  47 |3212 |7240 |7838 | 158k|  2 | 732 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2258.48/2264.98	c  2265s|  7500 |  7455 |  4172k| 551.3 |   131M |  47 |3212 |7226 |7655 | 161k|  1 | 739 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2288.28/2294.85	c  2295s|  7600 |  7553 |  4237k| 552.6 |   133M |  47 |3212 |7243 |7676 | 164k|  1 | 764 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2317.68/2324.38	c  2324s|  7700 |  7653 |  4308k| 554.7 |   133M |  47 |3212 |7242 |7246 | 167k|  1 | 774 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2340.11/2346.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2340.11/2346.84	c  2347s|  7800 |  7753 |  4363k| 554.6 |   133M |  47 |3212 |7240 |7601 | 170k|  2 | 780 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2362.04/2368.88	c  2369s|  7900 |  7853 |  4420k| 554.7 |   134M |  47 |3212 |7243 |7547 | 173k|  1 | 789 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2397.32/2404.26	c  2404s|  8000 |  7951 |  4499k| 557.7 |   134M |  47 |3212 |7255 |7393 | 176k|  1 | 813 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2422.34/2429.38	c  2429s|  8100 |  8051 |  4559k| 558.2 |   134M |  47 |3212 |7259 |7677 | 180k|  2 | 825 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2450.15/2457.23	c  2457s|  8200 |  8151 |  4620k| 558.8 |   135M |  47 |3212 |7246 |7670 | 182k|  1 | 836 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2473.17/2480.37	c  2480s|  8300 |  8251 |  4679k| 559.3 |   135M |  47 |3212 |7256 |7446 | 185k|  2 | 854 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2494.80/2502.04	c  2502s|  8400 |  8351 |  4731k| 558.8 |   135M |  47 |3212 |7250 |7245 | 188k|  1 | 857 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2528.89/2536.24	c  2536s|  8500 |  8449 |  4802k| 560.5 |   135M |  47 |3212 |7250 |7705 | 191k|  1 | 868 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2563.47/2570.92	c  2571s|  8600 |  8549 |  4898k| 565.2 |   135M |  47 |3212 |7244 |7705 | 194k|  2 | 868 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2591.08/2598.66	c  2599s|  8700 |  8649 |  4964k| 566.3 |   135M |  47 |3212 |7243 |7563 | 198k|  1 | 877 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2616.90/2624.60	c  2625s|  8800 |  8749 |  5028k| 567.1 |   137M |  47 |3212 |7245 |7642 | 200k|  1 | 893 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2643.01/2650.72	c  2651s|  8900 |  8849 |  5096k| 568.4 |   138M |  47 |3212 |7243 |7853 | 203k|  1 | 898 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2663.35/2671.16	c  2671s|  9000 |  8949 |  5141k| 567.1 |   138M |  47 |3212 |7259 |7747 | 206k|  2 | 927 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2681.38/2689.21	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
2681.38/2689.21	c (run 1, node 9063) performing user restart
2681.38/2689.21	c 
2681.38/2689.21	c (restart) converted 815 cuts from the global cut pool into linear constraints
2681.38/2689.21	c 
2681.38/2689.24	c presolving:
2681.38/2689.24	c (round 1, fast)       0 del vars, 6 del conss, 598 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 653 clqs
2681.38/2689.25	c (round 2, exhaustive) 0 del vars, 40 del conss, 598 add conss, 0 chg bounds, 0 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 653 clqs
2681.38/2689.27	c (round 3, exhaustive) 0 del vars, 40 del conss, 598 add conss, 0 chg bounds, 0 chg sides, 1 chg coeffs, 1331 upgd conss, 0 impls, 653 clqs
2681.38/2689.27	c (round 4, fast)       0 del vars, 556 del conss, 598 add conss, 0 chg bounds, 0 chg sides, 1 chg coeffs, 1331 upgd conss, 0 impls, 653 clqs
2681.38/2689.27	c (round 5, exhaustive) 0 del vars, 557 del conss, 601 add conss, 0 chg bounds, 49 chg sides, 6 chg coeffs, 1331 upgd conss, 0 impls, 655 clqs
2681.38/2689.28	c (round 6, exhaustive) 0 del vars, 557 del conss, 601 add conss, 0 chg bounds, 49 chg sides, 6 chg coeffs, 1379 upgd conss, 0 impls, 655 clqs
2681.38/2689.28	c (round 7, fast)       0 del vars, 605 del conss, 601 add conss, 0 chg bounds, 49 chg sides, 6 chg coeffs, 1379 upgd conss, 0 impls, 655 clqs
2681.48/2689.30	c presolving (8 rounds: 8 fast, 5 medium, 5 exhaustive):
2681.48/2689.30	c  0 deleted vars, 607 deleted constraints, 601 added constraints, 0 tightened bounds, 0 added holes, 49 changed sides, 16 changed coefficients
2681.48/2689.30	c  0 implications, 655 cliques
2681.48/2689.30	c presolved problem has 3212 variables (3212 bin, 0 int, 0 cont) and 8076 constraints
2681.48/2689.30	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
2681.48/2689.30	c      56 constraints of type <knapsack>
2681.48/2689.30	c     108 constraints of type <setppc>
2681.48/2689.30	c      32 constraints of type <and>
2681.48/2689.30	c       1 constraints of type <xor>
2681.48/2689.30	c    1261 constraints of type <linear>
2681.48/2689.30	c    6618 constraints of type <logicor>
2681.48/2689.30	c transformed objective value is always integral (scale: 1)
2681.48/2689.30	c Presolving Time: 0.29
2681.48/2689.30	c 
2681.58/2689.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2681.58/2689.48	c  2689s|     1 |     0 |  5181k|     - |   122M |   0 |3212 |8076 |7901 |   0 |  0 | 939 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2683.87/2691.71	c  2692s|     1 |     0 |  5185k|     - |   124M |   0 |3212 |8079 |8201 | 300 |  1 | 939 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2686.57/2694.41	c  2694s|     1 |     0 |  5189k|     - |   126M |   0 |3212 |8079 |8477 | 576 |  2 | 939 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2688.96/2696.88	c  2697s|     1 |     0 |  5193k|     - |   127M |   0 |3212 |8079 |8759 | 858 |  3 | 939 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2691.65/2699.59	c  2700s|     1 |     0 |  5197k|     - |   128M |   0 |3212 |8079 |9022 |1121 |  4 | 939 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2694.64/2702.55	c  2703s|     1 |     0 |  5202k|     - |   129M |   0 |3212 |8079 |9265 |1364 |  5 | 939 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2697.14/2705.02	c  2705s|     1 |     0 |  5205k|     - |   130M |   0 |3212 |8079 |9414 |1513 |  6 | 939 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2699.82/2707.79	c  2708s|     1 |     0 |  5209k|     - |   131M |   0 |3212 |8077 |9532 |1631 |  7 | 941 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2702.41/2710.33	c  2710s|     1 |     0 |  5213k|     - |   132M |   0 |3212 |8077 |9630 |1729 |  8 | 941 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2705.40/2713.30	c  2713s|     1 |     0 |  5217k|     - |   133M |   0 |3212 |8078 |9711 |1810 |  9 | 942 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2708.39/2716.33	c  2716s|     1 |     0 |  5221k|     - |   135M |   0 |3212 |8078 |9793 |1892 | 10 | 942 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2710.29/2718.22	c  2718s|     1 |     0 |  5225k|     - |   136M |   0 |3212 |8076 |9864 |1963 | 11 | 942 |  11 | 0.000000e+00 |      --      |    Inf | unknown
2722.45/2730.45	c  2730s|     1 |     2 |  5234k|     - |   136M |   0 |3212 |8087 |9864 |1963 | 11 | 956 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2757.14/2765.26	c  2765s|   100 |   101 |  5304k| 569.8 |   140M |  54 |3212 |8086 |7872 |4366 |  1 | 959 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2768.01/2776.18	c  2776s|   200 |   197 |  5333k| 566.8 |   141M | 111 |3212 |8094 |8041 |5039 |  2 | 967 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2773.99/2782.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2773.99/2782.11	c  2782s|   300 |   297 |  5353k| 562.9 |   145M | 177 |3212 |8117 |8216 |5740 |  1 | 990 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2776.37/2784.57	c  2785s|   400 |   393 |  5363k| 558.0 |   145M | 261 |3212 |8128 |8364 |5913 |  1 |1001 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2777.17/2785.33	c  2785s|   500 |   489 |  5366k| 552.4 |   145M | 359 |3212 |8128 |8378 |5927 |  1 |1001 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2777.77/2785.90	c  2786s|   600 |   523 |  5368k| 546.9 |   146M | 395 |3212 |8200 |8379 |5930 |  1 |1073 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2786.44/2794.61	c  2795s|   700 |   575 |  5387k| 543.3 |   152M | 399 |3212 |8203 |   0 |6541 |  0 |1107 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2791.83/2800.04	c  2800s|   800 |   610 |  5399k| 539.0 |   164M | 399 |3212 |8263 |8379 |6697 |  1 |1238 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2793.72/2801.93	c  2802s|   900 |   652 |  5404k| 534.1 |   166M | 399 |3212 |8321 |7834 |6815 |  1 |1400 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2801.89/2810.18	c  2810s|  1000 |   698 |  5422k| 530.6 |   167M | 399 |3212 |8328 |8379 |6963 |  1 |1521 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2809.56/2817.84	c  2818s|  1100 |   723 |  5445k| 527.6 |   170M | 399 |3212 |8372 |8379 |7148 |  1 |1697 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2812.55/2820.83	c  2821s|  1200 |   761 |  5452k| 523.2 |   171M | 399 |3212 |8431 |   0 |7258 |  0 |1774 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2816.94/2825.22	c  2825s|  1300 |   842 |  5464k| 519.3 |   174M | 399 |3212 |8410 |8172 |7696 |  1 |1804 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2817.44/2825.72	c  2826s|  1400 |   859 |  5466k| 514.5 |   174M | 399 |3212 |8450 |8380 |7699 |  1 |1935 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2818.84/2827.16	c  2827s|  1500 |   905 |  5471k| 510.1 |   175M | 399 |3212 |8485 |8381 |7756 |  2 |2035 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2820.23/2828.54	c  2829s|  1600 |   931 |  5476k| 505.8 |   175M | 399 |3212 |8522 |8248 |7791 |  1 |2207 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2821.22/2829.53	c  2830s|  1700 |   942 |  5480k| 501.4 |   176M | 399 |3212 |8519 |   0 |7808 |  0 |2352 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2821.92/2830.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2821.92/2830.20	c  2830s|  1800 |   936 |  5482k| 497.1 |   178M | 399 |3212 |8589 |   0 |7809 |  0 |2516 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2823.11/2831.48	c  2831s|  1900 |   952 |  5487k| 493.0 |   180M | 399 |3212 |8673 |8380 |7827 |  1 |2657 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2823.82/2832.18	c  2832s|  2000 |   962 |  5490k| 488.8 |   181M | 399 |3212 |8773 |   0 |7836 |  0 |2852 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2824.81/2833.14	c  2833s|  2100 |   951 |  5493k| 484.7 |   182M | 399 |3212 |8958 |   0 |7836 |  0 |3210 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2826.00/2834.34	c  2834s|  2200 |   970 |  5498k| 480.8 |   182M | 399 |3212 |8785 |8266 |7853 |  1 |3439 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2826.60/2835.00	c  2835s|  2300 |   983 |  5501k| 476.8 |   183M | 399 |3212 |8800 |8383 |7859 |  2 |3619 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2827.30/2835.69	c  2836s|  2400 |   974 |  5503k| 472.8 |   183M | 399 |3212 |8861 |   0 |7863 |  0 |3833 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2828.09/2836.40	c  2836s|  2500 |   987 |  5506k| 469.0 |   183M | 399 |3212 |8999 |8383 |7874 |  2 |4081 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2828.80/2837.18	c  2837s|  2600 |   981 |  5509k| 465.2 |   184M | 399 |3212 |9077 |8380 |7877 |  1 |4317 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2829.49/2837.83	c  2838s|  2700 |   972 |  5511k| 461.5 |   184M | 399 |3212 |8915 |8380 |7879 |  1 |4547 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2829.99/2838.30	c  2838s|  2800 |   989 |  5513k| 457.7 |   184M | 399 |3212 |8826 |8382 |7883 |  1 |4638 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2830.39/2838.73	c  2839s|  2900 |   983 |  5514k| 454.0 |   184M | 399 |3212 |8770 |8380 |7886 |  1 |4762 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2830.88/2839.24	c  2839s|  3000 |   998 |  5516k| 450.4 |   184M | 399 |3212 |8752 |8381 |7898 |  1 |4870 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2831.79/2840.10	c  2840s|  3100 |   998 |  5520k| 447.0 |   185M | 399 |3212 |8907 |8381 |7903 |  1 |5111 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2832.58/2840.92	c  2841s|  3200 |   991 |  5523k| 443.6 |   186M | 399 |3212 |8959 |8382 |7906 |  2 |5333 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2833.37/2841.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2833.37/2841.71	c  2842s|  3300 |   999 |  5526k| 440.3 |   186M | 399 |3212 |9011 |8383 |7912 |  1 |5500 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2834.17/2842.54	c  2843s|  3400 |   996 |  5530k| 437.0 |   187M | 400 |3212 |9035 |8381 |7913 |  1 |5646 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2835.07/2843.40	c  2843s|  3500 |  1003 |  5533k| 433.8 |   187M | 400 |3212 |9123 |8382 |7922 |  2 |5864 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2835.77/2844.16	c  2844s|  3600 |  1002 |  5536k| 430.6 |   187M | 400 |3212 |9165 |   0 |7931 |  0 |6075 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2836.56/2844.92	c  2845s|  3700 |  1008 |  5539k| 427.5 |   189M | 400 |3212 |9138 |   0 |7939 |  0 |6214 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2837.36/2845.79	c  2846s|  3800 |  1003 |  5543k| 424.5 |   189M | 400 |3212 |9204 |8382 |7948 |  1 |6363 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2838.16/2846.52	c  2847s|  3900 |  1009 |  5546k| 421.4 |   190M | 400 |3212 |9265 |8381 |7951 |  1 |6554 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2838.95/2847.32	c  2847s|  4000 |  1003 |  5549k| 418.4 |   190M | 400 |3212 |9320 |   0 |7959 |  0 |6698 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2839.66/2848.08	c  2848s|  4100 |  1004 |  5552k| 415.5 |   190M | 400 |3212 |9458 |   0 |7962 |  0 |6917 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2840.65/2849.05	c  2849s|  4200 |  1003 |  5556k| 412.7 |   190M | 400 |3212 |9380 |8381 |7963 |  1 |7105 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2841.54/2849.92	c  2850s|  4300 |   995 |  5559k| 409.8 |   191M | 400 |3212 |9478 |8383 |7966 |  1 |7389 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2842.24/2850.63	c  2851s|  4400 |   994 |  5562k| 406.9 |   191M | 400 |3212 |9392 |8381 |7970 |  1 |7579 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2843.04/2851.49	c  2851s|  4500 |  1003 |  5565k| 404.2 |   192M | 402 |3212 |9470 |   0 |7976 |  0 |7789 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2844.14/2852.53	c  2853s|  4600 |   998 |  5569k| 401.5 |   194M | 402 |3212 |9520 |   0 |7976 |  0 |7952 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2844.94/2853.36	c  2853s|  4700 |  1008 |  5572k| 398.8 |   194M | 402 |3212 |9584 |8383 |7982 |  1 |8172 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2845.64/2854.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2845.64/2854.03	c  2854s|  4800 |  1005 |  5574k| 396.1 |   194M | 402 |3212 |9659 |8382 |7985 |  1 |8350 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2846.33/2854.74	c  2855s|  4900 |  1000 |  5576k| 393.4 |   194M | 402 |3212 |9762 |8382 |7986 |  1 |8598 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2847.03/2855.44	c  2855s|  5000 |   999 |  5578k| 390.8 |   194M | 402 |3212 |9850 |8381 |7987 |  1 |8828 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2847.63/2856.00	c  2856s|  5100 |  1007 |  5580k| 388.2 |   195M | 402 |3212 |9918 |   0 |7990 |  0 |8998 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2848.12/2856.56	c  2857s|  5200 |  1008 |  5582k| 385.6 |   195M | 402 |3212 |  10k|8381 |7997 |  1 |9188 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2848.82/2857.23	c  2857s|  5300 |  1008 |  5585k| 383.1 |   195M | 402 |3212 |  10k|8382 |8000 |  1 |9363 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2849.42/2857.82	c  2858s|  5400 |  1004 |  5587k| 380.6 |   195M | 402 |3212 |9972 |   0 |8003 |  0 |9533 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2850.42/2858.82	c  2859s|  5500 |  1006 |  5591k| 378.2 |   196M | 402 |3212 |9982 |8381 |8004 |  1 |9734 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2851.11/2859.59	c  2860s|  5600 |  1004 |  5594k| 375.8 |   196M | 402 |3212 |  10k|8382 |8005 |  1 |9974 |  22 | 0.000000e+00 |      --      |    Inf | unknown
2851.72/2860.14	c  2860s|  5700 |  1010 |  5596k| 373.4 |   196M | 402 |3212 |  10k|8382 |8006 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2852.31/2860.78	c  2861s|  5800 |  1008 |  5598k| 371.0 |   196M | 402 |3212 |  10k|   0 |8007 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2853.20/2861.61	c  2862s|  5900 |  1007 |  5601k| 368.8 |   196M | 402 |3212 |  10k|   0 |8008 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2853.90/2862.37	c  2862s|  6000 |  1011 |  5604k| 366.5 |   196M | 402 |3212 |9990 |   0 |8009 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2854.80/2863.23	c  2863s|  6100 |  1016 |  5607k| 364.3 |   196M | 402 |3212 |9948 |   0 |8014 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2855.60/2864.04	c  2864s|  6200 |  1008 |  5610k| 362.1 |   196M | 402 |3212 |9900 |8383 |8022 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2856.39/2864.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2856.39/2864.86	c  2865s|  6300 |  1002 |  5613k| 360.0 |   196M | 402 |3212 |9982 |   0 |8023 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2857.19/2865.60	c  2866s|  6400 |  1009 |  5616k| 357.8 |   196M | 402 |3212 |9797 |8382 |8025 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2857.89/2866.32	c  2866s|  6500 |  1007 |  5619k| 355.7 |   196M | 402 |3212 |9842 |8382 |8026 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2858.59/2867.04	c  2867s|  6600 |  1012 |  5621k| 353.6 |   197M | 402 |3212 |9978 |   0 |8026 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2859.38/2867.83	c  2868s|  6700 |  1016 |  5624k| 351.5 |   197M | 402 |3212 |9891 |8382 |8030 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2859.98/2868.44	c  2868s|  6800 |  1009 |  5627k| 349.5 |   197M | 402 |3212 |9990 |8381 |8030 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2860.88/2869.31	c  2869s|  6900 |  1019 |  5631k| 347.5 |   197M | 404 |3212 |  10k|   0 |8031 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2861.68/2870.17	c  2870s|  7000 |  1024 |  5634k| 345.6 |   197M | 404 |3212 |  10k|8382 |8033 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2862.47/2870.92	c  2871s|  7100 |  1023 |  5637k| 343.6 |   197M | 404 |3212 |  10k|8381 |8037 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2863.07/2871.59	c  2872s|  7200 |  1037 |  5639k| 341.7 |   197M | 404 |3212 |  10k|   0 |8038 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2863.77/2872.24	c  2872s|  7300 |  1024 |  5642k| 339.7 |   197M | 404 |3212 |  10k|   0 |8039 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2864.36/2872.87	c  2873s|  7400 |  1016 |  5644k| 337.8 |   197M | 404 |3212 |  10k|   0 |8042 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2865.06/2873.51	c  2874s|  7500 |  1011 |  5647k| 335.9 |   198M | 404 |3212 |  10k|8381 |8042 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2865.86/2874.32	c  2874s|  7600 |  1015 |  5650k| 334.1 |   198M | 404 |3212 |  10k|   0 |8042 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2866.56/2875.09	c  2875s|  7700 |  1021 |  5653k| 332.3 |   198M | 404 |3212 |  10k|8382 |8046 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2867.35/2875.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2867.35/2875.87	c  2876s|  7800 |  1018 |  5655k| 330.4 |   198M | 404 |3212 |  10k|   0 |8046 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2868.05/2876.55	c  2877s|  7900 |  1009 |  5657k| 328.6 |   198M | 404 |3212 |  10k|   0 |8048 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2868.55/2877.08	c  2877s|  8000 |  1007 |  5659k| 326.8 |   198M | 404 |3212 |  10k|8382 |8052 |  2 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2869.24/2877.72	c  2878s|  8100 |  1000 |  5661k| 325.0 |   198M | 404 |3212 |  10k|8382 |8052 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2869.94/2878.45	c  2878s|  8200 |   990 |  5664k| 323.3 |   198M | 404 |3212 |  10k|   0 |8053 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2870.54/2879.04	c  2879s|  8300 |   992 |  5666k| 321.5 |   198M | 404 |3212 |  10k|8381 |8055 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2871.24/2879.75	c  2880s|  8400 |   993 |  5668k| 319.8 |   198M | 404 |3212 |  10k|   0 |8056 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2871.93/2880.47	c  2880s|  8500 |   990 |  5671k| 318.2 |   198M | 404 |3212 |  10k|8382 |8058 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2872.64/2881.16	c  2881s|  8600 |   987 |  5673k| 316.5 |   199M | 404 |3212 |  10k|   0 |8058 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2873.23/2881.71	c  2882s|  8700 |   994 |  5675k| 314.8 |   199M | 404 |3212 |  10k|8382 |8060 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2874.03/2882.50	c  2883s|  8800 |   990 |  5678k| 313.2 |   199M | 404 |3212 |  10k|8381 |8061 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2874.63/2883.12	c  2883s|  8900 |   993 |  5681k| 311.6 |   199M | 404 |3212 |  10k|8381 |8064 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2875.22/2883.72	c  2884s|  9000 |   986 |  5683k| 310.0 |   199M | 404 |3212 |  10k|   0 |8064 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2876.02/2884.52	c  2885s|  9100 |   989 |  5686k| 308.5 |   199M | 404 |3212 |  10k|8382 |8066 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2876.72/2885.24	c  2885s|  9200 |   989 |  5689k| 307.0 |   199M | 404 |3212 |  10k|8381 |8067 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2877.31/2885.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2877.31/2885.88	c  2886s|  9300 |   988 |  5691k| 305.4 |   199M | 404 |3212 |  10k|8381 |8073 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2878.31/2886.89	c  2887s|  9400 |   992 |  5695k| 304.0 |   199M | 404 |3212 |  10k|   0 |8073 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2879.21/2887.76	c  2888s|  9500 |   989 |  5698k| 302.5 |   199M | 404 |3212 |  10k|8381 |8079 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2879.90/2888.46	c  2888s|  9600 |   988 |  5701k| 301.0 |   199M | 404 |3212 |  10k|   0 |8085 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2880.62/2889.16	c  2889s|  9700 |   984 |  5703k| 299.5 |   199M | 404 |3212 |  10k|   0 |8085 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2881.41/2889.99	c  2890s|  9800 |  1009 |  5707k| 298.1 |   200M | 405 |3212 |  10k|8382 |8089 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2882.10/2890.68	c  2891s|  9900 |  1018 |  5710k| 296.7 |   200M | 407 |3212 |  10k|   0 |8091 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2882.70/2891.25	c  2891s| 10000 |  1024 |  5712k| 295.3 |   200M | 407 |3212 |  10k|   0 |8093 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2883.40/2891.91	c  2892s| 10100 |  1022 |  5714k| 293.9 |   200M | 407 |3212 |  10k|8381 |8096 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2884.10/2892.67	c  2893s| 10200 |  1019 |  5717k| 292.5 |   200M | 407 |3212 |  10k|   0 |8098 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2884.79/2893.35	c  2893s| 10300 |  1023 |  5720k| 291.1 |   200M | 407 |3212 |  10k|8381 |8100 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2885.60/2894.15	c  2894s| 10400 |  1019 |  5723k| 289.8 |   200M | 407 |3212 |  10k|8380 |8101 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2886.29/2894.85	c  2895s| 10500 |  1032 |  5725k| 288.4 |   200M | 407 |3212 |  10k|   0 |8107 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2886.99/2895.54	c  2896s| 10600 |  1036 |  5727k| 287.1 |   200M | 407 |3212 |  10k|   0 |8115 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2887.78/2896.33	c  2896s| 10700 |  1033 |  5730k| 285.7 |   200M | 407 |3212 |  10k|   0 |8121 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2888.38/2896.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2888.38/2896.93	c  2897s| 10800 |  1031 |  5733k| 284.4 |   200M | 407 |3212 |  10k|8380 |8125 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2889.18/2897.77	c  2898s| 10900 |  1041 |  5736k| 283.2 |   200M | 407 |3212 |  10k|   0 |8128 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2890.08/2898.66	c  2899s| 11000 |  1038 |  5739k| 281.9 |   201M | 407 |3212 |  10k|8380 |8135 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2890.97/2899.52	c  2900s| 11100 |  1032 |  5742k| 280.7 |   201M | 407 |3212 |  10k|8381 |8140 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2891.67/2900.28	c  2900s| 11200 |  1028 |  5745k| 279.4 |   201M | 407 |3212 |  10k|8381 |8143 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2892.37/2900.90	c  2901s| 11300 |  1031 |  5747k| 278.1 |   201M | 407 |3212 |  10k|8382 |8146 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2893.16/2901.77	c  2902s| 11400 |  1034 |  5751k| 277.0 |   201M | 407 |3212 |  10k|   0 |8146 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2893.96/2902.56	c  2903s| 11500 |  1031 |  5754k| 275.8 |   201M | 407 |3212 |  10k|   0 |8146 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2894.76/2903.37	c  2903s| 11600 |  1029 |  5758k| 274.6 |   201M | 407 |3212 |  10k|8382 |8146 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2895.66/2904.20	c  2904s| 11700 |  1034 |  5761k| 273.5 |   201M | 407 |3212 |  10k|8382 |8146 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2896.46/2905.00	c  2905s| 11800 |  1035 |  5764k| 272.3 |   201M | 407 |3212 |  10k|8382 |8146 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2897.35/2905.91	c  2906s| 11900 |  1037 |  5768k| 271.2 |   202M | 407 |3212 |  10k|8382 |8146 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2898.05/2906.64	c  2907s| 12000 |  1033 |  5770k| 270.0 |   202M | 407 |3212 |  10k|   0 |8146 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2898.74/2907.33	c  2907s| 12100 |  1034 |  5773k| 268.9 |   202M | 407 |3212 |  10k|8381 |8148 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2899.34/2907.99	c  2908s| 12200 |  1035 |  5776k| 267.7 |   202M | 407 |3212 |  10k|   0 |8150 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2900.14/2908.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2900.14/2908.76	c  2909s| 12300 |  1031 |  5779k| 266.6 |   202M | 407 |3212 |  10k|8382 |8153 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2900.84/2909.44	c  2909s| 12400 |  1031 |  5782k| 265.5 |   202M | 407 |3212 |  10k|8381 |8154 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2901.44/2910.04	c  2910s| 12500 |  1030 |  5784k| 264.4 |   202M | 407 |3212 |  10k|   0 |8156 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2902.13/2910.76	c  2911s| 12600 |  1025 |  5787k| 263.3 |   202M | 407 |3212 |  11k|   0 |8161 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2903.03/2911.65	c  2912s| 12700 |  1033 |  5790k| 262.2 |   203M | 407 |3212 |  11k|8382 |8163 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2903.73/2912.37	c  2912s| 12800 |  1032 |  5793k| 261.2 |   203M | 407 |3212 |  11k|8381 |8165 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2904.62/2913.20	c  2913s| 12900 |  1026 |  5796k| 260.1 |   203M | 407 |3212 |  11k|   0 |8166 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2905.42/2914.02	c  2914s| 13000 |  1026 |  5799k| 259.1 |   203M | 407 |3212 |  11k|   0 |8166 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2906.22/2914.87	c  2915s| 13100 |  1043 |  5802k| 258.0 |   203M | 407 |3212 |  11k|8381 |8168 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2907.21/2915.82	c  2916s| 13200 |  1038 |  5806k| 257.0 |   203M | 407 |3212 |  11k|   0 |8169 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2908.01/2916.65	c  2917s| 13300 |  1042 |  5808k| 256.0 |   203M | 407 |3212 |  11k|8382 |8173 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2908.81/2917.41	c  2917s| 13400 |  1040 |  5811k| 255.0 |   203M | 407 |3212 |  11k|   0 |8176 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2909.70/2918.30	c  2918s| 13500 |  1038 |  5814k| 254.0 |   203M | 407 |3212 |  11k|8381 |8178 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2910.70/2919.36	c  2919s| 13600 |  1026 |  5818k| 253.1 |   204M | 407 |3212 |  11k|8381 |8178 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2911.50/2920.17	c  2920s| 13700 |  1031 |  5821k| 252.1 |   204M | 407 |3212 |  11k|8382 |8184 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2912.29/2920.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2912.29/2920.96	c  2921s| 13800 |  1023 |  5824k| 251.1 |   204M | 407 |3212 |  11k|8380 |8184 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2912.89/2921.54	c  2922s| 13900 |  1024 |  5826k| 250.1 |   204M | 407 |3212 |  11k|   0 |8186 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2913.59/2922.26	c  2922s| 14000 |  1021 |  5829k| 249.1 |   204M | 407 |3212 |  11k|8381 |8186 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2914.29/2922.93	c  2923s| 14100 |  1026 |  5831k| 248.1 |   204M | 407 |3212 |  11k|8381 |8190 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2915.08/2923.75	c  2924s| 14200 |  1017 |  5833k| 247.2 |   204M | 407 |3212 |  11k|   0 |8198 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2915.78/2924.41	c  2924s| 14300 |  1022 |  5836k| 246.2 |   204M | 407 |3212 |  11k|8381 |8201 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2916.58/2925.23	c  2925s| 14400 |  1023 |  5839k| 245.3 |   204M | 407 |3212 |  11k|   0 |8206 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2917.38/2926.01	c  2926s| 14500 |  1018 |  5842k| 244.4 |   204M | 407 |3212 |  11k|   0 |8206 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2918.17/2926.89	c  2927s| 14600 |  1020 |  5846k| 243.6 |   204M | 407 |3212 |  11k|   0 |8206 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2919.07/2927.76	c  2928s| 14700 |  1023 |  5850k| 242.7 |   204M | 407 |3212 |  11k|8380 |8209 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2919.87/2928.55	c  2929s| 14800 |  1025 |  5853k| 241.8 |   204M | 407 |3212 |  11k|   0 |8210 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2920.86/2929.52	c  2930s| 14900 |  1025 |  5856k| 240.9 |   204M | 407 |3212 |  11k|8380 |8210 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2921.76/2930.41	c  2930s| 15000 |  1024 |  5860k| 240.1 |   204M | 407 |3212 |  11k|   0 |8213 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2922.76/2931.45	c  2931s| 15100 |  1021 |  5864k| 239.2 |   204M | 407 |3212 |  11k|   0 |8214 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2923.55/2932.27	c  2932s| 15200 |  1020 |  5867k| 238.4 |   205M | 407 |3212 |  11k|   0 |8217 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2924.35/2933.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2924.35/2933.06	c  2933s| 15300 |  1024 |  5870k| 237.5 |   205M | 407 |3212 |  11k|8380 |8217 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2925.15/2933.81	c  2934s| 15400 |  1022 |  5873k| 236.7 |   205M | 407 |3212 |  11k|   0 |8219 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2926.04/2934.73	c  2935s| 15500 |  1018 |  5878k| 235.9 |   205M | 407 |3212 |  11k|   0 |8219 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2926.74/2935.48	c  2935s| 15600 |  1017 |  5881k| 235.1 |   205M | 407 |3212 |  11k|8380 |8220 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2927.54/2936.22	c  2936s| 15700 |  1015 |  5884k| 234.2 |   205M | 407 |3212 |  11k|   0 |8221 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2928.24/2936.98	c  2937s| 15800 |  1012 |  5886k| 233.4 |   205M | 407 |3212 |  11k|   0 |8223 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2929.03/2937.78	c  2938s| 15900 |  1014 |  5889k| 232.6 |   205M | 407 |3212 |  11k|8381 |8225 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2929.73/2938.40	c  2938s| 16000 |  1028 |  5892k| 231.8 |   205M | 407 |3212 |  11k|8381 |8229 |  1 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2930.33/2939.07	c  2939s| 16100 |  1020 |  5894k| 230.9 |   205M | 407 |3212 |  11k|   0 |8229 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2931.03/2939.75	c  2940s| 16200 |  1020 |  5897k| 230.1 |   205M | 407 |3212 |  11k|   0 |8229 |  0 |  30k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2931.72/2940.43	c  2940s| 16300 |  1023 |  5900k| 229.3 |   205M | 407 |3212 |  11k|8381 |8229 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2932.52/2941.20	c  2941s| 16400 |  1021 |  5903k| 228.6 |   205M | 407 |3212 |  11k|   0 |8229 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2933.22/2942.00	c  2942s| 16500 |  1035 |  5906k| 227.8 |   205M | 407 |3212 |  11k|8382 |8231 |  1 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2934.32/2943.01	c  2943s| 16600 |  1032 |  5910k| 227.0 |   206M | 407 |3212 |  11k|   0 |8231 |  0 |  31k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2935.11/2943.83	c  2944s| 16700 |  1030 |  5912k| 226.3 |   206M | 408 |3212 |  11k|8381 |8231 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2936.01/2944.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2936.01/2944.75	c  2945s| 16800 |  1029 |  5916k| 225.5 |   206M | 408 |3212 |  11k|   0 |8232 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2937.00/2945.74	c  2946s| 16900 |  1025 |  5919k| 224.8 |   206M | 408 |3212 |  11k|8381 |8232 |  1 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2937.60/2946.32	c  2946s| 17000 |  1034 |  5921k| 224.0 |   207M | 408 |3212 |  11k|   0 |8235 |  0 |  32k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2938.50/2947.23	c  2947s| 17100 |  1024 |  5924k| 223.3 |   207M | 408 |3212 |  11k|8382 |8238 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2939.30/2948.10	c  2948s| 17200 |  1020 |  5927k| 222.5 |   207M | 408 |3212 |  11k|8381 |8243 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2940.09/2948.85	c  2949s| 17300 |  1023 |  5930k| 221.8 |   207M | 408 |3212 |  11k|8381 |8244 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2941.19/2949.92	c  2950s| 17400 |  1021 |  5933k| 221.1 |   208M | 408 |3212 |  11k|8381 |8247 |  1 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2942.09/2950.84	c  2951s| 17500 |  1026 |  5936k| 220.4 |   208M | 408 |3212 |  11k|   0 |8248 |  0 |  33k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2942.98/2951.74	c  2952s| 17600 |  1027 |  5939k| 219.6 |   208M | 408 |3212 |  11k|8381 |8250 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2943.98/2952.76	c  2953s| 17700 |  1028 |  5942k| 218.9 |   208M | 408 |3212 |  11k|   0 |8252 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2944.88/2953.60	c  2954s| 17800 |  1019 |  5945k| 218.2 |   208M | 408 |3212 |  11k|8382 |8252 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2945.67/2954.41	c  2954s| 17900 |  1012 |  5947k| 217.5 |   208M | 408 |3212 |  11k|8381 |8252 |  1 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2946.57/2955.34	c  2955s| 18000 |  1019 |  5950k| 216.8 |   209M | 408 |3212 |  11k|   0 |8255 |  0 |  34k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2947.46/2956.26	c  2956s| 18100 |  1015 |  5953k| 216.1 |   209M | 408 |3212 |  11k|8381 |8257 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2948.27/2957.04	c  2957s| 18200 |  1017 |  5955k| 215.4 |   209M | 408 |3212 |  11k|8381 |8259 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2949.26/2958.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2949.26/2958.01	c  2958s| 18300 |  1010 |  5959k| 214.7 |   209M | 408 |3212 |  11k|   0 |8261 |  0 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2950.06/2958.83	c  2959s| 18400 |  1012 |  5961k| 214.0 |   209M | 408 |3212 |  11k|8382 |8263 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2951.05/2959.89	c  2960s| 18500 |  1014 |  5965k| 213.4 |   209M | 408 |3212 |  11k|8382 |8268 |  1 |  35k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2952.15/2960.90	c  2961s| 18600 |  1011 |  5968k| 212.7 |   210M | 408 |3212 |  11k|   0 |8270 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2952.74/2961.53	c  2962s| 18700 |  1046 |  5970k| 212.1 |   210M | 408 |3212 |  11k|   0 |8271 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2953.44/2962.21	c  2962s| 18800 |  1038 |  5973k| 211.4 |   210M | 408 |3212 |  10k|8380 |8271 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2954.14/2962.97	c  2963s| 18900 |  1035 |  5976k| 210.7 |   210M | 408 |3212 |  11k|   0 |8275 |  0 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2954.94/2963.71	c  2964s| 19000 |  1030 |  5980k| 210.1 |   210M | 408 |3212 |  11k|8380 |8278 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2955.54/2964.38	c  2964s| 19100 |  1029 |  5983k| 209.5 |   210M | 408 |3212 |  11k|8380 |8278 |  1 |  36k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2956.73/2965.59	c  2966s| 19200 |  1026 |  5988k| 208.9 |   210M | 408 |3212 |  11k|8380 |8278 |  1 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2957.53/2966.32	c  2966s| 19300 |  1024 |  5991k| 208.3 |   210M | 408 |3212 |  11k|   0 |8278 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2958.72/2967.50	c  2967s| 19400 |  1017 |  5995k| 207.7 |   210M | 408 |3212 |  11k|   0 |8282 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2959.62/2968.45	c  2968s| 19500 |  1016 |  5999k| 207.1 |   210M | 408 |3212 |  11k|8381 |8284 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2960.52/2969.32	c  2969s| 19600 |  1011 |  6003k| 206.5 |   211M | 408 |3212 |  11k|   0 |8284 |  0 |  37k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2961.32/2970.18	c  2970s| 19700 |  1021 |  6006k| 205.9 |   211M | 408 |3212 |  11k|8380 |8285 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2962.11/2970.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2962.11/2970.93	c  2971s| 19800 |  1032 |  6009k| 205.3 |   211M | 408 |3212 |  11k|8380 |8286 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2963.11/2971.91	c  2972s| 19900 |  1031 |  6012k| 204.7 |   211M | 408 |3212 |  11k|8380 |8289 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2964.00/2972.89	c  2973s| 20000 |  1027 |  6016k| 204.1 |   211M | 408 |3212 |  11k|8380 |8290 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2964.90/2973.79	c  2974s| 20100 |  1026 |  6020k| 203.6 |   211M | 408 |3212 |  11k|   0 |8291 |  0 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2965.90/2974.72	c  2975s| 20200 |  1021 |  6023k| 203.0 |   211M | 408 |3212 |  11k|8380 |8295 |  1 |  38k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2966.90/2975.77	c  2976s| 20300 |  1022 |  6027k| 202.4 |   211M | 408 |3212 |  11k|8380 |8303 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2968.00/2976.88	c  2977s| 20400 |  1018 |  6031k| 201.9 |   212M | 408 |3212 |  11k|   0 |8305 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2968.99/2977.87	c  2978s| 20500 |  1017 |  6036k| 201.3 |   212M | 408 |3212 |  11k|8380 |8307 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2970.39/2979.20	c  2979s| 20600 |  1019 |  6041k| 200.8 |   212M | 408 |3212 |  11k|8380 |8309 |  1 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2971.19/2980.07	c  2980s| 20700 |  1023 |  6044k| 200.3 |   212M | 408 |3212 |  11k|   0 |8314 |  0 |  39k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2972.38/2981.28	c  2981s| 20800 |  1020 |  6048k| 199.7 |   212M | 408 |3212 |  11k|8380 |8316 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2973.58/2982.40	c  2982s| 20900 |  1026 |  6053k| 199.2 |   212M | 408 |3212 |  11k|8380 |8319 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2975.07/2983.92	c  2984s| 21000 |  1019 |  6059k| 198.8 |   213M | 408 |3212 |  11k|   0 |8324 |  0 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2975.87/2984.76	c  2985s| 21100 |  1021 |  6062k| 198.2 |   213M | 408 |3212 |  11k|8380 |8327 |  1 |  40k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2976.67/2985.51	c  2986s| 21200 |  1015 |  6065k| 197.6 |   213M | 408 |3212 |  11k|8380 |8331 |  1 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2977.36/2986.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2977.36/2986.22	c  2986s| 21300 |  1021 |  6067k| 197.1 |   213M | 408 |3212 |  11k|   0 |8335 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2978.27/2987.15	c  2987s| 21400 |  1021 |  6070k| 196.5 |   213M | 408 |3212 |  11k|   0 |8339 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2979.26/2988.18	c  2988s| 21500 |  1019 |  6074k| 196.0 |   213M | 408 |3212 |  12k|8381 |8341 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2980.26/2989.11	c  2989s| 21600 |  1020 |  6077k| 195.5 |   213M | 408 |3212 |  12k|   0 |8343 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2980.95/2989.88	c  2990s| 21700 |  1022 |  6080k| 194.9 |   213M | 408 |3212 |  12k|   0 |8346 |  0 |  41k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2981.95/2990.83	c  2991s| 21800 |  1017 |  6083k| 194.4 |   213M | 408 |3212 |  12k|   0 |8351 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2982.74/2991.69	c  2992s| 21900 |  1019 |  6086k| 193.9 |   213M | 408 |3212 |  12k|   0 |8354 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2983.54/2992.49	c  2992s| 22000 |  1017 |  6089k| 193.3 |   213M | 408 |3212 |  12k|   0 |8357 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2984.44/2993.34	c  2993s| 22100 |  1016 |  6092k| 192.8 |   213M | 408 |3212 |  11k|   0 |8362 |  0 |  42k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2985.43/2994.39	c  2994s| 22200 |  1022 |  6095k| 192.3 |   213M | 408 |3212 |  11k|8381 |8366 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2986.33/2995.22	c  2995s| 22300 |  1021 |  6099k| 191.8 |   213M | 408 |3212 |  11k|8380 |8366 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2987.43/2996.33	c  2996s| 22400 |  1015 |  6103k| 191.3 |   214M | 408 |3212 |  11k|   0 |8368 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2988.23/2997.15	c  2997s| 22500 |  1012 |  6105k| 190.8 |   214M | 408 |3212 |  11k|   0 |8371 |  0 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2989.02/2998.00	c  2998s| 22600 |  1014 |  6108k| 190.3 |   214M | 408 |3212 |  11k|8380 |8372 |  1 |  43k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2990.02/2998.98	c  2999s| 22700 |  1011 |  6111k| 189.8 |   214M | 408 |3212 |  11k|8380 |8373 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2991.01/2999.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2991.01/2999.94	c  3000s| 22800 |  1014 |  6115k| 189.3 |   214M | 408 |3212 |  12k|   0 |8376 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2992.21/3001.16	c  3001s| 22900 |  1010 |  6119k| 188.8 |   214M | 408 |3212 |  12k|8380 |8383 |  1 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2993.11/3002.10	c  3002s| 23000 |  1008 |  6122k| 188.3 |   214M | 408 |3212 |  12k|   0 |8387 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2993.90/3002.88	c  3003s| 23100 |  1010 |  6125k| 187.9 |   214M | 408 |3212 |  11k|   0 |8390 |  0 |  44k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2995.00/3003.90	c  3004s| 23200 |  1014 |  6129k| 187.4 |   214M | 408 |3212 |  12k|8381 |8395 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2995.80/3004.78	c  3005s| 23300 |  1009 |  6132k| 186.9 |   214M | 408 |3212 |  12k|8380 |8398 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2996.79/3005.72	c  3006s| 23400 |  1011 |  6136k| 186.4 |   214M | 408 |3212 |  11k|   0 |8404 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2997.79/3006.70	c  3007s| 23500 |  1009 |  6139k| 186.0 |   214M | 408 |3212 |  11k|   0 |8407 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2998.69/3007.61	c  3008s| 23600 |  1016 |  6142k| 185.5 |   215M | 408 |3212 |  12k|   0 |8410 |  0 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
2999.38/3008.35	c  3008s| 23700 |  1019 |  6145k| 185.0 |   215M | 408 |3212 |  12k|8380 |8417 |  1 |  45k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3000.28/3009.22	c  3009s| 23800 |  1021 |  6148k| 184.6 |   215M | 408 |3212 |  11k|8381 |8424 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3001.28/3010.29	c  3010s| 23900 |  1022 |  6152k| 184.1 |   215M | 408 |3212 |  12k|8381 |8430 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3002.37/3011.34	c  3011s| 24000 |  1019 |  6155k| 183.6 |   215M | 408 |3212 |  12k|   0 |8432 |  0 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3003.17/3012.12	c  3012s| 24100 |  1012 |  6158k| 183.2 |   215M | 408 |3212 |  12k|8381 |8434 |  1 |  46k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3004.07/3013.01	c  3013s| 24200 |  1009 |  6161k| 182.7 |   215M | 408 |3212 |  12k|8382 |8441 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3004.96/3013.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3004.96/3013.93	c  3014s| 24300 |  1011 |  6165k| 182.3 |   215M | 408 |3212 |  12k|8381 |8448 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3005.66/3014.66	c  3015s| 24400 |  1009 |  6168k| 181.8 |   215M | 408 |3212 |  12k|   0 |8448 |  0 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3006.76/3015.74	c  3016s| 24500 |  1015 |  6171k| 181.4 |   215M | 408 |3212 |  12k|8381 |8453 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3007.75/3016.75	c  3017s| 24600 |  1017 |  6175k| 181.0 |   216M | 408 |3212 |  12k|8380 |8455 |  1 |  47k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3008.85/3017.89	c  3018s| 24700 |  1018 |  6179k| 180.5 |   216M | 408 |3212 |  12k|   0 |8459 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3010.05/3019.09	c  3019s| 24800 |  1016 |  6183k| 180.1 |   216M | 408 |3212 |  12k|   0 |8469 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3011.15/3020.12	c  3020s| 24900 |  1029 |  6187k| 179.7 |   216M | 408 |3212 |  12k|   0 |8471 |  0 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3012.24/3021.24	c  3021s| 25000 |  1030 |  6191k| 179.3 |   216M | 408 |3212 |  12k|8381 |8478 |  1 |  48k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3013.53/3022.58	c  3023s| 25100 |  1025 |  6196k| 178.9 |   216M | 408 |3212 |  12k|8380 |8488 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3014.53/3023.57	c  3024s| 25200 |  1031 |  6199k| 178.5 |   216M | 408 |3212 |  12k|8382 |8499 |  2 |  49k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3015.42/3024.49	c  3024s| 25300 |  1036 |  6202k| 178.1 |   216M | 408 |3212 |  12k|8381 |8502 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3016.22/3025.29	c  3025s| 25400 |  1016 |  6204k| 177.6 |   216M | 408 |3212 |  12k|8380 |8506 |  1 |  49k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3017.22/3026.28	c  3026s| 25500 |  1025 |  6208k| 177.2 |   216M | 408 |3212 |  12k|8380 |8517 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3018.31/3027.30	c  3027s| 25600 |  1017 |  6211k| 176.8 |   217M | 408 |3212 |  12k|8380 |8522 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3019.12/3028.15	c  3028s| 25700 |  1016 |  6214k| 176.4 |   217M | 408 |3212 |  12k|8380 |8526 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3019.91/3028.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3019.91/3028.98	c  3029s| 25800 |  1017 |  6216k| 175.9 |   217M | 408 |3212 |  12k|8381 |8529 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3020.70/3029.78	c  3030s| 25900 |  1015 |  6219k| 175.5 |   217M | 408 |3212 |  12k|8381 |8532 |  1 |  50k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3021.60/3030.69	c  3031s| 26000 |  1014 |  6222k| 175.1 |   217M | 408 |3212 |  12k|   0 |8533 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3022.80/3031.80	c  3032s| 26100 |  1014 |  6227k| 174.7 |   217M | 408 |3212 |  13k|   0 |8538 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3023.69/3032.74	c  3033s| 26200 |  1011 |  6229k| 174.3 |   217M | 408 |3212 |  13k|   0 |8541 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3024.69/3033.77	c  3034s| 26300 |  1019 |  6232k| 173.9 |   217M | 408 |3212 |  12k|   0 |8545 |  0 |  51k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3025.59/3034.61	c  3035s| 26400 |  1023 |  6235k| 173.5 |   217M | 408 |3212 |  12k|8380 |8551 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3026.58/3035.60	c  3036s| 26500 |  1022 |  6239k| 173.1 |   217M | 408 |3212 |  12k|8380 |8554 |  1 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3027.38/3036.49	c  3036s| 26600 |  1019 |  6242k| 172.7 |   217M | 408 |3212 |  12k|   0 |8556 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3028.38/3037.40	c  3037s| 26700 |  1029 |  6245k| 172.3 |   217M | 408 |3212 |  12k|8381 |8563 |  2 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3029.08/3038.18	c  3038s| 26800 |  1024 |  6248k| 171.9 |   217M | 408 |3212 |  12k|   0 |8566 |  0 |  52k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3030.07/3039.13	c  3039s| 26900 |  1031 |  6251k| 171.5 |   217M | 408 |3212 |  12k|8381 |8571 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3030.97/3040.06	c  3040s| 27000 |  1026 |  6254k| 171.1 |   217M | 408 |3212 |  12k|8380 |8572 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3031.86/3040.90	c  3041s| 27100 |  1032 |  6257k| 170.7 |   217M | 408 |3212 |  12k|   0 |8581 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3032.76/3041.89	c  3042s| 27200 |  1033 |  6260k| 170.3 |   217M | 408 |3212 |  12k|   0 |8592 |  0 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3033.66/3042.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3033.66/3042.75	c  3043s| 27300 |  1024 |  6263k| 170.0 |   217M | 408 |3212 |  12k|8380 |8596 |  1 |  53k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3034.65/3043.77	c  3044s| 27400 |  1024 |  6267k| 169.6 |   218M | 408 |3212 |  12k|8380 |8602 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3035.55/3044.63	c  3045s| 27500 |  1011 |  6270k| 169.2 |   218M | 408 |3212 |  12k|8380 |8605 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3036.35/3045.45	c  3045s| 27600 |  1020 |  6273k| 168.8 |   218M | 408 |3212 |  12k|8380 |8607 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3036.95/3046.05	c  3046s| 27700 |  1030 |  6275k| 168.4 |   218M | 408 |3212 |  12k|8380 |8607 |  1 |  54k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3037.84/3046.98	c  3047s| 27800 |  1021 |  6278k| 168.0 |   218M | 408 |3212 |  13k|   0 |8611 |  0 |  54k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3038.74/3047.87	c  3048s| 27900 |  1021 |  6281k| 167.7 |   218M | 408 |3212 |  13k|8381 |8616 |  2 |  55k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3039.64/3048.73	c  3049s| 28000 |  1020 |  6284k| 167.3 |   218M | 408 |3212 |  13k|   0 |8620 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3040.53/3049.60	c  3050s| 28100 |  1021 |  6287k| 166.9 |   218M | 408 |3212 |  13k|8380 |8622 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3041.13/3050.29	c  3050s| 28200 |  1020 |  6290k| 166.6 |   218M | 408 |3212 |  13k|   0 |8626 |  0 |  55k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3041.93/3051.08	c  3051s| 28300 |  1020 |  6293k| 166.2 |   218M | 408 |3212 |  13k|8380 |8630 |  1 |  55k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3042.62/3051.77	c  3052s| 28400 |  1013 |  6295k| 165.8 |   218M | 408 |3212 |  13k|   0 |8637 |  0 |  56k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3043.42/3052.53	c  3053s| 28500 |  1016 |  6298k| 165.4 |   218M | 408 |3212 |  12k|8380 |8639 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3044.22/3053.35	c  3053s| 28600 |  1020 |  6300k| 165.1 |   218M | 408 |3212 |  12k|8380 |8639 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3045.22/3054.34	c  3054s| 28700 |  1025 |  6303k| 164.7 |   218M | 408 |3212 |  12k|   0 |8646 |  0 |  56k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3046.11/3055.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3046.11/3055.28	c  3055s| 28800 |  1020 |  6306k| 164.4 |   218M | 408 |3212 |  12k|8380 |8648 |  1 |  56k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3046.91/3056.08	c  3056s| 28900 |  1016 |  6309k| 164.0 |   218M | 408 |3212 |  12k|   0 |8652 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3048.10/3057.22	c  3057s| 29000 |  1014 |  6313k| 163.7 |   218M | 408 |3212 |  12k|   0 |8655 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3048.80/3057.94	c  3058s| 29100 |  1012 |  6315k| 163.3 |   218M | 408 |3212 |  13k|   0 |8655 |  0 |  57k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3049.60/3058.80	c  3059s| 29200 |  1017 |  6318k| 162.9 |   218M | 408 |3212 |  12k|8380 |8659 |  1 |  57k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3050.69/3059.80	c  3060s| 29300 |  1015 |  6321k| 162.6 |   218M | 408 |3212 |  12k|8382 |8666 |  2 |  58k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3051.59/3060.73	c  3061s| 29400 |  1016 |  6324k| 162.3 |   218M | 408 |3212 |  12k|8381 |8675 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3052.39/3061.55	c  3062s| 29500 |  1012 |  6327k| 161.9 |   218M | 408 |3212 |  13k|   0 |8677 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3052.99/3062.12	c  3062s| 29600 |  1011 |  6329k| 161.5 |   218M | 408 |3212 |  13k|   0 |8680 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3053.78/3062.97	c  3063s| 29700 |  1014 |  6331k| 161.2 |   218M | 408 |3212 |  12k|8380 |8684 |  1 |  58k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3054.88/3064.06	c  3064s| 29800 |  1016 |  6335k| 160.9 |   219M | 408 |3212 |  12k|8380 |8689 |  0 |  58k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3056.07/3065.25	c  3065s| 29900 |  1017 |  6339k| 160.6 |   219M | 408 |3212 |  13k|   0 |8696 |  0 |  59k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3057.17/3066.35	c  3066s| 30000 |  1015 |  6343k| 160.2 |   219M | 408 |3212 |  13k|8380 |8703 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3058.17/3067.31	c  3067s| 30100 |  1011 |  6346k| 159.9 |   219M | 408 |3212 |  13k|8380 |8710 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3059.06/3068.24	c  3068s| 30200 |  1012 |  6349k| 159.6 |   219M | 408 |3212 |  13k|8380 |8718 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3059.87/3069.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3059.87/3069.04	c  3069s| 30300 |  1010 |  6352k| 159.2 |   219M | 408 |3212 |  13k|8380 |8722 |  1 |  59k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3060.66/3069.89	c  3070s| 30400 |  1011 |  6354k| 158.9 |   219M | 408 |3212 |  13k|   0 |8728 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3061.65/3070.88	c  3071s| 30500 |  1010 |  6357k| 158.6 |   219M | 408 |3212 |  13k|8381 |8731 |  1 |  60k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3062.45/3071.68	c  3072s| 30600 |  1009 |  6359k| 158.2 |   219M | 408 |3212 |  13k|   0 |8735 |  0 |  60k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3063.25/3072.45	c  3072s| 30700 |  1019 |  6362k| 157.9 |   219M | 408 |3212 |  13k|8380 |8741 |  1 |  60k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3064.35/3073.57	c  3074s| 30800 |  1023 |  6366k| 157.6 |   219M | 408 |3212 |  12k|8380 |8744 |  1 |  60k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3065.45/3074.66	c  3075s| 30900 |  1021 |  6370k| 157.3 |   219M | 408 |3212 |  12k|8381 |8750 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3066.34/3075.52	c  3076s| 31000 |  1023 |  6372k| 157.0 |   219M | 408 |3212 |  12k|8381 |8753 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3067.04/3076.28	c  3076s| 31100 |  1021 |  6375k| 156.6 |   219M | 408 |3212 |  12k|   0 |8760 |  0 |  61k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3067.94/3077.13	c  3077s| 31200 |  1031 |  6377k| 156.3 |   219M | 408 |3212 |  12k|8380 |8763 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3069.04/3078.21	c  3078s| 31300 |  1016 |  6380k| 156.0 |   219M | 408 |3212 |  13k|8380 |8766 |  1 |  61k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3069.94/3079.19	c  3079s| 31400 |  1021 |  6384k| 155.7 |   219M | 408 |3212 |  13k|8381 |8772 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3070.93/3080.12	c  3080s| 31500 |  1021 |  6387k| 155.4 |   220M | 408 |3212 |  13k|8380 |8773 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3072.02/3081.23	c  3081s| 31600 |  1018 |  6390k| 155.1 |   220M | 408 |3212 |  13k|8381 |8776 |  1 |  62k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3072.92/3082.12	c  3082s| 31700 |  1014 |  6393k| 154.8 |   220M | 408 |3212 |  13k|   0 |8783 |  0 |  62k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3073.62/3082.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3073.62/3082.87	c  3083s| 31800 |  1010 |  6395k| 154.5 |   220M | 408 |3212 |  13k|   0 |8785 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3074.41/3083.68	c  3084s| 31900 |  1019 |  6398k| 154.2 |   220M | 408 |3212 |  12k|   0 |8790 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3075.21/3084.49	c  3084s| 32000 |  1014 |  6400k| 153.8 |   220M | 408 |3212 |  13k|   0 |8794 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3076.01/3085.24	c  3085s| 32100 |  1016 |  6402k| 153.5 |   220M | 408 |3212 |  13k|8380 |8798 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3076.81/3086.07	c  3086s| 32200 |  1011 |  6405k| 153.2 |   220M | 408 |3212 |  13k|   0 |8804 |  0 |  63k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3077.70/3087.00	c  3087s| 32300 |  1015 |  6408k| 152.9 |   220M | 408 |3212 |  13k|8380 |8805 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3078.50/3087.75	c  3088s| 32400 |  1016 |  6411k| 152.6 |   220M | 408 |3212 |  13k|8381 |8807 |  1 |  63k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3079.20/3088.49	c  3088s| 32500 |  1013 |  6413k| 152.3 |   220M | 408 |3212 |  13k|8381 |8811 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3080.09/3089.33	c  3089s| 32600 |  1014 |  6416k| 152.0 |   220M | 408 |3212 |  13k|   0 |8815 |  0 |  64k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3080.79/3090.09	c  3090s| 32700 |  1015 |  6419k| 151.7 |   220M | 408 |3212 |  13k|8381 |8823 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3081.79/3091.02	c  3091s| 32800 |  1016 |  6422k| 151.4 |   220M | 408 |3212 |  13k|8381 |8826 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3082.58/3091.87	c  3092s| 32900 |  1011 |  6425k| 151.1 |   220M | 408 |3212 |  13k|8380 |8830 |  1 |  64k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3083.58/3092.80	c  3093s| 33000 |  1017 |  6428k| 150.8 |   220M | 408 |3212 |  13k|8380 |8834 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3084.18/3093.43	c  3093s| 33100 |  1019 |  6430k| 150.5 |   220M | 408 |3212 |  13k|8380 |8836 |  1 |  65k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3084.78/3094.03	c  3094s| 33200 |  1016 |  6431k| 150.2 |   220M | 408 |3212 |  13k|   0 |8837 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3085.57/3094.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3085.57/3094.83	c  3095s| 33300 |  1012 |  6434k| 149.9 |   220M | 408 |3212 |  13k|8380 |8841 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3086.27/3095.59	c  3096s| 33400 |  1010 |  6437k| 149.6 |   220M | 408 |3212 |  13k|   0 |8843 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3087.36/3096.63	c  3097s| 33500 |  1018 |  6440k| 149.4 |   220M | 408 |3212 |  13k|   0 |8845 |  0 |  65k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3088.16/3097.48	c  3097s| 33600 |  1013 |  6443k| 149.1 |   221M | 408 |3212 |  13k|   0 |8853 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3088.96/3098.25	c  3098s| 33700 |  1018 |  6446k| 148.8 |   221M | 408 |3212 |  13k|8380 |8859 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3089.76/3099.05	c  3099s| 33800 |  1007 |  6448k| 148.5 |   221M | 408 |3212 |  13k|8381 |8868 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3090.55/3099.85	c  3100s| 33900 |  1011 |  6450k| 148.2 |   221M | 408 |3212 |  13k|8381 |8870 |  1 |  66k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3091.45/3100.72	c  3101s| 34000 |  1013 |  6453k| 147.9 |   221M | 408 |3212 |  13k|   0 |8879 |  0 |  66k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3092.35/3101.60	c  3102s| 34100 |  1007 |  6456k| 147.6 |   221M | 408 |3212 |  13k|8381 |8881 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3093.04/3102.30	c  3102s| 34200 |  1005 |  6458k| 147.4 |   221M | 408 |3212 |  13k|8381 |8882 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3093.85/3103.11	c  3103s| 34300 |  1009 |  6461k| 147.1 |   221M | 408 |3212 |  13k|8381 |8885 |  1 |  67k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3094.84/3104.15	c  3104s| 34400 |  1005 |  6464k| 146.8 |   221M | 408 |3212 |  13k|   0 |8885 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3095.63/3104.91	c  3105s| 34500 |  1007 |  6467k| 146.5 |   221M | 408 |3212 |  13k|   0 |8885 |  0 |  67k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3096.43/3105.73	c  3106s| 34600 |  1006 |  6469k| 146.2 |   221M | 408 |3212 |  13k|   0 |8886 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3097.23/3106.54	c  3107s| 34700 |  1012 |  6471k| 146.0 |   221M | 408 |3212 |  13k|8382 |8889 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3098.32/3107.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3098.32/3107.61	c  3108s| 34800 |  1009 |  6475k| 145.7 |   221M | 408 |3212 |  13k|8381 |8896 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3099.42/3108.74	c  3109s| 34900 |  1001 |  6479k| 145.5 |   221M | 408 |3212 |  13k|8382 |8896 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3100.12/3109.46	c  3109s| 35000 |   996 |  6481k| 145.2 |   221M | 408 |3212 |  12k|8380 |8899 |  1 |  68k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3105.10/3114.44	c  3114s| 35100 |  1003 |  6483k| 144.9 |   221M | 408 |3212 |  12k|   0 |8899 |  0 |  68k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3105.80/3115.17	c  3115s| 35200 |  1001 |  6486k| 144.6 |   221M | 408 |3212 |  12k|8380 |8900 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3106.80/3116.11	c  3116s| 35300 |  1003 |  6489k| 144.4 |   222M | 408 |3212 |  13k|8380 |8900 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3107.59/3116.92	c  3117s| 35400 |   996 |  6492k| 144.1 |   222M | 408 |3212 |  13k|   0 |8900 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3108.38/3117.79	c  3118s| 35500 |  1001 |  6495k| 143.9 |   222M | 408 |3212 |  13k|8380 |8903 |  1 |  69k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3109.18/3118.58	c  3119s| 35600 |   993 |  6498k| 143.6 |   222M | 408 |3212 |  13k|   0 |8904 |  0 |  69k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3110.08/3119.45	c  3119s| 35700 |  1005 |  6501k| 143.4 |   222M | 408 |3212 |  13k|8380 |8907 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3110.88/3120.21	c  3120s| 35800 |  1008 |  6503k| 143.1 |   222M | 408 |3212 |  13k|   0 |8907 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3111.68/3121.01	c  3121s| 35900 |  1014 |  6507k| 142.9 |   222M | 408 |3212 |  13k|8380 |8910 |  1 |  70k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3112.57/3121.97	c  3122s| 36000 |  1005 |  6510k| 142.6 |   222M | 408 |3212 |  13k|   0 |8913 |  0 |  70k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3113.47/3122.87	c  3123s| 36100 |  1007 |  6513k| 142.4 |   222M | 408 |3212 |  13k|8380 |8916 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3114.26/3123.69	c  3124s| 36200 |  1014 |  6515k| 142.1 |   222M | 408 |3212 |  13k|   0 |8918 |  0 |  71k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3115.26/3124.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3115.26/3124.64	c  3125s| 36300 |  1011 |  6519k| 141.9 |   222M | 408 |3212 |  13k|8380 |8919 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3115.96/3125.30	c  3125s| 36400 |  1007 |  6521k| 141.6 |   222M | 408 |3212 |  13k|8380 |8919 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3116.66/3126.10	c  3126s| 36500 |  1003 |  6523k| 141.3 |   222M | 408 |3212 |  13k|8380 |8919 |  1 |  71k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3117.45/3126.88	c  3127s| 36600 |  1000 |  6526k| 141.1 |   222M | 408 |3212 |  13k|   0 |8920 |  0 |  72k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3118.25/3127.67	c  3128s| 36700 |  1021 |  6529k| 140.9 |   222M | 408 |3212 |  13k|8381 |8924 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3118.94/3128.38	c  3128s| 36800 |  1026 |  6531k| 140.6 |   222M | 408 |3212 |  13k|8381 |8925 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3119.94/3129.35	c  3129s| 36900 |  1023 |  6534k| 140.4 |   222M | 408 |3212 |  13k|8381 |8929 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3120.74/3130.13	c  3130s| 37000 |  1021 |  6537k| 140.1 |   222M | 408 |3212 |  13k|8380 |8933 |  1 |  72k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3121.64/3131.05	c  3131s| 37100 |  1026 |  6540k| 139.9 |   222M | 408 |3212 |  13k|8380 |8934 |  1 |  73k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3122.64/3132.09	c  3132s| 37200 |  1009 |  6543k| 139.6 |   222M | 408 |3212 |  13k|   0 |8935 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3123.43/3132.85	c  3133s| 37300 |  1017 |  6545k| 139.4 |   222M | 408 |3212 |  13k|   0 |8936 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3124.32/3133.77	c  3134s| 37400 |  1020 |  6549k| 139.2 |   222M | 408 |3212 |  13k|   0 |8936 |  0 |  73k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3125.22/3134.68	c  3135s| 37500 |  1017 |  6552k| 138.9 |   222M | 408 |3212 |  13k|   0 |8936 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3126.12/3135.57	c  3136s| 37600 |  1025 |  6555k| 138.7 |   222M | 408 |3212 |  13k|8381 |8937 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3127.11/3136.53	c  3137s| 37700 |  1024 |  6559k| 138.5 |   222M | 408 |3212 |  13k|   0 |8937 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3128.01/3137.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3128.01/3137.49	c  3137s| 37800 |  1023 |  6562k| 138.3 |   222M | 408 |3212 |  13k|8381 |8938 |  1 |  74k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3128.91/3138.31	c  3138s| 37900 |  1019 |  6565k| 138.0 |   222M | 408 |3212 |  13k|   0 |8939 |  0 |  74k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3130.00/3139.42	c  3139s| 38000 |  1022 |  6568k| 137.8 |   222M | 408 |3212 |  13k|   0 |8941 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3130.70/3140.18	c  3140s| 38100 |  1020 |  6571k| 137.6 |   222M | 408 |3212 |  13k|8380 |8942 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3131.80/3141.22	c  3141s| 38200 |  1017 |  6575k| 137.3 |   222M | 408 |3212 |  13k|   0 |8944 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3132.79/3142.20	c  3142s| 38300 |  1018 |  6578k| 137.1 |   222M | 408 |3212 |  13k|8380 |8945 |  1 |  75k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3133.69/3143.17	c  3143s| 38400 |  1017 |  6581k| 136.9 |   222M | 408 |3212 |  13k|   0 |8946 |  0 |  75k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3134.49/3143.93	c  3144s| 38500 |  1014 |  6584k| 136.7 |   222M | 408 |3212 |  13k|   0 |8948 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3135.28/3144.79	c  3145s| 38600 |  1025 |  6587k| 136.5 |   222M | 408 |3212 |  13k|   0 |8948 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3136.18/3145.66	c  3146s| 38700 |  1026 |  6590k| 136.2 |   222M | 408 |3212 |  13k|   0 |8949 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3137.08/3146.56	c  3147s| 38800 |  1027 |  6593k| 136.0 |   222M | 408 |3212 |  13k|   0 |8949 |  0 |  76k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3137.97/3147.44	c  3147s| 38900 |  1026 |  6597k| 135.8 |   222M | 408 |3212 |  13k|8380 |8949 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3138.87/3148.38	c  3148s| 39000 |  1026 |  6600k| 135.6 |   222M | 408 |3212 |  13k|8380 |8949 |  1 |  76k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3139.67/3149.11	c  3149s| 39100 |  1030 |  6603k| 135.4 |   222M | 408 |3212 |  13k|8380 |8949 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3140.57/3150.07	c  3150s| 39200 |  1022 |  6606k| 135.2 |   222M | 408 |3212 |  13k|   0 |8949 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3141.26/3150.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3141.26/3150.78	c  3151s| 39300 |  1019 |  6609k| 134.9 |   222M | 408 |3212 |  13k|8380 |8949 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3142.06/3151.57	c  3152s| 39400 |  1025 |  6612k| 134.7 |   222M | 408 |3212 |  13k|8380 |8949 |  1 |  77k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3143.05/3152.52	c  3153s| 39500 |  1022 |  6614k| 134.5 |   222M | 408 |3212 |  13k|   0 |8949 |  0 |  77k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3143.85/3153.39	c  3153s| 39600 |  1020 |  6617k| 134.3 |   222M | 408 |3212 |  13k|8380 |8949 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3144.95/3154.41	c  3154s| 39700 |  1020 |  6620k| 134.1 |   222M | 408 |3212 |  13k|8380 |8949 |  1 |  78k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3145.94/3155.40	c  3155s| 39800 |  1022 |  6624k| 133.9 |   222M | 408 |3212 |  13k|   0 |8952 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3146.94/3156.43	c  3156s| 39900 |  1030 |  6627k| 133.6 |   222M | 408 |3212 |  13k|   0 |8953 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3147.74/3157.27	c  3157s| 40000 |  1031 |  6630k| 133.4 |   222M | 408 |3212 |  13k|   0 |8953 |  0 |  78k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3148.73/3158.23	c  3158s| 40100 |  1032 |  6633k| 133.2 |   222M | 408 |3212 |  14k|8380 |8953 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3149.53/3159.08	c  3159s| 40200 |  1033 |  6636k| 133.0 |   222M | 408 |3212 |  14k|8380 |8953 |  1 |  79k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3150.43/3159.96	c  3160s| 40300 |  1034 |  6638k| 132.8 |   222M | 408 |3212 |  14k|   0 |8954 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3151.12/3160.68	c  3161s| 40400 |  1022 |  6640k| 132.6 |   222M | 408 |3212 |  13k|   0 |8955 |  0 |  79k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3152.22/3161.72	c  3162s| 40500 |  1032 |  6643k| 132.4 |   222M | 408 |3212 |  14k|8380 |8957 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3153.21/3162.70	c  3163s| 40600 |  1028 |  6646k| 132.2 |   222M | 408 |3212 |  14k|8380 |8957 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3153.91/3163.48	c  3163s| 40700 |  1027 |  6649k| 131.9 |   222M | 408 |3212 |  14k|8380 |8957 |  1 |  80k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3154.71/3164.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3154.71/3164.24	c  3164s| 40800 |  1026 |  6652k| 131.7 |   222M | 408 |3212 |  14k|   0 |8957 |  0 |  80k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3155.71/3165.24	c  3165s| 40900 |  1027 |  6655k| 131.5 |   222M | 408 |3212 |  14k|8380 |8958 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3156.51/3166.01	c  3166s| 41000 |  1027 |  6657k| 131.3 |   222M | 408 |3212 |  14k|8380 |8958 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3157.30/3166.81	c  3167s| 41100 |  1023 |  6660k| 131.1 |   222M | 408 |3212 |  14k|8380 |8958 |  1 |  81k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3158.10/3167.68	c  3168s| 41200 |  1014 |  6663k| 130.9 |   222M | 408 |3212 |  14k|   0 |8958 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3158.99/3168.55	c  3169s| 41300 |  1020 |  6666k| 130.7 |   222M | 408 |3212 |  14k|   0 |8958 |  0 |  81k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3159.99/3169.51	c  3170s| 41400 |  1020 |  6669k| 130.5 |   222M | 408 |3212 |  14k|8380 |8958 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3160.89/3170.42	c  3170s| 41500 |  1024 |  6672k| 130.3 |   222M | 408 |3212 |  14k|   0 |8958 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3161.78/3171.30	c  3171s| 41600 |  1025 |  6675k| 130.1 |   222M | 408 |3212 |  14k|   0 |8958 |  0 |  82k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3162.28/3171.89	c  3172s| 41700 |  1021 |  6678k| 129.9 |   222M | 408 |3212 |  14k|8380 |8958 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3163.18/3172.73	c  3173s| 41800 |  1018 |  6681k| 129.7 |   222M | 408 |3212 |  14k|8380 |8959 |  1 |  82k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3163.97/3173.54	c  3174s| 41900 |  1020 |  6683k| 129.5 |   222M | 408 |3212 |  14k|8380 |8959 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3164.87/3174.43	c  3174s| 42000 |  1019 |  6686k| 129.3 |   223M | 408 |3212 |  14k|   0 |8961 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3165.67/3175.29	c  3175s| 42100 |  1024 |  6688k| 129.1 |   223M | 408 |3212 |  14k|8381 |8961 |  1 |  83k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3166.66/3176.28	c  3176s| 42200 |  1022 |  6692k| 128.9 |   223M | 408 |3212 |  14k|   0 |8961 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3167.46/3177.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3167.46/3177.05	c  3177s| 42300 |  1024 |  6695k| 128.7 |   223M | 408 |3212 |  14k|   0 |8961 |  0 |  83k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3168.26/3177.82	c  3178s| 42400 |  1020 |  6698k| 128.5 |   223M | 408 |3212 |  14k|   0 |8961 |  0 |  84k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3168.95/3178.54	c  3179s| 42500 |  1016 |  6700k| 128.3 |   223M | 408 |3212 |  14k|8380 |8961 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3169.85/3179.43	c  3179s| 42600 |  1015 |  6703k| 128.1 |   223M | 408 |3212 |  14k|8381 |8962 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3170.85/3180.44	c  3180s| 42700 |  1017 |  6706k| 128.0 |   223M | 408 |3212 |  14k|8380 |8962 |  1 |  84k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3171.74/3181.32	c  3181s| 42800 |  1023 |  6709k| 127.8 |   223M | 408 |3212 |  14k|8380 |8963 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3172.64/3182.25	c  3182s| 42900 |  1018 |  6712k| 127.6 |   223M | 408 |3212 |  14k|   0 |8963 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3173.44/3183.09	c  3183s| 43000 |  1027 |  6715k| 127.4 |   223M | 408 |3212 |  14k|   0 |8965 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3174.23/3183.80	c  3184s| 43100 |  1020 |  6718k| 127.2 |   223M | 408 |3212 |  14k|8380 |8967 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3175.03/3184.69	c  3185s| 43200 |  1015 |  6721k| 127.0 |   223M | 408 |3212 |  14k|   0 |8968 |  0 |  85k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3176.03/3185.66	c  3186s| 43300 |  1023 |  6724k| 126.8 |   223M | 408 |3212 |  14k|8380 |8971 |  1 |  85k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3176.92/3186.51	c  3187s| 43400 |  1030 |  6727k| 126.6 |   223M | 408 |3212 |  13k|8380 |8972 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3177.62/3187.28	c  3187s| 43500 |  1027 |  6730k| 126.5 |   223M | 408 |3212 |  14k|   0 |8973 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3178.52/3188.13	c  3188s| 43600 |  1028 |  6733k| 126.3 |   223M | 408 |3212 |  14k|8380 |8973 |  1 |  86k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3179.42/3189.03	c  3189s| 43700 |  1019 |  6735k| 126.1 |   223M | 408 |3212 |  14k|   0 |8973 |  0 |  86k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3180.31/3189.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3180.31/3189.92	c  3190s| 43800 |  1020 |  6738k| 125.9 |   223M | 408 |3212 |  14k|   0 |8974 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3181.41/3191.03	c  3191s| 43900 |  1024 |  6742k| 125.7 |   223M | 408 |3212 |  14k|8380 |8975 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3182.30/3191.95	c  3192s| 44000 |  1025 |  6745k| 125.5 |   223M | 408 |3212 |  14k|8380 |8975 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3183.20/3192.83	c  3193s| 44100 |  1022 |  6748k| 125.4 |   223M | 408 |3212 |  14k|   0 |8977 |  0 |  87k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3184.10/3193.79	c  3194s| 44200 |  1016 |  6751k| 125.2 |   223M | 408 |3212 |  14k|8380 |8978 |  1 |  87k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3184.89/3194.56	c  3195s| 44300 |  1022 |  6754k| 125.0 |   223M | 408 |3212 |  14k|8380 |8980 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3185.79/3195.41	c  3195s| 44400 |  1022 |  6756k| 124.8 |   223M | 408 |3212 |  14k|8380 |8983 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3186.59/3196.29	c  3196s| 44500 |  1018 |  6759k| 124.6 |   223M | 408 |3212 |  14k|8380 |8986 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3187.58/3197.21	c  3197s| 44600 |  1013 |  6763k| 124.5 |   223M | 408 |3212 |  14k|8380 |8990 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3188.49/3198.19	c  3198s| 44700 |  1012 |  6765k| 124.3 |   223M | 408 |3212 |  14k|8380 |8995 |  1 |  88k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3189.28/3199.00	c  3199s| 44800 |  1012 |  6768k| 124.1 |   223M | 408 |3212 |  14k|   0 |8999 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3190.08/3199.75	c  3200s| 44900 |  1013 |  6771k| 123.9 |   223M | 408 |3212 |  14k|   0 |9005 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3190.87/3200.51	c  3201s| 45000 |  1019 |  6773k| 123.7 |   223M | 408 |3212 |  14k|   0 |9005 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3191.57/3201.28	c  3201s| 45100 |  1012 |  6775k| 123.6 |   223M | 408 |3212 |  14k|   0 |9006 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3192.37/3202.09	c  3202s| 45200 |  1008 |  6778k| 123.4 |   223M | 408 |3212 |  14k|   0 |9008 |  0 |  89k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3193.37/3203.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3193.37/3203.02	c  3203s| 45300 |  1010 |  6781k| 123.2 |   223M | 408 |3212 |  14k|8380 |9009 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3194.26/3203.96	c  3204s| 45400 |  1007 |  6784k| 123.0 |   223M | 408 |3212 |  14k|8380 |9009 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3194.96/3204.69	c  3205s| 45500 |  1029 |  6786k| 122.9 |   223M | 408 |3212 |  14k|8380 |9011 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3195.75/3205.43	c  3205s| 45600 |  1026 |  6789k| 122.7 |   223M | 408 |3212 |  14k|8380 |9011 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3196.65/3206.33	c  3206s| 45700 |  1028 |  6792k| 122.5 |   224M | 408 |3212 |  14k|8380 |9011 |  1 |  90k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3197.55/3207.22	c  3207s| 45800 |  1023 |  6794k| 122.3 |   224M | 408 |3212 |  14k|8381 |9013 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3198.35/3208.09	c  3208s| 45900 |  1021 |  6797k| 122.1 |   224M | 408 |3212 |  14k|   0 |9014 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3199.24/3208.96	c  3209s| 46000 |  1031 |  6800k| 122.0 |   224M | 408 |3212 |  14k|   0 |9016 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3199.94/3209.66	c  3210s| 46100 |  1017 |  6802k| 121.8 |   224M | 408 |3212 |  14k|8380 |9018 |  1 |  91k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3200.93/3210.61	c  3211s| 46200 |  1027 |  6805k| 121.6 |   224M | 408 |3212 |  14k|   0 |9018 |  0 |  91k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3202.03/3211.70	c  3212s| 46300 |  1025 |  6808k| 121.5 |   224M | 408 |3212 |  14k|8380 |9020 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3202.93/3212.62	c  3213s| 46400 |  1022 |  6812k| 121.3 |   224M | 408 |3212 |  14k|   0 |9021 |  0 |  92k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3203.62/3213.33	c  3213s| 46500 |  1025 |  6815k| 121.2 |   224M | 408 |3212 |  14k|8380 |9023 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3204.43/3214.14	c  3214s| 46600 |  1020 |  6818k| 121.0 |   224M | 408 |3212 |  14k|8380 |9025 |  1 |  92k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3205.42/3215.12	c  3215s| 46700 |  1025 |  6821k| 120.8 |   224M | 408 |3212 |  14k|   0 |9026 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3206.11/3215.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3206.11/3215.85	c  3216s| 46800 |  1018 |  6823k| 120.6 |   224M | 408 |3212 |  15k|8380 |9026 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3207.01/3216.75	c  3217s| 46900 |  1019 |  6826k| 120.5 |   224M | 408 |3212 |  14k|8380 |9026 |  1 |  93k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3207.91/3217.65	c  3218s| 47000 |  1019 |  6829k| 120.3 |   224M | 408 |3212 |  14k|   0 |9029 |  0 |  93k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3209.00/3218.73	c  3219s| 47100 |  1024 |  6832k| 120.2 |   224M | 408 |3212 |  14k|8380 |9032 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3209.70/3219.46	c  3219s| 47200 |  1028 |  6834k| 120.0 |   224M | 408 |3212 |  14k|8380 |9036 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3210.50/3220.27	c  3220s| 47300 |  1026 |  6837k| 119.8 |   224M | 408 |3212 |  14k|8380 |9039 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3211.40/3221.13	c  3221s| 47400 |  1022 |  6840k| 119.7 |   224M | 408 |3212 |  15k|8380 |9039 |  1 |  94k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3212.19/3221.98	c  3222s| 47500 |  1022 |  6843k| 119.5 |   224M | 408 |3212 |  15k|   0 |9044 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3212.89/3222.65	c  3223s| 47600 |  1013 |  6845k| 119.3 |   224M | 408 |3212 |  15k|   0 |9045 |  0 |  94k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3213.79/3223.54	c  3224s| 47700 |  1021 |  6848k| 119.2 |   224M | 408 |3212 |  14k|   0 |9047 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3214.48/3224.29	c  3224s| 47800 |  1021 |  6850k| 119.0 |   224M | 408 |3212 |  14k|   0 |9047 |  0 |  95k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3215.28/3225.04	c  3225s| 47900 |  1021 |  6853k| 118.8 |   224M | 408 |3212 |  14k|8380 |9050 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3215.98/3225.75	c  3226s| 48000 |  1021 |  6855k| 118.7 |   224M | 408 |3212 |  14k|8380 |9051 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3216.67/3226.48	c  3226s| 48100 |  1018 |  6858k| 118.5 |   224M | 408 |3212 |  14k|8380 |9052 |  1 |  95k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3217.57/3227.34	c  3227s| 48200 |  1018 |  6860k| 118.4 |   224M | 408 |3212 |  14k|   0 |9056 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3218.37/3228.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3218.37/3228.13	c  3228s| 48300 |  1019 |  6863k| 118.2 |   224M | 408 |3212 |  14k|8380 |9056 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3219.06/3228.84	c  3229s| 48400 |  1017 |  6865k| 118.0 |   224M | 408 |3212 |  14k|   0 |9056 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3219.86/3229.63	c  3230s| 48500 |  1011 |  6868k| 117.9 |   224M | 408 |3212 |  14k|   0 |9059 |  0 |  96k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3220.66/3230.44	c  3230s| 48600 |  1019 |  6871k| 117.7 |   224M | 408 |3212 |  14k|8380 |9060 |  1 |  96k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3221.46/3231.23	c  3231s| 48700 |  1016 |  6873k| 117.5 |   224M | 408 |3212 |  14k|   0 |9063 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3222.15/3231.98	c  3232s| 48800 |  1013 |  6876k| 117.4 |   224M | 408 |3212 |  14k|   0 |9064 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3223.15/3232.92	c  3233s| 48900 |  1015 |  6879k| 117.2 |   224M | 408 |3212 |  14k|   0 |9068 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3224.05/3233.86	c  3234s| 49000 |  1007 |  6881k| 117.1 |   224M | 408 |3212 |  15k|   0 |9073 |  0 |  97k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3224.74/3234.53	c  3235s| 49100 |  1007 |  6883k| 116.9 |   224M | 408 |3212 |  14k|   0 |9074 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3225.54/3235.31	c  3235s| 49200 |  1018 |  6886k| 116.8 |   224M | 408 |3212 |  14k|8380 |9075 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3226.24/3236.06	c  3236s| 49300 |  1020 |  6888k| 116.6 |   224M | 408 |3212 |  14k|   0 |9075 |  0 |  98k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3227.03/3236.87	c  3237s| 49400 |  1025 |  6891k| 116.4 |   224M | 408 |3212 |  14k|8380 |9075 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3227.93/3237.73	c  3238s| 49500 |  1018 |  6893k| 116.3 |   224M | 408 |3212 |  14k|8380 |9076 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3228.73/3238.55	c  3239s| 49600 |  1028 |  6896k| 116.1 |   224M | 408 |3212 |  14k|8380 |9076 |  1 |  98k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3229.62/3239.47	c  3239s| 49700 |  1036 |  6899k| 116.0 |   224M | 408 |3212 |  14k|8380 |9076 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3230.62/3240.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3230.62/3240.44	c  3240s| 49800 |  1046 |  6902k| 115.8 |   224M | 408 |3212 |  14k|   0 |9076 |  0 |  99k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3231.52/3241.31	c  3241s| 49900 |  1046 |  6905k| 115.7 |   224M | 408 |3212 |  14k|8380 |9076 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3232.41/3242.23	c  3242s| 50000 |  1056 |  6908k| 115.6 |   225M | 408 |3212 |  14k|8380 |9076 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3233.32/3243.13	c  3243s| 50100 |  1055 |  6911k| 115.4 |   225M | 408 |3212 |  14k|8380 |9076 |  1 |  99k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3234.21/3244.01	c  3244s| 50200 |  1055 |  6914k| 115.3 |   225M | 408 |3212 |  15k|   0 |9076 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3235.21/3245.08	c  3245s| 50300 |  1056 |  6917k| 115.1 |   225M | 408 |3212 |  15k|   0 |9077 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3236.40/3246.24	c  3246s| 50400 |  1058 |  6921k| 115.0 |   225M | 408 |3212 |  15k|   0 |9081 |  0 | 100k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3237.30/3247.16	c  3247s| 50500 |  1060 |  6924k| 114.8 |   225M | 408 |3212 |  15k|8380 |9081 |  1 | 100k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3238.39/3248.26	c  3248s| 50600 |  1055 |  6927k| 114.7 |   225M | 408 |3212 |  15k|   0 |9081 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3239.49/3249.32	c  3249s| 50700 |  1057 |  6930k| 114.6 |   225M | 408 |3212 |  15k|8380 |9081 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3240.48/3250.33	c  3250s| 50800 |  1062 |  6933k| 114.4 |   225M | 408 |3212 |  15k|   0 |9081 |  0 | 101k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3241.48/3251.36	c  3251s| 50900 |  1063 |  6936k| 114.3 |   225M | 408 |3212 |  15k|8380 |9081 |  1 | 101k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3242.68/3252.52	c  3253s| 51000 |  1069 |  6941k| 114.2 |   225M | 408 |3212 |  15k|8380 |9081 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3243.57/3253.48	c  3253s| 51100 |  1067 |  6943k| 114.0 |   225M | 408 |3212 |  15k|8380 |9081 |  1 | 102k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3244.47/3254.38	c  3254s| 51200 |  1065 |  6947k| 113.9 |   225M | 408 |3212 |  15k|   0 |9083 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3245.46/3255.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3245.46/3255.30	c  3255s| 51300 |  1058 |  6950k| 113.8 |   225M | 408 |3212 |  15k|   0 |9083 |  0 | 102k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3246.27/3256.19	c  3256s| 51400 |  1040 |  6952k| 113.6 |   225M | 408 |3212 |  15k|   0 |9083 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3247.26/3257.16	c  3257s| 51500 |  1046 |  6955k| 113.5 |   225M | 408 |3212 |  15k|   0 |9083 |  0 | 103k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3248.16/3258.06	c  3258s| 51600 |  1052 |  6958k| 113.3 |   225M | 408 |3212 |  15k|8380 |9083 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3249.05/3258.91	c  3259s| 51700 |  1060 |  6961k| 113.2 |   225M | 408 |3212 |  15k|8380 |9083 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3249.95/3259.83	c  3260s| 51800 |  1056 |  6963k| 113.0 |   225M | 408 |3212 |  15k|8380 |9083 |  1 | 103k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3250.74/3260.69	c  3261s| 51900 |  1060 |  6966k| 112.9 |   225M | 408 |3212 |  15k|8380 |9083 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3251.64/3261.59	c  3262s| 52000 |  1059 |  6969k| 112.8 |   225M | 408 |3212 |  15k|   0 |9083 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3252.54/3262.42	c  3262s| 52100 |  1050 |  6971k| 112.6 |   225M | 408 |3212 |  15k|8380 |9083 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3254.43/3264.36	c  3264s| 52200 |  1051 |  6973k| 112.5 |   226M | 408 |3212 |  15k|8380 |9083 |  1 | 104k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3255.23/3265.16	c  3265s| 52300 |  1059 |  6976k| 112.3 |   226M | 408 |3212 |  15k|   0 |9083 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3256.13/3266.09	c  3266s| 52400 |  1062 |  6980k| 112.2 |   226M | 408 |3212 |  15k|   0 |9083 |  0 | 104k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3257.12/3267.01	c  3267s| 52500 |  1053 |  6982k| 112.1 |   226M | 408 |3212 |  15k|   0 |9084 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3258.01/3267.95	c  3268s| 52600 |  1051 |  6985k| 111.9 |   226M | 408 |3212 |  15k|   0 |9086 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3258.91/3268.83	c  3269s| 52700 |  1059 |  6988k| 111.8 |   226M | 408 |3212 |  15k|   0 |9086 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3259.61/3269.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3259.61/3269.56	c  3270s| 52800 |  1052 |  6990k| 111.6 |   226M | 408 |3212 |  15k|   0 |9086 |  0 | 105k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3260.51/3270.47	c  3270s| 52900 |  1055 |  6993k| 111.5 |   226M | 408 |3212 |  15k|   0 |9086 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3261.40/3271.30	c  3271s| 53000 |  1057 |  6996k| 111.4 |   226M | 408 |3212 |  15k|8380 |9086 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3262.40/3272.34	c  3272s| 53100 |  1061 |  6999k| 111.3 |   226M | 408 |3212 |  15k|   0 |9086 |  0 | 106k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3263.49/3273.40	c  3273s| 53200 |  1062 |  7002k| 111.1 |   227M | 408 |3212 |  15k|8380 |9086 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3264.29/3274.29	c  3274s| 53300 |  1060 |  7005k| 111.0 |   227M | 408 |3212 |  15k|8380 |9086 |  1 | 106k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3265.39/3275.38	c  3275s| 53400 |  1058 |  7008k| 110.9 |   227M | 408 |3212 |  15k|   0 |9086 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3266.38/3276.34	c  3276s| 53500 |  1052 |  7011k| 110.7 |   227M | 408 |3212 |  15k|   0 |9086 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3267.38/3277.34	c  3277s| 53600 |  1054 |  7014k| 110.6 |   227M | 408 |3212 |  15k|   0 |9091 |  0 | 107k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3268.38/3278.34	c  3278s| 53700 |  1056 |  7016k| 110.5 |   227M | 408 |3212 |  15k|8380 |9091 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3269.27/3279.29	c  3279s| 53800 |  1053 |  7019k| 110.3 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3270.27/3280.27	c  3280s| 53900 |  1056 |  7022k| 110.2 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3271.26/3281.25	c  3281s| 54000 |  1056 |  7025k| 110.1 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 108k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3272.46/3282.40	c  3282s| 54100 |  1058 |  7029k| 110.0 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3273.46/3283.45	c  3283s| 54200 |  1053 |  7032k| 109.8 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 109k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3274.45/3284.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3274.45/3284.44	c  3284s| 54300 |  1061 |  7035k| 109.7 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3275.55/3285.52	c  3286s| 54400 |  1065 |  7039k| 109.6 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 109k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3276.35/3286.37	c  3286s| 54500 |  1072 |  7042k| 109.5 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3277.24/3287.23	c  3287s| 54600 |  1071 |  7045k| 109.4 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3278.04/3288.01	c  3288s| 54700 |  1066 |  7047k| 109.2 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 110k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3278.84/3288.86	c  3289s| 54800 |  1068 |  7050k| 109.1 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3279.83/3289.83	c  3290s| 54900 |  1066 |  7052k| 109.0 |   228M | 408 |3212 |  16k|   0 |9091 |  0 | 110k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3280.63/3290.65	c  3291s| 55000 |  1060 |  7054k| 108.8 |   228M | 408 |3212 |  16k|8380 |9091 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3281.43/3291.40	c  3291s| 55100 |  1061 |  7056k| 108.7 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3282.32/3292.35	c  3292s| 55200 |  1057 |  7059k| 108.6 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3283.22/3293.26	c  3293s| 55300 |  1058 |  7062k| 108.4 |   228M | 408 |3212 |  16k|   0 |9091 |  0 | 111k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3283.92/3293.96	c  3294s| 55400 |  1054 |  7064k| 108.3 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 111k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3284.91/3294.91	c  3295s| 55500 |  1050 |  7066k| 108.2 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3285.71/3295.75	c  3296s| 55600 |  1043 |  7069k| 108.0 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3286.61/3296.61	c  3297s| 55700 |  1046 |  7072k| 107.9 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3287.60/3297.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3287.60/3297.67	c  3298s| 55800 |  1043 |  7075k| 107.8 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 112k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3288.70/3298.77	c  3299s| 55900 |  1029 |  7078k| 107.7 |   228M | 408 |3212 |  15k|8380 |9091 |  1 | 112k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3289.60/3299.64	c  3300s| 56000 |  1020 |  7082k| 107.6 |   228M | 408 |3212 |  15k|   0 |9091 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3290.49/3300.56	c  3301s| 56100 |  1013 |  7085k| 107.4 |   228M | 408 |3212 |  15k|   0 |9092 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3291.39/3301.49	c  3301s| 56200 |  1014 |  7088k| 107.3 |   228M | 408 |3212 |  15k|   0 |9092 |  0 | 113k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3292.49/3302.53	c  3303s| 56300 |  1020 |  7091k| 107.2 |   228M | 408 |3212 |  15k|8380 |9092 |  1 | 113k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3293.18/3303.29	c  3303s| 56400 |  1018 |  7093k| 107.1 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3294.18/3304.25	c  3304s| 56500 |  1022 |  7096k| 107.0 |   229M | 408 |3212 |  15k|8380 |9092 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3295.17/3305.24	c  3305s| 56600 |  1014 |  7099k| 106.8 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3296.37/3306.46	c  3306s| 56700 |  1006 |  7103k| 106.7 |   229M | 408 |3212 |  15k|8380 |9092 |  0 | 114k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3297.27/3307.34	c  3307s| 56800 |  1023 |  7106k| 106.6 |   229M | 408 |3212 |  15k|8380 |9092 |  1 | 114k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3298.16/3308.28	c  3308s| 56900 |  1031 |  7109k| 106.5 |   229M | 408 |3212 |  15k|   0 |9092 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3299.07/3309.13	c  3309s| 57000 |  1036 |  7111k| 106.4 |   229M | 408 |3212 |  15k|   0 |9092 |  0 | 115k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3299.86/3309.91	c  3310s| 57100 |  1044 |  7114k| 106.3 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3300.65/3310.73	c  3311s| 57200 |  1045 |  7116k| 106.1 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3301.35/3311.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3301.35/3311.42	c  3311s| 57300 |  1038 |  7118k| 106.0 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 115k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3302.25/3312.37	c  3312s| 57400 |  1031 |  7121k| 105.9 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 116k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3303.05/3313.13	c  3313s| 57500 |  1037 |  7124k| 105.8 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3303.95/3314.04	c  3314s| 57600 |  1028 |  7126k| 105.7 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3304.84/3314.94	c  3315s| 57700 |  1026 |  7129k| 105.5 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 116k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3305.54/3315.66	c  3316s| 57800 |  1014 |  7130k| 105.4 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3306.33/3316.45	c  3316s| 57900 |  1021 |  7133k| 105.3 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3307.13/3317.23	c  3317s| 58000 |  1028 |  7136k| 105.2 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3307.93/3318.03	c  3318s| 58100 |  1030 |  7139k| 105.0 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 117k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3308.72/3318.80	c  3319s| 58200 |  1023 |  7141k| 104.9 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 117k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3309.52/3319.69	c  3320s| 58300 |  1024 |  7144k| 104.8 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3310.62/3320.77	c  3321s| 58400 |  1021 |  7148k| 104.7 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 118k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3311.51/3321.62	c  3322s| 58500 |  1024 |  7150k| 104.6 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3312.41/3322.58	c  3323s| 58600 |  1016 |  7153k| 104.5 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 118k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3313.31/3323.45	c  3323s| 58700 |  1017 |  7156k| 104.4 |   229M | 408 |3212 |  16k|   0 |9092 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3314.20/3324.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3314.20/3324.32	c  3324s| 58800 |  1019 |  7158k| 104.3 |   229M | 408 |3212 |  16k|8380 |9092 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3315.20/3325.31	c  3325s| 58900 |  1018 |  7161k| 104.1 |   230M | 408 |3212 |  16k|   0 |9092 |  0 | 119k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3316.20/3326.35	c  3326s| 59000 |  1020 |  7165k| 104.0 |   230M | 408 |3212 |  16k|8380 |9092 |  1 | 119k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3317.19/3327.34	c  3327s| 59100 |  1017 |  7168k| 103.9 |   230M | 408 |3212 |  16k|8380 |9092 |  1 | 120k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3318.19/3328.30	c  3328s| 59200 |  1018 |  7171k| 103.8 |   230M | 408 |3212 |  16k|   0 |9092 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3319.08/3329.27	c  3329s| 59300 |  1018 |  7174k| 103.7 |   230M | 408 |3212 |  16k|   0 |9092 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3319.78/3329.99	c  3330s| 59400 |  1014 |  7177k| 103.6 |   230M | 408 |3212 |  16k|   0 |9092 |  0 | 120k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3320.78/3330.97	c  3331s| 59500 |  1018 |  7179k| 103.5 |   231M | 408 |3212 |  17k|8380 |9092 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3321.67/3331.82	c  3332s| 59600 |  1012 |  7181k| 103.4 |   231M | 408 |3212 |  17k|8380 |9092 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3322.78/3332.99	c  3333s| 59700 |  1011 |  7185k| 103.3 |   231M | 408 |3212 |  16k|8380 |9092 |  1 | 121k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3323.57/3333.76	c  3334s| 59800 |  1014 |  7188k| 103.2 |   231M | 408 |3212 |  16k|   0 |9092 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3324.27/3334.48	c  3334s| 59900 |  1015 |  7190k| 103.0 |   231M | 408 |3212 |  16k|   0 |9092 |  0 | 121k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3325.17/3335.37	c  3335s| 60000 |  1022 |  7192k| 102.9 |   231M | 408 |3212 |  16k|   0 |9092 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3326.26/3336.43	c  3336s| 60100 |  1024 |  7196k| 102.8 |   231M | 408 |3212 |  16k|   0 |9092 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3327.26/3337.48	c  3337s| 60200 |  1020 |  7199k| 102.7 |   231M | 408 |3212 |  16k|8380 |9092 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3328.16/3338.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3328.16/3338.33	c  3338s| 60300 |  1018 |  7201k| 102.6 |   231M | 408 |3212 |  16k|8380 |9092 |  1 | 122k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3329.15/3339.39	c  3339s| 60400 |  1015 |  7205k| 102.5 |   231M | 408 |3212 |  17k|   0 |9092 |  0 | 122k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3330.05/3340.23	c  3340s| 60500 |  1011 |  7207k| 102.4 |   231M | 408 |3212 |  17k|8380 |9092 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3330.85/3341.05	c  3341s| 60600 |  1009 |  7210k| 102.3 |   231M | 408 |3212 |  17k|   0 |9092 |  0 | 123k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3331.74/3341.99	c  3342s| 60700 |  1014 |  7213k| 102.2 |   231M | 408 |3212 |  16k|8379 |9092 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3332.54/3342.76	c  3343s| 60800 |  1022 |  7215k| 102.1 |   231M | 408 |3212 |  16k|8379 |9092 |  1 | 123k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3333.44/3343.63	c  3344s| 60900 |  1022 |  7218k| 102.0 |   231M | 408 |3212 |  16k|   0 |9092 |  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3334.23/3344.43	c  3344s| 61000 |  1022 |  7221k| 101.9 |   231M | 408 |3212 |  16k|   0 |9092 |  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3335.03/3345.25	c  3345s| 61100 |  1014 |  7224k| 101.8 |   231M | 408 |3212 |  16k|8379 |9092 |  1 | 124k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3335.73/3345.98	c  3346s| 61200 |  1016 |  7227k| 101.7 |   231M | 408 |3212 |  16k|   0 |9093 |  0 | 124k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3336.62/3346.85	c  3347s| 61300 |  1024 |  7229k| 101.6 |   231M | 408 |3212 |  16k|8379 |9095 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3337.52/3347.74	c  3348s| 61400 |  1023 |  7232k| 101.5 |   231M | 408 |3212 |  16k|   0 |9096 |  0 | 125k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3338.32/3348.58	c  3349s| 61500 |  1030 |  7235k| 101.4 |   231M | 408 |3212 |  16k|8379 |9097 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3339.21/3349.40	c  3349s| 61600 |  1022 |  7237k| 101.2 |   231M | 408 |3212 |  16k|8379 |9097 |  1 | 125k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3340.11/3350.30	c  3350s| 61700 |  1025 |  7240k| 101.1 |   231M | 408 |3212 |  17k|8379 |9097 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3340.91/3351.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3340.91/3351.17	c  3351s| 61800 |  1026 |  7243k| 101.0 |   231M | 408 |3212 |  17k|8379 |9098 |  1 | 126k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3341.81/3352.05	c  3352s| 61900 |  1024 |  7245k| 100.9 |   231M | 408 |3212 |  17k|   0 |9099 |  0 | 126k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3342.81/3353.08	c  3353s| 62000 |  1023 |  7249k| 100.8 |   231M | 408 |3212 |  17k|8379 |9099 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3343.60/3353.87	c  3354s| 62100 |  1027 |  7251k| 100.7 |   231M | 408 |3212 |  17k|8379 |9099 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3344.39/3354.68	c  3355s| 62200 |  1021 |  7254k| 100.6 |   231M | 408 |3212 |  17k|8379 |9099 |  1 | 127k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3345.39/3355.68	c  3356s| 62300 |  1013 |  7257k| 100.5 |   231M | 408 |3212 |  17k|   0 |9100 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3346.19/3356.41	c  3356s| 62400 |  1026 |  7260k| 100.4 |   231M | 408 |3212 |  17k|8379 |9100 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3346.98/3357.25	c  3357s| 62500 |  1024 |  7263k| 100.3 |   231M | 408 |3212 |  17k|8379 |9100 |  1 | 128k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3347.79/3358.10	c  3358s| 62600 |  1028 |  7267k| 100.2 |   231M | 408 |3212 |  17k|   0 |9100 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3348.78/3359.05	c  3359s| 62700 |  1021 |  7270k| 100.1 |   231M | 408 |3212 |  17k|   0 |9100 |  0 | 128k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3349.58/3359.89	c  3360s| 62800 |  1019 |  7273k| 100.1 |   231M | 408 |3212 |  17k|8379 |9100 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3350.47/3360.73	c  3361s| 62900 |  1014 |  7276k| 100.0 |   231M | 408 |3212 |  17k|8379 |9100 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3351.47/3361.76	c  3362s| 63000 |  1031 |  7280k|  99.9 |   231M | 408 |3212 |  17k|8379 |9100 |  1 | 129k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3352.46/3362.79	c  3363s| 63100 |  1023 |  7283k|  99.8 |   232M | 408 |3212 |  17k|   0 |9100 |  0 | 129k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3353.56/3363.88	c  3364s| 63200 |  1018 |  7285k|  99.7 |   232M | 408 |3212 |  17k|8379 |9101 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3354.56/3364.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3354.56/3364.82	c  3365s| 63300 |  1011 |  7288k|  99.6 |   232M | 408 |3212 |  17k|8379 |9104 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3355.35/3365.66	c  3366s| 63400 |  1010 |  7291k|  99.5 |   232M | 408 |3212 |  17k|8379 |9106 |  1 | 130k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3356.35/3366.61	c  3367s| 63500 |  1035 |  7294k|  99.4 |   232M | 408 |3212 |  17k|8380 |9111 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3357.15/3367.45	c  3367s| 63600 |  1029 |  7296k|  99.3 |   232M | 408 |3212 |  17k|8379 |9112 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3357.85/3368.18	c  3368s| 63700 |  1027 |  7299k|  99.2 |   232M | 408 |3212 |  17k|   0 |9116 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3358.84/3369.11	c  3369s| 63800 |  1032 |  7302k|  99.1 |   232M | 408 |3212 |  17k|8379 |9116 |  1 | 131k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3359.64/3369.98	c  3370s| 63900 |  1047 |  7305k|  99.0 |   232M | 408 |3212 |  17k|   0 |9121 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3360.43/3370.73	c  3371s| 64000 |  1037 |  7307k|  98.9 |   232M | 408 |3212 |  17k|   0 |9122 |  0 | 131k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3361.23/3371.56	c  3372s| 64100 |  1037 |  7310k|  98.8 |   232M | 408 |3212 |  17k|   0 |9124 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3362.13/3372.44	c  3372s| 64200 |  1037 |  7313k|  98.7 |   232M | 408 |3212 |  17k|   0 |9124 |  0 | 132k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3362.83/3373.13	c  3373s| 64300 |  1035 |  7315k|  98.6 |   232M | 408 |3212 |  17k|8379 |9124 |  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3363.73/3374.01	c  3374s| 64400 |  1022 |  7318k|  98.5 |   232M | 408 |3212 |  17k|8380 |9124 |  1 | 132k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3364.62/3374.93	c  3375s| 64500 |  1010 |  7321k|  98.4 |   232M | 408 |3212 |  17k|8379 |9124 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3365.31/3375.68	c  3376s| 64600 |  1012 |  7324k|  98.3 |   232M | 408 |3212 |  17k|   0 |9124 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3366.41/3376.75	c  3377s| 64700 |  1016 |  7327k|  98.2 |   232M | 408 |3212 |  16k|8380 |9124 |  0 | 133k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3367.41/3377.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3367.41/3377.74	c  3378s| 64800 |  1016 |  7330k|  98.1 |   232M | 408 |3212 |  17k|8380 |9124 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3368.10/3378.45	c  3378s| 64900 |  1015 |  7333k|  98.0 |   232M | 408 |3212 |  17k|8380 |9124 |  1 | 133k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3369.00/3379.34	c  3379s| 65000 |  1018 |  7336k|  97.9 |   232M | 408 |3212 |  17k|8380 |9126 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3369.80/3380.13	c  3380s| 65100 |  1017 |  7340k|  97.8 |   232M | 408 |3212 |  17k|8380 |9126 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3370.80/3381.16	c  3381s| 65200 |  1020 |  7343k|  97.8 |   232M | 408 |3212 |  17k|8380 |9126 |  1 | 134k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3371.70/3382.07	c  3382s| 65300 |  1019 |  7346k|  97.7 |   232M | 408 |3212 |  17k|   0 |9126 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3372.49/3382.88	c  3383s| 65400 |  1018 |  7348k|  97.6 |   232M | 408 |3212 |  17k|   0 |9126 |  0 | 134k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3373.48/3383.88	c  3384s| 65500 |  1020 |  7352k|  97.5 |   232M | 408 |3212 |  17k|8380 |9126 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3374.38/3384.77	c  3385s| 65600 |  1012 |  7354k|  97.4 |   232M | 408 |3212 |  17k|8380 |9126 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3375.38/3385.75	c  3386s| 65700 |  1008 |  7357k|  97.3 |   232M | 408 |3212 |  17k|8380 |9126 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3376.27/3386.60	c  3387s| 65800 |  1023 |  7360k|  97.2 |   232M | 408 |3212 |  17k|8379 |9128 |  1 | 135k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3377.37/3387.76	c  3388s| 65900 |  1026 |  7364k|  97.1 |   232M | 408 |3212 |  17k|   0 |9130 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3378.56/3388.92	c  3389s| 66000 |  1020 |  7368k|  97.0 |   232M | 408 |3212 |  17k|8379 |9130 |  1 | 136k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3379.46/3389.85	c  3390s| 66100 |  1014 |  7371k|  97.0 |   232M | 408 |3212 |  17k|   0 |9131 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3380.36/3390.71	c  3391s| 66200 |  1010 |  7374k|  96.9 |   232M | 408 |3212 |  17k|   0 |9132 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3381.35/3391.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3381.35/3391.70	c  3392s| 66300 |  1021 |  7377k|  96.8 |   232M | 408 |3212 |  17k|   0 |9136 |  0 | 136k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3382.15/3392.52	c  3393s| 66400 |  1017 |  7379k|  96.7 |   232M | 408 |3212 |  17k|8379 |9138 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3383.15/3393.53	c  3394s| 66500 |  1010 |  7382k|  96.6 |   232M | 408 |3212 |  17k|   0 |9140 |  0 | 137k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3383.94/3394.32	c  3394s| 66600 |  1014 |  7385k|  96.5 |   232M | 408 |3212 |  17k|8379 |9140 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3384.75/3395.19	c  3395s| 66700 |  1019 |  7388k|  96.4 |   232M | 408 |3212 |  17k|8379 |9140 |  1 | 137k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3385.84/3396.23	c  3396s| 66800 |  1015 |  7391k|  96.3 |   232M | 408 |3212 |  17k|8380 |9145 |  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3386.64/3397.02	c  3397s| 66900 |  1016 |  7394k|  96.2 |   232M | 408 |3212 |  17k|8379 |9145 |  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3387.33/3397.76	c  3398s| 67000 |  1015 |  7396k|  96.1 |   232M | 408 |3212 |  17k|8379 |9145 |  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3388.43/3398.87	c  3399s| 67100 |  1015 |  7400k|  96.1 |   232M | 408 |3212 |  17k|8379 |9145 |  1 | 138k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3389.32/3399.76	c  3400s| 67200 |  1010 |  7403k|  96.0 |   232M | 408 |3212 |  17k|   0 |9146 |  0 | 138k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3390.22/3400.65	c  3401s| 67300 |  1008 |  7405k|  95.9 |   232M | 408 |3212 |  17k|   0 |9147 |  0 | 139k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3391.12/3401.59	c  3402s| 67400 |  1013 |  7408k|  95.8 |   232M | 408 |3212 |  17k|8379 |9151 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3392.01/3402.43	c  3402s| 67500 |  1015 |  7411k|  95.7 |   232M | 408 |3212 |  17k|8379 |9152 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3392.81/3403.25	c  3403s| 67600 |  1015 |  7413k|  95.6 |   232M | 408 |3212 |  17k|8379 |9153 |  1 | 139k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3393.61/3404.08	c  3404s| 67700 |  1014 |  7416k|  95.5 |   232M | 408 |3212 |  17k|   0 |9156 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3394.50/3404.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3394.50/3404.98	c  3405s| 67800 |  1013 |  7418k|  95.4 |   232M | 408 |3212 |  17k|8379 |9159 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3395.30/3405.74	c  3406s| 67900 |  1013 |  7421k|  95.3 |   232M | 408 |3212 |  17k|   0 |9161 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3396.00/3406.46	c  3406s| 68000 |  1012 |  7423k|  95.2 |   232M | 408 |3212 |  17k|8379 |9165 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3396.90/3407.39	c  3407s| 68100 |  1008 |  7425k|  95.2 |   232M | 408 |3212 |  17k|   0 |9166 |  0 | 140k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3397.89/3408.38	c  3408s| 68200 |  1006 |  7428k|  95.1 |   232M | 408 |3212 |  17k|8379 |9166 |  1 | 140k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3398.79/3409.29	c  3409s| 68300 |  1014 |  7431k|  95.0 |   232M | 408 |3212 |  17k|8379 |9167 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3399.78/3410.22	c  3410s| 68400 |  1014 |  7434k|  94.9 |   232M | 408 |3212 |  17k|8380 |9173 |  2 | 141k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3400.59/3411.03	c  3411s| 68500 |  1016 |  7437k|  94.8 |   232M | 408 |3212 |  17k|8379 |9175 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3401.48/3411.90	c  3412s| 68600 |  1017 |  7439k|  94.7 |   232M | 408 |3212 |  17k|8379 |9175 |  1 | 141k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3402.28/3412.70	c  3413s| 68700 |  1017 |  7442k|  94.6 |   232M | 408 |3212 |  17k|8379 |9175 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3402.97/3413.46	c  3413s| 68800 |  1006 |  7445k|  94.5 |   232M | 408 |3212 |  17k|   0 |9175 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3403.87/3414.36	c  3414s| 68900 |  1010 |  7448k|  94.5 |   232M | 408 |3212 |  17k|8379 |9178 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3404.67/3415.14	c  3415s| 69000 |  1012 |  7451k|  94.4 |   233M | 408 |3212 |  17k|   0 |9181 |  0 | 142k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3405.67/3416.14	c  3416s| 69100 |  1006 |  7454k|  94.3 |   233M | 408 |3212 |  17k|8379 |9182 |  1 | 142k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3406.56/3417.09	c  3417s| 69200 |  1016 |  7457k|  94.2 |   233M | 408 |3212 |  17k|8379 |9182 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3407.46/3417.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3407.46/3417.93	c  3418s| 69300 |  1029 |  7460k|  94.1 |   233M | 408 |3212 |  17k|8379 |9182 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3408.35/3418.83	c  3419s| 69400 |  1030 |  7462k|  94.0 |   233M | 408 |3212 |  17k|8379 |9182 |  1 | 143k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3409.35/3419.80	c  3420s| 69500 |  1037 |  7465k|  94.0 |   233M | 408 |3212 |  17k|   0 |9182 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3410.25/3420.76	c  3421s| 69600 |  1030 |  7468k|  93.9 |   233M | 408 |3212 |  17k|   0 |9182 |  0 | 143k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3411.04/3421.57	c  3422s| 69700 |  1038 |  7471k|  93.8 |   233M | 408 |3212 |  17k|8380 |9184 |  2 | 144k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3412.14/3422.64	c  3423s| 69800 |  1049 |  7474k|  93.7 |   233M | 408 |3212 |  17k|8379 |9184 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3413.33/3423.88	c  3424s| 69900 |  1049 |  7478k|  93.7 |   233M | 408 |3212 |  17k|8379 |9185 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3414.43/3424.90	c  3425s| 70000 |  1051 |  7481k|  93.6 |   233M | 408 |3212 |  17k|8379 |9185 |  1 | 144k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3415.13/3425.69	c  3426s| 70100 |  1045 |  7484k|  93.5 |   233M | 408 |3212 |  17k|   0 |9185 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3416.12/3426.67	c  3427s| 70200 |  1044 |  7486k|  93.4 |   233M | 408 |3212 |  17k|   0 |9185 |  0 | 144k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3417.12/3427.69	c  3428s| 70300 |  1039 |  7489k|  93.3 |   233M | 408 |3212 |  17k|8379 |9186 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3418.22/3428.73	c  3429s| 70400 |  1040 |  7493k|  93.2 |   233M | 408 |3212 |  17k|   0 |9187 |  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3418.91/3429.48	c  3429s| 70500 |  1043 |  7496k|  93.2 |   233M | 408 |3212 |  17k|8379 |9187 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3419.71/3430.26	c  3430s| 70600 |  1039 |  7498k|  93.1 |   233M | 408 |3212 |  17k|8379 |9187 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3420.71/3431.20	c  3431s| 70700 |  1027 |  7501k|  93.0 |   233M | 408 |3212 |  17k|8379 |9191 |  1 | 145k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3421.61/3432.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3421.61/3432.13	c  3432s| 70800 |  1017 |  7504k|  92.9 |   233M | 408 |3212 |  17k|   0 |9191 |  0 | 145k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3422.90/3433.40	c  3433s| 70900 |  1014 |  7508k|  92.8 |   233M | 408 |3212 |  17k|8379 |9191 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3423.70/3434.27	c  3434s| 71000 |  1023 |  7511k|  92.8 |   233M | 408 |3212 |  17k|8379 |9193 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3424.60/3435.17	c  3435s| 71100 |  1023 |  7514k|  92.7 |   233M | 408 |3212 |  17k|8379 |9193 |  1 | 146k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3425.49/3436.08	c  3436s| 71200 |  1010 |  7516k|  92.6 |   233M | 408 |3212 |  17k|   0 |9193 |  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3426.29/3436.86	c  3437s| 71300 |  1012 |  7519k|  92.5 |   233M | 408 |3212 |  17k|   0 |9193 |  0 | 146k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3427.08/3437.69	c  3438s| 71400 |  1011 |  7521k|  92.4 |   233M | 408 |3212 |  17k|8379 |9193 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3428.18/3438.71	c  3439s| 71500 |  1013 |  7524k|  92.4 |   233M | 408 |3212 |  17k|8379 |9198 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3428.88/3439.50	c  3439s| 71600 |  1018 |  7527k|  92.3 |   233M | 408 |3212 |  17k|8379 |9199 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3429.77/3440.38	c  3440s| 71700 |  1030 |  7530k|  92.2 |   233M | 408 |3212 |  17k|8379 |9199 |  1 | 147k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3430.77/3441.31	c  3441s| 71800 |  1039 |  7533k|  92.1 |   233M | 408 |3212 |  17k|8379 |9199 |  1 | 148k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3431.57/3442.19	c  3442s| 71900 |  1039 |  7535k|  92.0 |   233M | 408 |3212 |  17k|   0 |9201 |  0 | 148k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3432.57/3443.12	c  3443s| 72000 |  1040 |  7538k|  92.0 |   233M | 408 |3212 |  17k|   0 |9202 |  0 | 148k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3433.26/3443.88	c  3444s| 72100 |  1036 |  7541k|  91.9 |   234M | 408 |3212 |  17k|   0 |9203 |  0 | 148k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3434.06/3444.65	c  3445s| 72200 |  1038 |  7543k|  91.8 |   234M | 408 |3212 |  17k|   0 |9204 |  0 | 148k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3434.85/3445.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3434.85/3445.46	c  3445s| 72300 |  1044 |  7546k|  91.7 |   234M | 408 |3212 |  17k|8379 |9205 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3435.56/3446.12	c  3446s| 72400 |  1041 |  7549k|  91.6 |   234M | 408 |3212 |  17k|8379 |9207 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3436.35/3446.91	c  3447s| 72500 |  1043 |  7552k|  91.6 |   234M | 408 |3212 |  17k|   0 |9208 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3437.25/3447.81	c  3448s| 72600 |  1032 |  7554k|  91.5 |   234M | 408 |3212 |  17k|   0 |9208 |  0 | 149k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3438.04/3448.63	c  3449s| 72700 |  1034 |  7557k|  91.4 |   234M | 408 |3212 |  17k|8380 |9212 |  2 | 149k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3438.74/3449.31	c  3449s| 72800 |  1036 |  7560k|  91.3 |   234M | 408 |3212 |  17k|8379 |9212 |  1 | 149k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3439.64/3450.20	c  3450s| 72900 |  1036 |  7563k|  91.3 |   234M | 408 |3212 |  17k|   0 |9212 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3440.54/3451.13	c  3451s| 73000 |  1035 |  7567k|  91.2 |   234M | 408 |3212 |  17k|8379 |9214 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3441.33/3451.92	c  3452s| 73100 |  1043 |  7570k|  91.1 |   234M | 408 |3212 |  17k|   0 |9215 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3442.13/3452.71	c  3453s| 73200 |  1045 |  7572k|  91.0 |   234M | 408 |3212 |  17k|8380 |9216 |  1 | 150k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3442.92/3453.54	c  3454s| 73300 |  1046 |  7575k|  91.0 |   234M | 408 |3212 |  17k|   0 |9218 |  0 | 150k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3443.72/3454.39	c  3454s| 73400 |  1042 |  7578k|  90.9 |   234M | 408 |3212 |  17k|8379 |9219 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3444.72/3455.33	c  3455s| 73500 |  1044 |  7581k|  90.8 |   234M | 408 |3212 |  17k|8380 |9225 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3445.42/3456.10	c  3456s| 73600 |  1044 |  7584k|  90.7 |   234M | 408 |3212 |  17k|8379 |9226 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3446.11/3456.76	c  3457s| 73700 |  1033 |  7586k|  90.7 |   234M | 408 |3212 |  17k|   0 |9226 |  0 | 151k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3446.91/3457.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3446.91/3457.50	c  3457s| 73800 |  1026 |  7589k|  90.6 |   234M | 408 |3212 |  17k|8379 |9227 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3447.71/3458.32	c  3458s| 73900 |  1020 |  7592k|  90.5 |   234M | 408 |3212 |  17k|8380 |9228 |  1 | 151k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3448.80/3459.40	c  3459s| 74000 |  1015 |  7596k|  90.4 |   234M | 408 |3212 |  17k|   0 |9228 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3449.70/3460.37	c  3460s| 74100 |  1017 |  7599k|  90.4 |   234M | 408 |3212 |  17k|8380 |9232 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3450.50/3461.14	c  3461s| 74200 |  1012 |  7602k|  90.3 |   234M | 408 |3212 |  17k|8379 |9238 |  1 | 152k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3451.50/3462.17	c  3462s| 74300 |  1004 |  7606k|  90.2 |   234M | 408 |3212 |  17k|   0 |9238 |  0 | 152k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3452.69/3463.31	c  3463s| 74400 |  1012 |  7609k|  90.2 |   234M | 408 |3212 |  17k|   0 |9239 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3453.58/3464.25	c  3464s| 74500 |  1018 |  7612k|  90.1 |   234M | 408 |3212 |  17k|8379 |9240 |  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3454.39/3465.04	c  3465s| 74600 |  1020 |  7615k|  90.0 |   234M | 408 |3212 |  17k|   0 |9241 |  0 | 153k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3455.28/3465.93	c  3466s| 74700 |  1022 |  7618k|  89.9 |   234M | 408 |3212 |  17k|8379 |9244 |  1 | 153k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3456.08/3466.72	c  3467s| 74800 |  1025 |  7621k|  89.9 |   234M | 408 |3212 |  17k|8380 |9246 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3456.87/3467.51	c  3468s| 74900 |  1028 |  7623k|  89.8 |   234M | 408 |3212 |  17k|   0 |9247 |  0 | 154k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3457.77/3468.49	c  3468s| 75000 |  1024 |  7626k|  89.7 |   234M | 408 |3212 |  17k|   0 |9247 |  0 | 154k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3458.77/3469.47	c  3469s| 75100 |  1023 |  7630k|  89.7 |   234M | 408 |3212 |  17k|8379 |9251 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3459.56/3470.21	c  3470s| 75200 |  1017 |  7633k|  89.6 |   234M | 408 |3212 |  17k|8379 |9251 |  1 | 154k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3460.46/3471.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3460.46/3471.11	c  3471s| 75300 |  1024 |  7635k|  89.5 |   234M | 408 |3212 |  17k|8379 |9251 |  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3461.16/3471.89	c  3472s| 75400 |  1025 |  7638k|  89.4 |   234M | 408 |3212 |  17k|8379 |9253 |  1 | 155k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3462.15/3472.80	c  3473s| 75500 |  1026 |  7641k|  89.4 |   234M | 408 |3212 |  17k|   0 |9253 |  0 | 155k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3462.95/3473.68	c  3474s| 75600 |  1034 |  7644k|  89.3 |   234M | 408 |3212 |  17k|   0 |9253 |  0 | 155k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3463.85/3474.53	c  3475s| 75700 |  1040 |  7647k|  89.2 |   234M | 408 |3212 |  17k|   0 |9253 |  0 | 155k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3464.94/3475.60	c  3476s| 75800 |  1037 |  7650k|  89.2 |   234M | 408 |3212 |  17k|   0 |9253 |  0 | 156k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3465.84/3476.51	c  3477s| 75900 |  1027 |  7653k|  89.1 |   234M | 408 |3212 |  17k|8379 |9253 |  1 | 156k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3466.84/3477.54	c  3478s| 76000 |  1027 |  7656k|  89.0 |   234M | 408 |3212 |  17k|8379 |9253 |  1 | 156k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3467.63/3478.39	c  3478s| 76100 |  1024 |  7659k|  89.0 |   234M | 408 |3212 |  17k|8379 |9253 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3468.63/3479.38	c  3479s| 76200 |  1022 |  7661k|  88.9 |   234M | 408 |3212 |  17k|8379 |9253 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3469.43/3480.16	c  3480s| 76300 |  1018 |  7664k|  88.8 |   234M | 408 |3212 |  17k|8379 |9253 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3470.22/3480.97	c  3481s| 76400 |  1024 |  7667k|  88.7 |   234M | 408 |3212 |  17k|8379 |9254 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3470.92/3481.63	c  3482s| 76500 |  1021 |  7669k|  88.7 |   234M | 408 |3212 |  17k|8379 |9254 |  1 | 157k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3471.72/3482.47	c  3482s| 76600 |  1023 |  7671k|  88.6 |   234M | 408 |3212 |  17k|8379 |9254 |  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3472.61/3483.32	c  3483s| 76700 |  1024 |  7674k|  88.5 |   234M | 408 |3212 |  17k|8379 |9257 |  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3473.61/3484.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3473.61/3484.34	c  3484s| 76800 |  1030 |  7678k|  88.4 |   234M | 408 |3212 |  17k|   0 |9264 |  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3474.51/3485.20	c  3485s| 76900 |  1027 |  7681k|  88.4 |   234M | 408 |3212 |  17k|8379 |9266 |  1 | 158k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3475.31/3486.07	c  3486s| 77000 |  1029 |  7684k|  88.3 |   234M | 408 |3212 |  17k|   0 |9268 |  0 | 158k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3476.10/3486.86	c  3487s| 77100 |  1029 |  7686k|  88.2 |   234M | 408 |3212 |  17k|8379 |9271 |  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3476.90/3487.67	c  3488s| 77200 |  1030 |  7689k|  88.2 |   234M | 408 |3212 |  17k|8379 |9271 |  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3477.89/3488.61	c  3489s| 77300 |  1023 |  7692k|  88.1 |   234M | 408 |3212 |  17k|8379 |9273 |  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3478.79/3489.52	c  3490s| 77400 |  1021 |  7694k|  88.0 |   234M | 408 |3212 |  17k|   0 |9276 |  0 | 159k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3479.59/3490.39	c  3490s| 77500 |  1031 |  7697k|  88.0 |   234M | 408 |3212 |  17k|8380 |9277 |  1 | 159k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3480.48/3491.21	c  3491s| 77600 |  1031 |  7700k|  87.9 |   234M | 408 |3212 |  17k|8379 |9278 |  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3481.39/3492.15	c  3492s| 77700 |  1036 |  7703k|  87.8 |   234M | 408 |3212 |  17k|8380 |9279 |  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3482.28/3493.02	c  3493s| 77800 |  1038 |  7705k|  87.7 |   234M | 408 |3212 |  17k|8379 |9280 |  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3483.28/3494.06	c  3494s| 77900 |  1047 |  7708k|  87.7 |   234M | 408 |3212 |  17k|8379 |9280 |  1 | 160k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3484.28/3495.08	c  3495s| 78000 |  1036 |  7711k|  87.6 |   234M | 408 |3212 |  17k|8379 |9281 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3485.27/3496.04	c  3496s| 78100 |  1038 |  7715k|  87.6 |   234M | 408 |3212 |  17k|8379 |9282 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3486.16/3496.95	c  3497s| 78200 |  1032 |  7717k|  87.5 |   234M | 408 |3212 |  17k|8380 |9284 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3487.16/3497.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3487.16/3497.94	c  3498s| 78300 |  1041 |  7720k|  87.4 |   234M | 408 |3212 |  17k|8379 |9286 |  1 | 161k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3488.16/3498.97	c  3499s| 78400 |  1046 |  7723k|  87.3 |   234M | 408 |3212 |  17k|8379 |9287 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3489.05/3499.86	c  3500s| 78500 |  1050 |  7726k|  87.3 |   234M | 408 |3212 |  17k|   0 |9288 |  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3489.95/3500.73	c  3501s| 78600 |  1042 |  7729k|  87.2 |   234M | 408 |3212 |  17k|   0 |9290 |  0 | 162k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3490.95/3501.71	c  3502s| 78700 |  1053 |  7732k|  87.2 |   234M | 408 |3212 |  17k|8379 |9290 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3491.74/3502.59	c  3503s| 78800 |  1056 |  7736k|  87.1 |   234M | 408 |3212 |  17k|8380 |9292 |  1 | 162k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3492.64/3503.44	c  3503s| 78900 |  1056 |  7739k|  87.0 |   234M | 408 |3212 |  17k|8379 |9292 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3493.24/3504.09	c  3504s| 79000 |  1053 |  7741k|  87.0 |   234M | 408 |3212 |  17k|   0 |9292 |  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3494.13/3504.98	c  3505s| 79100 |  1057 |  7743k|  86.9 |   234M | 408 |3212 |  17k|8379 |9292 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3495.23/3506.04	c  3506s| 79200 |  1056 |  7747k|  86.8 |   234M | 408 |3212 |  17k|   0 |9296 |  0 | 163k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3496.13/3506.95	c  3507s| 79300 |  1060 |  7750k|  86.8 |   234M | 408 |3212 |  17k|8379 |9296 |  1 | 163k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3497.33/3508.11	c  3508s| 79400 |  1067 |  7754k|  86.7 |   234M | 408 |3212 |  17k|8379 |9298 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3498.12/3508.96	c  3509s| 79500 |  1057 |  7757k|  86.6 |   234M | 408 |3212 |  17k|   0 |9298 |  0 | 164k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3499.12/3509.90	c  3510s| 79600 |  1051 |  7761k|  86.6 |   234M | 408 |3212 |  17k|8379 |9303 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3500.32/3511.13	c  3511s| 79700 |  1065 |  7765k|  86.5 |   234M | 408 |3212 |  17k|8379 |9303 |  1 | 164k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3501.21/3512.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3501.21/3512.04	c  3512s| 79800 |  1067 |  7768k|  86.5 |   234M | 408 |3212 |  17k|   0 |9304 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3502.10/3512.91	c  3513s| 79900 |  1067 |  7771k|  86.4 |   234M | 408 |3212 |  17k|8379 |9305 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3503.00/3513.85	c  3514s| 80000 |  1060 |  7774k|  86.4 |   234M | 408 |3212 |  17k|8379 |9305 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3504.00/3514.81	c  3515s| 80100 |  1062 |  7778k|  86.3 |   234M | 408 |3212 |  17k|8379 |9305 |  1 | 165k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3504.70/3515.58	c  3516s| 80200 |  1061 |  7781k|  86.2 |   234M | 408 |3212 |  17k|   0 |9306 |  0 | 165k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3505.69/3516.59	c  3517s| 80300 |  1051 |  7784k|  86.2 |   235M | 408 |3212 |  17k|   0 |9306 |  0 | 166k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3506.59/3517.41	c  3517s| 80400 |  1049 |  7787k|  86.1 |   235M | 408 |3212 |  17k|8379 |9307 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3507.09/3517.99	c  3518s| 80500 |  1051 |  7789k|  86.0 |   235M | 408 |3212 |  17k|8379 |9307 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3507.88/3518.71	c  3519s| 80600 |  1056 |  7792k|  86.0 |   235M | 408 |3212 |  17k|8379 |9307 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3508.68/3519.56	c  3520s| 80700 |  1058 |  7795k|  85.9 |   235M | 408 |3212 |  17k|8379 |9309 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3509.48/3520.33	c  3520s| 80800 |  1053 |  7798k|  85.9 |   235M | 408 |3212 |  17k|8379 |9309 |  1 | 166k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3510.47/3521.33	c  3521s| 80900 |  1063 |  7802k|  85.8 |   235M | 408 |3212 |  17k|8380 |9311 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3511.18/3522.09	c  3522s| 81000 |  1051 |  7804k|  85.7 |   235M | 408 |3212 |  17k|   0 |9312 |  0 | 167k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3512.17/3523.04	c  3523s| 81100 |  1051 |  7807k|  85.7 |   235M | 408 |3212 |  17k|8379 |9312 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3512.96/3523.87	c  3524s| 81200 |  1057 |  7810k|  85.6 |   235M | 408 |3212 |  17k|8380 |9314 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3513.66/3524.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3513.66/3524.54	c  3525s| 81300 |  1054 |  7812k|  85.5 |   235M | 408 |3212 |  17k|8379 |9314 |  1 | 167k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3514.46/3525.31	c  3525s| 81400 |  1051 |  7815k|  85.5 |   235M | 408 |3212 |  17k|   0 |9314 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3515.36/3526.21	c  3526s| 81500 |  1051 |  7818k|  85.4 |   235M | 408 |3212 |  17k|   0 |9317 |  0 | 168k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3516.35/3527.20	c  3527s| 81600 |  1060 |  7821k|  85.3 |   235M | 408 |3212 |  17k|8379 |9317 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3517.35/3528.23	c  3528s| 81700 |  1055 |  7825k|  85.3 |   235M | 408 |3212 |  17k|8379 |9319 |  1 | 168k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3518.34/3529.25	c  3529s| 81800 |  1053 |  7828k|  85.2 |   235M | 408 |3212 |  17k|8379 |9322 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3519.25/3530.15	c  3530s| 81900 |  1052 |  7831k|  85.2 |   235M | 408 |3212 |  17k|8380 |9325 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3520.24/3531.13	c  3531s| 82000 |  1048 |  7834k|  85.1 |   235M | 408 |3212 |  17k|8379 |9327 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3521.03/3531.95	c  3532s| 82100 |  1049 |  7837k|  85.1 |   235M | 408 |3212 |  17k|   0 |9330 |  0 | 169k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3522.03/3532.96	c  3533s| 82200 |  1050 |  7841k|  85.0 |   235M | 408 |3212 |  17k|8379 |9330 |  1 | 169k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3523.13/3534.01	c  3534s| 82300 |  1042 |  7844k|  84.9 |   235M | 408 |3212 |  17k|8379 |9330 |  1 | 170k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3524.02/3534.97	c  3535s| 82400 |  1041 |  7848k|  84.9 |   235M | 408 |3212 |  17k|   0 |9334 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3524.82/3535.77	c  3536s| 82500 |  1034 |  7850k|  84.8 |   235M | 408 |3212 |  17k|   0 |9334 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3525.82/3536.78	c  3537s| 82600 |  1041 |  7854k|  84.8 |   235M | 408 |3212 |  17k|   0 |9335 |  0 | 170k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3526.81/3537.74	c  3538s| 82700 |  1037 |  7857k|  84.7 |   235M | 408 |3212 |  17k|   0 |9335 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3527.91/3538.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3527.91/3538.89	c  3539s| 82800 |  1031 |  7861k|  84.7 |   235M | 408 |3212 |  17k|   0 |9337 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3528.81/3539.79	c  3540s| 82900 |  1035 |  7864k|  84.6 |   235M | 408 |3212 |  17k|8379 |9339 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3529.70/3540.62	c  3541s| 83000 |  1035 |  7866k|  84.5 |   235M | 408 |3212 |  17k|8379 |9343 |  1 | 171k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3530.60/3541.58	c  3542s| 83100 |  1035 |  7870k|  84.5 |   235M | 408 |3212 |  17k|   0 |9348 |  0 | 171k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3531.79/3542.74	c  3543s| 83200 |  1037 |  7874k|  84.4 |   235M | 408 |3212 |  17k|8379 |9349 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3532.59/3543.57	c  3544s| 83300 |  1041 |  7877k|  84.4 |   235M | 408 |3212 |  17k|   0 |9349 |  0 | 172k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3533.39/3544.35	c  3544s| 83400 |  1036 |  7879k|  84.3 |   235M | 408 |3212 |  17k|8379 |9351 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3534.48/3545.46	c  3545s| 83500 |  1035 |  7882k|  84.3 |   235M | 408 |3212 |  17k|8379 |9351 |  1 | 172k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3535.48/3546.47	c  3546s| 83600 |  1038 |  7885k|  84.2 |   235M | 408 |3212 |  17k|   0 |9352 |  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3536.48/3547.41	c  3547s| 83700 |  1030 |  7888k|  84.1 |   235M | 408 |3212 |  17k|   0 |9357 |  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3538.57/3549.52	c  3550s| 83800 |  1042 |  7892k|  84.1 |   235M | 408 |3212 |  17k|8379 |9358 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3539.47/3550.47	c  3550s| 83900 |  1034 |  7895k|  84.0 |   235M | 408 |3212 |  17k|8379 |9358 |  1 | 173k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3540.17/3551.14	c  3551s| 84000 |  1031 |  7897k|  84.0 |   235M | 408 |3212 |  17k|   0 |9358 |  0 | 173k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3540.96/3551.92	c  3552s| 84100 |  1034 |  7900k|  83.9 |   235M | 408 |3212 |  17k|8379 |9358 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3541.76/3552.74	c  3553s| 84200 |  1032 |  7902k|  83.8 |   235M | 408 |3212 |  17k|8379 |9358 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3542.46/3553.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3542.46/3553.43	c  3553s| 84300 |  1030 |  7905k|  83.8 |   235M | 408 |3212 |  17k|8379 |9358 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3543.25/3554.20	c  3554s| 84400 |  1029 |  7907k|  83.7 |   235M | 408 |3212 |  17k|   0 |9358 |  0 | 174k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3544.25/3555.25	c  3555s| 84500 |  1025 |  7910k|  83.7 |   235M | 408 |3212 |  17k|8380 |9360 |  1 | 174k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3545.15/3556.11	c  3556s| 84600 |  1030 |  7913k|  83.6 |   235M | 408 |3212 |  17k|8379 |9360 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3545.84/3556.83	c  3557s| 84700 |  1025 |  7916k|  83.5 |   235M | 408 |3212 |  17k|   0 |9360 |  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3546.54/3557.53	c  3558s| 84800 |  1024 |  7918k|  83.5 |   235M | 408 |3212 |  17k|   0 |9360 |  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3547.44/3558.40	c  3558s| 84900 |  1026 |  7921k|  83.4 |   235M | 408 |3212 |  17k|   0 |9360 |  0 | 175k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3548.14/3559.16	c  3559s| 85000 |  1026 |  7924k|  83.4 |   235M | 408 |3212 |  17k|8379 |9361 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3549.14/3560.10	c  3560s| 85100 |  1026 |  7928k|  83.3 |   235M | 408 |3212 |  17k|8379 |9363 |  1 | 175k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3549.93/3560.95	c  3561s| 85200 |  1020 |  7931k|  83.3 |   235M | 408 |3212 |  17k|   0 |9364 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3550.72/3561.71	c  3562s| 85300 |  1021 |  7933k|  83.2 |   235M | 408 |3212 |  17k|   0 |9364 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3551.42/3562.41	c  3562s| 85400 |  1021 |  7936k|  83.1 |   235M | 408 |3212 |  17k|   0 |9365 |  0 | 176k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3552.22/3563.21	c  3563s| 85500 |  1019 |  7939k|  83.1 |   235M | 408 |3212 |  17k|8380 |9366 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3553.02/3564.01	c  3564s| 85600 |  1015 |  7942k|  83.0 |   235M | 408 |3212 |  17k|8379 |9367 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3553.81/3564.82	c  3565s| 85700 |  1023 |  7944k|  83.0 |   235M | 408 |3212 |  17k|8379 |9367 |  1 | 176k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3554.61/3565.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3554.61/3565.65	c  3566s| 85800 |  1020 |  7948k|  82.9 |   235M | 408 |3212 |  17k|8379 |9369 |  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3555.61/3566.64	c  3567s| 85900 |  1017 |  7951k|  82.9 |   235M | 408 |3212 |  17k|8379 |9370 |  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3556.60/3567.61	c  3568s| 86000 |  1026 |  7955k|  82.8 |   235M | 408 |3212 |  17k|8379 |9372 |  1 | 177k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3557.50/3568.59	c  3569s| 86100 |  1025 |  7959k|  82.8 |   235M | 408 |3212 |  17k|   0 |9377 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3558.50/3569.54	c  3570s| 86200 |  1023 |  7962k|  82.7 |   235M | 408 |3212 |  17k|   0 |9379 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3559.29/3570.33	c  3570s| 86300 |  1020 |  7965k|  82.6 |   235M | 408 |3212 |  17k|   0 |9385 |  0 | 177k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3559.89/3570.99	c  3571s| 86400 |  1017 |  7967k|  82.6 |   235M | 408 |3212 |  17k|8379 |9394 |  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3560.79/3571.84	c  3572s| 86500 |  1017 |  7969k|  82.5 |   235M | 408 |3212 |  17k|8379 |9396 |  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3561.68/3572.77	c  3573s| 86600 |  1019 |  7973k|  82.5 |   235M | 408 |3212 |  17k|   0 |9396 |  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3562.58/3573.62	c  3574s| 86700 |  1034 |  7977k|  82.4 |   235M | 408 |3212 |  17k|8379 |9399 |  1 | 178k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3563.38/3574.42	c  3574s| 86800 |  1028 |  7980k|  82.4 |   235M | 408 |3212 |  17k|   0 |9400 |  0 | 178k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3564.17/3575.23	c  3575s| 86900 |  1022 |  7982k|  82.3 |   236M | 408 |3212 |  17k|8379 |9400 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3564.98/3576.00	c  3576s| 87000 |  1023 |  7985k|  82.3 |   236M | 408 |3212 |  17k|   0 |9403 |  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3565.57/3576.65	c  3577s| 87100 |  1011 |  7987k|  82.2 |   236M | 408 |3212 |  17k|8380 |9407 |  2 | 179k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3566.47/3577.53	c  3578s| 87200 |  1014 |  7991k|  82.1 |   236M | 408 |3212 |  17k|   0 |9407 |  0 | 179k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3567.46/3578.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3567.46/3578.51	c  3579s| 87300 |  1005 |  7994k|  82.1 |   236M | 408 |3212 |  17k|8379 |9410 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3568.36/3579.49	c  3579s| 87400 |  1013 |  7998k|  82.0 |   236M | 408 |3212 |  17k|8379 |9412 |  1 | 179k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3569.26/3580.33	c  3580s| 87500 |  1012 |  8001k|  82.0 |   236M | 408 |3212 |  17k|8380 |9412 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3570.25/3581.31	c  3581s| 87600 |  1011 |  8005k|  82.0 |   236M | 408 |3212 |  17k|   0 |9412 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3570.95/3582.08	c  3582s| 87700 |  1008 |  8008k|  81.9 |   236M | 408 |3212 |  17k|8380 |9412 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3571.75/3582.89	c  3583s| 87800 |  1015 |  8011k|  81.8 |   236M | 408 |3212 |  17k|8380 |9412 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3572.54/3583.69	c  3584s| 87900 |  1008 |  8014k|  81.8 |   236M | 408 |3212 |  17k|   0 |9412 |  0 | 180k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3573.54/3584.61	c  3585s| 88000 |  1007 |  8017k|  81.7 |   236M | 408 |3212 |  17k|8380 |9412 |  1 | 180k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3574.34/3585.49	c  3585s| 88100 |  1009 |  8021k|  81.7 |   236M | 408 |3212 |  17k|   0 |9412 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3575.33/3586.42	c  3586s| 88200 |  1010 |  8024k|  81.6 |   236M | 408 |3212 |  17k|   0 |9412 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3576.13/3587.28	c  3587s| 88300 |  1010 |  8027k|  81.6 |   236M | 408 |3212 |  17k|   0 |9412 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3577.13/3588.27	c  3588s| 88400 |  1007 |  8030k|  81.5 |   236M | 408 |3212 |  17k|   0 |9412 |  0 | 181k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3577.93/3589.02	c  3589s| 88500 |  1001 |  8033k|  81.5 |   236M | 408 |3212 |  17k|8379 |9412 |  1 | 181k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3578.72/3589.86	c  3590s| 88600 |  1006 |  8036k|  81.4 |   236M | 408 |3212 |  17k|8379 |9412 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3580.02/3591.13	c  3591s| 88700 |  1000 |  8040k|  81.4 |   236M | 408 |3212 |  17k|   0 |9412 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3581.02/3592.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3581.02/3592.12	c  3592s| 88800 |  1005 |  8044k|  81.3 |   236M | 408 |3212 |  17k|   0 |9415 |  0 | 182k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3581.91/3593.10	c  3593s| 88900 |  1005 |  8047k|  81.3 |   236M | 408 |3212 |  17k|8379 |9416 |  1 | 182k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3582.91/3594.02	c  3594s| 89000 |  1012 |  8050k|  81.2 |   236M | 408 |3212 |  17k|8379 |9416 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3583.60/3594.76	c  3595s| 89100 |  1006 |  8053k|  81.2 |   236M | 408 |3212 |  17k|8379 |9416 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3584.50/3595.67	c  3596s| 89200 |  1007 |  8056k|  81.1 |   236M | 408 |3212 |  17k|8379 |9416 |  1 | 183k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3585.40/3596.54	c  3597s| 89300 |  1008 |  8059k|  81.1 |   236M | 408 |3212 |  17k|   0 |9417 |  0 | 183k|  22 | 0.000000e+00 |      --      |    Inf | unknown
3585.79/3597.00	c 
3585.79/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.79/3597.00	c Solving Time (sec) : 3597.00
3585.79/3597.00	c Solving Nodes      : 89366 (total of 98429 nodes in 2 runs)
3585.79/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.79/3597.00	c Dual Bound         : +0.00000000000000e+00
3585.79/3597.00	c Gap                : infinite
3585.79/3597.00	s UNKNOWN
3585.79/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.79/3597.00	c Total Time         :    3597.00
3585.79/3597.00	c   solving          :    3597.00
3585.79/3597.00	c   presolving       :       0.29 (included in solving)
3585.79/3597.00	c   reading          :       0.02 (included in solving)
3585.79/3597.00	c   copying          :       1.31 (110 #copies) (minimal 0.01, maximal 0.05, average 0.01)
3585.79/3597.00	c Original Problem   :
3585.79/3597.00	c   Problem name     : HOME/instance-4513197-1751219232.opb
3585.79/3597.00	c   Variables        : 4128 (4128 binary, 0 integer, 0 continuous)
3585.79/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.79/3597.00	c   Constraints      : 8704 initial, 8704 maximal
3585.79/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.79/3597.00	c Presolved Problem  :
3585.79/3597.00	c   Problem name     : t_HOME/instance-4513197-1751219232.opb
3585.79/3597.00	c   Variables        : 3212 (3212 binary, 0 integer, 0 continuous)
3585.79/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.79/3597.00	c   Constraints      : 8076 initial, 17882 maximal
3585.79/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.79/3597.00	c   Nonzeros         : 39241 constraint, 1312 clique table
3585.79/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.79/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   gateextraction   :       0.01       0.00      6          0          0          0          0          0         96         32          0          0
3585.79/3597.00	c   implics          :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   milp             :       0.03       0.00      1          2         78          0          0          0          0          0          0          0
3585.79/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   trivial          :       0.00       0.00     19         70          0          0          0          0          0          0          0          0
3585.79/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   dualfix          :       0.00       0.00     19          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   probing          :       0.08       0.00      1          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   symmetry         :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   knapsack         :       0.00       0.00     18          0          0          0          0          0          1          3          1          6
3585.79/3597.00	c   setppc           :       0.00       0.00     20          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   and              :       0.00       0.00     19          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   xor              :       0.00       0.00     29          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   linear           :       0.09       0.00     29        689         77          0        689          0       2471       1447        113          0
3585.79/3597.00	c   logicor          :       0.05       0.01     23          0          0          0          0          0        572          0          0         43
3585.79/3597.00	c   components       :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3585.79/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.79/3597.00	c   integral         :          0          0          0          0      59360          0          0       5997          0          0          0          0          0          0     118720
3585.79/3597.00	c   knapsack         :         56+        61         11     944372          0          0          0          0     152194         90      17058         82         10          0          0
3585.79/3597.00	c   setppc           :        108        108         11     684399          0          0          0          0     275181         19       2081          1          0          0          0
3585.79/3597.00	c   and              :         32         32      10312     307450          0          0          0       5992     374388          2       1770       1198       1125          0          0
3585.79/3597.00	c   xor              :          1          1         22     300542          0          0          0        526          3          4          0          0          0          0          0
3585.79/3597.00	c   linear           :       1261+      1271         23    1040395          0          0          0        527   27890482      35852    4477752          0          0          0          0
3585.79/3597.00	c   logicor          :       6618+     16418         22     796495          0          0          0          0    8207348      13164    1691720         21          8          0          0
3585.79/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.79/3597.00	c   integral         :      22.24       0.00       0.00       0.00      22.00       0.00       0.00       0.25       0.00       0.00
3585.79/3597.00	c   knapsack         :       1.83       0.00       0.00       1.33       0.00       0.00       0.00       0.00       0.49       0.00
3585.79/3597.00	c   setppc           :       0.38       0.00       0.00       0.24       0.00       0.00       0.00       0.00       0.13       0.00
3585.79/3597.00	c   and              :       0.34       0.00       0.08       0.09       0.00       0.00       0.00       0.01       0.16       0.00
3585.79/3597.00	c   xor              :       0.81       0.00       0.00       0.80       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c   linear           :     106.22       0.00       0.00      87.46       0.00       0.00       0.00       0.00      18.75       0.00
3585.79/3597.00	c   logicor          :     152.02       0.01       0.02     143.84       0.00       0.00       0.00       0.00       8.15       0.00
3585.79/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.79/3597.00	c   dualfix          :          2          0          0          0
3585.79/3597.00	c   genvbounds       :          0          0          0          0
3585.79/3597.00	c   nlobbt           :          0          0          0          0
3585.79/3597.00	c   obbt             :          0          0          0          0
3585.79/3597.00	c   probing          :          0          0          0          0
3585.79/3597.00	c   pseudoobj        :          0          0          0          0
3585.79/3597.00	c   redcost          :          0          0          0          0
3585.79/3597.00	c   rootredcost      :          0          0          0          0
3585.79/3597.00	c   symmetry         :          0          0          0          0
3585.79/3597.00	c   vbounds          :     282644          0          0          0
3585.79/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.79/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.79/3597.00	c   probing          :       0.08       0.00       0.08       0.00       0.00       0.00
3585.79/3597.00	c   pseudoobj        :       0.13       0.00       0.00       0.13       0.00       0.00
3585.79/3597.00	c   redcost          :       0.05       0.00       0.00       0.05       0.00       0.00
3585.79/3597.00	c   rootredcost      :       0.06       0.00       0.00       0.06       0.00       0.00
3585.79/3597.00	c   symmetry         :       0.14       0.00       0.01       0.12       0.00       0.00
3585.79/3597.00	c   vbounds          :       4.88       0.00       0.00       4.88       0.00       0.00
3585.79/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.79/3597.00	c   propagation      :     211.21      20659      20659          -    4521528      534.7      11293       18.7          -          -          -
3585.79/3597.00	c   infeasible LP    :      15.60       1063       1045          -     255683      635.9        156       19.8        304      310.8          0
3585.79/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.79/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.79/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.79/3597.00	c   applied globally :       1.40          -          -          0     183320      245.6          -          -        304          -          -
3585.79/3597.00	c   applied locally  :          -          -          -          0          1        8.0          -          -          0          -          -
3585.79/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.79/3597.00	c   cut pool         :       0.89          -       9331         42          -          -      11633     696524          -          -          -          -          -    (maximal pool size:       4553)
3585.79/3597.00	c   aggregation      :       0.35       0.00         60         22          0          0       7585     412540         60     137795     137756         39          0
3585.79/3597.00	c   > cmir           :          -          -          -          -          -          -          -     127315          0      23241      23241          0          -
3585.79/3597.00	c   > flowcover      :          -          -          -          -          -          -          -     146332          0      53416      53416          0          -
3585.79/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -     138893         60      61138      61099         39          -
3585.79/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   clique           :       0.03       0.00         22         22          0          0         18       1884          0        282        282          0          0
3585.79/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   gomory           :      17.61       0.00         58         20          0          0       2672     146000         76      10638      10631          7          0
3585.79/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -      56919         38       6992       6985          7          -
3585.79/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      89081         38       3646       3646          0          -
3585.79/3597.00	c   impliedbounds    :       0.01       0.00         60         22          0          0        913      72420          0      35668      35668          0          0
3585.79/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   multilinear      :       0.00       0.00        281         22          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   rapidlearning    :      12.27       0.00        100          2          0         28          0          0          0          0          0          0        125
3585.79/3597.00	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3585.79/3597.00	c   zerohalf         :       1.29       0.00         59         22          0          0        705      63680        124      31343      31236        107          0
3585.79/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.79/3597.00	c   hybrid           :       1.29       0.00       4628         22     216891          0     481195       4348          0       6474
3585.79/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.79/3597.00	c   problem variables:       0.00          -          0          0
3585.79/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.79/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c   relpscost        :      21.93       0.00      59360          0          0          0          0          0          0     118720
3585.79/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.79/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.79/3597.00	c   LP solutions     :       0.00          -          -          0          0
3585.79/3597.00	c   relax solutions  :       0.00          -          -          0          0
3585.79/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3585.79/3597.00	c   strong branching :       0.00          -          -          0          0
3585.79/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3585.79/3597.00	c   adaptivediving   :      25.36       0.00          9          0          0
3585.79/3597.00	c   alns             :       6.95       0.00         10          0          0
3585.79/3597.00	c   bound            :       0.00       0.00          0          0          0
3585.79/3597.00	c   clique           :       0.02       0.00          1          0          0
3585.79/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3585.79/3597.00	c   completesol      :       0.00       0.00          0          0          0
3585.79/3597.00	c   conflictdiving   :     377.97       0.00        168          0          0
3585.79/3597.00	c   crossover        :       0.02       0.00          0          0          0
3585.79/3597.00	c   dins             :       0.00       0.00          0          0          0
3585.79/3597.00	c   distributiondivin:     147.05       0.00         45          0          0
3585.79/3597.00	c   dks              :       0.00       0.00          0          0          0
3585.79/3597.00	c   dps              :       0.00       0.00          0          0          0
3585.79/3597.00	c   dualval          :       0.00       0.00          0          0          0
3585.79/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3585.79/3597.00	c   feaspump         :      32.87       0.00          7          0          0
3585.79/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3585.79/3597.00	c   fracdiving       :     149.82       0.00         42          0          0
3585.79/3597.00	c   gins             :       0.02       0.00          0          0          0
3585.79/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3585.79/3597.00	c   indicator        :       0.00       0.00          0          0          0
3585.79/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3585.79/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3585.79/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3585.79/3597.00	c   linesearchdiving :     138.14       0.00         39          0          0
3585.79/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3585.79/3597.00	c   locks            :       0.04       0.00          1          0          0
3585.79/3597.00	c   lpface           :       0.56       0.00          0          0          0
3585.79/3597.00	c   mpec             :       0.00       0.00          0          0          0
3585.79/3597.00	c   multistart       :       0.00       0.00          0          0          0
3585.79/3597.00	c   mutation         :       0.00       0.00          0          0          0
3585.79/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3585.79/3597.00	c   objpscostdiving  :     460.86       0.00          3          0          0
3585.79/3597.00	c   octane           :       0.00       0.00          0          0          0
3585.79/3597.00	c   ofins            :       0.00       0.00          0          0          0
3585.79/3597.00	c   oneopt           :       0.03       0.00          0          0          0
3585.79/3597.00	c   padm             :       0.00       0.00          0          0          0
3585.79/3597.00	c   proximity        :       0.00       0.00          0          0          0
3585.79/3597.00	c   pscostdiving     :     173.80       0.00         31          0          0
3585.79/3597.00	c   randrounding     :       0.46       0.00       1817          0          0
3585.79/3597.00	c   rens             :       0.00       0.00          0          0          0
3585.79/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3585.79/3597.00	c   repair           :       0.00       0.00          0          0          0
3585.79/3597.00	c   rins             :       0.02       0.00          0          0          0
3585.79/3597.00	c   rootsoldiving    :      18.82       0.00          8          0          0
3585.79/3597.00	c   rounding         :       0.63       0.00       3497          0          0
3585.79/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3585.79/3597.00	c   shiftandpropagate:       0.03       0.00          2          0          0
3585.79/3597.00	c   shifting         :       1.24       0.00       1393          0          0
3585.79/3597.00	c   simplerounding   :       0.03       0.00          0          0          0
3585.79/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3585.79/3597.00	c   trivial          :       0.00       0.00          4          0          0
3585.79/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3585.79/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3585.79/3597.00	c   trysol           :       0.01       0.00          0          0          0
3585.79/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3585.79/3597.00	c   undercover       :       0.00       0.00          1          0          0
3585.79/3597.00	c   vbounds          :       0.00       0.00          0          0          0
3585.79/3597.00	c   veclendiving     :     144.61       0.00         82          0          0
3585.79/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3585.79/3597.00	c   zirounding       :       0.20       0.00       1000          0          0
3585.79/3597.00	c   other solutions  :          -          -          -          0          -
3585.79/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.79/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.79/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.79/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.79/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.79/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.79/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.79/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.79/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3585.79/3597.00	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3585.79/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.79/3597.00	c   primal LP        :       1.32       1147          0       0.00       0.00       1.32       1147
3585.79/3597.00	c   dual LP          :    1501.58      65046    5929642      91.84    3948.93       0.98        478
3585.79/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3585.79/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.79/3597.00	c   resolve instable :       0.01          1        159     159.00          -
3585.79/3597.00	c   diving/probing LP:    1652.03       4244    2131294     502.19    1290.11
3585.79/3597.00	c   strong branching :      10.33         22      20145     915.68    1951.02          -          -         38
3585.79/3597.00	c     (at root node) :          -         22      20145     915.68          -
3585.79/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3585.79/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3585.79/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3585.79/3597.00	c B&B Tree           :
3585.79/3597.00	c   number of runs   :          2
3585.79/3597.00	c   nodes            :      89366 (50325 internal, 39041 leaves)
3585.79/3597.00	c   feasible leaves  :          0
3585.79/3597.00	c   infeas. leaves   :      39040
3585.79/3597.00	c   objective leaves :          0
3585.79/3597.00	c   nodes (total)    :      98429 (59360 internal, 39069 leaves)
3585.79/3597.00	c   nodes left       :       1008
3585.79/3597.00	c   max depth        :        408
3585.79/3597.00	c   max depth (total):        408
3585.79/3597.00	c   backtracks       :      24409 (27.3%)
3585.79/3597.00	c   early backtracks :          0 (0.0%)
3585.79/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3585.79/3597.00	c   delayed cutoffs  :      10278
3585.79/3597.00	c   repropagations   :      25045 (1037963 domain reductions, 8834 cutoffs)
3585.79/3597.00	c   avg switch length:       3.27
3585.79/3597.00	c   switching time   :      18.99
3585.79/3597.00	c Root Node          :
3585.79/3597.00	c   First LP value   : +0.00000000000000e+00
3585.79/3597.00	c   First LP Iters   :        909 (29120.62 Iter/sec)
3585.79/3597.00	c   First LP Time    :       0.03
3585.79/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3585.79/3597.00	c   Final Root Iters :      83834
3585.79/3597.00	c   Root LP Estimate : +2.83400479199623e-01
3585.79/3597.00	c Solution           :
3585.79/3597.00	c   Solutions found  :          0 (0 improvements)
3585.79/3597.00	c   Primal Bound     :          -
3585.79/3597.00	c   Dual Bound       : +0.00000000000000e+00
3585.79/3597.00	c   Gap              :   infinite
3585.79/3597.00	c Integrals          :      Total       Avg%
3585.79/3597.00	c   primal-dual      :  359699.85     100.00
3585.79/3597.00	c   primal-ref       :          -          - (not evaluated)
3585.79/3597.00	c   dual-ref         :          -          - (not evaluated)
3585.90/3597.05	c Time complete (sec):   3585.960

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62509 MiB free)
  memory of node 1: 64465 MiB (63821 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513197-1751219232/watcher-4513197-1751219232 -o /tmp/evaluation-result-4513197-1751219232/solver-4513197-1751219232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28671 --watchdog 3760 pbsolver -f HOME/instance-4513197-1751219232.opb -t 3600 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29159, runsolver pid=29156

[startup+0.100064 s]*
/proc/loadavg: 4.05 4.08 4.09 5/264 29160
/proc/meminfo: memFree=129322544/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=51932 memory=42428 CPUtime=0.09 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 10024 0 0 0 8 1 0 0 20 0 1 0 37600736 53178368 10607 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 12983 10607 2528 2575 0 9890 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51932 KiB
Current children cumulated memory: 42428 KiB

[startup+0.205466 s]*
/proc/loadavg: 4.05 4.08 4.09 5/264 29160
/proc/meminfo: memFree=129322544/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=55576 memory=46268 CPUtime=0.19 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 10942 0 0 0 18 1 0 0 20 0 1 0 37600736 56909824 11567 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 13894 11567 2560 2575 0 10801 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 55576 KiB
Current children cumulated memory: 46268 KiB

[startup+0.305391 s]*
/proc/loadavg: 4.05 4.08 4.09 5/264 29160
/proc/meminfo: memFree=129306668/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=79720 memory=66156 CPUtime=0.29 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 16282 0 0 0 27 2 0 0 20 0 1 0 37600736 81633280 16539 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 19930 16539 2656 2575 0 16837 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 79720 KiB
Current children cumulated memory: 66156 KiB

[startup+0.700171 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29160
/proc/meminfo: memFree=129298612/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=110324 memory=94236 CPUtime=0.66 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 26106 0 0 0 63 3 0 0 20 0 1 0 37600736 112971776 23559 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 27581 23559 2688 2575 0 24488 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 110324 KiB
Current children cumulated memory: 94236 KiB

[startup+1.50011 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29160
/proc/meminfo: memFree=129266360/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=110324 memory=94236 CPUtime=1.46 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 26131 0 0 0 143 3 0 0 20 0 1 0 37600736 112971776 23559 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 27581 23559 2688 2575 0 24488 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 110324 KiB
Current children cumulated memory: 94236 KiB

[startup+3.10523 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 29160
/proc/meminfo: memFree=129266780/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=110324 memory=94492 CPUtime=3.06 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 26184 0 0 0 303 3 0 0 20 0 1 0 37600736 112971776 23623 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 27581 23623 2688 2575 0 24488 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 110324 KiB
Current children cumulated memory: 94492 KiB

[startup+6.3001 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 29160
/proc/meminfo: memFree=129268328/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=110324 memory=94620 CPUtime=6.25 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 26208 0 0 0 622 3 0 0 20 0 1 0 37600736 112971776 23655 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 27581 23655 2688 2575 0 24488 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 110324 KiB
Current children cumulated memory: 94620 KiB

[startup+12.7001 s]
/proc/loadavg: 4.04 4.07 4.08 5/264 29161
/proc/meminfo: memFree=129269632/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=110324 memory=95900 CPUtime=12.64 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 26541 0 0 0 1261 3 0 0 20 0 1 0 37600736 112971776 23975 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 27581 23975 2688 2575 0 24488 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 110324 KiB
Current children cumulated memory: 95900 KiB

[startup+25.5001 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 29161
/proc/meminfo: memFree=129269588/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=114196 memory=97180 CPUtime=25.4 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 26859 0 0 0 2537 3 0 0 20 0 1 0 37600736 116936704 24295 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 28549 24295 2688 2575 0 25456 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 114196 KiB
Current children cumulated memory: 97180 KiB

[startup+51.1052 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 29161
/proc/meminfo: memFree=129233928/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=145428 memory=126672 CPUtime=50.95 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 35288 0 0 0 5091 4 0 0 20 0 1 0 37600736 148918272 31668 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 36357 31668 2688 2575 0 33264 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 145428 KiB
Current children cumulated memory: 126672 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 29165
/proc/meminfo: memFree=129200080/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=145428 memory=126672 CPUtime=102.02 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 35289 0 0 0 10198 4 0 0 20 0 1 0 37600736 148918272 31668 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 36357 31668 2688 2575 0 33264 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 145428 KiB
Current children cumulated memory: 126672 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 29167
/proc/meminfo: memFree=129163164/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=145428 memory=126672 CPUtime=161.87 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 35289 0 0 0 16183 4 0 0 20 0 1 0 37600736 148918272 31668 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 36357 31668 2688 2575 0 33264 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 145428 KiB
Current children cumulated memory: 126672 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 29170
/proc/meminfo: memFree=129110892/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=145428 memory=126672 CPUtime=221.72 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 35289 0 0 0 22168 4 0 0 20 0 1 0 37600736 148918272 31668 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 36357 31668 2688 2575 0 33264 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 145428 KiB
Current children cumulated memory: 126672 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/263 29172
/proc/meminfo: memFree=129092404/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=142500 memory=125696 CPUtime=281.57 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 35742 0 0 0 28153 4 0 0 20 0 1 0 37600736 145920000 31424 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 35625 31424 2688 2575 0 32532 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 142500 KiB
Current children cumulated memory: 125696 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 29174
/proc/meminfo: memFree=129038180/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=142516 memory=126876 CPUtime=341.42 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 40608 0 0 0 34136 6 0 0 20 0 1 0 37600736 145936384 31719 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 35629 31719 2688 2575 0 32536 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 142516 KiB
Current children cumulated memory: 126876 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 29179
/proc/meminfo: memFree=129048136/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=142516 memory=135712 CPUtime=401.27 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 44648 0 0 0 40120 7 0 0 20 0 1 0 37600736 145936384 33928 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 35629 33928 2688 2575 0 32536 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 142516 KiB
Current children cumulated memory: 135712 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 29181
/proc/meminfo: memFree=129055452/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=146760 memory=139956 CPUtime=461.12 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 49050 0 0 0 46105 7 0 0 20 0 1 0 37600736 150282240 34989 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 36690 34989 2688 2575 0 33597 0

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

/proc/loadavg: 4.20 4.20 4.14 5/263 29547
/proc/meminfo: memFree=128967520/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=293708 memory=285448 CPUtime=3152.82 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 138179 0 0 0 315255 27 0 0 20 0 1 0 37600736 300756992 71362 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 73427 71362 2976 2575 0 70334 0
Current children cumulated CPU time: 3152.82 s
Current children cumulated vsize: 293708 KiB
Current children cumulated memory: 285448 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.17 4.13 5/263 29549
/proc/meminfo: memFree=128875992/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=293708 memory=287496 CPUtime=3212.59 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 138184 0 0 0 321232 27 0 0 20 0 1 0 37600736 300756992 71874 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 73427 71874 2976 2575 0 70334 0
Current children cumulated CPU time: 3212.59 s
Current children cumulated vsize: 293708 KiB
Current children cumulated memory: 287496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.14 4.12 5/263 29551
/proc/meminfo: memFree=128814796/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=303544 memory=296968 CPUtime=3272.36 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 140544 0 0 0 327209 27 0 0 20 0 1 0 37600736 310829056 74242 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 75886 74242 2976 2575 0 72793 0
Current children cumulated CPU time: 3272.36 s
Current children cumulated vsize: 303544 KiB
Current children cumulated memory: 296968 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/263 29553
/proc/meminfo: memFree=128773496/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=305928 CPUtime=3332.14 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142804 0 0 0 333186 28 0 0 20 0 1 0 37600736 320811008 76482 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76482 2976 2575 0 75230 0
Current children cumulated CPU time: 3332.14 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 305928 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.11 5/264 29559
/proc/meminfo: memFree=128740336/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=305928 CPUtime=3391.91 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142916 0 0 0 339163 28 0 0 20 0 1 0 37600736 320811008 76482 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76482 2976 2575 0 75230 0
Current children cumulated CPU time: 3391.91 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 305928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.11 5/264 29561
/proc/meminfo: memFree=128728212/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3451.69 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142926 0 0 0 345141 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3451.69 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/264 29565
/proc/meminfo: memFree=128671176/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3511.47 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142934 0 0 0 351119 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3511.47 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.10 5/264 29567
/proc/meminfo: memFree=128643672/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3571.25 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 357097 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3571.25 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

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

# cumulated CPU time of all completed processes:  user=3585.67 s, system=0.288964 s

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

[startup+3584 s]*
/proc/loadavg: 4.07 4.10 4.09 5/264 29567
/proc/meminfo: memFree=128643924/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3572.95 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 357267 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3572.95 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.12 4.10 5/264 29567
/proc/meminfo: memFree=128636136/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3579.32 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 357904 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3579.32 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.12 4.10 5/264 29567
/proc/meminfo: memFree=128634476/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3582.51 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 358223 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3582.51 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3595.2 s]
/proc/loadavg: 4.13 4.12 4.10 5/264 29567
/proc/meminfo: memFree=128634476/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3584.1 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 358382 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3584.1 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3596 s]*
/proc/loadavg: 4.13 4.12 4.10 5/264 29567
/proc/meminfo: memFree=128634484/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3584.9 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 358462 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3584.9 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.12 4.10 5/264 29567
/proc/meminfo: memFree=128634484/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3585.7 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 358542 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3585.7 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

[startup+3597 s]*
/proc/loadavg: 4.13 4.12 4.10 5/264 29567
/proc/meminfo: memFree=128634736/131249996 swapFree=33010684/33010684
[pid=29159] ppid=29156 vsize=313292 memory=306056 CPUtime=3585.9 cores=5,7
/proc/29159/stat : 29159 (pbsolver) R 29156 29159 28655 0 -1 4194304 142958 0 0 0 358562 28 0 0 20 0 1 0 37600736 320811008 76514 18446744073709551615 4198400 14743177 140735076546912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 32976896 140735076555146 140735076555242 140735076555242 140735076560844 0
/proc/29159/statm: 78323 76514 2976 2575 0 75230 0
Current children cumulated CPU time: 3585.9 s
Current children cumulated vsize: 313292 KiB
Current children cumulated memory: 306056 KiB

Child status: 0

Real time (s): 3597.06
CPU time (s): 3585.96
CPU user time (s): 3585.67
CPU system time (s): 0.288964
CPU usage (%): 99.6915
Max. virtual memory (cumulated for all children) (KiB): 313292
Max. memory (cumulated for all children) (KiB): 306056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.67
system time used= 0.288964
maximum resident set size= 306056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142959
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= 33
involuntary context switches= 1782


# summary of solver processes directly reported to runsolver:
#   pid: 29159
#   total CPU time (s): 3585.96
#   total CPU user time (s): 3585.67
#   total CPU system time (s): 0.288964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.42296 second user time and 15.6134 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 19:47:13
IDJOB=4513197
IDBENCH=162289
IDSOLVER=3366
FILE ID=nodeC015/4513197-1751219232
RUNJOBID= nodeC015-1751215068-28671
SLURM_JOB_ID= 9587650
Free space on /tmp= 432972 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513197-1751219232/watcher-4513197-1751219232 -o /tmp/evaluation-result-4513197-1751219232/solver-4513197-1751219232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28671 --watchdog 3760  pbsolver -f HOME/instance-4513197-1751219232.opb -t 3600 -m 31000

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

MD5SUM BENCH= 3e8b284557ab3bc728bad30e424c83e1
RANDOM SEED=1568483106

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129362312 kB
MemAvailable:   129352148 kB
Buffers:            3280 kB
Cached:           798864 kB
SwapCached:            0 kB
Active:           719812 kB
Inactive:         542480 kB
Active(anon):     478224 kB
Inactive(anon):        0 kB
Active(file):     241588 kB
Inactive(file):   542480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15336 kB
Writeback:             0 kB
AnonPages:        463224 kB
Mapped:           135276 kB
Shmem:             18076 kB
KReclaimable:      90012 kB
Slab:             176012 kB
SReclaimable:      90012 kB
SUnreclaim:        86000 kB
KernelStack:        4236 kB
PageTables:         4136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     836424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432956 MiB
End job on nodeC015 at 2025-06-29 20:47:10