Trace number 3452519

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.16 1800.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
Number of bits of the biggest sum of numbers13
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452519-1307094870.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.4
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    46 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   159 |     - | 436k|   0 |  13 |  70 |  24 |  70 |  16 |   8 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   166 |     - | 467k|   0 |  15 |  70 |  24 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   177 |     - | 483k|   0 |  19 |  70 |  24 |  70 |  25 |  17 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.1s|     1 |     0 |   183 |     - | 486k|   0 |  19 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   186 |     - | 492k|   0 |  21 |  70 |  24 |  70 |  28 |  20 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.10	c   0.1s|     1 |     2 |   186 |     - | 492k|   0 |  21 |  70 |  24 |  70 |  28 |  20 |  15 |  10 | 0.000000e+00 |      --      |    Inf 
1.69/1.70	c   1.7s| 10000 |  5588 | 30150 |   3.0 |4216k|  61 |   8 |  70 |2183 |  70 |  21 |  20 |2663 | 622 | 0.000000e+00 |      --      |    Inf 
3.19/3.28	c   3.3s| 20000 | 10536 | 60356 |   3.0 |6936k|  61 |   8 |  70 |1622 |  70 |  21 |  20 |5647 | 856 | 0.000000e+00 |      --      |    Inf 
4.69/4.77	c   4.8s| 30000 | 14962 | 91478 |   3.0 |9526k|  61 |   - |  70 |1507 |  70 |  21 |  20 |8941 |1043 | 0.000000e+00 |      --      |    Inf 
6.19/6.25	c   6.3s| 40000 | 19152 |122484 |   3.1 |  12M|  61 |   8 |  70 |1646 |  70 |  21 |  20 |  12k|1202 | 0.000000e+00 |      --      |    Inf 
7.71/7.76	c   7.8s| 50000 | 23027 |154031 |   3.1 |  14M|  62 |   - |  70 |1909 |  70 |  21 |  20 |  16k|1330 | 0.000000e+00 |      --      |    Inf 
9.19/9.27	c   9.3s| 60000 | 26752 |185885 |   3.1 |  17M|  62 |   8 |  70 |2469 |  70 |  21 |  20 |  19k|1436 | 0.000000e+00 |      --      |    Inf 
10.79/10.81	c  10.8s| 70000 | 30526 |218201 |   3.1 |  20M|  62 |   8 |  70 |2541 |  70 |  21 |  20 |  23k|1547 | 0.000000e+00 |      --      |    Inf 
12.29/12.38	c  12.4s| 80000 | 34086 |250006 |   3.1 |  22M|  62 |   8 |  70 |2226 |  70 |  21 |  20 |  27k|1638 | 0.000000e+00 |      --      |    Inf 
13.89/13.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.89/13.90	c  13.9s| 90000 | 37599 |281715 |   3.1 |  25M|  63 |   8 |  70 |2957 |  70 |  21 |  20 |  31k|1714 | 0.000000e+00 |      --      |    Inf 
15.40/15.47	c  15.5s|100000 | 41312 |313321 |   3.1 |  27M|  63 |   8 |  70 |2379 |  70 |  21 |  20 |  35k|1799 | 0.000000e+00 |      --      |    Inf 
16.99/17.03	c  17.0s|110000 | 44815 |345323 |   3.1 |  30M|  63 |   8 |  70 |2567 |  70 |  21 |  20 |  38k|1862 | 0.000000e+00 |      --      |    Inf 
18.50/18.53	c  18.5s|120000 | 48645 |376474 |   3.1 |  32M|  63 |   8 |  70 |3008 |  70 |  21 |  20 |  42k|1921 | 0.000000e+00 |      --      |    Inf 
19.99/20.07	c  20.1s|130000 | 52292 |408019 |   3.1 |  35M|  63 |   8 |  70 |3174 |  70 |  21 |  20 |  46k|1978 | 0.000000e+00 |      --      |    Inf 
21.59/21.61	c  21.6s|140000 | 56312 |439503 |   3.1 |  38M|  63 |   8 |  70 |3030 |  70 |  21 |  20 |  50k|2025 | 0.000000e+00 |      --      |    Inf 
23.11/23.15	c  23.1s|150000 | 60161 |470824 |   3.1 |  40M|  63 |   - |  70 |2848 |  70 |  21 |  20 |  53k|2058 | 0.000000e+00 |      --      |    Inf 
24.70/24.72	c  24.7s|160000 | 63686 |501931 |   3.1 |  43M|  63 |   - |  70 |3018 |  70 |  21 |  20 |  57k|2106 | 0.000000e+00 |      --      |    Inf 
26.20/26.24	c  26.2s|170000 | 67543 |533695 |   3.1 |  45M|  63 |   - |  70 |3248 |  70 |  21 |  20 |  61k|2160 | 0.000000e+00 |      --      |    Inf 
27.69/27.77	c  27.8s|180000 | 71371 |565269 |   3.1 |  48M|  63 |   8 |  70 |3491 |  70 |  21 |  20 |  65k|2194 | 0.000000e+00 |      --      |    Inf 
29.29/29.35	c  29.3s|190000 | 75075 |596686 |   3.1 |  50M|  63 |   8 |  70 |2961 |  70 |  21 |  20 |  68k|2233 | 0.000000e+00 |      --      |    Inf 
30.91/30.94	c  30.9s|200000 | 78508 |628057 |   3.1 |  53M|  63 |   8 |  70 |2744 |  70 |  21 |  20 |  72k|2274 | 0.000000e+00 |      --      |    Inf 
32.39/32.48	c  32.5s|210000 | 82132 |660364 |   3.1 |  55M|  63 |   8 |  70 |3252 |  70 |  21 |  20 |  76k|2311 | 0.000000e+00 |      --      |    Inf 
34.00/34.08	c  34.1s|220000 | 85696 |692702 |   3.1 |  58M|  63 |   8 |  70 |2865 |  70 |  21 |  20 |  80k|2339 | 0.000000e+00 |      --      |    Inf 
35.59/35.63	c  35.6s|230000 | 89328 |724891 |   3.2 |  60M|  63 |   - |  70 |2984 |  70 |  21 |  20 |  84k|2381 | 0.000000e+00 |      --      |    Inf 
37.20/37.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.20/37.22	c  37.2s|240000 | 92787 |756086 |   3.1 |  63M|  63 |   8 |  70 |3069 |  70 |  21 |  20 |  88k|2417 | 0.000000e+00 |      --      |    Inf 
38.79/38.82	c  38.8s|250000 | 96167 |787413 |   3.1 |  65M|  63 |   8 |  70 |2989 |  70 |  21 |  20 |  92k|2445 | 0.000000e+00 |      --      |    Inf 
40.29/40.33	c  40.3s|260000 |100254 |818871 |   3.1 |  68M|  63 |   - |  70 |3406 |  70 |  21 |  20 |  95k|2476 | 0.000000e+00 |      --      |    Inf 
41.81/41.90	c  41.9s|270000 |103977 |850148 |   3.1 |  71M|  63 |   8 |  70 |3211 |  70 |  21 |  20 |  99k|2504 | 0.000000e+00 |      --      |    Inf 
43.49/43.50	c  43.5s|280000 |107479 |880989 |   3.1 |  73M|  63 |   8 |  70 |2932 |  70 |  21 |  20 | 103k|2521 | 0.000000e+00 |      --      |    Inf 
45.00/45.07	c  45.1s|290000 |111133 |912214 |   3.1 |  76M|  63 |   8 |  70 |2917 |  70 |  21 |  20 | 107k|2539 | 0.000000e+00 |      --      |    Inf 
46.49/46.57	c  46.6s|300000 |115060 |944873 |   3.1 |  78M|  63 |   8 |  70 |3708 |  70 |  21 |  20 | 110k|2552 | 0.000000e+00 |      --      |    Inf 
48.19/48.20	c  48.2s|310000 |118685 |976312 |   3.1 |  81M|  63 |   8 |  70 |2961 |  70 |  21 |  20 | 114k|2565 | 0.000000e+00 |      --      |    Inf 
49.69/49.75	c  49.8s|320000 |122411 |  1007k|   3.1 |  83M|  63 |   8 |  70 |3301 |  70 |  21 |  20 | 118k|2575 | 0.000000e+00 |      --      |    Inf 
51.30/51.33	c  51.3s|330000 |126001 |  1039k|   3.1 |  86M|  63 |   8 |  70 |3316 |  70 |  21 |  20 | 122k|2584 | 0.000000e+00 |      --      |    Inf 
52.81/52.88	c  52.9s|340000 |129657 |  1071k|   3.2 |  88M|  63 |   - |  70 |3185 |  70 |  21 |  20 | 126k|2591 | 0.000000e+00 |      --      |    Inf 
54.29/54.36	c  54.4s|350000 |133826 |  1101k|   3.1 |  91M|  63 |   8 |  70 |3535 |  70 |  21 |  20 | 129k|2605 | 0.000000e+00 |      --      |    Inf 
55.89/55.94	c  55.9s|360000 |137503 |  1132k|   3.1 |  94M|  63 |   - |  70 |3287 |   0 |   0 |  20 | 133k|2613 | 0.000000e+00 |      --      |    Inf 
57.49/57.53	c  57.5s|370000 |141102 |  1164k|   3.1 |  96M|  63 |   8 |  70 |3721 |  70 |  21 |  20 | 137k|2625 | 0.000000e+00 |      --      |    Inf 
59.09/59.12	c  59.1s|380000 |144534 |  1196k|   3.1 |  99M|  63 |   8 |  70 |3585 |  70 |  21 |  20 | 141k|2634 | 0.000000e+00 |      --      |    Inf 
60.61/60.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.61/60.69	c  60.7s|390000 |148166 |  1227k|   3.1 | 101M|  63 |   8 |  70 |4107 |  70 |  21 |  20 | 145k|2654 | 0.000000e+00 |      --      |    Inf 
62.29/62.36	c  62.4s|400000 |151563 |  1259k|   3.1 | 104M|  63 |   8 |  70 |3176 |  70 |  21 |  20 | 149k|2671 | 0.000000e+00 |      --      |    Inf 
63.91/63.96	c  64.0s|410000 |155140 |  1290k|   3.1 | 106M|  63 |   8 |  70 |3335 |  70 |  21 |  20 | 152k|2692 | 0.000000e+00 |      --      |    Inf 
65.59/65.61	c  65.6s|420000 |158443 |  1321k|   3.1 | 109M|  63 |   - |  70 |3277 |  70 |  21 |  20 | 156k|2715 | 0.000000e+00 |      --      |    Inf 
67.10/67.18	c  67.2s|430000 |162086 |  1353k|   3.1 | 111M|  63 |   8 |  70 |3502 |  70 |  21 |  20 | 160k|2728 | 0.000000e+00 |      --      |    Inf 
68.69/68.76	c  68.8s|440000 |165615 |  1385k|   3.1 | 114M|  63 |   8 |  70 |4046 |  70 |  21 |  20 | 164k|2749 | 0.000000e+00 |      --      |    Inf 
70.41/70.42	c  70.4s|450000 |168885 |  1417k|   3.2 | 116M|  63 |   8 |  70 |3444 |  70 |  21 |  20 | 168k|2768 | 0.000000e+00 |      --      |    Inf 
71.99/72.04	c  72.0s|460000 |172274 |  1449k|   3.2 | 119M|  63 |   8 |  70 |3377 |  70 |  21 |  20 | 172k|2791 | 0.000000e+00 |      --      |    Inf 
73.59/73.68	c  73.7s|470000 |175664 |  1480k|   3.1 | 121M|  63 |   8 |  70 |3273 |  70 |  21 |  20 | 176k|2812 | 0.000000e+00 |      --      |    Inf 
75.20/75.24	c  75.2s|480000 |179224 |  1511k|   3.1 | 124M|  63 |   8 |  70 |3274 |  70 |  21 |  20 | 180k|2828 | 0.000000e+00 |      --      |    Inf 
76.80/76.84	c  76.8s|490000 |182632 |  1543k|   3.1 | 126M|  63 |   8 |  70 |3272 |  70 |  21 |  20 | 184k|2840 | 0.000000e+00 |      --      |    Inf 
78.39/78.42	c  78.4s|500000 |186131 |  1574k|   3.1 | 129M|  63 |   8 |  70 |3249 |  70 |  21 |  20 | 188k|2856 | 0.000000e+00 |      --      |    Inf 
79.99/80.02	c  80.0s|510000 |189731 |  1604k|   3.1 | 131M|  63 |   - |  70 |3201 |  70 |  21 |  20 | 192k|2879 | 0.000000e+00 |      --      |    Inf 
81.51/81.58	c  81.6s|520000 |193398 |  1635k|   3.1 | 134M|  63 |   8 |  70 |3518 |  70 |  21 |  20 | 195k|2894 | 0.000000e+00 |      --      |    Inf 
83.10/83.18	c  83.2s|530000 |196935 |  1666k|   3.1 | 136M|  63 |   8 |  70 |3457 |  70 |  21 |  20 | 199k|2907 | 0.000000e+00 |      --      |    Inf 
84.71/84.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.71/84.72	c  84.7s|540000 |200703 |  1697k|   3.1 | 139M|  63 |   8 |  70 |4123 |  70 |  21 |  20 | 203k|2922 | 0.000000e+00 |      --      |    Inf 
86.29/86.37	c  86.4s|550000 |204257 |  1729k|   3.1 | 141M|  63 |   - |  70 |3354 |  70 |  21 |  20 | 207k|2938 | 0.000000e+00 |      --      |    Inf 
87.90/88.00	c  88.0s|560000 |207726 |  1760k|   3.1 | 144M|  63 |   - |  70 |3246 |  70 |  21 |  20 | 211k|2953 | 0.000000e+00 |      --      |    Inf 
89.50/89.58	c  89.6s|570000 |211299 |  1791k|   3.1 | 146M|  63 |   8 |  70 |3496 |  70 |  21 |  20 | 215k|2963 | 0.000000e+00 |      --      |    Inf 
91.09/91.16	c  91.2s|580000 |214955 |  1822k|   3.1 | 149M|  63 |   - |  70 |3565 |  70 |  21 |  20 | 219k|2973 | 0.000000e+00 |      --      |    Inf 
92.70/92.75	c  92.7s|590000 |218789 |  1854k|   3.1 | 151M|  63 |   - |  70 |3414 |   0 |   0 |  20 | 222k|2989 | 0.000000e+00 |      --      |    Inf 
94.30/94.36	c  94.4s|600000 |222200 |  1885k|   3.1 | 154M|  63 |   8 |  70 |3493 |  70 |  21 |  20 | 226k|3004 | 0.000000e+00 |      --      |    Inf 
95.90/95.96	c  96.0s|610000 |225624 |  1916k|   3.1 | 157M|  63 |   - |  70 |3927 |  70 |  21 |  20 | 230k|3018 | 0.000000e+00 |      --      |    Inf 
97.59/97.64	c  97.6s|620000 |228832 |  1947k|   3.1 | 159M|  63 |   - |  70 |3593 |  70 |  21 |  20 | 234k|3033 | 0.000000e+00 |      --      |    Inf 
99.19/99.22	c  99.2s|630000 |232465 |  1979k|   3.1 | 162M|  63 |   - |  70 |4107 |  70 |  21 |  20 | 238k|3039 | 0.000000e+00 |      --      |    Inf 
100.69/100.75	c   101s|640000 |236457 |  2011k|   3.1 | 164M|  63 |   - |  70 |4549 |  70 |  21 |  20 | 242k|3048 | 0.000000e+00 |      --      |    Inf 
102.30/102.35	c   102s|650000 |240200 |  2041k|   3.1 | 167M|  63 |   8 |  70 |4235 |  70 |  21 |  20 | 246k|3061 | 0.000000e+00 |      --      |    Inf 
103.90/103.98	c   104s|660000 |243784 |  2072k|   3.1 | 169M|  63 |   8 |  70 |4231 |  70 |  21 |  20 | 249k|3076 | 0.000000e+00 |      --      |    Inf 
105.61/105.61	c   106s|670000 |247321 |  2103k|   3.1 | 172M|  63 |   - |  70 |4078 |   0 |   0 |  20 | 253k|3085 | 0.000000e+00 |      --      |    Inf 
107.19/107.29	c   107s|680000 |250707 |  2134k|   3.1 | 174M|  63 |   8 |  70 |3453 |  70 |  21 |  20 | 257k|3094 | 0.000000e+00 |      --      |    Inf 
108.80/108.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.80/108.91	c   109s|690000 |254132 |  2166k|   3.1 | 177M|  63 |   8 |  70 |3914 |  70 |  21 |  20 | 261k|3103 | 0.000000e+00 |      --      |    Inf 
110.49/110.56	c   111s|700000 |257517 |  2196k|   3.1 | 179M|  63 |   8 |  70 |3920 |  70 |  21 |  20 | 265k|3118 | 0.000000e+00 |      --      |    Inf 
112.10/112.12	c   112s|710000 |261380 |  2228k|   3.1 | 182M|  63 |   8 |  70 |4381 |  70 |  21 |  20 | 269k|3128 | 0.000000e+00 |      --      |    Inf 
113.79/113.83	c   114s|720000 |264725 |  2259k|   3.1 | 184M|  63 |   8 |  70 |3972 |  70 |  21 |  20 | 273k|3139 | 0.000000e+00 |      --      |    Inf 
115.50/115.52	c   116s|730000 |268098 |  2290k|   3.1 | 186M|  63 |   8 |  70 |3617 |  70 |  21 |  20 | 277k|3154 | 0.000000e+00 |      --      |    Inf 
117.09/117.16	c   117s|740000 |271437 |  2321k|   3.1 | 189M|  63 |   8 |  70 |3786 |  70 |  21 |  20 | 281k|3164 | 0.000000e+00 |      --      |    Inf 
118.69/118.75	c   119s|750000 |275073 |  2352k|   3.1 | 191M|  63 |   - |  70 |4212 |  70 |  21 |  20 | 285k|3176 | 0.000000e+00 |      --      |    Inf 
120.29/120.36	c   120s|760000 |278428 |  2384k|   3.1 | 194M|  63 |   8 |  70 |4816 |  70 |  21 |  20 | 289k|3190 | 0.000000e+00 |      --      |    Inf 
121.99/122.06	c   122s|770000 |281736 |  2416k|   3.1 | 196M|  63 |   8 |  70 |4304 |  70 |  21 |  20 | 293k|3202 | 0.000000e+00 |      --      |    Inf 
123.60/123.64	c   124s|780000 |285483 |  2447k|   3.1 | 199M|  63 |   8 |  70 |4356 |  70 |  21 |  20 | 297k|3209 | 0.000000e+00 |      --      |    Inf 
125.30/125.32	c   125s|790000 |288762 |  2478k|   3.1 | 201M|  63 |   - |  70 |4048 |  70 |  21 |  20 | 301k|3218 | 0.000000e+00 |      --      |    Inf 
126.89/126.97	c   127s|800000 |292198 |  2510k|   3.1 | 204M|  63 |   8 |  70 |4230 |  70 |  21 |  20 | 305k|3229 | 0.000000e+00 |      --      |    Inf 
128.60/128.64	c   129s|810000 |295367 |  2541k|   3.1 | 206M|  63 |   8 |  70 |4373 |  70 |  21 |  20 | 309k|3242 | 0.000000e+00 |      --      |    Inf 
130.29/130.34	c   130s|820000 |298514 |  2573k|   3.1 | 209M|  63 |   - |  70 |4352 |  70 |  21 |  20 | 313k|3254 | 0.000000e+00 |      --      |    Inf 
132.01/132.05	c   132s|830000 |301817 |  2604k|   3.1 | 211M|  63 |   8 |  70 |3565 |  70 |  21 |  20 | 317k|3266 | 0.000000e+00 |      --      |    Inf 
133.70/133.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.70/133.70	c   134s|840000 |305257 |  2635k|   3.1 | 214M|  63 |   8 |  70 |3727 |  70 |  21 |  20 | 321k|3276 | 0.000000e+00 |      --      |    Inf 
135.31/135.37	c   135s|850000 |308519 |  2666k|   3.1 | 216M|  63 |   8 |  70 |3590 |  70 |  21 |  20 | 325k|3290 | 0.000000e+00 |      --      |    Inf 
137.00/137.01	c   137s|860000 |311971 |  2697k|   3.1 | 218M|  63 |   8 |  70 |3777 |  70 |  21 |  20 | 329k|3298 | 0.000000e+00 |      --      |    Inf 
138.61/138.64	c   139s|870000 |315355 |  2728k|   3.1 | 221M|  63 |   8 |  70 |3960 |  70 |  21 |  20 | 333k|3311 | 0.000000e+00 |      --      |    Inf 
140.19/140.22	c   140s|880000 |319055 |  2758k|   3.1 | 224M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 337k|3314 | 0.000000e+00 |      --      |    Inf 
141.79/141.90	c   142s|890000 |322302 |  2789k|   3.1 | 226M|  63 |   - |  70 |3920 |  70 |  21 |  20 | 341k|3317 | 0.000000e+00 |      --      |    Inf 
143.60/143.60	c   144s|900000 |325507 |  2820k|   3.1 | 228M|  63 |   8 |  70 |4138 |  70 |  21 |  20 | 345k|3322 | 0.000000e+00 |      --      |    Inf 
145.21/145.27	c   145s|910000 |328677 |  2852k|   3.1 | 231M|  63 |   8 |  70 |4193 |  70 |  21 |  20 | 349k|3330 | 0.000000e+00 |      --      |    Inf 
146.80/146.83	c   147s|920000 |332591 |  2883k|   3.1 | 234M|  63 |   8 |  70 |4861 |  70 |  21 |  20 | 353k|3337 | 0.000000e+00 |      --      |    Inf 
148.51/148.53	c   149s|930000 |335841 |  2914k|   3.1 | 236M|  63 |   8 |  70 |3915 |  70 |  21 |  20 | 357k|3341 | 0.000000e+00 |      --      |    Inf 
150.20/150.20	c   150s|940000 |339191 |  2945k|   3.1 | 238M|  63 |   8 |  70 |3962 |  70 |  21 |  20 | 361k|3348 | 0.000000e+00 |      --      |    Inf 
151.81/151.82	c   152s|950000 |342410 |  2977k|   3.1 | 241M|  63 |   - |  70 |4627 |  70 |  21 |  20 | 365k|3354 | 0.000000e+00 |      --      |    Inf 
153.50/153.51	c   154s|960000 |345759 |  3009k|   3.1 | 243M|  63 |   8 |  70 |4173 |  70 |  21 |  20 | 369k|3366 | 0.000000e+00 |      --      |    Inf 
155.12/155.15	c   155s|970000 |349110 |  3040k|   3.1 | 246M|  63 |   8 |  70 |4438 |  70 |  21 |  20 | 373k|3373 | 0.000000e+00 |      --      |    Inf 
156.69/156.75	c   157s|980000 |352876 |  3072k|   3.1 | 248M|  63 |   8 |  70 |4512 |  70 |  21 |  20 | 377k|3379 | 0.000000e+00 |      --      |    Inf 
158.41/158.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.41/158.43	c   158s|990000 |355900 |  3103k|   3.1 | 251M|  63 |   8 |  70 |4548 |  70 |  21 |  20 | 381k|3390 | 0.000000e+00 |      --      |    Inf 
160.09/160.18	c   160s|  1000k|359049 |  3135k|   3.1 | 253M|  63 |   8 |  70 |3994 |  70 |  21 |  20 | 385k|3401 | 0.000000e+00 |      --      |    Inf 
161.81/161.85	c   162s|  1010k|362297 |  3166k|   3.1 | 256M|  63 |   8 |  70 |4097 |  70 |  21 |  20 | 389k|3412 | 0.000000e+00 |      --      |    Inf 
163.39/163.49	c   163s|  1020k|365508 |  3197k|   3.1 | 258M|  63 |   - |  70 |4394 |  70 |  21 |  20 | 394k|3422 | 0.000000e+00 |      --      |    Inf 
165.11/165.16	c   165s|  1030k|368740 |  3229k|   3.1 | 261M|  63 |   8 |  70 |4633 |  70 |  21 |  20 | 398k|3431 | 0.000000e+00 |      --      |    Inf 
166.79/166.88	c   167s|  1040k|371998 |  3260k|   3.1 | 263M|  63 |   - |  70 |4133 |  70 |  21 |  20 | 402k|3443 | 0.000000e+00 |      --      |    Inf 
168.50/168.59	c   169s|  1050k|375206 |  3291k|   3.1 | 265M|  63 |   8 |  70 |3898 |  70 |  21 |  20 | 406k|3452 | 0.000000e+00 |      --      |    Inf 
170.19/170.26	c   170s|  1060k|378454 |  3323k|   3.1 | 268M|  63 |   8 |  70 |3932 |  70 |  21 |  20 | 410k|3461 | 0.000000e+00 |      --      |    Inf 
171.89/171.97	c   172s|  1070k|381639 |  3354k|   3.1 | 270M|  63 |   - |  70 |4002 |  70 |  21 |  20 | 414k|3471 | 0.000000e+00 |      --      |    Inf 
173.49/173.57	c   174s|  1080k|385184 |  3385k|   3.1 | 273M|  63 |   - |  70 |4674 |  70 |  21 |  20 | 418k|3479 | 0.000000e+00 |      --      |    Inf 
175.19/175.27	c   175s|  1090k|388417 |  3417k|   3.1 | 275M|  63 |   8 |  70 |4955 |  70 |  21 |  20 | 422k|3479 | 0.000000e+00 |      --      |    Inf 
176.89/176.98	c   177s|  1100k|391620 |  3448k|   3.1 | 278M|  63 |   8 |  70 |4486 |  70 |  21 |  20 | 426k|3483 | 0.000000e+00 |      --      |    Inf 
178.59/178.62	c   179s|  1110k|395093 |  3479k|   3.1 | 280M|  63 |   8 |  70 |4337 |  70 |  21 |  20 | 430k|3491 | 0.000000e+00 |      --      |    Inf 
180.30/180.35	c   180s|  1120k|398367 |  3510k|   3.1 | 283M|  63 |   8 |  70 |4061 |  70 |  21 |  20 | 434k|3499 | 0.000000e+00 |      --      |    Inf 
182.00/182.05	c   182s|  1130k|401486 |  3542k|   3.1 | 285M|  63 |   8 |  70 |4244 |  70 |  21 |  20 | 438k|3511 | 0.000000e+00 |      --      |    Inf 
183.59/183.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.59/183.65	c   184s|  1140k|405243 |  3572k|   3.1 | 288M|  63 |   8 |  70 |4865 |  70 |  21 |  20 | 442k|3518 | 0.000000e+00 |      --      |    Inf 
185.30/185.40	c   185s|  1150k|408319 |  3604k|   3.1 | 290M|  63 |   8 |  70 |4104 |  70 |  21 |  20 | 446k|3524 | 0.000000e+00 |      --      |    Inf 
187.01/187.11	c   187s|  1160k|411548 |  3635k|   3.1 | 293M|  63 |   8 |  70 |4277 |  70 |  21 |  20 | 450k|3533 | 0.000000e+00 |      --      |    Inf 
188.80/188.85	c   189s|  1170k|414699 |  3666k|   3.1 | 295M|  63 |   - |  70 |4010 |  70 |  21 |  20 | 455k|3543 | 0.000000e+00 |      --      |    Inf 
190.50/190.55	c   191s|  1180k|417890 |  3698k|   3.1 | 297M|  63 |   8 |  70 |4113 |  70 |  21 |  20 | 459k|3550 | 0.000000e+00 |      --      |    Inf 
192.10/192.18	c   192s|  1190k|421111 |  3730k|   3.1 | 300M|  63 |   - |  70 |4411 |  70 |  21 |  20 | 463k|3558 | 0.000000e+00 |      --      |    Inf 
193.90/193.90	c   194s|  1200k|424409 |  3760k|   3.1 | 302M|  63 |   8 |  70 |4306 |  70 |  21 |  20 | 467k|3565 | 0.000000e+00 |      --      |    Inf 
195.59/195.60	c   196s|  1210k|427701 |  3791k|   3.1 | 305M|  63 |   - |  70 |4314 |  70 |  21 |  20 | 471k|3577 | 0.000000e+00 |      --      |    Inf 
197.30/197.30	c   197s|  1220k|430755 |  3822k|   3.1 | 307M|  63 |   - |  70 |4468 |  70 |  21 |  20 | 475k|3588 | 0.000000e+00 |      --      |    Inf 
198.90/198.93	c   199s|  1230k|434054 |  3852k|   3.1 | 310M|  63 |   - |  70 |4818 |  70 |  21 |  20 | 479k|3588 | 0.000000e+00 |      --      |    Inf 
200.59/200.61	c   201s|  1240k|437236 |  3885k|   3.1 | 312M|  63 |   8 |  70 |4777 |  70 |  21 |  20 | 483k|3588 | 0.000000e+00 |      --      |    Inf 
202.19/202.29	c   202s|  1250k|440629 |  3915k|   3.1 | 315M|  63 |   8 |  70 |4504 |  70 |  21 |  20 | 487k|3591 | 0.000000e+00 |      --      |    Inf 
203.90/203.98	c   204s|  1260k|443780 |  3947k|   3.1 | 317M|  63 |   8 |  70 |4324 |  70 |  21 |  20 | 491k|3599 | 0.000000e+00 |      --      |    Inf 
205.59/205.61	c   206s|  1270k|447125 |  3978k|   3.1 | 320M|  63 |   - |  70 |5200 |  70 |  21 |  20 | 495k|3603 | 0.000000e+00 |      --      |    Inf 
207.39/207.40	c   207s|  1280k|450243 |  4010k|   3.1 | 322M|  63 |   8 |  70 |4549 |  70 |  21 |  20 | 499k|3603 | 0.000000e+00 |      --      |    Inf 
209.11/209.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.11/209.12	c   209s|  1290k|453362 |  4040k|   3.1 | 324M|  63 |   8 |  70 |4343 |  70 |  21 |  20 | 504k|3603 | 0.000000e+00 |      --      |    Inf 
210.90/210.91	c   211s|  1300k|456338 |  4072k|   3.1 | 327M|  63 |   - |  70 |4161 |  70 |  21 |  20 | 508k|3603 | 0.000000e+00 |      --      |    Inf 
212.60/212.60	c   213s|  1310k|459645 |  4102k|   3.1 | 329M|  63 |   8 |  70 |3985 |  70 |  21 |  20 | 512k|3603 | 0.000000e+00 |      --      |    Inf 
214.30/214.31	c   214s|  1320k|462828 |  4133k|   3.1 | 332M|  63 |   - |  70 |3747 |  70 |  21 |  20 | 516k|3611 | 0.000000e+00 |      --      |    Inf 
215.90/215.99	c   216s|  1330k|466046 |  4164k|   3.1 | 334M|  63 |   8 |  70 |3922 |  70 |  21 |  20 | 520k|3618 | 0.000000e+00 |      --      |    Inf 
217.50/217.59	c   218s|  1340k|469509 |  4195k|   3.1 | 337M|  63 |   - |  70 |5059 |  70 |  21 |  20 | 524k|3626 | 0.000000e+00 |      --      |    Inf 
219.10/219.17	c   219s|  1350k|473275 |  4227k|   3.1 | 339M|  63 |   8 |  70 |4832 |  70 |  21 |  20 | 528k|3626 | 0.000000e+00 |      --      |    Inf 
220.80/220.87	c   221s|  1360k|476442 |  4257k|   3.1 | 342M|  63 |   8 |  70 |4874 |  70 |  21 |  20 | 532k|3626 | 0.000000e+00 |      --      |    Inf 
222.60/222.62	c   223s|  1370k|479706 |  4288k|   3.1 | 344M|  63 |   - |  70 |4180 |  70 |  21 |  20 | 536k|3626 | 0.000000e+00 |      --      |    Inf 
224.30/224.31	c   224s|  1380k|482981 |  4319k|   3.1 | 346M|  63 |   - |  70 |4663 |   0 |   0 |  20 | 540k|3626 | 0.000000e+00 |      --      |    Inf 
225.89/225.94	c   226s|  1390k|486511 |  4350k|   3.1 | 349M|  63 |   8 |  70 |5249 |  70 |  21 |  20 | 544k|3626 | 0.000000e+00 |      --      |    Inf 
227.50/227.56	c   228s|  1400k|490177 |  4382k|   3.1 | 352M|  63 |   - |  70 |5665 |  70 |  21 |  20 | 548k|3626 | 0.000000e+00 |      --      |    Inf 
229.29/229.30	c   229s|  1410k|493415 |  4414k|   3.1 | 354M|  63 |   - |  70 |4999 |  70 |  21 |  20 | 552k|3626 | 0.000000e+00 |      --      |    Inf 
231.01/231.02	c   231s|  1420k|496703 |  4446k|   3.1 | 356M|  63 |   8 |  70 |4519 |  70 |  21 |  20 | 556k|3626 | 0.000000e+00 |      --      |    Inf 
232.69/232.74	c   233s|  1430k|499861 |  4477k|   3.1 | 359M|  63 |   8 |  70 |4636 |  70 |  21 |  20 | 560k|3626 | 0.000000e+00 |      --      |    Inf 
234.50/234.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
234.50/234.54	c   235s|  1440k|502945 |  4509k|   3.1 | 361M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 564k|3626 | 0.000000e+00 |      --      |    Inf 
236.09/236.10	c   236s|  1450k|506481 |  4540k|   3.1 | 364M|  63 |   8 |  70 |5366 |  70 |  21 |  20 | 568k|3626 | 0.000000e+00 |      --      |    Inf 
237.79/237.80	c   238s|  1460k|509638 |  4572k|   3.1 | 366M|  63 |   8 |  70 |4800 |  70 |  21 |  20 | 572k|3626 | 0.000000e+00 |      --      |    Inf 
239.49/239.52	c   240s|  1470k|512944 |  4603k|   3.1 | 369M|  63 |   - |  70 |4307 |  70 |  21 |  20 | 577k|3626 | 0.000000e+00 |      --      |    Inf 
241.19/241.25	c   241s|  1480k|516027 |  4634k|   3.1 | 371M|  63 |   8 |  70 |4208 |  70 |  21 |  20 | 581k|3626 | 0.000000e+00 |      --      |    Inf 
242.69/242.72	c   243s|  1490k|520644 |  4665k|   3.1 | 374M|  63 |   8 |  70 |5574 |  70 |  21 |  20 | 584k|3626 | 0.000000e+00 |      --      |    Inf 
244.39/244.41	c   244s|  1500k|524467 |  4696k|   3.1 | 376M|  63 |   8 |  70 |4857 |  70 |  21 |  20 | 588k|3626 | 0.000000e+00 |      --      |    Inf 
246.10/246.18	c   246s|  1510k|527549 |  4727k|   3.1 | 379M|  63 |   8 |  70 |4642 |  70 |  21 |  20 | 592k|3626 | 0.000000e+00 |      --      |    Inf 
247.89/247.92	c   248s|  1520k|530608 |  4758k|   3.1 | 381M|  63 |   8 |  70 |4541 |  70 |  21 |  20 | 596k|3626 | 0.000000e+00 |      --      |    Inf 
249.59/249.64	c   250s|  1530k|533954 |  4790k|   3.1 | 384M|  63 |   8 |  70 |4678 |  70 |  21 |  20 | 600k|3626 | 0.000000e+00 |      --      |    Inf 
251.29/251.35	c   251s|  1540k|537184 |  4822k|   3.1 | 386M|  63 |   8 |  70 |4665 |  70 |  21 |  20 | 604k|3626 | 0.000000e+00 |      --      |    Inf 
253.01/253.06	c   253s|  1550k|540360 |  4853k|   3.1 | 388M|  63 |   8 |  70 |4971 |  70 |  21 |  20 | 608k|3626 | 0.000000e+00 |      --      |    Inf 
254.79/254.83	c   255s|  1560k|543463 |  4884k|   3.1 | 391M|  63 |   8 |  70 |4799 |  70 |  21 |  20 | 612k|3626 | 0.000000e+00 |      --      |    Inf 
256.59/256.62	c   257s|  1570k|546648 |  4915k|   3.1 | 393M|  63 |   - |  70 |4776 |  70 |  21 |  20 | 616k|3626 | 0.000000e+00 |      --      |    Inf 
258.30/258.38	c   258s|  1580k|549787 |  4946k|   3.1 | 396M|  63 |   8 |  70 |4856 |  70 |  21 |  20 | 621k|3626 | 0.000000e+00 |      --      |    Inf 
260.10/260.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.10/260.12	c   260s|  1590k|552960 |  4978k|   3.1 | 398M|  63 |   8 |  70 |5111 |  70 |  21 |  20 | 625k|3626 | 0.000000e+00 |      --      |    Inf 
261.81/261.90	c   262s|  1600k|556338 |  5009k|   3.1 | 400M|  63 |   8 |  70 |4667 |  70 |  21 |  20 | 629k|3626 | 0.000000e+00 |      --      |    Inf 
263.60/263.66	c   264s|  1610k|559335 |  5040k|   3.1 | 403M|  63 |   - |  70 |4346 |  70 |  21 |  20 | 633k|3626 | 0.000000e+00 |      --      |    Inf 
265.29/265.37	c   265s|  1620k|562577 |  5071k|   3.1 | 405M|  63 |   - |  70 |4741 |  70 |  21 |  20 | 637k|3626 | 0.000000e+00 |      --      |    Inf 
267.10/267.11	c   267s|  1630k|565915 |  5101k|   3.1 | 408M|  63 |   8 |  70 |4370 |  70 |  21 |  20 | 641k|3626 | 0.000000e+00 |      --      |    Inf 
268.70/268.74	c   269s|  1640k|569548 |  5132k|   3.1 | 410M|  63 |   8 |  70 |4849 |  70 |  21 |  20 | 645k|3626 | 0.000000e+00 |      --      |    Inf 
270.30/270.37	c   270s|  1650k|573044 |  5163k|   3.1 | 413M|  63 |   8 |  70 |5287 |  70 |  21 |  20 | 649k|3626 | 0.000000e+00 |      --      |    Inf 
272.10/272.12	c   272s|  1660k|575961 |  5195k|   3.1 | 415M|  63 |   - |  70 |5304 |  70 |  21 |  20 | 653k|3626 | 0.000000e+00 |      --      |    Inf 
273.92/273.93	c   274s|  1670k|579234 |  5226k|   3.1 | 418M|  63 |   8 |  70 |4943 |  70 |  21 |  20 | 657k|3626 | 0.000000e+00 |      --      |    Inf 
275.60/275.67	c   276s|  1680k|582531 |  5258k|   3.1 | 420M|  63 |   - |  70 |4505 |  70 |  21 |  20 | 662k|3626 | 0.000000e+00 |      --      |    Inf 
277.50/277.50	c   278s|  1690k|585427 |  5289k|   3.1 | 422M|  63 |   8 |  70 |4032 |  70 |  21 |  20 | 666k|3626 | 0.000000e+00 |      --      |    Inf 
279.20/279.26	c   279s|  1700k|588216 |  5320k|   3.1 | 425M|  63 |   8 |  70 |4213 |  70 |  21 |  20 | 670k|3626 | 0.000000e+00 |      --      |    Inf 
280.80/280.86	c   281s|  1710k|591801 |  5352k|   3.1 | 427M|  63 |   8 |  70 |5351 |  70 |  21 |  20 | 674k|3626 | 0.000000e+00 |      --      |    Inf 
282.39/282.41	c   282s|  1720k|595749 |  5382k|   3.1 | 430M|  63 |   8 |  70 |6508 |  70 |  21 |  20 | 678k|3626 | 0.000000e+00 |      --      |    Inf 
284.19/284.23	c   284s|  1730k|599006 |  5413k|   3.1 | 432M|  63 |   - |  70 |5153 |  70 |  21 |  20 | 682k|3626 | 0.000000e+00 |      --      |    Inf 
285.80/285.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.80/285.88	c   286s|  1740k|602562 |  5445k|   3.1 | 435M|  63 |   8 |  70 |6194 |  70 |  21 |  20 | 686k|3626 | 0.000000e+00 |      --      |    Inf 
287.70/287.70	c   288s|  1750k|605564 |  5476k|   3.1 | 437M|  63 |   - |  70 |5040 |  70 |  21 |  20 | 690k|3626 | 0.000000e+00 |      --      |    Inf 
289.42/289.48	c   289s|  1760k|608681 |  5507k|   3.1 | 440M|  63 |   8 |  70 |4630 |  70 |  21 |  20 | 694k|3626 | 0.000000e+00 |      --      |    Inf 
291.29/291.30	c   291s|  1770k|611644 |  5539k|   3.1 | 442M|  63 |   8 |  70 |4446 |  70 |  21 |  20 | 698k|3626 | 0.000000e+00 |      --      |    Inf 
292.99/293.08	c   293s|  1780k|614659 |  5570k|   3.1 | 445M|  63 |   - |  70 |4619 |  70 |  21 |  20 | 702k|3626 | 0.000000e+00 |      --      |    Inf 
294.81/294.82	c   295s|  1790k|618007 |  5602k|   3.1 | 447M|  63 |   8 |  70 |4920 |  70 |  21 |  20 | 706k|3626 | 0.000000e+00 |      --      |    Inf 
296.60/296.61	c   297s|  1800k|621099 |  5632k|   3.1 | 450M|  63 |   - |  70 |4679 |  70 |  21 |  20 | 710k|3626 | 0.000000e+00 |      --      |    Inf 
298.29/298.38	c   298s|  1810k|624354 |  5664k|   3.1 | 452M|  63 |   8 |  70 |4638 |  70 |  21 |  20 | 715k|3626 | 0.000000e+00 |      --      |    Inf 
300.10/300.14	c   300s|  1820k|627425 |  5696k|   3.1 | 454M|  63 |   8 |  70 |4854 |  70 |  21 |  20 | 719k|3626 | 0.000000e+00 |      --      |    Inf 
301.90/301.91	c   302s|  1830k|630558 |  5727k|   3.1 | 457M|  63 |   8 |  70 |5074 |  70 |  21 |  20 | 723k|3626 | 0.000000e+00 |      --      |    Inf 
303.61/303.63	c   304s|  1840k|633770 |  5758k|   3.1 | 459M|  63 |   8 |  70 |5262 |  70 |  21 |  20 | 727k|3626 | 0.000000e+00 |      --      |    Inf 
305.40/305.41	c   305s|  1850k|636972 |  5790k|   3.1 | 462M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 731k|3626 | 0.000000e+00 |      --      |    Inf 
307.20/307.21	c   307s|  1860k|639915 |  5821k|   3.1 | 464M|  63 |   - |  70 |4988 |  70 |  21 |  20 | 735k|3626 | 0.000000e+00 |      --      |    Inf 
309.11/309.12	c   309s|  1870k|642766 |  5854k|   3.1 | 466M|  63 |   8 |  70 |4490 |  70 |  21 |  20 | 740k|3626 | 0.000000e+00 |      --      |    Inf 
310.80/310.86	c   311s|  1880k|645956 |  5885k|   3.1 | 469M|  63 |   8 |  70 |4366 |  70 |  21 |  20 | 744k|3626 | 0.000000e+00 |      --      |    Inf 
312.60/312.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.60/312.62	c   313s|  1890k|649096 |  5916k|   3.1 | 471M|  63 |   - |  70 |4441 |  70 |  21 |  20 | 748k|3626 | 0.000000e+00 |      --      |    Inf 
314.40/314.41	c   314s|  1900k|652068 |  5947k|   3.1 | 474M|  63 |   8 |  70 |5006 |  70 |  21 |  20 | 752k|3627 | 0.000000e+00 |      --      |    Inf 
316.19/316.20	c   316s|  1910k|655224 |  5979k|   3.1 | 476M|  63 |   8 |  70 |4427 |  70 |  21 |  20 | 756k|3639 | 0.000000e+00 |      --      |    Inf 
317.80/317.87	c   318s|  1920k|658557 |  6011k|   3.1 | 479M|  63 |   8 |  70 |5525 |  70 |  21 |  20 | 760k|3644 | 0.000000e+00 |      --      |    Inf 
319.60/319.67	c   320s|  1930k|661761 |  6042k|   3.1 | 481M|  63 |   8 |  70 |5124 |  70 |  21 |  20 | 764k|3646 | 0.000000e+00 |      --      |    Inf 
321.40/321.44	c   321s|  1940k|664876 |  6074k|   3.1 | 484M|  63 |   8 |  70 |5446 |  70 |  21 |  20 | 769k|3646 | 0.000000e+00 |      --      |    Inf 
323.20/323.20	c   323s|  1950k|668081 |  6105k|   3.1 | 486M|  63 |   8 |  70 |5143 |  70 |  21 |  20 | 773k|3646 | 0.000000e+00 |      --      |    Inf 
324.90/324.91	c   325s|  1960k|671403 |  6135k|   3.1 | 488M|  63 |   8 |  70 |5029 |  70 |  21 |  20 | 777k|3646 | 0.000000e+00 |      --      |    Inf 
326.60/326.63	c   327s|  1970k|674575 |  6167k|   3.1 | 491M|  63 |   8 |  70 |5494 |  70 |  21 |  20 | 781k|3646 | 0.000000e+00 |      --      |    Inf 
328.40/328.40	c   328s|  1980k|677717 |  6198k|   3.1 | 493M|  63 |   - |  70 |5147 |  70 |  21 |  20 | 785k|3646 | 0.000000e+00 |      --      |    Inf 
330.20/330.24	c   330s|  1990k|680833 |  6229k|   3.1 | 496M|  63 |   8 |  70 |4262 |  70 |  21 |  20 | 789k|3646 | 0.000000e+00 |      --      |    Inf 
332.00/332.04	c   332s|  2000k|683923 |  6261k|   3.1 | 498M|  63 |   - |  70 |4011 |  70 |  21 |  20 | 793k|3647 | 0.000000e+00 |      --      |    Inf 
333.80/333.85	c   334s|  2010k|686907 |  6292k|   3.1 | 500M|  63 |   8 |  70 |4309 |  70 |  21 |  20 | 798k|3655 | 0.000000e+00 |      --      |    Inf 
335.62/335.62	c   336s|  2020k|689965 |  6323k|   3.1 | 503M|  63 |   8 |  70 |4463 |  70 |  21 |  20 | 802k|3661 | 0.000000e+00 |      --      |    Inf 
337.30/337.38	c   337s|  2030k|693170 |  6355k|   3.1 | 505M|  63 |   - |  70 |4423 |  70 |  21 |  20 | 806k|3669 | 0.000000e+00 |      --      |    Inf 
338.91/338.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.91/338.98	c   339s|  2040k|696749 |  6387k|   3.1 | 508M|  63 |   8 |  70 |5624 |  70 |  21 |  20 | 810k|3675 | 0.000000e+00 |      --      |    Inf 
340.60/340.62	c   341s|  2050k|700150 |  6418k|   3.1 | 511M|  63 |   8 |  70 |7025 |  70 |  21 |  20 | 814k|3682 | 0.000000e+00 |      --      |    Inf 
342.50/342.51	c   343s|  2060k|703001 |  6450k|   3.1 | 513M|  63 |   8 |  70 |5689 |  70 |  21 |  20 | 818k|3682 | 0.000000e+00 |      --      |    Inf 
344.10/344.12	c   344s|  2070k|706665 |  6482k|   3.1 | 516M|  63 |   8 |  70 |6498 |  70 |  21 |  20 | 822k|3682 | 0.000000e+00 |      --      |    Inf 
345.90/345.98	c   346s|  2080k|709701 |  6513k|   3.1 | 518M|  63 |   - |  70 |5465 |  70 |  21 |  20 | 826k|3682 | 0.000000e+00 |      --      |    Inf 
347.80/347.83	c   348s|  2090k|712888 |  6544k|   3.1 | 520M|  63 |   8 |  70 |5289 |  70 |  21 |  20 | 830k|3682 | 0.000000e+00 |      --      |    Inf 
349.50/349.57	c   350s|  2100k|716045 |  6576k|   3.1 | 523M|  63 |   8 |  70 |5620 |  70 |  21 |  20 | 834k|3682 | 0.000000e+00 |      --      |    Inf 
351.30/351.31	c   351s|  2110k|719346 |  6607k|   3.1 | 525M|  63 |   8 |  70 |5557 |  70 |  21 |  20 | 838k|3682 | 0.000000e+00 |      --      |    Inf 
353.00/353.11	c   353s|  2120k|722379 |  6639k|   3.1 | 528M|  63 |   - |  70 |5588 |  70 |  21 |  20 | 842k|3682 | 0.000000e+00 |      --      |    Inf 
354.90/354.95	c   355s|  2130k|725642 |  6669k|   3.1 | 530M|  63 |   8 |  70 |5207 |  70 |  21 |  20 | 847k|3682 | 0.000000e+00 |      --      |    Inf 
356.80/356.80	c   357s|  2140k|728867 |  6700k|   3.1 | 532M|  63 |   8 |  70 |4797 |  70 |  21 |  20 | 851k|3682 | 0.000000e+00 |      --      |    Inf 
358.30/358.38	c   358s|  2150k|732917 |  6731k|   3.1 | 535M|  63 |   8 |  70 |5618 |  70 |  21 |  20 | 854k|3682 | 0.000000e+00 |      --      |    Inf 
359.90/359.96	c   360s|  2160k|737096 |  6763k|   3.1 | 538M|  63 |   8 |  70 |6865 |  70 |  21 |  20 | 858k|3682 | 0.000000e+00 |      --      |    Inf 
361.60/361.67	c   362s|  2170k|741134 |  6793k|   3.1 | 541M|  63 |   8 |  70 |6545 |  70 |  21 |  20 | 861k|3682 | 0.000000e+00 |      --      |    Inf 
363.40/363.49	c   363s|  2180k|744262 |  6824k|   3.1 | 543M|  63 |   8 |  70 |5563 |  70 |  21 |  20 | 865k|3682 | 0.000000e+00 |      --      |    Inf 
365.32/365.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.32/365.35	c   365s|  2190k|747324 |  6856k|   3.1 | 545M|  63 |   - |  70 |5406 |  70 |  21 |  20 | 869k|3682 | 0.000000e+00 |      --      |    Inf 
367.00/367.03	c   367s|  2200k|750584 |  6888k|   3.1 | 548M|  63 |   8 |  70 |6148 |  70 |  21 |  20 | 873k|3682 | 0.000000e+00 |      --      |    Inf 
368.90/368.98	c   369s|  2210k|753708 |  6918k|   3.1 | 550M|  63 |   8 |  70 |5077 |  70 |  21 |  20 | 878k|3682 | 0.000000e+00 |      --      |    Inf 
370.72/370.79	c   371s|  2220k|756713 |  6950k|   3.1 | 552M|  63 |   - |  70 |5188 |   0 |   0 |  20 | 882k|3682 | 0.000000e+00 |      --      |    Inf 
372.40/372.46	c   372s|  2230k|759957 |  6982k|   3.1 | 555M|  63 |   - |  70 |5849 |  70 |  21 |  20 | 886k|3682 | 0.000000e+00 |      --      |    Inf 
374.29/374.30	c   374s|  2240k|763208 |  7012k|   3.1 | 557M|  63 |   8 |  70 |5214 |  70 |  21 |  20 | 890k|3682 | 0.000000e+00 |      --      |    Inf 
376.10/376.10	c   376s|  2250k|766317 |  7044k|   3.1 | 560M|  63 |   8 |  70 |5686 |  70 |  21 |  20 | 894k|3682 | 0.000000e+00 |      --      |    Inf 
377.80/377.88	c   378s|  2260k|769756 |  7075k|   3.1 | 562M|  63 |   8 |  70 |6260 |  70 |  21 |  20 | 898k|3682 | 0.000000e+00 |      --      |    Inf 
379.70/379.70	c   380s|  2270k|773112 |  7107k|   3.1 | 565M|  63 |   8 |  70 |5461 |  70 |  21 |  20 | 902k|3682 | 0.000000e+00 |      --      |    Inf 
381.50/381.52	c   382s|  2280k|776238 |  7138k|   3.1 | 567M|  63 |   - |  70 |4942 |  70 |  21 |  20 | 906k|3682 | 0.000000e+00 |      --      |    Inf 
383.20/383.23	c   383s|  2290k|779575 |  7170k|   3.1 | 570M|  63 |   - |  70 |5234 |  70 |  21 |  20 | 910k|3682 | 0.000000e+00 |      --      |    Inf 
384.90/385.00	c   385s|  2300k|782886 |  7201k|   3.1 | 572M|  63 |   8 |  70 |5040 |  70 |  21 |  20 | 914k|3682 | 0.000000e+00 |      --      |    Inf 
386.80/386.82	c   387s|  2310k|785915 |  7232k|   3.1 | 574M|  63 |   8 |  70 |5018 |  70 |  21 |  20 | 918k|3682 | 0.000000e+00 |      --      |    Inf 
388.42/388.46	c   388s|  2320k|789543 |  7265k|   3.1 | 577M|  63 |   - |  70 |6011 |  70 |  21 |  20 | 922k|3682 | 0.000000e+00 |      --      |    Inf 
390.30/390.39	c   390s|  2330k|792431 |  7296k|   3.1 | 579M|  63 |   - |  70 |4562 |  70 |  21 |  20 | 927k|3682 | 0.000000e+00 |      --      |    Inf 
392.20/392.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.20/392.27	c   392s|  2340k|795365 |  7326k|   3.1 | 582M|  63 |   8 |  70 |4245 |  70 |  21 |  20 | 931k|3682 | 0.000000e+00 |      --      |    Inf 
394.00/394.06	c   394s|  2350k|798440 |  7358k|   3.1 | 584M|  63 |   8 |  70 |4538 |  70 |  21 |  20 | 935k|3682 | 0.000000e+00 |      --      |    Inf 
395.70/395.72	c   396s|  2360k|802034 |  7388k|   3.1 | 587M|  63 |   8 |  70 |5464 |  70 |  21 |  20 | 939k|3682 | 0.000000e+00 |      --      |    Inf 
397.60/397.60	c   398s|  2370k|804955 |  7419k|   3.1 | 589M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 943k|3682 | 0.000000e+00 |      --      |    Inf 
399.41/399.43	c   399s|  2380k|808007 |  7449k|   3.1 | 591M|  63 |   8 |  70 |4691 |  70 |  21 |  20 | 947k|3682 | 0.000000e+00 |      --      |    Inf 
401.20/401.27	c   401s|  2390k|810971 |  7480k|   3.1 | 594M|  63 |   8 |  70 |4803 |  70 |  21 |  20 | 952k|3682 | 0.000000e+00 |      --      |    Inf 
403.00/403.05	c   403s|  2400k|814202 |  7511k|   3.1 | 596M|  63 |   - |  70 |4752 |  70 |  21 |  20 | 956k|3682 | 0.000000e+00 |      --      |    Inf 
404.82/404.89	c   405s|  2410k|817244 |  7542k|   3.1 | 598M|  63 |   - |  70 |4316 |  70 |  21 |  20 | 960k|3682 | 0.000000e+00 |      --      |    Inf 
406.60/406.68	c   407s|  2420k|820135 |  7574k|   3.1 | 601M|  63 |   - |  70 |4811 |  70 |  21 |  20 | 964k|3682 | 0.000000e+00 |      --      |    Inf 
408.50/408.52	c   409s|  2430k|823169 |  7605k|   3.1 | 603M|  63 |   - |  70 |5108 |  70 |  21 |  20 | 968k|3682 | 0.000000e+00 |      --      |    Inf 
410.32/410.33	c   410s|  2440k|826356 |  7636k|   3.1 | 606M|  63 |   8 |  70 |4906 |  70 |  21 |  20 | 972k|3682 | 0.000000e+00 |      --      |    Inf 
411.90/411.97	c   412s|  2450k|829921 |  7667k|   3.1 | 608M|  63 |   8 |  70 |5965 |  70 |  21 |  20 | 976k|3682 | 0.000000e+00 |      --      |    Inf 
413.80/413.85	c   414s|  2460k|833031 |  7698k|   3.1 | 611M|  63 |   - |  70 |5263 |  70 |  21 |  20 | 980k|3682 | 0.000000e+00 |      --      |    Inf 
415.60/415.62	c   416s|  2470k|836319 |  7730k|   3.1 | 613M|  63 |   - |  70 |5524 |  70 |  21 |  20 | 984k|3682 | 0.000000e+00 |      --      |    Inf 
417.40/417.45	c   417s|  2480k|839392 |  7760k|   3.1 | 615M|  63 |   - |  70 |4676 |  70 |  21 |  20 | 989k|3682 | 0.000000e+00 |      --      |    Inf 
419.22/419.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.22/419.27	c   419s|  2490k|842430 |  7791k|   3.1 | 618M|  63 |   8 |  70 |4384 |  70 |  21 |  20 | 993k|3682 | 0.000000e+00 |      --      |    Inf 
421.10/421.11	c   421s|  2500k|845325 |  7822k|   3.1 | 620M|  63 |   - |  70 |4687 |  70 |  21 |  20 | 997k|3682 | 0.000000e+00 |      --      |    Inf 
422.80/422.90	c   423s|  2510k|848497 |  7853k|   3.1 | 623M|  63 |   8 |  70 |4798 |  70 |  21 |  20 |1001k|3682 | 0.000000e+00 |      --      |    Inf 
424.72/424.76	c   425s|  2520k|851393 |  7884k|   3.1 | 625M|  63 |   8 |  70 |4964 |  70 |  21 |  20 |1005k|3682 | 0.000000e+00 |      --      |    Inf 
426.50/426.59	c   427s|  2530k|854332 |  7915k|   3.1 | 628M|  63 |   - |  70 |4777 |  70 |  21 |  20 |1010k|3682 | 0.000000e+00 |      --      |    Inf 
428.30/428.34	c   428s|  2540k|857613 |  7946k|   3.1 | 630M|  63 |   8 |  70 |4999 |  70 |  21 |  20 |1014k|3682 | 0.000000e+00 |      --      |    Inf 
430.22/430.22	c   430s|  2550k|860527 |  7977k|   3.1 | 632M|  63 |   8 |  70 |4616 |  70 |  21 |  20 |1018k|3682 | 0.000000e+00 |      --      |    Inf 
432.01/432.03	c   432s|  2560k|863680 |  8009k|   3.1 | 635M|  63 |   - |  70 |4955 |  70 |  21 |  20 |1022k|3682 | 0.000000e+00 |      --      |    Inf 
433.90/433.94	c   434s|  2570k|866560 |  8039k|   3.1 | 637M|  63 |   8 |  70 |4553 |  70 |  21 |  20 |1026k|3682 | 0.000000e+00 |      --      |    Inf 
435.72/435.74	c   436s|  2580k|869552 |  8071k|   3.1 | 640M|  63 |   8 |  70 |4518 |  70 |  21 |  20 |1031k|3682 | 0.000000e+00 |      --      |    Inf 
437.50/437.53	c   438s|  2590k|872742 |  8103k|   3.1 | 642M|  63 |   8 |  70 |4997 |  70 |  21 |  20 |1035k|3682 | 0.000000e+00 |      --      |    Inf 
439.30/439.33	c   439s|  2600k|875867 |  8134k|   3.1 | 645M|  63 |   - |  70 |4876 |  70 |  21 |  20 |1039k|3682 | 0.000000e+00 |      --      |    Inf 
441.00/441.11	c   441s|  2610k|879120 |  8165k|   3.1 | 647M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |1043k|3682 | 0.000000e+00 |      --      |    Inf 
442.90/442.96	c   443s|  2620k|882212 |  8197k|   3.1 | 649M|  63 |   8 |  70 |5107 |  70 |  21 |  20 |1047k|3682 | 0.000000e+00 |      --      |    Inf 
444.80/444.81	c   445s|  2630k|885208 |  8228k|   3.1 | 652M|  63 |   8 |  70 |5281 |  70 |  21 |  20 |1051k|3682 | 0.000000e+00 |      --      |    Inf 
446.61/446.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
446.61/446.68	c   447s|  2640k|888112 |  8259k|   3.1 | 654M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1056k|3682 | 0.000000e+00 |      --      |    Inf 
448.50/448.59	c   449s|  2650k|890986 |  8290k|   3.1 | 657M|  63 |   8 |  70 |4708 |  70 |  21 |  20 |1060k|3682 | 0.000000e+00 |      --      |    Inf 
450.30/450.31	c   450s|  2660k|894355 |  8322k|   3.1 | 659M|  63 |   8 |  70 |5282 |  70 |  21 |  20 |1064k|3682 | 0.000000e+00 |      --      |    Inf 
452.11/452.18	c   452s|  2670k|897388 |  8353k|   3.1 | 662M|  63 |   8 |  70 |4820 |  70 |  21 |  20 |1068k|3682 | 0.000000e+00 |      --      |    Inf 
453.81/453.83	c   454s|  2680k|901024 |  8385k|   3.1 | 664M|  63 |   8 |  70 |5799 |  70 |  21 |  20 |1072k|3682 | 0.000000e+00 |      --      |    Inf 
455.60/455.67	c   456s|  2690k|904152 |  8417k|   3.1 | 667M|  63 |   - |  70 |5796 |  70 |  21 |  20 |1076k|3682 | 0.000000e+00 |      --      |    Inf 
457.50/457.50	c   457s|  2700k|907333 |  8448k|   3.1 | 669M|  63 |   - |  70 |5281 |  70 |  21 |  20 |1081k|3682 | 0.000000e+00 |      --      |    Inf 
459.30/459.34	c   459s|  2710k|910277 |  8480k|   3.1 | 671M|  63 |   - |  70 |5142 |  70 |  21 |  20 |1085k|3682 | 0.000000e+00 |      --      |    Inf 
461.10/461.11	c   461s|  2720k|913501 |  8510k|   3.1 | 674M|  63 |   8 |  70 |4908 |  70 |  21 |  20 |1089k|3682 | 0.000000e+00 |      --      |    Inf 
462.90/462.90	c   463s|  2730k|916671 |  8541k|   3.1 | 676M|  63 |   8 |  70 |5366 |  70 |  21 |  20 |1093k|3682 | 0.000000e+00 |      --      |    Inf 
464.70/464.71	c   465s|  2740k|919729 |  8572k|   3.1 | 679M|  63 |   - |  70 |5415 |  70 |  21 |  20 |1097k|3682 | 0.000000e+00 |      --      |    Inf 
466.42/466.44	c   466s|  2750k|922908 |  8604k|   3.1 | 681M|  63 |   - |  70 |5483 |  70 |  21 |  20 |1101k|3682 | 0.000000e+00 |      --      |    Inf 
468.30/468.30	c   468s|  2760k|925878 |  8635k|   3.1 | 683M|  63 |   8 |  70 |4762 |  70 |  21 |  20 |1105k|3682 | 0.000000e+00 |      --      |    Inf 
470.10/470.11	c   470s|  2770k|929126 |  8666k|   3.1 | 686M|  63 |   - |  70 |4380 |  70 |  21 |  20 |1109k|3682 | 0.000000e+00 |      --      |    Inf 
471.91/471.92	c   472s|  2780k|932055 |  8697k|   3.1 | 688M|  63 |   - |  70 |4946 |  70 |  21 |  20 |1114k|3682 | 0.000000e+00 |      --      |    Inf 
473.70/473.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
473.70/473.71	c   474s|  2790k|935442 |  8728k|   3.1 | 691M|  63 |   8 |  70 |4704 |  70 |  21 |  20 |1118k|3682 | 0.000000e+00 |      --      |    Inf 
475.22/475.25	c   475s|  2800k|939054 |  8760k|   3.1 | 694M|  63 |   8 |  70 |6412 |  70 |  21 |  20 |1121k|3682 | 0.000000e+00 |      --      |    Inf 
477.00/477.00	c   477s|  2810k|942227 |  8792k|   3.1 | 696M|  63 |   - |  70 |6442 |  70 |  21 |  20 |1125k|3682 | 0.000000e+00 |      --      |    Inf 
478.91/478.92	c   479s|  2820k|945205 |  8825k|   3.1 | 698M|  63 |   - |  70 |5763 |  70 |  21 |  20 |1130k|3682 | 0.000000e+00 |      --      |    Inf 
480.72/480.80	c   481s|  2830k|948500 |  8855k|   3.1 | 701M|  63 |   - |  70 |5204 |  70 |  21 |  20 |1133k|3682 | 0.000000e+00 |      --      |    Inf 
482.60/482.60	c   483s|  2840k|951589 |  8887k|   3.1 | 703M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |1138k|3682 | 0.000000e+00 |      --      |    Inf 
484.50/484.53	c   485s|  2850k|954457 |  8918k|   3.1 | 705M|  63 |   8 |  70 |5196 |  70 |  21 |  20 |1142k|3682 | 0.000000e+00 |      --      |    Inf 
486.22/486.31	c   486s|  2860k|957618 |  8950k|   3.1 | 708M|  63 |   - |  70 |5410 |  70 |  21 |  20 |1146k|3682 | 0.000000e+00 |      --      |    Inf 
488.20/488.24	c   488s|  2870k|960479 |  8982k|   3.1 | 710M|  63 |   8 |  70 |5017 |  70 |  21 |  20 |1150k|3682 | 0.000000e+00 |      --      |    Inf 
490.01/490.07	c   490s|  2880k|963468 |  9013k|   3.1 | 713M|  63 |   8 |  70 |5249 |  70 |  21 |  20 |1155k|3682 | 0.000000e+00 |      --      |    Inf 
491.82/491.86	c   492s|  2890k|966728 |  9044k|   3.1 | 715M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1159k|3682 | 0.000000e+00 |      --      |    Inf 
493.70/493.79	c   494s|  2900k|969687 |  9075k|   3.1 | 717M|  63 |   8 |  70 |5076 |  70 |  21 |  20 |1163k|3682 | 0.000000e+00 |      --      |    Inf 
495.51/495.59	c   496s|  2910k|972763 |  9107k|   3.1 | 720M|  63 |   8 |  70 |5522 |  70 |  21 |  20 |1167k|3682 | 0.000000e+00 |      --      |    Inf 
497.32/497.32	c   497s|  2920k|976483 |  9137k|   3.1 | 722M|  63 |   - |  70 |5548 |  70 |  21 |  20 |1171k|3682 | 0.000000e+00 |      --      |    Inf 
499.00/499.03	c   499s|  2930k|980094 |  9167k|   3.1 | 725M|  63 |   8 |  70 |6261 |  70 |  21 |  20 |1175k|3682 | 0.000000e+00 |      --      |    Inf 
500.91/500.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.91/500.91	c   501s|  2940k|983108 |  9199k|   3.1 | 727M|  63 |   8 |  70 |5378 |  70 |  21 |  20 |1179k|3682 | 0.000000e+00 |      --      |    Inf 
502.72/502.73	c   503s|  2950k|986270 |  9230k|   3.1 | 730M|  63 |   8 |  70 |5148 |  70 |  21 |  20 |1183k|3682 | 0.000000e+00 |      --      |    Inf 
504.60/504.60	c   505s|  2960k|989163 |  9261k|   3.1 | 732M|  63 |   8 |  70 |5101 |  70 |  21 |  20 |1187k|3682 | 0.000000e+00 |      --      |    Inf 
506.30/506.37	c   506s|  2970k|992556 |  9292k|   3.1 | 735M|  63 |   8 |  70 |5838 |  70 |  21 |  20 |1191k|3682 | 0.000000e+00 |      --      |    Inf 
508.22/508.31	c   508s|  2980k|995552 |  9323k|   3.1 | 737M|  63 |   8 |  70 |5502 |  70 |  21 |  20 |1196k|3682 | 0.000000e+00 |      --      |    Inf 
510.10/510.15	c   510s|  2990k|998717 |  9354k|   3.1 | 739M|  63 |   8 |  70 |5826 |  70 |  21 |  20 |1200k|3682 | 0.000000e+00 |      --      |    Inf 
511.80/511.87	c   512s|  3000k|  1002k|  9385k|   3.1 | 742M|  63 |   - |  70 |6334 |  70 |  21 |  20 |1204k|3682 | 0.000000e+00 |      --      |    Inf 
513.72/513.78	c   514s|  3010k|  1005k|  9416k|   3.1 | 744M|  63 |   8 |  70 |5700 |  70 |  21 |  20 |1208k|3682 | 0.000000e+00 |      --      |    Inf 
515.50/515.59	c   516s|  3020k|  1008k|  9448k|   3.1 | 747M|  63 |   8 |  70 |5586 |  70 |  21 |  20 |1212k|3682 | 0.000000e+00 |      --      |    Inf 
517.40/517.47	c   517s|  3030k|  1011k|  9480k|   3.1 | 749M|  63 |   8 |  70 |4906 |  70 |  21 |  20 |1216k|3682 | 0.000000e+00 |      --      |    Inf 
519.22/519.30	c   519s|  3040k|  1014k|  9510k|   3.1 | 751M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |1221k|3682 | 0.000000e+00 |      --      |    Inf 
521.21/521.21	c   521s|  3050k|  1017k|  9541k|   3.1 | 754M|  63 |   8 |  70 |4745 |  70 |  21 |  20 |1225k|3682 | 0.000000e+00 |      --      |    Inf 
523.01/523.05	c   523s|  3060k|  1020k|  9572k|   3.1 | 756M|  63 |   8 |  70 |5158 |  70 |  21 |  20 |1229k|3682 | 0.000000e+00 |      --      |    Inf 
524.82/524.82	c   525s|  3070k|  1023k|  9604k|   3.1 | 759M|  63 |   8 |  70 |5595 |  70 |  21 |  20 |1233k|3682 | 0.000000e+00 |      --      |    Inf 
526.70/526.71	c   527s|  3080k|  1026k|  9636k|   3.1 | 761M|  63 |   8 |  70 |4947 |  70 |  21 |  20 |1237k|3682 | 0.000000e+00 |      --      |    Inf 
528.41/528.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.41/528.43	c   528s|  3090k|  1030k|  9667k|   3.1 | 764M|  63 |   - |  70 |5883 |  70 |  21 |  20 |1241k|3682 | 0.000000e+00 |      --      |    Inf 
530.22/530.29	c   530s|  3100k|  1033k|  9699k|   3.1 | 766M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |1246k|3682 | 0.000000e+00 |      --      |    Inf 
532.10/532.16	c   532s|  3110k|  1036k|  9730k|   3.1 | 768M|  63 |   8 |  70 |4969 |  70 |  21 |  20 |1250k|3682 | 0.000000e+00 |      --      |    Inf 
534.00/534.03	c   534s|  3120k|  1039k|  9760k|   3.1 | 771M|  63 |   8 |  70 |4852 |  70 |  21 |  20 |1254k|3682 | 0.000000e+00 |      --      |    Inf 
535.72/535.76	c   536s|  3130k|  1042k|  9791k|   3.1 | 773M|  63 |   8 |  70 |5618 |  70 |  21 |  20 |1258k|3682 | 0.000000e+00 |      --      |    Inf 
537.60/537.60	c   538s|  3140k|  1045k|  9822k|   3.1 | 776M|  63 |   8 |  70 |5205 |  70 |  21 |  20 |1262k|3682 | 0.000000e+00 |      --      |    Inf 
539.41/539.48	c   539s|  3150k|  1049k|  9854k|   3.1 | 778M|  63 |   8 |  70 |5203 |  70 |  21 |  20 |1266k|3682 | 0.000000e+00 |      --      |    Inf 
541.10/541.12	c   541s|  3160k|  1052k|  9884k|   3.1 | 781M|  63 |   - |  70 |6434 |  70 |  21 |  20 |1270k|3682 | 0.000000e+00 |      --      |    Inf 
543.10/543.11	c   543s|  3170k|  1055k|  9915k|   3.1 | 783M|  63 |   - |  70 |5620 |  70 |  21 |  20 |1274k|3682 | 0.000000e+00 |      --      |    Inf 
545.01/545.02	c   545s|  3180k|  1058k|  9946k|   3.1 | 785M|  63 |   - |  70 |5423 |  70 |  21 |  20 |1278k|3682 | 0.000000e+00 |      --      |    Inf 
546.91/546.90	c   547s|  3190k|  1061k|  9977k|   3.1 | 788M|  63 |   - |  70 |5479 |  70 |  21 |  20 |1282k|3682 | 0.000000e+00 |      --      |    Inf 
548.70/548.74	c   549s|  3200k|  1064k| 10008k|   3.1 | 790M|  63 |   8 |  70 |6001 |  70 |  21 |  20 |1287k|3682 | 0.000000e+00 |      --      |    Inf 
550.61/550.65	c   551s|  3210k|  1067k| 10040k|   3.1 | 793M|  63 |   - |  70 |5789 |  70 |  21 |  20 |1291k|3682 | 0.000000e+00 |      --      |    Inf 
552.40/552.41	c   552s|  3220k|  1071k| 10071k|   3.1 | 795M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |1295k|3682 | 0.000000e+00 |      --      |    Inf 
554.30/554.33	c   554s|  3230k|  1074k| 10102k|   3.1 | 798M|  63 |   8 |  70 |5776 |  70 |  21 |  20 |1299k|3682 | 0.000000e+00 |      --      |    Inf 
556.20/556.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
556.20/556.23	c   556s|  3240k|  1077k| 10133k|   3.1 | 800M|  63 |   - |  70 |5424 |  70 |  21 |  20 |1303k|3682 | 0.000000e+00 |      --      |    Inf 
558.10/558.12	c   558s|  3250k|  1080k| 10163k|   3.1 | 802M|  63 |   8 |  70 |5197 |  70 |  21 |  20 |1307k|3682 | 0.000000e+00 |      --      |    Inf 
559.81/559.90	c   560s|  3260k|  1083k| 10195k|   3.1 | 805M|  63 |   - |  70 |6280 |  70 |  21 |  20 |1312k|3682 | 0.000000e+00 |      --      |    Inf 
561.71/561.75	c   562s|  3270k|  1086k| 10227k|   3.1 | 807M|  63 |   8 |  70 |6464 |  70 |  21 |  20 |1316k|3682 | 0.000000e+00 |      --      |    Inf 
563.71/563.72	c   564s|  3280k|  1089k| 10258k|   3.1 | 810M|  63 |   - |  70 |5216 |  70 |  21 |  20 |1320k|3682 | 0.000000e+00 |      --      |    Inf 
565.52/565.52	c   566s|  3290k|  1092k| 10289k|   3.1 | 812M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |1324k|3682 | 0.000000e+00 |      --      |    Inf 
567.20/567.25	c   567s|  3300k|  1096k| 10319k|   3.1 | 815M|  63 |   - |  70 |6361 |  70 |  21 |  20 |1328k|3682 | 0.000000e+00 |      --      |    Inf 
569.10/569.18	c   569s|  3310k|  1099k| 10350k|   3.1 | 817M|  63 |   8 |  70 |5057 |  70 |  21 |  20 |1332k|3682 | 0.000000e+00 |      --      |    Inf 
571.02/571.09	c   571s|  3320k|  1102k| 10381k|   3.1 | 819M|  63 |   8 |  70 |4925 |  70 |  21 |  20 |1337k|3682 | 0.000000e+00 |      --      |    Inf 
572.81/572.88	c   573s|  3330k|  1105k| 10411k|   3.1 | 822M|  63 |   8 |  70 |5667 |  70 |  21 |  20 |1341k|3682 | 0.000000e+00 |      --      |    Inf 
574.71/574.79	c   575s|  3340k|  1108k| 10443k|   3.1 | 824M|  63 |   8 |  70 |5309 |  70 |  21 |  20 |1345k|3682 | 0.000000e+00 |      --      |    Inf 
576.60/576.69	c   577s|  3350k|  1111k| 10474k|   3.1 | 826M|  63 |   - |  70 |4738 |  70 |  21 |  20 |1349k|3682 | 0.000000e+00 |      --      |    Inf 
578.41/578.48	c   578s|  3360k|  1114k| 10505k|   3.1 | 829M|  63 |   - |  70 |5116 |  70 |  21 |  20 |1354k|3682 | 0.000000e+00 |      --      |    Inf 
580.30/580.37	c   580s|  3370k|  1117k| 10537k|   3.1 | 831M|  63 |   8 |  70 |4651 |  70 |  21 |  20 |1358k|3682 | 0.000000e+00 |      --      |    Inf 
581.92/581.98	c   582s|  3380k|  1120k| 10570k|   3.1 | 834M|  63 |   - |  70 |6169 |  70 |  21 |  20 |1362k|3682 | 0.000000e+00 |      --      |    Inf 
583.61/583.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.61/583.68	c   584s|  3390k|  1124k| 10603k|   3.1 | 837M|  63 |   8 |  70 |6375 |  70 |  21 |  20 |1366k|3682 | 0.000000e+00 |      --      |    Inf 
585.40/585.42	c   585s|  3400k|  1127k| 10637k|   3.1 | 839M|  63 |   - |  70 |6573 |  70 |  21 |  20 |1370k|3682 | 0.000000e+00 |      --      |    Inf 
587.20/587.22	c   587s|  3410k|  1131k| 10671k|   3.1 | 842M|  63 |   8 |  70 |6870 |  70 |  21 |  20 |1374k|3682 | 0.000000e+00 |      --      |    Inf 
589.00/589.01	c   589s|  3420k|  1134k| 10701k|   3.1 | 844M|  63 |   8 |  70 |7463 |  70 |  21 |  20 |1378k|3682 | 0.000000e+00 |      --      |    Inf 
590.83/590.87	c   591s|  3430k|  1137k| 10735k|   3.1 | 847M|  63 |   8 |  70 |7142 |  70 |  21 |  20 |1382k|3682 | 0.000000e+00 |      --      |    Inf 
592.61/592.70	c   593s|  3440k|  1140k| 10768k|   3.1 | 849M|  63 |   8 |  70 |7016 |  70 |  21 |  20 |1386k|3682 | 0.000000e+00 |      --      |    Inf 
594.50/594.50	c   595s|  3450k|  1144k| 10801k|   3.1 | 851M|  63 |   8 |  70 |7153 |  70 |  21 |  20 |1390k|3682 | 0.000000e+00 |      --      |    Inf 
596.33/596.34	c   596s|  3460k|  1147k| 10833k|   3.1 | 854M|  63 |   8 |  70 |7429 |  70 |  21 |  20 |1394k|3682 | 0.000000e+00 |      --      |    Inf 
598.20/598.24	c   598s|  3470k|  1150k| 10865k|   3.1 | 856M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1399k|3682 | 0.000000e+00 |      --      |    Inf 
600.01/600.02	c   600s|  3480k|  1153k| 10898k|   3.1 | 859M|  63 |   8 |  70 |7563 |  70 |  21 |  20 |1403k|3682 | 0.000000e+00 |      --      |    Inf 
601.90/601.96	c   602s|  3490k|  1157k| 10930k|   3.1 | 861M|  63 |   8 |  70 |6365 |  70 |  21 |  20 |1407k|3682 | 0.000000e+00 |      --      |    Inf 
603.81/603.83	c   604s|  3500k|  1160k| 10964k|   3.1 | 864M|  63 |   8 |  70 |7004 |  70 |  21 |  20 |1411k|3682 | 0.000000e+00 |      --      |    Inf 
605.81/605.89	c   606s|  3510k|  1163k| 10995k|   3.1 | 866M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |1416k|3682 | 0.000000e+00 |      --      |    Inf 
607.80/607.89	c   608s|  3520k|  1166k| 11026k|   3.1 | 868M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |1420k|3682 | 0.000000e+00 |      --      |    Inf 
609.81/609.81	c   610s|  3530k|  1169k| 11057k|   3.1 | 870M|  63 |   8 |  70 |5499 |  70 |  21 |  20 |1424k|3682 | 0.000000e+00 |      --      |    Inf 
611.50/611.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.50/611.59	c   612s|  3540k|  1172k| 11089k|   3.1 | 873M|  63 |   8 |  70 |6084 |  70 |  21 |  20 |1428k|3682 | 0.000000e+00 |      --      |    Inf 
613.60/613.68	c   614s|  3550k|  1175k| 11120k|   3.1 | 875M|  63 |   8 |  70 |5179 |  70 |  21 |  20 |1432k|3682 | 0.000000e+00 |      --      |    Inf 
615.60/615.67	c   616s|  3560k|  1178k| 11151k|   3.1 | 877M|  63 |   - |  70 |5035 |  70 |  21 |  20 |1437k|3682 | 0.000000e+00 |      --      |    Inf 
617.50/617.54	c   618s|  3570k|  1181k| 11183k|   3.1 | 880M|  63 |   8 |  70 |5914 |  70 |  21 |  20 |1441k|3682 | 0.000000e+00 |      --      |    Inf 
619.51/619.52	c   620s|  3580k|  1184k| 11215k|   3.1 | 882M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1445k|3682 | 0.000000e+00 |      --      |    Inf 
621.31/621.35	c   621s|  3590k|  1187k| 11245k|   3.1 | 885M|  63 |   - |  70 |5574 |  70 |  21 |  20 |1449k|3682 | 0.000000e+00 |      --      |    Inf 
623.31/623.33	c   623s|  3600k|  1190k| 11276k|   3.1 | 887M|  63 |   8 |  70 |5227 |  70 |  21 |  20 |1453k|3682 | 0.000000e+00 |      --      |    Inf 
625.00/625.09	c   625s|  3610k|  1194k| 11307k|   3.1 | 890M|  63 |   - |  70 |5660 |  70 |  21 |  20 |1457k|3682 | 0.000000e+00 |      --      |    Inf 
627.02/627.03	c   627s|  3620k|  1197k| 11339k|   3.1 | 892M|  63 |   8 |  70 |5431 |  70 |  21 |  20 |1461k|3682 | 0.000000e+00 |      --      |    Inf 
628.90/628.98	c   629s|  3630k|  1199k| 11370k|   3.1 | 894M|  63 |   8 |  70 |5533 |  70 |  21 |  20 |1466k|3682 | 0.000000e+00 |      --      |    Inf 
630.80/630.84	c   631s|  3640k|  1202k| 11401k|   3.1 | 897M|  63 |   8 |  70 |6049 |  70 |  21 |  20 |1470k|3682 | 0.000000e+00 |      --      |    Inf 
632.80/632.84	c   633s|  3650k|  1205k| 11433k|   3.1 | 899M|  63 |   8 |  70 |5356 |  70 |  21 |  20 |1474k|3682 | 0.000000e+00 |      --      |    Inf 
634.72/634.80	c   635s|  3660k|  1208k| 11464k|   3.1 | 902M|  63 |   - |  70 |5248 |  70 |  21 |  20 |1478k|3682 | 0.000000e+00 |      --      |    Inf 
636.51/636.56	c   637s|  3670k|  1211k| 11495k|   3.1 | 904M|  63 |   8 |  70 |5853 |  70 |  21 |  20 |1482k|3682 | 0.000000e+00 |      --      |    Inf 
638.31/638.32	c   638s|  3680k|  1215k| 11525k|   3.1 | 907M|  63 |   8 |  70 |6666 |  70 |  21 |  20 |1486k|3682 | 0.000000e+00 |      --      |    Inf 
640.01/640.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.01/640.03	c   640s|  3690k|  1219k| 11556k|   3.1 | 909M|  63 |   8 |  70 |7387 |  70 |  21 |  20 |1490k|3682 | 0.000000e+00 |      --      |    Inf 
641.81/641.81	c   642s|  3700k|  1223k| 11586k|   3.1 | 912M|  63 |   8 |  70 |8495 |  70 |  21 |  20 |1494k|3682 | 0.000000e+00 |      --      |    Inf 
643.71/643.77	c   644s|  3710k|  1226k| 11617k|   3.1 | 914M|  63 |   8 |  70 |7296 |  70 |  21 |  20 |1498k|3682 | 0.000000e+00 |      --      |    Inf 
645.61/645.68	c   646s|  3720k|  1229k| 11648k|   3.1 | 917M|  63 |   8 |  70 |6388 |  70 |  21 |  20 |1502k|3682 | 0.000000e+00 |      --      |    Inf 
647.70/647.70	c   648s|  3730k|  1232k| 11679k|   3.1 | 919M|  63 |   8 |  70 |5920 |  70 |  21 |  20 |1506k|3682 | 0.000000e+00 |      --      |    Inf 
649.61/649.63	c   650s|  3740k|  1235k| 11710k|   3.1 | 921M|  63 |   - |  70 |5802 |  70 |  21 |  20 |1511k|3682 | 0.000000e+00 |      --      |    Inf 
651.61/651.67	c   652s|  3750k|  1238k| 11742k|   3.1 | 924M|  63 |   8 |  70 |5710 |  70 |  21 |  20 |1515k|3682 | 0.000000e+00 |      --      |    Inf 
653.42/653.46	c   653s|  3760k|  1241k| 11774k|   3.1 | 926M|  63 |   - |  70 |6811 |  70 |  21 |  20 |1519k|3682 | 0.000000e+00 |      --      |    Inf 
655.31/655.40	c   655s|  3770k|  1244k| 11806k|   3.1 | 929M|  63 |   8 |  70 |6216 |  70 |  21 |  20 |1523k|3682 | 0.000000e+00 |      --      |    Inf 
657.30/657.38	c   657s|  3780k|  1247k| 11837k|   3.1 | 931M|  63 |   - |  70 |5368 |  70 |  21 |  20 |1527k|3682 | 0.000000e+00 |      --      |    Inf 
659.20/659.21	c   659s|  3790k|  1250k| 11868k|   3.1 | 933M|  63 |   - |  70 |5685 |  70 |  21 |  20 |1531k|3682 | 0.000000e+00 |      --      |    Inf 
661.01/661.07	c   661s|  3800k|  1254k| 11899k|   3.1 | 936M|  63 |   8 |  70 |5720 |  70 |  21 |  20 |1535k|3682 | 0.000000e+00 |      --      |    Inf 
663.01/663.01	c   663s|  3810k|  1257k| 11931k|   3.1 | 938M|  63 |   8 |  70 |5215 |  70 |  21 |  20 |1540k|3682 | 0.000000e+00 |      --      |    Inf 
664.90/664.92	c   665s|  3820k|  1260k| 11962k|   3.1 | 940M|  63 |   8 |  70 |5239 |  70 |  21 |  20 |1544k|3682 | 0.000000e+00 |      --      |    Inf 
666.81/666.80	c   667s|  3830k|  1263k| 11993k|   3.1 | 943M|  63 |   8 |  70 |5482 |  70 |  21 |  20 |1548k|3682 | 0.000000e+00 |      --      |    Inf 
668.70/668.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
668.70/668.71	c   669s|  3840k|  1266k| 12024k|   3.1 | 945M|  63 |   8 |  70 |5593 |  70 |  21 |  20 |1552k|3682 | 0.000000e+00 |      --      |    Inf 
670.61/670.61	c   671s|  3850k|  1269k| 12055k|   3.1 | 948M|  63 |   8 |  70 |5234 |  70 |  21 |  20 |1556k|3682 | 0.000000e+00 |      --      |    Inf 
672.60/672.65	c   673s|  3860k|  1272k| 12086k|   3.1 | 950M|  63 |   8 |  70 |4911 |  70 |  21 |  20 |1561k|3682 | 0.000000e+00 |      --      |    Inf 
674.51/674.59	c   675s|  3870k|  1275k| 12117k|   3.1 | 952M|  63 |   - |  70 |5381 |  70 |  21 |  20 |1565k|3682 | 0.000000e+00 |      --      |    Inf 
676.41/676.48	c   676s|  3880k|  1278k| 12147k|   3.1 | 955M|  63 |   8 |  70 |5670 |  70 |  21 |  20 |1569k|3682 | 0.000000e+00 |      --      |    Inf 
678.31/678.32	c   678s|  3890k|  1281k| 12178k|   3.1 | 957M|  63 |   - |  70 |6417 |  70 |  21 |  20 |1573k|3682 | 0.000000e+00 |      --      |    Inf 
680.11/680.14	c   680s|  3900k|  1284k| 12210k|   3.1 | 960M|  63 |   8 |  70 |6489 |  70 |  21 |  20 |1577k|3682 | 0.000000e+00 |      --      |    Inf 
682.12/682.17	c   682s|  3910k|  1287k| 12241k|   3.1 | 962M|  63 |   8 |  70 |5384 |  70 |  21 |  20 |1582k|3682 | 0.000000e+00 |      --      |    Inf 
684.11/684.11	c   684s|  3920k|  1290k| 12272k|   3.1 | 964M|  63 |   - |  70 |5743 |  70 |  21 |  20 |1586k|3682 | 0.000000e+00 |      --      |    Inf 
686.01/686.01	c   686s|  3930k|  1293k| 12304k|   3.1 | 967M|  63 |   8 |  70 |6124 |  70 |  21 |  20 |1590k|3682 | 0.000000e+00 |      --      |    Inf 
688.01/688.00	c   688s|  3940k|  1296k| 12335k|   3.1 | 969M|  63 |   8 |  70 |5112 |  70 |  21 |  20 |1595k|3682 | 0.000000e+00 |      --      |    Inf 
689.72/689.79	c   690s|  3950k|  1299k| 12366k|   3.1 | 972M|  63 |   - |  70 |6170 |   0 |   0 |  20 |1599k|3682 | 0.000000e+00 |      --      |    Inf 
691.51/691.55	c   692s|  3960k|  1303k| 12397k|   3.1 | 974M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1603k|3682 | 0.000000e+00 |      --      |    Inf 
693.51/693.58	c   694s|  3970k|  1306k| 12428k|   3.1 | 977M|  63 |   8 |  70 |6844 |  70 |  21 |  20 |1607k|3682 | 0.000000e+00 |      --      |    Inf 
695.61/695.64	c   696s|  3980k|  1308k| 12459k|   3.1 | 979M|  63 |   - |  70 |5806 |  70 |  21 |  20 |1611k|3682 | 0.000000e+00 |      --      |    Inf 
697.61/697.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
697.61/697.63	c   698s|  3990k|  1311k| 12490k|   3.1 | 981M|  63 |   8 |  70 |5555 |  70 |  21 |  20 |1616k|3682 | 0.000000e+00 |      --      |    Inf 
699.40/699.43	c   699s|  4000k|  1315k| 12522k|   3.1 | 984M|  63 |   8 |  70 |6640 |  70 |  21 |  20 |1620k|3682 | 0.000000e+00 |      --      |    Inf 
701.31/701.33	c   701s|  4010k|  1318k| 12553k|   3.1 | 986M|  63 |   - |  70 |6143 |  70 |  21 |  20 |1624k|3682 | 0.000000e+00 |      --      |    Inf 
703.30/703.39	c   703s|  4020k|  1321k| 12584k|   3.1 | 989M|  63 |   8 |  70 |5592 |  70 |  21 |  20 |1628k|3682 | 0.000000e+00 |      --      |    Inf 
705.12/705.12	c   705s|  4030k|  1324k| 12615k|   3.1 | 991M|  63 |   8 |  70 |5862 |  70 |  21 |  20 |1632k|3682 | 0.000000e+00 |      --      |    Inf 
707.01/707.06	c   707s|  4040k|  1328k| 12646k|   3.1 | 994M|  63 |   8 |  70 |5957 |  70 |  21 |  20 |1636k|3682 | 0.000000e+00 |      --      |    Inf 
709.01/709.02	c   709s|  4050k|  1331k| 12677k|   3.1 | 996M|  63 |   8 |  70 |5889 |  70 |  21 |  20 |1640k|3682 | 0.000000e+00 |      --      |    Inf 
710.80/710.87	c   711s|  4060k|  1334k| 12709k|   3.1 | 998M|  63 |   - |  70 |6277 |  70 |  21 |  20 |1644k|3682 | 0.000000e+00 |      --      |    Inf 
712.71/712.77	c   713s|  4070k|  1337k| 12739k|   3.1 |1001M|  63 |   - |  70 |5964 |  70 |  21 |  20 |1648k|3682 | 0.000000e+00 |      --      |    Inf 
714.70/714.77	c   715s|  4080k|  1340k| 12771k|   3.1 |1003M|  63 |   - |  70 |5441 |  70 |  21 |  20 |1653k|3682 | 0.000000e+00 |      --      |    Inf 
716.71/716.72	c   717s|  4090k|  1343k| 12803k|   3.1 |1005M|  63 |   - |  70 |5135 |  70 |  21 |  20 |1657k|3682 | 0.000000e+00 |      --      |    Inf 
718.51/718.58	c   719s|  4100k|  1346k| 12834k|   3.1 |1008M|  63 |   - |  70 |5168 |  70 |  21 |  20 |1661k|3682 | 0.000000e+00 |      --      |    Inf 
720.52/720.59	c   721s|  4110k|  1349k| 12865k|   3.1 |1010M|  63 |   8 |  70 |4957 |  70 |  21 |  20 |1665k|3682 | 0.000000e+00 |      --      |    Inf 
722.41/722.43	c   722s|  4120k|  1352k| 12897k|   3.1 |1013M|  63 |   8 |  70 |5725 |  70 |  21 |  20 |1669k|3682 | 0.000000e+00 |      --      |    Inf 
724.41/724.44	c   724s|  4130k|  1355k| 12927k|   3.1 |1015M|  63 |   - |  70 |5170 |  70 |  21 |  20 |1674k|3682 | 0.000000e+00 |      --      |    Inf 
726.20/726.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
726.20/726.22	c   726s|  4140k|  1358k| 12959k|   3.1 |1018M|  63 |   8 |  70 |6382 |  70 |  21 |  20 |1678k|3682 | 0.000000e+00 |      --      |    Inf 
728.11/728.17	c   728s|  4150k|  1361k| 12991k|   3.1 |1020M|  63 |   - |  70 |6010 |  70 |  21 |  20 |1682k|3682 | 0.000000e+00 |      --      |    Inf 
730.01/730.01	c   730s|  4160k|  1364k| 13023k|   3.1 |1023M|  63 |   8 |  70 |6378 |  70 |  21 |  20 |1686k|3682 | 0.000000e+00 |      --      |    Inf 
731.91/731.94	c   732s|  4170k|  1367k| 13054k|   3.1 |1025M|  63 |   - |  70 |6468 |  70 |  21 |  20 |1690k|3682 | 0.000000e+00 |      --      |    Inf 
733.91/733.90	c   734s|  4180k|  1370k| 13085k|   3.1 |1027M|  63 |   - |  70 |6079 |  70 |  21 |  20 |1695k|3682 | 0.000000e+00 |      --      |    Inf 
735.92/735.94	c   736s|  4190k|  1373k| 13117k|   3.1 |1030M|  63 |   - |  70 |5331 |   0 |   0 |  20 |1699k|3682 | 0.000000e+00 |      --      |    Inf 
737.81/737.86	c   738s|  4200k|  1376k| 13148k|   3.1 |1032M|  63 |   - |  70 |5932 |  70 |  21 |  20 |1703k|3682 | 0.000000e+00 |      --      |    Inf 
739.71/739.79	c   740s|  4210k|  1379k| 13179k|   3.1 |1034M|  63 |   8 |  70 |5723 |  70 |  21 |  20 |1707k|3682 | 0.000000e+00 |      --      |    Inf 
741.81/741.81	c   742s|  4220k|  1382k| 13210k|   3.1 |1037M|  63 |   8 |  70 |5392 |  70 |  21 |  20 |1712k|3682 | 0.000000e+00 |      --      |    Inf 
743.62/743.68	c   744s|  4230k|  1385k| 13241k|   3.1 |1039M|  63 |   8 |  70 |5442 |  70 |  21 |  20 |1716k|3682 | 0.000000e+00 |      --      |    Inf 
745.71/745.71	c   746s|  4240k|  1388k| 13272k|   3.1 |1041M|  63 |   - |  70 |5074 |  70 |  21 |  20 |1720k|3682 | 0.000000e+00 |      --      |    Inf 
747.61/747.61	c   748s|  4250k|  1391k| 13302k|   3.1 |1044M|  63 |   8 |  70 |4930 |  70 |  21 |  20 |1724k|3684 | 0.000000e+00 |      --      |    Inf 
749.31/749.33	c   749s|  4260k|  1395k| 13334k|   3.1 |1047M|  63 |   8 |  70 |6309 |  70 |  21 |  20 |1728k|3685 | 0.000000e+00 |      --      |    Inf 
751.21/751.30	c   751s|  4270k|  1398k| 13366k|   3.1 |1049M|  63 |   8 |  70 |5383 |  70 |  21 |  20 |1732k|3689 | 0.000000e+00 |      --      |    Inf 
753.11/753.13	c   753s|  4280k|  1401k| 13397k|   3.1 |1051M|  63 |   - |  70 |5286 |  70 |  21 |  20 |1736k|3689 | 0.000000e+00 |      --      |    Inf 
755.01/755.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.01/755.08	c   755s|  4290k|  1404k| 13429k|   3.1 |1054M|  63 |   - |  70 |5176 |  70 |  21 |  20 |1741k|3694 | 0.000000e+00 |      --      |    Inf 
756.93/756.99	c   757s|  4300k|  1406k| 13460k|   3.1 |1056M|  63 |   - |  70 |5668 |  70 |  21 |  20 |1745k|3694 | 0.000000e+00 |      --      |    Inf 
759.03/759.06	c   759s|  4310k|  1409k| 13492k|   3.1 |1058M|  63 |   8 |  70 |5090 |  70 |  21 |  20 |1749k|3697 | 0.000000e+00 |      --      |    Inf 
760.91/760.91	c   761s|  4320k|  1412k| 13523k|   3.1 |1061M|  63 |   8 |  70 |5483 |  70 |  21 |  20 |1753k|3700 | 0.000000e+00 |      --      |    Inf 
762.71/762.77	c   763s|  4330k|  1416k| 13555k|   3.1 |1063M|  63 |   - |  70 |6349 |  70 |  21 |  20 |1758k|3701 | 0.000000e+00 |      --      |    Inf 
764.53/764.60	c   765s|  4340k|  1419k| 13585k|   3.1 |1066M|  63 |   8 |  70 |7272 |  70 |  21 |  20 |1762k|3705 | 0.000000e+00 |      --      |    Inf 
766.31/766.38	c   766s|  4350k|  1422k| 13616k|   3.1 |1068M|  63 |   - |  70 |7250 |  70 |  21 |  20 |1766k|3706 | 0.000000e+00 |      --      |    Inf 
768.41/768.43	c   768s|  4360k|  1425k| 13647k|   3.1 |1071M|  63 |   8 |  70 |5963 |  70 |  21 |  20 |1770k|3707 | 0.000000e+00 |      --      |    Inf 
770.31/770.35	c   770s|  4370k|  1429k| 13677k|   3.1 |1073M|  63 |   8 |  70 |5367 |  70 |  21 |  20 |1774k|3711 | 0.000000e+00 |      --      |    Inf 
772.23/772.23	c   772s|  4380k|  1432k| 13708k|   3.1 |1075M|  63 |   8 |  70 |5452 |  70 |  21 |  20 |1778k|3717 | 0.000000e+00 |      --      |    Inf 
774.11/774.11	c   774s|  4390k|  1435k| 13739k|   3.1 |1078M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |1782k|3717 | 0.000000e+00 |      --      |    Inf 
776.01/776.03	c   776s|  4400k|  1438k| 13770k|   3.1 |1080M|  63 |   - |  70 |5754 |  70 |  21 |  20 |1786k|3718 | 0.000000e+00 |      --      |    Inf 
778.00/778.03	c   778s|  4410k|  1441k| 13801k|   3.1 |1082M|  63 |   8 |  70 |5244 |  70 |  21 |  20 |1791k|3718 | 0.000000e+00 |      --      |    Inf 
779.81/779.90	c   780s|  4420k|  1444k| 13832k|   3.1 |1085M|  63 |   8 |  70 |5718 |  70 |  21 |  20 |1795k|3719 | 0.000000e+00 |      --      |    Inf 
781.71/781.76	c   782s|  4430k|  1447k| 13864k|   3.1 |1087M|  63 |   8 |  70 |6091 |  70 |  21 |  20 |1799k|3722 | 0.000000e+00 |      --      |    Inf 
783.70/783.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.70/783.77	c   784s|  4440k|  1450k| 13894k|   3.1 |1090M|  63 |   8 |  70 |5495 |  70 |  21 |  20 |1803k|3722 | 0.000000e+00 |      --      |    Inf 
785.43/785.47	c   785s|  4450k|  1454k| 13924k|   3.1 |1092M|  63 |   - |  70 |6359 |  70 |  21 |  20 |1807k|3722 | 0.000000e+00 |      --      |    Inf 
787.31/787.36	c   787s|  4460k|  1457k| 13955k|   3.1 |1095M|  63 |   8 |  70 |6174 |  70 |  21 |  20 |1811k|3725 | 0.000000e+00 |      --      |    Inf 
789.31/789.37	c   789s|  4470k|  1460k| 13986k|   3.1 |1097M|  63 |   - |  70 |6045 |  70 |  21 |  20 |1815k|3727 | 0.000000e+00 |      --      |    Inf 
791.31/791.30	c   791s|  4480k|  1463k| 14018k|   3.1 |1100M|  63 |   8 |  70 |6343 |  70 |  21 |  20 |1819k|3728 | 0.000000e+00 |      --      |    Inf 
793.31/793.37	c   793s|  4490k|  1466k| 14048k|   3.1 |1102M|  63 |   8 |  70 |5464 |  70 |  21 |  20 |1823k|3728 | 0.000000e+00 |      --      |    Inf 
795.32/795.32	c   795s|  4500k|  1469k| 14079k|   3.1 |1104M|  63 |   8 |  70 |4950 |  70 |  21 |  20 |1828k|3728 | 0.000000e+00 |      --      |    Inf 
797.31/797.33	c   797s|  4510k|  1472k| 14111k|   3.1 |1107M|  63 |   8 |  70 |5206 |  70 |  21 |  20 |1832k|3729 | 0.000000e+00 |      --      |    Inf 
799.11/799.19	c   799s|  4520k|  1475k| 14141k|   3.1 |1109M|  63 |   8 |  70 |5626 |  70 |  21 |  20 |1836k|3729 | 0.000000e+00 |      --      |    Inf 
801.01/801.09	c   801s|  4530k|  1478k| 14171k|   3.1 |1111M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1840k|3729 | 0.000000e+00 |      --      |    Inf 
802.81/802.89	c   803s|  4540k|  1481k| 14203k|   3.1 |1114M|  63 |   8 |  70 |6445 |  70 |  21 |  20 |1845k|3729 | 0.000000e+00 |      --      |    Inf 
804.71/804.79	c   805s|  4550k|  1484k| 14234k|   3.1 |1116M|  63 |   8 |  70 |6111 |  70 |  21 |  20 |1849k|3729 | 0.000000e+00 |      --      |    Inf 
806.81/806.87	c   807s|  4560k|  1487k| 14265k|   3.1 |1119M|  63 |   8 |  70 |4821 |  70 |  21 |  20 |1853k|3729 | 0.000000e+00 |      --      |    Inf 
808.81/808.89	c   809s|  4570k|  1490k| 14297k|   3.1 |1121M|  63 |   8 |  70 |4943 |  70 |  21 |  20 |1858k|3729 | 0.000000e+00 |      --      |    Inf 
810.73/810.78	c   811s|  4580k|  1493k| 14326k|   3.1 |1123M|  63 |   8 |  70 |5147 |  70 |  21 |  20 |1862k|3729 | 0.000000e+00 |      --      |    Inf 
812.61/812.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
812.61/812.69	c   813s|  4590k|  1496k| 14357k|   3.1 |1126M|  63 |   8 |  70 |5331 |  70 |  21 |  20 |1866k|3729 | 0.000000e+00 |      --      |    Inf 
814.51/814.57	c   815s|  4600k|  1499k| 14389k|   3.1 |1128M|  63 |   8 |  70 |5053 |  70 |  21 |  20 |1870k|3729 | 0.000000e+00 |      --      |    Inf 
816.41/816.42	c   816s|  4610k|  1502k| 14421k|   3.1 |1131M|  63 |   8 |  70 |5183 |  70 |  21 |  20 |1875k|3729 | 0.000000e+00 |      --      |    Inf 
818.21/818.21	c   818s|  4620k|  1506k| 14452k|   3.1 |1133M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |1879k|3729 | 0.000000e+00 |      --      |    Inf 
820.22/820.21	c   820s|  4630k|  1509k| 14482k|   3.1 |1136M|  63 |   8 |  70 |5302 |  70 |  21 |  20 |1883k|3729 | 0.000000e+00 |      --      |    Inf 
822.11/822.11	c   822s|  4640k|  1512k| 14514k|   3.1 |1138M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |1887k|3729 | 0.000000e+00 |      --      |    Inf 
823.93/823.92	c   824s|  4650k|  1515k| 14546k|   3.1 |1141M|  63 |   8 |  70 |6417 |  70 |  21 |  20 |1891k|3729 | 0.000000e+00 |      --      |    Inf 
825.81/825.84	c   826s|  4660k|  1518k| 14577k|   3.1 |1143M|  63 |   - |  70 |6353 |  70 |  21 |  20 |1895k|3729 | 0.000000e+00 |      --      |    Inf 
827.81/827.83	c   828s|  4670k|  1521k| 14608k|   3.1 |1145M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |1899k|3729 | 0.000000e+00 |      --      |    Inf 
829.81/829.83	c   830s|  4680k|  1524k| 14640k|   3.1 |1148M|  63 |   - |  70 |5697 |  70 |  21 |  20 |1904k|3729 | 0.000000e+00 |      --      |    Inf 
831.91/831.92	c   832s|  4690k|  1527k| 14672k|   3.1 |1150M|  63 |   - |  70 |5174 |  70 |  21 |  20 |1908k|3729 | 0.000000e+00 |      --      |    Inf 
833.82/833.85	c   834s|  4700k|  1530k| 14704k|   3.1 |1152M|  63 |   8 |  70 |5382 |  70 |  21 |  20 |1912k|3729 | 0.000000e+00 |      --      |    Inf 
835.71/835.77	c   836s|  4710k|  1533k| 14735k|   3.1 |1155M|  63 |   - |  70 |5797 |  70 |  21 |  20 |1917k|3729 | 0.000000e+00 |      --      |    Inf 
837.61/837.68	c   838s|  4720k|  1536k| 14767k|   3.1 |1157M|  63 |   - |  70 |5617 |  70 |  21 |  20 |1921k|3729 | 0.000000e+00 |      --      |    Inf 
839.61/839.61	c   840s|  4730k|  1539k| 14798k|   3.1 |1160M|  63 |   8 |  70 |6157 |  70 |  21 |  20 |1925k|3729 | 0.000000e+00 |      --      |    Inf 
841.71/841.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.71/841.74	c   842s|  4740k|  1542k| 14829k|   3.1 |1162M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1929k|3729 | 0.000000e+00 |      --      |    Inf 
843.72/843.73	c   844s|  4750k|  1545k| 14859k|   3.1 |1164M|  63 |   8 |  70 |5368 |  70 |  21 |  20 |1934k|3729 | 0.000000e+00 |      --      |    Inf 
845.61/845.60	c   846s|  4760k|  1548k| 14891k|   3.1 |1167M|  63 |   8 |  70 |5661 |  70 |  21 |  20 |1938k|3730 | 0.000000e+00 |      --      |    Inf 
847.51/847.50	c   848s|  4770k|  1551k| 14921k|   3.1 |1169M|  63 |   - |  70 |6247 |  70 |  21 |  20 |1942k|3730 | 0.000000e+00 |      --      |    Inf 
849.51/849.55	c   850s|  4780k|  1554k| 14953k|   3.1 |1171M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1946k|3733 | 0.000000e+00 |      --      |    Inf 
851.53/851.59	c   852s|  4790k|  1557k| 14984k|   3.1 |1174M|  63 |   8 |  70 |5581 |  70 |  21 |  20 |1950k|3735 | 0.000000e+00 |      --      |    Inf 
853.51/853.58	c   854s|  4800k|  1560k| 15014k|   3.1 |1176M|  63 |   - |  70 |5218 |  70 |  21 |  20 |1955k|3738 | 0.000000e+00 |      --      |    Inf 
855.61/855.60	c   856s|  4810k|  1562k| 15045k|   3.1 |1178M|  63 |   8 |  70 |5034 |  70 |  21 |  20 |1959k|3738 | 0.000000e+00 |      --      |    Inf 
857.51/857.56	c   858s|  4820k|  1565k| 15077k|   3.1 |1181M|  63 |   8 |  70 |5759 |  70 |  21 |  20 |1963k|3740 | 0.000000e+00 |      --      |    Inf 
859.51/859.59	c   860s|  4830k|  1568k| 15108k|   3.1 |1183M|  63 |   8 |  70 |5369 |  70 |  21 |  20 |1967k|3740 | 0.000000e+00 |      --      |    Inf 
861.51/861.52	c   862s|  4840k|  1571k| 15139k|   3.1 |1186M|  63 |   8 |  70 |5154 |  70 |  21 |  20 |1972k|3740 | 0.000000e+00 |      --      |    Inf 
863.31/863.36	c   863s|  4850k|  1575k| 15170k|   3.1 |1188M|  63 |   - |  70 |5458 |  70 |  21 |  20 |1976k|3740 | 0.000000e+00 |      --      |    Inf 
865.21/865.25	c   865s|  4860k|  1577k| 15201k|   3.1 |1190M|  63 |   8 |  70 |6144 |  70 |  21 |  20 |1980k|3740 | 0.000000e+00 |      --      |    Inf 
867.31/867.32	c   867s|  4870k|  1580k| 15232k|   3.1 |1193M|  63 |   8 |  70 |5379 |  70 |  21 |  20 |1984k|3744 | 0.000000e+00 |      --      |    Inf 
869.13/869.15	c   869s|  4880k|  1584k| 15264k|   3.1 |1195M|  63 |   - |  70 |5494 |  70 |  21 |  20 |1988k|3746 | 0.000000e+00 |      --      |    Inf 
871.12/871.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.12/871.21	c   871s|  4890k|  1586k| 15295k|   3.1 |1197M|  63 |   8 |  70 |4994 |  70 |  21 |  20 |1993k|3749 | 0.000000e+00 |      --      |    Inf 
873.11/873.17	c   873s|  4900k|  1589k| 15326k|   3.1 |1200M|  63 |   - |  70 |5581 |  70 |  21 |  20 |1997k|3751 | 0.000000e+00 |      --      |    Inf 
875.01/875.07	c   875s|  4910k|  1592k| 15357k|   3.1 |1202M|  63 |   8 |  70 |5882 |  70 |  21 |  20 |2001k|3753 | 0.000000e+00 |      --      |    Inf 
876.92/876.94	c   877s|  4920k|  1595k| 15389k|   3.1 |1205M|  63 |   8 |  70 |6752 |  70 |  21 |  20 |2006k|3753 | 0.000000e+00 |      --      |    Inf 
878.92/878.99	c   879s|  4930k|  1598k| 15419k|   3.1 |1207M|  63 |   - |  70 |5726 |  70 |  21 |  20 |2010k|3760 | 0.000000e+00 |      --      |    Inf 
881.01/881.02	c   881s|  4940k|  1601k| 15450k|   3.1 |1209M|  63 |   8 |  70 |5362 |  70 |  21 |  20 |2014k|3760 | 0.000000e+00 |      --      |    Inf 
882.81/882.89	c   883s|  4950k|  1604k| 15481k|   3.1 |1212M|  63 |   8 |  70 |6317 |  70 |  21 |  20 |2019k|3761 | 0.000000e+00 |      --      |    Inf 
884.71/884.79	c   885s|  4960k|  1607k| 15512k|   3.1 |1214M|  63 |   8 |  70 |6927 |  70 |  21 |  20 |2023k|3763 | 0.000000e+00 |      --      |    Inf 
886.73/886.77	c   887s|  4970k|  1610k| 15543k|   3.1 |1217M|  63 |   - |  70 |6951 |  70 |  21 |  20 |2027k|3764 | 0.000000e+00 |      --      |    Inf 
888.83/888.83	c   889s|  4980k|  1613k| 15573k|   3.1 |1219M|  63 |   8 |  70 |6359 |  70 |  21 |  20 |2031k|3767 | 0.000000e+00 |      --      |    Inf 
890.71/890.71	c   891s|  4990k|  1616k| 15605k|   3.1 |1222M|  63 |   8 |  70 |7074 |  70 |  21 |  20 |2035k|3767 | 0.000000e+00 |      --      |    Inf 
892.41/892.44	c   892s|  5000k|  1620k| 15636k|   3.1 |1224M|  63 |   - |  70 |8026 |  70 |  21 |  20 |2039k|3767 | 0.000000e+00 |      --      |    Inf 
894.33/894.34	c   894s|  5010k|  1623k| 15667k|   3.1 |1227M|  63 |   8 |  70 |8735 |  70 |  21 |  20 |2043k|3767 | 0.000000e+00 |      --      |    Inf 
896.53/896.56	c   897s|  5020k|  1626k| 15697k|   3.1 |1229M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2047k|3775 | 0.000000e+00 |      --      |    Inf 
898.61/898.71	c   899s|  5030k|  1629k| 15728k|   3.1 |1231M|  63 |   8 |  70 |5565 |  70 |  21 |  20 |2051k|3777 | 0.000000e+00 |      --      |    Inf 
900.61/900.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
900.61/900.66	c   901s|  5040k|  1632k| 15759k|   3.1 |1234M|  63 |   - |  70 |6022 |  70 |  21 |  20 |2056k|3780 | 0.000000e+00 |      --      |    Inf 
902.61/902.66	c   903s|  5050k|  1635k| 15791k|   3.1 |1236M|  63 |   - |  70 |5593 |  70 |  21 |  20 |2060k|3781 | 0.000000e+00 |      --      |    Inf 
904.61/904.60	c   905s|  5060k|  1638k| 15822k|   3.1 |1238M|  63 |   8 |  70 |5810 |  70 |  21 |  20 |2064k|3784 | 0.000000e+00 |      --      |    Inf 
906.61/906.66	c   907s|  5070k|  1641k| 15853k|   3.1 |1241M|  63 |   8 |  70 |5334 |  70 |  21 |  20 |2068k|3785 | 0.000000e+00 |      --      |    Inf 
908.51/908.58	c   909s|  5080k|  1644k| 15883k|   3.1 |1243M|  63 |   8 |  70 |5449 |  70 |  21 |  20 |2073k|3785 | 0.000000e+00 |      --      |    Inf 
910.51/910.56	c   911s|  5090k|  1647k| 15914k|   3.1 |1246M|  63 |   - |  70 |5443 |  70 |  21 |  20 |2077k|3785 | 0.000000e+00 |      --      |    Inf 
912.51/912.52	c   913s|  5100k|  1650k| 15945k|   3.1 |1248M|  63 |   - |  70 |6003 |  70 |  21 |  20 |2081k|3785 | 0.000000e+00 |      --      |    Inf 
914.42/914.44	c   914s|  5110k|  1653k| 15978k|   3.1 |1251M|  63 |   - |  70 |6551 |  70 |  21 |  20 |2085k|3786 | 0.000000e+00 |      --      |    Inf 
916.43/916.49	c   916s|  5120k|  1656k| 16011k|   3.1 |1253M|  63 |   8 |  70 |7147 |  70 |  21 |  20 |2090k|3786 | 0.000000e+00 |      --      |    Inf 
918.53/918.60	c   919s|  5130k|  1659k| 16043k|   3.1 |1255M|  63 |   8 |  70 |6300 |  70 |  21 |  20 |2094k|3790 | 0.000000e+00 |      --      |    Inf 
920.41/920.45	c   920s|  5140k|  1662k| 16074k|   3.1 |1258M|  63 |   - |  70 |6779 |  70 |  21 |  20 |2098k|3790 | 0.000000e+00 |      --      |    Inf 
922.51/922.57	c   923s|  5150k|  1665k| 16104k|   3.1 |1260M|  63 |   8 |  70 |5727 |  70 |  21 |  20 |2103k|3799 | 0.000000e+00 |      --      |    Inf 
924.61/924.60	c   925s|  5160k|  1668k| 16135k|   3.1 |1262M|  63 |   - |  70 |4920 |  70 |  21 |  20 |2107k|3801 | 0.000000e+00 |      --      |    Inf 
926.23/926.26	c   926s|  5170k|  1672k| 16166k|   3.1 |1265M|  63 |   8 |  70 |6420 |  70 |  21 |  20 |2111k|3801 | 0.000000e+00 |      --      |    Inf 
928.22/928.24	c   928s|  5180k|  1675k| 16197k|   3.1 |1267M|  63 |   8 |  70 |6005 |  70 |  21 |  20 |2115k|3801 | 0.000000e+00 |      --      |    Inf 
930.31/930.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.31/930.30	c   930s|  5190k|  1677k| 16227k|   3.1 |1269M|  63 |   8 |  70 |5765 |  70 |  21 |  20 |2119k|3802 | 0.000000e+00 |      --      |    Inf 
932.21/932.23	c   932s|  5200k|  1681k| 16258k|   3.1 |1272M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |2123k|3803 | 0.000000e+00 |      --      |    Inf 
934.12/934.18	c   934s|  5210k|  1684k| 16289k|   3.1 |1274M|  63 |   - |  70 |6238 |  70 |  21 |  20 |2127k|3803 | 0.000000e+00 |      --      |    Inf 
936.01/936.09	c   936s|  5220k|  1687k| 16320k|   3.1 |1277M|  63 |   8 |  70 |6631 |  70 |  21 |  20 |2131k|3805 | 0.000000e+00 |      --      |    Inf 
937.91/937.98	c   938s|  5230k|  1691k| 16351k|   3.1 |1280M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2135k|3806 | 0.000000e+00 |      --      |    Inf 
940.02/940.03	c   940s|  5240k|  1694k| 16382k|   3.1 |1282M|  63 |   - |  70 |6201 |  70 |  21 |  20 |2140k|3813 | 0.000000e+00 |      --      |    Inf 
942.01/942.07	c   942s|  5250k|  1696k| 16414k|   3.1 |1284M|  63 |   - |  70 |6216 |  70 |  21 |  20 |2144k|3814 | 0.000000e+00 |      --      |    Inf 
944.01/944.09	c   944s|  5260k|  1700k| 16444k|   3.1 |1286M|  63 |   - |  70 |5861 |  70 |  21 |  20 |2148k|3814 | 0.000000e+00 |      --      |    Inf 
946.03/946.10	c   946s|  5270k|  1702k| 16475k|   3.1 |1289M|  63 |   8 |  70 |5952 |  70 |  21 |  20 |2152k|3816 | 0.000000e+00 |      --      |    Inf 
948.12/948.16	c   948s|  5280k|  1705k| 16506k|   3.1 |1291M|  63 |   8 |  70 |5805 |  70 |  21 |  20 |2157k|3816 | 0.000000e+00 |      --      |    Inf 
950.21/950.20	c   950s|  5290k|  1708k| 16538k|   3.1 |1294M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |2161k|3817 | 0.000000e+00 |      --      |    Inf 
952.11/952.19	c   952s|  5300k|  1711k| 16569k|   3.1 |1296M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |2165k|3821 | 0.000000e+00 |      --      |    Inf 
954.02/954.08	c   954s|  5310k|  1714k| 16599k|   3.1 |1299M|  63 |   - |  70 |7274 |  70 |  21 |  20 |2169k|3822 | 0.000000e+00 |      --      |    Inf 
955.81/955.85	c   956s|  5320k|  1718k| 16631k|   3.1 |1301M|  63 |   8 |  70 |8728 |  70 |  21 |  20 |2173k|3826 | 0.000000e+00 |      --      |    Inf 
957.71/957.71	c   958s|  5330k|  1721k| 16661k|   3.1 |1304M|  63 |   - |  70 |9032 |  70 |  21 |  20 |2177k|3826 | 0.000000e+00 |      --      |    Inf 
959.81/959.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.81/959.89	c   960s|  5340k|  1724k| 16692k|   3.1 |1306M|  63 |   8 |  70 |6765 |  70 |  21 |  20 |2181k|3826 | 0.000000e+00 |      --      |    Inf 
961.81/961.87	c   962s|  5350k|  1727k| 16722k|   3.1 |1308M|  63 |   - |  70 |6895 |  70 |  21 |  20 |2185k|3826 | 0.000000e+00 |      --      |    Inf 
963.91/963.99	c   964s|  5360k|  1730k| 16754k|   3.1 |1310M|  63 |   8 |  70 |6064 |  70 |  21 |  20 |2190k|3826 | 0.000000e+00 |      --      |    Inf 
965.93/965.96	c   966s|  5370k|  1733k| 16785k|   3.1 |1313M|  63 |   8 |  70 |6035 |  70 |  21 |  20 |2194k|3826 | 0.000000e+00 |      --      |    Inf 
967.91/967.98	c   968s|  5380k|  1736k| 16816k|   3.1 |1315M|  63 |   - |  70 |5784 |  70 |  21 |  20 |2198k|3826 | 0.000000e+00 |      --      |    Inf 
970.02/970.03	c   970s|  5390k|  1739k| 16847k|   3.1 |1317M|  63 |   8 |  70 |5440 |  70 |  21 |  20 |2203k|3826 | 0.000000e+00 |      --      |    Inf 
971.91/971.92	c   972s|  5400k|  1742k| 16878k|   3.1 |1320M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |2207k|3826 | 0.000000e+00 |      --      |    Inf 
973.72/973.80	c   974s|  5410k|  1745k| 16910k|   3.1 |1322M|  63 |   8 |  70 |5571 |  70 |  21 |  20 |2211k|3826 | 0.000000e+00 |      --      |    Inf 
975.83/975.82	c   976s|  5420k|  1748k| 16941k|   3.1 |1324M|  63 |   8 |  70 |5104 |  70 |  21 |  20 |2215k|3826 | 0.000000e+00 |      --      |    Inf 
977.71/977.72	c   978s|  5430k|  1751k| 16972k|   3.1 |1327M|  63 |   - |  70 |5545 |  70 |  21 |  20 |2219k|3826 | 0.000000e+00 |      --      |    Inf 
979.41/979.49	c   979s|  5440k|  1754k| 17003k|   3.1 |1329M|  63 |   - |  70 |6693 |  70 |  21 |  20 |2223k|3827 | 0.000000e+00 |      --      |    Inf 
981.51/981.52	c   982s|  5450k|  1757k| 17033k|   3.1 |1332M|  63 |   8 |  70 |6434 |  70 |  21 |  20 |2228k|3827 | 0.000000e+00 |      --      |    Inf 
983.53/983.57	c   984s|  5460k|  1760k| 17063k|   3.1 |1334M|  63 |   8 |  70 |5284 |  70 |  21 |  20 |2232k|3831 | 0.000000e+00 |      --      |    Inf 
985.51/985.57	c   986s|  5470k|  1763k| 17095k|   3.1 |1336M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |2236k|3831 | 0.000000e+00 |      --      |    Inf 
987.62/987.64	c   988s|  5480k|  1765k| 17126k|   3.1 |1339M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |2241k|3831 | 0.000000e+00 |      --      |    Inf 
989.52/989.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
989.52/989.55	c   990s|  5490k|  1769k| 17158k|   3.1 |1341M|  63 |   8 |  70 |5893 |  70 |  21 |  20 |2245k|3831 | 0.000000e+00 |      --      |    Inf 
991.31/991.36	c   991s|  5500k|  1772k| 17189k|   3.1 |1344M|  63 |   8 |  70 |7391 |  70 |  21 |  20 |2249k|3831 | 0.000000e+00 |      --      |    Inf 
993.33/993.37	c   993s|  5510k|  1775k| 17220k|   3.1 |1346M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |2253k|3831 | 0.000000e+00 |      --      |    Inf 
995.11/995.17	c   995s|  5520k|  1778k| 17251k|   3.1 |1349M|  63 |   8 |  70 |6651 |  70 |  21 |  20 |2257k|3831 | 0.000000e+00 |      --      |    Inf 
997.21/997.24	c   997s|  5530k|  1781k| 17283k|   3.1 |1351M|  63 |   8 |  70 |6000 |  70 |  21 |  20 |2261k|3831 | 0.000000e+00 |      --      |    Inf 
999.21/999.28	c   999s|  5540k|  1784k| 17314k|   3.1 |1353M|  63 |   - |  70 |6320 |  70 |  21 |  20 |2266k|3831 | 0.000000e+00 |      --      |    Inf 
1001.31/1001.33	c  1001s|  5550k|  1787k| 17345k|   3.1 |1356M|  63 |   - |  70 |5887 |   0 |   0 |  20 |2270k|3831 | 0.000000e+00 |      --      |    Inf 
1003.42/1003.40	c  1003s|  5560k|  1790k| 17377k|   3.1 |1358M|  63 |   8 |  70 |5714 |  70 |  21 |  20 |2274k|3831 | 0.000000e+00 |      --      |    Inf 
1005.21/1005.25	c  1005s|  5570k|  1793k| 17409k|   3.1 |1361M|  63 |   8 |  70 |6862 |  70 |  21 |  20 |2278k|3831 | 0.000000e+00 |      --      |    Inf 
1007.32/1007.30	c  1007s|  5580k|  1796k| 17439k|   3.1 |1363M|  63 |   8 |  70 |6254 |  70 |  21 |  20 |2282k|3831 | 0.000000e+00 |      --      |    Inf 
1009.22/1009.29	c  1009s|  5590k|  1799k| 17470k|   3.1 |1365M|  63 |   8 |  70 |6085 |  70 |  21 |  20 |2287k|3831 | 0.000000e+00 |      --      |    Inf 
1011.22/1011.22	c  1011s|  5600k|  1802k| 17501k|   3.1 |1368M|  63 |   8 |  70 |6198 |  70 |  21 |  20 |2291k|3831 | 0.000000e+00 |      --      |    Inf 
1012.82/1012.89	c  1013s|  5610k|  1806k| 17532k|   3.1 |1370M|  63 |   8 |  70 |7532 |  70 |  21 |  20 |2294k|3831 | 0.000000e+00 |      --      |    Inf 
1014.61/1014.61	c  1015s|  5620k|  1810k| 17561k|   3.1 |1373M|  63 |   8 |  70 |8352 |  70 |  21 |  20 |2298k|3831 | 0.000000e+00 |      --      |    Inf 
1016.62/1016.61	c  1017s|  5630k|  1813k| 17591k|   3.1 |1375M|  63 |   8 |  70 |7837 |  70 |  21 |  20 |2302k|3831 | 0.000000e+00 |      --      |    Inf 
1018.81/1018.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1018.81/1018.87	c  1019s|  5640k|  1815k| 17621k|   3.1 |1377M|  63 |   - |  70 |5878 |  70 |  21 |  20 |2306k|3841 | 0.000000e+00 |      --      |    Inf 
1021.02/1021.06	c  1021s|  5650k|  1818k| 17653k|   3.1 |1380M|  63 |   - |  70 |5864 |  70 |  21 |  20 |2311k|3841 | 0.000000e+00 |      --      |    Inf 
1023.13/1023.12	c  1023s|  5660k|  1821k| 17683k|   3.1 |1382M|  63 |   - |  70 |6034 |  70 |  21 |  20 |2315k|3841 | 0.000000e+00 |      --      |    Inf 
1025.12/1025.19	c  1025s|  5670k|  1824k| 17715k|   3.1 |1384M|  63 |   8 |  70 |5829 |  70 |  21 |  20 |2319k|3842 | 0.000000e+00 |      --      |    Inf 
1027.11/1027.19	c  1027s|  5680k|  1827k| 17746k|   3.1 |1387M|  63 |   - |  70 |6341 |  70 |  21 |  20 |2324k|3844 | 0.000000e+00 |      --      |    Inf 
1029.21/1029.28	c  1029s|  5690k|  1830k| 17777k|   3.1 |1389M|  63 |   - |  70 |5771 |  70 |  21 |  20 |2328k|3844 | 0.000000e+00 |      --      |    Inf 
1031.11/1031.11	c  1031s|  5700k|  1833k| 17808k|   3.1 |1392M|  63 |   8 |  70 |6183 |  70 |  21 |  20 |2332k|3845 | 0.000000e+00 |      --      |    Inf 
1033.12/1033.16	c  1033s|  5710k|  1836k| 17840k|   3.1 |1394M|  63 |   - |  70 |5822 |  70 |  21 |  20 |2336k|3847 | 0.000000e+00 |      --      |    Inf 
1035.24/1035.24	c  1035s|  5720k|  1839k| 17871k|   3.1 |1396M|  63 |   - |  70 |5803 |  70 |  21 |  20 |2340k|3850 | 0.000000e+00 |      --      |    Inf 
1037.12/1037.14	c  1037s|  5730k|  1842k| 17903k|   3.1 |1399M|  63 |   8 |  70 |6384 |  70 |  21 |  20 |2344k|3855 | 0.000000e+00 |      --      |    Inf 
1039.11/1039.15	c  1039s|  5740k|  1845k| 17935k|   3.1 |1401M|  63 |   - |  70 |6309 |  70 |  21 |  20 |2349k|3857 | 0.000000e+00 |      --      |    Inf 
1041.12/1041.12	c  1041s|  5750k|  1848k| 17966k|   3.1 |1404M|  63 |   - |  70 |6394 |  70 |  21 |  20 |2353k|3858 | 0.000000e+00 |      --      |    Inf 
1043.01/1043.01	c  1043s|  5760k|  1851k| 17999k|   3.1 |1406M|  63 |   8 |  70 |6555 |  70 |  21 |  20 |2357k|3859 | 0.000000e+00 |      --      |    Inf 
1045.03/1045.09	c  1045s|  5770k|  1854k| 18030k|   3.1 |1408M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |2361k|3859 | 0.000000e+00 |      --      |    Inf 
1047.01/1047.09	c  1047s|  5780k|  1857k| 18061k|   3.1 |1411M|  63 |   - |  70 |5404 |  70 |  21 |  20 |2365k|3863 | 0.000000e+00 |      --      |    Inf 
1049.02/1049.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1049.02/1049.05	c  1049s|  5790k|  1860k| 18092k|   3.1 |1413M|  63 |   8 |  70 |5949 |  70 |  21 |  20 |2370k|3863 | 0.000000e+00 |      --      |    Inf 
1050.92/1050.91	c  1051s|  5800k|  1864k| 18122k|   3.1 |1416M|  63 |   - |  70 |6686 |  70 |  21 |  20 |2373k|3867 | 0.000000e+00 |      --      |    Inf 
1052.83/1052.83	c  1053s|  5810k|  1867k| 18152k|   3.1 |1418M|  63 |   8 |  70 |6314 |  70 |  21 |  20 |2377k|3867 | 0.000000e+00 |      --      |    Inf 
1054.42/1054.47	c  1054s|  5820k|  1871k| 18183k|   3.1 |1421M|  63 |   8 |  70 |7642 |  70 |  21 |  20 |2381k|3867 | 0.000000e+00 |      --      |    Inf 
1056.22/1056.27	c  1056s|  5830k|  1874k| 18214k|   3.1 |1423M|  63 |   8 |  70 |8123 |  70 |  21 |  20 |2385k|3868 | 0.000000e+00 |      --      |    Inf 
1058.12/1058.12	c  1058s|  5840k|  1878k| 18245k|   3.1 |1426M|  63 |   - |  70 |8544 |  70 |  21 |  20 |2389k|3869 | 0.000000e+00 |      --      |    Inf 
1060.02/1060.03	c  1060s|  5850k|  1881k| 18276k|   3.1 |1428M|  63 |   - |  70 |8425 |  70 |  21 |  20 |2393k|3869 | 0.000000e+00 |      --      |    Inf 
1062.22/1062.25	c  1062s|  5860k|  1884k| 18307k|   3.1 |1430M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |2397k|3869 | 0.000000e+00 |      --      |    Inf 
1064.31/1064.36	c  1064s|  5870k|  1887k| 18338k|   3.1 |1433M|  63 |   8 |  70 |5845 |  70 |  21 |  20 |2402k|3869 | 0.000000e+00 |      --      |    Inf 
1066.42/1066.45	c  1066s|  5880k|  1890k| 18369k|   3.1 |1435M|  63 |   - |  70 |5522 |  70 |  21 |  20 |2406k|3869 | 0.000000e+00 |      --      |    Inf 
1068.32/1068.33	c  1068s|  5890k|  1893k| 18400k|   3.1 |1437M|  63 |   8 |  70 |6201 |  70 |  21 |  20 |2410k|3869 | 0.000000e+00 |      --      |    Inf 
1070.12/1070.17	c  1070s|  5900k|  1896k| 18430k|   3.1 |1440M|  63 |   - |  70 |6463 |  70 |  21 |  20 |2414k|3869 | 0.000000e+00 |      --      |    Inf 
1072.01/1072.07	c  1072s|  5910k|  1899k| 18461k|   3.1 |1442M|  63 |   8 |  70 |6896 |  70 |  21 |  20 |2418k|3869 | 0.000000e+00 |      --      |    Inf 
1074.11/1074.16	c  1074s|  5920k|  1902k| 18493k|   3.1 |1445M|  63 |   8 |  70 |5697 |  70 |  21 |  20 |2422k|3869 | 0.000000e+00 |      --      |    Inf 
1076.22/1076.24	c  1076s|  5930k|  1905k| 18524k|   3.1 |1447M|  63 |   8 |  70 |5363 |  70 |  21 |  20 |2427k|3869 | 0.000000e+00 |      --      |    Inf 
1078.32/1078.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.32/1078.33	c  1078s|  5940k|  1907k| 18555k|   3.1 |1449M|  63 |   8 |  70 |5122 |  70 |  21 |  20 |2431k|3869 | 0.000000e+00 |      --      |    Inf 
1080.11/1080.12	c  1080s|  5950k|  1911k| 18587k|   3.1 |1452M|  63 |   8 |  70 |5666 |  70 |  21 |  20 |2435k|3869 | 0.000000e+00 |      --      |    Inf 
1081.82/1081.84	c  1082s|  5960k|  1915k| 18618k|   3.1 |1455M|  63 |   8 |  70 |6472 |  70 |  21 |  20 |2439k|3869 | 0.000000e+00 |      --      |    Inf 
1083.63/1083.66	c  1084s|  5970k|  1919k| 18648k|   3.1 |1457M|  63 |   8 |  70 |6347 |  70 |  21 |  20 |2442k|3869 | 0.000000e+00 |      --      |    Inf 
1085.42/1085.44	c  1085s|  5980k|  1922k| 18679k|   3.1 |1460M|  63 |   8 |  70 |6662 |  70 |  21 |  20 |2446k|3869 | 0.000000e+00 |      --      |    Inf 
1087.31/1087.33	c  1087s|  5990k|  1926k| 18708k|   3.1 |1462M|  63 |   8 |  70 |7392 |  70 |  21 |  20 |2450k|3869 | 0.000000e+00 |      --      |    Inf 
1089.32/1089.35	c  1089s|  6000k|  1928k| 18738k|   3.1 |1464M|  63 |   8 |  70 |6874 |  70 |  21 |  20 |2455k|3869 | 0.000000e+00 |      --      |    Inf 
1091.24/1091.26	c  1091s|  6010k|  1932k| 18769k|   3.1 |1467M|  63 |   8 |  70 |7550 |  70 |  21 |  20 |2459k|3869 | 0.000000e+00 |      --      |    Inf 
1093.32/1093.30	c  1093s|  6020k|  1935k| 18800k|   3.1 |1469M|  63 |   - |  70 |6756 |  70 |  21 |  20 |2463k|3869 | 0.000000e+00 |      --      |    Inf 
1095.42/1095.47	c  1095s|  6030k|  1937k| 18831k|   3.1 |1471M|  63 |   8 |  70 |5329 |  70 |  21 |  20 |2467k|3869 | 0.000000e+00 |      --      |    Inf 
1097.32/1097.32	c  1097s|  6040k|  1941k| 18862k|   3.1 |1474M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |2471k|3869 | 0.000000e+00 |      --      |    Inf 
1099.22/1099.20	c  1099s|  6050k|  1944k| 18893k|   3.1 |1476M|  63 |   - |  70 |6752 |  70 |  21 |  20 |2476k|3869 | 0.000000e+00 |      --      |    Inf 
1101.02/1101.04	c  1101s|  6060k|  1947k| 18924k|   3.1 |1479M|  63 |   8 |  70 |7857 |  70 |  21 |  20 |2480k|3869 | 0.000000e+00 |      --      |    Inf 
1103.12/1103.15	c  1103s|  6070k|  1950k| 18955k|   3.1 |1481M|  63 |   8 |  70 |6926 |  70 |  21 |  20 |2484k|3869 | 0.000000e+00 |      --      |    Inf 
1105.22/1105.21	c  1105s|  6080k|  1953k| 18987k|   3.1 |1483M|  63 |   8 |  70 |6426 |  70 |  21 |  20 |2488k|3869 | 0.000000e+00 |      --      |    Inf 
1107.12/1107.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.12/1107.13	c  1107s|  6090k|  1956k| 19017k|   3.1 |1486M|  63 |   - |  70 |6530 |  70 |  21 |  20 |2492k|3869 | 0.000000e+00 |      --      |    Inf 
1109.12/1109.14	c  1109s|  6100k|  1959k| 19048k|   3.1 |1488M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |2496k|3869 | 0.000000e+00 |      --      |    Inf 
1111.22/1111.23	c  1111s|  6110k|  1962k| 19079k|   3.1 |1491M|  63 |   - |  70 |6077 |  70 |  21 |  20 |2501k|3869 | 0.000000e+00 |      --      |    Inf 
1113.34/1113.39	c  1113s|  6120k|  1965k| 19109k|   3.1 |1493M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |2505k|3869 | 0.000000e+00 |      --      |    Inf 
1115.22/1115.28	c  1115s|  6130k|  1968k| 19140k|   3.1 |1495M|  63 |   8 |  70 |6390 |  70 |  21 |  20 |2509k|3869 | 0.000000e+00 |      --      |    Inf 
1117.31/1117.38	c  1117s|  6140k|  1971k| 19171k|   3.1 |1498M|  63 |   - |  70 |5730 |  70 |  21 |  20 |2514k|3869 | 0.000000e+00 |      --      |    Inf 
1119.52/1119.56	c  1120s|  6150k|  1973k| 19202k|   3.1 |1500M|  63 |   8 |  70 |5275 |  70 |  21 |  20 |2518k|3869 | 0.000000e+00 |      --      |    Inf 
1121.52/1121.54	c  1122s|  6160k|  1976k| 19234k|   3.1 |1502M|  63 |   8 |  70 |5690 |  70 |  21 |  20 |2522k|3869 | 0.000000e+00 |      --      |    Inf 
1123.32/1123.39	c  1123s|  6170k|  1980k| 19264k|   3.1 |1505M|  63 |   - |  70 |6318 |  70 |  21 |  20 |2526k|3869 | 0.000000e+00 |      --      |    Inf 
1125.34/1125.38	c  1125s|  6180k|  1983k| 19295k|   3.1 |1507M|  63 |   8 |  70 |5260 |  70 |  21 |  20 |2530k|3869 | 0.000000e+00 |      --      |    Inf 
1126.92/1126.99	c  1127s|  6190k|  1987k| 19327k|   3.1 |1510M|  63 |   8 |  70 |6672 |  70 |  21 |  20 |2533k|3869 | 0.000000e+00 |      --      |    Inf 
1128.82/1128.84	c  1129s|  6200k|  1991k| 19357k|   3.1 |1513M|  63 |   8 |  70 |6604 |  70 |  21 |  20 |2537k|3869 | 0.000000e+00 |      --      |    Inf 
1130.71/1130.71	c  1131s|  6210k|  1995k| 19388k|   3.1 |1515M|  63 |   8 |  70 |7091 |  70 |  21 |  20 |2541k|3869 | 0.000000e+00 |      --      |    Inf 
1132.62/1132.63	c  1133s|  6220k|  1998k| 19419k|   3.1 |1518M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2545k|3869 | 0.000000e+00 |      --      |    Inf 
1134.62/1134.64	c  1135s|  6230k|  2002k| 19451k|   3.1 |1520M|  63 |   - |  70 |6988 |  70 |  21 |  20 |2549k|3869 | 0.000000e+00 |      --      |    Inf 
1136.51/1136.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1136.51/1136.51	c  1137s|  6240k|  2005k| 19481k|   3.1 |1523M|  63 |   8 |  70 |7179 |  70 |  21 |  20 |2553k|3869 | 0.000000e+00 |      --      |    Inf 
1138.41/1138.45	c  1138s|  6250k|  2008k| 19512k|   3.1 |1525M|  63 |   - |  70 |7735 |  70 |  21 |  20 |2557k|3869 | 0.000000e+00 |      --      |    Inf 
1140.42/1140.43	c  1140s|  6260k|  2012k| 19543k|   3.1 |1528M|  63 |   8 |  70 |7428 |  70 |  21 |  20 |2561k|3869 | 0.000000e+00 |      --      |    Inf 
1142.62/1142.64	c  1143s|  6270k|  2014k| 19574k|   3.1 |1530M|  63 |   - |  70 |6135 |  70 |  21 |  20 |2565k|3871 | 0.000000e+00 |      --      |    Inf 
1144.72/1144.74	c  1145s|  6280k|  2017k| 19605k|   3.1 |1532M|  63 |   - |  70 |5671 |  70 |  21 |  20 |2570k|3871 | 0.000000e+00 |      --      |    Inf 
1146.72/1146.71	c  1147s|  6290k|  2020k| 19636k|   3.1 |1534M|  63 |   8 |  70 |5918 |  70 |  21 |  20 |2574k|3873 | 0.000000e+00 |      --      |    Inf 
1148.71/1148.76	c  1149s|  6300k|  2023k| 19666k|   3.1 |1537M|  63 |   8 |  70 |5505 |  70 |  21 |  20 |2578k|3875 | 0.000000e+00 |      --      |    Inf 
1150.52/1150.50	c  1150s|  6310k|  2027k| 19698k|   3.1 |1539M|  63 |   8 |  70 |6539 |  70 |  21 |  20 |2582k|3875 | 0.000000e+00 |      --      |    Inf 
1152.52/1152.56	c  1153s|  6320k|  2030k| 19730k|   3.1 |1541M|  63 |   8 |  70 |6037 |  70 |  21 |  20 |2586k|3879 | 0.000000e+00 |      --      |    Inf 
1154.62/1154.63	c  1155s|  6330k|  2033k| 19762k|   3.1 |1544M|  63 |   8 |  70 |5597 |  70 |  21 |  20 |2591k|3879 | 0.000000e+00 |      --      |    Inf 
1156.72/1156.70	c  1157s|  6340k|  2036k| 19792k|   3.1 |1546M|  63 |   - |  70 |5429 |  70 |  21 |  20 |2595k|3879 | 0.000000e+00 |      --      |    Inf 
1158.72/1158.73	c  1159s|  6350k|  2038k| 19824k|   3.1 |1548M|  63 |   8 |  70 |5432 |  70 |  21 |  20 |2599k|3880 | 0.000000e+00 |      --      |    Inf 
1160.72/1160.79	c  1161s|  6360k|  2041k| 19855k|   3.1 |1551M|  63 |   8 |  70 |5625 |  70 |  21 |  20 |2604k|3880 | 0.000000e+00 |      --      |    Inf 
1162.73/1162.79	c  1163s|  6370k|  2044k| 19886k|   3.1 |1553M|  63 |   8 |  70 |5610 |  70 |  21 |  20 |2608k|3880 | 0.000000e+00 |      --      |    Inf 
1164.93/1164.95	c  1165s|  6380k|  2047k| 19916k|   3.1 |1555M|  63 |   8 |  70 |5222 |  70 |  21 |  20 |2612k|3881 | 0.000000e+00 |      --      |    Inf 
1166.82/1166.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1166.82/1166.85	c  1167s|  6390k|  2050k| 19947k|   3.1 |1558M|  63 |   - |  70 |5778 |  70 |  21 |  20 |2616k|3881 | 0.000000e+00 |      --      |    Inf 
1168.72/1168.77	c  1169s|  6400k|  2054k| 19977k|   3.1 |1561M|  63 |   - |  70 |6138 |  70 |  21 |  20 |2620k|3881 | 0.000000e+00 |      --      |    Inf 
1170.71/1170.74	c  1171s|  6410k|  2056k| 20008k|   3.1 |1563M|  63 |   8 |  70 |6483 |  70 |  21 |  20 |2625k|3882 | 0.000000e+00 |      --      |    Inf 
1172.63/1172.69	c  1173s|  6420k|  2059k| 20038k|   3.1 |1565M|  63 |   8 |  70 |6719 |  70 |  21 |  20 |2629k|3882 | 0.000000e+00 |      --      |    Inf 
1174.62/1174.64	c  1175s|  6430k|  2063k| 20069k|   3.1 |1568M|  63 |   8 |  70 |6467 |  70 |  21 |  20 |2633k|3882 | 0.000000e+00 |      --      |    Inf 
1176.72/1176.71	c  1177s|  6440k|  2066k| 20099k|   3.1 |1570M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |2637k|3887 | 0.000000e+00 |      --      |    Inf 
1178.62/1178.68	c  1179s|  6450k|  2068k| 20131k|   3.1 |1572M|  63 |   8 |  70 |5875 |  70 |  21 |  20 |2641k|3887 | 0.000000e+00 |      --      |    Inf 
1180.72/1180.75	c  1181s|  6460k|  2071k| 20162k|   3.1 |1575M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2646k|3892 | 0.000000e+00 |      --      |    Inf 
1182.72/1182.78	c  1183s|  6470k|  2075k| 20193k|   3.1 |1577M|  63 |   - |  70 |5472 |  70 |  21 |  20 |2650k|3892 | 0.000000e+00 |      --      |    Inf 
1184.74/1184.77	c  1185s|  6480k|  2078k| 20224k|   3.1 |1580M|  63 |   - |  70 |5929 |  70 |  21 |  20 |2654k|3894 | 0.000000e+00 |      --      |    Inf 
1187.04/1187.02	c  1187s|  6490k|  2080k| 20254k|   3.1 |1582M|  63 |   8 |  70 |5518 |  70 |  21 |  20 |2658k|3894 | 0.000000e+00 |      --      |    Inf 
1189.02/1189.11	c  1189s|  6500k|  2083k| 20286k|   3.1 |1584M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |2663k|3894 | 0.000000e+00 |      --      |    Inf 
1191.12/1191.13	c  1191s|  6510k|  2086k| 20316k|   3.1 |1587M|  63 |   - |  70 |5974 |  70 |  21 |  20 |2667k|3894 | 0.000000e+00 |      --      |    Inf 
1193.12/1193.11	c  1193s|  6520k|  2089k| 20347k|   3.1 |1589M|  63 |   8 |  70 |5763 |  70 |  21 |  20 |2671k|3894 | 0.000000e+00 |      --      |    Inf 
1194.92/1194.90	c  1195s|  6530k|  2093k| 20376k|   3.1 |1592M|  63 |   8 |  70 |6364 |  70 |  21 |  20 |2675k|3894 | 0.000000e+00 |      --      |    Inf 
1196.52/1196.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.52/1196.60	c  1197s|  6540k|  2097k| 20405k|   3.1 |1594M|  63 |   8 |  70 |7256 |  70 |  21 |  20 |2678k|3894 | 0.000000e+00 |      --      |    Inf 
1198.52/1198.59	c  1199s|  6550k|  2100k| 20435k|   3.1 |1597M|  63 |   8 |  70 |6432 |  70 |  21 |  20 |2682k|3899 | 0.000000e+00 |      --      |    Inf 
1200.62/1200.62	c  1201s|  6560k|  2103k| 20467k|   3.1 |1599M|  63 |   - |  70 |6239 |  70 |  21 |  20 |2686k|3901 | 0.000000e+00 |      --      |    Inf 
1202.61/1202.62	c  1203s|  6570k|  2106k| 20498k|   3.1 |1601M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |2691k|3901 | 0.000000e+00 |      --      |    Inf 
1204.82/1204.82	c  1205s|  6580k|  2109k| 20528k|   3.1 |1603M|  63 |   - |  70 |5284 |  70 |  21 |  20 |2695k|3902 | 0.000000e+00 |      --      |    Inf 
1206.84/1206.89	c  1207s|  6590k|  2112k| 20559k|   3.1 |1606M|  63 |   8 |  70 |5321 |  70 |  21 |  20 |2699k|3902 | 0.000000e+00 |      --      |    Inf 
1208.82/1208.91	c  1209s|  6600k|  2115k| 20589k|   3.1 |1608M|  63 |   8 |  70 |5416 |  70 |  21 |  20 |2703k|3902 | 0.000000e+00 |      --      |    Inf 
1210.82/1210.85	c  1211s|  6610k|  2118k| 20621k|   3.1 |1611M|  63 |   8 |  70 |5986 |  70 |  21 |  20 |2707k|3906 | 0.000000e+00 |      --      |    Inf 
1212.62/1212.68	c  1213s|  6620k|  2122k| 20653k|   3.1 |1613M|  63 |   - |  70 |7275 |  70 |  21 |  20 |2711k|3906 | 0.000000e+00 |      --      |    Inf 
1214.82/1214.81	c  1215s|  6630k|  2125k| 20684k|   3.1 |1616M|  63 |   8 |  70 |6280 |  70 |  21 |  20 |2715k|3912 | 0.000000e+00 |      --      |    Inf 
1216.82/1216.86	c  1217s|  6640k|  2128k| 20715k|   3.1 |1618M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |2720k|3916 | 0.000000e+00 |      --      |    Inf 
1218.72/1218.73	c  1219s|  6650k|  2131k| 20747k|   3.1 |1620M|  63 |   8 |  70 |6387 |  70 |  21 |  20 |2724k|3916 | 0.000000e+00 |      --      |    Inf 
1220.72/1220.73	c  1221s|  6660k|  2134k| 20779k|   3.1 |1623M|  63 |   - |  70 |6698 |  70 |  21 |  20 |2728k|3916 | 0.000000e+00 |      --      |    Inf 
1222.82/1222.87	c  1223s|  6670k|  2137k| 20810k|   3.1 |1625M|  63 |   - |  70 |6331 |  70 |  21 |  20 |2732k|3916 | 0.000000e+00 |      --      |    Inf 
1224.92/1224.98	c  1225s|  6680k|  2140k| 20841k|   3.1 |1628M|  63 |   8 |  70 |6162 |  70 |  21 |  20 |2736k|3916 | 0.000000e+00 |      --      |    Inf 
1226.92/1226.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.92/1226.96	c  1227s|  6690k|  2143k| 20873k|   3.1 |1630M|  63 |   8 |  70 |5961 |  70 |  21 |  20 |2741k|3916 | 0.000000e+00 |      --      |    Inf 
1228.92/1228.94	c  1229s|  6700k|  2146k| 20903k|   3.1 |1632M|  63 |   - |  70 |5691 |  70 |  21 |  20 |2745k|3916 | 0.000000e+00 |      --      |    Inf 
1231.03/1231.05	c  1231s|  6710k|  2149k| 20935k|   3.1 |1634M|  63 |   8 |  70 |5153 |  70 |  21 |  20 |2749k|3916 | 0.000000e+00 |      --      |    Inf 
1233.02/1233.04	c  1233s|  6720k|  2152k| 20966k|   3.1 |1637M|  63 |   8 |  70 |5118 |  70 |  21 |  20 |2753k|3916 | 0.000000e+00 |      --      |    Inf 
1234.92/1234.96	c  1235s|  6730k|  2155k| 20997k|   3.1 |1639M|  63 |   8 |  70 |5832 |  70 |  21 |  20 |2758k|3916 | 0.000000e+00 |      --      |    Inf 
1236.92/1236.94	c  1237s|  6740k|  2158k| 21029k|   3.1 |1642M|  63 |   - |  70 |6117 |   0 |   0 |  20 |2762k|3916 | 0.000000e+00 |      --      |    Inf 
1238.82/1238.88	c  1239s|  6750k|  2161k| 21059k|   3.1 |1644M|  63 |   - |  70 |6410 |  70 |  21 |  20 |2766k|3916 | 0.000000e+00 |      --      |    Inf 
1240.62/1240.61	c  1241s|  6760k|  2164k| 21090k|   3.1 |1647M|  63 |   8 |  70 |7639 |  70 |  21 |  20 |2770k|3916 | 0.000000e+00 |      --      |    Inf 
1242.52/1242.58	c  1243s|  6770k|  2167k| 21121k|   3.1 |1649M|  63 |   8 |  70 |7058 |  70 |  21 |  20 |2774k|3916 | 0.000000e+00 |      --      |    Inf 
1244.52/1244.58	c  1245s|  6780k|  2170k| 21152k|   3.1 |1652M|  63 |   - |  70 |6641 |  70 |  21 |  20 |2778k|3916 | 0.000000e+00 |      --      |    Inf 
1246.62/1246.69	c  1247s|  6790k|  2173k| 21183k|   3.1 |1654M|  63 |   - |  70 |5450 |  70 |  21 |  20 |2782k|3916 | 0.000000e+00 |      --      |    Inf 
1248.54/1248.58	c  1249s|  6800k|  2176k| 21216k|   3.1 |1656M|  63 |   - |  70 |6479 |  70 |  21 |  20 |2786k|3916 | 0.000000e+00 |      --      |    Inf 
1250.62/1250.68	c  1251s|  6810k|  2179k| 21246k|   3.1 |1659M|  63 |   - |  70 |6035 |  70 |  21 |  20 |2791k|3916 | 0.000000e+00 |      --      |    Inf 
1252.62/1252.60	c  1253s|  6820k|  2183k| 21276k|   3.1 |1661M|  63 |   8 |  70 |6381 |  70 |  21 |  20 |2795k|3916 | 0.000000e+00 |      --      |    Inf 
1254.62/1254.68	c  1255s|  6830k|  2186k| 21306k|   3.1 |1663M|  63 |   8 |  70 |5590 |  70 |  21 |  20 |2799k|3917 | 0.000000e+00 |      --      |    Inf 
1256.72/1256.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.72/1256.75	c  1257s|  6840k|  2189k| 21336k|   3.1 |1666M|  63 |   8 |  70 |4857 |  70 |  21 |  20 |2803k|3919 | 0.000000e+00 |      --      |    Inf 
1258.62/1258.61	c  1259s|  6850k|  2192k| 21368k|   3.1 |1668M|  63 |   - |  70 |5699 |  70 |  21 |  20 |2807k|3919 | 0.000000e+00 |      --      |    Inf 
1260.74/1260.79	c  1261s|  6860k|  2195k| 21399k|   3.1 |1671M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |2811k|3920 | 0.000000e+00 |      --      |    Inf 
1262.72/1262.70	c  1263s|  6870k|  2198k| 21430k|   3.1 |1673M|  63 |   - |  70 |6303 |  70 |  21 |  20 |2815k|3925 | 0.000000e+00 |      --      |    Inf 
1264.72/1264.70	c  1265s|  6880k|  2201k| 21463k|   3.1 |1676M|  63 |   - |  70 |6401 |  70 |  21 |  20 |2820k|3930 | 0.000000e+00 |      --      |    Inf 
1266.72/1266.79	c  1267s|  6890k|  2204k| 21494k|   3.1 |1678M|  63 |   - |  70 |6191 |  70 |  21 |  20 |2824k|3930 | 0.000000e+00 |      --      |    Inf 
1268.82/1268.86	c  1269s|  6900k|  2207k| 21525k|   3.1 |1680M|  63 |   8 |  70 |6285 |  70 |  21 |  20 |2828k|3935 | 0.000000e+00 |      --      |    Inf 
1270.92/1270.97	c  1271s|  6910k|  2210k| 21557k|   3.1 |1683M|  63 |   8 |  70 |5424 |  70 |  21 |  20 |2832k|3937 | 0.000000e+00 |      --      |    Inf 
1273.03/1273.07	c  1273s|  6920k|  2213k| 21587k|   3.1 |1685M|  63 |   8 |  70 |5074 |  70 |  21 |  20 |2836k|3938 | 0.000000e+00 |      --      |    Inf 
1274.94/1275.01	c  1275s|  6930k|  2216k| 21618k|   3.1 |1687M|  63 |   - |  70 |5263 |  70 |  21 |  20 |2840k|3939 | 0.000000e+00 |      --      |    Inf 
1276.92/1276.91	c  1277s|  6940k|  2219k| 21648k|   3.1 |1690M|  63 |   8 |  70 |5365 |  70 |  21 |  20 |2845k|3941 | 0.000000e+00 |      --      |    Inf 
1278.92/1278.95	c  1279s|  6950k|  2222k| 21679k|   3.1 |1692M|  63 |   - |  70 |5989 |  70 |  21 |  20 |2849k|3941 | 0.000000e+00 |      --      |    Inf 
1280.92/1280.96	c  1281s|  6960k|  2225k| 21711k|   3.1 |1695M|  63 |   8 |  70 |5576 |  70 |  21 |  20 |2853k|3943 | 0.000000e+00 |      --      |    Inf 
1282.82/1282.82	c  1283s|  6970k|  2229k| 21741k|   3.1 |1697M|  63 |   8 |  70 |6768 |  70 |  21 |  20 |2857k|3943 | 0.000000e+00 |      --      |    Inf 
1284.63/1284.69	c  1285s|  6980k|  2232k| 21771k|   3.1 |1700M|  63 |   8 |  70 |7235 |  70 |  21 |  20 |2861k|3943 | 0.000000e+00 |      --      |    Inf 
1286.72/1286.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1286.72/1286.70	c  1287s|  6990k|  2236k| 21802k|   3.1 |1702M|  63 |   8 |  70 |7415 |  70 |  21 |  20 |2865k|3943 | 0.000000e+00 |      --      |    Inf 
1288.62/1288.69	c  1289s|  7000k|  2239k| 21834k|   3.1 |1705M|  63 |   8 |  70 |7499 |  70 |  21 |  20 |2869k|3945 | 0.000000e+00 |      --      |    Inf 
1290.82/1290.89	c  1291s|  7010k|  2242k| 21865k|   3.1 |1707M|  63 |   8 |  70 |6715 |  70 |  21 |  20 |2873k|3949 | 0.000000e+00 |      --      |    Inf 
1293.03/1293.06	c  1293s|  7020k|  2245k| 21897k|   3.1 |1709M|  63 |   8 |  70 |5908 |  70 |  21 |  20 |2878k|3952 | 0.000000e+00 |      --      |    Inf 
1295.12/1295.19	c  1295s|  7030k|  2247k| 21929k|   3.1 |1712M|  63 |   8 |  70 |5729 |  70 |  21 |  20 |2882k|3964 | 0.000000e+00 |      --      |    Inf 
1296.93/1296.98	c  1297s|  7040k|  2251k| 21959k|   3.1 |1714M|  63 |   8 |  70 |6641 |  70 |  21 |  20 |2886k|3965 | 0.000000e+00 |      --      |    Inf 
1298.92/1298.96	c  1299s|  7050k|  2254k| 21990k|   3.1 |1717M|  63 |   - |  70 |6466 |  70 |  21 |  20 |2890k|3967 | 0.000000e+00 |      --      |    Inf 
1301.02/1301.03	c  1301s|  7060k|  2257k| 22021k|   3.1 |1719M|  63 |   8 |  70 |6196 |  70 |  21 |  20 |2894k|3969 | 0.000000e+00 |      --      |    Inf 
1303.02/1303.03	c  1303s|  7070k|  2261k| 22054k|   3.1 |1721M|  63 |   - |  70 |5686 |  70 |  21 |  20 |2898k|3969 | 0.000000e+00 |      --      |    Inf 
1304.82/1304.84	c  1305s|  7080k|  2264k| 22087k|   3.1 |1724M|  63 |   - |  70 |6621 |  70 |  21 |  20 |2902k|3969 | 0.000000e+00 |      --      |    Inf 
1306.62/1306.67	c  1307s|  7090k|  2268k| 22119k|   3.1 |1727M|  63 |   8 |  70 |7129 |  70 |  21 |  20 |2906k|3969 | 0.000000e+00 |      --      |    Inf 
1308.52/1308.58	c  1309s|  7100k|  2272k| 22150k|   3.1 |1729M|  63 |   - |  70 |7344 |  70 |  21 |  20 |2910k|3969 | 0.000000e+00 |      --      |    Inf 
1310.53/1310.52	c  1311s|  7110k|  2275k| 22182k|   3.1 |1732M|  63 |   - |  70 |6850 |  70 |  21 |  20 |2914k|3969 | 0.000000e+00 |      --      |    Inf 
1312.44/1312.42	c  1312s|  7120k|  2279k| 22214k|   3.1 |1734M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2918k|3969 | 0.000000e+00 |      --      |    Inf 
1314.32/1314.33	c  1314s|  7130k|  2282k| 22245k|   3.1 |1737M|  63 |   8 |  70 |7500 |  70 |  21 |  20 |2922k|3969 | 0.000000e+00 |      --      |    Inf 
1316.32/1316.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.32/1316.37	c  1316s|  7140k|  2285k| 22277k|   3.1 |1739M|  63 |   8 |  70 |7163 |  70 |  21 |  20 |2926k|3969 | 0.000000e+00 |      --      |    Inf 
1318.22/1318.25	c  1318s|  7150k|  2289k| 22309k|   3.1 |1742M|  63 |   - |  70 |8138 |  70 |  21 |  20 |2930k|3969 | 0.000000e+00 |      --      |    Inf 
1320.32/1320.36	c  1320s|  7160k|  2292k| 22341k|   3.1 |1744M|  63 |   8 |  70 |7306 |  70 |  21 |  20 |2934k|3969 | 0.000000e+00 |      --      |    Inf 
1322.34/1322.32	c  1322s|  7170k|  2295k| 22373k|   3.1 |1747M|  63 |   - |  70 |7491 |  70 |  21 |  20 |2938k|3969 | 0.000000e+00 |      --      |    Inf 
1324.33/1324.36	c  1324s|  7180k|  2299k| 22406k|   3.1 |1749M|  63 |   - |  70 |7658 |  70 |  21 |  20 |2943k|3969 | 0.000000e+00 |      --      |    Inf 
1326.32/1326.36	c  1326s|  7190k|  2302k| 22438k|   3.1 |1752M|  63 |   8 |  70 |7647 |  70 |  21 |  20 |2947k|3969 | 0.000000e+00 |      --      |    Inf 
1328.42/1328.47	c  1328s|  7200k|  2305k| 22469k|   3.1 |1754M|  63 |   8 |  70 |7375 |  70 |  21 |  20 |2951k|3969 | 0.000000e+00 |      --      |    Inf 
1330.72/1330.71	c  1331s|  7210k|  2308k| 22500k|   3.1 |1756M|  63 |   8 |  70 |6262 |  70 |  21 |  20 |2955k|3973 | 0.000000e+00 |      --      |    Inf 
1332.92/1332.90	c  1333s|  7220k|  2311k| 22531k|   3.1 |1758M|  63 |   8 |  70 |5753 |  70 |  21 |  20 |2959k|4004 | 0.000000e+00 |      --      |    Inf 
1334.92/1334.94	c  1335s|  7230k|  2314k| 22563k|   3.1 |1761M|  63 |   - |  70 |6093 |  70 |  21 |  20 |2964k|4004 | 0.000000e+00 |      --      |    Inf 
1336.92/1336.95	c  1337s|  7240k|  2317k| 22593k|   3.1 |1763M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2968k|4006 | 0.000000e+00 |      --      |    Inf 
1339.12/1339.14	c  1339s|  7250k|  2319k| 22624k|   3.1 |1765M|  63 |   8 |  70 |5306 |  70 |  21 |  20 |2972k|4006 | 0.000000e+00 |      --      |    Inf 
1341.13/1341.13	c  1341s|  7260k|  2322k| 22655k|   3.1 |1768M|  63 |   8 |  70 |5665 |  70 |  21 |  20 |2976k|4006 | 0.000000e+00 |      --      |    Inf 
1343.24/1343.26	c  1343s|  7270k|  2325k| 22686k|   3.1 |1770M|  63 |   8 |  70 |5201 |  70 |  21 |  20 |2981k|4006 | 0.000000e+00 |      --      |    Inf 
1345.03/1345.06	c  1345s|  7280k|  2329k| 22717k|   3.1 |1773M|  63 |   - |  70 |6361 |  70 |  21 |  20 |2984k|4006 | 0.000000e+00 |      --      |    Inf 
1346.82/1346.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1346.82/1346.87	c  1347s|  7290k|  2333k| 22748k|   3.1 |1775M|  63 |   - |  70 |7054 |  70 |  21 |  20 |2988k|4006 | 0.000000e+00 |      --      |    Inf 
1348.92/1348.95	c  1349s|  7300k|  2336k| 22779k|   3.1 |1778M|  63 |   8 |  70 |6705 |  70 |  21 |  20 |2992k|4006 | 0.000000e+00 |      --      |    Inf 
1351.12/1351.15	c  1351s|  7310k|  2338k| 22810k|   3.1 |1780M|  63 |   8 |  70 |6264 |  70 |  21 |  20 |2997k|4006 | 0.000000e+00 |      --      |    Inf 
1353.22/1353.21	c  1353s|  7320k|  2342k| 22841k|   3.1 |1782M|  63 |   - |  70 |5497 |  70 |  21 |  20 |3001k|4007 | 0.000000e+00 |      --      |    Inf 
1355.24/1355.25	c  1355s|  7330k|  2345k| 22870k|   3.1 |1785M|  63 |   - |  70 |5896 |  70 |  21 |  20 |3005k|4011 | 0.000000e+00 |      --      |    Inf 
1357.44/1357.45	c  1357s|  7340k|  2348k| 22901k|   3.1 |1787M|  63 |   - |  70 |5293 |  70 |  21 |  20 |3009k|4012 | 0.000000e+00 |      --      |    Inf 
1359.33/1359.36	c  1359s|  7350k|  2351k| 22931k|   3.1 |1789M|  63 |   8 |  70 |5732 |  70 |  21 |  20 |3013k|4013 | 0.000000e+00 |      --      |    Inf 
1361.32/1361.35	c  1361s|  7360k|  2354k| 22962k|   3.1 |1792M|  63 |   8 |  70 |5955 |  70 |  21 |  20 |3018k|4013 | 0.000000e+00 |      --      |    Inf 
1363.42/1363.45	c  1363s|  7370k|  2357k| 22993k|   3.1 |1794M|  63 |   8 |  70 |5824 |  70 |  21 |  20 |3022k|4013 | 0.000000e+00 |      --      |    Inf 
1365.52/1365.59	c  1366s|  7380k|  2359k| 23024k|   3.1 |1797M|  63 |   - |  70 |5415 |  70 |  21 |  20 |3026k|4013 | 0.000000e+00 |      --      |    Inf 
1367.34/1367.39	c  1367s|  7390k|  2363k| 23056k|   3.1 |1799M|  63 |   8 |  70 |6726 |  70 |  21 |  20 |3030k|4013 | 0.000000e+00 |      --      |    Inf 
1369.32/1369.34	c  1369s|  7400k|  2366k| 23087k|   3.1 |1802M|  63 |   8 |  70 |7431 |  70 |  21 |  20 |3034k|4013 | 0.000000e+00 |      --      |    Inf 
1371.42/1371.48	c  1371s|  7410k|  2369k| 23119k|   3.1 |1804M|  63 |   - |  70 |6489 |  70 |  21 |  20 |3039k|4014 | 0.000000e+00 |      --      |    Inf 
1373.62/1373.65	c  1374s|  7420k|  2372k| 23149k|   3.1 |1806M|  63 |   8 |  70 |5347 |  70 |  21 |  20 |3043k|4014 | 0.000000e+00 |      --      |    Inf 
1375.72/1375.74	c  1376s|  7430k|  2375k| 23181k|   3.1 |1809M|  63 |   8 |  70 |5471 |  70 |  21 |  20 |3047k|4015 | 0.000000e+00 |      --      |    Inf 
1377.82/1377.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.82/1377.89	c  1378s|  7440k|  2377k| 23212k|   3.1 |1811M|  63 |   8 |  70 |5465 |  70 |  21 |  20 |3052k|4015 | 0.000000e+00 |      --      |    Inf 
1379.82/1379.84	c  1380s|  7450k|  2380k| 23244k|   3.1 |1813M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3056k|4015 | 0.000000e+00 |      --      |    Inf 
1381.92/1381.93	c  1382s|  7460k|  2383k| 23275k|   3.1 |1816M|  63 |   8 |  70 |5324 |  70 |  21 |  20 |3060k|4016 | 0.000000e+00 |      --      |    Inf 
1384.02/1384.07	c  1384s|  7470k|  2386k| 23306k|   3.1 |1818M|  63 |   8 |  70 |5304 |  70 |  21 |  20 |3065k|4019 | 0.000000e+00 |      --      |    Inf 
1385.93/1385.96	c  1386s|  7480k|  2389k| 23338k|   3.1 |1821M|  63 |   8 |  70 |6074 |  70 |  21 |  20 |3069k|4021 | 0.000000e+00 |      --      |    Inf 
1387.93/1387.90	c  1388s|  7490k|  2392k| 23370k|   3.1 |1823M|  63 |   - |  70 |6962 |  70 |  21 |  20 |3073k|4021 | 0.000000e+00 |      --      |    Inf 
1389.82/1389.87	c  1390s|  7500k|  2396k| 23402k|   3.1 |1826M|  63 |   - |  70 |7337 |  70 |  21 |  20 |3077k|4021 | 0.000000e+00 |      --      |    Inf 
1392.02/1392.05	c  1392s|  7510k|  2399k| 23433k|   3.1 |1828M|  63 |   8 |  70 |5939 |  70 |  21 |  20 |3081k|4026 | 0.000000e+00 |      --      |    Inf 
1394.02/1394.08	c  1394s|  7520k|  2402k| 23464k|   3.1 |1830M|  63 |   - |  70 |5898 |  70 |  21 |  20 |3085k|4031 | 0.000000e+00 |      --      |    Inf 
1395.94/1395.98	c  1396s|  7530k|  2406k| 23495k|   3.1 |1833M|  63 |   - |  70 |6794 |  70 |  21 |  20 |3089k|4031 | 0.000000e+00 |      --      |    Inf 
1398.03/1398.02	c  1398s|  7540k|  2409k| 23526k|   3.1 |1835M|  63 |   8 |  70 |6055 |  70 |  21 |  20 |3093k|4036 | 0.000000e+00 |      --      |    Inf 
1400.23/1400.24	c  1400s|  7550k|  2412k| 23557k|   3.1 |1837M|  63 |   - |  70 |5663 |  70 |  21 |  20 |3097k|4038 | 0.000000e+00 |      --      |    Inf 
1402.22/1402.27	c  1402s|  7560k|  2415k| 23587k|   3.1 |1840M|  63 |   8 |  70 |6103 |  70 |  21 |  20 |3102k|4041 | 0.000000e+00 |      --      |    Inf 
1404.12/1404.15	c  1404s|  7570k|  2418k| 23618k|   3.1 |1843M|  63 |   - |  70 |7389 |  70 |  21 |  20 |3106k|4042 | 0.000000e+00 |      --      |    Inf 
1406.43/1406.41	c  1406s|  7580k|  2421k| 23649k|   3.1 |1845M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |3110k|4042 | 0.000000e+00 |      --      |    Inf 
1408.53/1408.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1408.53/1408.50	c  1408s|  7590k|  2424k| 23680k|   3.1 |1847M|  63 |   8 |  70 |5935 |  70 |  21 |  20 |3114k|4042 | 0.000000e+00 |      --      |    Inf 
1410.53/1410.56	c  1411s|  7600k|  2427k| 23711k|   3.1 |1849M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |3119k|4042 | 0.000000e+00 |      --      |    Inf 
1412.55/1412.55	c  1413s|  7610k|  2430k| 23742k|   3.1 |1852M|  63 |   8 |  70 |6172 |  70 |  21 |  20 |3123k|4042 | 0.000000e+00 |      --      |    Inf 
1414.64/1414.62	c  1415s|  7620k|  2433k| 23773k|   3.1 |1854M|  63 |   8 |  70 |5842 |  70 |  21 |  20 |3127k|4042 | 0.000000e+00 |      --      |    Inf 
1416.72/1416.74	c  1417s|  7630k|  2435k| 23804k|   3.1 |1856M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |3131k|4042 | 0.000000e+00 |      --      |    Inf 
1418.82/1418.88	c  1419s|  7640k|  2438k| 23836k|   3.1 |1859M|  63 |   8 |  70 |5387 |  70 |  21 |  20 |3136k|4042 | 0.000000e+00 |      --      |    Inf 
1420.82/1420.88	c  1421s|  7650k|  2441k| 23867k|   3.1 |1861M|  63 |   8 |  70 |5841 |  70 |  21 |  20 |3140k|4042 | 0.000000e+00 |      --      |    Inf 
1422.82/1422.80	c  1423s|  7660k|  2444k| 23898k|   3.1 |1864M|  63 |   - |  70 |6124 |  70 |  21 |  20 |3144k|4042 | 0.000000e+00 |      --      |    Inf 
1424.92/1424.93	c  1425s|  7670k|  2447k| 23930k|   3.1 |1866M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |3148k|4042 | 0.000000e+00 |      --      |    Inf 
1426.93/1426.98	c  1427s|  7680k|  2450k| 23961k|   3.1 |1868M|  63 |   8 |  70 |5630 |  70 |  21 |  20 |3152k|4042 | 0.000000e+00 |      --      |    Inf 
1429.05/1429.03	c  1429s|  7690k|  2453k| 23991k|   3.1 |1871M|  63 |   8 |  70 |5599 |  70 |  21 |  20 |3157k|4042 | 0.000000e+00 |      --      |    Inf 
1431.14/1431.13	c  1431s|  7700k|  2456k| 24022k|   3.1 |1873M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3161k|4042 | 0.000000e+00 |      --      |    Inf 
1432.92/1432.92	c  1433s|  7710k|  2459k| 24053k|   3.1 |1876M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3165k|4042 | 0.000000e+00 |      --      |    Inf 
1435.12/1435.10	c  1435s|  7720k|  2462k| 24084k|   3.1 |1878M|  63 |   8 |  70 |6043 |  70 |  21 |  20 |3169k|4042 | 0.000000e+00 |      --      |    Inf 
1437.12/1437.14	c  1437s|  7730k|  2465k| 24115k|   3.1 |1880M|  63 |   8 |  70 |5946 |  70 |  21 |  20 |3173k|4042 | 0.000000e+00 |      --      |    Inf 
1439.22/1439.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1439.22/1439.21	c  1439s|  7740k|  2468k| 24146k|   3.1 |1883M|  63 |   - |  70 |5604 |  70 |  21 |  20 |3178k|4042 | 0.000000e+00 |      --      |    Inf 
1441.32/1441.32	c  1441s|  7750k|  2471k| 24177k|   3.1 |1885M|  63 |   8 |  70 |5556 |  70 |  21 |  20 |3182k|4042 | 0.000000e+00 |      --      |    Inf 
1443.35/1443.35	c  1443s|  7760k|  2474k| 24207k|   3.1 |1887M|  63 |   8 |  70 |5787 |  70 |  21 |  20 |3186k|4042 | 0.000000e+00 |      --      |    Inf 
1445.32/1445.35	c  1445s|  7770k|  2477k| 24238k|   3.1 |1890M|  63 |   8 |  70 |5430 |  70 |  21 |  20 |3190k|4042 | 0.000000e+00 |      --      |    Inf 
1447.03/1447.08	c  1447s|  7780k|  2481k| 24269k|   3.1 |1892M|  63 |   - |  70 |6640 |  70 |  21 |  20 |3194k|4042 | 0.000000e+00 |      --      |    Inf 
1449.03/1449.03	c  1449s|  7790k|  2483k| 24301k|   3.1 |1895M|  63 |   8 |  70 |6528 |  70 |  21 |  20 |3198k|4042 | 0.000000e+00 |      --      |    Inf 
1450.94/1450.95	c  1451s|  7800k|  2487k| 24332k|   3.1 |1897M|  63 |   - |  70 |7828 |  70 |  21 |  20 |3202k|4042 | 0.000000e+00 |      --      |    Inf 
1453.02/1453.11	c  1453s|  7810k|  2490k| 24363k|   3.1 |1900M|  63 |   8 |  70 |6600 |  70 |  21 |  20 |3206k|4042 | 0.000000e+00 |      --      |    Inf 
1455.13/1455.15	c  1455s|  7820k|  2493k| 24395k|   3.1 |1902M|  63 |   - |  70 |6752 |  70 |  21 |  20 |3210k|4043 | 0.000000e+00 |      --      |    Inf 
1457.22/1457.23	c  1457s|  7830k|  2496k| 24425k|   3.1 |1904M|  63 |   8 |  70 |5907 |  70 |  21 |  20 |3215k|4045 | 0.000000e+00 |      --      |    Inf 
1459.32/1459.34	c  1459s|  7840k|  2499k| 24456k|   3.1 |1907M|  63 |   8 |  70 |5887 |  70 |  21 |  20 |3219k|4047 | 0.000000e+00 |      --      |    Inf 
1461.43/1461.43	c  1461s|  7850k|  2502k| 24487k|   3.1 |1909M|  63 |   - |  70 |5880 |  70 |  21 |  20 |3223k|4048 | 0.000000e+00 |      --      |    Inf 
1463.33/1463.36	c  1463s|  7860k|  2505k| 24518k|   3.1 |1911M|  63 |   8 |  70 |5881 |  70 |  21 |  20 |3227k|4049 | 0.000000e+00 |      --      |    Inf 
1465.43/1465.40	c  1465s|  7870k|  2508k| 24550k|   3.1 |1914M|  63 |   - |  70 |6260 |  70 |  21 |  20 |3232k|4049 | 0.000000e+00 |      --      |    Inf 
1467.44/1467.44	c  1467s|  7880k|  2511k| 24581k|   3.1 |1916M|  63 |   8 |  70 |6250 |  70 |  21 |  20 |3236k|4049 | 0.000000e+00 |      --      |    Inf 
1469.53/1469.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1469.53/1469.56	c  1470s|  7890k|  2514k| 24612k|   3.1 |1918M|  63 |   8 |  70 |5868 |  70 |  21 |  20 |3240k|4056 | 0.000000e+00 |      --      |    Inf 
1471.63/1471.69	c  1472s|  7900k|  2516k| 24644k|   3.1 |1921M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |3245k|4056 | 0.000000e+00 |      --      |    Inf 
1473.62/1473.64	c  1474s|  7910k|  2519k| 24675k|   3.1 |1923M|  63 |   8 |  70 |5500 |  70 |  21 |  20 |3249k|4056 | 0.000000e+00 |      --      |    Inf 
1475.63/1475.69	c  1476s|  7920k|  2522k| 24706k|   3.1 |1925M|  63 |   8 |  70 |5278 |  70 |  21 |  20 |3253k|4056 | 0.000000e+00 |      --      |    Inf 
1477.73/1477.72	c  1478s|  7930k|  2525k| 24736k|   3.1 |1928M|  63 |   - |  70 |5287 |  70 |  21 |  20 |3257k|4056 | 0.000000e+00 |      --      |    Inf 
1479.83/1479.84	c  1480s|  7940k|  2528k| 24767k|   3.1 |1930M|  63 |   8 |  70 |4812 |  70 |  21 |  20 |3262k|4056 | 0.000000e+00 |      --      |    Inf 
1481.93/1481.99	c  1482s|  7950k|  2531k| 24799k|   3.1 |1932M|  63 |   - |  70 |4880 |  70 |  21 |  20 |3266k|4056 | 0.000000e+00 |      --      |    Inf 
1483.94/1483.96	c  1484s|  7960k|  2534k| 24829k|   3.1 |1935M|  63 |   - |  70 |5124 |  70 |  21 |  20 |3270k|4056 | 0.000000e+00 |      --      |    Inf 
1485.92/1485.95	c  1486s|  7970k|  2537k| 24861k|   3.1 |1937M|  63 |   8 |  70 |5371 |  70 |  21 |  20 |3275k|4056 | 0.000000e+00 |      --      |    Inf 
1488.03/1488.05	c  1488s|  7980k|  2539k| 24892k|   3.1 |1939M|  63 |   8 |  70 |5272 |  70 |  21 |  20 |3279k|4056 | 0.000000e+00 |      --      |    Inf 
1490.22/1490.20	c  1490s|  7990k|  2542k| 24923k|   3.1 |1942M|  63 |   8 |  70 |5287 |  70 |  21 |  20 |3283k|4056 | 0.000000e+00 |      --      |    Inf 
1492.13/1492.17	c  1492s|  8000k|  2545k| 24954k|   3.1 |1944M|  63 |   8 |  70 |5911 |  70 |  21 |  20 |3288k|4056 | 0.000000e+00 |      --      |    Inf 
1494.03/1494.06	c  1494s|  8010k|  2549k| 24986k|   3.1 |1947M|  63 |   8 |  70 |6627 |  70 |  21 |  20 |3292k|4056 | 0.000000e+00 |      --      |    Inf 
1495.92/1495.92	c  1496s|  8020k|  2552k| 25017k|   3.1 |1950M|  63 |   - |  70 |7541 |  70 |  21 |  20 |3296k|4056 | 0.000000e+00 |      --      |    Inf 
1497.83/1497.89	c  1498s|  8030k|  2555k| 25047k|   3.1 |1952M|  63 |   8 |  70 |7102 |  70 |  21 |  20 |3300k|4056 | 0.000000e+00 |      --      |    Inf 
1499.82/1499.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1499.82/1499.83	c  1500s|  8040k|  2559k| 25078k|   3.1 |1954M|  63 |   - |  70 |7664 |  70 |  21 |  20 |3304k|4056 | 0.000000e+00 |      --      |    Inf 
1501.82/1501.87	c  1502s|  8050k|  2562k| 25108k|   3.1 |1957M|  63 |   8 |  70 |8253 |  70 |  21 |  20 |3309k|4056 | 0.000000e+00 |      --      |    Inf 
1503.93/1503.94	c  1504s|  8060k|  2565k| 25139k|   3.1 |1959M|  63 |   8 |  70 |7403 |  70 |  21 |  20 |3313k|4062 | 0.000000e+00 |      --      |    Inf 
1506.05/1506.08	c  1506s|  8070k|  2568k| 25171k|   3.1 |1961M|  63 |   8 |  70 |6275 |  70 |  21 |  20 |3317k|4064 | 0.000000e+00 |      --      |    Inf 
1508.25/1508.26	c  1508s|  8080k|  2571k| 25201k|   3.1 |1964M|  63 |   8 |  70 |6026 |  70 |  21 |  20 |3321k|4066 | 0.000000e+00 |      --      |    Inf 
1510.34/1510.38	c  1510s|  8090k|  2574k| 25232k|   3.1 |1966M|  63 |   8 |  70 |5752 |  70 |  21 |  20 |3325k|4069 | 0.000000e+00 |      --      |    Inf 
1512.42/1512.50	c  1512s|  8100k|  2577k| 25262k|   3.1 |1968M|  63 |   8 |  70 |5614 |  70 |  21 |  20 |3330k|4071 | 0.000000e+00 |      --      |    Inf 
1514.62/1514.62	c  1515s|  8110k|  2579k| 25293k|   3.1 |1971M|  63 |   - |  70 |5426 |  70 |  21 |  20 |3334k|4075 | 0.000000e+00 |      --      |    Inf 
1516.53/1516.57	c  1517s|  8120k|  2582k| 25324k|   3.1 |1973M|  63 |   8 |  70 |6606 |  70 |  21 |  20 |3338k|4075 | 0.000000e+00 |      --      |    Inf 
1518.73/1518.74	c  1519s|  8130k|  2585k| 25355k|   3.1 |1975M|  63 |   - |  70 |5964 |  70 |  21 |  20 |3342k|4078 | 0.000000e+00 |      --      |    Inf 
1520.93/1520.99	c  1521s|  8140k|  2588k| 25387k|   3.1 |1978M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |3347k|4080 | 0.000000e+00 |      --      |    Inf 
1522.93/1522.94	c  1523s|  8150k|  2591k| 25418k|   3.1 |1980M|  63 |   8 |  70 |5954 |  70 |  21 |  20 |3351k|4080 | 0.000000e+00 |      --      |    Inf 
1524.93/1524.90	c  1525s|  8160k|  2594k| 25450k|   3.1 |1983M|  63 |   8 |  70 |6583 |  70 |  21 |  20 |3355k|4082 | 0.000000e+00 |      --      |    Inf 
1526.73/1526.75	c  1527s|  8170k|  2598k| 25482k|   3.1 |1986M|  63 |   8 |  70 |8157 |  70 |  21 |  20 |3359k|4082 | 0.000000e+00 |      --      |    Inf 
1529.04/1529.06	c  1529s|  8180k|  2601k| 25512k|   3.1 |1987M|  63 |   - |  70 |6091 |  70 |  21 |  20 |3364k|4090 | 0.000000e+00 |      --      |    Inf 
1531.13/1531.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1531.13/1531.17	c  1531s|  8190k|  2604k| 25543k|   3.1 |1990M|  63 |   8 |  70 |5742 |  70 |  21 |  20 |3368k|4092 | 0.000000e+00 |      --      |    Inf 
1533.13/1533.15	c  1533s|  8200k|  2607k| 25574k|   3.1 |1992M|  63 |   - |  70 |5692 |  70 |  21 |  20 |3372k|4093 | 0.000000e+00 |      --      |    Inf 
1535.22/1535.22	c  1535s|  8210k|  2610k| 25606k|   3.1 |1994M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |3376k|4094 | 0.000000e+00 |      --      |    Inf 
1537.13/1537.16	c  1537s|  8220k|  2613k| 25637k|   3.1 |1997M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |3380k|4094 | 0.000000e+00 |      --      |    Inf 
1539.23/1539.23	c  1539s|  8230k|  2616k| 25668k|   3.1 |1999M|  63 |   - |  70 |6147 |   0 |   0 |  20 |3385k|4095 | 0.000000e+00 |      --      |    Inf 
1541.25/1541.25	c  1541s|  8240k|  2618k| 25699k|   3.1 |2002M|  63 |   8 |  70 |6439 |  70 |  21 |  20 |3389k|4096 | 0.000000e+00 |      --      |    Inf 
1543.22/1543.28	c  1543s|  8250k|  2622k| 25729k|   3.1 |2004M|  63 |   8 |  70 |5967 |  70 |  21 |  20 |3393k|4096 | 0.000000e+00 |      --      |    Inf 
1545.23/1545.27	c  1545s|  8260k|  2624k| 25761k|   3.1 |2007M|  63 |   - |  70 |6558 |  70 |  21 |  20 |3397k|4096 | 0.000000e+00 |      --      |    Inf 
1547.53/1547.52	c  1548s|  8270k|  2627k| 25792k|   3.1 |2009M|  63 |   8 |  70 |6011 |  70 |  21 |  20 |3402k|4096 | 0.000000e+00 |      --      |    Inf 
1549.73/1549.70	c  1550s|  8280k|  2630k| 25824k|   3.1 |2011M|  63 |   8 |  70 |5709 |  70 |  21 |  20 |3406k|4096 | 0.000000e+00 |      --      |    Inf 
1551.63/1551.60	c  1552s|  8290k|  2633k| 25855k|   3.1 |2014M|  63 |   - |  70 |6779 |  70 |  21 |  20 |3410k|4096 | 0.000000e+00 |      --      |    Inf 
1553.63/1553.65	c  1554s|  8300k|  2636k| 25887k|   3.1 |2016M|  63 |   8 |  70 |6449 |  70 |  21 |  20 |3415k|4096 | 0.000000e+00 |      --      |    Inf 
1555.62/1555.60	c  1556s|  8310k|  2639k| 25919k|   3.1 |2019M|  63 |   8 |  70 |7283 |  70 |  21 |  20 |3419k|4096 | 0.000000e+00 |      --      |    Inf 
1557.53/1557.54	c  1558s|  8320k|  2643k| 25950k|   3.1 |2021M|  63 |   - |  70 |8570 |  70 |  21 |  20 |3423k|4096 | 0.000000e+00 |      --      |    Inf 
1559.72/1559.77	c  1560s|  8330k|  2646k| 25980k|   3.1 |2023M|  63 |   - |  70 |6592 |  70 |  21 |  20 |3427k|4096 | 0.000000e+00 |      --      |    Inf 
1561.83/1561.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1561.83/1561.81	c  1562s|  8340k|  2649k| 26010k|   3.1 |2026M|  63 |   8 |  70 |6731 |  70 |  21 |  20 |3431k|4096 | 0.000000e+00 |      --      |    Inf 
1563.82/1563.84	c  1564s|  8350k|  2652k| 26042k|   3.1 |2028M|  63 |   8 |  70 |7690 |  70 |  21 |  20 |3435k|4096 | 0.000000e+00 |      --      |    Inf 
1565.93/1565.91	c  1566s|  8360k|  2655k| 26073k|   3.1 |2031M|  63 |   8 |  70 |7120 |  70 |  21 |  20 |3440k|4096 | 0.000000e+00 |      --      |    Inf 
1567.93/1567.93	c  1568s|  8370k|  2657k| 26104k|   3.1 |2033M|  63 |   8 |  70 |7093 |  70 |  21 |  20 |3444k|4096 | 0.000000e+00 |      --      |    Inf 
1570.02/1570.06	c  1570s|  8380k|  2660k| 26135k|   3.1 |2035M|  63 |   8 |  70 |6508 |  70 |  21 |  20 |3448k|4096 | 0.000000e+00 |      --      |    Inf 
1571.94/1572.01	c  1572s|  8390k|  2664k| 26165k|   3.1 |2038M|  63 |   - |  70 |7742 |  70 |  21 |  20 |3452k|4096 | 0.000000e+00 |      --      |    Inf 
1573.93/1573.95	c  1574s|  8400k|  2667k| 26194k|   3.1 |2040M|  63 |   - |  70 |7822 |  70 |  21 |  20 |3456k|4096 | 0.000000e+00 |      --      |    Inf 
1576.02/1576.00	c  1576s|  8410k|  2670k| 26226k|   3.1 |2043M|  63 |   8 |  70 |7420 |  70 |  21 |  20 |3460k|4097 | 0.000000e+00 |      --      |    Inf 
1578.03/1578.09	c  1578s|  8420k|  2673k| 26257k|   3.1 |2045M|  63 |   - |  70 |6719 |  70 |  21 |  20 |3465k|4097 | 0.000000e+00 |      --      |    Inf 
1580.13/1580.14	c  1580s|  8430k|  2677k| 26287k|   3.1 |2047M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3469k|4099 | 0.000000e+00 |      --      |    Inf 
1582.13/1582.17	c  1582s|  8440k|  2679k| 26319k|   3.1 |2050M|  63 |   8 |  70 |6989 |  70 |  21 |  20 |3473k|4099 | 0.000000e+00 |      --      |    Inf 
1584.04/1584.10	c  1584s|  8450k|  2683k| 26350k|   3.1 |2052M|  63 |   8 |  70 |8130 |  70 |  21 |  20 |3477k|4099 | 0.000000e+00 |      --      |    Inf 
1586.13/1586.20	c  1586s|  8460k|  2685k| 26381k|   3.1 |2055M|  63 |   8 |  70 |7916 |  70 |  21 |  20 |3481k|4105 | 0.000000e+00 |      --      |    Inf 
1588.23/1588.23	c  1588s|  8470k|  2688k| 26414k|   3.1 |2057M|  63 |   8 |  70 |7702 |  70 |  21 |  20 |3486k|4105 | 0.000000e+00 |      --      |    Inf 
1590.23/1590.20	c  1590s|  8480k|  2691k| 26446k|   3.1 |2060M|  63 |   - |  70 |8283 |  70 |  21 |  20 |3490k|4105 | 0.000000e+00 |      --      |    Inf 
1592.23/1592.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1592.23/1592.23	c  1592s|  8490k|  2695k| 26477k|   3.1 |2062M|  63 |   8 |  70 |9262 |  70 |  21 |  20 |3495k|4105 | 0.000000e+00 |      --      |    Inf 
1594.53/1594.51	c  1595s|  8500k|  2698k| 26509k|   3.1 |2064M|  63 |   - |  70 |6639 |   0 |   0 |  20 |3499k|4118 | 0.000000e+00 |      --      |    Inf 
1596.63/1596.63	c  1597s|  8510k|  2700k| 26540k|   3.1 |2066M|  63 |   8 |  70 |6066 |  70 |  21 |  20 |3503k|4118 | 0.000000e+00 |      --      |    Inf 
1598.73/1598.77	c  1599s|  8520k|  2703k| 26572k|   3.1 |2069M|  63 |   - |  70 |5900 |  70 |  21 |  20 |3507k|4118 | 0.000000e+00 |      --      |    Inf 
1601.02/1601.03	c  1601s|  8530k|  2706k| 26604k|   3.1 |2071M|  63 |   8 |  70 |5573 |  70 |  21 |  20 |3512k|4119 | 0.000000e+00 |      --      |    Inf 
1603.23/1603.22	c  1603s|  8540k|  2709k| 26635k|   3.1 |2073M|  63 |   8 |  70 |5686 |  70 |  21 |  20 |3516k|4119 | 0.000000e+00 |      --      |    Inf 
1605.33/1605.38	c  1605s|  8550k|  2712k| 26667k|   3.1 |2076M|  63 |   - |  70 |5450 |  70 |  21 |  20 |3520k|4122 | 0.000000e+00 |      --      |    Inf 
1607.53/1607.54	c  1608s|  8560k|  2714k| 26698k|   3.1 |2078M|  63 |   - |  70 |5501 |  70 |  21 |  20 |3525k|4124 | 0.000000e+00 |      --      |    Inf 
1609.53/1609.55	c  1610s|  8570k|  2717k| 26729k|   3.1 |2081M|  63 |   8 |  70 |5992 |  70 |  21 |  20 |3529k|4124 | 0.000000e+00 |      --      |    Inf 
1611.33/1611.39	c  1611s|  8580k|  2721k| 26759k|   3.1 |2083M|  63 |   8 |  70 |6778 |  70 |  21 |  20 |3533k|4124 | 0.000000e+00 |      --      |    Inf 
1613.63/1613.69	c  1614s|  8590k|  2724k| 26789k|   3.1 |2085M|  63 |   8 |  70 |5821 |  70 |  21 |  20 |3537k|4124 | 0.000000e+00 |      --      |    Inf 
1615.73/1615.77	c  1616s|  8600k|  2727k| 26820k|   3.1 |2088M|  63 |   - |  70 |5823 |  70 |  21 |  20 |3541k|4124 | 0.000000e+00 |      --      |    Inf 
1617.73/1617.74	c  1618s|  8610k|  2730k| 26853k|   3.1 |2090M|  63 |   8 |  70 |6923 |  70 |  21 |  20 |3546k|4124 | 0.000000e+00 |      --      |    Inf 
1619.72/1619.76	c  1620s|  8620k|  2732k| 26886k|   3.1 |2093M|  63 |   - |  70 |7493 |  70 |  21 |  20 |3550k|4124 | 0.000000e+00 |      --      |    Inf 
1621.93/1621.96	c  1622s|  8630k|  2735k| 26917k|   3.1 |2095M|  63 |   8 |  70 |6983 |  70 |  21 |  20 |3555k|4128 | 0.000000e+00 |      --      |    Inf 
1623.93/1623.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1623.93/1623.96	c  1624s|  8640k|  2738k| 26949k|   3.1 |2098M|  63 |   8 |  70 |7512 |  70 |  21 |  20 |3559k|4128 | 0.000000e+00 |      --      |    Inf 
1626.03/1626.02	c  1626s|  8650k|  2741k| 26980k|   3.1 |2100M|  63 |   8 |  70 |7907 |  70 |  21 |  20 |3564k|4128 | 0.000000e+00 |      --      |    Inf 
1628.23/1628.29	c  1628s|  8660k|  2744k| 27011k|   3.1 |2102M|  63 |   8 |  70 |6897 |  70 |  21 |  20 |3568k|4129 | 0.000000e+00 |      --      |    Inf 
1630.25/1630.26	c  1630s|  8670k|  2747k| 27043k|   3.1 |2105M|  63 |   - |  70 |8077 |  70 |  21 |  20 |3572k|4130 | 0.000000e+00 |      --      |    Inf 
1632.33/1632.35	c  1632s|  8680k|  2750k| 27073k|   3.1 |2107M|  63 |   - |  70 |8738 |   0 |   0 |  20 |3576k|4130 | 0.000000e+00 |      --      |    Inf 
1634.53/1634.55	c  1635s|  8690k|  2754k| 27104k|   3.1 |2110M|  63 |   8 |  70 |7799 |  70 |  21 |  20 |3580k|4137 | 0.000000e+00 |      --      |    Inf 
1636.73/1636.76	c  1637s|  8700k|  2757k| 27134k|   3.1 |2112M|  63 |   8 |  70 |6393 |  70 |  21 |  20 |3584k|4137 | 0.000000e+00 |      --      |    Inf 
1638.82/1638.88	c  1639s|  8710k|  2759k| 27165k|   3.1 |2114M|  63 |   8 |  70 |6692 |  70 |  21 |  20 |3589k|4139 | 0.000000e+00 |      --      |    Inf 
1641.13/1641.13	c  1641s|  8720k|  2762k| 27196k|   3.1 |2116M|  63 |   8 |  70 |5924 |  70 |  21 |  20 |3593k|4139 | 0.000000e+00 |      --      |    Inf 
1643.23/1643.25	c  1643s|  8730k|  2765k| 27227k|   3.1 |2119M|  63 |   8 |  70 |6003 |  70 |  21 |  20 |3597k|4139 | 0.000000e+00 |      --      |    Inf 
1645.23/1645.27	c  1645s|  8740k|  2768k| 27258k|   3.1 |2121M|  63 |   8 |  70 |5632 |  70 |  21 |  20 |3602k|4139 | 0.000000e+00 |      --      |    Inf 
1647.33/1647.37	c  1647s|  8750k|  2771k| 27289k|   3.1 |2123M|  63 |   8 |  70 |5816 |  70 |  21 |  20 |3606k|4139 | 0.000000e+00 |      --      |    Inf 
1649.43/1649.44	c  1649s|  8760k|  2774k| 27320k|   3.1 |2126M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3610k|4139 | 0.000000e+00 |      --      |    Inf 
1651.53/1651.50	c  1652s|  8770k|  2777k| 27352k|   3.1 |2128M|  63 |   8 |  70 |6322 |  70 |  21 |  20 |3614k|4139 | 0.000000e+00 |      --      |    Inf 
1653.45/1653.49	c  1653s|  8780k|  2780k| 27384k|   3.1 |2131M|  63 |   - |  70 |7764 |  70 |  21 |  20 |3619k|4139 | 0.000000e+00 |      --      |    Inf 
1655.73/1655.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1655.73/1655.70	c  1656s|  8790k|  2783k| 27415k|   3.1 |2133M|  63 |   8 |  70 |6621 |  70 |  21 |  20 |3623k|4139 | 0.000000e+00 |      --      |    Inf 
1657.63/1657.68	c  1658s|  8800k|  2786k| 27449k|   3.1 |2135M|  63 |   8 |  70 |7992 |  70 |  21 |  20 |3627k|4139 | 0.000000e+00 |      --      |    Inf 
1659.63/1659.62	c  1660s|  8810k|  2790k| 27480k|   3.1 |2138M|  63 |   - |  70 |8692 |  70 |  21 |  20 |3631k|4139 | 0.000000e+00 |      --      |    Inf 
1661.73/1661.71	c  1662s|  8820k|  2793k| 27512k|   3.1 |2141M|  63 |   - |  70 |9064 |  70 |  21 |  20 |3635k|4139 | 0.000000e+00 |      --      |    Inf 
1663.83/1663.88	c  1664s|  8830k|  2796k| 27544k|   3.1 |2143M|  63 |   8 |  70 |9153 |  70 |  21 |  20 |3640k|4139 | 0.000000e+00 |      --      |    Inf 
1666.03/1666.09	c  1666s|  8840k|  2799k| 27577k|   3.1 |2145M|  63 |   8 |  70 |9218 |  70 |  21 |  20 |3644k|4139 | 0.000000e+00 |      --      |    Inf 
1668.33/1668.34	c  1668s|  8850k|  2802k| 27608k|   3.1 |2147M|  63 |   8 |  70 |7923 |  70 |  21 |  20 |3648k|4140 | 0.000000e+00 |      --      |    Inf 
1670.33/1670.39	c  1670s|  8860k|  2805k| 27640k|   3.1 |2150M|  63 |   - |  70 |9028 |  70 |  21 |  20 |3653k|4140 | 0.000000e+00 |      --      |    Inf 
1672.53/1672.59	c  1673s|  8870k|  2808k| 27672k|   3.1 |2153M|  63 |   - |  70 |9455 |  70 |  21 |  20 |3657k|4140 | 0.000000e+00 |      --      |    Inf 
1674.93/1674.93	c  1675s|  8880k|  2811k| 27703k|   3.1 |2154M|  63 |   8 |  70 |7075 |  70 |  21 |  20 |3661k|4146 | 0.000000e+00 |      --      |    Inf 
1676.83/1676.84	c  1677s|  8890k|  2814k| 27734k|   3.1 |2157M|  63 |   - |  70 |7609 |  70 |  21 |  20 |3666k|4146 | 0.000000e+00 |      --      |    Inf 
1679.03/1679.06	c  1679s|  8900k|  2817k| 27765k|   3.1 |2159M|  63 |   8 |  70 |6963 |  70 |  21 |  20 |3670k|4146 | 0.000000e+00 |      --      |    Inf 
1680.94/1680.99	c  1681s|  8910k|  2821k| 27796k|   3.1 |2162M|  63 |   8 |  70 |8311 |  70 |  21 |  20 |3674k|4146 | 0.000000e+00 |      --      |    Inf 
1683.23/1683.27	c  1683s|  8920k|  2824k| 27826k|   3.1 |2164M|  63 |   - |  70 |6556 |  70 |  21 |  20 |3678k|4154 | 0.000000e+00 |      --      |    Inf 
1685.25/1685.29	c  1685s|  8930k|  2827k| 27857k|   3.1 |2166M|  63 |   - |  70 |7078 |  70 |  21 |  20 |3682k|4158 | 0.000000e+00 |      --      |    Inf 
1687.33/1687.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1687.33/1687.40	c  1687s|  8940k|  2830k| 27889k|   3.1 |2169M|  63 |   8 |  70 |6619 |  70 |  21 |  20 |3687k|4162 | 0.000000e+00 |      --      |    Inf 
1689.53/1689.52	c  1690s|  8950k|  2833k| 27920k|   3.1 |2171M|  63 |   8 |  70 |6358 |  70 |  21 |  20 |3691k|4164 | 0.000000e+00 |      --      |    Inf 
1691.63/1691.63	c  1692s|  8960k|  2836k| 27950k|   3.1 |2173M|  63 |   8 |  70 |6310 |  70 |  21 |  20 |3695k|4164 | 0.000000e+00 |      --      |    Inf 
1693.73/1693.72	c  1694s|  8970k|  2839k| 27982k|   3.1 |2176M|  63 |   8 |  70 |6505 |  70 |  21 |  20 |3700k|4166 | 0.000000e+00 |      --      |    Inf 
1695.83/1695.83	c  1696s|  8980k|  2842k| 28013k|   3.1 |2178M|  63 |   - |  70 |6575 |   0 |   0 |  20 |3704k|4166 | 0.000000e+00 |      --      |    Inf 
1697.83/1697.88	c  1698s|  8990k|  2844k| 28044k|   3.1 |2181M|  63 |   8 |  70 |6522 |  70 |  21 |  20 |3708k|4168 | 0.000000e+00 |      --      |    Inf 
1699.83/1699.82	c  1700s|  9000k|  2848k| 28076k|   3.1 |2183M|  63 |   8 |  70 |7517 |  70 |  21 |  20 |3712k|4168 | 0.000000e+00 |      --      |    Inf 
1701.74/1701.72	c  1702s|  9010k|  2851k| 28108k|   3.1 |2186M|  63 |   8 |  70 |7560 |  70 |  21 |  20 |3716k|4168 | 0.000000e+00 |      --      |    Inf 
1703.73/1703.75	c  1704s|  9020k|  2854k| 28138k|   3.1 |2188M|  63 |   - |  70 |8432 |  70 |  21 |  20 |3721k|4171 | 0.000000e+00 |      --      |    Inf 
1706.03/1706.00	c  1706s|  9030k|  2857k| 28169k|   3.1 |2190M|  63 |   8 |  70 |6798 |  70 |  21 |  20 |3725k|4173 | 0.000000e+00 |      --      |    Inf 
1708.13/1708.17	c  1708s|  9040k|  2860k| 28200k|   3.1 |2193M|  63 |   8 |  70 |5978 |  70 |  21 |  20 |3729k|4176 | 0.000000e+00 |      --      |    Inf 
1710.23/1710.21	c  1710s|  9050k|  2863k| 28232k|   3.1 |2195M|  63 |   8 |  70 |6050 |  70 |  21 |  20 |3733k|4180 | 0.000000e+00 |      --      |    Inf 
1712.33/1712.34	c  1712s|  9060k|  2866k| 28263k|   3.1 |2197M|  63 |   8 |  70 |5607 |  70 |  21 |  20 |3738k|4180 | 0.000000e+00 |      --      |    Inf 
1714.53/1714.54	c  1715s|  9070k|  2868k| 28294k|   3.1 |2200M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3742k|4181 | 0.000000e+00 |      --      |    Inf 
1716.63/1716.66	c  1717s|  9080k|  2871k| 28325k|   3.1 |2202M|  63 |   8 |  70 |5834 |  70 |  21 |  20 |3746k|4182 | 0.000000e+00 |      --      |    Inf 
1718.73/1718.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.73/1718.73	c  1719s|  9090k|  2874k| 28357k|   3.1 |2204M|  63 |   8 |  70 |6019 |  70 |  21 |  20 |3751k|4182 | 0.000000e+00 |      --      |    Inf 
1720.83/1720.81	c  1721s|  9100k|  2877k| 28389k|   3.1 |2207M|  63 |   - |  70 |6033 |  70 |  21 |  20 |3755k|4182 | 0.000000e+00 |      --      |    Inf 
1722.93/1722.90	c  1723s|  9110k|  2880k| 28420k|   3.1 |2209M|  63 |   - |  70 |6138 |  70 |  21 |  20 |3759k|4182 | 0.000000e+00 |      --      |    Inf 
1725.14/1725.14	c  1725s|  9120k|  2883k| 28451k|   3.1 |2211M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |3763k|4182 | 0.000000e+00 |      --      |    Inf 
1727.33/1727.33	c  1727s|  9130k|  2886k| 28482k|   3.1 |2214M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |3768k|4182 | 0.000000e+00 |      --      |    Inf 
1729.35/1729.37	c  1729s|  9140k|  2889k| 28512k|   3.1 |2216M|  63 |   8 |  70 |5560 |  70 |  21 |  20 |3772k|4182 | 0.000000e+00 |      --      |    Inf 
1731.33/1731.38	c  1731s|  9150k|  2892k| 28544k|   3.1 |2219M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |3776k|4182 | 0.000000e+00 |      --      |    Inf 
1733.44/1733.44	c  1733s|  9160k|  2894k| 28576k|   3.1 |2221M|  63 |   8 |  70 |7171 |  70 |  21 |  20 |3781k|4182 | 0.000000e+00 |      --      |    Inf 
1735.73/1735.77	c  1736s|  9170k|  2897k| 28607k|   3.1 |2223M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |3785k|4182 | 0.000000e+00 |      --      |    Inf 
1737.63/1737.61	c  1738s|  9180k|  2901k| 28637k|   3.1 |2226M|  63 |   8 |  70 |7231 |  70 |  21 |  20 |3789k|4182 | 0.000000e+00 |      --      |    Inf 
1739.83/1739.80	c  1740s|  9190k|  2904k| 28669k|   3.1 |2228M|  63 |   - |  70 |6464 |  70 |  21 |  20 |3793k|4185 | 0.000000e+00 |      --      |    Inf 
1741.93/1741.96	c  1742s|  9200k|  2907k| 28700k|   3.1 |2230M|  63 |   - |  70 |6102 |  70 |  21 |  20 |3797k|4187 | 0.000000e+00 |      --      |    Inf 
1744.13/1744.16	c  1744s|  9210k|  2909k| 28730k|   3.1 |2233M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |3801k|4187 | 0.000000e+00 |      --      |    Inf 
1746.33/1746.34	c  1746s|  9220k|  2912k| 28762k|   3.1 |2235M|  63 |   8 |  70 |5994 |  70 |  21 |  20 |3806k|4192 | 0.000000e+00 |      --      |    Inf 
1748.43/1748.44	c  1748s|  9230k|  2915k| 28793k|   3.1 |2238M|  63 |   8 |  70 |5818 |  70 |  21 |  20 |3810k|4192 | 0.000000e+00 |      --      |    Inf 
1750.43/1750.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1750.43/1750.46	c  1750s|  9240k|  2919k| 28822k|   3.1 |2240M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |3814k|4194 | 0.000000e+00 |      --      |    Inf 
1752.53/1752.57	c  1753s|  9250k|  2922k| 28853k|   3.1 |2242M|  63 |   8 |  70 |5987 |  70 |  21 |  20 |3818k|4196 | 0.000000e+00 |      --      |    Inf 
1754.65/1754.66	c  1755s|  9260k|  2925k| 28885k|   3.1 |2245M|  63 |   - |  70 |6439 |  70 |  21 |  20 |3823k|4196 | 0.000000e+00 |      --      |    Inf 
1756.93/1756.92	c  1757s|  9270k|  2927k| 28917k|   3.1 |2247M|  63 |   8 |  70 |6224 |  70 |  21 |  20 |3827k|4198 | 0.000000e+00 |      --      |    Inf 
1758.83/1758.87	c  1759s|  9280k|  2930k| 28949k|   3.1 |2250M|  63 |   - |  70 |6816 |  70 |  21 |  20 |3831k|4198 | 0.000000e+00 |      --      |    Inf 
1761.04/1761.05	c  1761s|  9290k|  2933k| 28980k|   3.1 |2252M|  63 |   8 |  70 |6037 |  70 |  21 |  20 |3835k|4198 | 0.000000e+00 |      --      |    Inf 
1763.13/1763.18	c  1763s|  9300k|  2936k| 29011k|   3.1 |2254M|  63 |   8 |  70 |6041 |  70 |  21 |  20 |3840k|4198 | 0.000000e+00 |      --      |    Inf 
1765.23/1765.24	c  1765s|  9310k|  2939k| 29042k|   3.1 |2257M|  63 |   - |  70 |6579 |  70 |  21 |  20 |3844k|4198 | 0.000000e+00 |      --      |    Inf 
1767.43/1767.42	c  1767s|  9320k|  2942k| 29073k|   3.1 |2259M|  63 |   - |  70 |5732 |  70 |  21 |  20 |3849k|4199 | 0.000000e+00 |      --      |    Inf 
1769.43/1769.49	c  1769s|  9330k|  2944k| 29104k|   3.1 |2261M|  63 |   8 |  70 |6406 |  70 |  21 |  20 |3853k|4201 | 0.000000e+00 |      --      |    Inf 
1771.83/1771.88	c  1772s|  9340k|  2947k| 29135k|   3.1 |2264M|  63 |   - |  70 |5501 |  70 |  21 |  20 |3857k|4204 | 0.000000e+00 |      --      |    Inf 
1774.13/1774.11	c  1774s|  9350k|  2950k| 29166k|   3.1 |2266M|  63 |   8 |  70 |5408 |  70 |  21 |  20 |3862k|4204 | 0.000000e+00 |      --      |    Inf 
1776.24/1776.27	c  1776s|  9360k|  2953k| 29196k|   3.1 |2268M|  63 |   - |  70 |5522 |   0 |   0 |  20 |3866k|4205 | 0.000000e+00 |      --      |    Inf 
1778.33/1778.37	c  1778s|  9370k|  2955k| 29228k|   3.1 |2271M|  63 |   - |  70 |6058 |  70 |  21 |  20 |3870k|4205 | 0.000000e+00 |      --      |    Inf 
1780.63/1780.63	c  1781s|  9380k|  2958k| 29259k|   3.1 |2273M|  63 |   - |  70 |5603 |  70 |  21 |  20 |3875k|4206 | 0.000000e+00 |      --      |    Inf 
1782.44/1782.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.44/1782.48	c  1782s|  9390k|  2962k| 29291k|   3.1 |2276M|  63 |   8 |  70 |6428 |  70 |  21 |  20 |3879k|4207 | 0.000000e+00 |      --      |    Inf 
1784.43/1784.45	c  1784s|  9400k|  2966k| 29322k|   3.1 |2278M|  63 |   8 |  70 |7034 |  70 |  21 |  20 |3883k|4207 | 0.000000e+00 |      --      |    Inf 
1786.73/1786.72	c  1787s|  9410k|  2968k| 29354k|   3.1 |2280M|  63 |   8 |  70 |7040 |  70 |  21 |  20 |3887k|4207 | 0.000000e+00 |      --      |    Inf 
1788.83/1788.86	c  1789s|  9420k|  2972k| 29385k|   3.1 |2283M|  63 |   - |  70 |7240 |  70 |  21 |  20 |3891k|4212 | 0.000000e+00 |      --      |    Inf 
1790.95/1790.95	c  1791s|  9430k|  2975k| 29415k|   3.1 |2285M|  63 |   8 |  70 |7077 |  70 |  21 |  20 |3895k|4212 | 0.000000e+00 |      --      |    Inf 
1793.33/1793.39	c  1793s|  9440k|  2978k| 29445k|   3.1 |2287M|  63 |   8 |  70 |5607 |  70 |  21 |  20 |3899k|4212 | 0.000000e+00 |      --      |    Inf 
1795.43/1795.49	c  1795s|  9450k|  2981k| 29476k|   3.1 |2290M|  63 |   8 |  70 |5915 |  70 |  21 |  20 |3904k|4213 | 0.000000e+00 |      --      |    Inf 
1797.63/1797.68	c  1798s|  9460k|  2983k| 29507k|   3.1 |2292M|  63 |   - |  70 |5545 |  70 |  21 |  20 |3908k|4213 | 0.000000e+00 |      --      |    Inf 
1799.83/1799.88	c  1800s|  9470k|  2986k| 29538k|   3.1 |2294M|  63 |   8 |  70 |5526 |  70 |  21 |  20 |3912k|4215 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 9470565
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.01 (included in solving)
1800.04/1800.00	c   reading          :       0.00 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3452519-1307094870.opb
1800.04/1800.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 17 initial, 17 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3452519-1307094870.opb
1800.04/1800.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 8 initial, 9941 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    6245400          0          4          0        281       1222          0          0   12488038
1800.04/1800.00	c   linear           :          8+         7   21378524          0          0          3    2448768     114701    4645847          0          0          0
1800.04/1800.00	c   logicor          :          0+         6    8757529          0          0          0    5603236       7572    2985145          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      37.70       0.00       0.00      37.70       0.00       0.00       0.00
1800.04/1800.00	c   linear           :      92.12       0.00      84.58       0.00       0.00       0.00       7.54
1800.04/1800.00	c   logicor          :     249.62       0.00     239.42       0.00       0.00       0.00      10.20
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       3.09       3.09       0.00
1800.04/1800.00	c   rootredcost      :       3.29       3.29       0.00
1800.04/1800.00	c   pseudoobj        :       2.44       2.44       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       9.36     122273     116057     438939       49.2         63       40.5          -
1800.04/1800.00	c   infeasible LP    :      97.66    3118306    3118208    5955365       32.5      36485       37.3          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    3179890       26.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -     733130       38.5          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 46)
1800.04/1800.00	c   redcost          :       8.49    6245405          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          6          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          6          0          0         18          0
1800.04/1800.00	c   cmir             :       0.02          6          0          0         13          0
1800.04/1800.00	c   flowcover        :       0.02          6          0          0         20          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.01          1          0          0          0          1
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      34.56    6245400        281       1222          0          0   12488038
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       2.52          0          0
1800.04/1800.00	c   crossover        :       1.59          0          0
1800.04/1800.00	c   guideddiving     :       0.15          0          0
1800.04/1800.00	c   intshifting      :       0.10          0          0
1800.04/1800.00	c   feaspump         :       0.12         16          0
1800.04/1800.00	c   coefdiving       :       0.13         33          0
1800.04/1800.00	c   pscostdiving     :       0.14         33          0
1800.04/1800.00	c   fracdiving       :       0.14         33          0
1800.04/1800.00	c   veclendiving     :       0.13         33          0
1800.04/1800.00	c   linesearchdiving :       0.13         33          0
1800.04/1800.00	c   objpscostdiving  :       0.12         17          0
1800.04/1800.00	c   rootsoldiving    :       0.12         17          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.00          1          0
1800.04/1800.00	c   simplerounding   :       1.10          0          0
1800.04/1800.00	c   zirounding       :      20.88          0          0
1800.04/1800.00	c   rounding         :       2.79      35416          0
1800.04/1800.00	c   shifting         :       4.38      11186          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.02          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       1.27          0          0
1800.04/1800.00	c   trysol           :       1.75          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     600.32    9200937   29536852       3.21   49201.92
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.09       1628       3193       1.96   36786.56
1800.04/1800.00	c   strong branching :       0.58       4215      28501       6.76   49513.65
1800.04/1800.00	c     (at root node) :          -         10        369      36.90          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    9470565
1800.04/1800.00	c   nodes (total)    :    9470565
1800.04/1800.00	c   nodes left       :    2986837
1800.04/1800.00	c   max depth        :         63
1800.04/1800.00	c   max depth (total):         63
1800.04/1800.00	c   backtracks       :     837547 (8.8%)
1800.04/1800.00	c   delayed cutoffs  :      30637
1800.04/1800.00	c   repropagations   :    8424207 (3028264 domain reductions, 13896 cutoffs)
1800.04/1800.00	c   avg switch length:       5.50
1800.04/1800.00	c   switching time   :     372.31
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        186

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3452519-1307094870/watcher-3452519-1307094870 -o /tmp/evaluation-result-3452519-1307094870/solver-3452519-1307094870 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452519-1307094870.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.48 1.60 2/511 30645
/proc/meminfo: memFree=16633628/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=17296 CPUtime=0.01 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 3438 0 0 0 1 0 0 0 22 0 1 0 801903173 17711104 3135 33554432000 4194304 9128323 140737209953232 18446744073709551615 6523792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 4324 3135 597 1205 0 3115 0

