Trace number 3450859

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.15 1800.11

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.5 [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-3450859-1307093686.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.5
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.01/0.03	c   0.0s|     1 |     0 |   159 |     - | 436k|   0 |  13 |  70 |  24 |  70 |  16 |   8 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   166 |     - | 467k|   0 |  15 |  70 |  24 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |   177 |     - | 483k|   0 |  19 |  70 |  24 |  70 |  25 |  17 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   183 |     - | 487k|   0 |  19 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   186 |     - | 492k|   0 |  21 |  70 |  24 |  70 |  28 |  20 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     2 |   186 |     - | 493k|   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 |4217k|  61 |   8 |  70 |2183 |  70 |  21 |  20 |2663 | 622 | 0.000000e+00 |      --      |    Inf 
3.20/3.27	c   3.3s| 20000 | 10536 | 60356 |   3.0 |6936k|  61 |   8 |  70 |1622 |  70 |  21 |  20 |5647 | 856 | 0.000000e+00 |      --      |    Inf 
4.70/4.75	c   4.8s| 30000 | 14962 | 91478 |   3.0 |9526k|  61 |   - |  70 |1507 |  70 |  21 |  20 |8941 |1043 | 0.000000e+00 |      --      |    Inf 
6.20/6.23	c   6.2s| 40000 | 19152 |122484 |   3.1 |  12M|  61 |   8 |  70 |1646 |  70 |  21 |  20 |  12k|1202 | 0.000000e+00 |      --      |    Inf 
7.71/7.73	c   7.7s| 50000 | 23027 |154031 |   3.1 |  14M|  62 |   - |  70 |1909 |  70 |  21 |  20 |  16k|1330 | 0.000000e+00 |      --      |    Inf 
9.19/9.23	c   9.2s| 60000 | 26752 |185885 |   3.1 |  17M|  62 |   8 |  70 |2469 |  70 |  21 |  20 |  19k|1436 | 0.000000e+00 |      --      |    Inf 
10.70/10.77	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.34	c  12.3s| 80000 | 34086 |250006 |   3.1 |  22M|  62 |   8 |  70 |2226 |  70 |  21 |  20 |  27k|1638 | 0.000000e+00 |      --      |    Inf 
13.79/13.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.79/13.85	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.43	c  15.4s|100000 | 41312 |313321 |   3.1 |  27M|  63 |   8 |  70 |2379 |  70 |  21 |  20 |  35k|1799 | 0.000000e+00 |      --      |    Inf 
16.89/16.98	c  17.0s|110000 | 44815 |345323 |   3.1 |  30M|  63 |   8 |  70 |2567 |  70 |  21 |  20 |  38k|1862 | 0.000000e+00 |      --      |    Inf 
18.39/18.47	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.01	c  20.0s|130000 | 52292 |408019 |   3.1 |  35M|  63 |   8 |  70 |3174 |  70 |  21 |  20 |  46k|1978 | 0.000000e+00 |      --      |    Inf 
21.49/21.55	c  21.5s|140000 | 56312 |439503 |   3.1 |  38M|  63 |   8 |  70 |3030 |  70 |  21 |  20 |  50k|2025 | 0.000000e+00 |      --      |    Inf 
23.01/23.09	c  23.1s|150000 | 60161 |470824 |   3.1 |  40M|  63 |   - |  70 |2848 |  70 |  21 |  20 |  53k|2058 | 0.000000e+00 |      --      |    Inf 
24.59/24.66	c  24.7s|160000 | 63686 |501931 |   3.1 |  43M|  63 |   - |  70 |3018 |  70 |  21 |  20 |  57k|2106 | 0.000000e+00 |      --      |    Inf 
26.09/26.19	c  26.2s|170000 | 67543 |533695 |   3.1 |  45M|  63 |   - |  70 |3248 |  70 |  21 |  20 |  61k|2160 | 0.000000e+00 |      --      |    Inf 
27.69/27.72	c  27.7s|180000 | 71371 |565269 |   3.1 |  48M|  63 |   8 |  70 |3491 |  70 |  21 |  20 |  65k|2194 | 0.000000e+00 |      --      |    Inf 
29.19/29.29	c  29.3s|190000 | 75075 |596686 |   3.1 |  50M|  63 |   8 |  70 |2961 |  70 |  21 |  20 |  68k|2233 | 0.000000e+00 |      --      |    Inf 
30.81/30.89	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.43	c  32.4s|210000 | 82132 |660364 |   3.1 |  55M|  63 |   8 |  70 |3252 |  70 |  21 |  20 |  76k|2311 | 0.000000e+00 |      --      |    Inf 
34.00/34.02	c  34.0s|220000 | 85696 |692702 |   3.1 |  58M|  63 |   8 |  70 |2865 |  70 |  21 |  20 |  80k|2339 | 0.000000e+00 |      --      |    Inf 
35.49/35.57	c  35.6s|230000 | 89328 |724891 |   3.2 |  60M|  63 |   - |  70 |2984 |  70 |  21 |  20 |  84k|2381 | 0.000000e+00 |      --      |    Inf 
37.09/37.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.09/37.17	c  37.2s|240000 | 92787 |756086 |   3.1 |  63M|  63 |   8 |  70 |3069 |  70 |  21 |  20 |  88k|2417 | 0.000000e+00 |      --      |    Inf 
38.69/38.77	c  38.8s|250000 | 96167 |787413 |   3.1 |  65M|  63 |   8 |  70 |2989 |  70 |  21 |  20 |  92k|2445 | 0.000000e+00 |      --      |    Inf 
40.20/40.27	c  40.3s|260000 |100254 |818871 |   3.1 |  68M|  63 |   - |  70 |3406 |  70 |  21 |  20 |  95k|2476 | 0.000000e+00 |      --      |    Inf 
41.81/41.84	c  41.8s|270000 |103977 |850148 |   3.1 |  71M|  63 |   8 |  70 |3211 |  70 |  21 |  20 |  99k|2504 | 0.000000e+00 |      --      |    Inf 
43.39/43.45	c  43.4s|280000 |107479 |880989 |   3.1 |  73M|  63 |   8 |  70 |2932 |  70 |  21 |  20 | 103k|2521 | 0.000000e+00 |      --      |    Inf 
45.00/45.01	c  45.0s|290000 |111133 |912214 |   3.1 |  76M|  63 |   8 |  70 |2917 |  70 |  21 |  20 | 107k|2539 | 0.000000e+00 |      --      |    Inf 
46.49/46.52	c  46.5s|300000 |115060 |944873 |   3.1 |  78M|  63 |   8 |  70 |3708 |  70 |  21 |  20 | 110k|2552 | 0.000000e+00 |      --      |    Inf 
48.10/48.14	c  48.1s|310000 |118685 |976312 |   3.1 |  81M|  63 |   8 |  70 |2961 |  70 |  21 |  20 | 114k|2565 | 0.000000e+00 |      --      |    Inf 
49.69/49.70	c  49.7s|320000 |122411 |  1007k|   3.1 |  83M|  63 |   8 |  70 |3301 |  70 |  21 |  20 | 118k|2575 | 0.000000e+00 |      --      |    Inf 
51.19/51.27	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.82	c  52.8s|340000 |129657 |  1071k|   3.2 |  88M|  63 |   - |  70 |3185 |  70 |  21 |  20 | 126k|2591 | 0.000000e+00 |      --      |    Inf 
54.29/54.31	c  54.3s|350000 |133826 |  1101k|   3.1 |  91M|  63 |   8 |  70 |3535 |  70 |  21 |  20 | 129k|2605 | 0.000000e+00 |      --      |    Inf 
55.79/55.89	c  55.9s|360000 |137503 |  1132k|   3.1 |  94M|  63 |   - |  70 |3287 |   0 |   0 |  20 | 133k|2613 | 0.000000e+00 |      --      |    Inf 
57.39/57.48	c  57.5s|370000 |141102 |  1164k|   3.1 |  96M|  63 |   8 |  70 |3721 |  70 |  21 |  20 | 137k|2625 | 0.000000e+00 |      --      |    Inf 
58.99/59.06	c  59.1s|380000 |144534 |  1196k|   3.1 |  99M|  63 |   8 |  70 |3585 |  70 |  21 |  20 | 141k|2634 | 0.000000e+00 |      --      |    Inf 
60.59/60.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.59/60.63	c  60.6s|390000 |148166 |  1227k|   3.1 | 101M|  63 |   8 |  70 |4107 |  70 |  21 |  20 | 145k|2654 | 0.000000e+00 |      --      |    Inf 
62.29/62.31	c  62.3s|400000 |151563 |  1259k|   3.1 | 104M|  63 |   8 |  70 |3176 |  70 |  21 |  20 | 149k|2671 | 0.000000e+00 |      --      |    Inf 
63.89/63.91	c  63.9s|410000 |155140 |  1290k|   3.1 | 106M|  63 |   8 |  70 |3335 |  70 |  21 |  20 | 152k|2692 | 0.000000e+00 |      --      |    Inf 
65.49/65.55	c  65.6s|420000 |158443 |  1321k|   3.1 | 109M|  63 |   - |  70 |3277 |  70 |  21 |  20 | 156k|2715 | 0.000000e+00 |      --      |    Inf 
67.11/67.13	c  67.1s|430000 |162086 |  1353k|   3.1 | 111M|  63 |   8 |  70 |3502 |  70 |  21 |  20 | 160k|2728 | 0.000000e+00 |      --      |    Inf 
68.70/68.71	c  68.7s|440000 |165615 |  1385k|   3.1 | 114M|  63 |   8 |  70 |4046 |  70 |  21 |  20 | 164k|2749 | 0.000000e+00 |      --      |    Inf 
70.31/70.37	c  70.4s|450000 |168885 |  1417k|   3.2 | 116M|  63 |   8 |  70 |3444 |  70 |  21 |  20 | 168k|2768 | 0.000000e+00 |      --      |    Inf 
71.89/71.99	c  72.0s|460000 |172274 |  1449k|   3.2 | 119M|  63 |   8 |  70 |3377 |  70 |  21 |  20 | 172k|2791 | 0.000000e+00 |      --      |    Inf 
73.61/73.62	c  73.6s|470000 |175664 |  1480k|   3.1 | 121M|  63 |   8 |  70 |3273 |  70 |  21 |  20 | 176k|2812 | 0.000000e+00 |      --      |    Inf 
75.09/75.19	c  75.2s|480000 |179224 |  1511k|   3.1 | 124M|  63 |   8 |  70 |3274 |  70 |  21 |  20 | 180k|2828 | 0.000000e+00 |      --      |    Inf 
76.69/76.78	c  76.8s|490000 |182632 |  1543k|   3.1 | 126M|  63 |   8 |  70 |3272 |  70 |  21 |  20 | 184k|2840 | 0.000000e+00 |      --      |    Inf 
78.29/78.36	c  78.4s|500000 |186131 |  1574k|   3.1 | 129M|  63 |   8 |  70 |3249 |  70 |  21 |  20 | 188k|2856 | 0.000000e+00 |      --      |    Inf 
79.89/79.95	c  80.0s|510000 |189731 |  1604k|   3.1 | 131M|  63 |   - |  70 |3201 |  70 |  21 |  20 | 192k|2879 | 0.000000e+00 |      --      |    Inf 
81.50/81.51	c  81.5s|520000 |193398 |  1635k|   3.1 | 134M|  63 |   8 |  70 |3518 |  70 |  21 |  20 | 195k|2894 | 0.000000e+00 |      --      |    Inf 
83.09/83.11	c  83.1s|530000 |196935 |  1666k|   3.1 | 136M|  63 |   8 |  70 |3457 |  70 |  21 |  20 | 199k|2907 | 0.000000e+00 |      --      |    Inf 
84.61/84.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.61/84.64	c  84.6s|540000 |200703 |  1697k|   3.1 | 139M|  63 |   8 |  70 |4123 |  70 |  21 |  20 | 203k|2922 | 0.000000e+00 |      --      |    Inf 
86.20/86.29	c  86.3s|550000 |204257 |  1729k|   3.1 | 141M|  63 |   - |  70 |3354 |  70 |  21 |  20 | 207k|2938 | 0.000000e+00 |      --      |    Inf 
87.90/87.91	c  87.9s|560000 |207726 |  1760k|   3.1 | 144M|  63 |   - |  70 |3246 |  70 |  21 |  20 | 211k|2953 | 0.000000e+00 |      --      |    Inf 
89.40/89.49	c  89.5s|570000 |211299 |  1791k|   3.1 | 146M|  63 |   8 |  70 |3496 |  70 |  21 |  20 | 215k|2963 | 0.000000e+00 |      --      |    Inf 
90.99/91.07	c  91.1s|580000 |214955 |  1822k|   3.1 | 149M|  63 |   - |  70 |3565 |  70 |  21 |  20 | 219k|2973 | 0.000000e+00 |      --      |    Inf 
92.60/92.65	c  92.7s|590000 |218789 |  1854k|   3.1 | 151M|  63 |   - |  70 |3414 |   0 |   0 |  20 | 222k|2989 | 0.000000e+00 |      --      |    Inf 
94.19/94.26	c  94.3s|600000 |222200 |  1885k|   3.1 | 154M|  63 |   8 |  70 |3493 |  70 |  21 |  20 | 226k|3004 | 0.000000e+00 |      --      |    Inf 
95.79/95.86	c  95.9s|610000 |225624 |  1916k|   3.1 | 157M|  63 |   - |  70 |3927 |  70 |  21 |  20 | 230k|3018 | 0.000000e+00 |      --      |    Inf 
97.50/97.53	c  97.5s|620000 |228832 |  1947k|   3.1 | 159M|  63 |   - |  70 |3593 |  70 |  21 |  20 | 234k|3033 | 0.000000e+00 |      --      |    Inf 
99.10/99.11	c  99.1s|630000 |232465 |  1979k|   3.1 | 162M|  63 |   - |  70 |4107 |  70 |  21 |  20 | 238k|3039 | 0.000000e+00 |      --      |    Inf 
100.60/100.64	c   101s|640000 |236457 |  2011k|   3.1 | 164M|  63 |   - |  70 |4549 |  70 |  21 |  20 | 242k|3048 | 0.000000e+00 |      --      |    Inf 
102.21/102.24	c   102s|650000 |240200 |  2041k|   3.1 | 167M|  63 |   8 |  70 |4235 |  70 |  21 |  20 | 246k|3061 | 0.000000e+00 |      --      |    Inf 
103.79/103.86	c   104s|660000 |243784 |  2072k|   3.1 | 169M|  63 |   8 |  70 |4231 |  70 |  21 |  20 | 249k|3076 | 0.000000e+00 |      --      |    Inf 
105.40/105.50	c   106s|670000 |247321 |  2103k|   3.1 | 172M|  63 |   - |  70 |4078 |   0 |   0 |  20 | 253k|3085 | 0.000000e+00 |      --      |    Inf 
107.09/107.18	c   107s|680000 |250707 |  2134k|   3.1 | 174M|  63 |   8 |  70 |3453 |  70 |  21 |  20 | 257k|3094 | 0.000000e+00 |      --      |    Inf 
108.70/108.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.70/108.79	c   109s|690000 |254132 |  2166k|   3.1 | 177M|  63 |   8 |  70 |3914 |  70 |  21 |  20 | 261k|3103 | 0.000000e+00 |      --      |    Inf 
110.39/110.44	c   110s|700000 |257517 |  2196k|   3.1 | 179M|  63 |   8 |  70 |3920 |  70 |  21 |  20 | 265k|3118 | 0.000000e+00 |      --      |    Inf 
112.00/112.00	c   112s|710000 |261380 |  2228k|   3.1 | 182M|  63 |   8 |  70 |4381 |  70 |  21 |  20 | 269k|3128 | 0.000000e+00 |      --      |    Inf 
113.69/113.71	c   114s|720000 |264725 |  2259k|   3.1 | 184M|  63 |   8 |  70 |3972 |  70 |  21 |  20 | 273k|3139 | 0.000000e+00 |      --      |    Inf 
115.29/115.40	c   115s|730000 |268098 |  2290k|   3.1 | 186M|  63 |   8 |  70 |3617 |  70 |  21 |  20 | 277k|3154 | 0.000000e+00 |      --      |    Inf 
116.99/117.04	c   117s|740000 |271437 |  2321k|   3.1 | 189M|  63 |   8 |  70 |3786 |  70 |  21 |  20 | 281k|3164 | 0.000000e+00 |      --      |    Inf 
118.60/118.62	c   119s|750000 |275073 |  2352k|   3.1 | 191M|  63 |   - |  70 |4212 |  70 |  21 |  20 | 285k|3176 | 0.000000e+00 |      --      |    Inf 
120.19/120.23	c   120s|760000 |278428 |  2384k|   3.1 | 194M|  63 |   8 |  70 |4816 |  70 |  21 |  20 | 289k|3190 | 0.000000e+00 |      --      |    Inf 
121.89/121.94	c   122s|770000 |281736 |  2416k|   3.1 | 196M|  63 |   8 |  70 |4304 |  70 |  21 |  20 | 293k|3202 | 0.000000e+00 |      --      |    Inf 
123.50/123.52	c   124s|780000 |285483 |  2447k|   3.1 | 199M|  63 |   8 |  70 |4356 |  70 |  21 |  20 | 297k|3209 | 0.000000e+00 |      --      |    Inf 
125.20/125.20	c   125s|790000 |288762 |  2478k|   3.1 | 201M|  63 |   - |  70 |4048 |  70 |  21 |  20 | 301k|3218 | 0.000000e+00 |      --      |    Inf 
126.80/126.85	c   127s|800000 |292198 |  2510k|   3.1 | 204M|  63 |   8 |  70 |4230 |  70 |  21 |  20 | 305k|3229 | 0.000000e+00 |      --      |    Inf 
128.50/128.52	c   129s|810000 |295367 |  2541k|   3.1 | 206M|  63 |   8 |  70 |4373 |  70 |  21 |  20 | 309k|3242 | 0.000000e+00 |      --      |    Inf 
130.20/130.22	c   130s|820000 |298514 |  2573k|   3.1 | 209M|  63 |   - |  70 |4352 |  70 |  21 |  20 | 313k|3254 | 0.000000e+00 |      --      |    Inf 
131.90/131.93	c   132s|830000 |301817 |  2604k|   3.1 | 211M|  63 |   8 |  70 |3565 |  70 |  21 |  20 | 317k|3266 | 0.000000e+00 |      --      |    Inf 
133.50/133.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.50/133.58	c   134s|840000 |305257 |  2635k|   3.1 | 214M|  63 |   8 |  70 |3727 |  70 |  21 |  20 | 321k|3276 | 0.000000e+00 |      --      |    Inf 
135.21/135.26	c   135s|850000 |308519 |  2666k|   3.1 | 216M|  63 |   8 |  70 |3590 |  70 |  21 |  20 | 325k|3290 | 0.000000e+00 |      --      |    Inf 
136.80/136.89	c   137s|860000 |311971 |  2697k|   3.1 | 218M|  63 |   8 |  70 |3777 |  70 |  21 |  20 | 329k|3298 | 0.000000e+00 |      --      |    Inf 
138.51/138.53	c   139s|870000 |315355 |  2728k|   3.1 | 221M|  63 |   8 |  70 |3960 |  70 |  21 |  20 | 333k|3311 | 0.000000e+00 |      --      |    Inf 
140.09/140.11	c   140s|880000 |319055 |  2758k|   3.1 | 224M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 337k|3314 | 0.000000e+00 |      --      |    Inf 
141.70/141.78	c   142s|890000 |322302 |  2789k|   3.1 | 226M|  63 |   - |  70 |3920 |  70 |  21 |  20 | 341k|3317 | 0.000000e+00 |      --      |    Inf 
143.40/143.48	c   143s|900000 |325507 |  2820k|   3.1 | 228M|  63 |   8 |  70 |4138 |  70 |  21 |  20 | 345k|3322 | 0.000000e+00 |      --      |    Inf 
145.10/145.15	c   145s|910000 |328677 |  2852k|   3.1 | 231M|  63 |   8 |  70 |4193 |  70 |  21 |  20 | 349k|3330 | 0.000000e+00 |      --      |    Inf 
146.70/146.71	c   147s|920000 |332591 |  2883k|   3.1 | 234M|  63 |   8 |  70 |4861 |  70 |  21 |  20 | 353k|3337 | 0.000000e+00 |      --      |    Inf 
148.40/148.42	c   148s|930000 |335841 |  2914k|   3.1 | 236M|  63 |   8 |  70 |3915 |  70 |  21 |  20 | 357k|3341 | 0.000000e+00 |      --      |    Inf 
150.00/150.08	c   150s|940000 |339191 |  2945k|   3.1 | 238M|  63 |   8 |  70 |3962 |  70 |  21 |  20 | 361k|3348 | 0.000000e+00 |      --      |    Inf 
151.60/151.70	c   152s|950000 |342410 |  2977k|   3.1 | 241M|  63 |   - |  70 |4627 |  70 |  21 |  20 | 365k|3354 | 0.000000e+00 |      --      |    Inf 
153.29/153.38	c   153s|960000 |345759 |  3009k|   3.1 | 243M|  63 |   8 |  70 |4173 |  70 |  21 |  20 | 369k|3366 | 0.000000e+00 |      --      |    Inf 
155.01/155.03	c   155s|970000 |349110 |  3040k|   3.1 | 246M|  63 |   8 |  70 |4438 |  70 |  21 |  20 | 373k|3373 | 0.000000e+00 |      --      |    Inf 
156.59/156.63	c   157s|980000 |352876 |  3072k|   3.1 | 248M|  63 |   8 |  70 |4512 |  70 |  21 |  20 | 377k|3379 | 0.000000e+00 |      --      |    Inf 
158.31/158.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.31/158.31	c   158s|990000 |355900 |  3103k|   3.1 | 251M|  63 |   8 |  70 |4548 |  70 |  21 |  20 | 381k|3390 | 0.000000e+00 |      --      |    Inf 
159.99/160.07	c   160s|  1000k|359049 |  3135k|   3.1 | 253M|  63 |   8 |  70 |3994 |  70 |  21 |  20 | 385k|3401 | 0.000000e+00 |      --      |    Inf 
161.71/161.74	c   162s|  1010k|362297 |  3166k|   3.1 | 256M|  63 |   8 |  70 |4097 |  70 |  21 |  20 | 389k|3412 | 0.000000e+00 |      --      |    Inf 
163.29/163.39	c   163s|  1020k|365508 |  3197k|   3.1 | 258M|  63 |   - |  70 |4394 |  70 |  21 |  20 | 394k|3422 | 0.000000e+00 |      --      |    Inf 
165.01/165.05	c   165s|  1030k|368740 |  3229k|   3.1 | 261M|  63 |   8 |  70 |4633 |  70 |  21 |  20 | 398k|3431 | 0.000000e+00 |      --      |    Inf 
166.69/166.79	c   167s|  1040k|371998 |  3260k|   3.1 | 263M|  63 |   - |  70 |4133 |  70 |  21 |  20 | 402k|3443 | 0.000000e+00 |      --      |    Inf 
168.50/168.50	c   168s|  1050k|375206 |  3291k|   3.1 | 265M|  63 |   8 |  70 |3898 |  70 |  21 |  20 | 406k|3452 | 0.000000e+00 |      --      |    Inf 
170.10/170.17	c   170s|  1060k|378454 |  3323k|   3.1 | 268M|  63 |   8 |  70 |3932 |  70 |  21 |  20 | 410k|3461 | 0.000000e+00 |      --      |    Inf 
171.80/171.89	c   172s|  1070k|381639 |  3354k|   3.1 | 270M|  63 |   - |  70 |4002 |  70 |  21 |  20 | 414k|3471 | 0.000000e+00 |      --      |    Inf 
173.40/173.49	c   173s|  1080k|385184 |  3385k|   3.1 | 273M|  63 |   - |  70 |4674 |  70 |  21 |  20 | 418k|3479 | 0.000000e+00 |      --      |    Inf 
175.20/175.20	c   175s|  1090k|388417 |  3417k|   3.1 | 275M|  63 |   8 |  70 |4955 |  70 |  21 |  20 | 422k|3479 | 0.000000e+00 |      --      |    Inf 
176.90/176.91	c   177s|  1100k|391620 |  3448k|   3.1 | 278M|  63 |   8 |  70 |4486 |  70 |  21 |  20 | 426k|3483 | 0.000000e+00 |      --      |    Inf 
178.50/178.55	c   179s|  1110k|395093 |  3479k|   3.1 | 280M|  63 |   8 |  70 |4337 |  70 |  21 |  20 | 430k|3491 | 0.000000e+00 |      --      |    Inf 
180.19/180.29	c   180s|  1120k|398367 |  3510k|   3.1 | 283M|  63 |   8 |  70 |4061 |  70 |  21 |  20 | 434k|3499 | 0.000000e+00 |      --      |    Inf 
182.00/182.00	c   182s|  1130k|401486 |  3542k|   3.1 | 285M|  63 |   8 |  70 |4244 |  70 |  21 |  20 | 438k|3511 | 0.000000e+00 |      --      |    Inf 
183.50/183.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.50/183.61	c   184s|  1140k|405243 |  3572k|   3.1 | 288M|  63 |   8 |  70 |4865 |  70 |  21 |  20 | 442k|3518 | 0.000000e+00 |      --      |    Inf 
185.30/185.36	c   185s|  1150k|408319 |  3604k|   3.1 | 290M|  63 |   8 |  70 |4104 |  70 |  21 |  20 | 446k|3524 | 0.000000e+00 |      --      |    Inf 
187.01/187.08	c   187s|  1160k|411548 |  3635k|   3.1 | 293M|  63 |   8 |  70 |4277 |  70 |  21 |  20 | 450k|3533 | 0.000000e+00 |      --      |    Inf 
188.80/188.82	c   189s|  1170k|414699 |  3666k|   3.1 | 295M|  63 |   - |  70 |4010 |  70 |  21 |  20 | 455k|3543 | 0.000000e+00 |      --      |    Inf 
190.50/190.53	c   191s|  1180k|417890 |  3698k|   3.1 | 297M|  63 |   8 |  70 |4113 |  70 |  21 |  20 | 459k|3550 | 0.000000e+00 |      --      |    Inf 
192.09/192.16	c   192s|  1190k|421111 |  3730k|   3.1 | 300M|  63 |   - |  70 |4411 |  70 |  21 |  20 | 463k|3558 | 0.000000e+00 |      --      |    Inf 
193.80/193.89	c   194s|  1200k|424409 |  3760k|   3.1 | 302M|  63 |   8 |  70 |4306 |  70 |  21 |  20 | 467k|3565 | 0.000000e+00 |      --      |    Inf 
195.60/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.94	c   199s|  1230k|434054 |  3852k|   3.1 | 310M|  63 |   - |  70 |4818 |  70 |  21 |  20 | 479k|3588 | 0.000000e+00 |      --      |    Inf 
200.60/200.63	c   201s|  1240k|437236 |  3885k|   3.1 | 312M|  63 |   8 |  70 |4777 |  70 |  21 |  20 | 483k|3588 | 0.000000e+00 |      --      |    Inf 
202.31/202.31	c   202s|  1250k|440629 |  3915k|   3.1 | 315M|  63 |   8 |  70 |4504 |  70 |  21 |  20 | 487k|3591 | 0.000000e+00 |      --      |    Inf 
203.99/204.01	c   204s|  1260k|443780 |  3947k|   3.1 | 317M|  63 |   8 |  70 |4324 |  70 |  21 |  20 | 491k|3599 | 0.000000e+00 |      --      |    Inf 
205.61/205.64	c   206s|  1270k|447125 |  3978k|   3.1 | 320M|  63 |   - |  70 |5200 |  70 |  21 |  20 | 495k|3603 | 0.000000e+00 |      --      |    Inf 
207.40/207.44	c   207s|  1280k|450243 |  4010k|   3.1 | 322M|  63 |   8 |  70 |4549 |  70 |  21 |  20 | 499k|3603 | 0.000000e+00 |      --      |    Inf 
209.10/209.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.10/209.17	c   209s|  1290k|453362 |  4040k|   3.1 | 324M|  63 |   8 |  70 |4343 |  70 |  21 |  20 | 504k|3603 | 0.000000e+00 |      --      |    Inf 
210.90/210.96	c   211s|  1300k|456338 |  4072k|   3.1 | 327M|  63 |   - |  70 |4161 |  70 |  21 |  20 | 508k|3603 | 0.000000e+00 |      --      |    Inf 
212.59/212.66	c   213s|  1310k|459645 |  4102k|   3.1 | 329M|  63 |   8 |  70 |3985 |  70 |  21 |  20 | 512k|3603 | 0.000000e+00 |      --      |    Inf 
214.30/214.38	c   214s|  1320k|462828 |  4133k|   3.1 | 332M|  63 |   - |  70 |3747 |  70 |  21 |  20 | 516k|3611 | 0.000000e+00 |      --      |    Inf 
215.99/216.06	c   216s|  1330k|466046 |  4164k|   3.1 | 334M|  63 |   8 |  70 |3922 |  70 |  21 |  20 | 520k|3618 | 0.000000e+00 |      --      |    Inf 
217.59/217.66	c   218s|  1340k|469509 |  4195k|   3.1 | 337M|  63 |   - |  70 |5059 |  70 |  21 |  20 | 524k|3626 | 0.000000e+00 |      --      |    Inf 
219.19/219.25	c   219s|  1350k|473275 |  4227k|   3.1 | 339M|  63 |   8 |  70 |4832 |  70 |  21 |  20 | 528k|3626 | 0.000000e+00 |      --      |    Inf 
220.90/220.96	c   221s|  1360k|476442 |  4257k|   3.1 | 342M|  63 |   8 |  70 |4874 |  70 |  21 |  20 | 532k|3626 | 0.000000e+00 |      --      |    Inf 
222.70/222.71	c   223s|  1370k|479706 |  4288k|   3.1 | 344M|  63 |   - |  70 |4180 |  70 |  21 |  20 | 536k|3626 | 0.000000e+00 |      --      |    Inf 
224.31/224.40	c   224s|  1380k|482981 |  4319k|   3.1 | 346M|  63 |   - |  70 |4663 |   0 |   0 |  20 | 540k|3626 | 0.000000e+00 |      --      |    Inf 
225.99/226.03	c   226s|  1390k|486511 |  4350k|   3.1 | 349M|  63 |   8 |  70 |5249 |  70 |  21 |  20 | 544k|3626 | 0.000000e+00 |      --      |    Inf 
227.61/227.66	c   228s|  1400k|490177 |  4382k|   3.1 | 352M|  63 |   - |  70 |5665 |  70 |  21 |  20 | 548k|3626 | 0.000000e+00 |      --      |    Inf 
229.39/229.40	c   229s|  1410k|493415 |  4414k|   3.1 | 354M|  63 |   - |  70 |4999 |  70 |  21 |  20 | 552k|3626 | 0.000000e+00 |      --      |    Inf 
231.09/231.13	c   231s|  1420k|496703 |  4446k|   3.1 | 356M|  63 |   8 |  70 |4519 |  70 |  21 |  20 | 556k|3626 | 0.000000e+00 |      --      |    Inf 
232.80/232.85	c   233s|  1430k|499861 |  4477k|   3.1 | 359M|  63 |   8 |  70 |4636 |  70 |  21 |  20 | 560k|3626 | 0.000000e+00 |      --      |    Inf 
234.60/234.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
234.60/234.66	c   235s|  1440k|502945 |  4509k|   3.1 | 361M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 564k|3626 | 0.000000e+00 |      --      |    Inf 
236.20/236.22	c   236s|  1450k|506481 |  4540k|   3.1 | 364M|  63 |   8 |  70 |5366 |  70 |  21 |  20 | 568k|3626 | 0.000000e+00 |      --      |    Inf 
237.89/237.92	c   238s|  1460k|509638 |  4572k|   3.1 | 366M|  63 |   8 |  70 |4800 |  70 |  21 |  20 | 572k|3626 | 0.000000e+00 |      --      |    Inf 
239.60/239.65	c   240s|  1470k|512944 |  4603k|   3.1 | 369M|  63 |   - |  70 |4307 |  70 |  21 |  20 | 577k|3626 | 0.000000e+00 |      --      |    Inf 
241.30/241.38	c   241s|  1480k|516027 |  4634k|   3.1 | 371M|  63 |   8 |  70 |4208 |  70 |  21 |  20 | 581k|3626 | 0.000000e+00 |      --      |    Inf 
242.79/242.86	c   243s|  1490k|520644 |  4665k|   3.1 | 374M|  63 |   8 |  70 |5574 |  70 |  21 |  20 | 584k|3626 | 0.000000e+00 |      --      |    Inf 
244.50/244.55	c   245s|  1500k|524467 |  4696k|   3.1 | 376M|  63 |   8 |  70 |4857 |  70 |  21 |  20 | 588k|3626 | 0.000000e+00 |      --      |    Inf 
246.32/246.32	c   246s|  1510k|527549 |  4727k|   3.1 | 379M|  63 |   8 |  70 |4642 |  70 |  21 |  20 | 592k|3626 | 0.000000e+00 |      --      |    Inf 
248.00/248.07	c   248s|  1520k|530608 |  4758k|   3.1 | 381M|  63 |   8 |  70 |4541 |  70 |  21 |  20 | 596k|3626 | 0.000000e+00 |      --      |    Inf 
249.71/249.79	c   250s|  1530k|533954 |  4790k|   3.1 | 384M|  63 |   8 |  70 |4678 |  70 |  21 |  20 | 600k|3626 | 0.000000e+00 |      --      |    Inf 
251.50/251.51	c   252s|  1540k|537184 |  4822k|   3.1 | 386M|  63 |   8 |  70 |4665 |  70 |  21 |  20 | 604k|3626 | 0.000000e+00 |      --      |    Inf 
253.20/253.22	c   253s|  1550k|540360 |  4853k|   3.1 | 388M|  63 |   8 |  70 |4971 |  70 |  21 |  20 | 608k|3626 | 0.000000e+00 |      --      |    Inf 
255.00/255.00	c   255s|  1560k|543463 |  4884k|   3.1 | 391M|  63 |   8 |  70 |4799 |  70 |  21 |  20 | 612k|3626 | 0.000000e+00 |      --      |    Inf 
256.70/256.79	c   257s|  1570k|546648 |  4915k|   3.1 | 393M|  63 |   - |  70 |4776 |  70 |  21 |  20 | 616k|3626 | 0.000000e+00 |      --      |    Inf 
258.51/258.55	c   259s|  1580k|549787 |  4946k|   3.1 | 396M|  63 |   8 |  70 |4856 |  70 |  21 |  20 | 621k|3626 | 0.000000e+00 |      --      |    Inf 
260.30/260.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.30/260.30	c   260s|  1590k|552960 |  4978k|   3.1 | 398M|  63 |   8 |  70 |5111 |  70 |  21 |  20 | 625k|3626 | 0.000000e+00 |      --      |    Inf 
262.00/262.08	c   262s|  1600k|556338 |  5009k|   3.1 | 400M|  63 |   8 |  70 |4667 |  70 |  21 |  20 | 629k|3626 | 0.000000e+00 |      --      |    Inf 
263.80/263.84	c   264s|  1610k|559335 |  5040k|   3.1 | 403M|  63 |   - |  70 |4346 |  70 |  21 |  20 | 633k|3626 | 0.000000e+00 |      --      |    Inf 
265.50/265.56	c   266s|  1620k|562577 |  5071k|   3.1 | 405M|  63 |   - |  70 |4741 |  70 |  21 |  20 | 637k|3626 | 0.000000e+00 |      --      |    Inf 
267.22/267.31	c   267s|  1630k|565915 |  5101k|   3.1 | 408M|  63 |   8 |  70 |4370 |  70 |  21 |  20 | 641k|3626 | 0.000000e+00 |      --      |    Inf 
268.90/268.94	c   269s|  1640k|569548 |  5132k|   3.1 | 410M|  63 |   8 |  70 |4849 |  70 |  21 |  20 | 645k|3626 | 0.000000e+00 |      --      |    Inf 
270.51/270.57	c   271s|  1650k|573044 |  5163k|   3.1 | 413M|  63 |   8 |  70 |5287 |  70 |  21 |  20 | 649k|3626 | 0.000000e+00 |      --      |    Inf 
272.29/272.33	c   272s|  1660k|575961 |  5195k|   3.1 | 415M|  63 |   - |  70 |5304 |  70 |  21 |  20 | 653k|3626 | 0.000000e+00 |      --      |    Inf 
274.10/274.14	c   274s|  1670k|579234 |  5226k|   3.1 | 418M|  63 |   8 |  70 |4943 |  70 |  21 |  20 | 657k|3626 | 0.000000e+00 |      --      |    Inf 
275.79/275.89	c   276s|  1680k|582531 |  5258k|   3.1 | 420M|  63 |   - |  70 |4505 |  70 |  21 |  20 | 662k|3626 | 0.000000e+00 |      --      |    Inf 
277.70/277.73	c   278s|  1690k|585427 |  5289k|   3.1 | 422M|  63 |   8 |  70 |4032 |  70 |  21 |  20 | 666k|3626 | 0.000000e+00 |      --      |    Inf 
279.42/279.49	c   279s|  1700k|588216 |  5320k|   3.1 | 425M|  63 |   8 |  70 |4213 |  70 |  21 |  20 | 670k|3626 | 0.000000e+00 |      --      |    Inf 
281.10/281.10	c   281s|  1710k|591801 |  5352k|   3.1 | 427M|  63 |   8 |  70 |5351 |  70 |  21 |  20 | 674k|3626 | 0.000000e+00 |      --      |    Inf 
282.61/282.64	c   283s|  1720k|595749 |  5382k|   3.1 | 430M|  63 |   8 |  70 |6508 |  70 |  21 |  20 | 678k|3626 | 0.000000e+00 |      --      |    Inf 
284.40/284.47	c   284s|  1730k|599006 |  5413k|   3.1 | 432M|  63 |   - |  70 |5153 |  70 |  21 |  20 | 682k|3626 | 0.000000e+00 |      --      |    Inf 
286.10/286.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.10/286.12	c   286s|  1740k|602562 |  5445k|   3.1 | 435M|  63 |   8 |  70 |6194 |  70 |  21 |  20 | 686k|3626 | 0.000000e+00 |      --      |    Inf 
287.90/287.95	c   288s|  1750k|605564 |  5476k|   3.1 | 437M|  63 |   - |  70 |5040 |  70 |  21 |  20 | 690k|3626 | 0.000000e+00 |      --      |    Inf 
289.69/289.73	c   290s|  1760k|608681 |  5507k|   3.1 | 440M|  63 |   8 |  70 |4630 |  70 |  21 |  20 | 694k|3626 | 0.000000e+00 |      --      |    Inf 
291.51/291.56	c   292s|  1770k|611644 |  5539k|   3.1 | 442M|  63 |   8 |  70 |4446 |  70 |  21 |  20 | 698k|3626 | 0.000000e+00 |      --      |    Inf 
293.30/293.35	c   293s|  1780k|614659 |  5570k|   3.1 | 445M|  63 |   - |  70 |4619 |  70 |  21 |  20 | 702k|3626 | 0.000000e+00 |      --      |    Inf 
295.10/295.10	c   295s|  1790k|618007 |  5602k|   3.1 | 447M|  63 |   8 |  70 |4920 |  70 |  21 |  20 | 706k|3626 | 0.000000e+00 |      --      |    Inf 
296.80/296.89	c   297s|  1800k|621099 |  5632k|   3.1 | 450M|  63 |   - |  70 |4679 |  70 |  21 |  20 | 710k|3626 | 0.000000e+00 |      --      |    Inf 
298.60/298.67	c   299s|  1810k|624354 |  5664k|   3.1 | 452M|  63 |   8 |  70 |4638 |  70 |  21 |  20 | 715k|3626 | 0.000000e+00 |      --      |    Inf 
300.40/300.44	c   300s|  1820k|627425 |  5696k|   3.1 | 454M|  63 |   8 |  70 |4854 |  70 |  21 |  20 | 719k|3626 | 0.000000e+00 |      --      |    Inf 
302.20/302.21	c   302s|  1830k|630558 |  5727k|   3.1 | 457M|  63 |   8 |  70 |5074 |  70 |  21 |  20 | 723k|3626 | 0.000000e+00 |      --      |    Inf 
303.90/303.94	c   304s|  1840k|633770 |  5758k|   3.1 | 459M|  63 |   8 |  70 |5262 |  70 |  21 |  20 | 727k|3626 | 0.000000e+00 |      --      |    Inf 
305.71/305.72	c   306s|  1850k|636972 |  5790k|   3.1 | 462M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 731k|3626 | 0.000000e+00 |      --      |    Inf 
307.50/307.54	c   308s|  1860k|639915 |  5821k|   3.1 | 464M|  63 |   - |  70 |4988 |  70 |  21 |  20 | 735k|3626 | 0.000000e+00 |      --      |    Inf 
309.40/309.44	c   309s|  1870k|642766 |  5854k|   3.1 | 466M|  63 |   8 |  70 |4490 |  70 |  21 |  20 | 740k|3626 | 0.000000e+00 |      --      |    Inf 
311.10/311.20	c   311s|  1880k|645956 |  5885k|   3.1 | 469M|  63 |   8 |  70 |4366 |  70 |  21 |  20 | 744k|3626 | 0.000000e+00 |      --      |    Inf 
312.90/312.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.90/312.96	c   313s|  1890k|649096 |  5916k|   3.1 | 471M|  63 |   - |  70 |4441 |  70 |  21 |  20 | 748k|3626 | 0.000000e+00 |      --      |    Inf 
314.70/314.75	c   315s|  1900k|652068 |  5947k|   3.1 | 474M|  63 |   8 |  70 |5006 |  70 |  21 |  20 | 752k|3627 | 0.000000e+00 |      --      |    Inf 
316.50/316.55	c   317s|  1910k|655224 |  5979k|   3.1 | 476M|  63 |   8 |  70 |4427 |  70 |  21 |  20 | 756k|3639 | 0.000000e+00 |      --      |    Inf 
318.20/318.22	c   318s|  1920k|658557 |  6011k|   3.1 | 479M|  63 |   8 |  70 |5525 |  70 |  21 |  20 | 760k|3644 | 0.000000e+00 |      --      |    Inf 
320.01/320.03	c   320s|  1930k|661761 |  6042k|   3.1 | 481M|  63 |   8 |  70 |5124 |  70 |  21 |  20 | 764k|3646 | 0.000000e+00 |      --      |    Inf 
321.80/321.80	c   322s|  1940k|664876 |  6074k|   3.1 | 484M|  63 |   8 |  70 |5446 |  70 |  21 |  20 | 769k|3646 | 0.000000e+00 |      --      |    Inf 
323.50/323.57	c   324s|  1950k|668081 |  6105k|   3.1 | 486M|  63 |   8 |  70 |5143 |  70 |  21 |  20 | 773k|3646 | 0.000000e+00 |      --      |    Inf 
325.19/325.28	c   325s|  1960k|671403 |  6135k|   3.1 | 488M|  63 |   8 |  70 |5029 |  70 |  21 |  20 | 777k|3646 | 0.000000e+00 |      --      |    Inf 
327.00/327.00	c   327s|  1970k|674575 |  6167k|   3.1 | 491M|  63 |   8 |  70 |5494 |  70 |  21 |  20 | 781k|3646 | 0.000000e+00 |      --      |    Inf 
328.70/328.78	c   329s|  1980k|677717 |  6198k|   3.1 | 493M|  63 |   - |  70 |5147 |  70 |  21 |  20 | 785k|3646 | 0.000000e+00 |      --      |    Inf 
330.60/330.63	c   331s|  1990k|680833 |  6229k|   3.1 | 496M|  63 |   8 |  70 |4262 |  70 |  21 |  20 | 789k|3646 | 0.000000e+00 |      --      |    Inf 
332.40/332.44	c   332s|  2000k|683923 |  6261k|   3.1 | 498M|  63 |   - |  70 |4011 |  70 |  21 |  20 | 793k|3647 | 0.000000e+00 |      --      |    Inf 
334.20/334.26	c   334s|  2010k|686907 |  6292k|   3.1 | 500M|  63 |   8 |  70 |4309 |  70 |  21 |  20 | 798k|3655 | 0.000000e+00 |      --      |    Inf 
336.00/336.03	c   336s|  2020k|689965 |  6323k|   3.1 | 503M|  63 |   8 |  70 |4463 |  70 |  21 |  20 | 802k|3661 | 0.000000e+00 |      --      |    Inf 
337.80/337.80	c   338s|  2030k|693170 |  6355k|   3.1 | 505M|  63 |   - |  70 |4423 |  70 |  21 |  20 | 806k|3669 | 0.000000e+00 |      --      |    Inf 
339.40/339.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.40/339.40	c   339s|  2040k|696749 |  6387k|   3.1 | 508M|  63 |   8 |  70 |5624 |  70 |  21 |  20 | 810k|3675 | 0.000000e+00 |      --      |    Inf 
341.01/341.04	c   341s|  2050k|700150 |  6418k|   3.1 | 511M|  63 |   8 |  70 |7025 |  70 |  21 |  20 | 814k|3682 | 0.000000e+00 |      --      |    Inf 
342.90/342.94	c   343s|  2060k|703001 |  6450k|   3.1 | 513M|  63 |   8 |  70 |5689 |  70 |  21 |  20 | 818k|3682 | 0.000000e+00 |      --      |    Inf 
344.50/344.56	c   345s|  2070k|706665 |  6482k|   3.1 | 516M|  63 |   8 |  70 |6498 |  70 |  21 |  20 | 822k|3682 | 0.000000e+00 |      --      |    Inf 
346.41/346.42	c   346s|  2080k|709701 |  6513k|   3.1 | 518M|  63 |   - |  70 |5465 |  70 |  21 |  20 | 826k|3682 | 0.000000e+00 |      --      |    Inf 
348.20/348.28	c   348s|  2090k|712888 |  6544k|   3.1 | 520M|  63 |   8 |  70 |5289 |  70 |  21 |  20 | 830k|3682 | 0.000000e+00 |      --      |    Inf 
350.00/350.03	c   350s|  2100k|716045 |  6576k|   3.1 | 523M|  63 |   8 |  70 |5620 |  70 |  21 |  20 | 834k|3682 | 0.000000e+00 |      --      |    Inf 
351.70/351.77	c   352s|  2110k|719346 |  6607k|   3.1 | 525M|  63 |   8 |  70 |5557 |  70 |  21 |  20 | 838k|3682 | 0.000000e+00 |      --      |    Inf 
353.50/353.58	c   354s|  2120k|722379 |  6639k|   3.1 | 528M|  63 |   - |  70 |5588 |  70 |  21 |  20 | 842k|3682 | 0.000000e+00 |      --      |    Inf 
355.40/355.43	c   355s|  2130k|725642 |  6669k|   3.1 | 530M|  63 |   8 |  70 |5207 |  70 |  21 |  20 | 847k|3682 | 0.000000e+00 |      --      |    Inf 
357.20/357.28	c   357s|  2140k|728867 |  6700k|   3.1 | 532M|  63 |   8 |  70 |4797 |  70 |  21 |  20 | 851k|3682 | 0.000000e+00 |      --      |    Inf 
358.80/358.86	c   359s|  2150k|732917 |  6731k|   3.1 | 535M|  63 |   8 |  70 |5618 |  70 |  21 |  20 | 854k|3682 | 0.000000e+00 |      --      |    Inf 
360.40/360.44	c   360s|  2160k|737096 |  6763k|   3.1 | 538M|  63 |   8 |  70 |6865 |  70 |  21 |  20 | 858k|3682 | 0.000000e+00 |      --      |    Inf 
362.10/362.16	c   362s|  2170k|741134 |  6793k|   3.1 | 541M|  63 |   8 |  70 |6545 |  70 |  21 |  20 | 861k|3682 | 0.000000e+00 |      --      |    Inf 
363.90/363.99	c   364s|  2180k|744262 |  6824k|   3.1 | 543M|  63 |   8 |  70 |5563 |  70 |  21 |  20 | 865k|3682 | 0.000000e+00 |      --      |    Inf 
365.80/365.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.80/365.85	c   366s|  2190k|747324 |  6856k|   3.1 | 545M|  63 |   - |  70 |5406 |  70 |  21 |  20 | 869k|3682 | 0.000000e+00 |      --      |    Inf 
367.50/367.54	c   368s|  2200k|750584 |  6888k|   3.1 | 548M|  63 |   8 |  70 |6148 |  70 |  21 |  20 | 873k|3682 | 0.000000e+00 |      --      |    Inf 
369.40/369.49	c   369s|  2210k|753708 |  6918k|   3.1 | 550M|  63 |   8 |  70 |5077 |  70 |  21 |  20 | 878k|3682 | 0.000000e+00 |      --      |    Inf 
371.30/371.30	c   371s|  2220k|756713 |  6950k|   3.1 | 552M|  63 |   - |  70 |5188 |   0 |   0 |  20 | 882k|3682 | 0.000000e+00 |      --      |    Inf 
372.91/372.97	c   373s|  2230k|759957 |  6982k|   3.1 | 555M|  63 |   - |  70 |5849 |  70 |  21 |  20 | 886k|3682 | 0.000000e+00 |      --      |    Inf 
374.80/374.83	c   375s|  2240k|763208 |  7012k|   3.1 | 557M|  63 |   8 |  70 |5214 |  70 |  21 |  20 | 890k|3682 | 0.000000e+00 |      --      |    Inf 
376.60/376.63	c   377s|  2250k|766317 |  7044k|   3.1 | 560M|  63 |   8 |  70 |5686 |  70 |  21 |  20 | 894k|3682 | 0.000000e+00 |      --      |    Inf 
378.42/378.41	c   378s|  2260k|769756 |  7075k|   3.1 | 562M|  63 |   8 |  70 |6260 |  70 |  21 |  20 | 898k|3682 | 0.000000e+00 |      --      |    Inf 
380.20/380.24	c   380s|  2270k|773112 |  7107k|   3.1 | 565M|  63 |   8 |  70 |5461 |  70 |  21 |  20 | 902k|3682 | 0.000000e+00 |      --      |    Inf 
382.00/382.06	c   382s|  2280k|776238 |  7138k|   3.1 | 567M|  63 |   - |  70 |4942 |  70 |  21 |  20 | 906k|3682 | 0.000000e+00 |      --      |    Inf 
383.70/383.77	c   384s|  2290k|779575 |  7170k|   3.1 | 570M|  63 |   - |  70 |5234 |  70 |  21 |  20 | 910k|3682 | 0.000000e+00 |      --      |    Inf 
385.50/385.55	c   386s|  2300k|782886 |  7201k|   3.1 | 572M|  63 |   8 |  70 |5040 |  70 |  21 |  20 | 914k|3682 | 0.000000e+00 |      --      |    Inf 
387.30/387.37	c   387s|  2310k|785915 |  7232k|   3.1 | 574M|  63 |   8 |  70 |5018 |  70 |  21 |  20 | 918k|3682 | 0.000000e+00 |      --      |    Inf 
389.00/389.01	c   389s|  2320k|789543 |  7265k|   3.1 | 577M|  63 |   - |  70 |6011 |  70 |  21 |  20 | 922k|3682 | 0.000000e+00 |      --      |    Inf 
390.91/390.95	c   391s|  2330k|792431 |  7296k|   3.1 | 579M|  63 |   - |  70 |4562 |  70 |  21 |  20 | 927k|3682 | 0.000000e+00 |      --      |    Inf 
392.81/392.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.81/392.84	c   393s|  2340k|795365 |  7326k|   3.1 | 582M|  63 |   8 |  70 |4245 |  70 |  21 |  20 | 931k|3682 | 0.000000e+00 |      --      |    Inf 
394.60/394.62	c   395s|  2350k|798440 |  7358k|   3.1 | 584M|  63 |   8 |  70 |4538 |  70 |  21 |  20 | 935k|3682 | 0.000000e+00 |      --      |    Inf 
396.20/396.29	c   396s|  2360k|802034 |  7388k|   3.1 | 587M|  63 |   8 |  70 |5464 |  70 |  21 |  20 | 939k|3682 | 0.000000e+00 |      --      |    Inf 
398.12/398.18	c   398s|  2370k|804955 |  7419k|   3.1 | 589M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 943k|3682 | 0.000000e+00 |      --      |    Inf 
400.00/400.02	c   400s|  2380k|808007 |  7449k|   3.1 | 591M|  63 |   8 |  70 |4691 |  70 |  21 |  20 | 947k|3682 | 0.000000e+00 |      --      |    Inf 
401.80/401.86	c   402s|  2390k|810971 |  7480k|   3.1 | 594M|  63 |   8 |  70 |4803 |  70 |  21 |  20 | 952k|3682 | 0.000000e+00 |      --      |    Inf 
403.62/403.64	c   404s|  2400k|814202 |  7511k|   3.1 | 596M|  63 |   - |  70 |4752 |  70 |  21 |  20 | 956k|3682 | 0.000000e+00 |      --      |    Inf 
405.40/405.49	c   405s|  2410k|817244 |  7542k|   3.1 | 598M|  63 |   - |  70 |4316 |  70 |  21 |  20 | 960k|3682 | 0.000000e+00 |      --      |    Inf 
407.21/407.29	c   407s|  2420k|820135 |  7574k|   3.1 | 601M|  63 |   - |  70 |4811 |  70 |  21 |  20 | 964k|3682 | 0.000000e+00 |      --      |    Inf 
409.11/409.13	c   409s|  2430k|823169 |  7605k|   3.1 | 603M|  63 |   - |  70 |5108 |  70 |  21 |  20 | 968k|3682 | 0.000000e+00 |      --      |    Inf 
410.90/410.94	c   411s|  2440k|826356 |  7636k|   3.1 | 606M|  63 |   8 |  70 |4906 |  70 |  21 |  20 | 972k|3682 | 0.000000e+00 |      --      |    Inf 
412.52/412.58	c   413s|  2450k|829921 |  7667k|   3.1 | 608M|  63 |   8 |  70 |5965 |  70 |  21 |  20 | 976k|3682 | 0.000000e+00 |      --      |    Inf 
414.40/414.47	c   414s|  2460k|833031 |  7698k|   3.1 | 611M|  63 |   - |  70 |5263 |  70 |  21 |  20 | 980k|3682 | 0.000000e+00 |      --      |    Inf 
416.20/416.24	c   416s|  2470k|836319 |  7730k|   3.1 | 613M|  63 |   - |  70 |5524 |  70 |  21 |  20 | 984k|3682 | 0.000000e+00 |      --      |    Inf 
418.01/418.07	c   418s|  2480k|839392 |  7760k|   3.1 | 615M|  63 |   - |  70 |4676 |  70 |  21 |  20 | 989k|3682 | 0.000000e+00 |      --      |    Inf 
419.90/419.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.90/419.90	c   420s|  2490k|842430 |  7791k|   3.1 | 618M|  63 |   8 |  70 |4384 |  70 |  21 |  20 | 993k|3682 | 0.000000e+00 |      --      |    Inf 
421.70/421.74	c   422s|  2500k|845325 |  7822k|   3.1 | 620M|  63 |   - |  70 |4687 |  70 |  21 |  20 | 997k|3682 | 0.000000e+00 |      --      |    Inf 
423.51/423.53	c   424s|  2510k|848497 |  7853k|   3.1 | 623M|  63 |   8 |  70 |4798 |  70 |  21 |  20 |1001k|3682 | 0.000000e+00 |      --      |    Inf 
425.30/425.39	c   425s|  2520k|851393 |  7884k|   3.1 | 625M|  63 |   8 |  70 |4964 |  70 |  21 |  20 |1005k|3682 | 0.000000e+00 |      --      |    Inf 
427.20/427.23	c   427s|  2530k|854332 |  7915k|   3.1 | 628M|  63 |   - |  70 |4777 |  70 |  21 |  20 |1010k|3682 | 0.000000e+00 |      --      |    Inf 
428.92/428.98	c   429s|  2540k|857613 |  7946k|   3.1 | 630M|  63 |   8 |  70 |4999 |  70 |  21 |  20 |1014k|3682 | 0.000000e+00 |      --      |    Inf 
430.80/430.87	c   431s|  2550k|860527 |  7977k|   3.1 | 632M|  63 |   8 |  70 |4616 |  70 |  21 |  20 |1018k|3682 | 0.000000e+00 |      --      |    Inf 
432.60/432.68	c   433s|  2560k|863680 |  8009k|   3.1 | 635M|  63 |   - |  70 |4955 |  70 |  21 |  20 |1022k|3682 | 0.000000e+00 |      --      |    Inf 
434.52/434.60	c   435s|  2570k|866560 |  8039k|   3.1 | 637M|  63 |   8 |  70 |4553 |  70 |  21 |  20 |1026k|3682 | 0.000000e+00 |      --      |    Inf 
436.30/436.39	c   436s|  2580k|869552 |  8071k|   3.1 | 640M|  63 |   8 |  70 |4518 |  70 |  21 |  20 |1031k|3682 | 0.000000e+00 |      --      |    Inf 
438.11/438.19	c   438s|  2590k|872742 |  8103k|   3.1 | 642M|  63 |   8 |  70 |4997 |  70 |  21 |  20 |1035k|3682 | 0.000000e+00 |      --      |    Inf 
439.91/439.99	c   440s|  2600k|875867 |  8134k|   3.1 | 645M|  63 |   - |  70 |4876 |  70 |  21 |  20 |1039k|3682 | 0.000000e+00 |      --      |    Inf 
441.70/441.77	c   442s|  2610k|879120 |  8165k|   3.1 | 647M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |1043k|3682 | 0.000000e+00 |      --      |    Inf 
443.60/443.63	c   444s|  2620k|882212 |  8197k|   3.1 | 649M|  63 |   8 |  70 |5107 |  70 |  21 |  20 |1047k|3682 | 0.000000e+00 |      --      |    Inf 
445.42/445.47	c   445s|  2630k|885208 |  8228k|   3.1 | 652M|  63 |   8 |  70 |5281 |  70 |  21 |  20 |1051k|3682 | 0.000000e+00 |      --      |    Inf 
447.30/447.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.30/447.35	c   447s|  2640k|888112 |  8259k|   3.1 | 654M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1056k|3682 | 0.000000e+00 |      --      |    Inf 
449.20/449.25	c   449s|  2650k|890986 |  8290k|   3.1 | 657M|  63 |   8 |  70 |4708 |  70 |  21 |  20 |1060k|3682 | 0.000000e+00 |      --      |    Inf 
450.91/450.98	c   451s|  2660k|894355 |  8322k|   3.1 | 659M|  63 |   8 |  70 |5282 |  70 |  21 |  20 |1064k|3682 | 0.000000e+00 |      --      |    Inf 
452.80/452.85	c   453s|  2670k|897388 |  8353k|   3.1 | 662M|  63 |   8 |  70 |4820 |  70 |  21 |  20 |1068k|3682 | 0.000000e+00 |      --      |    Inf 
454.50/454.51	c   455s|  2680k|901024 |  8385k|   3.1 | 664M|  63 |   8 |  70 |5799 |  70 |  21 |  20 |1072k|3682 | 0.000000e+00 |      --      |    Inf 
456.30/456.35	c   456s|  2690k|904152 |  8417k|   3.1 | 667M|  63 |   - |  70 |5796 |  70 |  21 |  20 |1076k|3682 | 0.000000e+00 |      --      |    Inf 
458.10/458.18	c   458s|  2700k|907333 |  8448k|   3.1 | 669M|  63 |   - |  70 |5281 |  70 |  21 |  20 |1081k|3682 | 0.000000e+00 |      --      |    Inf 
460.00/460.02	c   460s|  2710k|910277 |  8480k|   3.1 | 671M|  63 |   - |  70 |5142 |  70 |  21 |  20 |1085k|3682 | 0.000000e+00 |      --      |    Inf 
461.80/461.80	c   462s|  2720k|913501 |  8510k|   3.1 | 674M|  63 |   8 |  70 |4908 |  70 |  21 |  20 |1089k|3682 | 0.000000e+00 |      --      |    Inf 
463.50/463.59	c   464s|  2730k|916671 |  8541k|   3.1 | 676M|  63 |   8 |  70 |5366 |  70 |  21 |  20 |1093k|3682 | 0.000000e+00 |      --      |    Inf 
465.32/465.39	c   465s|  2740k|919729 |  8572k|   3.1 | 679M|  63 |   - |  70 |5415 |  70 |  21 |  20 |1097k|3682 | 0.000000e+00 |      --      |    Inf 
467.10/467.13	c   467s|  2750k|922908 |  8604k|   3.1 | 681M|  63 |   - |  70 |5483 |  70 |  21 |  20 |1101k|3682 | 0.000000e+00 |      --      |    Inf 
468.90/468.99	c   469s|  2760k|925878 |  8635k|   3.1 | 683M|  63 |   8 |  70 |4762 |  70 |  21 |  20 |1105k|3682 | 0.000000e+00 |      --      |    Inf 
470.72/470.80	c   471s|  2770k|929126 |  8666k|   3.1 | 686M|  63 |   - |  70 |4380 |  70 |  21 |  20 |1109k|3682 | 0.000000e+00 |      --      |    Inf 
472.60/472.61	c   473s|  2780k|932055 |  8697k|   3.1 | 688M|  63 |   - |  70 |4946 |  70 |  21 |  20 |1114k|3682 | 0.000000e+00 |      --      |    Inf 
474.40/474.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.40/474.40	c   474s|  2790k|935442 |  8728k|   3.1 | 691M|  63 |   8 |  70 |4704 |  70 |  21 |  20 |1118k|3682 | 0.000000e+00 |      --      |    Inf 
475.90/475.95	c   476s|  2800k|939054 |  8760k|   3.1 | 694M|  63 |   8 |  70 |6412 |  70 |  21 |  20 |1121k|3682 | 0.000000e+00 |      --      |    Inf 
477.60/477.69	c   478s|  2810k|942227 |  8792k|   3.1 | 696M|  63 |   - |  70 |6442 |  70 |  21 |  20 |1125k|3682 | 0.000000e+00 |      --      |    Inf 
479.62/479.62	c   480s|  2820k|945205 |  8825k|   3.1 | 698M|  63 |   - |  70 |5763 |  70 |  21 |  20 |1130k|3682 | 0.000000e+00 |      --      |    Inf 
481.51/481.50	c   482s|  2830k|948500 |  8855k|   3.1 | 701M|  63 |   - |  70 |5204 |  70 |  21 |  20 |1133k|3682 | 0.000000e+00 |      --      |    Inf 
483.30/483.30	c   483s|  2840k|951589 |  8887k|   3.1 | 703M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |1138k|3682 | 0.000000e+00 |      --      |    Inf 
485.20/485.23	c   485s|  2850k|954457 |  8918k|   3.1 | 705M|  63 |   8 |  70 |5196 |  70 |  21 |  20 |1142k|3682 | 0.000000e+00 |      --      |    Inf 
487.00/487.02	c   487s|  2860k|957618 |  8950k|   3.1 | 708M|  63 |   - |  70 |5410 |  70 |  21 |  20 |1146k|3682 | 0.000000e+00 |      --      |    Inf 
488.91/488.94	c   489s|  2870k|960479 |  8982k|   3.1 | 710M|  63 |   8 |  70 |5017 |  70 |  21 |  20 |1150k|3682 | 0.000000e+00 |      --      |    Inf 
490.70/490.78	c   491s|  2880k|963468 |  9013k|   3.1 | 713M|  63 |   8 |  70 |5249 |  70 |  21 |  20 |1155k|3682 | 0.000000e+00 |      --      |    Inf 
492.51/492.57	c   493s|  2890k|966728 |  9044k|   3.1 | 715M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1159k|3682 | 0.000000e+00 |      --      |    Inf 
494.50/494.50	c   494s|  2900k|969687 |  9075k|   3.1 | 717M|  63 |   8 |  70 |5076 |  70 |  21 |  20 |1163k|3682 | 0.000000e+00 |      --      |    Inf 
496.30/496.30	c   496s|  2910k|972763 |  9107k|   3.1 | 720M|  63 |   8 |  70 |5522 |  70 |  21 |  20 |1167k|3682 | 0.000000e+00 |      --      |    Inf 
498.00/498.04	c   498s|  2920k|976483 |  9137k|   3.1 | 722M|  63 |   - |  70 |5548 |  70 |  21 |  20 |1171k|3682 | 0.000000e+00 |      --      |    Inf 
499.70/499.75	c   500s|  2930k|980094 |  9167k|   3.1 | 725M|  63 |   8 |  70 |6261 |  70 |  21 |  20 |1175k|3682 | 0.000000e+00 |      --      |    Inf 
501.61/501.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.61/501.63	c   502s|  2940k|983108 |  9199k|   3.1 | 727M|  63 |   8 |  70 |5378 |  70 |  21 |  20 |1179k|3682 | 0.000000e+00 |      --      |    Inf 
503.41/503.45	c   503s|  2950k|986270 |  9230k|   3.1 | 730M|  63 |   8 |  70 |5148 |  70 |  21 |  20 |1183k|3682 | 0.000000e+00 |      --      |    Inf 
505.31/505.32	c   505s|  2960k|989163 |  9261k|   3.1 | 732M|  63 |   8 |  70 |5101 |  70 |  21 |  20 |1187k|3682 | 0.000000e+00 |      --      |    Inf 
507.01/507.09	c   507s|  2970k|992556 |  9292k|   3.1 | 735M|  63 |   8 |  70 |5838 |  70 |  21 |  20 |1191k|3682 | 0.000000e+00 |      --      |    Inf 
509.01/509.03	c   509s|  2980k|995552 |  9323k|   3.1 | 737M|  63 |   8 |  70 |5502 |  70 |  21 |  20 |1196k|3682 | 0.000000e+00 |      --      |    Inf 
510.81/510.87	c   511s|  2990k|998717 |  9354k|   3.1 | 739M|  63 |   8 |  70 |5826 |  70 |  21 |  20 |1200k|3682 | 0.000000e+00 |      --      |    Inf 
512.52/512.60	c   513s|  3000k|  1002k|  9385k|   3.1 | 742M|  63 |   - |  70 |6334 |  70 |  21 |  20 |1204k|3682 | 0.000000e+00 |      --      |    Inf 
514.50/514.51	c   515s|  3010k|  1005k|  9416k|   3.1 | 744M|  63 |   8 |  70 |5700 |  70 |  21 |  20 |1208k|3682 | 0.000000e+00 |      --      |    Inf 
516.31/516.32	c   516s|  3020k|  1008k|  9448k|   3.1 | 747M|  63 |   8 |  70 |5586 |  70 |  21 |  20 |1212k|3682 | 0.000000e+00 |      --      |    Inf 
518.20/518.21	c   518s|  3030k|  1011k|  9480k|   3.1 | 749M|  63 |   8 |  70 |4906 |  70 |  21 |  20 |1216k|3682 | 0.000000e+00 |      --      |    Inf 
520.00/520.03	c   520s|  3040k|  1014k|  9510k|   3.1 | 751M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |1221k|3682 | 0.000000e+00 |      --      |    Inf 
521.91/521.95	c   522s|  3050k|  1017k|  9541k|   3.1 | 754M|  63 |   8 |  70 |4745 |  70 |  21 |  20 |1225k|3682 | 0.000000e+00 |      --      |    Inf 
523.70/523.79	c   524s|  3060k|  1020k|  9572k|   3.1 | 756M|  63 |   8 |  70 |5158 |  70 |  21 |  20 |1229k|3682 | 0.000000e+00 |      --      |    Inf 
525.51/525.57	c   526s|  3070k|  1023k|  9604k|   3.1 | 759M|  63 |   8 |  70 |5595 |  70 |  21 |  20 |1233k|3682 | 0.000000e+00 |      --      |    Inf 
527.41/527.46	c   527s|  3080k|  1026k|  9636k|   3.1 | 761M|  63 |   8 |  70 |4947 |  70 |  21 |  20 |1237k|3682 | 0.000000e+00 |      --      |    Inf 
529.12/529.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
529.12/529.17	c   529s|  3090k|  1030k|  9667k|   3.1 | 764M|  63 |   - |  70 |5883 |  70 |  21 |  20 |1241k|3682 | 0.000000e+00 |      --      |    Inf 
531.01/531.04	c   531s|  3100k|  1033k|  9699k|   3.1 | 766M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |1246k|3682 | 0.000000e+00 |      --      |    Inf 
532.91/532.91	c   533s|  3110k|  1036k|  9730k|   3.1 | 768M|  63 |   8 |  70 |4969 |  70 |  21 |  20 |1250k|3682 | 0.000000e+00 |      --      |    Inf 
534.71/534.78	c   535s|  3120k|  1039k|  9760k|   3.1 | 771M|  63 |   8 |  70 |4852 |  70 |  21 |  20 |1254k|3682 | 0.000000e+00 |      --      |    Inf 
536.50/536.52	c   537s|  3130k|  1042k|  9791k|   3.1 | 773M|  63 |   8 |  70 |5618 |  70 |  21 |  20 |1258k|3682 | 0.000000e+00 |      --      |    Inf 
538.31/538.36	c   538s|  3140k|  1045k|  9822k|   3.1 | 776M|  63 |   8 |  70 |5205 |  70 |  21 |  20 |1262k|3682 | 0.000000e+00 |      --      |    Inf 
540.20/540.24	c   540s|  3150k|  1049k|  9854k|   3.1 | 778M|  63 |   8 |  70 |5203 |  70 |  21 |  20 |1266k|3682 | 0.000000e+00 |      --      |    Inf 
541.80/541.88	c   542s|  3160k|  1052k|  9884k|   3.1 | 781M|  63 |   - |  70 |6434 |  70 |  21 |  20 |1270k|3682 | 0.000000e+00 |      --      |    Inf 
543.81/543.88	c   544s|  3170k|  1055k|  9915k|   3.1 | 783M|  63 |   - |  70 |5620 |  70 |  21 |  20 |1274k|3682 | 0.000000e+00 |      --      |    Inf 
545.71/545.79	c   546s|  3180k|  1058k|  9946k|   3.1 | 785M|  63 |   - |  70 |5423 |  70 |  21 |  20 |1278k|3682 | 0.000000e+00 |      --      |    Inf 
547.61/547.68	c   548s|  3190k|  1061k|  9977k|   3.1 | 788M|  63 |   - |  70 |5479 |  70 |  21 |  20 |1282k|3682 | 0.000000e+00 |      --      |    Inf 
549.51/549.52	c   550s|  3200k|  1064k| 10008k|   3.1 | 790M|  63 |   8 |  70 |6001 |  70 |  21 |  20 |1287k|3682 | 0.000000e+00 |      --      |    Inf 
551.41/551.43	c   551s|  3210k|  1067k| 10040k|   3.1 | 793M|  63 |   - |  70 |5789 |  70 |  21 |  20 |1291k|3682 | 0.000000e+00 |      --      |    Inf 
553.10/553.19	c   553s|  3220k|  1071k| 10071k|   3.1 | 795M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |1295k|3682 | 0.000000e+00 |      --      |    Inf 
555.11/555.11	c   555s|  3230k|  1074k| 10102k|   3.1 | 798M|  63 |   8 |  70 |5776 |  70 |  21 |  20 |1299k|3682 | 0.000000e+00 |      --      |    Inf 
557.00/557.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
557.00/557.02	c   557s|  3240k|  1077k| 10133k|   3.1 | 800M|  63 |   - |  70 |5424 |  70 |  21 |  20 |1303k|3682 | 0.000000e+00 |      --      |    Inf 
558.91/558.91	c   559s|  3250k|  1080k| 10163k|   3.1 | 802M|  63 |   8 |  70 |5197 |  70 |  21 |  20 |1307k|3682 | 0.000000e+00 |      --      |    Inf 
560.60/560.69	c   561s|  3260k|  1083k| 10195k|   3.1 | 805M|  63 |   - |  70 |6280 |  70 |  21 |  20 |1312k|3682 | 0.000000e+00 |      --      |    Inf 
562.50/562.55	c   563s|  3270k|  1086k| 10227k|   3.1 | 808M|  63 |   8 |  70 |6464 |  70 |  21 |  20 |1316k|3682 | 0.000000e+00 |      --      |    Inf 
564.51/564.52	c   565s|  3280k|  1089k| 10258k|   3.1 | 810M|  63 |   - |  70 |5216 |  70 |  21 |  20 |1320k|3682 | 0.000000e+00 |      --      |    Inf 
566.30/566.32	c   566s|  3290k|  1092k| 10289k|   3.1 | 812M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |1324k|3682 | 0.000000e+00 |      --      |    Inf 
568.01/568.05	c   568s|  3300k|  1096k| 10319k|   3.1 | 815M|  63 |   - |  70 |6361 |  70 |  21 |  20 |1328k|3682 | 0.000000e+00 |      --      |    Inf 
569.90/569.99	c   570s|  3310k|  1099k| 10350k|   3.1 | 817M|  63 |   8 |  70 |5057 |  70 |  21 |  20 |1332k|3682 | 0.000000e+00 |      --      |    Inf 
571.81/571.90	c   572s|  3320k|  1102k| 10381k|   3.1 | 819M|  63 |   8 |  70 |4925 |  70 |  21 |  20 |1337k|3682 | 0.000000e+00 |      --      |    Inf 
573.60/573.69	c   574s|  3330k|  1105k| 10411k|   3.1 | 822M|  63 |   8 |  70 |5667 |  70 |  21 |  20 |1341k|3682 | 0.000000e+00 |      --      |    Inf 
575.61/575.60	c   576s|  3340k|  1108k| 10443k|   3.1 | 824M|  63 |   8 |  70 |5309 |  70 |  21 |  20 |1345k|3682 | 0.000000e+00 |      --      |    Inf 
577.42/577.50	c   578s|  3350k|  1111k| 10474k|   3.1 | 826M|  63 |   - |  70 |4738 |  70 |  21 |  20 |1349k|3682 | 0.000000e+00 |      --      |    Inf 
579.20/579.29	c   579s|  3360k|  1114k| 10505k|   3.1 | 829M|  63 |   - |  70 |5116 |  70 |  21 |  20 |1354k|3682 | 0.000000e+00 |      --      |    Inf 
581.10/581.19	c   581s|  3370k|  1117k| 10537k|   3.1 | 831M|  63 |   8 |  70 |4651 |  70 |  21 |  20 |1358k|3682 | 0.000000e+00 |      --      |    Inf 
582.80/582.80	c   583s|  3380k|  1120k| 10570k|   3.1 | 834M|  63 |   - |  70 |6169 |  70 |  21 |  20 |1362k|3682 | 0.000000e+00 |      --      |    Inf 
584.40/584.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.40/584.49	c   584s|  3390k|  1124k| 10603k|   3.1 | 837M|  63 |   8 |  70 |6375 |  70 |  21 |  20 |1366k|3682 | 0.000000e+00 |      --      |    Inf 
586.22/586.24	c   586s|  3400k|  1127k| 10637k|   3.1 | 839M|  63 |   - |  70 |6573 |  70 |  21 |  20 |1370k|3682 | 0.000000e+00 |      --      |    Inf 
588.00/588.03	c   588s|  3410k|  1131k| 10671k|   3.1 | 842M|  63 |   8 |  70 |6870 |  70 |  21 |  20 |1374k|3682 | 0.000000e+00 |      --      |    Inf 
589.81/589.83	c   590s|  3420k|  1134k| 10701k|   3.1 | 844M|  63 |   8 |  70 |7463 |  70 |  21 |  20 |1378k|3682 | 0.000000e+00 |      --      |    Inf 
591.61/591.69	c   592s|  3430k|  1137k| 10735k|   3.1 | 847M|  63 |   8 |  70 |7142 |  70 |  21 |  20 |1382k|3682 | 0.000000e+00 |      --      |    Inf 
593.51/593.52	c   594s|  3440k|  1140k| 10768k|   3.1 | 849M|  63 |   8 |  70 |7016 |  70 |  21 |  20 |1386k|3682 | 0.000000e+00 |      --      |    Inf 
595.31/595.33	c   595s|  3450k|  1144k| 10801k|   3.1 | 851M|  63 |   8 |  70 |7153 |  70 |  21 |  20 |1390k|3682 | 0.000000e+00 |      --      |    Inf 
597.11/597.17	c   597s|  3460k|  1147k| 10833k|   3.1 | 854M|  63 |   8 |  70 |7429 |  70 |  21 |  20 |1394k|3682 | 0.000000e+00 |      --      |    Inf 
599.01/599.07	c   599s|  3470k|  1150k| 10865k|   3.1 | 856M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1399k|3682 | 0.000000e+00 |      --      |    Inf 
600.81/600.85	c   601s|  3480k|  1153k| 10898k|   3.1 | 859M|  63 |   8 |  70 |7563 |  70 |  21 |  20 |1403k|3682 | 0.000000e+00 |      --      |    Inf 
602.72/602.80	c   603s|  3490k|  1157k| 10930k|   3.1 | 861M|  63 |   8 |  70 |6365 |  70 |  21 |  20 |1407k|3682 | 0.000000e+00 |      --      |    Inf 
604.60/604.67	c   605s|  3500k|  1160k| 10964k|   3.1 | 864M|  63 |   8 |  70 |7004 |  70 |  21 |  20 |1411k|3682 | 0.000000e+00 |      --      |    Inf 
606.70/606.73	c   607s|  3510k|  1163k| 10995k|   3.1 | 866M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |1416k|3682 | 0.000000e+00 |      --      |    Inf 
608.71/608.74	c   609s|  3520k|  1166k| 11026k|   3.1 | 868M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |1420k|3682 | 0.000000e+00 |      --      |    Inf 
610.60/610.66	c   611s|  3530k|  1169k| 11057k|   3.1 | 870M|  63 |   8 |  70 |5499 |  70 |  21 |  20 |1424k|3682 | 0.000000e+00 |      --      |    Inf 
612.41/612.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
612.41/612.44	c   612s|  3540k|  1172k| 11089k|   3.1 | 873M|  63 |   8 |  70 |6084 |  70 |  21 |  20 |1428k|3682 | 0.000000e+00 |      --      |    Inf 
614.51/614.52	c   615s|  3550k|  1175k| 11120k|   3.1 | 875M|  63 |   8 |  70 |5179 |  70 |  21 |  20 |1432k|3682 | 0.000000e+00 |      --      |    Inf 
616.50/616.53	c   617s|  3560k|  1178k| 11151k|   3.1 | 877M|  63 |   - |  70 |5035 |  70 |  21 |  20 |1437k|3682 | 0.000000e+00 |      --      |    Inf 
618.31/618.38	c   618s|  3570k|  1181k| 11183k|   3.1 | 880M|  63 |   8 |  70 |5914 |  70 |  21 |  20 |1441k|3682 | 0.000000e+00 |      --      |    Inf 
620.32/620.36	c   620s|  3580k|  1184k| 11215k|   3.1 | 882M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1445k|3682 | 0.000000e+00 |      --      |    Inf 
622.10/622.20	c   622s|  3590k|  1187k| 11245k|   3.1 | 885M|  63 |   - |  70 |5574 |  70 |  21 |  20 |1449k|3682 | 0.000000e+00 |      --      |    Inf 
624.11/624.18	c   624s|  3600k|  1190k| 11276k|   3.1 | 887M|  63 |   8 |  70 |5227 |  70 |  21 |  20 |1453k|3682 | 0.000000e+00 |      --      |    Inf 
625.92/625.94	c   626s|  3610k|  1194k| 11307k|   3.1 | 890M|  63 |   - |  70 |5660 |  70 |  21 |  20 |1457k|3682 | 0.000000e+00 |      --      |    Inf 
627.81/627.88	c   628s|  3620k|  1197k| 11339k|   3.1 | 892M|  63 |   8 |  70 |5431 |  70 |  21 |  20 |1461k|3682 | 0.000000e+00 |      --      |    Inf 
629.81/629.84	c   630s|  3630k|  1199k| 11370k|   3.1 | 894M|  63 |   8 |  70 |5533 |  70 |  21 |  20 |1466k|3682 | 0.000000e+00 |      --      |    Inf 
631.61/631.69	c   632s|  3640k|  1202k| 11401k|   3.1 | 897M|  63 |   8 |  70 |6049 |  70 |  21 |  20 |1470k|3682 | 0.000000e+00 |      --      |    Inf 
633.62/633.69	c   634s|  3650k|  1205k| 11433k|   3.1 | 899M|  63 |   8 |  70 |5356 |  70 |  21 |  20 |1474k|3682 | 0.000000e+00 |      --      |    Inf 
635.61/635.65	c   636s|  3660k|  1208k| 11464k|   3.1 | 902M|  63 |   - |  70 |5248 |  70 |  21 |  20 |1478k|3682 | 0.000000e+00 |      --      |    Inf 
637.40/637.41	c   637s|  3670k|  1211k| 11495k|   3.1 | 904M|  63 |   8 |  70 |5853 |  70 |  21 |  20 |1482k|3682 | 0.000000e+00 |      --      |    Inf 
639.12/639.17	c   639s|  3680k|  1215k| 11525k|   3.1 | 907M|  63 |   8 |  70 |6666 |  70 |  21 |  20 |1486k|3682 | 0.000000e+00 |      --      |    Inf 
640.81/640.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.81/640.88	c   641s|  3690k|  1219k| 11556k|   3.1 | 909M|  63 |   8 |  70 |7387 |  70 |  21 |  20 |1490k|3682 | 0.000000e+00 |      --      |    Inf 
642.61/642.66	c   643s|  3700k|  1223k| 11586k|   3.1 | 912M|  63 |   8 |  70 |8495 |  70 |  21 |  20 |1494k|3682 | 0.000000e+00 |      --      |    Inf 
644.62/644.62	c   645s|  3710k|  1226k| 11617k|   3.1 | 914M|  63 |   8 |  70 |7296 |  70 |  21 |  20 |1498k|3682 | 0.000000e+00 |      --      |    Inf 
646.51/646.54	c   647s|  3720k|  1229k| 11648k|   3.1 | 917M|  63 |   8 |  70 |6388 |  70 |  21 |  20 |1502k|3682 | 0.000000e+00 |      --      |    Inf 
648.51/648.55	c   649s|  3730k|  1232k| 11679k|   3.1 | 919M|  63 |   8 |  70 |5920 |  70 |  21 |  20 |1506k|3682 | 0.000000e+00 |      --      |    Inf 
650.41/650.49	c   650s|  3740k|  1235k| 11710k|   3.1 | 921M|  63 |   - |  70 |5802 |  70 |  21 |  20 |1511k|3682 | 0.000000e+00 |      --      |    Inf 
652.51/652.53	c   653s|  3750k|  1238k| 11742k|   3.1 | 924M|  63 |   8 |  70 |5710 |  70 |  21 |  20 |1515k|3682 | 0.000000e+00 |      --      |    Inf 
654.31/654.32	c   654s|  3760k|  1241k| 11774k|   3.1 | 926M|  63 |   - |  70 |6811 |  70 |  21 |  20 |1519k|3682 | 0.000000e+00 |      --      |    Inf 
656.20/656.25	c   656s|  3770k|  1244k| 11806k|   3.1 | 929M|  63 |   8 |  70 |6216 |  70 |  21 |  20 |1523k|3682 | 0.000000e+00 |      --      |    Inf 
658.20/658.24	c   658s|  3780k|  1247k| 11837k|   3.1 | 931M|  63 |   - |  70 |5368 |  70 |  21 |  20 |1527k|3682 | 0.000000e+00 |      --      |    Inf 
660.02/660.07	c   660s|  3790k|  1250k| 11868k|   3.1 | 933M|  63 |   - |  70 |5685 |  70 |  21 |  20 |1531k|3682 | 0.000000e+00 |      --      |    Inf 
661.91/661.94	c   662s|  3800k|  1254k| 11899k|   3.1 | 936M|  63 |   8 |  70 |5720 |  70 |  21 |  20 |1535k|3682 | 0.000000e+00 |      --      |    Inf 
663.81/663.87	c   664s|  3810k|  1257k| 11931k|   3.1 | 938M|  63 |   8 |  70 |5215 |  70 |  21 |  20 |1540k|3682 | 0.000000e+00 |      --      |    Inf 
665.70/665.79	c   666s|  3820k|  1260k| 11962k|   3.1 | 940M|  63 |   8 |  70 |5239 |  70 |  21 |  20 |1544k|3682 | 0.000000e+00 |      --      |    Inf 
667.62/667.67	c   668s|  3830k|  1263k| 11993k|   3.1 | 943M|  63 |   8 |  70 |5482 |  70 |  21 |  20 |1548k|3682 | 0.000000e+00 |      --      |    Inf 
669.51/669.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.51/669.58	c   670s|  3840k|  1266k| 12024k|   3.1 | 945M|  63 |   8 |  70 |5593 |  70 |  21 |  20 |1552k|3682 | 0.000000e+00 |      --      |    Inf 
671.41/671.48	c   671s|  3850k|  1269k| 12055k|   3.1 | 948M|  63 |   8 |  70 |5234 |  70 |  21 |  20 |1556k|3682 | 0.000000e+00 |      --      |    Inf 
673.51/673.52	c   674s|  3860k|  1272k| 12086k|   3.1 | 950M|  63 |   8 |  70 |4911 |  70 |  21 |  20 |1561k|3682 | 0.000000e+00 |      --      |    Inf 
675.42/675.46	c   675s|  3870k|  1275k| 12117k|   3.1 | 952M|  63 |   - |  70 |5381 |  70 |  21 |  20 |1565k|3682 | 0.000000e+00 |      --      |    Inf 
677.31/677.36	c   677s|  3880k|  1278k| 12147k|   3.1 | 955M|  63 |   8 |  70 |5670 |  70 |  21 |  20 |1569k|3682 | 0.000000e+00 |      --      |    Inf 
679.21/679.20	c   679s|  3890k|  1281k| 12178k|   3.1 | 957M|  63 |   - |  70 |6417 |  70 |  21 |  20 |1573k|3682 | 0.000000e+00 |      --      |    Inf 
681.01/681.02	c   681s|  3900k|  1284k| 12210k|   3.1 | 960M|  63 |   8 |  70 |6489 |  70 |  21 |  20 |1577k|3682 | 0.000000e+00 |      --      |    Inf 
683.03/683.05	c   683s|  3910k|  1287k| 12241k|   3.1 | 962M|  63 |   8 |  70 |5384 |  70 |  21 |  20 |1582k|3682 | 0.000000e+00 |      --      |    Inf 
684.91/684.99	c   685s|  3920k|  1290k| 12272k|   3.1 | 964M|  63 |   - |  70 |5743 |  70 |  21 |  20 |1586k|3682 | 0.000000e+00 |      --      |    Inf 
686.91/686.90	c   687s|  3930k|  1293k| 12304k|   3.1 | 967M|  63 |   8 |  70 |6124 |  70 |  21 |  20 |1590k|3682 | 0.000000e+00 |      --      |    Inf 
688.81/688.89	c   689s|  3940k|  1296k| 12335k|   3.1 | 969M|  63 |   8 |  70 |5112 |  70 |  21 |  20 |1595k|3682 | 0.000000e+00 |      --      |    Inf 
690.61/690.68	c   691s|  3950k|  1299k| 12366k|   3.1 | 972M|  63 |   - |  70 |6170 |   0 |   0 |  20 |1599k|3682 | 0.000000e+00 |      --      |    Inf 
692.40/692.45	c   692s|  3960k|  1303k| 12397k|   3.1 | 974M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1603k|3682 | 0.000000e+00 |      --      |    Inf 
694.41/694.48	c   694s|  3970k|  1306k| 12428k|   3.1 | 977M|  63 |   8 |  70 |6844 |  70 |  21 |  20 |1607k|3682 | 0.000000e+00 |      --      |    Inf 
696.51/696.55	c   697s|  3980k|  1308k| 12459k|   3.1 | 979M|  63 |   - |  70 |5806 |  70 |  21 |  20 |1611k|3682 | 0.000000e+00 |      --      |    Inf 
698.52/698.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
698.52/698.54	c   699s|  3990k|  1311k| 12490k|   3.1 | 981M|  63 |   8 |  70 |5555 |  70 |  21 |  20 |1616k|3682 | 0.000000e+00 |      --      |    Inf 
700.31/700.34	c   700s|  4000k|  1315k| 12522k|   3.1 | 984M|  63 |   8 |  70 |6640 |  70 |  21 |  20 |1620k|3682 | 0.000000e+00 |      --      |    Inf 
702.20/702.25	c   702s|  4010k|  1318k| 12553k|   3.1 | 986M|  63 |   - |  70 |6143 |  70 |  21 |  20 |1624k|3682 | 0.000000e+00 |      --      |    Inf 
704.30/704.31	c   704s|  4020k|  1321k| 12584k|   3.1 | 989M|  63 |   8 |  70 |5592 |  70 |  21 |  20 |1628k|3682 | 0.000000e+00 |      --      |    Inf 
706.01/706.04	c   706s|  4030k|  1324k| 12615k|   3.1 | 991M|  63 |   8 |  70 |5862 |  70 |  21 |  20 |1632k|3682 | 0.000000e+00 |      --      |    Inf 
707.91/707.99	c   708s|  4040k|  1328k| 12646k|   3.1 | 994M|  63 |   8 |  70 |5957 |  70 |  21 |  20 |1636k|3682 | 0.000000e+00 |      --      |    Inf 
709.91/709.94	c   710s|  4050k|  1331k| 12677k|   3.1 | 996M|  63 |   8 |  70 |5889 |  70 |  21 |  20 |1640k|3682 | 0.000000e+00 |      --      |    Inf 
711.73/711.79	c   712s|  4060k|  1334k| 12709k|   3.1 | 998M|  63 |   - |  70 |6277 |  70 |  21 |  20 |1644k|3682 | 0.000000e+00 |      --      |    Inf 
713.61/713.69	c   714s|  4070k|  1337k| 12739k|   3.1 |1001M|  63 |   - |  70 |5964 |  70 |  21 |  20 |1648k|3682 | 0.000000e+00 |      --      |    Inf 
715.71/715.70	c   716s|  4080k|  1340k| 12771k|   3.1 |1003M|  63 |   - |  70 |5441 |  70 |  21 |  20 |1653k|3682 | 0.000000e+00 |      --      |    Inf 
717.61/717.65	c   718s|  4090k|  1343k| 12803k|   3.1 |1005M|  63 |   - |  70 |5135 |  70 |  21 |  20 |1657k|3682 | 0.000000e+00 |      --      |    Inf 
719.51/719.51	c   720s|  4100k|  1346k| 12834k|   3.1 |1008M|  63 |   - |  70 |5168 |  70 |  21 |  20 |1661k|3682 | 0.000000e+00 |      --      |    Inf 
721.52/721.52	c   722s|  4110k|  1349k| 12865k|   3.1 |1010M|  63 |   8 |  70 |4957 |  70 |  21 |  20 |1665k|3682 | 0.000000e+00 |      --      |    Inf 
723.31/723.37	c   723s|  4120k|  1352k| 12897k|   3.1 |1013M|  63 |   8 |  70 |5725 |  70 |  21 |  20 |1669k|3682 | 0.000000e+00 |      --      |    Inf 
725.31/725.38	c   725s|  4130k|  1355k| 12927k|   3.1 |1015M|  63 |   - |  70 |5170 |  70 |  21 |  20 |1674k|3682 | 0.000000e+00 |      --      |    Inf 
727.13/727.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
727.13/727.16	c   727s|  4140k|  1358k| 12959k|   3.1 |1018M|  63 |   8 |  70 |6382 |  70 |  21 |  20 |1678k|3682 | 0.000000e+00 |      --      |    Inf 
729.11/729.12	c   729s|  4150k|  1361k| 12991k|   3.1 |1020M|  63 |   - |  70 |6010 |  70 |  21 |  20 |1682k|3682 | 0.000000e+00 |      --      |    Inf 
730.91/730.96	c   731s|  4160k|  1364k| 13023k|   3.1 |1023M|  63 |   8 |  70 |6378 |  70 |  21 |  20 |1686k|3682 | 0.000000e+00 |      --      |    Inf 
732.81/732.90	c   733s|  4170k|  1367k| 13054k|   3.1 |1025M|  63 |   - |  70 |6468 |  70 |  21 |  20 |1690k|3682 | 0.000000e+00 |      --      |    Inf 
734.83/734.86	c   735s|  4180k|  1370k| 13085k|   3.1 |1027M|  63 |   - |  70 |6079 |  70 |  21 |  20 |1695k|3682 | 0.000000e+00 |      --      |    Inf 
736.81/736.90	c   737s|  4190k|  1373k| 13117k|   3.1 |1030M|  63 |   - |  70 |5331 |   0 |   0 |  20 |1699k|3682 | 0.000000e+00 |      --      |    Inf 
738.81/738.83	c   739s|  4200k|  1376k| 13148k|   3.1 |1032M|  63 |   - |  70 |5932 |  70 |  21 |  20 |1703k|3682 | 0.000000e+00 |      --      |    Inf 
740.71/740.76	c   741s|  4210k|  1379k| 13179k|   3.1 |1034M|  63 |   8 |  70 |5723 |  70 |  21 |  20 |1707k|3682 | 0.000000e+00 |      --      |    Inf 
742.71/742.79	c   743s|  4220k|  1382k| 13210k|   3.1 |1037M|  63 |   8 |  70 |5392 |  70 |  21 |  20 |1712k|3682 | 0.000000e+00 |      --      |    Inf 
744.62/744.66	c   745s|  4230k|  1385k| 13241k|   3.1 |1039M|  63 |   8 |  70 |5442 |  70 |  21 |  20 |1716k|3682 | 0.000000e+00 |      --      |    Inf 
746.61/746.69	c   747s|  4240k|  1388k| 13272k|   3.1 |1041M|  63 |   - |  70 |5074 |  70 |  21 |  20 |1720k|3682 | 0.000000e+00 |      --      |    Inf 
748.51/748.59	c   749s|  4250k|  1391k| 13302k|   3.1 |1044M|  63 |   8 |  70 |4930 |  70 |  21 |  20 |1724k|3684 | 0.000000e+00 |      --      |    Inf 
750.31/750.31	c   750s|  4260k|  1395k| 13334k|   3.1 |1047M|  63 |   8 |  70 |6309 |  70 |  21 |  20 |1728k|3685 | 0.000000e+00 |      --      |    Inf 
752.22/752.28	c   752s|  4270k|  1398k| 13366k|   3.1 |1049M|  63 |   8 |  70 |5383 |  70 |  21 |  20 |1732k|3689 | 0.000000e+00 |      --      |    Inf 
754.11/754.11	c   754s|  4280k|  1401k| 13397k|   3.1 |1051M|  63 |   - |  70 |5286 |  70 |  21 |  20 |1736k|3689 | 0.000000e+00 |      --      |    Inf 
756.01/756.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.01/756.07	c   756s|  4290k|  1404k| 13429k|   3.1 |1054M|  63 |   - |  70 |5176 |  70 |  21 |  20 |1741k|3694 | 0.000000e+00 |      --      |    Inf 
757.93/757.97	c   758s|  4300k|  1406k| 13460k|   3.1 |1056M|  63 |   - |  70 |5668 |  70 |  21 |  20 |1745k|3694 | 0.000000e+00 |      --      |    Inf 
760.02/760.04	c   760s|  4310k|  1409k| 13492k|   3.1 |1058M|  63 |   8 |  70 |5090 |  70 |  21 |  20 |1749k|3697 | 0.000000e+00 |      --      |    Inf 
761.81/761.89	c   762s|  4320k|  1412k| 13523k|   3.1 |1061M|  63 |   8 |  70 |5483 |  70 |  21 |  20 |1753k|3700 | 0.000000e+00 |      --      |    Inf 
763.71/763.75	c   764s|  4330k|  1416k| 13555k|   3.1 |1063M|  63 |   - |  70 |6349 |  70 |  21 |  20 |1758k|3701 | 0.000000e+00 |      --      |    Inf 
765.53/765.57	c   766s|  4340k|  1419k| 13585k|   3.1 |1066M|  63 |   8 |  70 |7272 |  70 |  21 |  20 |1762k|3705 | 0.000000e+00 |      --      |    Inf 
767.31/767.35	c   767s|  4350k|  1422k| 13616k|   3.1 |1068M|  63 |   - |  70 |7250 |  70 |  21 |  20 |1766k|3706 | 0.000000e+00 |      --      |    Inf 
769.41/769.41	c   769s|  4360k|  1425k| 13647k|   3.1 |1071M|  63 |   8 |  70 |5963 |  70 |  21 |  20 |1770k|3707 | 0.000000e+00 |      --      |    Inf 
771.31/771.33	c   771s|  4370k|  1429k| 13677k|   3.1 |1073M|  63 |   8 |  70 |5367 |  70 |  21 |  20 |1774k|3711 | 0.000000e+00 |      --      |    Inf 
773.23/773.22	c   773s|  4380k|  1432k| 13708k|   3.1 |1075M|  63 |   8 |  70 |5452 |  70 |  21 |  20 |1778k|3717 | 0.000000e+00 |      --      |    Inf 
775.01/775.09	c   775s|  4390k|  1435k| 13739k|   3.1 |1078M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |1782k|3717 | 0.000000e+00 |      --      |    Inf 
777.01/777.01	c   777s|  4400k|  1438k| 13770k|   3.1 |1080M|  63 |   - |  70 |5754 |  70 |  21 |  20 |1786k|3718 | 0.000000e+00 |      --      |    Inf 
779.01/779.00	c   779s|  4410k|  1441k| 13801k|   3.1 |1082M|  63 |   8 |  70 |5244 |  70 |  21 |  20 |1791k|3718 | 0.000000e+00 |      --      |    Inf 
780.81/780.88	c   781s|  4420k|  1444k| 13832k|   3.1 |1085M|  63 |   8 |  70 |5718 |  70 |  21 |  20 |1795k|3719 | 0.000000e+00 |      --      |    Inf 
782.71/782.74	c   783s|  4430k|  1447k| 13864k|   3.1 |1087M|  63 |   8 |  70 |6091 |  70 |  21 |  20 |1799k|3722 | 0.000000e+00 |      --      |    Inf 
784.71/784.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.71/784.75	c   785s|  4440k|  1450k| 13894k|   3.1 |1090M|  63 |   8 |  70 |5495 |  70 |  21 |  20 |1803k|3722 | 0.000000e+00 |      --      |    Inf 
786.43/786.44	c   786s|  4450k|  1454k| 13924k|   3.1 |1092M|  63 |   - |  70 |6359 |  70 |  21 |  20 |1807k|3722 | 0.000000e+00 |      --      |    Inf 
788.31/788.33	c   788s|  4460k|  1457k| 13955k|   3.1 |1095M|  63 |   8 |  70 |6174 |  70 |  21 |  20 |1811k|3725 | 0.000000e+00 |      --      |    Inf 
790.31/790.35	c   790s|  4470k|  1460k| 13986k|   3.1 |1097M|  63 |   - |  70 |6045 |  70 |  21 |  20 |1815k|3727 | 0.000000e+00 |      --      |    Inf 
792.21/792.28	c   792s|  4480k|  1463k| 14018k|   3.1 |1100M|  63 |   8 |  70 |6343 |  70 |  21 |  20 |1819k|3728 | 0.000000e+00 |      --      |    Inf 
794.31/794.35	c   794s|  4490k|  1466k| 14048k|   3.1 |1102M|  63 |   8 |  70 |5464 |  70 |  21 |  20 |1823k|3728 | 0.000000e+00 |      --      |    Inf 
796.21/796.29	c   796s|  4500k|  1469k| 14079k|   3.1 |1104M|  63 |   8 |  70 |4950 |  70 |  21 |  20 |1828k|3728 | 0.000000e+00 |      --      |    Inf 
798.31/798.30	c   798s|  4510k|  1472k| 14111k|   3.1 |1107M|  63 |   8 |  70 |5206 |  70 |  21 |  20 |1832k|3729 | 0.000000e+00 |      --      |    Inf 
800.12/800.15	c   800s|  4520k|  1475k| 14141k|   3.1 |1109M|  63 |   8 |  70 |5626 |  70 |  21 |  20 |1836k|3729 | 0.000000e+00 |      --      |    Inf 
802.01/802.05	c   802s|  4530k|  1478k| 14171k|   3.1 |1111M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1840k|3729 | 0.000000e+00 |      --      |    Inf 
803.81/803.84	c   804s|  4540k|  1481k| 14203k|   3.1 |1114M|  63 |   8 |  70 |6445 |  70 |  21 |  20 |1845k|3729 | 0.000000e+00 |      --      |    Inf 
805.71/805.75	c   806s|  4550k|  1484k| 14234k|   3.1 |1116M|  63 |   8 |  70 |6111 |  70 |  21 |  20 |1849k|3729 | 0.000000e+00 |      --      |    Inf 
807.81/807.83	c   808s|  4560k|  1487k| 14265k|   3.1 |1119M|  63 |   8 |  70 |4821 |  70 |  21 |  20 |1853k|3729 | 0.000000e+00 |      --      |    Inf 
809.81/809.85	c   810s|  4570k|  1490k| 14297k|   3.1 |1121M|  63 |   8 |  70 |4943 |  70 |  21 |  20 |1858k|3729 | 0.000000e+00 |      --      |    Inf 
811.72/811.74	c   812s|  4580k|  1493k| 14326k|   3.1 |1123M|  63 |   8 |  70 |5147 |  70 |  21 |  20 |1862k|3729 | 0.000000e+00 |      --      |    Inf 
813.62/813.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.62/813.65	c   814s|  4590k|  1496k| 14357k|   3.1 |1126M|  63 |   8 |  70 |5331 |  70 |  21 |  20 |1866k|3729 | 0.000000e+00 |      --      |    Inf 
815.51/815.53	c   816s|  4600k|  1499k| 14389k|   3.1 |1128M|  63 |   8 |  70 |5053 |  70 |  21 |  20 |1870k|3729 | 0.000000e+00 |      --      |    Inf 
817.32/817.38	c   817s|  4610k|  1502k| 14421k|   3.1 |1131M|  63 |   8 |  70 |5183 |  70 |  21 |  20 |1875k|3729 | 0.000000e+00 |      --      |    Inf 
819.11/819.16	c   819s|  4620k|  1506k| 14452k|   3.1 |1133M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |1879k|3729 | 0.000000e+00 |      --      |    Inf 
821.12/821.17	c   821s|  4630k|  1509k| 14482k|   3.1 |1136M|  63 |   8 |  70 |5302 |  70 |  21 |  20 |1883k|3729 | 0.000000e+00 |      --      |    Inf 
823.02/823.07	c   823s|  4640k|  1512k| 14514k|   3.1 |1138M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |1887k|3729 | 0.000000e+00 |      --      |    Inf 
824.82/824.87	c   825s|  4650k|  1515k| 14546k|   3.1 |1141M|  63 |   8 |  70 |6417 |  70 |  21 |  20 |1891k|3729 | 0.000000e+00 |      --      |    Inf 
826.72/826.79	c   827s|  4660k|  1518k| 14577k|   3.1 |1143M|  63 |   - |  70 |6353 |  70 |  21 |  20 |1895k|3729 | 0.000000e+00 |      --      |    Inf 
828.72/828.78	c   829s|  4670k|  1521k| 14608k|   3.1 |1145M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |1899k|3729 | 0.000000e+00 |      --      |    Inf 
830.71/830.78	c   831s|  4680k|  1524k| 14640k|   3.1 |1148M|  63 |   - |  70 |5697 |  70 |  21 |  20 |1904k|3729 | 0.000000e+00 |      --      |    Inf 
832.81/832.86	c   833s|  4690k|  1527k| 14672k|   3.1 |1150M|  63 |   - |  70 |5174 |  70 |  21 |  20 |1908k|3729 | 0.000000e+00 |      --      |    Inf 
834.72/834.79	c   835s|  4700k|  1530k| 14704k|   3.1 |1152M|  63 |   8 |  70 |5382 |  70 |  21 |  20 |1912k|3729 | 0.000000e+00 |      --      |    Inf 
836.71/836.70	c   837s|  4710k|  1533k| 14735k|   3.1 |1155M|  63 |   - |  70 |5797 |  70 |  21 |  20 |1917k|3729 | 0.000000e+00 |      --      |    Inf 
838.61/838.61	c   839s|  4720k|  1536k| 14767k|   3.1 |1157M|  63 |   - |  70 |5617 |  70 |  21 |  20 |1921k|3729 | 0.000000e+00 |      --      |    Inf 
840.51/840.54	c   841s|  4730k|  1539k| 14798k|   3.1 |1160M|  63 |   8 |  70 |6157 |  70 |  21 |  20 |1925k|3729 | 0.000000e+00 |      --      |    Inf 
842.63/842.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
842.63/842.66	c   843s|  4740k|  1542k| 14829k|   3.1 |1162M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1929k|3729 | 0.000000e+00 |      --      |    Inf 
844.61/844.65	c   845s|  4750k|  1545k| 14859k|   3.1 |1164M|  63 |   8 |  70 |5368 |  70 |  21 |  20 |1934k|3729 | 0.000000e+00 |      --      |    Inf 
846.52/846.52	c   847s|  4760k|  1548k| 14891k|   3.1 |1167M|  63 |   8 |  70 |5661 |  70 |  21 |  20 |1938k|3730 | 0.000000e+00 |      --      |    Inf 
848.41/848.42	c   848s|  4770k|  1551k| 14921k|   3.1 |1169M|  63 |   - |  70 |6247 |  70 |  21 |  20 |1942k|3730 | 0.000000e+00 |      --      |    Inf 
850.42/850.46	c   850s|  4780k|  1554k| 14953k|   3.1 |1171M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1946k|3733 | 0.000000e+00 |      --      |    Inf 
852.43/852.50	c   852s|  4790k|  1557k| 14984k|   3.1 |1174M|  63 |   8 |  70 |5581 |  70 |  21 |  20 |1950k|3735 | 0.000000e+00 |      --      |    Inf 
854.42/854.48	c   854s|  4800k|  1560k| 15014k|   3.1 |1176M|  63 |   - |  70 |5218 |  70 |  21 |  20 |1955k|3738 | 0.000000e+00 |      --      |    Inf 
856.51/856.50	c   856s|  4810k|  1562k| 15045k|   3.1 |1178M|  63 |   8 |  70 |5034 |  70 |  21 |  20 |1959k|3738 | 0.000000e+00 |      --      |    Inf 
858.41/858.45	c   858s|  4820k|  1565k| 15077k|   3.1 |1181M|  63 |   8 |  70 |5759 |  70 |  21 |  20 |1963k|3740 | 0.000000e+00 |      --      |    Inf 
860.42/860.48	c   860s|  4830k|  1568k| 15108k|   3.1 |1183M|  63 |   8 |  70 |5369 |  70 |  21 |  20 |1967k|3740 | 0.000000e+00 |      --      |    Inf 
862.33/862.40	c   862s|  4840k|  1571k| 15139k|   3.1 |1186M|  63 |   8 |  70 |5154 |  70 |  21 |  20 |1972k|3740 | 0.000000e+00 |      --      |    Inf 
864.21/864.25	c   864s|  4850k|  1575k| 15170k|   3.1 |1188M|  63 |   - |  70 |5458 |  70 |  21 |  20 |1976k|3740 | 0.000000e+00 |      --      |    Inf 
866.12/866.13	c   866s|  4860k|  1577k| 15201k|   3.1 |1190M|  63 |   8 |  70 |6144 |  70 |  21 |  20 |1980k|3740 | 0.000000e+00 |      --      |    Inf 
868.12/868.20	c   868s|  4870k|  1580k| 15232k|   3.1 |1193M|  63 |   8 |  70 |5379 |  70 |  21 |  20 |1984k|3744 | 0.000000e+00 |      --      |    Inf 
870.03/870.02	c   870s|  4880k|  1584k| 15264k|   3.1 |1195M|  63 |   - |  70 |5494 |  70 |  21 |  20 |1988k|3746 | 0.000000e+00 |      --      |    Inf 
872.01/872.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
872.01/872.08	c   872s|  4890k|  1586k| 15295k|   3.1 |1197M|  63 |   8 |  70 |4994 |  70 |  21 |  20 |1993k|3749 | 0.000000e+00 |      --      |    Inf 
874.01/874.04	c   874s|  4900k|  1589k| 15326k|   3.1 |1200M|  63 |   - |  70 |5581 |  70 |  21 |  20 |1997k|3751 | 0.000000e+00 |      --      |    Inf 
875.91/875.94	c   876s|  4910k|  1592k| 15357k|   3.1 |1202M|  63 |   8 |  70 |5882 |  70 |  21 |  20 |2001k|3753 | 0.000000e+00 |      --      |    Inf 
877.82/877.81	c   878s|  4920k|  1595k| 15389k|   3.1 |1205M|  63 |   8 |  70 |6752 |  70 |  21 |  20 |2006k|3753 | 0.000000e+00 |      --      |    Inf 
879.82/879.86	c   880s|  4930k|  1598k| 15419k|   3.1 |1207M|  63 |   - |  70 |5726 |  70 |  21 |  20 |2010k|3760 | 0.000000e+00 |      --      |    Inf 
881.82/881.88	c   882s|  4940k|  1601k| 15450k|   3.1 |1209M|  63 |   8 |  70 |5362 |  70 |  21 |  20 |2014k|3760 | 0.000000e+00 |      --      |    Inf 
883.71/883.75	c   884s|  4950k|  1604k| 15481k|   3.1 |1212M|  63 |   8 |  70 |6317 |  70 |  21 |  20 |2019k|3761 | 0.000000e+00 |      --      |    Inf 
885.62/885.64	c   886s|  4960k|  1607k| 15512k|   3.1 |1214M|  63 |   8 |  70 |6927 |  70 |  21 |  20 |2023k|3763 | 0.000000e+00 |      --      |    Inf 
887.63/887.62	c   888s|  4970k|  1610k| 15543k|   3.1 |1217M|  63 |   - |  70 |6951 |  70 |  21 |  20 |2027k|3764 | 0.000000e+00 |      --      |    Inf 
889.62/889.68	c   890s|  4980k|  1613k| 15573k|   3.1 |1219M|  63 |   8 |  70 |6359 |  70 |  21 |  20 |2031k|3767 | 0.000000e+00 |      --      |    Inf 
891.51/891.55	c   892s|  4990k|  1616k| 15605k|   3.1 |1222M|  63 |   8 |  70 |7074 |  70 |  21 |  20 |2035k|3767 | 0.000000e+00 |      --      |    Inf 
893.22/893.28	c   893s|  5000k|  1620k| 15636k|   3.1 |1224M|  63 |   - |  70 |8026 |  70 |  21 |  20 |2039k|3767 | 0.000000e+00 |      --      |    Inf 
895.12/895.16	c   895s|  5010k|  1623k| 15667k|   3.1 |1227M|  63 |   8 |  70 |8735 |  70 |  21 |  20 |2043k|3767 | 0.000000e+00 |      --      |    Inf 
897.32/897.38	c   897s|  5020k|  1626k| 15697k|   3.1 |1229M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2047k|3775 | 0.000000e+00 |      --      |    Inf 
899.51/899.53	c   900s|  5030k|  1629k| 15728k|   3.1 |1231M|  63 |   8 |  70 |5565 |  70 |  21 |  20 |2051k|3777 | 0.000000e+00 |      --      |    Inf 
901.41/901.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
901.41/901.47	c   901s|  5040k|  1632k| 15759k|   3.1 |1234M|  63 |   - |  70 |6022 |  70 |  21 |  20 |2056k|3780 | 0.000000e+00 |      --      |    Inf 
903.42/903.46	c   903s|  5050k|  1635k| 15791k|   3.1 |1236M|  63 |   - |  70 |5593 |  70 |  21 |  20 |2060k|3781 | 0.000000e+00 |      --      |    Inf 
905.42/905.41	c   905s|  5060k|  1638k| 15822k|   3.1 |1238M|  63 |   8 |  70 |5810 |  70 |  21 |  20 |2064k|3784 | 0.000000e+00 |      --      |    Inf 
907.43/907.46	c   907s|  5070k|  1641k| 15853k|   3.1 |1241M|  63 |   8 |  70 |5334 |  70 |  21 |  20 |2068k|3785 | 0.000000e+00 |      --      |    Inf 
909.31/909.38	c   909s|  5080k|  1644k| 15883k|   3.1 |1243M|  63 |   8 |  70 |5449 |  70 |  21 |  20 |2073k|3785 | 0.000000e+00 |      --      |    Inf 
911.32/911.35	c   911s|  5090k|  1647k| 15914k|   3.1 |1246M|  63 |   - |  70 |5443 |  70 |  21 |  20 |2077k|3785 | 0.000000e+00 |      --      |    Inf 
913.31/913.31	c   913s|  5100k|  1650k| 15945k|   3.1 |1248M|  63 |   - |  70 |6003 |  70 |  21 |  20 |2081k|3785 | 0.000000e+00 |      --      |    Inf 
915.23/915.22	c   915s|  5110k|  1653k| 15978k|   3.1 |1251M|  63 |   - |  70 |6551 |  70 |  21 |  20 |2085k|3786 | 0.000000e+00 |      --      |    Inf 
917.21/917.27	c   917s|  5120k|  1656k| 16011k|   3.1 |1253M|  63 |   8 |  70 |7147 |  70 |  21 |  20 |2090k|3786 | 0.000000e+00 |      --      |    Inf 
919.32/919.37	c   919s|  5130k|  1659k| 16043k|   3.1 |1255M|  63 |   8 |  70 |6300 |  70 |  21 |  20 |2094k|3790 | 0.000000e+00 |      --      |    Inf 
921.21/921.22	c   921s|  5140k|  1662k| 16074k|   3.1 |1258M|  63 |   - |  70 |6779 |  70 |  21 |  20 |2098k|3790 | 0.000000e+00 |      --      |    Inf 
923.32/923.33	c   923s|  5150k|  1665k| 16104k|   3.1 |1260M|  63 |   8 |  70 |5727 |  70 |  21 |  20 |2103k|3799 | 0.000000e+00 |      --      |    Inf 
925.31/925.35	c   925s|  5160k|  1668k| 16135k|   3.1 |1262M|  63 |   - |  70 |4920 |  70 |  21 |  20 |2107k|3801 | 0.000000e+00 |      --      |    Inf 
927.01/927.00	c   927s|  5170k|  1672k| 16166k|   3.1 |1265M|  63 |   8 |  70 |6420 |  70 |  21 |  20 |2111k|3801 | 0.000000e+00 |      --      |    Inf 
928.91/928.98	c   929s|  5180k|  1675k| 16197k|   3.1 |1267M|  63 |   8 |  70 |6005 |  70 |  21 |  20 |2115k|3801 | 0.000000e+00 |      --      |    Inf 
931.02/931.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
931.02/931.03	c   931s|  5190k|  1677k| 16227k|   3.1 |1269M|  63 |   8 |  70 |5765 |  70 |  21 |  20 |2119k|3802 | 0.000000e+00 |      --      |    Inf 
932.91/932.96	c   933s|  5200k|  1681k| 16258k|   3.1 |1272M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |2123k|3803 | 0.000000e+00 |      --      |    Inf 
934.81/934.90	c   935s|  5210k|  1684k| 16289k|   3.1 |1274M|  63 |   - |  70 |6238 |  70 |  21 |  20 |2127k|3803 | 0.000000e+00 |      --      |    Inf 
936.81/936.81	c   937s|  5220k|  1687k| 16320k|   3.1 |1277M|  63 |   8 |  70 |6631 |  70 |  21 |  20 |2131k|3805 | 0.000000e+00 |      --      |    Inf 
938.72/938.70	c   939s|  5230k|  1691k| 16351k|   3.1 |1280M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2135k|3806 | 0.000000e+00 |      --      |    Inf 
940.72/940.74	c   941s|  5240k|  1694k| 16382k|   3.1 |1282M|  63 |   - |  70 |6201 |  70 |  21 |  20 |2140k|3813 | 0.000000e+00 |      --      |    Inf 
942.73/942.77	c   943s|  5250k|  1696k| 16414k|   3.1 |1284M|  63 |   - |  70 |6216 |  70 |  21 |  20 |2144k|3814 | 0.000000e+00 |      --      |    Inf 
944.71/944.79	c   945s|  5260k|  1700k| 16444k|   3.1 |1286M|  63 |   - |  70 |5861 |  70 |  21 |  20 |2148k|3814 | 0.000000e+00 |      --      |    Inf 
946.72/946.79	c   947s|  5270k|  1702k| 16475k|   3.1 |1289M|  63 |   8 |  70 |5952 |  70 |  21 |  20 |2152k|3816 | 0.000000e+00 |      --      |    Inf 
948.82/948.84	c   949s|  5280k|  1705k| 16506k|   3.1 |1291M|  63 |   8 |  70 |5805 |  70 |  21 |  20 |2157k|3816 | 0.000000e+00 |      --      |    Inf 
950.81/950.89	c   951s|  5290k|  1708k| 16538k|   3.1 |1294M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |2161k|3817 | 0.000000e+00 |      --      |    Inf 
952.81/952.87	c   953s|  5300k|  1711k| 16569k|   3.1 |1296M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |2165k|3821 | 0.000000e+00 |      --      |    Inf 
954.73/954.75	c   955s|  5310k|  1714k| 16599k|   3.1 |1299M|  63 |   - |  70 |7274 |  70 |  21 |  20 |2169k|3822 | 0.000000e+00 |      --      |    Inf 
956.51/956.52	c   957s|  5320k|  1718k| 16631k|   3.1 |1301M|  63 |   8 |  70 |8728 |  70 |  21 |  20 |2173k|3826 | 0.000000e+00 |      --      |    Inf 
958.32/958.38	c   958s|  5330k|  1721k| 16661k|   3.1 |1304M|  63 |   - |  70 |9032 |  70 |  21 |  20 |2177k|3826 | 0.000000e+00 |      --      |    Inf 
960.52/960.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.52/960.54	c   961s|  5340k|  1724k| 16692k|   3.1 |1306M|  63 |   8 |  70 |6765 |  70 |  21 |  20 |2181k|3826 | 0.000000e+00 |      --      |    Inf 
962.53/962.51	c   963s|  5350k|  1727k| 16722k|   3.1 |1308M|  63 |   - |  70 |6895 |  70 |  21 |  20 |2185k|3826 | 0.000000e+00 |      --      |    Inf 
964.63/964.63	c   965s|  5360k|  1730k| 16754k|   3.1 |1310M|  63 |   8 |  70 |6064 |  70 |  21 |  20 |2190k|3826 | 0.000000e+00 |      --      |    Inf 
966.52/966.59	c   967s|  5370k|  1733k| 16785k|   3.1 |1313M|  63 |   8 |  70 |6035 |  70 |  21 |  20 |2194k|3826 | 0.000000e+00 |      --      |    Inf 
968.52/968.59	c   969s|  5380k|  1736k| 16816k|   3.1 |1315M|  63 |   - |  70 |5784 |  70 |  21 |  20 |2198k|3826 | 0.000000e+00 |      --      |    Inf 
970.62/970.64	c   971s|  5390k|  1739k| 16847k|   3.1 |1317M|  63 |   8 |  70 |5440 |  70 |  21 |  20 |2203k|3826 | 0.000000e+00 |      --      |    Inf 
972.52/972.52	c   973s|  5400k|  1742k| 16878k|   3.1 |1320M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |2207k|3826 | 0.000000e+00 |      --      |    Inf 
974.31/974.38	c   974s|  5410k|  1745k| 16910k|   3.1 |1322M|  63 |   8 |  70 |5571 |  70 |  21 |  20 |2211k|3826 | 0.000000e+00 |      --      |    Inf 
976.41/976.40	c   976s|  5420k|  1748k| 16941k|   3.1 |1324M|  63 |   8 |  70 |5104 |  70 |  21 |  20 |2215k|3826 | 0.000000e+00 |      --      |    Inf 
978.31/978.30	c   978s|  5430k|  1751k| 16972k|   3.1 |1327M|  63 |   - |  70 |5545 |  70 |  21 |  20 |2219k|3826 | 0.000000e+00 |      --      |    Inf 
980.03/980.06	c   980s|  5440k|  1754k| 17003k|   3.1 |1329M|  63 |   - |  70 |6693 |  70 |  21 |  20 |2223k|3827 | 0.000000e+00 |      --      |    Inf 
982.01/982.08	c   982s|  5450k|  1757k| 17033k|   3.1 |1332M|  63 |   8 |  70 |6434 |  70 |  21 |  20 |2228k|3827 | 0.000000e+00 |      --      |    Inf 
984.11/984.13	c   984s|  5460k|  1760k| 17063k|   3.1 |1334M|  63 |   8 |  70 |5284 |  70 |  21 |  20 |2232k|3831 | 0.000000e+00 |      --      |    Inf 
986.12/986.11	c   986s|  5470k|  1763k| 17095k|   3.1 |1336M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |2236k|3831 | 0.000000e+00 |      --      |    Inf 
988.12/988.17	c   988s|  5480k|  1765k| 17126k|   3.1 |1339M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |2241k|3831 | 0.000000e+00 |      --      |    Inf 
990.04/990.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
990.04/990.09	c   990s|  5490k|  1769k| 17158k|   3.1 |1341M|  63 |   8 |  70 |5893 |  70 |  21 |  20 |2245k|3831 | 0.000000e+00 |      --      |    Inf 
991.82/991.88	c   992s|  5500k|  1772k| 17189k|   3.1 |1344M|  63 |   8 |  70 |7391 |  70 |  21 |  20 |2249k|3831 | 0.000000e+00 |      --      |    Inf 
993.81/993.88	c   994s|  5510k|  1775k| 17220k|   3.1 |1346M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |2253k|3831 | 0.000000e+00 |      --      |    Inf 
995.62/995.68	c   996s|  5520k|  1778k| 17251k|   3.1 |1349M|  63 |   8 |  70 |6651 |  70 |  21 |  20 |2257k|3831 | 0.000000e+00 |      --      |    Inf 
997.73/997.74	c   998s|  5530k|  1781k| 17283k|   3.1 |1351M|  63 |   8 |  70 |6000 |  70 |  21 |  20 |2261k|3831 | 0.000000e+00 |      --      |    Inf 
999.72/999.76	c  1000s|  5540k|  1784k| 17314k|   3.1 |1353M|  63 |   - |  70 |6320 |  70 |  21 |  20 |2266k|3831 | 0.000000e+00 |      --      |    Inf 
1001.82/1001.80	c  1002s|  5550k|  1787k| 17345k|   3.1 |1356M|  63 |   - |  70 |5887 |   0 |   0 |  20 |2270k|3831 | 0.000000e+00 |      --      |    Inf 
1003.82/1003.87	c  1004s|  5560k|  1790k| 17377k|   3.1 |1358M|  63 |   8 |  70 |5714 |  70 |  21 |  20 |2274k|3831 | 0.000000e+00 |      --      |    Inf 
1005.72/1005.71	c  1006s|  5570k|  1793k| 17409k|   3.1 |1361M|  63 |   8 |  70 |6862 |  70 |  21 |  20 |2278k|3831 | 0.000000e+00 |      --      |    Inf 
1007.71/1007.74	c  1008s|  5580k|  1796k| 17439k|   3.1 |1363M|  63 |   8 |  70 |6254 |  70 |  21 |  20 |2282k|3831 | 0.000000e+00 |      --      |    Inf 
1009.73/1009.74	c  1010s|  5590k|  1799k| 17470k|   3.1 |1365M|  63 |   8 |  70 |6085 |  70 |  21 |  20 |2287k|3831 | 0.000000e+00 |      --      |    Inf 
1011.61/1011.66	c  1012s|  5600k|  1802k| 17501k|   3.1 |1368M|  63 |   8 |  70 |6198 |  70 |  21 |  20 |2291k|3831 | 0.000000e+00 |      --      |    Inf 
1013.32/1013.32	c  1013s|  5610k|  1806k| 17532k|   3.1 |1370M|  63 |   8 |  70 |7532 |  70 |  21 |  20 |2294k|3831 | 0.000000e+00 |      --      |    Inf 
1015.01/1015.03	c  1015s|  5620k|  1810k| 17561k|   3.1 |1373M|  63 |   8 |  70 |8352 |  70 |  21 |  20 |2298k|3831 | 0.000000e+00 |      --      |    Inf 
1017.01/1017.02	c  1017s|  5630k|  1813k| 17591k|   3.1 |1375M|  63 |   8 |  70 |7837 |  70 |  21 |  20 |2302k|3831 | 0.000000e+00 |      --      |    Inf 
1019.22/1019.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.22/1019.27	c  1019s|  5640k|  1815k| 17621k|   3.1 |1377M|  63 |   - |  70 |5878 |  70 |  21 |  20 |2306k|3841 | 0.000000e+00 |      --      |    Inf 
1021.42/1021.46	c  1021s|  5650k|  1818k| 17653k|   3.1 |1380M|  63 |   - |  70 |5864 |  70 |  21 |  20 |2311k|3841 | 0.000000e+00 |      --      |    Inf 
1023.51/1023.50	c  1024s|  5660k|  1821k| 17683k|   3.1 |1382M|  63 |   - |  70 |6034 |  70 |  21 |  20 |2315k|3841 | 0.000000e+00 |      --      |    Inf 
1025.52/1025.57	c  1026s|  5670k|  1824k| 17715k|   3.1 |1384M|  63 |   8 |  70 |5829 |  70 |  21 |  20 |2319k|3842 | 0.000000e+00 |      --      |    Inf 
1027.52/1027.55	c  1028s|  5680k|  1827k| 17746k|   3.1 |1387M|  63 |   - |  70 |6341 |  70 |  21 |  20 |2324k|3844 | 0.000000e+00 |      --      |    Inf 
1029.63/1029.65	c  1030s|  5690k|  1830k| 17777k|   3.1 |1389M|  63 |   - |  70 |5771 |  70 |  21 |  20 |2328k|3844 | 0.000000e+00 |      --      |    Inf 
1031.42/1031.47	c  1031s|  5700k|  1833k| 17808k|   3.1 |1392M|  63 |   8 |  70 |6183 |  70 |  21 |  20 |2332k|3845 | 0.000000e+00 |      --      |    Inf 
1033.52/1033.51	c  1034s|  5710k|  1836k| 17840k|   3.1 |1394M|  63 |   - |  70 |5822 |  70 |  21 |  20 |2336k|3847 | 0.000000e+00 |      --      |    Inf 
1035.52/1035.58	c  1036s|  5720k|  1839k| 17871k|   3.1 |1396M|  63 |   - |  70 |5803 |  70 |  21 |  20 |2340k|3850 | 0.000000e+00 |      --      |    Inf 
1037.42/1037.48	c  1037s|  5730k|  1842k| 17903k|   3.1 |1399M|  63 |   8 |  70 |6384 |  70 |  21 |  20 |2344k|3855 | 0.000000e+00 |      --      |    Inf 
1039.43/1039.48	c  1039s|  5740k|  1845k| 17935k|   3.1 |1401M|  63 |   - |  70 |6309 |  70 |  21 |  20 |2349k|3857 | 0.000000e+00 |      --      |    Inf 
1041.42/1041.45	c  1041s|  5750k|  1848k| 17966k|   3.1 |1404M|  63 |   - |  70 |6394 |  70 |  21 |  20 |2353k|3858 | 0.000000e+00 |      --      |    Inf 
1043.32/1043.33	c  1043s|  5760k|  1851k| 17999k|   3.1 |1406M|  63 |   8 |  70 |6555 |  70 |  21 |  20 |2357k|3859 | 0.000000e+00 |      --      |    Inf 
1045.42/1045.40	c  1045s|  5770k|  1854k| 18030k|   3.1 |1408M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |2361k|3859 | 0.000000e+00 |      --      |    Inf 
1047.32/1047.39	c  1047s|  5780k|  1857k| 18061k|   3.1 |1411M|  63 |   - |  70 |5404 |  70 |  21 |  20 |2365k|3863 | 0.000000e+00 |      --      |    Inf 
1049.33/1049.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1049.33/1049.35	c  1049s|  5790k|  1860k| 18092k|   3.1 |1413M|  63 |   8 |  70 |5949 |  70 |  21 |  20 |2370k|3863 | 0.000000e+00 |      --      |    Inf 
1051.11/1051.19	c  1051s|  5800k|  1864k| 18122k|   3.1 |1416M|  63 |   - |  70 |6686 |  70 |  21 |  20 |2373k|3867 | 0.000000e+00 |      --      |    Inf 
1053.12/1053.11	c  1053s|  5810k|  1867k| 18152k|   3.1 |1418M|  63 |   8 |  70 |6314 |  70 |  21 |  20 |2377k|3867 | 0.000000e+00 |      --      |    Inf 
1054.72/1054.74	c  1055s|  5820k|  1871k| 18183k|   3.1 |1421M|  63 |   8 |  70 |7642 |  70 |  21 |  20 |2381k|3867 | 0.000000e+00 |      --      |    Inf 
1056.51/1056.53	c  1057s|  5830k|  1874k| 18214k|   3.1 |1423M|  63 |   8 |  70 |8123 |  70 |  21 |  20 |2385k|3868 | 0.000000e+00 |      --      |    Inf 
1058.32/1058.37	c  1058s|  5840k|  1878k| 18245k|   3.1 |1426M|  63 |   - |  70 |8544 |  70 |  21 |  20 |2389k|3869 | 0.000000e+00 |      --      |    Inf 
1060.22/1060.27	c  1060s|  5850k|  1881k| 18276k|   3.1 |1428M|  63 |   - |  70 |8425 |  70 |  21 |  20 |2393k|3869 | 0.000000e+00 |      --      |    Inf 
1062.42/1062.49	c  1062s|  5860k|  1884k| 18307k|   3.1 |1430M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |2397k|3869 | 0.000000e+00 |      --      |    Inf 
1064.52/1064.58	c  1065s|  5870k|  1887k| 18338k|   3.1 |1433M|  63 |   8 |  70 |5845 |  70 |  21 |  20 |2402k|3869 | 0.000000e+00 |      --      |    Inf 
1066.62/1066.67	c  1067s|  5880k|  1890k| 18369k|   3.1 |1435M|  63 |   - |  70 |5522 |  70 |  21 |  20 |2406k|3869 | 0.000000e+00 |      --      |    Inf 
1068.52/1068.55	c  1069s|  5890k|  1893k| 18400k|   3.1 |1437M|  63 |   8 |  70 |6201 |  70 |  21 |  20 |2410k|3869 | 0.000000e+00 |      --      |    Inf 
1070.33/1070.39	c  1070s|  5900k|  1896k| 18430k|   3.1 |1440M|  63 |   - |  70 |6463 |  70 |  21 |  20 |2414k|3869 | 0.000000e+00 |      --      |    Inf 
1072.22/1072.28	c  1072s|  5910k|  1899k| 18461k|   3.1 |1442M|  63 |   8 |  70 |6896 |  70 |  21 |  20 |2418k|3869 | 0.000000e+00 |      --      |    Inf 
1074.32/1074.36	c  1074s|  5920k|  1902k| 18493k|   3.1 |1445M|  63 |   8 |  70 |5697 |  70 |  21 |  20 |2422k|3869 | 0.000000e+00 |      --      |    Inf 
1076.42/1076.43	c  1076s|  5930k|  1905k| 18524k|   3.1 |1447M|  63 |   8 |  70 |5363 |  70 |  21 |  20 |2427k|3869 | 0.000000e+00 |      --      |    Inf 
1078.52/1078.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.52/1078.51	c  1079s|  5940k|  1907k| 18555k|   3.1 |1449M|  63 |   8 |  70 |5122 |  70 |  21 |  20 |2431k|3869 | 0.000000e+00 |      --      |    Inf 
1080.24/1080.29	c  1080s|  5950k|  1911k| 18587k|   3.1 |1452M|  63 |   8 |  70 |5666 |  70 |  21 |  20 |2435k|3869 | 0.000000e+00 |      --      |    Inf 
1082.02/1082.01	c  1082s|  5960k|  1915k| 18618k|   3.1 |1455M|  63 |   8 |  70 |6472 |  70 |  21 |  20 |2439k|3869 | 0.000000e+00 |      --      |    Inf 
1083.82/1083.82	c  1084s|  5970k|  1919k| 18648k|   3.1 |1457M|  63 |   8 |  70 |6347 |  70 |  21 |  20 |2442k|3869 | 0.000000e+00 |      --      |    Inf 
1085.52/1085.59	c  1086s|  5980k|  1922k| 18679k|   3.1 |1460M|  63 |   8 |  70 |6662 |  70 |  21 |  20 |2446k|3869 | 0.000000e+00 |      --      |    Inf 
1087.42/1087.47	c  1087s|  5990k|  1926k| 18708k|   3.1 |1462M|  63 |   8 |  70 |7392 |  70 |  21 |  20 |2450k|3869 | 0.000000e+00 |      --      |    Inf 
1089.42/1089.48	c  1089s|  6000k|  1928k| 18738k|   3.1 |1464M|  63 |   8 |  70 |6874 |  70 |  21 |  20 |2455k|3869 | 0.000000e+00 |      --      |    Inf 
1091.32/1091.38	c  1091s|  6010k|  1932k| 18769k|   3.1 |1467M|  63 |   8 |  70 |7550 |  70 |  21 |  20 |2459k|3869 | 0.000000e+00 |      --      |    Inf 
1093.33/1093.40	c  1093s|  6020k|  1935k| 18800k|   3.1 |1469M|  63 |   - |  70 |6756 |  70 |  21 |  20 |2463k|3869 | 0.000000e+00 |      --      |    Inf 
1095.53/1095.58	c  1096s|  6030k|  1937k| 18831k|   3.1 |1471M|  63 |   8 |  70 |5329 |  70 |  21 |  20 |2467k|3869 | 0.000000e+00 |      --      |    Inf 
1097.42/1097.41	c  1097s|  6040k|  1941k| 18862k|   3.1 |1474M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |2471k|3869 | 0.000000e+00 |      --      |    Inf 
1099.22/1099.28	c  1099s|  6050k|  1944k| 18893k|   3.1 |1476M|  63 |   - |  70 |6752 |  70 |  21 |  20 |2476k|3869 | 0.000000e+00 |      --      |    Inf 
1101.14/1101.13	c  1101s|  6060k|  1947k| 18924k|   3.1 |1479M|  63 |   8 |  70 |7857 |  70 |  21 |  20 |2480k|3869 | 0.000000e+00 |      --      |    Inf 
1103.23/1103.22	c  1103s|  6070k|  1950k| 18955k|   3.1 |1481M|  63 |   8 |  70 |6926 |  70 |  21 |  20 |2484k|3869 | 0.000000e+00 |      --      |    Inf 
1105.22/1105.27	c  1105s|  6080k|  1953k| 18987k|   3.1 |1483M|  63 |   8 |  70 |6426 |  70 |  21 |  20 |2488k|3869 | 0.000000e+00 |      --      |    Inf 
1107.12/1107.19	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.19	c  1107s|  6090k|  1956k| 19017k|   3.1 |1486M|  63 |   - |  70 |6530 |  70 |  21 |  20 |2492k|3869 | 0.000000e+00 |      --      |    Inf 
1109.12/1109.19	c  1109s|  6100k|  1959k| 19048k|   3.1 |1488M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |2496k|3869 | 0.000000e+00 |      --      |    Inf 
1111.22/1111.28	c  1111s|  6110k|  1962k| 19079k|   3.1 |1491M|  63 |   - |  70 |6077 |  70 |  21 |  20 |2501k|3869 | 0.000000e+00 |      --      |    Inf 
1113.42/1113.42	c  1113s|  6120k|  1965k| 19109k|   3.1 |1493M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |2505k|3869 | 0.000000e+00 |      --      |    Inf 
1115.22/1115.30	c  1115s|  6130k|  1968k| 19140k|   3.1 |1495M|  63 |   8 |  70 |6390 |  70 |  21 |  20 |2509k|3869 | 0.000000e+00 |      --      |    Inf 
1117.42/1117.40	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.38	c  1123s|  6170k|  1980k| 19264k|   3.1 |1505M|  63 |   - |  70 |6318 |  70 |  21 |  20 |2526k|3869 | 0.000000e+00 |      --      |    Inf 
1125.33/1125.37	c  1125s|  6180k|  1983k| 19295k|   3.1 |1507M|  63 |   8 |  70 |5260 |  70 |  21 |  20 |2530k|3869 | 0.000000e+00 |      --      |    Inf 
1126.92/1126.98	c  1127s|  6190k|  1987k| 19327k|   3.1 |1510M|  63 |   8 |  70 |6672 |  70 |  21 |  20 |2533k|3869 | 0.000000e+00 |      --      |    Inf 
1128.82/1128.82	c  1129s|  6200k|  1991k| 19357k|   3.1 |1513M|  63 |   8 |  70 |6604 |  70 |  21 |  20 |2537k|3869 | 0.000000e+00 |      --      |    Inf 
1130.62/1130.68	c  1131s|  6210k|  1995k| 19388k|   3.1 |1515M|  63 |   8 |  70 |7091 |  70 |  21 |  20 |2541k|3869 | 0.000000e+00 |      --      |    Inf 
1132.52/1132.59	c  1133s|  6220k|  1998k| 19419k|   3.1 |1518M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2545k|3869 | 0.000000e+00 |      --      |    Inf 
1134.62/1134.60	c  1135s|  6230k|  2002k| 19451k|   3.1 |1520M|  63 |   - |  70 |6988 |  70 |  21 |  20 |2549k|3869 | 0.000000e+00 |      --      |    Inf 
1136.42/1136.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1136.42/1136.46	c  1136s|  6240k|  2005k| 19481k|   3.1 |1523M|  63 |   8 |  70 |7179 |  70 |  21 |  20 |2553k|3869 | 0.000000e+00 |      --      |    Inf 
1138.32/1138.39	c  1138s|  6250k|  2008k| 19512k|   3.1 |1525M|  63 |   - |  70 |7735 |  70 |  21 |  20 |2557k|3869 | 0.000000e+00 |      --      |    Inf 
1140.32/1140.37	c  1140s|  6260k|  2012k| 19543k|   3.1 |1528M|  63 |   8 |  70 |7428 |  70 |  21 |  20 |2561k|3869 | 0.000000e+00 |      --      |    Inf 
1142.52/1142.58	c  1143s|  6270k|  2014k| 19574k|   3.1 |1530M|  63 |   - |  70 |6135 |  70 |  21 |  20 |2565k|3871 | 0.000000e+00 |      --      |    Inf 
1144.62/1144.67	c  1145s|  6280k|  2017k| 19605k|   3.1 |1532M|  63 |   - |  70 |5671 |  70 |  21 |  20 |2570k|3871 | 0.000000e+00 |      --      |    Inf 
1146.62/1146.64	c  1147s|  6290k|  2020k| 19636k|   3.1 |1534M|  63 |   8 |  70 |5918 |  70 |  21 |  20 |2574k|3873 | 0.000000e+00 |      --      |    Inf 
1148.62/1148.69	c  1149s|  6300k|  2023k| 19666k|   3.1 |1537M|  63 |   8 |  70 |5505 |  70 |  21 |  20 |2578k|3875 | 0.000000e+00 |      --      |    Inf 
1150.42/1150.42	c  1150s|  6310k|  2027k| 19698k|   3.1 |1539M|  63 |   8 |  70 |6539 |  70 |  21 |  20 |2582k|3875 | 0.000000e+00 |      --      |    Inf 
1152.42/1152.47	c  1152s|  6320k|  2030k| 19730k|   3.1 |1541M|  63 |   8 |  70 |6037 |  70 |  21 |  20 |2586k|3879 | 0.000000e+00 |      --      |    Inf 
1154.52/1154.54	c  1155s|  6330k|  2033k| 19762k|   3.1 |1544M|  63 |   8 |  70 |5597 |  70 |  21 |  20 |2591k|3879 | 0.000000e+00 |      --      |    Inf 
1156.62/1156.61	c  1157s|  6340k|  2036k| 19792k|   3.1 |1546M|  63 |   - |  70 |5429 |  70 |  21 |  20 |2595k|3879 | 0.000000e+00 |      --      |    Inf 
1158.62/1158.64	c  1159s|  6350k|  2038k| 19824k|   3.1 |1548M|  63 |   8 |  70 |5432 |  70 |  21 |  20 |2599k|3880 | 0.000000e+00 |      --      |    Inf 
1160.62/1160.70	c  1161s|  6360k|  2041k| 19855k|   3.1 |1551M|  63 |   8 |  70 |5625 |  70 |  21 |  20 |2604k|3880 | 0.000000e+00 |      --      |    Inf 
1162.63/1162.68	c  1163s|  6370k|  2044k| 19886k|   3.1 |1553M|  63 |   8 |  70 |5610 |  70 |  21 |  20 |2608k|3880 | 0.000000e+00 |      --      |    Inf 
1164.84/1164.83	c  1165s|  6380k|  2047k| 19916k|   3.1 |1555M|  63 |   8 |  70 |5222 |  70 |  21 |  20 |2612k|3881 | 0.000000e+00 |      --      |    Inf 
1166.72/1166.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1166.72/1166.74	c  1167s|  6390k|  2050k| 19947k|   3.1 |1558M|  63 |   - |  70 |5778 |  70 |  21 |  20 |2616k|3881 | 0.000000e+00 |      --      |    Inf 
1168.62/1168.65	c  1169s|  6400k|  2054k| 19977k|   3.1 |1561M|  63 |   - |  70 |6138 |  70 |  21 |  20 |2620k|3881 | 0.000000e+00 |      --      |    Inf 
1170.62/1170.62	c  1171s|  6410k|  2056k| 20008k|   3.1 |1563M|  63 |   8 |  70 |6483 |  70 |  21 |  20 |2625k|3882 | 0.000000e+00 |      --      |    Inf 
1172.53/1172.57	c  1173s|  6420k|  2059k| 20038k|   3.1 |1565M|  63 |   8 |  70 |6719 |  70 |  21 |  20 |2629k|3882 | 0.000000e+00 |      --      |    Inf 
1174.52/1174.51	c  1175s|  6430k|  2063k| 20069k|   3.1 |1568M|  63 |   8 |  70 |6467 |  70 |  21 |  20 |2633k|3882 | 0.000000e+00 |      --      |    Inf 
1176.52/1176.58	c  1177s|  6440k|  2066k| 20099k|   3.1 |1570M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |2637k|3887 | 0.000000e+00 |      --      |    Inf 
1178.52/1178.54	c  1179s|  6450k|  2068k| 20131k|   3.1 |1572M|  63 |   8 |  70 |5875 |  70 |  21 |  20 |2641k|3887 | 0.000000e+00 |      --      |    Inf 
1180.62/1180.60	c  1181s|  6460k|  2071k| 20162k|   3.1 |1575M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2646k|3892 | 0.000000e+00 |      --      |    Inf 
1182.62/1182.63	c  1183s|  6470k|  2075k| 20193k|   3.1 |1577M|  63 |   - |  70 |5472 |  70 |  21 |  20 |2650k|3892 | 0.000000e+00 |      --      |    Inf 
1184.52/1184.61	c  1185s|  6480k|  2078k| 20224k|   3.1 |1580M|  63 |   - |  70 |5929 |  70 |  21 |  20 |2654k|3894 | 0.000000e+00 |      --      |    Inf 
1186.83/1186.86	c  1187s|  6490k|  2080k| 20254k|   3.1 |1582M|  63 |   8 |  70 |5518 |  70 |  21 |  20 |2658k|3894 | 0.000000e+00 |      --      |    Inf 
1188.92/1188.94	c  1189s|  6500k|  2083k| 20286k|   3.1 |1584M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |2663k|3894 | 0.000000e+00 |      --      |    Inf 
1190.92/1190.95	c  1191s|  6510k|  2086k| 20316k|   3.1 |1587M|  63 |   - |  70 |5974 |  70 |  21 |  20 |2667k|3894 | 0.000000e+00 |      --      |    Inf 
1192.92/1192.93	c  1193s|  6520k|  2089k| 20347k|   3.1 |1589M|  63 |   8 |  70 |5763 |  70 |  21 |  20 |2671k|3894 | 0.000000e+00 |      --      |    Inf 
1194.73/1194.71	c  1195s|  6530k|  2093k| 20376k|   3.1 |1592M|  63 |   8 |  70 |6364 |  70 |  21 |  20 |2675k|3894 | 0.000000e+00 |      --      |    Inf 
1196.33/1196.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1196.33/1196.39	c  1196s|  6540k|  2097k| 20405k|   3.1 |1594M|  63 |   8 |  70 |7256 |  70 |  21 |  20 |2678k|3894 | 0.000000e+00 |      --      |    Inf 
1198.32/1198.38	c  1198s|  6550k|  2100k| 20435k|   3.1 |1597M|  63 |   8 |  70 |6432 |  70 |  21 |  20 |2682k|3899 | 0.000000e+00 |      --      |    Inf 
1200.42/1200.40	c  1200s|  6560k|  2103k| 20467k|   3.1 |1599M|  63 |   - |  70 |6239 |  70 |  21 |  20 |2686k|3901 | 0.000000e+00 |      --      |    Inf 
1202.43/1202.40	c  1202s|  6570k|  2106k| 20498k|   3.1 |1601M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |2691k|3901 | 0.000000e+00 |      --      |    Inf 
1204.53/1204.58	c  1205s|  6580k|  2109k| 20528k|   3.1 |1603M|  63 |   - |  70 |5284 |  70 |  21 |  20 |2695k|3902 | 0.000000e+00 |      --      |    Inf 
1206.64/1206.65	c  1207s|  6590k|  2112k| 20559k|   3.1 |1606M|  63 |   8 |  70 |5321 |  70 |  21 |  20 |2699k|3902 | 0.000000e+00 |      --      |    Inf 
1208.62/1208.66	c  1209s|  6600k|  2115k| 20589k|   3.1 |1608M|  63 |   8 |  70 |5416 |  70 |  21 |  20 |2703k|3902 | 0.000000e+00 |      --      |    Inf 
1210.52/1210.59	c  1211s|  6610k|  2118k| 20621k|   3.1 |1611M|  63 |   8 |  70 |5986 |  70 |  21 |  20 |2707k|3906 | 0.000000e+00 |      --      |    Inf 
1212.42/1212.42	c  1212s|  6620k|  2122k| 20653k|   3.1 |1613M|  63 |   - |  70 |7275 |  70 |  21 |  20 |2711k|3906 | 0.000000e+00 |      --      |    Inf 
1214.52/1214.55	c  1215s|  6630k|  2125k| 20684k|   3.1 |1616M|  63 |   8 |  70 |6280 |  70 |  21 |  20 |2715k|3912 | 0.000000e+00 |      --      |    Inf 
1216.54/1216.59	c  1217s|  6640k|  2128k| 20715k|   3.1 |1618M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |2720k|3916 | 0.000000e+00 |      --      |    Inf 
1218.42/1218.45	c  1218s|  6650k|  2131k| 20747k|   3.1 |1620M|  63 |   8 |  70 |6387 |  70 |  21 |  20 |2724k|3916 | 0.000000e+00 |      --      |    Inf 
1220.43/1220.45	c  1220s|  6660k|  2134k| 20779k|   3.1 |1623M|  63 |   - |  70 |6698 |  70 |  21 |  20 |2728k|3916 | 0.000000e+00 |      --      |    Inf 
1222.52/1222.58	c  1223s|  6670k|  2137k| 20810k|   3.1 |1625M|  63 |   - |  70 |6331 |  70 |  21 |  20 |2732k|3916 | 0.000000e+00 |      --      |    Inf 
1224.63/1224.69	c  1225s|  6680k|  2140k| 20841k|   3.1 |1628M|  63 |   8 |  70 |6162 |  70 |  21 |  20 |2736k|3916 | 0.000000e+00 |      --      |    Inf 
1226.62/1226.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.62/1226.66	c  1227s|  6690k|  2143k| 20873k|   3.1 |1630M|  63 |   8 |  70 |5961 |  70 |  21 |  20 |2741k|3916 | 0.000000e+00 |      --      |    Inf 
1228.63/1228.63	c  1229s|  6700k|  2146k| 20903k|   3.1 |1632M|  63 |   - |  70 |5691 |  70 |  21 |  20 |2745k|3916 | 0.000000e+00 |      --      |    Inf 
1230.72/1230.73	c  1231s|  6710k|  2149k| 20935k|   3.1 |1634M|  63 |   8 |  70 |5153 |  70 |  21 |  20 |2749k|3916 | 0.000000e+00 |      --      |    Inf 
1232.72/1232.72	c  1233s|  6720k|  2152k| 20966k|   3.1 |1637M|  63 |   8 |  70 |5118 |  70 |  21 |  20 |2753k|3916 | 0.000000e+00 |      --      |    Inf 
1234.62/1234.62	c  1235s|  6730k|  2155k| 20997k|   3.1 |1639M|  63 |   8 |  70 |5832 |  70 |  21 |  20 |2758k|3916 | 0.000000e+00 |      --      |    Inf 
1236.62/1236.60	c  1237s|  6740k|  2158k| 21029k|   3.1 |1642M|  63 |   - |  70 |6117 |   0 |   0 |  20 |2762k|3916 | 0.000000e+00 |      --      |    Inf 
1238.54/1238.53	c  1239s|  6750k|  2161k| 21059k|   3.1 |1644M|  63 |   - |  70 |6410 |  70 |  21 |  20 |2766k|3916 | 0.000000e+00 |      --      |    Inf 
1240.22/1240.26	c  1240s|  6760k|  2164k| 21090k|   3.1 |1647M|  63 |   8 |  70 |7639 |  70 |  21 |  20 |2770k|3916 | 0.000000e+00 |      --      |    Inf 
1242.22/1242.22	c  1242s|  6770k|  2167k| 21121k|   3.1 |1649M|  63 |   8 |  70 |7058 |  70 |  21 |  20 |2774k|3916 | 0.000000e+00 |      --      |    Inf 
1244.22/1244.22	c  1244s|  6780k|  2170k| 21152k|   3.1 |1652M|  63 |   - |  70 |6641 |  70 |  21 |  20 |2778k|3916 | 0.000000e+00 |      --      |    Inf 
1246.33/1246.32	c  1246s|  6790k|  2173k| 21183k|   3.1 |1654M|  63 |   - |  70 |5450 |  70 |  21 |  20 |2782k|3916 | 0.000000e+00 |      --      |    Inf 
1248.23/1248.21	c  1248s|  6800k|  2176k| 21216k|   3.1 |1656M|  63 |   - |  70 |6479 |  70 |  21 |  20 |2786k|3916 | 0.000000e+00 |      --      |    Inf 
1250.33/1250.30	c  1250s|  6810k|  2179k| 21246k|   3.1 |1659M|  63 |   - |  70 |6035 |  70 |  21 |  20 |2791k|3916 | 0.000000e+00 |      --      |    Inf 
1252.22/1252.21	c  1252s|  6820k|  2183k| 21276k|   3.1 |1661M|  63 |   8 |  70 |6381 |  70 |  21 |  20 |2795k|3916 | 0.000000e+00 |      --      |    Inf 
1254.23/1254.27	c  1254s|  6830k|  2186k| 21306k|   3.1 |1663M|  63 |   8 |  70 |5590 |  70 |  21 |  20 |2799k|3917 | 0.000000e+00 |      --      |    Inf 
1256.33/1256.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.33/1256.33	c  1256s|  6840k|  2189k| 21336k|   3.1 |1666M|  63 |   8 |  70 |4857 |  70 |  21 |  20 |2803k|3919 | 0.000000e+00 |      --      |    Inf 
1258.13/1258.19	c  1258s|  6850k|  2192k| 21368k|   3.1 |1668M|  63 |   - |  70 |5699 |  70 |  21 |  20 |2807k|3919 | 0.000000e+00 |      --      |    Inf 
1260.32/1260.36	c  1260s|  6860k|  2195k| 21399k|   3.1 |1671M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |2811k|3920 | 0.000000e+00 |      --      |    Inf 
1262.23/1262.26	c  1262s|  6870k|  2198k| 21430k|   3.1 |1673M|  63 |   - |  70 |6303 |  70 |  21 |  20 |2815k|3925 | 0.000000e+00 |      --      |    Inf 
1264.22/1264.25	c  1264s|  6880k|  2201k| 21463k|   3.1 |1676M|  63 |   - |  70 |6401 |  70 |  21 |  20 |2820k|3930 | 0.000000e+00 |      --      |    Inf 
1266.33/1266.34	c  1266s|  6890k|  2204k| 21494k|   3.1 |1678M|  63 |   - |  70 |6191 |  70 |  21 |  20 |2824k|3930 | 0.000000e+00 |      --      |    Inf 
1268.42/1268.40	c  1268s|  6900k|  2207k| 21525k|   3.1 |1680M|  63 |   8 |  70 |6285 |  70 |  21 |  20 |2828k|3935 | 0.000000e+00 |      --      |    Inf 
1270.44/1270.49	c  1270s|  6910k|  2210k| 21557k|   3.1 |1683M|  63 |   8 |  70 |5424 |  70 |  21 |  20 |2832k|3937 | 0.000000e+00 |      --      |    Inf 
1272.52/1272.59	c  1273s|  6920k|  2213k| 21587k|   3.1 |1685M|  63 |   8 |  70 |5074 |  70 |  21 |  20 |2836k|3938 | 0.000000e+00 |      --      |    Inf 
1274.52/1274.52	c  1275s|  6930k|  2216k| 21618k|   3.1 |1687M|  63 |   - |  70 |5263 |  70 |  21 |  20 |2840k|3939 | 0.000000e+00 |      --      |    Inf 
1276.42/1276.42	c  1276s|  6940k|  2219k| 21648k|   3.1 |1690M|  63 |   8 |  70 |5365 |  70 |  21 |  20 |2845k|3941 | 0.000000e+00 |      --      |    Inf 
1278.43/1278.46	c  1278s|  6950k|  2222k| 21679k|   3.1 |1692M|  63 |   - |  70 |5989 |  70 |  21 |  20 |2849k|3941 | 0.000000e+00 |      --      |    Inf 
1280.43/1280.46	c  1280s|  6960k|  2225k| 21711k|   3.1 |1695M|  63 |   8 |  70 |5576 |  70 |  21 |  20 |2853k|3943 | 0.000000e+00 |      --      |    Inf 
1282.32/1282.31	c  1282s|  6970k|  2229k| 21741k|   3.1 |1697M|  63 |   8 |  70 |6768 |  70 |  21 |  20 |2857k|3943 | 0.000000e+00 |      --      |    Inf 
1284.13/1284.17	c  1284s|  6980k|  2232k| 21771k|   3.1 |1700M|  63 |   8 |  70 |7235 |  70 |  21 |  20 |2861k|3943 | 0.000000e+00 |      --      |    Inf 
1286.13/1286.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1286.13/1286.17	c  1286s|  6990k|  2236k| 21802k|   3.1 |1702M|  63 |   8 |  70 |7415 |  70 |  21 |  20 |2865k|3943 | 0.000000e+00 |      --      |    Inf 
1288.14/1288.15	c  1288s|  7000k|  2239k| 21834k|   3.1 |1705M|  63 |   8 |  70 |7499 |  70 |  21 |  20 |2869k|3945 | 0.000000e+00 |      --      |    Inf 
1290.34/1290.34	c  1290s|  7010k|  2242k| 21865k|   3.1 |1707M|  63 |   8 |  70 |6715 |  70 |  21 |  20 |2873k|3949 | 0.000000e+00 |      --      |    Inf 
1292.43/1292.51	c  1293s|  7020k|  2245k| 21897k|   3.1 |1709M|  63 |   8 |  70 |5908 |  70 |  21 |  20 |2878k|3952 | 0.000000e+00 |      --      |    Inf 
1294.64/1294.62	c  1295s|  7030k|  2247k| 21929k|   3.1 |1712M|  63 |   8 |  70 |5729 |  70 |  21 |  20 |2882k|3964 | 0.000000e+00 |      --      |    Inf 
1296.43/1296.41	c  1296s|  7040k|  2251k| 21959k|   3.1 |1714M|  63 |   8 |  70 |6641 |  70 |  21 |  20 |2886k|3965 | 0.000000e+00 |      --      |    Inf 
1298.32/1298.38	c  1298s|  7050k|  2254k| 21990k|   3.1 |1717M|  63 |   - |  70 |6466 |  70 |  21 |  20 |2890k|3967 | 0.000000e+00 |      --      |    Inf 
1300.43/1300.44	c  1300s|  7060k|  2257k| 22021k|   3.1 |1719M|  63 |   8 |  70 |6196 |  70 |  21 |  20 |2894k|3969 | 0.000000e+00 |      --      |    Inf 
1302.44/1302.43	c  1302s|  7070k|  2261k| 22054k|   3.1 |1721M|  63 |   - |  70 |5686 |  70 |  21 |  20 |2898k|3969 | 0.000000e+00 |      --      |    Inf 
1304.23/1304.24	c  1304s|  7080k|  2264k| 22087k|   3.1 |1724M|  63 |   - |  70 |6621 |  70 |  21 |  20 |2902k|3969 | 0.000000e+00 |      --      |    Inf 
1306.03/1306.06	c  1306s|  7090k|  2268k| 22119k|   3.1 |1727M|  63 |   8 |  70 |7129 |  70 |  21 |  20 |2906k|3969 | 0.000000e+00 |      --      |    Inf 
1307.94/1307.96	c  1308s|  7100k|  2272k| 22150k|   3.1 |1729M|  63 |   - |  70 |7344 |  70 |  21 |  20 |2910k|3969 | 0.000000e+00 |      --      |    Inf 
1309.82/1309.88	c  1310s|  7110k|  2275k| 22182k|   3.1 |1732M|  63 |   - |  70 |6850 |  70 |  21 |  20 |2914k|3969 | 0.000000e+00 |      --      |    Inf 
1311.73/1311.79	c  1312s|  7120k|  2279k| 22214k|   3.1 |1734M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2918k|3969 | 0.000000e+00 |      --      |    Inf 
1313.63/1313.69	c  1314s|  7130k|  2282k| 22245k|   3.1 |1737M|  63 |   8 |  70 |7500 |  70 |  21 |  20 |2922k|3969 | 0.000000e+00 |      --      |    Inf 
1315.72/1315.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1315.72/1315.71	c  1316s|  7140k|  2285k| 22277k|   3.1 |1739M|  63 |   8 |  70 |7163 |  70 |  21 |  20 |2926k|3969 | 0.000000e+00 |      --      |    Inf 
1317.53/1317.59	c  1318s|  7150k|  2289k| 22309k|   3.1 |1742M|  63 |   - |  70 |8138 |  70 |  21 |  20 |2930k|3969 | 0.000000e+00 |      --      |    Inf 
1319.62/1319.69	c  1320s|  7160k|  2292k| 22341k|   3.1 |1744M|  63 |   8 |  70 |7306 |  70 |  21 |  20 |2934k|3969 | 0.000000e+00 |      --      |    Inf 
1321.63/1321.63	c  1322s|  7170k|  2295k| 22373k|   3.1 |1747M|  63 |   - |  70 |7491 |  70 |  21 |  20 |2938k|3969 | 0.000000e+00 |      --      |    Inf 
1323.63/1323.67	c  1324s|  7180k|  2299k| 22406k|   3.1 |1749M|  63 |   - |  70 |7658 |  70 |  21 |  20 |2943k|3969 | 0.000000e+00 |      --      |    Inf 
1325.63/1325.67	c  1326s|  7190k|  2302k| 22438k|   3.1 |1752M|  63 |   8 |  70 |7647 |  70 |  21 |  20 |2947k|3969 | 0.000000e+00 |      --      |    Inf 
1327.74/1327.76	c  1328s|  7200k|  2305k| 22469k|   3.1 |1754M|  63 |   8 |  70 |7375 |  70 |  21 |  20 |2951k|3969 | 0.000000e+00 |      --      |    Inf 
1330.02/1330.00	c  1330s|  7210k|  2308k| 22500k|   3.1 |1756M|  63 |   8 |  70 |6262 |  70 |  21 |  20 |2955k|3973 | 0.000000e+00 |      --      |    Inf 
1332.14/1332.18	c  1332s|  7220k|  2311k| 22531k|   3.1 |1758M|  63 |   8 |  70 |5753 |  70 |  21 |  20 |2959k|4004 | 0.000000e+00 |      --      |    Inf 
1334.24/1334.21	c  1334s|  7230k|  2314k| 22563k|   3.1 |1761M|  63 |   - |  70 |6093 |  70 |  21 |  20 |2964k|4004 | 0.000000e+00 |      --      |    Inf 
1336.23/1336.22	c  1336s|  7240k|  2317k| 22593k|   3.1 |1763M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2968k|4006 | 0.000000e+00 |      --      |    Inf 
1338.33/1338.39	c  1338s|  7250k|  2319k| 22624k|   3.1 |1765M|  63 |   8 |  70 |5306 |  70 |  21 |  20 |2972k|4006 | 0.000000e+00 |      --      |    Inf 
1340.33/1340.38	c  1340s|  7260k|  2322k| 22655k|   3.1 |1768M|  63 |   8 |  70 |5665 |  70 |  21 |  20 |2976k|4006 | 0.000000e+00 |      --      |    Inf 
1342.43/1342.49	c  1342s|  7270k|  2325k| 22686k|   3.1 |1770M|  63 |   8 |  70 |5201 |  70 |  21 |  20 |2981k|4006 | 0.000000e+00 |      --      |    Inf 
1344.24/1344.29	c  1344s|  7280k|  2329k| 22717k|   3.1 |1773M|  63 |   - |  70 |6361 |  70 |  21 |  20 |2984k|4006 | 0.000000e+00 |      --      |    Inf 
1346.02/1346.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1346.02/1346.08	c  1346s|  7290k|  2333k| 22748k|   3.1 |1775M|  63 |   - |  70 |7054 |  70 |  21 |  20 |2988k|4006 | 0.000000e+00 |      --      |    Inf 
1348.13/1348.15	c  1348s|  7300k|  2336k| 22779k|   3.1 |1778M|  63 |   8 |  70 |6705 |  70 |  21 |  20 |2992k|4006 | 0.000000e+00 |      --      |    Inf 
1350.32/1350.35	c  1350s|  7310k|  2338k| 22810k|   3.1 |1780M|  63 |   8 |  70 |6264 |  70 |  21 |  20 |2997k|4006 | 0.000000e+00 |      --      |    Inf 
1352.33/1352.39	c  1352s|  7320k|  2342k| 22841k|   3.1 |1782M|  63 |   - |  70 |5497 |  70 |  21 |  20 |3001k|4007 | 0.000000e+00 |      --      |    Inf 
1354.42/1354.41	c  1354s|  7330k|  2345k| 22870k|   3.1 |1785M|  63 |   - |  70 |5896 |  70 |  21 |  20 |3005k|4011 | 0.000000e+00 |      --      |    Inf 
1356.63/1356.61	c  1357s|  7340k|  2348k| 22901k|   3.1 |1787M|  63 |   - |  70 |5293 |  70 |  21 |  20 |3009k|4012 | 0.000000e+00 |      --      |    Inf 
1358.44/1358.50	c  1359s|  7350k|  2351k| 22931k|   3.1 |1789M|  63 |   8 |  70 |5732 |  70 |  21 |  20 |3013k|4013 | 0.000000e+00 |      --      |    Inf 
1360.43/1360.48	c  1360s|  7360k|  2354k| 22962k|   3.1 |1792M|  63 |   8 |  70 |5955 |  70 |  21 |  20 |3018k|4013 | 0.000000e+00 |      --      |    Inf 
1362.52/1362.56	c  1363s|  7370k|  2357k| 22993k|   3.1 |1794M|  63 |   8 |  70 |5824 |  70 |  21 |  20 |3022k|4013 | 0.000000e+00 |      --      |    Inf 
1364.62/1364.69	c  1365s|  7380k|  2359k| 23024k|   3.1 |1797M|  63 |   - |  70 |5415 |  70 |  21 |  20 |3026k|4013 | 0.000000e+00 |      --      |    Inf 
1366.43/1366.47	c  1366s|  7390k|  2363k| 23056k|   3.1 |1799M|  63 |   8 |  70 |6726 |  70 |  21 |  20 |3030k|4013 | 0.000000e+00 |      --      |    Inf 
1368.44/1368.41	c  1368s|  7400k|  2366k| 23087k|   3.1 |1802M|  63 |   8 |  70 |7431 |  70 |  21 |  20 |3034k|4013 | 0.000000e+00 |      --      |    Inf 
1370.54/1370.54	c  1371s|  7410k|  2369k| 23119k|   3.1 |1804M|  63 |   - |  70 |6489 |  70 |  21 |  20 |3039k|4014 | 0.000000e+00 |      --      |    Inf 
1372.62/1372.70	c  1373s|  7420k|  2372k| 23149k|   3.1 |1806M|  63 |   8 |  70 |5347 |  70 |  21 |  20 |3043k|4014 | 0.000000e+00 |      --      |    Inf 
1374.72/1374.77	c  1375s|  7430k|  2375k| 23181k|   3.1 |1809M|  63 |   8 |  70 |5471 |  70 |  21 |  20 |3047k|4015 | 0.000000e+00 |      --      |    Inf 
1376.93/1376.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1376.93/1376.91	c  1377s|  7440k|  2377k| 23212k|   3.1 |1811M|  63 |   8 |  70 |5465 |  70 |  21 |  20 |3052k|4015 | 0.000000e+00 |      --      |    Inf 
1378.83/1378.84	c  1379s|  7450k|  2380k| 23244k|   3.1 |1813M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3056k|4015 | 0.000000e+00 |      --      |    Inf 
1380.93/1380.92	c  1381s|  7460k|  2383k| 23275k|   3.1 |1816M|  63 |   8 |  70 |5324 |  70 |  21 |  20 |3060k|4016 | 0.000000e+00 |      --      |    Inf 
1383.03/1383.04	c  1383s|  7470k|  2386k| 23306k|   3.1 |1818M|  63 |   8 |  70 |5304 |  70 |  21 |  20 |3065k|4019 | 0.000000e+00 |      --      |    Inf 
1384.94/1384.93	c  1385s|  7480k|  2389k| 23338k|   3.1 |1821M|  63 |   8 |  70 |6074 |  70 |  21 |  20 |3069k|4021 | 0.000000e+00 |      --      |    Inf 
1386.83/1386.85	c  1387s|  7490k|  2392k| 23370k|   3.1 |1823M|  63 |   - |  70 |6962 |  70 |  21 |  20 |3073k|4021 | 0.000000e+00 |      --      |    Inf 
1388.83/1388.80	c  1389s|  7500k|  2396k| 23402k|   3.1 |1826M|  63 |   - |  70 |7337 |  70 |  21 |  20 |3077k|4021 | 0.000000e+00 |      --      |    Inf 
1390.93/1390.97	c  1391s|  7510k|  2399k| 23433k|   3.1 |1828M|  63 |   8 |  70 |5939 |  70 |  21 |  20 |3081k|4026 | 0.000000e+00 |      --      |    Inf 
1392.93/1392.99	c  1393s|  7520k|  2402k| 23464k|   3.1 |1830M|  63 |   - |  70 |5898 |  70 |  21 |  20 |3085k|4031 | 0.000000e+00 |      --      |    Inf 
1394.85/1394.87	c  1395s|  7530k|  2406k| 23495k|   3.1 |1833M|  63 |   - |  70 |6794 |  70 |  21 |  20 |3089k|4031 | 0.000000e+00 |      --      |    Inf 
1396.83/1396.90	c  1397s|  7540k|  2409k| 23526k|   3.1 |1835M|  63 |   8 |  70 |6055 |  70 |  21 |  20 |3093k|4036 | 0.000000e+00 |      --      |    Inf 
1399.02/1399.10	c  1399s|  7550k|  2412k| 23557k|   3.1 |1837M|  63 |   - |  70 |5663 |  70 |  21 |  20 |3097k|4038 | 0.000000e+00 |      --      |    Inf 
1401.13/1401.11	c  1401s|  7560k|  2415k| 23587k|   3.1 |1840M|  63 |   8 |  70 |6103 |  70 |  21 |  20 |3102k|4041 | 0.000000e+00 |      --      |    Inf 
1402.93/1402.99	c  1403s|  7570k|  2418k| 23618k|   3.1 |1843M|  63 |   - |  70 |7389 |  70 |  21 |  20 |3106k|4042 | 0.000000e+00 |      --      |    Inf 
1405.23/1405.23	c  1405s|  7580k|  2421k| 23649k|   3.1 |1845M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |3110k|4042 | 0.000000e+00 |      --      |    Inf 
1407.33/1407.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.33/1407.30	c  1407s|  7590k|  2424k| 23680k|   3.1 |1847M|  63 |   8 |  70 |5935 |  70 |  21 |  20 |3114k|4042 | 0.000000e+00 |      --      |    Inf 
1409.32/1409.36	c  1409s|  7600k|  2427k| 23711k|   3.1 |1849M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |3119k|4042 | 0.000000e+00 |      --      |    Inf 
1411.35/1411.33	c  1411s|  7610k|  2430k| 23742k|   3.1 |1852M|  63 |   8 |  70 |6172 |  70 |  21 |  20 |3123k|4042 | 0.000000e+00 |      --      |    Inf 
1413.33/1413.39	c  1413s|  7620k|  2433k| 23773k|   3.1 |1854M|  63 |   8 |  70 |5842 |  70 |  21 |  20 |3127k|4042 | 0.000000e+00 |      --      |    Inf 
1415.53/1415.50	c  1416s|  7630k|  2435k| 23804k|   3.1 |1856M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |3131k|4042 | 0.000000e+00 |      --      |    Inf 
1417.63/1417.63	c  1418s|  7640k|  2438k| 23836k|   3.1 |1859M|  63 |   8 |  70 |5387 |  70 |  21 |  20 |3136k|4042 | 0.000000e+00 |      --      |    Inf 
1419.63/1419.61	c  1420s|  7650k|  2441k| 23867k|   3.1 |1861M|  63 |   8 |  70 |5841 |  70 |  21 |  20 |3140k|4042 | 0.000000e+00 |      --      |    Inf 
1421.53/1421.52	c  1422s|  7660k|  2444k| 23898k|   3.1 |1864M|  63 |   - |  70 |6124 |  70 |  21 |  20 |3144k|4042 | 0.000000e+00 |      --      |    Inf 
1423.63/1423.64	c  1424s|  7670k|  2447k| 23930k|   3.1 |1866M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |3148k|4042 | 0.000000e+00 |      --      |    Inf 
1425.64/1425.67	c  1426s|  7680k|  2450k| 23961k|   3.1 |1868M|  63 |   8 |  70 |5630 |  70 |  21 |  20 |3152k|4042 | 0.000000e+00 |      --      |    Inf 
1427.62/1427.71	c  1428s|  7690k|  2453k| 23991k|   3.1 |1871M|  63 |   8 |  70 |5599 |  70 |  21 |  20 |3157k|4042 | 0.000000e+00 |      --      |    Inf 
1429.83/1429.80	c  1430s|  7700k|  2456k| 24022k|   3.1 |1873M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3161k|4042 | 0.000000e+00 |      --      |    Inf 
1431.53/1431.57	c  1432s|  7710k|  2459k| 24053k|   3.1 |1876M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3165k|4042 | 0.000000e+00 |      --      |    Inf 
1433.73/1433.74	c  1434s|  7720k|  2462k| 24084k|   3.1 |1878M|  63 |   8 |  70 |6043 |  70 |  21 |  20 |3169k|4042 | 0.000000e+00 |      --      |    Inf 
1435.73/1435.78	c  1436s|  7730k|  2465k| 24115k|   3.1 |1880M|  63 |   8 |  70 |5946 |  70 |  21 |  20 |3173k|4042 | 0.000000e+00 |      --      |    Inf 
1437.83/1437.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1437.83/1437.84	c  1438s|  7740k|  2468k| 24146k|   3.1 |1883M|  63 |   - |  70 |5604 |  70 |  21 |  20 |3178k|4042 | 0.000000e+00 |      --      |    Inf 
1439.94/1439.94	c  1440s|  7750k|  2471k| 24177k|   3.1 |1885M|  63 |   8 |  70 |5556 |  70 |  21 |  20 |3182k|4042 | 0.000000e+00 |      --      |    Inf 
1441.93/1441.95	c  1442s|  7760k|  2474k| 24207k|   3.1 |1887M|  63 |   8 |  70 |5787 |  70 |  21 |  20 |3186k|4042 | 0.000000e+00 |      --      |    Inf 
1443.93/1443.95	c  1444s|  7770k|  2477k| 24238k|   3.1 |1890M|  63 |   8 |  70 |5430 |  70 |  21 |  20 |3190k|4042 | 0.000000e+00 |      --      |    Inf 
1445.63/1445.66	c  1446s|  7780k|  2481k| 24269k|   3.1 |1892M|  63 |   - |  70 |6640 |  70 |  21 |  20 |3194k|4042 | 0.000000e+00 |      --      |    Inf 
1447.54/1447.60	c  1448s|  7790k|  2483k| 24301k|   3.1 |1895M|  63 |   8 |  70 |6528 |  70 |  21 |  20 |3198k|4042 | 0.000000e+00 |      --      |    Inf 
1449.53/1449.51	c  1450s|  7800k|  2487k| 24332k|   3.1 |1897M|  63 |   - |  70 |7828 |  70 |  21 |  20 |3202k|4042 | 0.000000e+00 |      --      |    Inf 
1451.63/1451.66	c  1452s|  7810k|  2490k| 24363k|   3.1 |1900M|  63 |   8 |  70 |6600 |  70 |  21 |  20 |3206k|4042 | 0.000000e+00 |      --      |    Inf 
1453.63/1453.69	c  1454s|  7820k|  2493k| 24395k|   3.1 |1902M|  63 |   - |  70 |6752 |  70 |  21 |  20 |3210k|4043 | 0.000000e+00 |      --      |    Inf 
1455.73/1455.76	c  1456s|  7830k|  2496k| 24425k|   3.1 |1904M|  63 |   8 |  70 |5907 |  70 |  21 |  20 |3215k|4045 | 0.000000e+00 |      --      |    Inf 
1457.83/1457.86	c  1458s|  7840k|  2499k| 24456k|   3.1 |1907M|  63 |   8 |  70 |5887 |  70 |  21 |  20 |3219k|4047 | 0.000000e+00 |      --      |    Inf 
1459.93/1459.94	c  1460s|  7850k|  2502k| 24487k|   3.1 |1909M|  63 |   - |  70 |5880 |  70 |  21 |  20 |3223k|4048 | 0.000000e+00 |      --      |    Inf 
1461.84/1461.86	c  1462s|  7860k|  2505k| 24518k|   3.1 |1911M|  63 |   8 |  70 |5881 |  70 |  21 |  20 |3227k|4049 | 0.000000e+00 |      --      |    Inf 
1463.83/1463.89	c  1464s|  7870k|  2508k| 24550k|   3.1 |1914M|  63 |   - |  70 |6260 |  70 |  21 |  20 |3232k|4049 | 0.000000e+00 |      --      |    Inf 
1465.92/1465.91	c  1466s|  7880k|  2511k| 24581k|   3.1 |1916M|  63 |   8 |  70 |6250 |  70 |  21 |  20 |3236k|4049 | 0.000000e+00 |      --      |    Inf 
1468.02/1468.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1468.02/1468.02	c  1468s|  7890k|  2514k| 24612k|   3.1 |1918M|  63 |   8 |  70 |5868 |  70 |  21 |  20 |3240k|4056 | 0.000000e+00 |      --      |    Inf 
1470.13/1470.15	c  1470s|  7900k|  2516k| 24644k|   3.1 |1921M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |3245k|4056 | 0.000000e+00 |      --      |    Inf 
1472.03/1472.09	c  1472s|  7910k|  2519k| 24675k|   3.1 |1923M|  63 |   8 |  70 |5500 |  70 |  21 |  20 |3249k|4056 | 0.000000e+00 |      --      |    Inf 
1474.13/1474.12	c  1474s|  7920k|  2522k| 24706k|   3.1 |1925M|  63 |   8 |  70 |5278 |  70 |  21 |  20 |3253k|4056 | 0.000000e+00 |      --      |    Inf 
1476.14/1476.14	c  1476s|  7930k|  2525k| 24736k|   3.1 |1928M|  63 |   - |  70 |5287 |  70 |  21 |  20 |3257k|4056 | 0.000000e+00 |      --      |    Inf 
1478.23/1478.24	c  1478s|  7940k|  2528k| 24767k|   3.1 |1930M|  63 |   8 |  70 |4812 |  70 |  21 |  20 |3262k|4056 | 0.000000e+00 |      --      |    Inf 
1480.33/1480.37	c  1480s|  7950k|  2531k| 24799k|   3.1 |1932M|  63 |   - |  70 |4880 |  70 |  21 |  20 |3266k|4056 | 0.000000e+00 |      --      |    Inf 
1482.33/1482.34	c  1482s|  7960k|  2534k| 24829k|   3.1 |1935M|  63 |   - |  70 |5124 |  70 |  21 |  20 |3270k|4056 | 0.000000e+00 |      --      |    Inf 
1484.33/1484.31	c  1484s|  7970k|  2537k| 24861k|   3.1 |1937M|  63 |   8 |  70 |5371 |  70 |  21 |  20 |3275k|4056 | 0.000000e+00 |      --      |    Inf 
1486.43/1486.40	c  1486s|  7980k|  2539k| 24892k|   3.1 |1939M|  63 |   8 |  70 |5272 |  70 |  21 |  20 |3279k|4056 | 0.000000e+00 |      --      |    Inf 
1488.53/1488.55	c  1489s|  7990k|  2542k| 24923k|   3.1 |1942M|  63 |   8 |  70 |5287 |  70 |  21 |  20 |3283k|4056 | 0.000000e+00 |      --      |    Inf 
1490.44/1490.50	c  1491s|  8000k|  2545k| 24954k|   3.1 |1944M|  63 |   8 |  70 |5911 |  70 |  21 |  20 |3288k|4056 | 0.000000e+00 |      --      |    Inf 
1492.33/1492.37	c  1492s|  8010k|  2549k| 24986k|   3.1 |1947M|  63 |   8 |  70 |6627 |  70 |  21 |  20 |3292k|4056 | 0.000000e+00 |      --      |    Inf 
1494.23/1494.23	c  1494s|  8020k|  2552k| 25017k|   3.1 |1950M|  63 |   - |  70 |7541 |  70 |  21 |  20 |3296k|4056 | 0.000000e+00 |      --      |    Inf 
1496.23/1496.20	c  1496s|  8030k|  2555k| 25047k|   3.1 |1952M|  63 |   8 |  70 |7102 |  70 |  21 |  20 |3300k|4056 | 0.000000e+00 |      --      |    Inf 
1498.15/1498.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1498.15/1498.12	c  1498s|  8040k|  2559k| 25078k|   3.1 |1954M|  63 |   - |  70 |7664 |  70 |  21 |  20 |3304k|4056 | 0.000000e+00 |      --      |    Inf 
1500.13/1500.14	c  1500s|  8050k|  2562k| 25108k|   3.1 |1957M|  63 |   8 |  70 |8253 |  70 |  21 |  20 |3309k|4056 | 0.000000e+00 |      --      |    Inf 
1502.23/1502.21	c  1502s|  8060k|  2565k| 25139k|   3.1 |1959M|  63 |   8 |  70 |7403 |  70 |  21 |  20 |3313k|4062 | 0.000000e+00 |      --      |    Inf 
1504.33/1504.34	c  1504s|  8070k|  2568k| 25171k|   3.1 |1961M|  63 |   8 |  70 |6275 |  70 |  21 |  20 |3317k|4064 | 0.000000e+00 |      --      |    Inf 
1506.53/1506.51	c  1507s|  8080k|  2571k| 25201k|   3.1 |1964M|  63 |   8 |  70 |6026 |  70 |  21 |  20 |3321k|4066 | 0.000000e+00 |      --      |    Inf 
1508.63/1508.63	c  1509s|  8090k|  2574k| 25232k|   3.1 |1966M|  63 |   8 |  70 |5752 |  70 |  21 |  20 |3325k|4069 | 0.000000e+00 |      --      |    Inf 
1510.73/1510.73	c  1511s|  8100k|  2577k| 25262k|   3.1 |1968M|  63 |   8 |  70 |5614 |  70 |  21 |  20 |3330k|4071 | 0.000000e+00 |      --      |    Inf 
1512.83/1512.84	c  1513s|  8110k|  2579k| 25293k|   3.1 |1971M|  63 |   - |  70 |5426 |  70 |  21 |  20 |3334k|4075 | 0.000000e+00 |      --      |    Inf 
1514.75/1514.79	c  1515s|  8120k|  2582k| 25324k|   3.1 |1973M|  63 |   8 |  70 |6606 |  70 |  21 |  20 |3338k|4075 | 0.000000e+00 |      --      |    Inf 
1516.95/1516.94	c  1517s|  8130k|  2585k| 25355k|   3.1 |1975M|  63 |   - |  70 |5964 |  70 |  21 |  20 |3342k|4078 | 0.000000e+00 |      --      |    Inf 
1519.15/1519.16	c  1519s|  8140k|  2588k| 25387k|   3.1 |1978M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |3347k|4080 | 0.000000e+00 |      --      |    Inf 
1521.13/1521.11	c  1521s|  8150k|  2591k| 25418k|   3.1 |1980M|  63 |   8 |  70 |5954 |  70 |  21 |  20 |3351k|4080 | 0.000000e+00 |      --      |    Inf 
1523.03/1523.06	c  1523s|  8160k|  2594k| 25450k|   3.1 |1983M|  63 |   8 |  70 |6583 |  70 |  21 |  20 |3355k|4082 | 0.000000e+00 |      --      |    Inf 
1524.94/1524.90	c  1525s|  8170k|  2598k| 25482k|   3.1 |1986M|  63 |   8 |  70 |8157 |  70 |  21 |  20 |3359k|4082 | 0.000000e+00 |      --      |    Inf 
1527.23/1527.20	c  1527s|  8180k|  2601k| 25512k|   3.1 |1987M|  63 |   - |  70 |6091 |  70 |  21 |  20 |3364k|4090 | 0.000000e+00 |      --      |    Inf 
1529.33/1529.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.33/1529.30	c  1529s|  8190k|  2604k| 25543k|   3.1 |1990M|  63 |   8 |  70 |5742 |  70 |  21 |  20 |3368k|4092 | 0.000000e+00 |      --      |    Inf 
1531.25/1531.28	c  1531s|  8200k|  2607k| 25574k|   3.1 |1992M|  63 |   - |  70 |5692 |  70 |  21 |  20 |3372k|4093 | 0.000000e+00 |      --      |    Inf 
1533.35/1533.32	c  1533s|  8210k|  2610k| 25606k|   3.1 |1994M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |3376k|4094 | 0.000000e+00 |      --      |    Inf 
1535.23/1535.26	c  1535s|  8220k|  2613k| 25637k|   3.1 |1997M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |3380k|4094 | 0.000000e+00 |      --      |    Inf 
1537.33/1537.31	c  1537s|  8230k|  2616k| 25668k|   3.1 |1999M|  63 |   - |  70 |6147 |   0 |   0 |  20 |3385k|4095 | 0.000000e+00 |      --      |    Inf 
1539.33/1539.31	c  1539s|  8240k|  2618k| 25699k|   3.1 |2002M|  63 |   8 |  70 |6439 |  70 |  21 |  20 |3389k|4096 | 0.000000e+00 |      --      |    Inf 
1541.33/1541.34	c  1541s|  8250k|  2622k| 25729k|   3.1 |2004M|  63 |   8 |  70 |5967 |  70 |  21 |  20 |3393k|4096 | 0.000000e+00 |      --      |    Inf 
1543.35/1543.31	c  1543s|  8260k|  2624k| 25761k|   3.1 |2007M|  63 |   - |  70 |6558 |  70 |  21 |  20 |3397k|4096 | 0.000000e+00 |      --      |    Inf 
1545.54/1545.55	c  1546s|  8270k|  2627k| 25792k|   3.1 |2009M|  63 |   8 |  70 |6011 |  70 |  21 |  20 |3402k|4096 | 0.000000e+00 |      --      |    Inf 
1547.75/1547.72	c  1548s|  8280k|  2630k| 25824k|   3.1 |2011M|  63 |   8 |  70 |5709 |  70 |  21 |  20 |3406k|4096 | 0.000000e+00 |      --      |    Inf 
1549.63/1549.61	c  1550s|  8290k|  2633k| 25855k|   3.1 |2014M|  63 |   - |  70 |6779 |  70 |  21 |  20 |3410k|4096 | 0.000000e+00 |      --      |    Inf 
1551.64/1551.64	c  1552s|  8300k|  2636k| 25887k|   3.1 |2016M|  63 |   8 |  70 |6449 |  70 |  21 |  20 |3415k|4096 | 0.000000e+00 |      --      |    Inf 
1553.53/1553.59	c  1554s|  8310k|  2639k| 25919k|   3.1 |2019M|  63 |   8 |  70 |7283 |  70 |  21 |  20 |3419k|4096 | 0.000000e+00 |      --      |    Inf 
1555.53/1555.51	c  1556s|  8320k|  2643k| 25950k|   3.1 |2021M|  63 |   - |  70 |8570 |  70 |  21 |  20 |3423k|4096 | 0.000000e+00 |      --      |    Inf 
1557.74/1557.73	c  1558s|  8330k|  2646k| 25980k|   3.1 |2023M|  63 |   - |  70 |6592 |  70 |  21 |  20 |3427k|4096 | 0.000000e+00 |      --      |    Inf 
1559.75/1559.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1559.75/1559.75	c  1560s|  8340k|  2649k| 26010k|   3.1 |2026M|  63 |   8 |  70 |6731 |  70 |  21 |  20 |3431k|4096 | 0.000000e+00 |      --      |    Inf 
1561.73/1561.77	c  1562s|  8350k|  2652k| 26042k|   3.1 |2028M|  63 |   8 |  70 |7690 |  70 |  21 |  20 |3435k|4096 | 0.000000e+00 |      --      |    Inf 
1563.83/1563.83	c  1564s|  8360k|  2655k| 26073k|   3.1 |2031M|  63 |   8 |  70 |7120 |  70 |  21 |  20 |3440k|4096 | 0.000000e+00 |      --      |    Inf 
1565.83/1565.84	c  1566s|  8370k|  2657k| 26104k|   3.1 |2033M|  63 |   8 |  70 |7093 |  70 |  21 |  20 |3444k|4096 | 0.000000e+00 |      --      |    Inf 
1567.93/1567.95	c  1568s|  8380k|  2660k| 26135k|   3.1 |2035M|  63 |   8 |  70 |6508 |  70 |  21 |  20 |3448k|4096 | 0.000000e+00 |      --      |    Inf 
1569.83/1569.88	c  1570s|  8390k|  2664k| 26165k|   3.1 |2038M|  63 |   - |  70 |7742 |  70 |  21 |  20 |3452k|4096 | 0.000000e+00 |      --      |    Inf 
1571.84/1571.81	c  1572s|  8400k|  2667k| 26194k|   3.1 |2040M|  63 |   - |  70 |7822 |  70 |  21 |  20 |3456k|4096 | 0.000000e+00 |      --      |    Inf 
1573.83/1573.86	c  1574s|  8410k|  2670k| 26226k|   3.1 |2043M|  63 |   8 |  70 |7420 |  70 |  21 |  20 |3460k|4097 | 0.000000e+00 |      --      |    Inf 
1575.93/1575.95	c  1576s|  8420k|  2673k| 26257k|   3.1 |2045M|  63 |   - |  70 |6719 |  70 |  21 |  20 |3465k|4097 | 0.000000e+00 |      --      |    Inf 
1577.93/1577.98	c  1578s|  8430k|  2677k| 26287k|   3.1 |2047M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3469k|4099 | 0.000000e+00 |      --      |    Inf 
1580.03/1580.00	c  1580s|  8440k|  2679k| 26319k|   3.1 |2050M|  63 |   8 |  70 |6989 |  70 |  21 |  20 |3473k|4099 | 0.000000e+00 |      --      |    Inf 
1581.93/1581.92	c  1582s|  8450k|  2683k| 26350k|   3.1 |2052M|  63 |   8 |  70 |8130 |  70 |  21 |  20 |3477k|4099 | 0.000000e+00 |      --      |    Inf 
1583.95/1584.01	c  1584s|  8460k|  2685k| 26381k|   3.1 |2055M|  63 |   8 |  70 |7916 |  70 |  21 |  20 |3481k|4105 | 0.000000e+00 |      --      |    Inf 
1586.03/1586.02	c  1586s|  8470k|  2688k| 26414k|   3.1 |2057M|  63 |   8 |  70 |7702 |  70 |  21 |  20 |3486k|4105 | 0.000000e+00 |      --      |    Inf 
1587.93/1587.99	c  1588s|  8480k|  2691k| 26446k|   3.1 |2060M|  63 |   - |  70 |8283 |  70 |  21 |  20 |3490k|4105 | 0.000000e+00 |      --      |    Inf 
1590.04/1590.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1590.04/1590.00	c  1590s|  8490k|  2695k| 26477k|   3.1 |2062M|  63 |   8 |  70 |9262 |  70 |  21 |  20 |3495k|4105 | 0.000000e+00 |      --      |    Inf 
1592.24/1592.28	c  1592s|  8500k|  2698k| 26509k|   3.1 |2064M|  63 |   - |  70 |6639 |   0 |   0 |  20 |3499k|4118 | 0.000000e+00 |      --      |    Inf 
1594.43/1594.40	c  1594s|  8510k|  2700k| 26540k|   3.1 |2066M|  63 |   8 |  70 |6066 |  70 |  21 |  20 |3503k|4118 | 0.000000e+00 |      --      |    Inf 
1596.53/1596.52	c  1597s|  8520k|  2703k| 26572k|   3.1 |2069M|  63 |   - |  70 |5900 |  70 |  21 |  20 |3507k|4118 | 0.000000e+00 |      --      |    Inf 
1598.74/1598.76	c  1599s|  8530k|  2706k| 26604k|   3.1 |2071M|  63 |   8 |  70 |5573 |  70 |  21 |  20 |3512k|4119 | 0.000000e+00 |      --      |    Inf 
1600.93/1600.95	c  1601s|  8540k|  2709k| 26635k|   3.1 |2073M|  63 |   8 |  70 |5686 |  70 |  21 |  20 |3516k|4119 | 0.000000e+00 |      --      |    Inf 
1603.13/1603.10	c  1603s|  8550k|  2712k| 26667k|   3.1 |2076M|  63 |   - |  70 |5450 |  70 |  21 |  20 |3520k|4122 | 0.000000e+00 |      --      |    Inf 
1605.23/1605.23	c  1605s|  8560k|  2714k| 26698k|   3.1 |2078M|  63 |   - |  70 |5501 |  70 |  21 |  20 |3525k|4124 | 0.000000e+00 |      --      |    Inf 
1607.23/1607.25	c  1607s|  8570k|  2717k| 26729k|   3.1 |2081M|  63 |   8 |  70 |5992 |  70 |  21 |  20 |3529k|4124 | 0.000000e+00 |      --      |    Inf 
1609.04/1609.07	c  1609s|  8580k|  2721k| 26759k|   3.1 |2083M|  63 |   8 |  70 |6778 |  70 |  21 |  20 |3533k|4124 | 0.000000e+00 |      --      |    Inf 
1611.33/1611.36	c  1611s|  8590k|  2724k| 26789k|   3.1 |2085M|  63 |   8 |  70 |5821 |  70 |  21 |  20 |3537k|4124 | 0.000000e+00 |      --      |    Inf 
1613.44/1613.42	c  1613s|  8600k|  2727k| 26820k|   3.1 |2088M|  63 |   - |  70 |5823 |  70 |  21 |  20 |3541k|4124 | 0.000000e+00 |      --      |    Inf 
1615.34/1615.38	c  1615s|  8610k|  2730k| 26853k|   3.1 |2090M|  63 |   8 |  70 |6923 |  70 |  21 |  20 |3546k|4124 | 0.000000e+00 |      --      |    Inf 
1617.34/1617.39	c  1617s|  8620k|  2732k| 26886k|   3.1 |2093M|  63 |   - |  70 |7493 |  70 |  21 |  20 |3550k|4124 | 0.000000e+00 |      --      |    Inf 
1619.53/1619.58	c  1620s|  8630k|  2735k| 26917k|   3.1 |2095M|  63 |   8 |  70 |6983 |  70 |  21 |  20 |3555k|4128 | 0.000000e+00 |      --      |    Inf 
1621.53/1621.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1621.53/1621.56	c  1622s|  8640k|  2738k| 26949k|   3.1 |2098M|  63 |   8 |  70 |7512 |  70 |  21 |  20 |3559k|4128 | 0.000000e+00 |      --      |    Inf 
1623.54/1623.60	c  1624s|  8650k|  2741k| 26980k|   3.1 |2100M|  63 |   8 |  70 |7907 |  70 |  21 |  20 |3564k|4128 | 0.000000e+00 |      --      |    Inf 
1625.85/1625.87	c  1626s|  8660k|  2744k| 27011k|   3.1 |2102M|  63 |   8 |  70 |6897 |  70 |  21 |  20 |3568k|4129 | 0.000000e+00 |      --      |    Inf 
1627.83/1627.83	c  1628s|  8670k|  2747k| 27043k|   3.1 |2105M|  63 |   - |  70 |8077 |  70 |  21 |  20 |3572k|4130 | 0.000000e+00 |      --      |    Inf 
1629.94/1629.90	c  1630s|  8680k|  2750k| 27073k|   3.1 |2107M|  63 |   - |  70 |8738 |   0 |   0 |  20 |3576k|4130 | 0.000000e+00 |      --      |    Inf 
1632.03/1632.09	c  1632s|  8690k|  2754k| 27104k|   3.1 |2110M|  63 |   8 |  70 |7799 |  70 |  21 |  20 |3580k|4137 | 0.000000e+00 |      --      |    Inf 
1634.23/1634.29	c  1634s|  8700k|  2757k| 27134k|   3.1 |2112M|  63 |   8 |  70 |6393 |  70 |  21 |  20 |3584k|4137 | 0.000000e+00 |      --      |    Inf 
1636.43/1636.40	c  1636s|  8710k|  2759k| 27165k|   3.1 |2114M|  63 |   8 |  70 |6692 |  70 |  21 |  20 |3589k|4139 | 0.000000e+00 |      --      |    Inf 
1638.63/1638.65	c  1639s|  8720k|  2762k| 27196k|   3.1 |2116M|  63 |   8 |  70 |5924 |  70 |  21 |  20 |3593k|4139 | 0.000000e+00 |      --      |    Inf 
1640.73/1640.75	c  1641s|  8730k|  2765k| 27227k|   3.1 |2119M|  63 |   8 |  70 |6003 |  70 |  21 |  20 |3597k|4139 | 0.000000e+00 |      --      |    Inf 
1642.74/1642.76	c  1643s|  8740k|  2768k| 27258k|   3.1 |2121M|  63 |   8 |  70 |5632 |  70 |  21 |  20 |3602k|4139 | 0.000000e+00 |      --      |    Inf 
1644.83/1644.84	c  1645s|  8750k|  2771k| 27289k|   3.1 |2123M|  63 |   8 |  70 |5816 |  70 |  21 |  20 |3606k|4139 | 0.000000e+00 |      --      |    Inf 
1646.93/1646.91	c  1647s|  8760k|  2774k| 27320k|   3.1 |2126M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3610k|4139 | 0.000000e+00 |      --      |    Inf 
1648.95/1648.95	c  1649s|  8770k|  2777k| 27352k|   3.1 |2128M|  63 |   8 |  70 |6322 |  70 |  21 |  20 |3614k|4139 | 0.000000e+00 |      --      |    Inf 
1650.94/1650.92	c  1651s|  8780k|  2780k| 27384k|   3.1 |2131M|  63 |   - |  70 |7764 |  70 |  21 |  20 |3619k|4139 | 0.000000e+00 |      --      |    Inf 
1653.14/1653.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1653.14/1653.13	c  1653s|  8790k|  2783k| 27415k|   3.1 |2133M|  63 |   8 |  70 |6621 |  70 |  21 |  20 |3623k|4139 | 0.000000e+00 |      --      |    Inf 
1655.04/1655.09	c  1655s|  8800k|  2786k| 27449k|   3.1 |2135M|  63 |   8 |  70 |7992 |  70 |  21 |  20 |3627k|4139 | 0.000000e+00 |      --      |    Inf 
1657.04/1657.02	c  1657s|  8810k|  2790k| 27480k|   3.1 |2138M|  63 |   - |  70 |8692 |  70 |  21 |  20 |3631k|4139 | 0.000000e+00 |      --      |    Inf 
1659.14/1659.11	c  1659s|  8820k|  2793k| 27512k|   3.1 |2141M|  63 |   - |  70 |9064 |  70 |  21 |  20 |3635k|4139 | 0.000000e+00 |      --      |    Inf 
1661.24/1661.26	c  1661s|  8830k|  2796k| 27544k|   3.1 |2143M|  63 |   8 |  70 |9153 |  70 |  21 |  20 |3640k|4139 | 0.000000e+00 |      --      |    Inf 
1663.43/1663.45	c  1663s|  8840k|  2799k| 27577k|   3.1 |2145M|  63 |   8 |  70 |9218 |  70 |  21 |  20 |3644k|4139 | 0.000000e+00 |      --      |    Inf 
1665.73/1665.71	c  1666s|  8850k|  2802k| 27608k|   3.1 |2147M|  63 |   8 |  70 |7923 |  70 |  21 |  20 |3648k|4140 | 0.000000e+00 |      --      |    Inf 
1667.74/1667.74	c  1668s|  8860k|  2805k| 27640k|   3.1 |2150M|  63 |   - |  70 |9028 |  70 |  21 |  20 |3653k|4140 | 0.000000e+00 |      --      |    Inf 
1669.93/1669.93	c  1670s|  8870k|  2808k| 27672k|   3.1 |2153M|  63 |   - |  70 |9455 |  70 |  21 |  20 |3657k|4140 | 0.000000e+00 |      --      |    Inf 
1672.24/1672.27	c  1672s|  8880k|  2811k| 27703k|   3.1 |2154M|  63 |   8 |  70 |7075 |  70 |  21 |  20 |3661k|4146 | 0.000000e+00 |      --      |    Inf 
1674.15/1674.17	c  1674s|  8890k|  2814k| 27734k|   3.1 |2157M|  63 |   - |  70 |7609 |  70 |  21 |  20 |3666k|4146 | 0.000000e+00 |      --      |    Inf 
1676.34/1676.37	c  1676s|  8900k|  2817k| 27765k|   3.1 |2159M|  63 |   8 |  70 |6963 |  70 |  21 |  20 |3670k|4146 | 0.000000e+00 |      --      |    Inf 
1678.23/1678.29	c  1678s|  8910k|  2821k| 27796k|   3.1 |2162M|  63 |   8 |  70 |8311 |  70 |  21 |  20 |3674k|4146 | 0.000000e+00 |      --      |    Inf 
1680.53/1680.56	c  1681s|  8920k|  2824k| 27826k|   3.1 |2164M|  63 |   - |  70 |6556 |  70 |  21 |  20 |3678k|4154 | 0.000000e+00 |      --      |    Inf 
1682.53/1682.57	c  1683s|  8930k|  2827k| 27857k|   3.1 |2166M|  63 |   - |  70 |7078 |  70 |  21 |  20 |3682k|4158 | 0.000000e+00 |      --      |    Inf 
1684.64/1684.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1684.64/1684.68	c  1685s|  8940k|  2830k| 27889k|   3.1 |2169M|  63 |   8 |  70 |6619 |  70 |  21 |  20 |3687k|4162 | 0.000000e+00 |      --      |    Inf 
1686.74/1686.78	c  1687s|  8950k|  2833k| 27920k|   3.1 |2171M|  63 |   8 |  70 |6358 |  70 |  21 |  20 |3691k|4164 | 0.000000e+00 |      --      |    Inf 
1688.83/1688.87	c  1689s|  8960k|  2836k| 27950k|   3.1 |2173M|  63 |   8 |  70 |6310 |  70 |  21 |  20 |3695k|4164 | 0.000000e+00 |      --      |    Inf 
1690.94/1690.95	c  1691s|  8970k|  2839k| 27982k|   3.1 |2176M|  63 |   8 |  70 |6505 |  70 |  21 |  20 |3700k|4166 | 0.000000e+00 |      --      |    Inf 
1693.04/1693.06	c  1693s|  8980k|  2842k| 28013k|   3.1 |2178M|  63 |   - |  70 |6575 |   0 |   0 |  20 |3704k|4166 | 0.000000e+00 |      --      |    Inf 
1695.05/1695.09	c  1695s|  8990k|  2844k| 28044k|   3.1 |2181M|  63 |   8 |  70 |6522 |  70 |  21 |  20 |3708k|4168 | 0.000000e+00 |      --      |    Inf 
1697.04/1697.02	c  1697s|  9000k|  2848k| 28076k|   3.1 |2183M|  63 |   8 |  70 |7517 |  70 |  21 |  20 |3712k|4168 | 0.000000e+00 |      --      |    Inf 
1698.93/1698.91	c  1699s|  9010k|  2851k| 28108k|   3.1 |2186M|  63 |   8 |  70 |7560 |  70 |  21 |  20 |3716k|4168 | 0.000000e+00 |      --      |    Inf 
1700.93/1700.93	c  1701s|  9020k|  2854k| 28138k|   3.1 |2188M|  63 |   - |  70 |8432 |  70 |  21 |  20 |3721k|4171 | 0.000000e+00 |      --      |    Inf 
1703.13/1703.16	c  1703s|  9030k|  2857k| 28169k|   3.1 |2190M|  63 |   8 |  70 |6798 |  70 |  21 |  20 |3725k|4173 | 0.000000e+00 |      --      |    Inf 
1705.33/1705.33	c  1705s|  9040k|  2860k| 28200k|   3.1 |2193M|  63 |   8 |  70 |5978 |  70 |  21 |  20 |3729k|4176 | 0.000000e+00 |      --      |    Inf 
1707.34/1707.35	c  1707s|  9050k|  2863k| 28232k|   3.1 |2195M|  63 |   8 |  70 |6050 |  70 |  21 |  20 |3733k|4180 | 0.000000e+00 |      --      |    Inf 
1709.45/1709.47	c  1709s|  9060k|  2866k| 28263k|   3.1 |2197M|  63 |   8 |  70 |5607 |  70 |  21 |  20 |3738k|4180 | 0.000000e+00 |      --      |    Inf 
1711.65/1711.67	c  1712s|  9070k|  2868k| 28294k|   3.1 |2200M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3742k|4181 | 0.000000e+00 |      --      |    Inf 
1713.75/1713.77	c  1714s|  9080k|  2871k| 28325k|   3.1 |2202M|  63 |   8 |  70 |5834 |  70 |  21 |  20 |3746k|4182 | 0.000000e+00 |      --      |    Inf 
1715.84/1715.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1715.84/1715.82	c  1716s|  9090k|  2874k| 28357k|   3.1 |2204M|  63 |   8 |  70 |6019 |  70 |  21 |  20 |3751k|4182 | 0.000000e+00 |      --      |    Inf 
1717.93/1717.90	c  1718s|  9100k|  2877k| 28389k|   3.1 |2207M|  63 |   - |  70 |6033 |  70 |  21 |  20 |3755k|4182 | 0.000000e+00 |      --      |    Inf 
1719.93/1719.97	c  1720s|  9110k|  2880k| 28420k|   3.1 |2209M|  63 |   - |  70 |6138 |  70 |  21 |  20 |3759k|4182 | 0.000000e+00 |      --      |    Inf 
1722.14/1722.19	c  1722s|  9120k|  2883k| 28451k|   3.1 |2211M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |3763k|4182 | 0.000000e+00 |      --      |    Inf 
1724.33/1724.38	c  1724s|  9130k|  2886k| 28482k|   3.1 |2214M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |3768k|4182 | 0.000000e+00 |      --      |    Inf 
1726.43/1726.41	c  1726s|  9140k|  2889k| 28512k|   3.1 |2216M|  63 |   8 |  70 |5560 |  70 |  21 |  20 |3772k|4182 | 0.000000e+00 |      --      |    Inf 
1728.44/1728.40	c  1728s|  9150k|  2892k| 28544k|   3.1 |2219M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |3776k|4182 | 0.000000e+00 |      --      |    Inf 
1730.44/1730.45	c  1730s|  9160k|  2894k| 28576k|   3.1 |2221M|  63 |   8 |  70 |7171 |  70 |  21 |  20 |3781k|4182 | 0.000000e+00 |      --      |    Inf 
1732.74/1732.76	c  1733s|  9170k|  2897k| 28607k|   3.1 |2223M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |3785k|4182 | 0.000000e+00 |      --      |    Inf 
1734.54/1734.58	c  1735s|  9180k|  2901k| 28637k|   3.1 |2226M|  63 |   8 |  70 |7231 |  70 |  21 |  20 |3789k|4182 | 0.000000e+00 |      --      |    Inf 
1736.73/1736.75	c  1737s|  9190k|  2904k| 28669k|   3.1 |2228M|  63 |   - |  70 |6464 |  70 |  21 |  20 |3793k|4185 | 0.000000e+00 |      --      |    Inf 
1738.94/1738.91	c  1739s|  9200k|  2907k| 28700k|   3.1 |2230M|  63 |   - |  70 |6102 |  70 |  21 |  20 |3797k|4187 | 0.000000e+00 |      --      |    Inf 
1741.04/1741.08	c  1741s|  9210k|  2909k| 28730k|   3.1 |2233M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |3801k|4187 | 0.000000e+00 |      --      |    Inf 
1743.23/1743.26	c  1743s|  9220k|  2912k| 28762k|   3.1 |2235M|  63 |   8 |  70 |5994 |  70 |  21 |  20 |3806k|4192 | 0.000000e+00 |      --      |    Inf 
1745.34/1745.34	c  1745s|  9230k|  2915k| 28793k|   3.1 |2238M|  63 |   8 |  70 |5818 |  70 |  21 |  20 |3810k|4192 | 0.000000e+00 |      --      |    Inf 
1747.34/1747.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1747.34/1747.35	c  1747s|  9240k|  2919k| 28822k|   3.1 |2240M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |3814k|4194 | 0.000000e+00 |      --      |    Inf 
1749.44/1749.44	c  1749s|  9250k|  2922k| 28853k|   3.1 |2242M|  63 |   8 |  70 |5987 |  70 |  21 |  20 |3818k|4196 | 0.000000e+00 |      --      |    Inf 
1751.54/1751.53	c  1752s|  9260k|  2925k| 28885k|   3.1 |2245M|  63 |   - |  70 |6439 |  70 |  21 |  20 |3823k|4196 | 0.000000e+00 |      --      |    Inf 
1753.73/1753.76	c  1754s|  9270k|  2927k| 28917k|   3.1 |2247M|  63 |   8 |  70 |6224 |  70 |  21 |  20 |3827k|4198 | 0.000000e+00 |      --      |    Inf 
1755.74/1755.70	c  1756s|  9280k|  2930k| 28949k|   3.1 |2250M|  63 |   - |  70 |6816 |  70 |  21 |  20 |3831k|4198 | 0.000000e+00 |      --      |    Inf 
1757.85/1757.89	c  1758s|  9290k|  2933k| 28980k|   3.1 |2252M|  63 |   8 |  70 |6037 |  70 |  21 |  20 |3835k|4198 | 0.000000e+00 |      --      |    Inf 
1759.95/1760.00	c  1760s|  9300k|  2936k| 29011k|   3.1 |2254M|  63 |   8 |  70 |6041 |  70 |  21 |  20 |3840k|4198 | 0.000000e+00 |      --      |    Inf 
1762.04/1762.04	c  1762s|  9310k|  2939k| 29042k|   3.1 |2257M|  63 |   - |  70 |6579 |  70 |  21 |  20 |3844k|4198 | 0.000000e+00 |      --      |    Inf 
1764.23/1764.25	c  1764s|  9320k|  2942k| 29073k|   3.1 |2259M|  63 |   - |  70 |5732 |  70 |  21 |  20 |3849k|4199 | 0.000000e+00 |      --      |    Inf 
1766.33/1766.30	c  1766s|  9330k|  2944k| 29104k|   3.1 |2261M|  63 |   8 |  70 |6406 |  70 |  21 |  20 |3853k|4201 | 0.000000e+00 |      --      |    Inf 
1768.63/1768.66	c  1769s|  9340k|  2947k| 29135k|   3.1 |2264M|  63 |   - |  70 |5501 |  70 |  21 |  20 |3857k|4204 | 0.000000e+00 |      --      |    Inf 
1770.84/1770.88	c  1771s|  9350k|  2950k| 29166k|   3.1 |2266M|  63 |   8 |  70 |5408 |  70 |  21 |  20 |3862k|4204 | 0.000000e+00 |      --      |    Inf 
1773.03/1773.02	c  1773s|  9360k|  2953k| 29196k|   3.1 |2268M|  63 |   - |  70 |5522 |   0 |   0 |  20 |3866k|4205 | 0.000000e+00 |      --      |    Inf 
1775.14/1775.10	c  1775s|  9370k|  2955k| 29228k|   3.1 |2271M|  63 |   - |  70 |6058 |  70 |  21 |  20 |3870k|4205 | 0.000000e+00 |      --      |    Inf 
1777.33/1777.36	c  1777s|  9380k|  2958k| 29259k|   3.1 |2273M|  63 |   - |  70 |5603 |  70 |  21 |  20 |3875k|4206 | 0.000000e+00 |      --      |    Inf 
1779.14/1779.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1779.14/1779.20	c  1779s|  9390k|  2962k| 29291k|   3.1 |2276M|  63 |   8 |  70 |6428 |  70 |  21 |  20 |3879k|4207 | 0.000000e+00 |      --      |    Inf 
1781.13/1781.14	c  1781s|  9400k|  2966k| 29322k|   3.1 |2278M|  63 |   8 |  70 |7034 |  70 |  21 |  20 |3883k|4207 | 0.000000e+00 |      --      |    Inf 
1783.44/1783.40	c  1783s|  9410k|  2968k| 29354k|   3.1 |2280M|  63 |   8 |  70 |7040 |  70 |  21 |  20 |3887k|4207 | 0.000000e+00 |      --      |    Inf 
1785.54/1785.52	c  1786s|  9420k|  2972k| 29385k|   3.1 |2283M|  63 |   - |  70 |7240 |  70 |  21 |  20 |3891k|4212 | 0.000000e+00 |      --      |    Inf 
1787.55/1787.59	c  1788s|  9430k|  2975k| 29415k|   3.1 |2285M|  63 |   8 |  70 |7077 |  70 |  21 |  20 |3895k|4212 | 0.000000e+00 |      --      |    Inf 
1790.03/1790.02	c  1790s|  9440k|  2978k| 29445k|   3.1 |2287M|  63 |   8 |  70 |5607 |  70 |  21 |  20 |3899k|4212 | 0.000000e+00 |      --      |    Inf 
1792.13/1792.10	c  1792s|  9450k|  2981k| 29476k|   3.1 |2290M|  63 |   8 |  70 |5915 |  70 |  21 |  20 |3904k|4213 | 0.000000e+00 |      --      |    Inf 
1794.24/1794.28	c  1794s|  9460k|  2983k| 29507k|   3.1 |2292M|  63 |   - |  70 |5545 |  70 |  21 |  20 |3908k|4213 | 0.000000e+00 |      --      |    Inf 
1796.44/1796.46	c  1796s|  9470k|  2986k| 29538k|   3.1 |2294M|  63 |   8 |  70 |5526 |  70 |  21 |  20 |3912k|4215 | 0.000000e+00 |      --      |    Inf 
1798.45/1798.47	c  1798s|  9480k|  2989k| 29569k|   3.1 |2297M|  63 |   8 |  70 |5941 |  70 |  21 |  20 |3916k|4215 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 9487772
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.01 (included in solving)
1800.03/1800.00	c   reading          :       0.00 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3450859-1307093686.opb
1800.03/1800.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 17 initial, 17 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3450859-1307093686.opb
1800.03/1800.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 8 initial, 9941 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0    6256618          0          4          0        281       1222          0          0   12510474
1800.03/1800.00	c   linear           :          8+         7   21417237          0          1          3    2453318     114923    4654184          0          0          0
1800.03/1800.00	c   logicor          :          0+         6    8773212          0          0          0    5613932       7586    2990743          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      37.56       0.00       0.00      37.56       0.00       0.00       0.00
1800.03/1800.00	c   linear           :      93.92       0.00      85.74       0.00       0.00       0.00       8.17
1800.03/1800.00	c   logicor          :     252.03       0.00     242.05       0.00       0.00       0.00       9.98
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          0          0          0          0
1800.03/1800.00	c   pseudoobj        :          0          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       3.18       3.18       0.00
1800.03/1800.00	c   rootredcost      :       3.61       3.61       0.00
1800.03/1800.00	c   pseudoobj        :       2.21       2.21       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       9.83     122509     116283     439779       49.2         63       40.5          -
1800.03/1800.00	c   infeasible LP    :      96.79    3124087    3123989    5966484       32.5      36559       37.3          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    3185736       26.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -     734540       38.5          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 46)
1800.03/1800.00	c   redcost          :       9.32    6256623          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          6          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          6          0          0         18          0
1800.03/1800.00	c   cmir             :       0.02          6          0          0         13          0
1800.03/1800.00	c   flowcover        :       0.02          6          0          0         20          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.02          1          0          0          0          1
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      34.33    6256618        281       1222          0          0   12510474
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       2.73          0          0
1800.03/1800.00	c   crossover        :       1.78          0          0
1800.03/1800.00	c   guideddiving     :       0.14          0          0
1800.03/1800.00	c   feaspump         :       0.12         16          0
1800.03/1800.00	c   coefdiving       :       0.13         33          0
1800.03/1800.00	c   pscostdiving     :       0.13         33          0
1800.03/1800.00	c   fracdiving       :       0.15         33          0
1800.03/1800.00	c   veclendiving     :       0.13         33          0
1800.03/1800.00	c   linesearchdiving :       0.12         33          0
1800.03/1800.00	c   objpscostdiving  :       0.11         17          0
1800.03/1800.00	c   rootsoldiving    :       0.13         17          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.00          1          0
1800.03/1800.00	c   simplerounding   :       0.99          0          0
1800.03/1800.00	c   zirounding       :      21.06          0          0
1800.03/1800.00	c   rounding         :       2.87      35443          0
1800.03/1800.00	c   shifting         :       4.33      11198          0
1800.03/1800.00	c   intshifting      :       0.09          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.02          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       1.32          0          0
1800.03/1800.00	c   trysol           :       1.71          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :     602.49    9217621   29589574       3.21   49112.21
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.09       1628       3193       1.96   36764.54
1800.03/1800.00	c   strong branching :       0.57       4215      28501       6.76   49803.85
1800.03/1800.00	c     (at root node) :          -         10        369      36.90          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    9487772
1800.03/1800.00	c   nodes (total)    :    9487772
1800.03/1800.00	c   nodes left       :    2992006
1800.03/1800.00	c   max depth        :         63
1800.03/1800.00	c   max depth (total):         63
1800.03/1800.00	c   backtracks       :     839209 (8.8%)
1800.03/1800.00	c   delayed cutoffs  :      30699
1800.03/1800.00	c   repropagations   :    8439172 (3033991 domain reductions, 13925 cutoffs)
1800.03/1800.00	c   avg switch length:       5.50
1800.03/1800.00	c   switching time   :     368.38
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/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-3450859-1307093686/watcher-3450859-1307093686 -o /tmp/evaluation-result-3450859-1307093686/solver-3450859-1307093686 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450859-1307093686.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 2.08 2.04 1.99 2/400 27136
/proc/meminfo: memFree=29976372/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=18724 CPUtime=0 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 3768 0 0 0 0 0 0 0 25 0 1 0 820968399 19173376 3464 33554432000 4194304 9163163 140735339636160 18446744073709551615 6624848 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 4681 3464 578 1214 0 3463 0