[startup+0.112038 s]
/proc/loadavg: 1.92 1.48 1.60 2/511 30645
/proc/meminfo: memFree=16633628/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=23232 CPUtime=0.11 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 6286 0 0 0 9 2 0 0 23 0 1 0 801903173 23789568 4801 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 5808 4801 721 1205 0 4599 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 23232

[startup+0.201023 s]
/proc/loadavg: 1.92 1.48 1.60 2/511 30645
/proc/meminfo: memFree=16633628/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=23232 CPUtime=0.19 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 6287 0 0 0 15 4 0 0 23 0 1 0 801903173 23789568 4802 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 5808 4802 722 1205 0 4599 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23232

[startup+0.301016 s]
/proc/loadavg: 1.92 1.48 1.60 2/511 30645
/proc/meminfo: memFree=16633628/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=23232 CPUtime=0.29 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 6288 0 0 0 23 6 0 0 23 0 1 0 801903173 23789568 4803 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 5808 4803 723 1205 0 4599 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23232

[startup+0.700936 s]
/proc/loadavg: 1.92 1.48 1.60 2/511 30645
/proc/meminfo: memFree=16633628/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=23232 CPUtime=0.69 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 6296 0 0 0 58 11 0 0 25 0 1 0 801903173 23789568 4811 33554432000 4194304 9128323 140737209953232 18446744073709551615 4792679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 5808 4811 723 1205 0 4599 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23232

[startup+1.50079 s]
/proc/loadavg: 1.93 1.49 1.60 3/512 30646
/proc/meminfo: memFree=16614896/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=23232 CPUtime=1.49 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 6306 0 0 0 128 21 0 0 25 0 1 0 801903173 23789568 4821 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 5808 4821 723 1205 0 4599 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23232

[startup+3.10053 s]
/proc/loadavg: 1.93 1.49 1.60 3/512 30646
/proc/meminfo: memFree=16612060/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=24760 CPUtime=3.09 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 6627 0 0 0 268 41 0 0 25 0 1 0 801903173 25354240 5142 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 6190 5142 723 1205 0 4981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24760

[startup+6.30095 s]
/proc/loadavg: 1.93 1.49 1.60 3/512 30646
/proc/meminfo: memFree=16602540/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=30996 CPUtime=6.3 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 8225 0 0 0 543 87 0 0 25 0 1 0 801903173 31739904 6740 33554432000 4194304 9128323 140737209953232 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 7749 6740 723 1205 0 6540 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 30996

[startup+12.7008 s]
/proc/loadavg: 1.94 1.51 1.61 3/512 30646
/proc/meminfo: memFree=16581380/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=43836 CPUtime=12.69 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 11459 0 0 0 1097 172 0 0 25 0 1 0 801903173 44888064 9974 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 10959 9974 723 1205 0 9750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43836