[startup+0.0176711 s]
/proc/loadavg: 2.08 2.04 1.99 2/400 27136
/proc/meminfo: memFree=29976372/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=18724 CPUtime=0.01 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 3830 0 0 0 1 0 0 0 25 0 1 0 820968399 19173376 3526 33554432000 4194304 9163163 140735339636160 18446744073709551615 8090608 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 4681 3527 641 1214 0 3463 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18724

[startup+0.100685 s]
/proc/loadavg: 2.08 2.04 1.99 2/400 27136
/proc/meminfo: memFree=29976372/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=30528 CPUtime=0.09 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 7181 0 0 0 9 0 0 0 25 0 1 0 820968399 31260672 6171 33554432000 4194304 9163163 140735339636160 18446744073709551615 4336880 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 7632 6171 699 1214 0 6414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30528

[startup+0.3006 s]
/proc/loadavg: 2.08 2.04 1.99 2/400 27136
/proc/meminfo: memFree=29976372/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=24668 CPUtime=0.29 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 7187 0 0 0 28 1 0 0 25 0 1 0 820968399 25260032 5136 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 6167 5136 705 1214 0 4949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24668

[startup+0.700528 s]
/proc/loadavg: 2.08 2.04 1.99 2/400 27136
/proc/meminfo: memFree=29976372/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=24668 CPUtime=0.69 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 7195 0 0 0 66 3 0 0 25 0 1 0 820968399 25260032 5144 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 6167 5144 705 1214 0 4949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24668