[startup+25.5006 s]
/proc/loadavg: 1.95 1.52 1.61 3/512 30647
/proc/meminfo: memFree=16549016/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=67136 CPUtime=25.49 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 17394 0 0 0 2216 333 0 0 25 0 1 0 801903173 68747264 15909 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 16784 15909 723 1205 0 15575 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67136

[startup+51.1011 s]
/proc/loadavg: 1.96 1.56 1.62 3/512 30647
/proc/meminfo: memFree=16482428/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=113948 CPUtime=51.09 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 28803 0 0 0 4451 658 0 0 25 0 1 0 801903173 116682752 27318 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 28487 27318 723 1205 0 27278 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113948

[startup+102.301 s]
/proc/loadavg: 2.02 1.65 1.65 3/512 30649
/proc/meminfo: memFree=16339920/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=200680 CPUtime=102.3 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 49912 0 0 0 8952 1278 0 0 25 0 1 0 801903173 205496320 48427 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 50170 48427 723 1205 0 48961 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 200680

[startup+162.301 s]
/proc/loadavg: 2.00 1.71 1.66 3/512 30650
/proc/meminfo: memFree=16172700/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=292764 CPUtime=162.3 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 73338 0 0 0 14227 2003 0 0 25 0 1 0 801903173 299790336 71853 33554432000 4194304 9128323 140737209953232 18446744073709551615 6807056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 73191 71853 723 1205 0 71982 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 292764

[startup+222.319 s]
/proc/loadavg: 2.00 1.76 1.68 3/512 30652
/proc/meminfo: memFree=16042912/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=385548 CPUtime=222.31 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 94917 0 0 0 19530 2701 0 0 25 0 1 0 801903173 394801152 93432 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 96387 93432 723 1205 0 95178 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 385548

[startup+282.3 s]
/proc/loadavg: 2.00 1.80 1.70 3/512 30654
/proc/meminfo: memFree=15915904/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=472772 CPUtime=282.29 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 117104 0 0 0 24833 3396 0 0 25 0 1 0 801903173 484118528 115619 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 118193 115619 723 1205 0 116984 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 472772

[startup+342.301 s]
/proc/loadavg: 2.00 1.83 1.72 3/512 30655
/proc/meminfo: memFree=15773028/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=555684 CPUtime=342.29 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 138283 0 0 0 30162 4067 0 0 25 0 1 0 801903173 569020416 136798 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 138921 136798 723 1205 0 137712 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 555684

[startup+402.3 s]
/proc/loadavg: 2.00 1.86 1.73 3/512 30666
/proc/meminfo: memFree=15636760/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=638736 CPUtime=402.3 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 159471 0 0 0 35487 4743 0 0 25 0 1 0 801903173 654065664 157986 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 159684 157986 723 1205 0 158475 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 638736