[startup+1.50039 s]
/proc/loadavg: 2.08 2.04 1.99 3/401 27137
/proc/meminfo: memFree=29956400/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=24668 CPUtime=1.49 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 7204 0 0 0 141 8 0 0 25 0 1 0 820968399 25260032 5153 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 6167 5153 705 1214 0 4949 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24668

[startup+3.1011 s]
/proc/loadavg: 2.08 2.04 1.99 3/401 27137
/proc/meminfo: memFree=29954664/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=26196 CPUtime=3.09 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 7526 0 0 0 289 20 0 0 25 0 1 0 820968399 26824704 5475 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 6549 5475 705 1214 0 5331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26196

[startup+6.30057 s]
/proc/loadavg: 2.07 2.03 1.99 3/401 27137
/proc/meminfo: memFree=29948960/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=32432 CPUtime=6.29 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 9126 0 0 0 584 45 0 0 25 0 1 0 820968399 33210368 7075 33554432000 4194304 9163163 140735339636160 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 8108 7075 705 1214 0 6890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32432

[startup+12.7004 s]
/proc/loadavg: 2.06 2.03 1.99 3/401 27137
/proc/meminfo: memFree=29930540/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=45252 CPUtime=12.69 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 12354 0 0 0 1197 72 0 0 25 0 1 0 820968399 46338048 10303 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 11313 10303 705 1214 0 10095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45252

[startup+25.5012 s]
/proc/loadavg: 2.05 2.03 1.99 3/401 27137
/proc/meminfo: memFree=29891228/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=68584 CPUtime=25.49 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 18297 0 0 0 2420 129 0 0 25 0 1 0 820968399 70230016 16246 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 17146 16246 705 1214 0 15928 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68584

[startup+51.1005 s]
/proc/loadavg: 2.03 2.03 1.99 3/401 27138
/proc/meminfo: memFree=29819060/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=115396 CPUtime=51.09 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 29703 0 0 0 4866 243 0 0 25 0 1 0 820968399 118165504 27652 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 28849 27652 705 1214 0 27631 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115396

[startup+102.314 s]
/proc/loadavg: 2.01 2.02 1.99 3/401 27140
/proc/meminfo: memFree=29671896/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=203652 CPUtime=102.31 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 51195 0 0 0 9763 468 0 0 25 0 1 0 820968399 208539648 49144 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 50913 49144 705 1214 0 49695 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 203652

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.99 3/401 27141
/proc/meminfo: memFree=29513224/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=294284 CPUtime=162.3 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 74264 0 0 0 15494 736 0 0 25 0 1 0 820968399 301346816 72213 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 73571 72213 705 1214 0 72353 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 294284

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/401 27143
/proc/meminfo: memFree=29380868/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=387000 CPUtime=222.3 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 95814 0 0 0 21222 1008 0 0 25 0 1 0 820968399 396288000 93763 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 96750 93763 705 1214 0 95532 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 387000

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/401 27144
/proc/meminfo: memFree=29237960/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=473492 CPUtime=282.3 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 117849 0 0 0 26936 1294 0 0 25 0 1 0 820968399 484855808 115798 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 118373 115798 705 1214 0 117155 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 473492