[startup+462.301 s]
/proc/loadavg: 2.07 1.91 1.75 3/512 30667
/proc/meminfo: memFree=15517064/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=713460 CPUtime=462.3 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 178687 0 0 0 40831 5399 0 0 25 0 1 0 801903173 730583040 177202 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 178365 177202 723 1205 0 177156 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 713460

[startup+522.3 s]
/proc/loadavg: 2.06 1.94 1.77 3/512 30669
/proc/meminfo: memFree=15425140/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=817148 CPUtime=522.3 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 200750 0 0 0 46187 6043 0 0 25 0 1 0 801903173 836759552 199265 33554432000 4194304 9128323 140737209953232 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 204287 199265 723 1205 0 203078 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 817148

[startup+582.301 s]
/proc/loadavg: 2.13 1.98 1.79 3/512 30671
/proc/meminfo: memFree=15327776/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=887520 CPUtime=582.3 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 218644 0 0 0 51545 6685 0 0 25 0 1 0 801903173 908820480 217159 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 221880 217159 723 1205 0 220671 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 887520

[startup+642.3 s]

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

[startup+882.319 s]
/proc/loadavg: 2.00 1.99 1.84 3/512 30679
/proc/meminfo: memFree=14831436/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1260376 CPUtime=882.33 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 313613 0 0 0 78442 9791 0 0 25 0 1 0 801903173 1290625024 312128 33554432000 4194304 9128323 140737209953232 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 315094 312128 723 1205 0 313885 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1260376

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.84 3/512 30680
/proc/meminfo: memFree=14722020/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1334408 CPUtime=942.32 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 332590 0 0 0 83841 10391 0 0 25 0 1 0 801903173 1366433792 331105 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 333602 331105 723 1205 0 332393 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1334408

[startup+1002.3 s]
/proc/loadavg: 2.10 2.03 1.86 3/512 30682
/proc/meminfo: memFree=14622024/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1405956 CPUtime=1002.31 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 350966 0 0 0 89232 10999 0 0 25 0 1 0 801903173 1439698944 349481 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 351489 349481 723 1205 0 350280 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1405956

[startup+1062.3 s]
/proc/loadavg: 2.13 2.05 1.88 3/512 30683
/proc/meminfo: memFree=14519460/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1479932 CPUtime=1062.32 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 369519 0 0 0 94628 11604 0 0 25 0 1 0 801903173 1515450368 368034 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 369983 368034 723 1205 0 368774 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1479932

[startup+1122.3 s]
/proc/loadavg: 2.19 2.07 1.89 3/512 30685
/proc/meminfo: memFree=14418336/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1551304 CPUtime=1122.32 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 387888 0 0 0 100029 12203 0 0 25 0 1 0 801903173 1588535296 386403 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 387826 386403 723 1205 0 386617 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1551304

[startup+1182.3 s]
/proc/loadavg: 2.14 2.07 1.90 3/512 30687
/proc/meminfo: memFree=14322392/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1655136 CPUtime=1182.32 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 406155 0 0 0 105423 12809 0 0 25 0 1 0 801903173 1694859264 404670 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 413784 404670 723 1205 0 412575 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1655136