[startup+342.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/401 27146
/proc/meminfo: memFree=29092824/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=556664 CPUtime=342.3 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 139100 0 0 0 32677 1553 0 0 25 0 1 0 820968399 570023936 137049 33554432000 4194304 9163163 140735339636160 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 139166 137049 705 1214 0 137948 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 556664

[startup+402.301 s]
/proc/loadavg: 2.09 2.04 2.00 3/401 27147
/proc/meminfo: memFree=28960724/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=639584 CPUtime=402.3 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 160185 0 0 0 38371 1859 0 0 25 0 1 0 820968399 654934016 158134 33554432000 4194304 9163163 140735339636160 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 159896 158134 705 1214 0 158678 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 639584

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/401 27149
/proc/meminfo: memFree=28870760/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=714696 CPUtime=462.3 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 179498 0 0 0 44077 2153 0 0 25 0 1 0 820968399 731848704 177447 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 178674 177447 705 1214 0 177456 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 714696

[startup+522.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/401 27151
/proc/meminfo: memFree=28761224/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=816592 CPUtime=522.31 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 201149 0 0 0 49772 2459 0 0 25 0 1 0 820968399 836190208 199098 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 204148 199098 705 1214 0 202930 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 816592

[startup+582.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/401 27152
/proc/meminfo: memFree=28682672/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=888052 CPUtime=582.31 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 219278 0 0 0 55463 2768 0 0 25 0 1 0 820968399 909365248 217227 33554432000 4194304 9163163 140735339636160 18446744073709551615 4553192 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 222013 217227 705 1214 0 220795 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 888052

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 27159
/proc/meminfo: memFree=28242800/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1190908 CPUtime=822.31 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 296710 0 0 0 78322 3909 0 0 25 0 1 0 820968399 1219489792 294659 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 297727 294659 705 1214 0 296509 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1190908

[startup+882.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/401 27160
/proc/meminfo: memFree=28138072/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1260604 CPUtime=882.32 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 314236 0 0 0 84049 4183 0 0 25 0 1 0 820968399 1290858496 312185 33554432000 4194304 9163163 140735339636160 18446744073709551615 6555935 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 315151 312185 705 1214 0 313933 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1260604

[startup+942.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/401 27162
/proc/meminfo: memFree=28031864/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1335152 CPUtime=942.31 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 333344 0 0 0 89768 4463 0 0 25 0 1 0 820968399 1367195648 331293 33554432000 4194304 9163163 140735339636160 18446744073709551615 6781455 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 333788 331293 705 1214 0 332570 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1335152

[startup+1002.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/401 27164
/proc/meminfo: memFree=27928020/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1406848 CPUtime=1002.31 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 351734 0 0 0 95518 4713 0 0 25 0 1 0 820968399 1440612352 349683 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 351712 349683 705 1214 0 350494 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1406848

[startup+1062.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/401 27165
/proc/meminfo: memFree=27828128/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1481352 CPUtime=1062.32 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 370414 0 0 0 101259 4973 0 0 25 0 1 0 820968399 1516904448 368363 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 370338 368363 705 1214 0 369120 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1481352

[startup+1122.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/401 27167
/proc/meminfo: memFree=27726636/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1552856 CPUtime=1122.32 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 388786 0 0 0 107001 5231 0 0 25 0 1 0 820968399 1590124544 386735 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 388214 386735 705 1214 0 386996 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1552856

[startup+1182.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/401 27168
/proc/meminfo: memFree=27631092/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1656620 CPUtime=1182.32 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 407061 0 0 0 112725 5507 0 0 25 0 1 0 820968399 1696378880 405010 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 414155 405010 705 1214 0 412937 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1656620

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/401 27170
/proc/meminfo: memFree=27540292/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1728368 CPUtime=1242.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 424899 0 0 0 118453 5780 0 0 25 0 1 0 820968399 1769848832 422848 33554432000 4194304 9163163 140735339636160 18446744073709551615 8003906 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 432092 422848 705 1214 0 430874 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1728368

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 27172
/proc/meminfo: memFree=27438536/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1801504 CPUtime=1302.34 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 443673 0 0 0 124172 6062 0 0 25 0 1 0 820968399 1844740096 441622 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 450376 441622 705 1214 0 449158 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1801504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 27173
/proc/meminfo: memFree=27344620/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1873924 CPUtime=1362.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 462276 0 0 0 129897 6336 0 0 25 0 1 0 820968399 1918898176 460225 33554432000 4194304 9163163 140735339636160 18446744073709551615 5275704 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 468481 460225 705 1214 0 467263 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1873924

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 27175
/proc/meminfo: memFree=27259224/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=1942320 CPUtime=1422.34 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 479848 0 0 0 135641 6593 0 0 25 0 1 0 820968399 1988935680 477797 33554432000 4194304 9163163 140735339636160 18446744073709551615 4209100 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 485580 477797 705 1214 0 484362 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1942320

[startup+1482.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/401 27176
/proc/meminfo: memFree=27161312/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=2009060 CPUtime=1482.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 497002 0 0 0 141355 6878 0 0 25 0 1 0 820968399 2057277440 494951 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 502265 494951 705 1214 0 501047 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2009060

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/401 27178
/proc/meminfo: memFree=27049516/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=2079300 CPUtime=1542.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 514343 0 0 0 147083 7150 0 0 25 0 1 0 820968399 2129203200 512292 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 519825 512292 705 1214 0 518607 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2079300

[startup+1602.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/401 27188
/proc/meminfo: memFree=26947864/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=2154048 CPUtime=1602.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 533506 0 0 0 152837 7396 0 0 25 0 1 0 820968399 2205745152 531455 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 538512 531455 705 1214 0 537294 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2154048

[startup+1662.3 s]
/proc/loadavg: 2.12 2.06 2.01 2/399 27191
/proc/meminfo: memFree=27970424/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=2220368 CPUtime=1662.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 550484 0 0 0 158593 7640 0 0 25 0 1 0 820968399 2273656832 548433 33554432000 4194304 9163163 140735339636160 18446744073709551615 6781440 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 555092 548433 705 1214 0 553874 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2220368

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/401 27220
/proc/meminfo: memFree=27809644/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=2282844 CPUtime=1722.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 566591 0 0 0 164371 7862 0 0 25 0 1 0 820968399 2337632256 564540 33554432000 4194304 9163163 140735339636160 18446744073709551615 5276072 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 570711 564540 705 1214 0 569493 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2282844

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/401 27224
/proc/meminfo: memFree=27688780/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=2349784 CPUtime=1782.33 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 583745 0 0 0 170157 8076 0 0 25 0 1 0 820968399 2406178816 581694 33554432000 4194304 9163163 140735339636160 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/27136/statm: 587446 581694 705 1214 0 586228 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2349784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.04 2.00 3/401 27225
/proc/meminfo: memFree=27653972/32950904 swapFree=56615552/67111528
[pid=27136] ppid=27134 vsize=2370332 CPUtime=1800.05 cores=0,2,4,6
/proc/27136/stat : 27136 (scip-2.0.1.4b.l) R 27134 27136 27067 0 -1 4202496 589012 0 0 0 171859 8146 0 0 18 0 1 0 820968399 2427219968 586961 33554432000 4194304 9163163 140735339636160 18446744073709551615 5263262 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27136/statm: 592583 586961 708 1214 0 591365 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2370332

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.11
CPU time (s): 1800.15
CPU user time (s): 1718.59
CPU system time (s): 81.5576
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2370332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1718.59
system time used= 81.5576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589012
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= 6
involuntary context switches= 984

runsolver used 6.87395 second user time and 16.0966 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-03 11:34:46
IDJOB=3450859
IDBENCH=2898
IDSOLVER=1948
FILE ID=node121/3450859-1307093686
RUNJOBID= node121-1307093547-27085
PBS_JOBID= 13497996
Free space on /tmp= 73940 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b 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.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450859-1307093686/watcher-3450859-1307093686 -o /tmp/evaluation-result-3450859-1307093686/solver-3450859-1307093686 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450859-1307093686.opb -t 1800 -m 15500

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=963578463

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      29976652 kB
Buffers:        272572 kB
Cached:         402516 kB
SwapCached:       9896 kB
Active:        2357512 kB
Inactive:       358184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      29976652 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:           12096 kB
Writeback:           0 kB
AnonPages:     2037580 kB
Mapped:          16072 kB
Slab:           139780 kB
PageTables:      51916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83722776 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= 73928 MiB
End job on node121 at 2011-06-03 12:04:49