[startup+1242.3 s]
/proc/loadavg: 2.05 2.05 1.91 3/512 30688
/proc/meminfo: memFree=14225764/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1726924 CPUtime=1242.32 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 423995 0 0 0 110829 13403 0 0 25 0 1 0 801903173 1768370176 422510 33554432000 4194304 9128323 140737209953232 18446744073709551615 6530292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 431731 422510 723 1205 0 430522 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1726924

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 1.91 3/512 30690
/proc/meminfo: memFree=14128888/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1799356 CPUtime=1302.32 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 442585 0 0 0 116245 13987 0 0 25 0 1 0 801903173 1842540544 441100 33554432000 4194304 9128323 140737209953232 18446744073709551615 4792896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 449839 441100 723 1205 0 448630 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1799356

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 1.91 3/512 30691
/proc/meminfo: memFree=14038448/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1870432 CPUtime=1362.33 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 460891 0 0 0 121649 14584 0 0 25 0 1 0 801903173 1915322368 459406 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 467608 459406 723 1205 0 466399 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1870432

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/512 30693
/proc/meminfo: memFree=13948492/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=1937996 CPUtime=1422.34 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 478250 0 0 0 127062 15172 0 0 25 0 1 0 801903173 1984507904 476765 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 484499 476765 723 1205 0 483290 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1937996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/512 30695
/proc/meminfo: memFree=13858428/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2006080 CPUtime=1482.33 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 495709 0 0 0 132479 15754 0 0 25 0 1 0 801903173 2054225920 494224 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 501520 494224 723 1205 0 500311 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2006080

[startup+1542.32 s]
/proc/loadavg: 2.00 2.01 1.91 3/512 30696
/proc/meminfo: memFree=13770824/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2075100 CPUtime=1542.35 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 512773 0 0 0 137861 16374 0 0 25 0 1 0 801903173 2124902400 511288 33554432000 4194304 9128323 140737209953232 18446744073709551615 6807056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 518775 511288 723 1205 0 517566 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 2075100

[startup+1602.3 s]
/proc/loadavg: 2.13 2.04 1.92 3/512 30698
/proc/meminfo: memFree=13671548/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2149852 CPUtime=1602.33 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 531880 0 0 0 143253 16980 0 0 25 0 1 0 801903173 2201448448 530395 33554432000 4194304 9128323 140737209953232 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 537463 530395 723 1205 0 536254 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2149852

[startup+1662.3 s]
/proc/loadavg: 2.11 2.04 1.93 3/512 30699
/proc/meminfo: memFree=13563368/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2216236 CPUtime=1662.33 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 548885 0 0 0 148654 17579 0 0 25 0 1 0 801903173 2269425664 547400 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 554059 547400 723 1205 0 552850 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2216236

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 1.94 3/512 30729
/proc/meminfo: memFree=14528084/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2278540 CPUtime=1722.33 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 564929 0 0 0 154048 18185 0 0 25 0 1 0 801903173 2333224960 563444 33554432000 4194304 9128323 140737209953232 18446744073709551615 6807060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 569635 563444 723 1205 0 568426 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2278540

[startup+1782.3 s]
/proc/loadavg: 2.13 2.08 1.95 3/512 30731
/proc/meminfo: memFree=14450972/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2343316 CPUtime=1782.34 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 581566 0 0 0 159454 18780 0 0 25 0 1 0 801903173 2399555584 580081 33554432000 4194304 9128323 140737209953232 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30645/statm: 585829 580081 723 1205 0 584620 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2343316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.07 1.95 3/512 30731
/proc/meminfo: memFree=14429256/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2363212 CPUtime=1800.05 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 586669 0 0 0 161064 18941 0 0 25 0 1 0 801903173 2419929088 585184 33554432000 4194304 9128323 140737209953232 18446744073709551615 5320780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30645/statm: 590803 585184 724 1205 0 589594 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2363212

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800 s]
/proc/loadavg: 2.10 2.07 1.95 3/512 30731
/proc/meminfo: memFree=14429256/32951124 swapFree=67111204/67111528
[pid=30645] ppid=30643 vsize=2363212 CPUtime=1800.05 cores=1,3,5,7
/proc/30645/stat : 30645 (scip-2.0.1.4.li) R 30643 30645 30576 0 -1 4202496 586669 0 0 0 161064 18941 0 0 25 0 1 0 801903173 2419929088 585184 33554432000 4194304 9128323 140737209953232 18446744073709551615 5320780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30645/statm: 590803 585184 724 1205 0 589594 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2363212

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.12
CPU time (s): 1800.16
CPU user time (s): 1610.65
CPU system time (s): 189.511
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2363212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1610.65
system time used= 189.511
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586669
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= 5
involuntary context switches= 19266

runsolver used 8.34273 second user time and 21.2018 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-03 11:54:30
IDJOB=3452519
IDBENCH=2898
IDSOLVER=1949
FILE ID=node144/3452519-1307094870
RUNJOBID= node144-1307094732-30595
PBS_JOBID= 13498007
Free space on /tmp= 73884 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_2.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452519-1307094870/watcher-3452519-1307094870 -o /tmp/evaluation-result-3452519-1307094870/solver-3452519-1307094870 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452519-1307094870.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=2030257067

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16634032 kB
Buffers:        276888 kB
Cached:         423444 kB
SwapCached:        140 kB
Active:       15675400 kB
Inactive:       366040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16634032 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:    15340536 kB
Mapped:          45456 kB
Slab:           135596 kB
PageTables:      70056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157948464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73872 MiB
End job on node144 at 2011-06-03 12:24:33