Trace number 3488993

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_2 2011-06-10 (fixed)SAT9 1799.73 1799.69

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_4.opb
MD5SUM8206de06d2228a9d751f3cf3a6d7aa05
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1799.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5104
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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3488993-1307773377.opb>
0.00/0.00	c original problem has 172 variables (172 bin, 0 int, 0 impl, 0 cont) and 14 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) 0 del vars, 7 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    (0.0s) probing: 101/172 (58.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (2 rounds):
0.00/0.01	c  0 deleted vars, 7 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 172 variables (172 bin, 0 int, 0 impl, 0 cont) and 7 constraints
0.00/0.01	c       7 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 = 1797
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	o 1871
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 T 0.0s|     1 |     0 |     0 |     - | 631k|   0 |   - | 172 |   7 | 172 |   7 |   0 |   0 |   0 |      --      | 1.871000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    40 |     - | 603k|   0 |   7 | 172 |   7 | 172 |   7 |   0 |   0 |   0 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    47 |     - | 670k|   0 |  12 | 172 |   9 | 172 |  14 |   7 |   0 |   0 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    54 |     - | 744k|   0 |  15 | 172 |   9 | 172 |  19 |  12 |   0 |   0 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |    63 |     - | 794k|   0 |  15 | 172 |   9 | 172 |  22 |  15 |   0 |   0 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    85 |     - | 856k|   0 |  21 | 172 |   9 | 172 |  26 |  19 |   0 |   0 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    97 |     - | 866k|   0 |  22 | 172 |   9 | 172 |  29 |  22 |   0 |   0 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.07/0.08	c   0.1s|     1 |     0 |   105 |     - | 875k|   0 |  21 | 172 |   9 | 172 |  31 |  24 |   0 |   0 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.09/0.12	c   0.1s|     1 |     2 |   231 |     - | 877k|   0 |  21 | 172 |   9 | 172 |  31 |  24 |   0 |   9 | 0.000000e+00 | 1.871000e+03 |    Inf 
0.29/0.33	o 974
0.29/0.33	c p 0.3s|   256 |   257 |  2007 |   7.5 |1059k|  57 |   - | 172 |   9 | 172 |  21 |  24 |   8 | 470 | 0.000000e+00 | 9.740000e+02 |    Inf 
0.29/0.35	o 433
0.29/0.35	c f 0.3s|   289 |   281 |  2147 |   7.1 |1074k|  57 |   - | 172 |   9 | 172 |  21 |  24 |   8 | 494 | 0.000000e+00 | 4.330000e+02 |    Inf 
0.39/0.46	o 267
0.39/0.46	c c 0.5s|   618 |   600 |  4138 |   6.5 |1202k|  57 |   - | 172 |   9 | 172 |  21 |  24 |  16 | 512 | 0.000000e+00 | 2.670000e+02 |    Inf 
0.49/0.58	o 203
0.49/0.58	c g 0.6s|   976 |   948 |  6032 |   6.1 |1358k|  57 |   - | 172 |   9 | 172 |  21 |  24 |  26 | 524 | 0.000000e+00 | 2.030000e+02 |    Inf 
1.49/1.53	o 121
1.49/1.53	c c 1.5s|  3263 |  3181 | 19553 |   6.0 |2290k|  57 |   - | 172 |  21 | 172 |  21 |  24 | 117 | 577 | 0.000000e+00 | 1.210000e+02 |    Inf 
3.79/3.81	c   3.8s| 10000 |  9838 | 61525 |   6.1 |5094k|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 426 | 792 | 0.000000e+00 | 1.210000e+02 |    Inf 
3.89/3.96	o 120
3.89/3.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.96	c * 4.0s| 10455 | 10277 | 64254 |   6.1 |5294k|  57 |   - | 172 |  25 | 172 |  21 |  24 | 448 | 807 | 0.000000e+00 | 1.200000e+02 |    Inf 
4.59/4.67	o 62
4.59/4.67	c g 4.7s| 12335 | 10886 | 76264 |   6.2 |5592k|  57 |   - | 172 |  29 | 172 |  21 |  24 | 546 | 877 | 0.000000e+00 | 6.200000e+01 |    Inf 
6.99/7.06	c   7.1s| 20000 | 17672 |115535 |   5.8 |8833k|  57 |   7 | 172 |  28 | 172 |  21 |  24 | 841 |1404 | 0.000000e+00 | 6.200000e+01 |    Inf 
9.80/9.84	c   9.8s| 30000 | 25867 |166090 |   5.5 |  13M|  57 |   7 | 172 |  32 | 172 |  21 |  24 |1331 |1873 | 0.000000e+00 | 6.200000e+01 |    Inf 
12.49/12.58	c  12.6s| 40000 | 33828 |216661 |   5.4 |  17M|  57 |   7 | 172 |  37 | 172 |  21 |  24 |1946 |2234 | 0.000000e+00 | 6.200000e+01 |    Inf 
13.59/13.68	o 60
13.59/13.68	c *13.7s| 43849 | 36703 |236805 |   5.4 |  19M|  57 |   - | 172 |  36 | 172 |  21 |  24 |2183 |2366 | 0.000000e+00 | 6.000000e+01 |    Inf 
15.39/15.48	c  15.5s| 50000 | 41386 |268520 |   5.4 |  22M|  57 |   7 | 172 |  41 | 172 |  21 |  24 |2575 |2567 | 0.000000e+00 | 6.000000e+01 |    Inf 
18.19/18.21	c  18.2s| 60000 | 48900 |320225 |   5.3 |  26M|  57 |   7 | 172 |  48 | 172 |  21 |  24 |3224 |2876 | 0.000000e+00 | 6.000000e+01 |    Inf 
20.49/20.54	o 58
20.49/20.54	c *20.5s| 68264 | 54655 |362951 |   5.3 |  29M|  57 |   - | 172 |  47 | 172 |  21 |  24 |3887 |3096 | 0.000000e+00 | 5.800000e+01 |    Inf 
20.49/20.54	o 56
20.49/20.54	c *20.5s| 68269 | 54261 |362954 |   5.3 |  29M|  57 |   - | 172 |  47 | 172 |  21 |  24 |3887 |3108 | 0.000000e+00 | 5.600000e+01 |    Inf 
20.49/20.54	o 54
20.49/20.54	c *20.5s| 68270 | 53807 |362954 |   5.3 |  28M|  57 |   - | 172 |  47 | 172 |  21 |  24 |3887 |3108 | 0.000000e+00 | 5.400000e+01 |    Inf 
20.99/21.07	c  21.1s| 70000 | 54914 |372148 |   5.3 |  29M|  57 |   7 | 172 |  46 | 172 |  21 |  24 |4021 |3163 | 0.000000e+00 | 5.400000e+01 |    Inf 
23.60/23.64	o 52
23.60/23.64	c *23.6s| 77117 | 59110 |408370 |   5.3 |  32M|  57 |   - | 172 |  50 | 172 |  21 |  24 |4527 |3386 | 0.000000e+00 | 5.200000e+01 |    Inf 
24.39/24.48	c  24.5s| 80000 | 60876 |423453 |   5.3 |  33M|  57 |   7 | 172 |  48 | 172 |  21 |  24 |4777 |3454 | 0.000000e+00 | 5.200000e+01 |    Inf 
25.30/25.37	o 50
25.30/25.37	c *25.4s| 83026 | 62127 |439405 |   5.3 |  33M|  57 |   - | 172 |  49 | 172 |  21 |  24 |5014 |3546 | 0.000000e+00 | 5.000000e+01 |    Inf 
28.09/28.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.09/28.10	c  28.1s| 90000 | 66378 |473820 |   5.3 |  36M|  57 |   7 | 172 |  42 | 172 |  21 |  24 |5516 |3684 | 0.000000e+00 | 5.000000e+01 |    Inf 
30.70/30.74	c  30.7s|100000 | 72667 |523419 |   5.2 |  40M|  57 |   7 | 172 |  39 | 172 |  21 |  24 |6221 |3877 | 0.000000e+00 | 5.000000e+01 |    Inf 
33.29/33.38	c  33.4s|110000 | 79011 |572671 |   5.2 |  45M|  57 |   7 | 172 |  39 | 172 |  21 |  24 |6893 |4053 | 0.000000e+00 | 5.000000e+01 |    Inf 
34.29/34.32	o 49
34.29/34.32	c *34.3s|113660 | 80886 |590799 |   5.2 |  46M|  57 |   - | 172 |  37 | 172 |  21 |  24 |7172 |4120 | 0.000000e+00 | 4.900000e+01 |    Inf 
34.29/34.32	o 47
34.29/34.32	c *34.3s|113664 | 78352 |590802 |   5.2 |  44M|  57 |   - | 172 |  37 | 172 |  21 |  24 |7172 |4130 | 0.000000e+00 | 4.700000e+01 |    Inf 
34.29/34.32	o 45
34.29/34.32	c *34.3s|113666 | 77636 |590802 |   5.2 |  43M|  57 |   - | 172 |  37 | 172 |  21 |  24 |7172 |4133 | 0.000000e+00 | 4.500000e+01 |    Inf 
34.29/34.33	o 43
34.29/34.33	c *34.3s|113667 | 76835 |590802 |   5.2 |  42M|  57 |   - | 172 |  37 | 172 |  21 |  24 |7172 |4133 | 0.000000e+00 | 4.300000e+01 |    Inf 
35.89/35.94	c  35.9s|120000 | 80374 |622406 |   5.2 |  45M|  57 |   7 | 172 |  38 | 172 |  21 |  24 |7690 |4262 | 0.000000e+00 | 4.300000e+01 |    Inf 
38.39/38.45	c  38.4s|130000 | 85785 |671881 |   5.2 |  48M|  57 |   7 | 172 |  29 | 172 |  21 |  24 |8587 |4500 | 0.000000e+00 | 4.300000e+01 |    Inf 
39.49/39.58	o 42
39.49/39.58	c *39.6s|134480 | 87761 |694551 |   5.2 |  50M|  57 |   - | 172 |  26 | 172 |  21 |  24 |9006 |4591 | 0.000000e+00 | 4.200000e+01 |    Inf 
39.49/39.59	o 40
39.49/39.59	c *39.6s|134482 | 86659 |694551 |   5.2 |  48M|  57 |   - | 172 |  26 | 172 |  21 |  24 |9006 |4594 | 0.000000e+00 | 4.000000e+01 |    Inf 
41.69/41.79	c  41.8s|140000 | 89732 |722514 |   5.2 |  50M|  57 |   7 | 172 |  30 | 172 |  21 |  24 |9498 |4694 | 0.000000e+00 | 4.000000e+01 |    Inf 
44.29/44.30	c  44.3s|150000 | 94960 |772561 |   5.1 |  54M|  57 |   7 | 172 |  28 | 172 |  21 |  24 |  10k|4886 | 0.000000e+00 | 4.000000e+01 |    Inf 
44.60/44.63	o 38
44.60/44.63	c *44.6s|151319 | 94448 |779141 |   5.1 |  53M|  57 |   - | 172 |  27 | 172 |  21 |  24 |  10k|4908 | 0.000000e+00 | 3.800000e+01 |    Inf 
45.59/45.65	o 37
45.59/45.65	c *45.7s|155424 | 95781 |798746 |   5.1 |  54M|  57 |   - | 172 |  25 | 172 |  21 |  24 |  10k|5000 | 0.000000e+00 | 3.700000e+01 |    Inf 
47.20/47.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.20/47.23	c  47.2s|160000 | 98366 |822269 |   5.1 |  56M|  57 |   7 | 172 |  27 | 172 |  21 |  24 |  11k|5068 | 0.000000e+00 | 3.700000e+01 |    Inf 
49.69/49.72	c  49.7s|170000 |103669 |870524 |   5.1 |  59M|  57 |   7 | 172 |  30 | 172 |  21 |  24 |  11k|5233 | 0.000000e+00 | 3.700000e+01 |    Inf 
51.29/51.33	o 35
51.29/51.33	c *51.3s|176280 |105554 |901781 |   5.1 |  60M|  57 |   - | 172 |  30 | 172 |  21 |  24 |  12k|5338 | 0.000000e+00 | 3.500000e+01 |    Inf 
52.19/52.22	c  52.2s|180000 |107296 |918969 |   5.1 |  61M|  57 |   7 | 172 |  24 | 172 |  21 |  24 |  12k|5411 | 0.000000e+00 | 3.500000e+01 |    Inf 
54.59/54.64	o 34
54.59/54.64	c *54.6s|189703 |111411 |965951 |   5.1 |  64M|  57 |   - | 172 |  27 | 172 |  21 |  24 |  13k|5558 | 0.000000e+00 | 3.400000e+01 |    Inf 
54.69/54.72	c  54.7s|190000 |111548 |967297 |   5.1 |  64M|  57 |   7 | 172 |  27 | 172 |  21 |  24 |  13k|5567 | 0.000000e+00 | 3.400000e+01 |    Inf 
56.59/56.69	o 33
56.59/56.69	c *56.7s|197561 |114830 |  1005k|   5.1 |  66M|  57 |   - | 172 |  27 | 172 |  21 |  24 |  14k|5675 | 0.000000e+00 | 3.300000e+01 |    Inf 
56.69/56.70	o 31
56.69/56.70	c *56.7s|197562 |100976 |  1005k|   5.1 |  56M|  57 |   - | 172 |  27 | 172 |  21 |  24 |  14k|5675 | 0.000000e+00 | 3.100000e+01 |    Inf 
57.20/57.26	c  57.3s|200000 |102088 |  1016k|   5.1 |  57M|  57 |   - | 172 |  25 | 172 |  21 |  24 |  14k|5737 | 0.000000e+00 | 3.100000e+01 |    Inf 
59.59/59.62	c  59.6s|210000 |107027 |  1065k|   5.1 |  60M|  57 |   7 | 172 |  27 | 172 |  21 |  24 |  15k|5890 | 0.000000e+00 | 3.100000e+01 |    Inf 
61.99/62.00	c  62.0s|220000 |111984 |  1115k|   5.1 |  63M|  57 |   7 | 172 |  25 | 172 |  21 |  24 |  15k|6052 | 0.000000e+00 | 3.100000e+01 |    Inf 
64.19/64.28	c  64.3s|230000 |116746 |  1164k|   5.1 |  67M|  57 |   - | 172 |  24 | 172 |  21 |  24 |  16k|6192 | 0.000000e+00 | 3.100000e+01 |    Inf 
66.49/66.59	c  66.6s|240000 |121435 |  1212k|   5.1 |  70M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  17k|6323 | 0.000000e+00 | 3.100000e+01 |    Inf 
67.89/67.92	o 30
67.89/67.92	c *67.9s|246037 |123522 |  1240k|   5.0 |  71M|  57 |   - | 172 |  30 | 172 |  21 |  24 |  17k|6413 | 0.000000e+00 | 3.000000e+01 |    Inf 
69.49/69.56	o 29
69.49/69.56	c *69.6s|249920 |124614 |  1259k|   5.0 |  71M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  18k|6458 | 0.000000e+00 | 2.900000e+01 |    Inf 
69.49/69.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.49/69.58	c  69.6s|250000 |124661 |  1260k|   5.0 |  71M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  18k|6458 | 0.000000e+00 | 2.900000e+01 |    Inf 
71.79/71.84	c  71.8s|260000 |129355 |  1306k|   5.0 |  74M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  19k|6566 | 0.000000e+00 | 2.900000e+01 |    Inf 
73.99/74.05	c  74.0s|270000 |133462 |  1352k|   5.0 |  77M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  19k|6684 | 0.000000e+00 | 2.900000e+01 |    Inf 
76.19/76.23	c  76.2s|280000 |137716 |  1397k|   5.0 |  80M|  57 |   7 | 172 |  23 | 172 |  21 |  24 |  20k|6808 | 0.000000e+00 | 2.900000e+01 |    Inf 
77.89/77.95	o 28
77.89/77.95	c *78.0s|288015 |140089 |  1434k|   5.0 |  81M|  57 |   - | 172 |  25 | 172 |  21 |  24 |  21k|6908 | 0.000000e+00 | 2.800000e+01 |    Inf 
77.89/77.96	o 26
77.89/77.96	c *78.0s|288016 |138453 |  1434k|   5.0 |  79M|  57 |   - | 172 |  25 | 172 |  21 |  24 |  21k|6908 | 0.000000e+00 | 2.600000e+01 |    Inf 
79.10/79.12	c  79.1s|290000 |139181 |  1442k|   5.0 |  79M|  57 |   7 | 172 |  20 | 172 |  21 |  24 |  21k|6926 | 0.000000e+00 | 2.600000e+01 |    Inf 
81.19/81.27	c  81.3s|300000 |142809 |  1486k|   5.0 |  82M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  22k|7068 | 0.000000e+00 | 2.600000e+01 |    Inf 
82.40/82.40	o 24
82.40/82.40	c *82.4s|305295 |142540 |  1509k|   4.9 |  81M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  22k|7125 | 0.000000e+00 | 2.400000e+01 |    Inf 
83.39/83.45	c  83.5s|310000 |144320 |  1530k|   4.9 |  82M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  23k|7193 | 0.000000e+00 | 2.400000e+01 |    Inf 
85.50/85.55	c  85.6s|320000 |147470 |  1572k|   4.9 |  84M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  23k|7352 | 0.000000e+00 | 2.400000e+01 |    Inf 
87.59/87.65	c  87.6s|330000 |150982 |  1615k|   4.9 |  87M|  57 |   7 | 172 |  23 | 172 |  21 |  24 |  24k|7480 | 0.000000e+00 | 2.400000e+01 |    Inf 
89.69/89.75	c  89.8s|340000 |154355 |  1658k|   4.9 |  89M|  57 |   7 | 172 |  23 | 172 |  21 |  24 |  25k|7624 | 0.000000e+00 | 2.400000e+01 |    Inf 
90.69/90.74	o 23
90.69/90.74	c *90.7s|344683 |154706 |  1678k|   4.9 |  89M|  57 |   - | 172 |  23 | 172 |  21 |  24 |  25k|7680 | 0.000000e+00 | 2.300000e+01 |    Inf 
91.89/91.93	c  91.9s|350000 |156814 |  1702k|   4.9 |  90M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  26k|7737 | 0.000000e+00 | 2.300000e+01 |    Inf 
93.99/94.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.99/94.02	c  94.0s|360000 |160096 |  1745k|   4.8 |  93M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  26k|7877 | 0.000000e+00 | 2.300000e+01 |    Inf 
96.00/96.02	c  96.0s|370000 |162901 |  1786k|   4.8 |  95M|  57 |   7 | 172 |  20 | 172 |  21 |  24 |  27k|8011 | 0.000000e+00 | 2.300000e+01 |    Inf 
98.00/98.09	c  98.1s|380000 |165745 |  1829k|   4.8 |  97M|  57 |   - | 172 |  22 | 172 |  21 |  24 |  28k|8134 | 0.000000e+00 | 2.300000e+01 |    Inf 
99.99/100.06	c   100s|390000 |168161 |  1870k|   4.8 |  99M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  29k|8257 | 0.000000e+00 | 2.300000e+01 |    Inf 
101.99/102.09	c   102s|400000 |170683 |  1912k|   4.8 | 101M|  57 |   7 | 172 |  20 | 172 |  21 |  24 |  29k|8385 | 0.000000e+00 | 2.300000e+01 |    Inf 
104.09/104.17	c   104s|410000 |174169 |  1954k|   4.8 | 103M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  30k|8488 | 0.000000e+00 | 2.300000e+01 |    Inf 
106.09/106.18	c   106s|420000 |176906 |  1995k|   4.8 | 105M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  31k|8597 | 0.000000e+00 | 2.300000e+01 |    Inf 
108.09/108.19	c   108s|430000 |179599 |  2035k|   4.7 | 107M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  32k|8711 | 0.000000e+00 | 2.300000e+01 |    Inf 
110.19/110.21	c   110s|440000 |182397 |  2076k|   4.7 | 109M|  57 |   7 | 172 |  26 | 172 |  21 |  24 |  32k|8821 | 0.000000e+00 | 2.300000e+01 |    Inf 
112.20/112.23	c   112s|450000 |185107 |  2117k|   4.7 | 111M|  57 |   7 | 172 |  20 | 172 |  21 |  24 |  33k|8921 | 0.000000e+00 | 2.300000e+01 |    Inf 
114.19/114.23	c   114s|460000 |187744 |  2158k|   4.7 | 113M|  57 |   7 | 172 |  24 | 172 |  21 |  24 |  34k|9013 | 0.000000e+00 | 2.300000e+01 |    Inf 
116.30/116.30	c   116s|470000 |191114 |  2200k|   4.7 | 115M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  35k|9133 | 0.000000e+00 | 2.300000e+01 |    Inf 
118.30/118.31	c   118s|480000 |194131 |  2240k|   4.7 | 117M|  57 |   - | 172 |  22 | 172 |  21 |  24 |  35k|9239 | 0.000000e+00 | 2.300000e+01 |    Inf 
120.39/120.43	c   120s|490000 |197860 |  2284k|   4.7 | 119M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  36k|9333 | 0.000000e+00 | 2.300000e+01 |    Inf 
122.40/122.46	c   122s|500000 |200648 |  2325k|   4.6 | 121M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  37k|9426 | 0.000000e+00 | 2.300000e+01 |    Inf 
124.49/124.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.49/124.50	c   125s|510000 |203547 |  2366k|   4.6 | 123M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  38k|9511 | 0.000000e+00 | 2.300000e+01 |    Inf 
126.40/126.46	c   126s|520000 |205778 |  2406k|   4.6 | 125M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  38k|9623 | 0.000000e+00 | 2.300000e+01 |    Inf 
128.79/128.88	c   129s|530000 |210845 |  2454k|   4.6 | 127M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  39k|9712 | 0.000000e+00 | 2.300000e+01 |    Inf 
130.99/131.09	c   131s|540000 |215006 |  2499k|   4.6 | 130M|  57 |   - | 172 |  22 | 172 |  21 |  24 |  40k|9809 | 0.000000e+00 | 2.300000e+01 |    Inf 
133.20/133.26	c   133s|550000 |218863 |  2543k|   4.6 | 132M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  41k|9895 | 0.000000e+00 | 2.300000e+01 |    Inf 
135.39/135.46	c   135s|560000 |223044 |  2587k|   4.6 | 135M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  41k|9973 | 0.000000e+00 | 2.300000e+01 |    Inf 
137.59/137.66	c   138s|570000 |227205 |  2631k|   4.6 | 137M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  42k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
139.79/139.87	c   140s|580000 |231436 |  2675k|   4.6 | 140M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  43k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
141.99/142.01	c   142s|590000 |235213 |  2719k|   4.6 | 142M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  44k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
144.00/144.09	c   144s|600000 |238611 |  2762k|   4.6 | 144M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  44k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
146.19/146.25	c   146s|610000 |242497 |  2806k|   4.6 | 147M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  45k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
148.29/148.32	c   148s|620000 |245924 |  2848k|   4.6 | 149M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  46k|  10k| 0.000000e+00 | 2.300000e+01 |    Inf 
150.20/150.25	o 22
150.20/150.25	c * 150s|628666 |248184 |  2887k|   4.6 | 149M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  46k|  10k| 0.000000e+00 | 2.200000e+01 |    Inf 
150.50/150.58	c   151s|630000 |248882 |  2894k|   4.6 | 150M|  57 |   - | 172 |  19 |   0 |   0 |  24 |  47k|  10k| 0.000000e+00 | 2.200000e+01 |    Inf 
152.69/152.74	c   153s|640000 |252564 |  2937k|   4.6 | 152M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  47k|  10k| 0.000000e+00 | 2.200000e+01 |    Inf 
154.89/154.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.89/154.92	c   155s|650000 |256505 |  2982k|   4.6 | 155M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  48k|  10k| 0.000000e+00 | 2.200000e+01 |    Inf 
156.89/156.99	c   157s|660000 |259843 |  3025k|   4.6 | 157M|  57 |   7 | 172 |  24 | 172 |  21 |  24 |  49k|  10k| 0.000000e+00 | 2.200000e+01 |    Inf 
159.09/159.11	c   159s|670000 |263393 |  3068k|   4.6 | 159M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  49k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
161.09/161.11	c   161s|680000 |266084 |  3108k|   4.6 | 161M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  50k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
163.09/163.16	c   163s|690000 |268803 |  3150k|   4.6 | 163M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  51k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
165.09/165.13	c   165s|700000 |271066 |  3191k|   4.6 | 165M|  57 |   - | 172 |  24 | 172 |  21 |  24 |  52k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
167.09/167.10	c   167s|710000 |273667 |  3232k|   4.6 | 167M|  57 |   7 | 172 |  23 | 172 |  21 |  24 |  52k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
169.00/169.02	c   169s|720000 |276081 |  3271k|   4.5 | 169M|  57 |   7 | 172 |  29 | 172 |  21 |  24 |  53k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
171.09/171.13	c   171s|730000 |279629 |  3314k|   4.5 | 171M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  54k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
173.70/173.79	c   174s|740000 |282864 |  3355k|   4.5 | 173M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  55k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
175.69/175.72	c   176s|750000 |285438 |  3394k|   4.5 | 175M|  57 |   - | 172 |  21 |   0 |   0 |  24 |  56k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
177.60/177.63	c   178s|760000 |287912 |  3434k|   4.5 | 177M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  56k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
179.50/179.59	c   180s|770000 |290575 |  3474k|   4.5 | 179M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  57k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
181.40/181.49	c   181s|780000 |292986 |  3513k|   4.5 | 180M|  57 |   7 | 172 |  20 | 172 |  21 |  24 |  58k|  11k| 0.000000e+00 | 2.200000e+01 |    Inf 
183.40/183.43	c   183s|790000 |295592 |  3553k|   4.5 | 182M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  59k|  12k| 0.000000e+00 | 2.200000e+01 |    Inf 
185.30/185.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.30/185.37	c   185s|800000 |298007 |  3593k|   4.5 | 184M|  57 |   - | 172 |  19 |   0 |   0 |  24 |  59k|  12k| 0.000000e+00 | 2.200000e+01 |    Inf 
185.59/185.63	o 20
185.59/185.63	c * 186s|801380 |294413 |  3598k|   4.5 | 179M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  59k|  12k| 0.000000e+00 | 2.000000e+01 |    Inf 
187.29/187.30	c   187s|810000 |296386 |  3632k|   4.5 | 180M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  60k|  12k| 0.000000e+00 | 2.000000e+01 |    Inf 
189.20/189.25	c   189s|820000 |298812 |  3671k|   4.5 | 182M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  61k|  12k| 0.000000e+00 | 2.000000e+01 |    Inf 
190.60/190.63	o 19
190.60/190.63	c * 191s|827271 |298089 |  3700k|   4.5 | 180M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  61k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
191.10/191.16	c   191s|830000 |298605 |  3710k|   4.5 | 180M|  57 |   - | 172 |  20 |   0 |   0 |  24 |  61k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
192.99/193.04	c   193s|840000 |300591 |  3748k|   4.5 | 182M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  62k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
194.90/194.93	c   195s|850000 |303095 |  3786k|   4.5 | 184M|  57 |   7 | 172 |  20 | 172 |  21 |  24 |  63k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
196.80/196.84	c   197s|860000 |305314 |  3826k|   4.4 | 185M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  64k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
198.69/198.73	c   199s|870000 |307590 |  3865k|   4.4 | 187M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  64k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
200.60/200.63	c   201s|880000 |309582 |  3904k|   4.4 | 189M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  65k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
202.50/202.54	c   203s|890000 |311734 |  3943k|   4.4 | 190M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  66k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
204.30/204.39	c   204s|900000 |313497 |  3981k|   4.4 | 192M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  66k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
206.19/206.26	c   206s|910000 |315552 |  4019k|   4.4 | 193M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  67k|  12k| 0.000000e+00 | 1.900000e+01 |    Inf 
208.09/208.18	c   208s|920000 |318033 |  4058k|   4.4 | 195M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  68k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
210.00/210.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.00/210.02	c   210s|930000 |319943 |  4094k|   4.4 | 196M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  69k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
211.99/212.09	c   212s|940000 |321817 |  4132k|   4.4 | 198M|  57 |   7 | 172 |  24 | 172 |  21 |  24 |  69k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
213.89/213.91	c   214s|950000 |323576 |  4169k|   4.4 | 199M|  57 |   7 | 172 |  20 | 172 |  21 |  24 |  70k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
215.70/215.74	c   216s|960000 |325140 |  4207k|   4.4 | 201M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  71k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
217.50/217.57	c   218s|970000 |326952 |  4245k|   4.4 | 202M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  71k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
219.40/219.46	c   219s|980000 |328877 |  4284k|   4.4 | 204M|  57 |   - | 172 |  22 | 172 |  21 |  24 |  72k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
221.19/221.28	c   221s|990000 |330250 |  4321k|   4.4 | 205M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  73k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
223.20/223.26	c   223s|  1000k|332937 |  4362k|   4.4 | 207M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  74k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
225.10/225.12	c   225s|  1010k|335038 |  4400k|   4.4 | 208M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  75k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
227.00/227.04	c   227s|  1020k|337053 |  4440k|   4.4 | 210M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  75k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
228.90/228.93	c   229s|  1030k|339260 |  4479k|   4.3 | 212M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  76k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
230.70/230.79	c   231s|  1040k|341009 |  4517k|   4.3 | 213M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  77k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
232.59/232.66	c   233s|  1050k|342979 |  4555k|   4.3 | 215M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  77k|  13k| 0.000000e+00 | 1.900000e+01 |    Inf 
234.49/234.51	c   235s|  1060k|344431 |  4592k|   4.3 | 216M|  57 |   - | 172 |  22 |   0 |   0 |  24 |  78k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
236.30/236.37	c   236s|  1070k|345940 |  4630k|   4.3 | 217M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  79k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
238.20/238.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.20/238.22	c   238s|  1080k|347566 |  4668k|   4.3 | 219M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  80k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
239.99/240.06	c   240s|  1090k|348691 |  4706k|   4.3 | 220M|  57 |   - | 172 |  18 |   0 |   0 |  24 |  80k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
241.80/241.89	c   242s|  1100k|350126 |  4744k|   4.3 | 221M|  57 |   - | 172 |  20 |   0 |   0 |  24 |  81k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
243.70/243.76	c   244s|  1110k|351788 |  4782k|   4.3 | 223M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  82k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
245.60/245.60	c   246s|  1120k|353157 |  4820k|   4.3 | 224M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  83k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
247.40/247.44	c   247s|  1130k|354651 |  4858k|   4.3 | 225M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  83k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
249.30/249.32	c   249s|  1140k|356483 |  4896k|   4.3 | 227M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  84k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
251.10/251.17	c   251s|  1150k|358056 |  4934k|   4.3 | 228M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  85k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
253.00/253.01	c   253s|  1160k|359663 |  4972k|   4.3 | 229M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  85k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
254.80/254.84	c   255s|  1170k|360914 |  5009k|   4.3 | 231M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  86k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
256.59/256.66	c   257s|  1180k|362243 |  5047k|   4.3 | 232M|  57 |   - | 172 |  20 |   0 |   0 |  24 |  87k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
258.50/258.50	c   259s|  1190k|363963 |  5086k|   4.3 | 233M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  88k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
260.30/260.32	c   260s|  1200k|365128 |  5124k|   4.3 | 234M|  57 |   - | 172 |  21 | 172 |  21 |  24 |  88k|  14k| 0.000000e+00 | 1.900000e+01 |    Inf 
262.09/262.13	c   262s|  1210k|366363 |  5161k|   4.3 | 236M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  89k|  15k| 0.000000e+00 | 1.900000e+01 |    Inf 
263.90/263.97	c   264s|  1220k|367876 |  5200k|   4.3 | 237M|  57 |   7 | 172 |  21 | 172 |  21 |  24 |  90k|  15k| 0.000000e+00 | 1.900000e+01 |    Inf 
265.80/265.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.80/265.81	c   266s|  1230k|369355 |  5239k|   4.3 | 238M|  57 |   7 | 172 |  19 | 172 |  21 |  24 |  90k|  15k| 0.000000e+00 | 1.900000e+01 |    Inf 
267.60/267.64	c   268s|  1240k|370786 |  5278k|   4.3 | 239M|  57 |   - | 172 |  19 |   0 |   0 |  24 |  91k|  15k| 0.000000e+00 | 1.900000e+01 |    Inf 
269.40/269.48	c   269s|  1250k|372234 |  5316k|   4.3 | 241M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  92k|  15k| 0.000000e+00 | 1.900000e+01 |    Inf 
269.99/270.03	o 18
269.99/270.03	c * 270s|  1253k|369918 |  5327k|   4.3 | 237M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  92k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
271.30/271.37	c   271s|  1260k|371260 |  5354k|   4.2 | 238M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  92k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
273.09/273.18	c   273s|  1270k|372388 |  5391k|   4.2 | 240M|  57 |   - | 172 |  19 | 172 |  21 |  24 |  93k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
275.00/275.06	c   275s|  1280k|374299 |  5429k|   4.2 | 241M|  57 |   - | 172 |  19 |   0 |   0 |  24 |  94k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
276.79/276.87	c   277s|  1290k|375968 |  5467k|   4.2 | 242M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  95k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
278.60/278.65	c   279s|  1300k|377050 |  5504k|   4.2 | 243M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  95k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
280.40/280.43	c   280s|  1310k|378073 |  5540k|   4.2 | 244M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  96k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
282.20/282.24	c   282s|  1320k|379270 |  5577k|   4.2 | 246M|  57 |   7 | 172 |  18 | 172 |  21 |  24 |  97k|  15k| 0.000000e+00 | 1.800000e+01 |    Inf 
283.00/283.09	o 16
283.00/283.09	c * 283s|  1324k|366738 |  5594k|   4.2 | 233M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  97k|  15k| 0.000000e+00 | 1.600000e+01 |    Inf 
283.10/283.10	o 14
283.10/283.10	c * 283s|  1324k|359066 |  5594k|   4.2 | 223M|  57 |   - | 172 |  18 | 172 |  21 |  24 |  97k|  15k| 0.000000e+00 | 1.400000e+01 |    Inf 
283.99/284.08	c   284s|  1330k|359952 |  5614k|   4.2 | 223M|  57 |   7 | 172 |  22 | 172 |  21 |  24 |  97k|  15k| 0.000000e+00 | 1.400000e+01 |    Inf 
285.80/285.85	c   286s|  1340k|360932 |  5652k|   4.2 | 224M|  57 |   - | 172 |  25 | 172 |  21 |  24 |  98k|  15k| 0.000000e+00 | 1.400000e+01 |    Inf 
287.60/287.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.60/287.62	c   288s|  1350k|362461 |  5690k|   4.2 | 225M|  57 |   - | 172 |  20 | 172 |  21 |  24 |  99k|  15k| 0.000000e+00 | 1.400000e+01 |    Inf 
289.30/289.39	c   289s|  1360k|363552 |  5728k|   4.2 | 226M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 100k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
291.20/291.20	c   291s|  1370k|365323 |  5767k|   4.2 | 227M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 100k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
292.90/292.94	c   293s|  1380k|366202 |  5805k|   4.2 | 228M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 101k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
294.70/294.71	c   295s|  1390k|366872 |  5843k|   4.2 | 229M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 102k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
296.40/296.47	c   296s|  1400k|367608 |  5882k|   4.2 | 229M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 102k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
298.19/298.24	c   298s|  1410k|368470 |  5920k|   4.2 | 230M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 103k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
300.00/300.05	c   300s|  1420k|370122 |  5958k|   4.2 | 231M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 104k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
301.80/301.80	c   302s|  1430k|371218 |  5996k|   4.2 | 232M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 105k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
303.60/303.61	c   304s|  1440k|372593 |  6035k|   4.2 | 233M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 105k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
305.30/305.34	c   305s|  1450k|373151 |  6072k|   4.2 | 234M|  57 |   - | 172 |  18 |   0 |   0 |  24 | 106k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
306.99/307.07	c   307s|  1460k|373557 |  6109k|   4.2 | 234M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 107k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
308.80/308.88	c   309s|  1470k|374899 |  6150k|   4.2 | 235M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 107k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
310.60/310.64	c   311s|  1480k|375951 |  6189k|   4.2 | 236M|  57 |   - | 172 |  25 |   0 |   0 |  24 | 108k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
312.30/312.38	c   312s|  1490k|376783 |  6228k|   4.2 | 237M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 109k|  16k| 0.000000e+00 | 1.400000e+01 |    Inf 
314.10/314.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.10/314.11	c   314s|  1500k|377713 |  6266k|   4.2 | 238M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 109k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
315.80/315.84	c   316s|  1510k|378438 |  6304k|   4.2 | 238M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 110k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
317.49/317.58	c   318s|  1520k|379271 |  6342k|   4.2 | 239M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 111k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
319.30/319.36	c   319s|  1530k|380466 |  6381k|   4.2 | 240M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 112k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
321.10/321.12	c   321s|  1540k|381066 |  6420k|   4.2 | 241M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 112k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
322.80/322.85	c   323s|  1550k|381603 |  6457k|   4.2 | 241M|  57 |   - | 172 |  23 |   0 |   0 |  24 | 113k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
324.50/324.57	c   325s|  1560k|382206 |  6494k|   4.2 | 242M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 114k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
326.20/326.29	c   326s|  1570k|382633 |  6531k|   4.2 | 242M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 114k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
327.99/328.03	c   328s|  1580k|383092 |  6569k|   4.2 | 243M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 115k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
329.70/329.74	c   330s|  1590k|383858 |  6606k|   4.2 | 244M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 116k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
331.40/331.48	c   331s|  1600k|384588 |  6644k|   4.2 | 244M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 117k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
333.20/333.22	c   333s|  1610k|385318 |  6683k|   4.2 | 245M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 117k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
334.90/334.95	c   335s|  1620k|385873 |  6721k|   4.1 | 246M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 118k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
336.70/336.72	c   337s|  1630k|387395 |  6759k|   4.1 | 247M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 119k|  17k| 0.000000e+00 | 1.400000e+01 |    Inf 
338.40/338.46	c   338s|  1640k|388441 |  6797k|   4.1 | 248M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 119k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
340.10/340.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.10/340.18	c   340s|  1650k|389565 |  6835k|   4.1 | 249M|  57 |   - | 172 |  24 |   0 |   0 |  24 | 120k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
341.90/341.91	c   342s|  1660k|390229 |  6873k|   4.1 | 249M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 121k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
343.60/343.62	c   344s|  1670k|391022 |  6910k|   4.1 | 250M|  57 |   - | 172 |  24 |   0 |   0 |  24 | 121k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
345.30/345.39	c   345s|  1680k|392001 |  6949k|   4.1 | 251M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 122k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
347.10/347.10	c   347s|  1690k|392662 |  6986k|   4.1 | 252M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 123k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
348.80/348.82	c   349s|  1700k|393399 |  7023k|   4.1 | 252M|  57 |   - | 172 |  23 |   0 |   0 |  24 | 124k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
350.49/350.55	c   351s|  1710k|393994 |  7061k|   4.1 | 253M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 124k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
352.30/352.30	c   352s|  1720k|394990 |  7099k|   4.1 | 254M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 125k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
354.00/354.04	c   354s|  1730k|395863 |  7137k|   4.1 | 254M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 126k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
355.70/355.76	c   356s|  1740k|396397 |  7175k|   4.1 | 255M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 126k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
357.41/357.46	c   357s|  1750k|396944 |  7211k|   4.1 | 256M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 127k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
359.10/359.17	c   359s|  1760k|397679 |  7248k|   4.1 | 256M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 128k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
360.89/360.92	c   361s|  1770k|398593 |  7287k|   4.1 | 257M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 128k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
362.60/362.66	c   363s|  1780k|399042 |  7325k|   4.1 | 258M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 129k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
364.40/364.40	c   364s|  1790k|399607 |  7364k|   4.1 | 258M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 130k|  18k| 0.000000e+00 | 1.400000e+01 |    Inf 
366.09/366.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.09/366.14	c   366s|  1800k|400184 |  7401k|   4.1 | 259M|  57 |   - | 172 |  25 |   0 |   0 |  24 | 130k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
367.90/367.90	c   368s|  1810k|400870 |  7440k|   4.1 | 259M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 131k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
369.61/369.60	c   370s|  1820k|401626 |  7477k|   4.1 | 260M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 132k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
371.29/371.32	c   371s|  1830k|401855 |  7514k|   4.1 | 261M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 132k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
373.00/373.04	c   373s|  1840k|402355 |  7551k|   4.1 | 261M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 133k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
374.70/374.79	c   375s|  1850k|403140 |  7589k|   4.1 | 262M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 134k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
376.50/376.55	c   377s|  1860k|404146 |  7627k|   4.1 | 263M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 135k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
378.20/378.26	c   378s|  1870k|404865 |  7665k|   4.1 | 263M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 135k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
379.90/379.96	c   380s|  1880k|405428 |  7702k|   4.1 | 264M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 136k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
381.70/381.72	c   382s|  1890k|406993 |  7740k|   4.1 | 265M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 137k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
383.40/383.46	c   383s|  1900k|408358 |  7778k|   4.1 | 266M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 137k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
385.20/385.21	c   385s|  1910k|409205 |  7816k|   4.1 | 267M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 138k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
386.90/386.97	c   387s|  1920k|410492 |  7855k|   4.1 | 268M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 139k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
388.59/388.69	c   389s|  1930k|411059 |  7892k|   4.1 | 268M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 139k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
390.51/390.50	c   391s|  1940k|412471 |  7932k|   4.1 | 269M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 140k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
392.29/392.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.29/392.37	c   392s|  1950k|415027 |  7972k|   4.1 | 271M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 141k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
394.09/394.19	c   394s|  1960k|417401 |  8010k|   4.1 | 272M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 141k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
395.91/395.96	c   396s|  1970k|419322 |  8049k|   4.1 | 273M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 142k|  19k| 0.000000e+00 | 1.400000e+01 |    Inf 
397.70/397.71	c   398s|  1980k|420888 |  8087k|   4.1 | 274M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 143k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
399.70/399.70	c   400s|  1990k|424371 |  8130k|   4.1 | 276M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 143k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
401.50/401.56	c   402s|  2000k|426995 |  8170k|   4.1 | 278M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 144k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
403.30/403.35	c   403s|  2010k|429141 |  8209k|   4.1 | 279M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 145k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
405.10/405.16	c   405s|  2020k|431150 |  8247k|   4.1 | 280M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 145k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
406.90/406.98	c   407s|  2030k|433105 |  8287k|   4.1 | 282M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 146k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
408.70/408.77	c   409s|  2040k|434896 |  8326k|   4.1 | 283M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 147k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
410.60/410.63	c   411s|  2050k|437082 |  8367k|   4.1 | 284M|  57 |   7 | 172 |  29 | 172 |  21 |  24 | 147k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
412.40/412.48	c   412s|  2060k|439267 |  8407k|   4.1 | 286M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 148k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
414.20/414.28	c   414s|  2070k|440967 |  8446k|   4.1 | 287M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 149k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
416.00/416.05	c   416s|  2080k|442452 |  8485k|   4.1 | 288M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 149k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
417.80/417.85	c   418s|  2090k|443868 |  8525k|   4.1 | 289M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 150k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
419.60/419.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.60/419.62	c   420s|  2100k|445488 |  8563k|   4.1 | 290M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 151k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
421.31/421.39	c   421s|  2110k|447071 |  8601k|   4.1 | 291M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 151k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
423.30/423.30	c   423s|  2120k|449565 |  8641k|   4.1 | 293M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 152k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
425.10/425.17	c   425s|  2130k|452390 |  8682k|   4.1 | 294M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 153k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
426.90/426.95	c   427s|  2140k|454134 |  8720k|   4.1 | 295M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 153k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
428.70/428.72	c   429s|  2150k|455853 |  8758k|   4.1 | 296M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 154k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
430.50/430.52	c   431s|  2160k|457657 |  8796k|   4.1 | 298M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 155k|  20k| 0.000000e+00 | 1.400000e+01 |    Inf 
431.60/431.69	o 13
431.60/431.69	c * 432s|  2166k|453723 |  8821k|   4.1 | 292M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 155k|  20k| 0.000000e+00 | 1.300000e+01 |    Inf 
431.70/431.72	o 11
431.70/431.72	c * 432s|  2166k|441112 |  8821k|   4.1 | 275M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 155k|  20k| 0.000000e+00 | 1.100000e+01 |    Inf 
431.70/431.76	o 9
431.70/431.76	c * 432s|  2166k|424381 |  8821k|   4.1 | 254M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 155k|  20k| 0.000000e+00 | 9.000000e+00 |    Inf 
432.31/432.39	c   432s|  2170k|424848 |  8834k|   4.1 | 255M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 156k|  20k| 0.000000e+00 | 9.000000e+00 |    Inf 
434.60/434.64	c   435s|  2180k|426511 |  8870k|   4.1 | 256M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 156k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
436.30/436.30	c   436s|  2190k|427508 |  8904k|   4.1 | 256M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 157k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
438.00/438.01	c   438s|  2200k|428615 |  8941k|   4.1 | 257M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 157k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
439.60/439.69	c   440s|  2210k|429628 |  8975k|   4.1 | 258M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 158k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
441.30/441.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
441.30/441.36	c   441s|  2220k|430638 |  9011k|   4.1 | 259M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 158k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
443.00/443.02	c   443s|  2230k|431874 |  9046k|   4.1 | 260M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 159k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
444.70/444.70	c   445s|  2240k|432655 |  9081k|   4.1 | 260M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 160k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
446.30/446.39	c   446s|  2250k|433613 |  9117k|   4.1 | 261M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 160k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
448.00/448.03	c   448s|  2260k|434797 |  9151k|   4.0 | 262M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 161k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
449.61/449.67	c   450s|  2270k|435698 |  9185k|   4.0 | 263M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 161k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
451.30/451.34	c   451s|  2280k|436557 |  9221k|   4.0 | 263M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 162k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
453.00/453.04	c   453s|  2290k|437967 |  9257k|   4.0 | 264M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 163k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
454.70/454.73	c   455s|  2300k|438931 |  9293k|   4.0 | 265M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 163k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
456.30/456.39	c   456s|  2310k|439523 |  9328k|   4.0 | 265M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 164k|  21k| 0.000000e+00 | 9.000000e+00 |    Inf 
458.00/458.04	c   458s|  2320k|440415 |  9362k|   4.0 | 266M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 164k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
459.71/459.71	c   460s|  2330k|441090 |  9397k|   4.0 | 267M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 165k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
461.30/461.34	c   461s|  2340k|441678 |  9432k|   4.0 | 267M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 166k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
463.00/463.06	c   463s|  2350k|442780 |  9467k|   4.0 | 268M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 166k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
464.70/464.75	c   465s|  2360k|443885 |  9504k|   4.0 | 269M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 167k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
466.40/466.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.40/466.41	c   466s|  2370k|444621 |  9539k|   4.0 | 269M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 168k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
468.00/468.08	c   468s|  2380k|445483 |  9575k|   4.0 | 270M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 168k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
469.71/469.74	c   470s|  2390k|445841 |  9610k|   4.0 | 271M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 169k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
471.31/471.39	c   471s|  2400k|446630 |  9644k|   4.0 | 271M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 169k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
473.00/473.07	c   473s|  2410k|447326 |  9680k|   4.0 | 272M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 170k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
474.70/474.70	c   475s|  2420k|448119 |  9715k|   4.0 | 272M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 171k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
476.30/476.36	c   476s|  2430k|448686 |  9749k|   4.0 | 273M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 171k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
478.00/478.03	c   478s|  2440k|449689 |  9785k|   4.0 | 274M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 172k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
479.70/479.72	c   480s|  2450k|450420 |  9821k|   4.0 | 274M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 172k|  22k| 0.000000e+00 | 9.000000e+00 |    Inf 
481.30/481.37	c   481s|  2460k|450829 |  9856k|   4.0 | 275M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 173k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
483.00/483.06	c   483s|  2470k|451627 |  9892k|   4.0 | 275M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 174k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
484.60/484.69	c   485s|  2480k|452230 |  9926k|   4.0 | 276M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 174k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
486.30/486.33	c   486s|  2490k|452869 |  9960k|   4.0 | 276M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 175k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
487.90/487.96	c   488s|  2500k|453704 |  9995k|   4.0 | 277M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 176k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
489.50/489.58	c   490s|  2510k|454478 | 10028k|   4.0 | 277M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 176k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
491.10/491.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.10/491.19	c   491s|  2520k|454809 | 10062k|   4.0 | 278M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 177k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
492.80/492.83	c   493s|  2530k|455346 | 10096k|   4.0 | 278M|  57 |   - | 172 |  18 |   0 |   0 |  24 | 177k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
494.41/494.46	c   494s|  2540k|455753 | 10131k|   4.0 | 279M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 178k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
496.11/496.11	c   496s|  2550k|456366 | 10166k|   4.0 | 279M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 179k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
497.71/497.71	c   498s|  2560k|456860 | 10199k|   4.0 | 280M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 179k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
499.31/499.32	c   499s|  2570k|457280 | 10232k|   4.0 | 280M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 180k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
501.00/501.04	c   501s|  2580k|458153 | 10270k|   4.0 | 281M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 181k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
502.70/502.74	c   503s|  2590k|458670 | 10307k|   4.0 | 281M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 181k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
504.40/504.44	c   504s|  2600k|459082 | 10344k|   4.0 | 282M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 182k|  23k| 0.000000e+00 | 9.000000e+00 |    Inf 
506.10/506.12	c   506s|  2610k|459236 | 10380k|   4.0 | 282M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 183k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
507.70/507.73	c   508s|  2620k|459704 | 10413k|   4.0 | 283M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 183k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
509.31/509.35	c   509s|  2630k|459815 | 10447k|   4.0 | 283M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 184k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
510.90/510.99	c   511s|  2640k|460540 | 10480k|   4.0 | 283M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 185k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
512.51/512.58	c   513s|  2650k|460883 | 10513k|   4.0 | 284M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 185k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
514.20/514.22	c   514s|  2660k|461145 | 10548k|   4.0 | 284M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 186k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
515.81/515.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.81/515.85	c   516s|  2670k|461383 | 10582k|   4.0 | 285M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 186k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
517.50/517.50	c   517s|  2680k|461857 | 10616k|   4.0 | 285M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 187k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
519.11/519.17	c   519s|  2690k|462218 | 10651k|   4.0 | 285M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 188k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
520.70/520.77	c   521s|  2700k|462585 | 10684k|   4.0 | 286M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 189k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
522.30/522.36	c   522s|  2710k|462908 | 10717k|   4.0 | 286M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 189k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
524.01/524.00	c   524s|  2720k|463302 | 10752k|   4.0 | 287M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 190k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
525.60/525.61	c   526s|  2730k|463541 | 10786k|   4.0 | 287M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 190k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
527.20/527.26	c   527s|  2740k|464190 | 10821k|   3.9 | 288M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 191k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
528.90/528.92	c   529s|  2750k|464492 | 10856k|   3.9 | 288M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 192k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
530.50/530.59	c   531s|  2760k|465764 | 10891k|   3.9 | 289M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 192k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
532.20/532.24	c   532s|  2770k|466542 | 10925k|   3.9 | 289M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 193k|  24k| 0.000000e+00 | 9.000000e+00 |    Inf 
533.80/533.88	c   534s|  2780k|466998 | 10959k|   3.9 | 290M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 193k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
535.50/535.54	c   536s|  2790k|467531 | 10993k|   3.9 | 290M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 194k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
537.10/537.19	c   537s|  2800k|467615 | 11027k|   3.9 | 291M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 195k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
538.81/538.84	c   539s|  2810k|468573 | 11061k|   3.9 | 291M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 195k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
540.40/540.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.40/540.48	c   540s|  2820k|468964 | 11096k|   3.9 | 292M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 196k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
542.01/542.09	c   542s|  2830k|468970 | 11129k|   3.9 | 292M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 197k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
543.70/543.74	c   544s|  2840k|469740 | 11164k|   3.9 | 293M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 197k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
545.31/545.39	c   545s|  2850k|470274 | 11198k|   3.9 | 293M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 198k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
547.00/547.01	c   547s|  2860k|470781 | 11232k|   3.9 | 294M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 199k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
548.60/548.62	c   549s|  2870k|470837 | 11265k|   3.9 | 294M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 199k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
550.21/550.25	c   550s|  2880k|470832 | 11298k|   3.9 | 294M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 200k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
551.81/551.87	c   552s|  2890k|471328 | 11331k|   3.9 | 294M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 200k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
553.41/553.48	c   553s|  2900k|471485 | 11364k|   3.9 | 295M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 201k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
555.10/555.11	c   555s|  2910k|471601 | 11398k|   3.9 | 295M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 202k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
556.70/556.75	c   557s|  2920k|472065 | 11432k|   3.9 | 295M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 202k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
558.40/558.41	c   558s|  2930k|472017 | 11468k|   3.9 | 295M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 203k|  25k| 0.000000e+00 | 9.000000e+00 |    Inf 
560.00/560.02	c   560s|  2940k|471882 | 11501k|   3.9 | 296M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 204k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
561.60/561.64	c   562s|  2950k|471765 | 11534k|   3.9 | 296M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 204k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
563.21/563.27	c   563s|  2960k|471978 | 11567k|   3.9 | 296M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 205k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
564.90/564.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
564.90/564.90	c   565s|  2970k|472549 | 11601k|   3.9 | 296M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 206k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
566.51/566.51	c   567s|  2980k|472898 | 11634k|   3.9 | 297M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 206k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
568.11/568.13	c   568s|  2990k|472831 | 11667k|   3.9 | 297M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 207k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
569.71/569.73	c   570s|  3000k|472939 | 11700k|   3.9 | 297M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 208k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
571.41/571.47	c   571s|  3010k|474285 | 11738k|   3.9 | 298M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 208k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
573.11/573.15	c   573s|  3020k|475010 | 11774k|   3.9 | 299M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 209k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
574.80/574.82	c   575s|  3030k|475857 | 11810k|   3.9 | 299M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 210k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
576.41/576.47	c   576s|  3040k|476298 | 11845k|   3.9 | 300M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 210k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
578.10/578.13	c   578s|  3050k|476757 | 11880k|   3.9 | 300M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 211k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
579.71/579.78	c   580s|  3060k|477374 | 11915k|   3.9 | 301M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 211k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
581.41/581.41	c   581s|  3070k|478108 | 11949k|   3.9 | 301M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 212k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
583.01/583.04	c   583s|  3080k|478407 | 11983k|   3.9 | 302M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 213k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
584.71/584.70	c   585s|  3090k|478679 | 12019k|   3.9 | 302M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 213k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
586.31/586.37	c   586s|  3100k|479043 | 12055k|   3.9 | 303M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 214k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
588.01/588.02	c   588s|  3110k|479177 | 12089k|   3.9 | 303M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 215k|  26k| 0.000000e+00 | 9.000000e+00 |    Inf 
589.61/589.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
589.61/589.68	c   590s|  3120k|479211 | 12124k|   3.9 | 303M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 215k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
591.31/591.32	c   591s|  3130k|479208 | 12159k|   3.9 | 303M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 216k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
592.91/592.98	c   593s|  3140k|479166 | 12193k|   3.9 | 303M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 217k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
594.60/594.63	c   595s|  3150k|479185 | 12228k|   3.9 | 304M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 217k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
596.22/596.27	c   596s|  3160k|479742 | 12263k|   3.9 | 304M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 218k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
597.90/597.90	c   598s|  3170k|480091 | 12297k|   3.9 | 304M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 218k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
599.51/599.55	c   600s|  3180k|480523 | 12333k|   3.9 | 305M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 219k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
601.10/601.17	c   601s|  3190k|480483 | 12368k|   3.9 | 305M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 220k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
602.71/602.79	c   603s|  3200k|480368 | 12401k|   3.9 | 305M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 220k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
604.41/604.44	c   604s|  3210k|480462 | 12436k|   3.9 | 305M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 221k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
606.01/606.10	c   606s|  3220k|480875 | 12471k|   3.9 | 306M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 221k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
607.71/607.75	c   608s|  3230k|480875 | 12506k|   3.9 | 306M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 222k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
609.31/609.40	c   609s|  3240k|481322 | 12540k|   3.9 | 306M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 223k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
611.00/611.05	c   611s|  3250k|482096 | 12575k|   3.9 | 307M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 223k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
612.71/612.72	c   613s|  3260k|482477 | 12611k|   3.9 | 307M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 224k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
614.30/614.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
614.30/614.34	c   614s|  3270k|482940 | 12645k|   3.9 | 308M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 225k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
615.91/616.00	c   616s|  3280k|483419 | 12679k|   3.9 | 308M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 225k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
617.60/617.66	c   618s|  3290k|484206 | 12715k|   3.9 | 309M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 226k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
619.31/619.32	c   619s|  3300k|484246 | 12750k|   3.9 | 309M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 227k|  27k| 0.000000e+00 | 9.000000e+00 |    Inf 
620.90/620.97	c   621s|  3310k|484948 | 12784k|   3.9 | 310M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 227k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
622.61/622.61	c   623s|  3320k|485078 | 12819k|   3.9 | 310M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 228k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
624.21/624.25	c   624s|  3330k|485146 | 12852k|   3.9 | 310M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 229k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
625.81/625.90	c   626s|  3340k|485095 | 12887k|   3.9 | 311M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 229k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
627.51/627.55	c   628s|  3350k|485035 | 12921k|   3.9 | 311M|  57 |   - | 172 |  23 |   0 |   0 |  24 | 230k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
629.11/629.18	c   629s|  3360k|484879 | 12955k|   3.9 | 311M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 231k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
630.71/630.79	c   631s|  3370k|484612 | 12988k|   3.9 | 311M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 231k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
632.40/632.41	c   632s|  3380k|484609 | 13022k|   3.9 | 311M|  57 |   - | 172 |  27 |   0 |   0 |  24 | 232k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
634.00/634.03	c   634s|  3390k|484435 | 13055k|   3.9 | 311M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 233k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
635.60/635.67	c   636s|  3400k|484370 | 13090k|   3.9 | 311M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 233k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
637.31/637.31	c   637s|  3410k|484436 | 13124k|   3.8 | 311M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 234k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
638.90/638.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.90/638.95	c   639s|  3420k|484141 | 13158k|   3.8 | 311M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 235k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
640.50/640.58	c   641s|  3430k|484309 | 13193k|   3.8 | 311M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 235k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
642.10/642.19	c   642s|  3440k|484654 | 13227k|   3.8 | 312M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 236k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
643.80/643.80	c   644s|  3450k|485730 | 13261k|   3.8 | 312M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 236k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
645.40/645.42	c   645s|  3460k|486203 | 13294k|   3.8 | 313M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 237k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
647.00/647.03	c   647s|  3470k|486386 | 13327k|   3.8 | 313M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 238k|  28k| 0.000000e+00 | 9.000000e+00 |    Inf 
648.60/648.61	c   649s|  3480k|486831 | 13359k|   3.8 | 314M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 238k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
650.21/650.22	c   650s|  3490k|486723 | 13392k|   3.8 | 314M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 239k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
651.81/651.80	c   652s|  3500k|487017 | 13425k|   3.8 | 314M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 240k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
653.41/653.46	c   653s|  3510k|487733 | 13459k|   3.8 | 315M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 240k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
655.11/655.11	c   655s|  3520k|488005 | 13494k|   3.8 | 315M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 241k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
656.71/656.75	c   657s|  3530k|488876 | 13528k|   3.8 | 316M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 242k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
658.31/658.36	c   658s|  3540k|489576 | 13560k|   3.8 | 316M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 242k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
659.91/660.00	c   660s|  3550k|490053 | 13594k|   3.8 | 317M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 243k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
661.60/661.66	c   662s|  3560k|490363 | 13628k|   3.8 | 317M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 244k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
663.32/663.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.32/663.36	c   663s|  3570k|490868 | 13665k|   3.8 | 318M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 244k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
665.01/665.05	c   665s|  3580k|490951 | 13702k|   3.8 | 318M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 245k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
666.70/666.71	c   667s|  3590k|491097 | 13736k|   3.8 | 318M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 246k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
668.31/668.32	c   668s|  3600k|491220 | 13769k|   3.8 | 318M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 246k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
670.00/670.02	c   670s|  3610k|491581 | 13806k|   3.8 | 319M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 247k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
671.61/671.66	c   672s|  3620k|491568 | 13841k|   3.8 | 319M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 248k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
673.21/673.28	c   673s|  3630k|491449 | 13874k|   3.8 | 319M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 248k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
674.90/674.95	c   675s|  3640k|492104 | 13909k|   3.8 | 320M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 249k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
676.51/676.58	c   677s|  3650k|492663 | 13943k|   3.8 | 320M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 250k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
678.20/678.20	c   678s|  3660k|492918 | 13977k|   3.8 | 320M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 250k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
679.81/679.84	c   680s|  3670k|492951 | 14010k|   3.8 | 321M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 251k|  29k| 0.000000e+00 | 9.000000e+00 |    Inf 
681.41/681.43	c   681s|  3680k|492870 | 14043k|   3.8 | 321M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 252k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
683.01/683.06	c   683s|  3690k|492648 | 14077k|   3.8 | 321M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 252k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
684.61/684.66	c   685s|  3700k|492466 | 14109k|   3.8 | 321M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 253k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
686.31/686.31	c   686s|  3710k|492351 | 14143k|   3.8 | 321M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 254k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
687.90/687.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.90/687.97	c   688s|  3720k|492683 | 14178k|   3.8 | 321M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 254k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
689.61/689.61	c   690s|  3730k|492444 | 14212k|   3.8 | 321M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 255k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
691.21/691.26	c   691s|  3740k|492349 | 14246k|   3.8 | 321M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 256k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
692.81/692.88	c   693s|  3750k|492315 | 14279k|   3.8 | 321M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 256k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
694.50/694.50	c   694s|  3760k|492113 | 14312k|   3.8 | 321M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 257k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
696.11/696.11	c   696s|  3770k|491957 | 14345k|   3.8 | 321M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 258k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
697.60/697.69	c   698s|  3780k|491789 | 14378k|   3.8 | 321M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 258k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
699.31/699.33	c   699s|  3790k|491701 | 14412k|   3.8 | 321M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 259k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
700.90/700.97	c   701s|  3800k|491503 | 14446k|   3.8 | 321M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 260k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
702.60/702.61	c   703s|  3810k|491619 | 14480k|   3.8 | 322M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 260k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
704.21/704.23	c   704s|  3820k|491515 | 14514k|   3.8 | 322M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 261k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
705.80/705.86	c   706s|  3830k|491500 | 14548k|   3.8 | 322M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 262k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
707.41/707.47	c   707s|  3840k|491308 | 14582k|   3.8 | 322M|  57 |   - | 172 |  27 | 172 |  21 |  24 | 262k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
709.10/709.10	c   709s|  3850k|491144 | 14615k|   3.8 | 322M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 263k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
710.70/710.74	c   711s|  3860k|491004 | 14649k|   3.8 | 322M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 264k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
712.41/712.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
712.41/712.40	c   712s|  3870k|491191 | 14685k|   3.8 | 322M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 265k|  30k| 0.000000e+00 | 9.000000e+00 |    Inf 
714.01/714.05	c   714s|  3880k|490772 | 14719k|   3.8 | 322M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 265k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
715.70/715.70	c   716s|  3890k|491313 | 14753k|   3.8 | 322M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 266k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
717.31/717.35	c   717s|  3900k|491814 | 14787k|   3.8 | 323M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 267k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
719.01/719.04	c   719s|  3910k|492701 | 14823k|   3.8 | 324M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 267k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
720.61/720.68	c   721s|  3920k|493144 | 14857k|   3.8 | 324M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 268k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
722.30/722.31	c   722s|  3930k|493502 | 14892k|   3.8 | 325M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 268k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
723.90/723.95	c   724s|  3940k|493516 | 14925k|   3.8 | 325M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 269k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
725.60/725.61	c   726s|  3950k|493501 | 14960k|   3.8 | 325M|  57 |   7 | 172 |  29 | 172 |  21 |  24 | 270k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
727.20/727.25	c   727s|  3960k|493760 | 14994k|   3.8 | 325M|  57 |   - | 172 |  29 | 172 |  21 |  24 | 270k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
728.81/728.88	c   729s|  3970k|493665 | 15027k|   3.8 | 326M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 271k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
730.50/730.53	c   731s|  3980k|493928 | 15062k|   3.8 | 326M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 272k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
732.11/732.15	c   732s|  3990k|493790 | 15095k|   3.8 | 326M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 272k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
733.81/733.80	c   734s|  4000k|494230 | 15130k|   3.8 | 326M|  57 |   - | 172 |  32 |   0 |   0 |  24 | 273k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
735.41/735.47	c   735s|  4010k|494430 | 15164k|   3.8 | 327M|  57 |   - | 172 |  26 | 172 |  21 |  24 | 274k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
737.11/737.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
737.11/737.10	c   737s|  4020k|494480 | 15197k|   3.8 | 327M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 274k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
738.70/738.76	c   739s|  4030k|494697 | 15231k|   3.8 | 327M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 275k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
740.41/740.42	c   740s|  4040k|495454 | 15266k|   3.8 | 328M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 276k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
742.00/742.05	c   742s|  4050k|495796 | 15300k|   3.8 | 328M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 276k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
743.61/743.66	c   744s|  4060k|495929 | 15333k|   3.8 | 328M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 277k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
745.21/745.27	c   745s|  4070k|495916 | 15366k|   3.8 | 329M|  57 |   7 | 172 |  28 | 172 |  21 |  24 | 278k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
746.81/746.88	c   747s|  4080k|495821 | 15399k|   3.8 | 329M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 278k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
748.51/748.50	c   749s|  4090k|495743 | 15431k|   3.8 | 329M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 279k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
750.11/750.13	c   750s|  4100k|496070 | 15465k|   3.8 | 329M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 280k|  31k| 0.000000e+00 | 9.000000e+00 |    Inf 
751.70/751.74	c   752s|  4110k|496078 | 15498k|   3.8 | 329M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 280k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
753.41/753.45	c   753s|  4120k|497499 | 15533k|   3.8 | 330M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 281k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
755.10/755.13	c   755s|  4130k|498207 | 15568k|   3.8 | 331M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 282k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
756.82/756.82	c   757s|  4140k|498866 | 15604k|   3.8 | 332M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 282k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
758.41/758.49	c   758s|  4150k|499378 | 15639k|   3.8 | 332M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 283k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
760.12/760.16	c   760s|  4160k|499476 | 15673k|   3.8 | 332M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 284k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
761.80/761.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
761.80/761.81	c   762s|  4170k|499681 | 15706k|   3.8 | 333M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 285k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
763.41/763.47	c   763s|  4180k|499616 | 15739k|   3.8 | 333M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 285k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
765.11/765.13	c   765s|  4190k|499860 | 15774k|   3.8 | 333M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 286k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
766.71/766.79	c   767s|  4200k|499734 | 15807k|   3.8 | 333M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 287k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
768.41/768.45	c   768s|  4210k|499818 | 15841k|   3.8 | 334M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 287k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
770.11/770.12	c   770s|  4220k|499578 | 15874k|   3.8 | 334M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 288k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
771.71/771.78	c   772s|  4230k|499499 | 15908k|   3.8 | 334M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 289k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
773.41/773.43	c   773s|  4240k|499331 | 15941k|   3.8 | 334M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 289k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
775.00/775.07	c   775s|  4250k|499193 | 15974k|   3.8 | 334M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 290k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
776.71/776.70	c   777s|  4260k|499268 | 16008k|   3.8 | 334M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 291k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
778.31/778.34	c   778s|  4270k|499117 | 16041k|   3.8 | 334M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 291k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
779.91/779.99	c   780s|  4280k|499124 | 16075k|   3.8 | 334M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 292k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
781.61/781.63	c   782s|  4290k|499355 | 16110k|   3.8 | 334M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 293k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
783.22/783.26	c   783s|  4300k|499686 | 16144k|   3.8 | 335M|  57 |   7 | 172 |  30 | 172 |  21 |  24 | 293k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
784.91/784.95	c   785s|  4310k|500428 | 16180k|   3.8 | 335M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 294k|  32k| 0.000000e+00 | 9.000000e+00 |    Inf 
786.51/786.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.51/786.58	c   787s|  4320k|500602 | 16213k|   3.8 | 336M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 295k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
788.21/788.26	c   788s|  4330k|501667 | 16248k|   3.8 | 337M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 295k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
789.91/789.91	c   790s|  4340k|502713 | 16284k|   3.8 | 337M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 296k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
791.61/791.60	c   792s|  4350k|504427 | 16319k|   3.8 | 338M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 297k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
793.20/793.28	c   793s|  4360k|505977 | 16354k|   3.8 | 339M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 297k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
794.91/794.94	c   795s|  4370k|507258 | 16388k|   3.8 | 340M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 298k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
796.61/796.60	c   797s|  4380k|508488 | 16423k|   3.7 | 341M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 298k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
798.20/798.23	c   798s|  4390k|509303 | 16456k|   3.7 | 342M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 299k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
799.81/799.84	c   800s|  4400k|509954 | 16489k|   3.7 | 342M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 300k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
801.51/801.55	c   802s|  4410k|511261 | 16526k|   3.7 | 343M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 300k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
803.21/803.24	c   803s|  4420k|512683 | 16562k|   3.7 | 344M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 301k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
804.90/804.91	c   805s|  4430k|513504 | 16598k|   3.7 | 345M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 302k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
806.51/806.60	c   807s|  4440k|514020 | 16633k|   3.7 | 345M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 302k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
808.41/808.50	c   809s|  4450k|517083 | 16674k|   3.7 | 347M|  57 |   7 | 172 |  30 | 172 |  21 |  24 | 303k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
810.41/810.42	c   810s|  4460k|520408 | 16714k|   3.7 | 349M|  57 |   7 | 172 |  28 | 172 |  21 |  24 | 303k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
812.41/812.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
812.41/812.41	c   812s|  4470k|524131 | 16756k|   3.7 | 351M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 304k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
814.41/814.40	c   814s|  4480k|528304 | 16797k|   3.7 | 353M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 305k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
816.31/816.34	c   816s|  4490k|531760 | 16836k|   3.7 | 355M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 305k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
818.21/818.22	c   818s|  4500k|534851 | 16876k|   3.8 | 357M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 306k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
820.11/820.14	c   820s|  4510k|538472 | 16916k|   3.8 | 358M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 306k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
821.91/821.97	c   822s|  4520k|541332 | 16955k|   3.8 | 360M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 307k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
823.82/823.82	c   824s|  4530k|544337 | 16994k|   3.8 | 362M|  57 |   7 | 172 |  29 | 172 |  21 |  24 | 307k|  33k| 0.000000e+00 | 9.000000e+00 |    Inf 
825.61/825.66	c   826s|  4540k|547253 | 17032k|   3.8 | 363M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 308k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
827.41/827.45	c   827s|  4550k|550097 | 17069k|   3.8 | 365M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 309k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
829.32/829.30	c   829s|  4560k|553028 | 17108k|   3.8 | 366M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 309k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
831.11/831.11	c   831s|  4570k|555450 | 17146k|   3.8 | 368M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 310k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
832.81/832.84	c   833s|  4580k|557552 | 17182k|   3.8 | 369M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 310k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
834.61/834.65	c   835s|  4590k|560172 | 17220k|   3.8 | 371M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 311k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
836.41/836.43	c   836s|  4600k|562467 | 17258k|   3.8 | 372M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 312k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
838.22/838.23	c   838s|  4610k|565039 | 17295k|   3.8 | 374M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 312k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
840.01/840.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
840.01/840.08	c   840s|  4620k|567955 | 17333k|   3.8 | 375M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 313k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
841.91/841.96	c   842s|  4630k|571275 | 17372k|   3.8 | 377M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 314k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
843.71/843.78	c   844s|  4640k|573981 | 17410k|   3.8 | 378M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 314k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
845.61/845.61	c   846s|  4650k|576609 | 17448k|   3.8 | 380M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 315k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
847.41/847.45	c   847s|  4660k|579287 | 17486k|   3.8 | 381M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 315k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
849.11/849.17	c   849s|  4670k|581235 | 17522k|   3.8 | 383M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 316k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
850.91/850.92	c   851s|  4680k|583726 | 17559k|   3.8 | 384M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 317k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
852.61/852.65	c   853s|  4690k|585647 | 17595k|   3.8 | 385M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 317k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
854.31/854.38	c   854s|  4700k|587445 | 17631k|   3.8 | 386M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 318k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
856.21/856.23	c   856s|  4710k|590318 | 17670k|   3.8 | 388M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 318k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
857.92/857.99	c   858s|  4720k|592152 | 17709k|   3.8 | 389M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 319k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
859.71/859.74	c   860s|  4730k|594349 | 17745k|   3.8 | 391M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 320k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
861.41/861.47	c   861s|  4740k|596255 | 17782k|   3.8 | 392M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 320k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
863.21/863.23	c   863s|  4750k|598293 | 17819k|   3.8 | 393M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 321k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
864.92/864.94	c   865s|  4760k|599950 | 17855k|   3.8 | 394M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 321k|  34k| 0.000000e+00 | 9.000000e+00 |    Inf 
866.61/866.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
866.61/866.67	c   867s|  4770k|601821 | 17891k|   3.8 | 395M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 322k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
868.41/868.40	c   868s|  4780k|603758 | 17927k|   3.8 | 397M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 323k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
870.11/870.12	c   870s|  4790k|605667 | 17963k|   3.8 | 398M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 323k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
871.81/871.86	c   872s|  4800k|608108 | 17999k|   3.7 | 399M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 324k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
873.51/873.56	c   874s|  4810k|609979 | 18034k|   3.7 | 400M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 325k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
875.21/875.28	c   875s|  4820k|611827 | 18070k|   3.7 | 402M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 325k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
877.01/877.00	c   877s|  4830k|613576 | 18106k|   3.7 | 403M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 326k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
878.71/878.74	c   879s|  4840k|615999 | 18141k|   3.7 | 404M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 326k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
880.41/880.44	c   880s|  4850k|617712 | 18176k|   3.7 | 405M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 327k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
882.12/882.17	c   882s|  4860k|619649 | 18212k|   3.7 | 406M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 328k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
883.81/883.88	c   884s|  4870k|621446 | 18248k|   3.7 | 408M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 328k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
885.52/885.56	c   886s|  4880k|623217 | 18283k|   3.7 | 409M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 329k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
887.21/887.24	c   887s|  4890k|624956 | 18318k|   3.7 | 410M|  57 |   - | 172 |  18 |   0 |   0 |  24 | 329k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
889.02/889.00	c   889s|  4900k|627245 | 18354k|   3.7 | 411M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 330k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
890.71/890.73	c   891s|  4910k|629381 | 18389k|   3.7 | 412M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 331k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
892.31/892.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
892.31/892.37	c   892s|  4920k|630876 | 18423k|   3.7 | 413M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 331k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
894.01/894.09	c   894s|  4930k|632821 | 18459k|   3.7 | 415M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 332k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
895.82/895.81	c   896s|  4940k|634667 | 18494k|   3.7 | 416M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 333k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
897.52/897.52	c   898s|  4950k|636413 | 18530k|   3.7 | 417M|  57 |   7 | 172 |  30 | 172 |  21 |  24 | 333k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
899.21/899.25	c   899s|  4960k|638618 | 18565k|   3.7 | 418M|  57 |   7 | 172 |  32 | 172 |  21 |  24 | 334k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
900.92/900.94	c   901s|  4970k|640510 | 18600k|   3.7 | 419M|  57 |   - | 172 |  31 |   0 |   0 |  24 | 334k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
902.61/902.65	c   903s|  4980k|641916 | 18635k|   3.7 | 420M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 335k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
904.31/904.31	c   904s|  4990k|643242 | 18670k|   3.7 | 421M|  57 |   - | 172 |  30 |   0 |   0 |  24 | 336k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
906.01/906.02	c   906s|  5000k|644652 | 18705k|   3.7 | 422M|  57 |   7 | 172 |  29 | 172 |  21 |  24 | 336k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
907.71/907.76	c   908s|  5010k|646279 | 18742k|   3.7 | 423M|  57 |   - | 172 |  34 | 172 |  21 |  24 | 337k|  35k| 0.000000e+00 | 9.000000e+00 |    Inf 
909.41/909.45	c   909s|  5020k|647806 | 18777k|   3.7 | 424M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 338k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
911.11/911.16	c   911s|  5030k|649414 | 18811k|   3.7 | 425M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 338k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
912.81/912.89	c   913s|  5040k|651050 | 18847k|   3.7 | 426M|  57 |   - | 172 |  29 | 172 |  21 |  24 | 339k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
914.62/914.63	c   915s|  5050k|652538 | 18884k|   3.7 | 427M|  57 |   7 | 172 |  33 | 172 |  21 |  24 | 340k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
916.32/916.32	c   916s|  5060k|654036 | 18919k|   3.7 | 428M|  57 |   - | 172 |  32 | 172 |  21 |  24 | 340k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
918.02/918.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
918.02/918.02	c   918s|  5070k|655639 | 18955k|   3.7 | 430M|  57 |   - | 172 |  28 | 172 |  21 |  24 | 341k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
919.71/919.73	c   920s|  5080k|657120 | 18990k|   3.7 | 431M|  57 |   - | 172 |  25 |   0 |   0 |  24 | 341k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
921.41/921.48	c   921s|  5090k|659384 | 19027k|   3.7 | 432M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 342k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
923.21/923.23	c   923s|  5100k|661718 | 19062k|   3.7 | 433M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 343k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
924.91/924.94	c   925s|  5110k|663875 | 19097k|   3.7 | 435M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 343k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
926.61/926.69	c   927s|  5120k|666118 | 19133k|   3.7 | 436M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 344k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
928.42/928.42	c   928s|  5130k|668217 | 19168k|   3.7 | 437M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 344k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
930.12/930.15	c   930s|  5140k|669947 | 19204k|   3.7 | 438M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 345k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
931.81/931.86	c   932s|  5150k|671716 | 19238k|   3.7 | 439M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 346k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
933.51/933.55	c   934s|  5160k|673854 | 19273k|   3.7 | 441M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 346k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
935.21/935.22	c   935s|  5170k|675434 | 19307k|   3.7 | 442M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 347k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
936.81/936.89	c   937s|  5180k|677116 | 19341k|   3.7 | 443M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 347k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
938.51/938.55	c   939s|  5190k|678306 | 19375k|   3.7 | 444M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 348k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
940.21/940.22	c   940s|  5200k|679655 | 19409k|   3.7 | 445M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 349k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
941.91/941.91	c   942s|  5210k|680975 | 19444k|   3.7 | 446M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 349k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
943.51/943.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
943.51/943.55	c   944s|  5220k|682391 | 19477k|   3.7 | 447M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 350k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
945.22/945.20	c   945s|  5230k|683732 | 19509k|   3.7 | 448M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 351k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
946.81/946.86	c   947s|  5240k|685117 | 19543k|   3.7 | 449M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 351k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
948.52/948.53	c   949s|  5250k|686313 | 19577k|   3.7 | 449M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 352k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
950.22/950.20	c   950s|  5260k|687491 | 19611k|   3.7 | 450M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 353k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
951.91/951.94	c   952s|  5270k|689366 | 19647k|   3.7 | 452M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 353k|  36k| 0.000000e+00 | 9.000000e+00 |    Inf 
953.61/953.62	c   954s|  5280k|690811 | 19682k|   3.7 | 453M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 354k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
955.21/955.26	c   955s|  5290k|691828 | 19716k|   3.7 | 453M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 355k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
956.91/956.93	c   957s|  5300k|693128 | 19750k|   3.7 | 454M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 355k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
958.62/958.62	c   959s|  5310k|694386 | 19785k|   3.7 | 455M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 356k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
960.22/960.29	c   960s|  5320k|695532 | 19820k|   3.7 | 456M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 357k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
962.01/962.01	c   962s|  5330k|697372 | 19855k|   3.7 | 457M|  57 |   7 | 172 |  28 | 172 |  21 |  24 | 357k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
963.71/963.71	c   964s|  5340k|699146 | 19890k|   3.7 | 458M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 358k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
965.32/965.39	c   965s|  5350k|700659 | 19925k|   3.7 | 459M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 358k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
967.01/967.08	c   967s|  5360k|701894 | 19960k|   3.7 | 460M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 359k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
968.71/968.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.71/968.73	c   969s|  5370k|702848 | 19993k|   3.7 | 461M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 360k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
970.42/970.42	c   970s|  5380k|704487 | 20029k|   3.7 | 462M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 360k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
972.11/972.16	c   972s|  5390k|706706 | 20064k|   3.7 | 463M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 361k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
973.81/973.84	c   974s|  5400k|708319 | 20099k|   3.7 | 464M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 361k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
975.52/975.54	c   976s|  5410k|709755 | 20133k|   3.7 | 465M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 362k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
977.12/977.19	c   977s|  5420k|710983 | 20167k|   3.7 | 466M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 363k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
978.82/978.85	c   979s|  5430k|711988 | 20202k|   3.7 | 467M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 363k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
980.42/980.48	c   980s|  5440k|712709 | 20235k|   3.7 | 468M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 364k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
982.92/982.92	c   983s|  5450k|713860 | 20269k|   3.7 | 469M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 365k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
984.51/984.58	c   985s|  5460k|714826 | 20303k|   3.7 | 469M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 365k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
986.22/986.26	c   986s|  5470k|716067 | 20339k|   3.7 | 470M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 366k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
987.92/987.93	c   988s|  5480k|717106 | 20373k|   3.7 | 471M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 366k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
989.52/989.58	c   990s|  5490k|718358 | 20407k|   3.7 | 472M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 367k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
991.21/991.23	c   991s|  5500k|719502 | 20441k|   3.7 | 473M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 368k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
992.81/992.89	c   993s|  5510k|720341 | 20475k|   3.7 | 474M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 368k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
994.52/994.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
994.52/994.55	c   995s|  5520k|721131 | 20509k|   3.7 | 474M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 369k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
996.22/996.23	c   996s|  5530k|722189 | 20543k|   3.7 | 475M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 370k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
997.91/997.92	c   998s|  5540k|723706 | 20579k|   3.7 | 476M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 370k|  37k| 0.000000e+00 | 9.000000e+00 |    Inf 
999.52/999.59	c  1000s|  5550k|725507 | 20613k|   3.7 | 477M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 371k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1001.22/1001.25	c  1001s|  5560k|726483 | 20647k|   3.7 | 478M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 371k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1002.91/1002.99	c  1003s|  5570k|728018 | 20683k|   3.7 | 479M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 372k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1004.61/1004.69	c  1005s|  5580k|729515 | 20718k|   3.7 | 480M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 373k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1006.31/1006.36	c  1006s|  5590k|730701 | 20753k|   3.7 | 481M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 373k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1008.02/1008.02	c  1008s|  5600k|731683 | 20788k|   3.7 | 482M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 374k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1009.61/1009.69	c  1010s|  5610k|732599 | 20821k|   3.7 | 482M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 375k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1011.31/1011.34	c  1011s|  5620k|733390 | 20854k|   3.7 | 483M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 375k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1013.02/1013.01	c  1013s|  5630k|734244 | 20889k|   3.7 | 484M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 376k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1014.72/1014.70	c  1015s|  5640k|735989 | 20923k|   3.7 | 485M|  57 |   - | 172 |  26 | 172 |  21 |  24 | 377k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1016.42/1016.44	c  1016s|  5650k|738133 | 20960k|   3.7 | 486M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 377k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1018.11/1018.13	c  1018s|  5660k|739178 | 20996k|   3.7 | 487M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 378k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1019.81/1019.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.81/1019.82	c  1020s|  5670k|740102 | 21032k|   3.7 | 488M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 378k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1021.52/1021.50	c  1022s|  5680k|741062 | 21067k|   3.7 | 489M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 379k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1023.12/1023.15	c  1023s|  5690k|742192 | 21101k|   3.7 | 490M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 380k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1024.81/1024.83	c  1025s|  5700k|743202 | 21136k|   3.7 | 490M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 380k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1026.41/1026.47	c  1026s|  5710k|743916 | 21169k|   3.7 | 491M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 381k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1028.11/1028.14	c  1028s|  5720k|744607 | 21203k|   3.7 | 492M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 382k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1029.82/1029.80	c  1030s|  5730k|745337 | 21237k|   3.7 | 492M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 382k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1031.41/1031.46	c  1031s|  5740k|746057 | 21271k|   3.7 | 493M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 383k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1033.11/1033.12	c  1033s|  5750k|747514 | 21304k|   3.7 | 494M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 383k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1034.81/1034.81	c  1035s|  5760k|749099 | 21338k|   3.7 | 495M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 384k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1036.42/1036.45	c  1036s|  5770k|750204 | 21370k|   3.7 | 496M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 385k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1038.01/1038.09	c  1038s|  5780k|751055 | 21402k|   3.7 | 497M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 385k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1039.71/1039.72	c  1040s|  5790k|751823 | 21435k|   3.7 | 497M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 386k|  38k| 0.000000e+00 | 9.000000e+00 |    Inf 
1041.31/1041.35	c  1041s|  5800k|752655 | 21468k|   3.7 | 498M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 387k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1043.02/1043.03	c  1043s|  5810k|753514 | 21503k|   3.7 | 499M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 387k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1044.62/1044.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.62/1044.67	c  1045s|  5820k|754404 | 21537k|   3.7 | 499M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 388k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1046.32/1046.33	c  1046s|  5830k|755315 | 21571k|   3.7 | 500M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 388k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1048.01/1048.01	c  1048s|  5840k|756197 | 21605k|   3.7 | 501M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 389k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1049.61/1049.67	c  1050s|  5850k|757018 | 21639k|   3.7 | 501M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 390k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1051.31/1051.34	c  1051s|  5860k|757666 | 21672k|   3.7 | 502M|  57 |   7 | 172 |  29 | 172 |  21 |  24 | 390k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1052.92/1052.97	c  1053s|  5870k|758668 | 21705k|   3.7 | 503M|  57 |   - | 172 |  28 |   0 |   0 |  24 | 391k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1054.61/1054.62	c  1055s|  5880k|759632 | 21738k|   3.7 | 504M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 392k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1056.32/1056.30	c  1056s|  5890k|760898 | 21772k|   3.7 | 504M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 392k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1057.92/1057.94	c  1058s|  5900k|761844 | 21807k|   3.7 | 505M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 393k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1059.52/1059.58	c  1060s|  5910k|763046 | 21841k|   3.7 | 506M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 394k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1061.22/1061.25	c  1061s|  5920k|764158 | 21876k|   3.7 | 507M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 394k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1062.92/1062.90	c  1063s|  5930k|764781 | 21911k|   3.7 | 507M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 395k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1064.51/1064.52	c  1065s|  5940k|765371 | 21944k|   3.7 | 508M|  57 |   - | 172 |  26 |   0 |   0 |  24 | 395k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1066.12/1066.15	c  1066s|  5950k|766212 | 21977k|   3.7 | 509M|  57 |   7 | 172 |  28 | 172 |  21 |  24 | 396k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1067.81/1067.83	c  1068s|  5960k|767402 | 22012k|   3.7 | 510M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 397k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1069.41/1069.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.41/1069.49	c  1069s|  5970k|768237 | 22045k|   3.7 | 510M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 397k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1071.22/1071.27	c  1071s|  5980k|770384 | 22083k|   3.7 | 512M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 398k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1073.01/1073.00	c  1073s|  5990k|772226 | 22119k|   3.7 | 513M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 398k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1074.72/1074.72	c  1075s|  6000k|774004 | 22156k|   3.7 | 514M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 399k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1076.41/1076.41	c  1076s|  6010k|775381 | 22191k|   3.7 | 515M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 400k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1078.12/1078.18	c  1078s|  6020k|777672 | 22227k|   3.7 | 516M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 400k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1079.81/1079.85	c  1080s|  6030k|778958 | 22261k|   3.7 | 517M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 401k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1081.52/1081.53	c  1082s|  6040k|780331 | 22296k|   3.7 | 518M|  57 |   - | 172 |  23 |   0 |   0 |  24 | 402k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1083.12/1083.19	c  1083s|  6050k|781594 | 22331k|   3.7 | 519M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 402k|  39k| 0.000000e+00 | 9.000000e+00 |    Inf 
1084.82/1084.86	c  1085s|  6060k|782724 | 22365k|   3.7 | 520M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 403k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1086.52/1086.55	c  1087s|  6070k|784062 | 22400k|   3.7 | 521M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 403k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1088.21/1088.24	c  1088s|  6080k|784986 | 22434k|   3.7 | 521M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 404k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1089.91/1089.92	c  1090s|  6090k|785952 | 22468k|   3.7 | 522M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 405k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1091.62/1091.60	c  1092s|  6100k|786704 | 22503k|   3.7 | 523M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 405k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1093.21/1093.27	c  1093s|  6110k|787283 | 22537k|   3.7 | 523M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 406k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1094.91/1094.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1094.91/1094.94	c  1095s|  6120k|788101 | 22570k|   3.7 | 524M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 407k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1096.62/1096.63	c  1097s|  6130k|789067 | 22605k|   3.7 | 525M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 407k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1098.42/1098.46	c  1098s|  6140k|791374 | 22645k|   3.7 | 526M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 408k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1100.22/1100.24	c  1100s|  6150k|793128 | 22684k|   3.7 | 527M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 409k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1101.91/1101.99	c  1102s|  6160k|795197 | 22721k|   3.7 | 529M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 409k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1103.72/1103.77	c  1104s|  6170k|797503 | 22757k|   3.7 | 530M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 410k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1105.52/1105.51	c  1106s|  6180k|799031 | 22794k|   3.7 | 531M|  57 |   - | 172 |  27 |   0 |   0 |  24 | 410k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1107.22/1107.23	c  1107s|  6190k|800277 | 22830k|   3.7 | 532M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 411k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1108.91/1108.92	c  1109s|  6200k|801776 | 22866k|   3.7 | 533M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 412k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1110.62/1110.61	c  1111s|  6210k|802900 | 22902k|   3.7 | 534M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 412k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1112.32/1112.36	c  1112s|  6220k|804905 | 22939k|   3.7 | 535M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 413k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1114.02/1114.08	c  1114s|  6230k|806302 | 22974k|   3.7 | 536M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 414k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1115.82/1115.81	c  1116s|  6240k|807514 | 23010k|   3.7 | 537M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 414k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1117.42/1117.49	c  1117s|  6250k|808286 | 23045k|   3.7 | 538M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 415k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1119.12/1119.19	c  1119s|  6260k|809184 | 23080k|   3.7 | 539M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 416k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1120.82/1120.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1120.82/1120.90	c  1121s|  6270k|810221 | 23116k|   3.7 | 539M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 416k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1122.62/1122.63	c  1123s|  6280k|811574 | 23153k|   3.7 | 540M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 417k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1124.31/1124.38	c  1124s|  6290k|813590 | 23190k|   3.7 | 542M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 417k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1126.01/1126.09	c  1126s|  6300k|814681 | 23226k|   3.7 | 542M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 418k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1127.82/1127.80	c  1128s|  6310k|815627 | 23262k|   3.7 | 543M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 419k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1129.51/1129.51	c  1130s|  6320k|817276 | 23296k|   3.7 | 544M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 419k|  40k| 0.000000e+00 | 9.000000e+00 |    Inf 
1131.22/1131.23	c  1131s|  6330k|818732 | 23332k|   3.7 | 545M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 420k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1132.93/1132.96	c  1133s|  6340k|820550 | 23368k|   3.7 | 547M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 421k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1134.61/1134.62	c  1135s|  6350k|821765 | 23402k|   3.7 | 547M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 421k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1136.32/1136.33	c  1136s|  6360k|822539 | 23437k|   3.7 | 548M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 422k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1138.02/1138.00	c  1138s|  6370k|823363 | 23471k|   3.7 | 549M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 423k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1139.63/1139.66	c  1140s|  6380k|824086 | 23505k|   3.7 | 550M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 423k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1141.32/1141.35	c  1141s|  6390k|825307 | 23540k|   3.7 | 550M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 424k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1143.02/1143.06	c  1143s|  6400k|826139 | 23576k|   3.7 | 551M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 424k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1144.71/1144.76	c  1145s|  6410k|827284 | 23611k|   3.7 | 552M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 425k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1146.42/1146.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1146.42/1146.44	c  1146s|  6420k|827971 | 23646k|   3.7 | 553M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 426k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1148.12/1148.12	c  1148s|  6430k|828777 | 23680k|   3.7 | 553M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 426k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1149.72/1149.80	c  1150s|  6440k|829581 | 23715k|   3.7 | 554M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 427k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1151.42/1151.47	c  1151s|  6450k|830411 | 23748k|   3.7 | 555M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 428k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1153.12/1153.14	c  1153s|  6460k|831055 | 23783k|   3.7 | 555M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 428k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1154.81/1154.81	c  1155s|  6470k|831884 | 23818k|   3.7 | 556M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 429k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1156.52/1156.50	c  1156s|  6480k|832600 | 23853k|   3.7 | 557M|  57 |   7 | 172 |  30 | 172 |  21 |  24 | 430k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1158.11/1158.17	c  1158s|  6490k|833277 | 23887k|   3.7 | 558M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 430k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1159.81/1159.86	c  1160s|  6500k|834250 | 23922k|   3.7 | 558M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 431k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1161.52/1161.56	c  1162s|  6510k|834800 | 23956k|   3.7 | 559M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 432k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1163.32/1163.33	c  1163s|  6520k|836690 | 23993k|   3.7 | 560M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 432k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1165.02/1165.05	c  1165s|  6530k|838147 | 24029k|   3.7 | 561M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 433k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1166.72/1166.74	c  1167s|  6540k|839195 | 24064k|   3.7 | 562M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 433k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1168.41/1168.48	c  1168s|  6550k|840454 | 24100k|   3.7 | 563M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 434k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1170.12/1170.18	c  1170s|  6560k|841369 | 24135k|   3.7 | 564M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 435k|  41k| 0.000000e+00 | 9.000000e+00 |    Inf 
1171.82/1171.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1171.82/1171.87	c  1172s|  6570k|842265 | 24169k|   3.7 | 564M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 435k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1173.52/1173.57	c  1174s|  6580k|842926 | 24204k|   3.7 | 565M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 436k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1175.22/1175.25	c  1175s|  6590k|843766 | 24239k|   3.7 | 566M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 437k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1176.92/1176.95	c  1177s|  6600k|845071 | 24274k|   3.7 | 567M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 437k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1178.62/1178.64	c  1179s|  6610k|845899 | 24308k|   3.7 | 567M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 438k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1180.33/1180.32	c  1180s|  6620k|846489 | 24343k|   3.7 | 568M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 439k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1181.92/1181.99	c  1182s|  6630k|847159 | 24377k|   3.7 | 569M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 439k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1183.71/1183.70	c  1184s|  6640k|848427 | 24413k|   3.7 | 569M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 440k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1185.32/1185.39	c  1185s|  6650k|849622 | 24448k|   3.7 | 570M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 441k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1187.12/1187.15	c  1187s|  6660k|850921 | 24485k|   3.7 | 571M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 441k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1188.82/1188.84	c  1189s|  6670k|851729 | 24521k|   3.7 | 572M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 442k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1190.52/1190.52	c  1191s|  6680k|852393 | 24557k|   3.7 | 573M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 442k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1192.22/1192.20	c  1192s|  6690k|853099 | 24592k|   3.7 | 573M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 443k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1193.82/1193.89	c  1194s|  6700k|853756 | 24627k|   3.7 | 574M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 444k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1195.51/1195.57	c  1196s|  6710k|854095 | 24660k|   3.7 | 574M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 445k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1197.32/1197.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1197.32/1197.30	c  1197s|  6720k|855092 | 24698k|   3.7 | 575M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 445k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1198.92/1198.97	c  1199s|  6730k|855679 | 24733k|   3.7 | 576M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 446k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1200.62/1200.68	c  1201s|  6740k|856477 | 24768k|   3.7 | 577M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 446k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1202.32/1202.37	c  1202s|  6750k|857665 | 24803k|   3.7 | 577M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 447k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1204.02/1204.03	c  1204s|  6760k|858717 | 24836k|   3.7 | 578M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 448k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1205.62/1205.69	c  1206s|  6770k|859194 | 24870k|   3.7 | 579M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 448k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1207.32/1207.37	c  1207s|  6780k|859723 | 24904k|   3.7 | 579M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 449k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1209.02/1209.04	c  1209s|  6790k|859926 | 24938k|   3.7 | 580M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 449k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1210.72/1210.73	c  1211s|  6800k|860528 | 24972k|   3.7 | 580M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 450k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1212.42/1212.41	c  1212s|  6810k|861076 | 25007k|   3.7 | 581M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 451k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1214.02/1214.09	c  1214s|  6820k|862214 | 25042k|   3.7 | 582M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 451k|  42k| 0.000000e+00 | 9.000000e+00 |    Inf 
1215.72/1215.75	c  1216s|  6830k|862663 | 25075k|   3.7 | 582M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 452k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1217.42/1217.41	c  1217s|  6840k|863245 | 25109k|   3.7 | 583M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 453k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1219.02/1219.09	c  1219s|  6850k|864055 | 25144k|   3.7 | 583M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 453k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1220.72/1220.79	c  1221s|  6860k|864645 | 25180k|   3.7 | 584M|  57 |   - | 172 |  25 |   0 |   0 |  24 | 454k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1222.42/1222.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1222.42/1222.45	c  1222s|  6870k|865144 | 25214k|   3.7 | 585M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 455k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1224.12/1224.12	c  1224s|  6880k|865499 | 25248k|   3.7 | 585M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 455k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1225.82/1225.80	c  1226s|  6890k|865817 | 25283k|   3.7 | 585M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 456k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1227.42/1227.46	c  1227s|  6900k|866112 | 25317k|   3.7 | 586M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 456k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1229.12/1229.14	c  1229s|  6910k|866425 | 25351k|   3.7 | 586M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 457k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1230.83/1230.83	c  1231s|  6920k|867052 | 25386k|   3.7 | 587M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 458k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1232.42/1232.49	c  1232s|  6930k|867548 | 25420k|   3.7 | 587M|  57 |   - | 172 |  27 |   0 |   0 |  24 | 458k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1234.12/1234.18	c  1234s|  6940k|868152 | 25454k|   3.7 | 588M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 459k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1235.82/1235.84	c  1236s|  6950k|869139 | 25488k|   3.7 | 589M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 460k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1237.52/1237.55	c  1238s|  6960k|869700 | 25523k|   3.7 | 589M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 460k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1239.22/1239.21	c  1239s|  6970k|870060 | 25557k|   3.7 | 590M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 461k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1240.83/1240.86	c  1241s|  6980k|870512 | 25591k|   3.7 | 590M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 462k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1242.52/1242.54	c  1243s|  6990k|870901 | 25624k|   3.7 | 591M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 462k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1244.22/1244.23	c  1244s|  7000k|872214 | 25658k|   3.7 | 592M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 463k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1245.92/1245.90	c  1246s|  7010k|873030 | 25691k|   3.7 | 592M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 464k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1247.52/1247.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1247.52/1247.54	c  1248s|  7020k|873628 | 25724k|   3.7 | 593M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 464k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1249.22/1249.22	c  1249s|  7030k|874082 | 25758k|   3.7 | 594M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 465k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1250.92/1250.91	c  1251s|  7040k|874482 | 25792k|   3.7 | 594M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 466k|  43k| 0.000000e+00 | 9.000000e+00 |    Inf 
1252.51/1252.57	c  1253s|  7050k|874832 | 25826k|   3.7 | 594M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 466k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1254.22/1254.26	c  1254s|  7060k|874990 | 25860k|   3.7 | 595M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 467k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1255.92/1255.93	c  1256s|  7070k|875223 | 25894k|   3.7 | 595M|  57 |   - | 172 |  27 | 172 |  21 |  24 | 467k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1257.62/1257.60	c  1258s|  7080k|875722 | 25928k|   3.7 | 596M|  57 |   - | 172 |  28 | 172 |  21 |  24 | 468k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1259.22/1259.28	c  1259s|  7090k|876573 | 25962k|   3.7 | 596M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 469k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1260.92/1260.95	c  1261s|  7100k|876997 | 25996k|   3.7 | 597M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 469k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1262.62/1262.64	c  1263s|  7110k|877274 | 26031k|   3.7 | 597M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 470k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1264.32/1264.30	c  1264s|  7120k|877724 | 26065k|   3.7 | 598M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 471k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1265.92/1265.99	c  1266s|  7130k|878658 | 26097k|   3.7 | 599M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 471k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1267.62/1267.65	c  1268s|  7140k|879040 | 26130k|   3.7 | 599M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 472k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1269.33/1269.36	c  1269s|  7150k|879383 | 26165k|   3.7 | 600M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 473k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1271.02/1271.05	c  1271s|  7160k|880083 | 26201k|   3.7 | 600M|  57 |   - | 172 |  25 |   0 |   0 |  24 | 473k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1272.72/1272.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1272.72/1272.73	c  1273s|  7170k|880720 | 26235k|   3.7 | 601M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 474k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1274.32/1274.36	c  1274s|  7180k|881353 | 26268k|   3.7 | 601M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 474k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1276.03/1276.02	c  1276s|  7190k|881926 | 26302k|   3.7 | 602M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 475k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1277.72/1277.70	c  1278s|  7200k|882743 | 26337k|   3.7 | 603M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 476k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1279.32/1279.37	c  1279s|  7210k|883395 | 26372k|   3.7 | 603M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 476k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1281.02/1281.00	c  1281s|  7220k|884381 | 26404k|   3.7 | 604M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 477k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1282.63/1282.63	c  1283s|  7230k|884572 | 26436k|   3.7 | 604M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 478k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1284.22/1284.29	c  1284s|  7240k|885621 | 26469k|   3.7 | 605M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 478k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1285.93/1285.94	c  1286s|  7250k|886443 | 26503k|   3.7 | 606M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 479k|  44k| 0.000000e+00 | 9.000000e+00 |    Inf 
1287.62/1287.60	c  1288s|  7260k|887659 | 26536k|   3.7 | 607M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 480k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1289.23/1289.24	c  1289s|  7270k|888347 | 26568k|   3.7 | 607M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 480k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1290.82/1290.86	c  1291s|  7280k|888738 | 26599k|   3.7 | 608M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 481k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1292.42/1292.49	c  1292s|  7290k|889081 | 26632k|   3.7 | 608M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 482k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1294.12/1294.13	c  1294s|  7300k|889354 | 26665k|   3.7 | 609M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 482k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1295.72/1295.80	c  1296s|  7310k|890252 | 26698k|   3.7 | 609M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 483k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1297.42/1297.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.42/1297.46	c  1297s|  7320k|891281 | 26731k|   3.7 | 610M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 484k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1299.03/1299.08	c  1299s|  7330k|892165 | 26762k|   3.7 | 611M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 484k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1300.72/1300.73	c  1301s|  7340k|892688 | 26795k|   3.7 | 611M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 485k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1302.33/1302.39	c  1302s|  7350k|893164 | 26828k|   3.7 | 612M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 486k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1304.02/1304.05	c  1304s|  7360k|893231 | 26861k|   3.6 | 612M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 486k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1305.73/1305.71	c  1306s|  7370k|893675 | 26893k|   3.6 | 613M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 487k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1307.32/1307.36	c  1307s|  7380k|894226 | 26927k|   3.6 | 613M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 488k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1309.03/1309.01	c  1309s|  7390k|894884 | 26960k|   3.6 | 614M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 488k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1310.62/1310.67	c  1311s|  7400k|895138 | 26993k|   3.6 | 614M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 489k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1312.33/1312.39	c  1312s|  7410k|896414 | 27028k|   3.6 | 615M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 490k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1314.02/1314.04	c  1314s|  7420k|897458 | 27062k|   3.6 | 616M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 490k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1315.73/1315.71	c  1316s|  7430k|898547 | 27097k|   3.6 | 617M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 491k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1317.32/1317.36	c  1317s|  7440k|899230 | 27131k|   3.6 | 617M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 491k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1318.93/1318.97	c  1319s|  7450k|899759 | 27165k|   3.6 | 618M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 492k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1320.62/1320.64	c  1321s|  7460k|900064 | 27198k|   3.6 | 618M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 493k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1322.32/1322.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1322.32/1322.30	c  1322s|  7470k|900165 | 27232k|   3.6 | 619M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 493k|  45k| 0.000000e+00 | 9.000000e+00 |    Inf 
1323.92/1323.93	c  1324s|  7480k|900432 | 27265k|   3.6 | 619M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 494k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1325.53/1325.59	c  1326s|  7490k|900813 | 27299k|   3.6 | 620M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 495k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1327.22/1327.25	c  1327s|  7500k|901133 | 27332k|   3.6 | 620M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 495k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1328.83/1328.89	c  1329s|  7510k|901574 | 27365k|   3.6 | 621M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 496k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1330.52/1330.57	c  1331s|  7520k|901690 | 27398k|   3.6 | 621M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 497k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1332.22/1332.25	c  1332s|  7530k|902190 | 27432k|   3.6 | 621M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 497k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1333.92/1333.93	c  1334s|  7540k|902991 | 27467k|   3.6 | 622M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 498k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1335.62/1335.62	c  1336s|  7550k|904890 | 27502k|   3.6 | 623M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 498k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1337.22/1337.28	c  1337s|  7560k|906285 | 27535k|   3.6 | 624M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 499k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1338.93/1338.95	c  1339s|  7570k|907355 | 27569k|   3.6 | 625M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 500k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1340.63/1340.68	c  1341s|  7580k|909435 | 27605k|   3.6 | 626M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 500k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1342.32/1342.39	c  1342s|  7590k|911143 | 27641k|   3.6 | 627M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 501k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1344.13/1344.13	c  1344s|  7600k|912857 | 27677k|   3.6 | 628M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 501k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1345.82/1345.81	c  1346s|  7610k|913960 | 27711k|   3.6 | 629M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 502k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1347.53/1347.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1347.53/1347.53	c  1348s|  7620k|915247 | 27747k|   3.6 | 630M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 503k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1349.22/1349.23	c  1349s|  7630k|916512 | 27781k|   3.6 | 631M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 503k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1350.92/1350.97	c  1351s|  7640k|918000 | 27817k|   3.6 | 632M|  57 |   - | 172 |  28 | 172 |  21 |  24 | 504k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1352.62/1352.65	c  1353s|  7650k|919387 | 27852k|   3.6 | 633M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 504k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1354.42/1354.42	c  1354s|  7660k|921800 | 27890k|   3.6 | 635M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 505k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1356.12/1356.11	c  1356s|  7670k|923398 | 27924k|   3.6 | 636M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 506k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1357.82/1357.87	c  1358s|  7680k|925117 | 27961k|   3.6 | 637M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 506k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1359.52/1359.59	c  1360s|  7690k|926902 | 27997k|   3.6 | 638M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 507k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1361.32/1361.39	c  1361s|  7700k|929079 | 28034k|   3.6 | 639M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 507k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1363.02/1363.09	c  1363s|  7710k|930839 | 28069k|   3.6 | 640M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 508k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1364.82/1364.83	c  1365s|  7720k|932797 | 28104k|   3.6 | 641M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 509k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1366.52/1366.54	c  1367s|  7730k|934256 | 28140k|   3.6 | 642M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 509k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1368.22/1368.22	c  1368s|  7740k|935386 | 28175k|   3.6 | 643M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 510k|  46k| 0.000000e+00 | 9.000000e+00 |    Inf 
1369.82/1369.89	c  1370s|  7750k|936527 | 28209k|   3.6 | 644M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 510k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1371.52/1371.60	c  1372s|  7760k|937750 | 28243k|   3.6 | 645M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 511k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1373.23/1373.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1373.23/1373.27	c  1373s|  7770k|938777 | 28278k|   3.6 | 646M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 512k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1374.93/1374.93	c  1375s|  7780k|939874 | 28313k|   3.6 | 647M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 512k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1376.63/1376.61	c  1377s|  7790k|941085 | 28348k|   3.6 | 647M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 513k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1378.23/1378.28	c  1378s|  7800k|942211 | 28382k|   3.6 | 648M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 513k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1379.92/1379.96	c  1380s|  7810k|943417 | 28416k|   3.6 | 649M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 514k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1381.63/1381.67	c  1382s|  7820k|945364 | 28452k|   3.6 | 650M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 515k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1383.32/1383.37	c  1383s|  7830k|946402 | 28486k|   3.6 | 651M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 515k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1385.03/1385.05	c  1385s|  7840k|947300 | 28521k|   3.6 | 652M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 516k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1386.72/1386.73	c  1387s|  7850k|948301 | 28555k|   3.6 | 653M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 516k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1388.42/1388.40	c  1388s|  7860k|948964 | 28589k|   3.6 | 653M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 517k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1390.02/1390.03	c  1390s|  7870k|949737 | 28622k|   3.6 | 654M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 518k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1391.73/1391.71	c  1392s|  7880k|950847 | 28657k|   3.6 | 655M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 518k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1393.33/1393.37	c  1393s|  7890k|951548 | 28691k|   3.6 | 656M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 519k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1395.02/1395.05	c  1395s|  7900k|952108 | 28725k|   3.6 | 656M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 520k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1396.72/1396.70	c  1397s|  7910k|953022 | 28759k|   3.6 | 657M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 520k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1398.32/1398.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1398.32/1398.37	c  1398s|  7920k|954090 | 28793k|   3.6 | 658M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 521k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1400.03/1400.04	c  1400s|  7930k|955043 | 28827k|   3.6 | 658M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 521k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1401.62/1401.68	c  1402s|  7940k|955732 | 28860k|   3.6 | 659M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 522k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1403.32/1403.34	c  1403s|  7950k|956458 | 28894k|   3.6 | 660M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 523k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1405.02/1405.01	c  1405s|  7960k|957174 | 28928k|   3.6 | 660M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 523k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1406.72/1406.70	c  1407s|  7970k|957792 | 28962k|   3.6 | 661M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 524k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1408.32/1408.37	c  1408s|  7980k|958780 | 28995k|   3.6 | 662M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 524k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1410.02/1410.00	c  1410s|  7990k|959709 | 29028k|   3.6 | 662M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 525k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1411.73/1411.76	c  1412s|  8000k|961487 | 29065k|   3.6 | 664M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 526k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1413.43/1413.48	c  1413s|  8010k|963109 | 29101k|   3.6 | 665M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 526k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1415.13/1415.16	c  1415s|  8020k|964274 | 29135k|   3.6 | 665M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 527k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1416.83/1416.85	c  1417s|  8030k|965149 | 29170k|   3.6 | 666M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 527k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1418.52/1418.54	c  1419s|  8040k|965802 | 29205k|   3.6 | 667M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 528k|  47k| 0.000000e+00 | 9.000000e+00 |    Inf 
1420.22/1420.24	c  1420s|  8050k|966342 | 29239k|   3.6 | 667M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 529k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1421.93/1421.92	c  1422s|  8060k|967011 | 29274k|   3.6 | 668M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 529k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1423.52/1423.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1423.52/1423.59	c  1424s|  8070k|967937 | 29308k|   3.6 | 669M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 530k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1425.23/1425.27	c  1425s|  8080k|968467 | 29341k|   3.6 | 669M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 531k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1426.92/1426.94	c  1427s|  8090k|968998 | 29376k|   3.6 | 670M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 531k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1428.62/1428.63	c  1429s|  8100k|969522 | 29410k|   3.6 | 670M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 532k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1430.22/1430.28	c  1430s|  8110k|970275 | 29443k|   3.6 | 671M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 532k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1431.92/1431.98	c  1432s|  8120k|971245 | 29478k|   3.6 | 672M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 533k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1433.63/1433.67	c  1434s|  8130k|972325 | 29513k|   3.6 | 673M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 534k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1435.32/1435.35	c  1435s|  8140k|973323 | 29548k|   3.6 | 673M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 534k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1437.02/1437.03	c  1437s|  8150k|973994 | 29582k|   3.6 | 674M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 535k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1438.63/1438.69	c  1439s|  8160k|974635 | 29616k|   3.6 | 675M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 536k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1440.32/1440.35	c  1440s|  8170k|975205 | 29650k|   3.6 | 675M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 536k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1442.03/1442.01	c  1442s|  8180k|975872 | 29683k|   3.6 | 676M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 537k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1443.63/1443.64	c  1444s|  8190k|976737 | 29716k|   3.6 | 676M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 537k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1445.33/1445.33	c  1445s|  8200k|977389 | 29750k|   3.6 | 677M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 538k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1447.03/1447.01	c  1447s|  8210k|977988 | 29784k|   3.6 | 678M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 539k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1448.63/1448.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1448.63/1448.64	c  1449s|  8220k|978849 | 29816k|   3.6 | 678M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 539k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1450.22/1450.30	c  1450s|  8230k|979355 | 29849k|   3.6 | 679M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 540k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1451.93/1451.96	c  1452s|  8240k|979769 | 29882k|   3.6 | 679M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 540k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1453.62/1453.63	c  1454s|  8250k|980060 | 29916k|   3.6 | 680M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 541k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1455.23/1455.30	c  1455s|  8260k|980621 | 29949k|   3.6 | 680M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 542k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1456.92/1456.96	c  1457s|  8270k|981136 | 29983k|   3.6 | 681M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 542k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1458.63/1458.64	c  1459s|  8280k|981645 | 30017k|   3.6 | 681M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 543k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1460.33/1460.32	c  1460s|  8290k|982136 | 30050k|   3.6 | 682M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 544k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1462.03/1462.02	c  1462s|  8300k|983106 | 30084k|   3.6 | 683M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 544k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1463.72/1463.70	c  1464s|  8310k|983636 | 30118k|   3.6 | 683M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 545k|  48k| 0.000000e+00 | 9.000000e+00 |    Inf 
1465.33/1465.38	c  1465s|  8320k|984003 | 30151k|   3.6 | 684M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 546k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1467.03/1467.03	c  1467s|  8330k|984434 | 30184k|   3.6 | 684M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 546k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1468.73/1468.73	c  1469s|  8340k|985436 | 30218k|   3.6 | 685M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 547k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1470.32/1470.39	c  1470s|  8350k|985751 | 30251k|   3.6 | 685M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 547k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1472.03/1472.04	c  1472s|  8360k|986176 | 30285k|   3.6 | 686M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 548k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1473.73/1473.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1473.73/1473.72	c  1474s|  8370k|986816 | 30318k|   3.6 | 687M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 549k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1475.33/1475.38	c  1475s|  8380k|987848 | 30351k|   3.6 | 687M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 549k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1477.03/1477.04	c  1477s|  8390k|988330 | 30383k|   3.6 | 688M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 550k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1478.72/1478.72	c  1479s|  8400k|988583 | 30417k|   3.6 | 688M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 551k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1480.42/1480.47	c  1480s|  8410k|990619 | 30453k|   3.6 | 689M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 551k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1482.12/1482.17	c  1482s|  8420k|992754 | 30489k|   3.6 | 691M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 552k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1483.83/1483.85	c  1484s|  8430k|994123 | 30524k|   3.6 | 692M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 552k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1485.53/1485.55	c  1486s|  8440k|995792 | 30559k|   3.6 | 693M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 553k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1487.13/1487.20	c  1487s|  8450k|996847 | 30594k|   3.6 | 694M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 554k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1488.93/1488.94	c  1489s|  8460k|998409 | 30630k|   3.6 | 695M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 554k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1490.62/1490.62	c  1491s|  8470k|999776 | 30665k|   3.6 | 696M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 555k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1492.32/1492.33	c  1492s|  8480k|  1000k| 30700k|   3.6 | 696M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 556k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1494.02/1494.02	c  1494s|  8490k|  1002k| 30735k|   3.6 | 697M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 556k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1495.62/1495.69	c  1496s|  8500k|  1003k| 30769k|   3.6 | 698M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 557k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1497.32/1497.35	c  1497s|  8510k|  1003k| 30803k|   3.6 | 699M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 557k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1499.03/1499.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1499.03/1499.02	c  1499s|  8520k|  1004k| 30837k|   3.6 | 700M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 558k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1500.63/1500.69	c  1501s|  8530k|  1005k| 30871k|   3.6 | 700M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 559k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1502.33/1502.38	c  1502s|  8540k|  1006k| 30906k|   3.6 | 701M|  57 |   - | 172 |  18 |   0 |   0 |  24 | 559k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1504.03/1504.05	c  1504s|  8550k|  1007k| 30940k|   3.6 | 702M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 560k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1505.63/1505.68	c  1506s|  8560k|  1007k| 30973k|   3.6 | 702M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 560k|  49k| 0.000000e+00 | 9.000000e+00 |    Inf 
1507.33/1507.37	c  1507s|  8570k|  1008k| 31007k|   3.6 | 703M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 561k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1509.03/1509.06	c  1509s|  8580k|  1009k| 31041k|   3.6 | 704M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 562k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1510.72/1510.73	c  1511s|  8590k|  1010k| 31075k|   3.6 | 704M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 562k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1512.43/1512.43	c  1512s|  8600k|  1010k| 31110k|   3.6 | 705M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 563k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1514.13/1514.11	c  1514s|  8610k|  1011k| 31144k|   3.6 | 705M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 564k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1515.73/1515.77	c  1516s|  8620k|  1012k| 31178k|   3.6 | 706M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 564k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1517.42/1517.43	c  1517s|  8630k|  1012k| 31212k|   3.6 | 707M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 565k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1519.03/1519.08	c  1519s|  8640k|  1013k| 31246k|   3.6 | 708M|  57 |   - | 172 |  27 | 172 |  21 |  24 | 565k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1520.73/1520.76	c  1521s|  8650k|  1013k| 31280k|   3.6 | 708M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 566k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1522.43/1522.44	c  1522s|  8660k|  1014k| 31314k|   3.6 | 709M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 567k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1524.02/1524.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1524.02/1524.08	c  1524s|  8670k|  1015k| 31348k|   3.6 | 709M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 567k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1525.74/1525.72	c  1526s|  8680k|  1015k| 31381k|   3.6 | 710M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 568k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1527.32/1527.38	c  1527s|  8690k|  1016k| 31414k|   3.6 | 710M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 569k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1529.04/1529.02	c  1529s|  8700k|  1017k| 31447k|   3.6 | 711M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 569k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1530.62/1530.66	c  1531s|  8710k|  1017k| 31480k|   3.6 | 712M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 570k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1532.34/1532.32	c  1532s|  8720k|  1018k| 31513k|   3.6 | 712M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 571k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1533.92/1533.97	c  1534s|  8730k|  1019k| 31546k|   3.6 | 713M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 571k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1535.63/1535.63	c  1536s|  8740k|  1020k| 31580k|   3.6 | 714M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 572k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1537.23/1537.28	c  1537s|  8750k|  1020k| 31613k|   3.6 | 714M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 572k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1538.93/1538.93	c  1539s|  8760k|  1021k| 31645k|   3.6 | 715M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 573k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1540.62/1540.60	c  1541s|  8770k|  1022k| 31679k|   3.6 | 715M|  57 |   - | 172 |  19 |   0 |   0 |  24 | 574k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1542.23/1542.28	c  1542s|  8780k|  1022k| 31712k|   3.6 | 716M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 574k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1543.93/1543.95	c  1544s|  8790k|  1023k| 31746k|   3.6 | 716M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 575k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1545.63/1545.61	c  1546s|  8800k|  1023k| 31778k|   3.6 | 717M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 576k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1547.23/1547.28	c  1547s|  8810k|  1023k| 31811k|   3.6 | 717M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 576k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1548.93/1548.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.93/1548.94	c  1549s|  8820k|  1024k| 31845k|   3.6 | 718M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 577k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1550.63/1550.60	c  1551s|  8830k|  1024k| 31879k|   3.6 | 718M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 578k|  50k| 0.000000e+00 | 9.000000e+00 |    Inf 
1552.23/1552.25	c  1552s|  8840k|  1025k| 31912k|   3.6 | 719M|  57 |   - | 172 |  26 |   0 |   0 |  24 | 578k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1553.93/1553.96	c  1554s|  8850k|  1026k| 31947k|   3.6 | 720M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 579k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1555.63/1555.63	c  1556s|  8860k|  1027k| 31980k|   3.6 | 721M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 579k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1557.33/1557.30	c  1557s|  8870k|  1028k| 32012k|   3.6 | 721M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 580k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1558.92/1558.93	c  1559s|  8880k|  1029k| 32044k|   3.6 | 722M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 581k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1560.63/1560.60	c  1561s|  8890k|  1029k| 32079k|   3.6 | 722M|  57 |   7 | 172 |  28 | 172 |  21 |  24 | 581k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1562.23/1562.23	c  1562s|  8900k|  1029k| 32110k|   3.6 | 723M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 582k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1563.93/1563.90	c  1564s|  8910k|  1030k| 32143k|   3.6 | 723M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 583k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1565.52/1565.56	c  1566s|  8920k|  1030k| 32176k|   3.6 | 723M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 583k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1567.23/1567.22	c  1567s|  8930k|  1030k| 32209k|   3.6 | 724M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 584k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1568.83/1568.89	c  1569s|  8940k|  1031k| 32242k|   3.6 | 724M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 585k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1570.53/1570.56	c  1571s|  8950k|  1031k| 32275k|   3.6 | 725M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 585k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1572.23/1572.22	c  1572s|  8960k|  1032k| 32308k|   3.6 | 725M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 586k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1573.83/1573.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.83/1573.87	c  1574s|  8970k|  1032k| 32341k|   3.6 | 726M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 587k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1575.52/1575.53	c  1576s|  8980k|  1033k| 32374k|   3.6 | 726M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 587k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1577.13/1577.16	c  1577s|  8990k|  1033k| 32407k|   3.6 | 727M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 588k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1578.83/1578.83	c  1579s|  9000k|  1034k| 32440k|   3.6 | 728M|  57 |   - | 172 |  21 |   0 |   0 |  24 | 589k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1580.52/1580.50	c  1581s|  9010k|  1034k| 32473k|   3.6 | 728M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 589k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1582.13/1582.15	c  1582s|  9020k|  1035k| 32506k|   3.6 | 729M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 590k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1583.83/1583.82	c  1584s|  9030k|  1035k| 32540k|   3.6 | 729M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 590k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1585.53/1585.50	c  1586s|  9040k|  1036k| 32573k|   3.6 | 730M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 591k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1587.23/1587.21	c  1587s|  9050k|  1037k| 32608k|   3.6 | 731M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 592k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1588.93/1588.92	c  1589s|  9060k|  1038k| 32643k|   3.6 | 731M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 592k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1590.54/1590.59	c  1591s|  9070k|  1038k| 32676k|   3.6 | 732M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 593k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1592.33/1592.30	c  1592s|  9080k|  1039k| 32711k|   3.6 | 733M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 594k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1593.94/1593.99	c  1594s|  9090k|  1040k| 32746k|   3.6 | 733M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 594k|  51k| 0.000000e+00 | 9.000000e+00 |    Inf 
1595.62/1595.69	c  1596s|  9100k|  1041k| 32780k|   3.6 | 734M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 595k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1597.32/1597.39	c  1597s|  9110k|  1041k| 32815k|   3.6 | 735M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 595k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1599.03/1599.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.03/1599.05	c  1599s|  9120k|  1042k| 32848k|   3.6 | 735M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 596k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1600.73/1600.72	c  1601s|  9130k|  1042k| 32880k|   3.6 | 735M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 597k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1602.33/1602.39	c  1602s|  9140k|  1042k| 32914k|   3.6 | 736M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 597k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1604.03/1604.09	c  1604s|  9150k|  1043k| 32948k|   3.6 | 736M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 598k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1605.73/1605.79	c  1606s|  9160k|  1043k| 32981k|   3.6 | 737M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 599k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1607.43/1607.49	c  1607s|  9170k|  1043k| 33015k|   3.6 | 737M|  57 |   - | 172 |  20 |   0 |   0 |  24 | 599k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1609.13/1609.15	c  1609s|  9180k|  1044k| 33048k|   3.6 | 738M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 600k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1610.83/1610.81	c  1611s|  9190k|  1044k| 33081k|   3.6 | 738M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 601k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1612.43/1612.48	c  1612s|  9200k|  1044k| 33113k|   3.6 | 739M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 601k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1614.13/1614.13	c  1614s|  9210k|  1045k| 33145k|   3.6 | 739M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 602k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1615.84/1615.86	c  1616s|  9220k|  1047k| 33180k|   3.6 | 740M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 602k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1617.53/1617.57	c  1618s|  9230k|  1048k| 33214k|   3.6 | 741M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 603k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1619.32/1619.32	c  1619s|  9240k|  1049k| 33248k|   3.6 | 742M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 604k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1620.93/1620.99	c  1621s|  9250k|  1050k| 33281k|   3.6 | 743M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 604k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1622.63/1622.66	c  1623s|  9260k|  1051k| 33314k|   3.6 | 744M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 605k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1624.32/1624.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.32/1624.34	c  1624s|  9270k|  1052k| 33346k|   3.6 | 744M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 606k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1626.03/1626.02	c  1626s|  9280k|  1053k| 33378k|   3.6 | 745M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 606k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1627.63/1627.69	c  1628s|  9290k|  1054k| 33411k|   3.6 | 746M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 607k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1629.32/1629.35	c  1629s|  9300k|  1054k| 33443k|   3.6 | 746M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 608k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1631.03/1631.01	c  1631s|  9310k|  1055k| 33475k|   3.6 | 747M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 608k|  52k| 0.000000e+00 | 9.000000e+00 |    Inf 
1632.73/1632.72	c  1633s|  9320k|  1055k| 33508k|   3.6 | 747M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 609k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1634.33/1634.37	c  1634s|  9330k|  1056k| 33539k|   3.6 | 748M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 610k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1636.03/1636.07	c  1636s|  9340k|  1056k| 33571k|   3.6 | 748M|  57 |   7 | 172 |  27 | 172 |  21 |  24 | 610k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1637.73/1637.73	c  1638s|  9350k|  1056k| 33603k|   3.6 | 749M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 611k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1639.33/1639.38	c  1639s|  9360k|  1057k| 33633k|   3.6 | 749M|  57 |   - | 172 |  22 |   0 |   0 |  24 | 612k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1641.03/1641.07	c  1641s|  9370k|  1057k| 33665k|   3.6 | 750M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 612k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1642.73/1642.75	c  1643s|  9380k|  1058k| 33698k|   3.6 | 750M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 613k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1644.44/1644.46	c  1644s|  9390k|  1058k| 33731k|   3.6 | 751M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 614k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1646.13/1646.15	c  1646s|  9400k|  1058k| 33762k|   3.6 | 751M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 614k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1647.84/1647.82	c  1648s|  9410k|  1058k| 33795k|   3.6 | 751M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 615k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1649.43/1649.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.43/1649.50	c  1649s|  9420k|  1059k| 33827k|   3.6 | 752M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 616k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1651.23/1651.20	c  1651s|  9430k|  1059k| 33859k|   3.6 | 752M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 616k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1652.83/1652.88	c  1653s|  9440k|  1059k| 33891k|   3.6 | 753M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 617k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1654.53/1654.56	c  1655s|  9450k|  1060k| 33923k|   3.6 | 753M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 618k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1656.23/1656.24	c  1656s|  9460k|  1060k| 33956k|   3.6 | 753M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 618k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1657.93/1657.92	c  1658s|  9470k|  1060k| 33989k|   3.6 | 754M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 619k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1659.63/1659.60	c  1660s|  9480k|  1060k| 34022k|   3.6 | 754M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 619k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1661.23/1661.25	c  1661s|  9490k|  1061k| 34055k|   3.6 | 755M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 620k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1662.93/1662.93	c  1663s|  9500k|  1061k| 34088k|   3.6 | 755M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 621k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1664.63/1664.60	c  1665s|  9510k|  1061k| 34120k|   3.6 | 756M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 621k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1666.23/1666.28	c  1666s|  9520k|  1062k| 34152k|   3.6 | 756M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 622k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1667.93/1667.94	c  1668s|  9530k|  1062k| 34184k|   3.6 | 757M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 623k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1669.53/1669.58	c  1670s|  9540k|  1063k| 34215k|   3.6 | 757M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 624k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1671.23/1671.24	c  1671s|  9550k|  1063k| 34248k|   3.6 | 758M|  57 |   - | 172 |  26 | 172 |  21 |  24 | 624k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1672.93/1672.95	c  1673s|  9560k|  1063k| 34280k|   3.6 | 758M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 625k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1674.63/1674.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1674.63/1674.65	c  1675s|  9570k|  1063k| 34313k|   3.6 | 758M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 626k|  53k| 0.000000e+00 | 9.000000e+00 |    Inf 
1676.34/1676.32	c  1676s|  9580k|  1064k| 34345k|   3.6 | 759M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 626k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1678.03/1678.00	c  1678s|  9590k|  1064k| 34377k|   3.6 | 759M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 627k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1679.64/1679.68	c  1680s|  9600k|  1064k| 34409k|   3.6 | 760M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 628k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1681.33/1681.33	c  1681s|  9610k|  1065k| 34440k|   3.6 | 760M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 628k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1682.93/1682.99	c  1683s|  9620k|  1065k| 34473k|   3.6 | 760M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 629k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1684.63/1684.67	c  1685s|  9630k|  1065k| 34504k|   3.6 | 761M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 630k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1686.33/1686.36	c  1686s|  9640k|  1065k| 34537k|   3.6 | 761M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 630k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1688.03/1688.02	c  1688s|  9650k|  1066k| 34570k|   3.6 | 761M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 631k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1689.73/1689.72	c  1690s|  9660k|  1066k| 34602k|   3.6 | 762M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 632k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1691.34/1691.38	c  1691s|  9670k|  1066k| 34634k|   3.6 | 762M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 632k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1693.03/1693.08	c  1693s|  9680k|  1066k| 34666k|   3.6 | 762M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 633k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1694.83/1694.81	c  1695s|  9690k|  1067k| 34701k|   3.6 | 763M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 633k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1696.53/1696.50	c  1696s|  9700k|  1067k| 34733k|   3.6 | 764M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 634k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1698.13/1698.19	c  1698s|  9710k|  1067k| 34765k|   3.6 | 764M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 635k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1699.83/1699.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1699.83/1699.88	c  1700s|  9720k|  1067k| 34798k|   3.6 | 764M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 635k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1701.54/1701.56	c  1702s|  9730k|  1067k| 34830k|   3.6 | 764M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 636k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1703.23/1703.23	c  1703s|  9740k|  1068k| 34862k|   3.6 | 765M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 637k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1704.84/1704.88	c  1705s|  9750k|  1068k| 34894k|   3.6 | 765M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 637k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1706.53/1706.55	c  1707s|  9760k|  1069k| 34926k|   3.6 | 766M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 638k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1708.24/1708.24	c  1708s|  9770k|  1070k| 34959k|   3.6 | 766M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 639k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1709.94/1709.94	c  1710s|  9780k|  1070k| 34993k|   3.6 | 767M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 639k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1711.64/1711.62	c  1712s|  9790k|  1070k| 35025k|   3.6 | 767M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 640k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1713.33/1713.30	c  1713s|  9800k|  1070k| 35058k|   3.6 | 767M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 640k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1714.94/1714.96	c  1715s|  9810k|  1070k| 35091k|   3.6 | 768M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 641k|  54k| 0.000000e+00 | 9.000000e+00 |    Inf 
1716.63/1716.63	c  1717s|  9820k|  1071k| 35123k|   3.6 | 768M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 642k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1718.33/1718.32	c  1718s|  9830k|  1071k| 35156k|   3.6 | 768M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 642k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1719.93/1719.99	c  1720s|  9840k|  1071k| 35187k|   3.6 | 769M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 643k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1721.63/1721.66	c  1722s|  9850k|  1071k| 35219k|   3.6 | 769M|  57 |   7 | 172 |  26 | 172 |  21 |  24 | 644k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1723.34/1723.33	c  1723s|  9860k|  1071k| 35250k|   3.6 | 769M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 644k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1724.93/1724.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.93/1724.99	c  1725s|  9870k|  1071k| 35282k|   3.6 | 770M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 645k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1726.63/1726.66	c  1727s|  9880k|  1072k| 35314k|   3.6 | 770M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 646k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1728.33/1728.35	c  1728s|  9890k|  1072k| 35348k|   3.6 | 771M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 646k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1730.03/1730.05	c  1730s|  9900k|  1072k| 35381k|   3.6 | 771M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 647k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1731.74/1731.74	c  1732s|  9910k|  1073k| 35413k|   3.6 | 771M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 648k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1733.43/1733.43	c  1733s|  9920k|  1073k| 35445k|   3.6 | 772M|  57 |   - | 172 |  23 | 172 |  21 |  24 | 648k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1735.13/1735.11	c  1735s|  9930k|  1073k| 35477k|   3.6 | 772M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 649k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1736.84/1736.80	c  1737s|  9940k|  1073k| 35510k|   3.6 | 772M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 650k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1738.44/1738.48	c  1738s|  9950k|  1073k| 35543k|   3.6 | 772M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 650k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1740.14/1740.12	c  1740s|  9960k|  1073k| 35574k|   3.6 | 773M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 651k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1741.73/1741.79	c  1742s|  9970k|  1073k| 35606k|   3.6 | 773M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 652k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1743.44/1743.47	c  1743s|  9980k|  1074k| 35639k|   3.6 | 774M|  57 |   7 | 172 |  25 | 172 |  21 |  24 | 652k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1745.13/1745.16	c  1745s|  9990k|  1074k| 35671k|   3.6 | 774M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 653k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1746.84/1746.84	c  1747s| 10000k|  1074k| 35705k|   3.6 | 774M|  57 |   7 | 172 |  24 | 172 |  21 |  24 | 654k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1748.53/1748.50	c  1749s| 10010k|  1074k| 35737k|   3.6 | 775M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 654k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1750.23/1750.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1750.23/1750.20	c  1750s| 10020k|  1074k| 35769k|   3.6 | 775M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 655k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1751.93/1751.90	c  1752s| 10030k|  1074k| 35801k|   3.6 | 775M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 656k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1753.54/1753.57	c  1754s| 10040k|  1074k| 35833k|   3.6 | 775M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 656k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1755.23/1755.22	c  1755s| 10050k|  1075k| 35866k|   3.6 | 776M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 657k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1756.93/1756.95	c  1757s| 10060k|  1076k| 35899k|   3.6 | 777M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 657k|  55k| 0.000000e+00 | 9.000000e+00 |    Inf 
1758.63/1758.64	c  1759s| 10070k|  1076k| 35932k|   3.6 | 777M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 658k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1760.24/1760.29	c  1760s| 10080k|  1077k| 35964k|   3.6 | 778M|  57 |   - | 172 |  24 | 172 |  21 |  24 | 659k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1761.94/1761.97	c  1762s| 10090k|  1077k| 35996k|   3.6 | 778M|  57 |   - | 172 |  22 | 172 |  21 |  24 | 659k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1763.63/1763.67	c  1764s| 10100k|  1077k| 36028k|   3.6 | 778M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 660k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1765.33/1765.37	c  1765s| 10110k|  1077k| 36060k|   3.6 | 779M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 661k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1767.03/1767.04	c  1767s| 10120k|  1077k| 36092k|   3.6 | 779M|  57 |   - | 172 |  21 | 172 |  21 |  24 | 661k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1768.74/1768.70	c  1769s| 10130k|  1077k| 36124k|   3.6 | 779M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 662k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1770.43/1770.41	c  1770s| 10140k|  1077k| 36156k|   3.6 | 780M|  57 |   7 | 172 |  19 | 172 |  21 |  24 | 663k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1772.04/1772.07	c  1772s| 10150k|  1078k| 36189k|   3.6 | 780M|  57 |   7 | 172 |  23 | 172 |  21 |  24 | 663k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1773.74/1773.71	c  1774s| 10160k|  1078k| 36221k|   3.6 | 780M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 664k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1775.33/1775.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.33/1775.37	c  1775s| 10170k|  1078k| 36253k|   3.6 | 780M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 665k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1777.04/1777.02	c  1777s| 10180k|  1078k| 36285k|   3.6 | 781M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 665k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1778.63/1778.68	c  1779s| 10190k|  1078k| 36318k|   3.6 | 781M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 666k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1780.33/1780.34	c  1780s| 10200k|  1078k| 36350k|   3.6 | 781M|  57 |   - | 172 |  19 | 172 |  21 |  24 | 667k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1782.04/1782.01	c  1782s| 10210k|  1079k| 36383k|   3.6 | 782M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 667k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1783.63/1783.69	c  1784s| 10220k|  1079k| 36415k|   3.6 | 782M|  57 |   7 | 172 |  18 | 172 |  21 |  24 | 668k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1785.34/1785.35	c  1785s| 10230k|  1079k| 36447k|   3.6 | 782M|  57 |   - | 172 |  20 | 172 |  21 |  24 | 669k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1787.03/1787.04	c  1787s| 10240k|  1079k| 36479k|   3.6 | 783M|  57 |   - | 172 |  18 | 172 |  21 |  24 | 669k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1788.73/1788.74	c  1789s| 10250k|  1079k| 36512k|   3.6 | 783M|  57 |   - | 172 |  25 | 172 |  21 |  24 | 670k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1790.43/1790.44	c  1790s| 10260k|  1079k| 36544k|   3.6 | 783M|  57 |   7 | 172 |  22 | 172 |  21 |  24 | 671k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1792.13/1792.12	c  1792s| 10270k|  1079k| 36576k|   3.6 | 783M|  57 |   7 | 172 |  20 | 172 |  21 |  24 | 671k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1793.83/1793.81	c  1794s| 10280k|  1079k| 36608k|   3.6 | 784M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 672k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1795.43/1795.44	c  1795s| 10290k|  1080k| 36640k|   3.6 | 784M|  57 |   7 | 172 |  21 | 172 |  21 |  24 | 673k|  56k| 0.000000e+00 | 9.000000e+00 |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 10299295
1797.03/1797.00	c Primal Bound       : +9.00000000000000e+00 (58 solutions)
1797.03/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s SATISFIABLE
1797.03/1797.00	v -x172 x171 x170 x169 x168 x167 x166 -x165 -x164 x163 x162 x161 x160 x159 -x158 x157 x156 x155 -x154 x153 -x152 -x151 x150 x149 
1797.03/1797.00	v x148 -x147 x146 -x145 -x144 x143 x142 x141 x140 x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 x130 -x129 -x128 -x127 x126 
1797.03/1797.00	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1797.03/1797.00	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1797.03/1797.00	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1797.03/1797.00	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 
1797.03/1797.00	v -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 
1797.03/1797.00	v -x3 -x2 -x1 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.01 (included in solving)
1797.03/1797.00	c   reading          :       0.00 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3488993-1307773377.opb
1797.03/1797.00	c   Variables        : 172 (172 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 14 initial, 14 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3488993-1307773377.opb
1797.03/1797.00	c   Variables        : 172 (172 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 7 initial, 51 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.00          0          0          0          0          0          7          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -         56          -          -         56          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0    5846569          0         30          0        620      30925          0          0   11630582
1797.03/1797.00	c   linear           :          7+         7   14696234          0          1         27    7254641    1506905    9591498          0          0          0
1797.03/1797.00	c   logicor          :          0+         0    2333154          0          0          0     184136      10318     273148          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0         34          1         26          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :      40.69       0.00       0.00      40.69       0.00       0.00       0.00
1797.03/1797.00	c   linear           :     169.64       0.00     143.02       0.00       0.00       0.00      26.62
1797.03/1797.00	c   logicor          :       3.00       0.00       2.41       0.00       0.00       0.00       0.59
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :         40          0          0         56
1797.03/1797.00	c   pseudoobj        :   14710275     266061      14206    1294237
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       2.54       2.54       0.00
1797.03/1797.00	c   rootredcost      :       2.65       2.65       0.00
1797.03/1797.00	c   pseudoobj        :      51.65      51.31       0.34
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :      48.41    1527592     629593     702730       55.6        181       31.8          -
1797.03/1797.00	c   infeasible LP    :       2.02      46187      44926      72042       42.1          2       44.5          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          3          3          3        2.3          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -      14755       26.7          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -     658886       54.8          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -         27          -    (maximal pool size: 80)
1797.03/1797.00	c   redcost          :      71.58    7763166          0   49269980          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.00          6          0          0         25          0
1797.03/1797.00	c   cmir             :       0.01          6          0          0         29          0
1797.03/1797.00	c   flowcover        :       0.02          6          0          0         37          0
1797.03/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.02          1          0          0          0          2
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :      37.58    5846535        620      30925          0          0   11630582
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.21          -         34
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   feaspump         :       0.34          1          0
1797.03/1797.00	c   oneopt           :       1.96         41          0
1797.03/1797.00	c   crossover        :       9.64         11          0
1797.03/1797.00	c   rootsoldiving    :       6.19       2575         17
1797.03/1797.00	c   pscostdiving     :      14.04      12524          1
1797.03/1797.00	c   fracdiving       :      13.62      12524          1
1797.03/1797.00	c   coefdiving       :      27.37      12524          2
1797.03/1797.00	c   veclendiving     :       9.29      12524          0
1797.03/1797.00	c   linesearchdiving :      10.01      12524          0
1797.03/1797.00	c   guideddiving     :      10.45      12524          2
1797.03/1797.00	c   objpscostdiving  :       5.15       6263          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.00          1          1
1797.03/1797.00	c   simplerounding   :       1.47          0          0
1797.03/1797.00	c   zirounding       :      19.03          0          0
1797.03/1797.00	c   rounding         :       2.68      35862          0
1797.03/1797.00	c   shifting         :       4.40      10971          0
1797.03/1797.00	c   intshifting      :       0.14          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.02          1          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       1.45          0          0
1797.03/1797.00	c   trysol           :       2.11          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :     831.20    9564054   34637333       3.62   41671.72
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:      58.41     919687    2033012       2.21   34806.63
1797.03/1797.00	c   strong branching :       7.22      56872     182622       3.21   25280.34
1797.03/1797.00	c     (at root node) :          -          9        604      67.11          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :   10299295
1797.03/1797.00	c   nodes (total)    :   10299295
1797.03/1797.00	c   nodes left       :    1080042
1797.03/1797.00	c   max depth        :         57
1797.03/1797.00	c   max depth (total):         57
1797.03/1797.00	c   backtracks       :    2349369 (22.8%)
1797.03/1797.00	c   delayed cutoffs  :     150549
1797.03/1797.00	c   repropagations   :     280104 (1060129 domain reductions, 150356 cutoffs)
1797.03/1797.00	c   avg switch length:       5.54
1797.03/1797.00	c   switching time   :     177.07
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :         58 (41 improvements)
1797.03/1797.00	c   First Solution   : +1.87100000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 68, found by <shiftandpropagate>)
1797.03/1797.00	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 2166455 nodes, 431.72 seconds, depth 48, found by <relaxation>)
1797.03/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :        105
1799.63/1799.68	c Time complete: 1799.72.

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488993-1307773377/watcher-3488993-1307773377 -o /tmp/evaluation-result-3488993-1307773377/solver-3488993-1307773377 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488993-1307773377.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.00 2.00 2.00 2/177 20591
/proc/meminfo: memFree=31475540/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=12692 CPUtime=0 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 2141 0 0 0 0 0 0 0 25 0 1 0 888936426 12996608 2095 33554432000 4194304 9016284 140734393002816 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20591/statm: 3173 2095 353 1178 0 1991 0

[startup+0.0798949 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20591
/proc/meminfo: memFree=31475540/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=27344 CPUtime=0.07 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 6470 0 0 0 7 0 0 0 25 0 1 0 888936426 28000256 5461 33554432000 4194304 9016284 140734393002816 18446744073709551615 4438262 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 6836 5461 668 1178 0 5654 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27344

[startup+0.10089 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20591
/proc/meminfo: memFree=31475540/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=31100 CPUtime=0.09 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 7347 0 0 0 9 0 0 0 25 0 1 0 888936426 31846400 6338 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 7775 6338 681 1178 0 6593 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31100

[startup+0.300862 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20591
/proc/meminfo: memFree=31475540/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=27404 CPUtime=0.29 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 7352 0 0 0 28 1 0 0 25 0 1 0 888936426 28061696 5850 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 6851 5850 684 1178 0 5669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27404

[startup+0.70074 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20591
/proc/meminfo: memFree=31475540/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=31868 CPUtime=0.69 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 8103 0 0 0 66 3 0 0 25 0 1 0 888936426 32632832 6601 33554432000 4194304 9016284 140734393002816 18446744073709551615 7814535 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 7967 6601 685 1178 0 6785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31868

[startup+1.50066 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=31454104/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=27404 CPUtime=1.49 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 8160 0 0 0 144 5 0 0 25 0 1 0 888936426 28061696 5863 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 6851 5863 685 1178 0 5669 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27404

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=31451620/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=29836 CPUtime=3.09 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 8758 0 0 0 298 11 0 0 25 0 1 0 888936426 30552064 6461 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 7459 6461 686 1178 0 6277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29836

[startup+6.3008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=31449584/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=27404 CPUtime=6.29 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 15130 0 0 0 608 21 0 0 25 0 1 0 888936426 28061696 5912 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 6851 5912 686 1178 0 5669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27404

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20592
/proc/meminfo: memFree=31433628/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=38828 CPUtime=12.69 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 22867 0 0 0 1226 43 0 0 25 0 1 0 888936426 39759872 8738 33554432000 4194304 9016284 140734393002816 18446744073709551615 6523019 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 9707 8738 686 1178 0 8525 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38828

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20593
/proc/meminfo: memFree=31402924/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=57748 CPUtime=25.5 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 55274 0 0 0 2462 88 0 0 25 0 1 0 888936426 59133952 13682 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20591/statm: 14437 13682 686 1178 0 13255 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 57748

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20593
/proc/meminfo: memFree=31349436/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=91480 CPUtime=51.09 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 113312 0 0 0 4917 192 0 0 25 0 1 0 888936426 93675520 21656 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 22870 21656 686 1178 0 21688 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 91480

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20595
/proc/meminfo: memFree=31266828/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=132172 CPUtime=102.3 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 208539 0 0 0 9791 439 0 0 25 0 1 0 888936426 135344128 32129 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 33043 32129 686 1178 0 31861 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 132172

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20596
/proc/meminfo: memFree=31151560/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=201616 CPUtime=162.29 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 241561 0 0 0 15536 693 0 0 25 0 1 0 888936426 206454784 48808 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 50404 48808 686 1178 0 49222 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 201616

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20598
/proc/meminfo: memFree=31056868/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=247500 CPUtime=222.29 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 283296 0 0 0 21291 938 0 0 25 0 1 0 888936426 253440000 60530 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 61875 60530 687 1178 0 60693 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 247500

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20599
/proc/meminfo: memFree=30979676/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=284616 CPUtime=282.3 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 309531 0 0 0 27020 1210 0 0 25 0 1 0 888936426 291446784 70026 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 71154 70026 687 1178 0 69972 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 284616

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20601
/proc/meminfo: memFree=30920824/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=296712 CPUtime=342.3 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 329254 0 0 0 32777 1453 0 0 25 0 1 0 888936426 303833088 73060 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 74178 73060 687 1178 0 72996 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 296712

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20603
/proc/meminfo: memFree=30854916/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=322932 CPUtime=402.3 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 337577 0 0 0 38500 1730 0 0 25 0 1 0 888936426 330682368 79757 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 80733 79757 687 1178 0 79551 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 322932

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20604
/proc/meminfo: memFree=30789368/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=340072 CPUtime=462.3 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 359502 0 0 0 44246 1984 0 0 25 0 1 0 888936426 348233728 84235 33554432000 4194304 9016284 140734393002816 18446744073709551615 5979176 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 85018 84235 687 1178 0 83836 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 340072

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20606
/proc/meminfo: memFree=30740824/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=359440 CPUtime=522.3 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 365544 0 0 0 49992 2238 0 0 25 0 1 0 888936426 368066560 87012 33554432000 4194304 9016284 140734393002816 18446744073709551615 4971921 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 89860 87012 687 1178 0 88678 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 359440

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20607
/proc/meminfo: memFree=30687200/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=371216 CPUtime=582.3 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 370152 0 0 0 55740 2490 0 0 25 0 1 0 888936426 380125184 89986 33554432000 4194304 9016284 140734393002816 18446744073709551615 4304753 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 92804 89986 687 1178 0 91622 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 371216

[startup+642.301 s]

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

/proc/meminfo: memFree=30113768/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=596940 CPUtime=1122.32 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 432492 0 0 0 107467 4765 0 0 25 0 1 0 888936426 611266560 147713 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 149235 147713 687 1178 0 148053 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 596940

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20623
/proc/meminfo: memFree=30056652/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=622704 CPUtime=1182.32 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 439070 0 0 0 113226 5006 0 0 25 0 1 0 888936426 637648896 154291 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 155676 154291 687 1178 0 154494 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 622704

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 20625
/proc/meminfo: memFree=29994460/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=645488 CPUtime=1242.32 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 444861 0 0 0 118976 5256 0 0 25 0 1 0 888936426 660979712 160082 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 161372 160082 687 1178 0 160190 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 645488

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 20627
/proc/meminfo: memFree=29944180/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=665436 CPUtime=1302.33 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 449936 0 0 0 124737 5496 0 0 25 0 1 0 888936426 681406464 165157 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 166359 165157 687 1178 0 165177 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 665436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20628
/proc/meminfo: memFree=29881860/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=692064 CPUtime=1362.32 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 456736 0 0 0 130464 5768 0 0 25 0 1 0 888936426 708673536 171957 33554432000 4194304 9016284 140734393002816 18446744073709551615 6363568 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 173016 171957 687 1178 0 171834 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 692064

[startup+1422.31 s]
/proc/loadavg: 1.94 1.98 1.99 3/178 20669
/proc/meminfo: memFree=30863248/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=721008 CPUtime=1422.32 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 464151 0 0 0 136219 6013 0 0 25 0 1 0 888936426 738312192 179372 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 180252 179372 687 1178 0 179070 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 721008

[startup+1482.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/178 20670
/proc/meminfo: memFree=30805488/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=760916 CPUtime=1482.33 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 470099 0 0 0 141991 6242 0 0 25 0 1 0 888936426 779177984 185320 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 190229 185320 687 1178 0 189047 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 760916

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20672
/proc/meminfo: memFree=30781060/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=784308 CPUtime=1542.32 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 477673 0 0 0 147761 6471 0 0 25 0 1 0 888936426 803131392 191275 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 196077 191275 687 1178 0 194895 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 784308

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20674
/proc/meminfo: memFree=30759260/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=806072 CPUtime=1602.33 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 483193 0 0 0 153543 6690 0 0 25 0 1 0 888936426 825417728 196795 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 201518 196795 687 1178 0 200336 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 806072

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20675
/proc/meminfo: memFree=30743444/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=821028 CPUtime=1662.33 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 487011 0 0 0 159318 6915 0 0 25 0 1 0 888936426 840732672 200613 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 205257 200613 687 1178 0 204075 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 821028

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20677
/proc/meminfo: memFree=30729488/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=834664 CPUtime=1722.33 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 490462 0 0 0 165095 7138 0 0 25 0 1 0 888936426 854695936 204064 33554432000 4194304 9016284 140734393002816 18446744073709551615 6523144 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 208666 204064 687 1178 0 207484 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 834664

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20678
/proc/meminfo: memFree=30716404/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=847648 CPUtime=1782.34 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 493753 0 0 0 170870 7364 0 0 25 0 1 0 888936426 867991552 207355 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 211912 207355 687 1178 0 210730 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 847648

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

[startup+1791.91 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20679
/proc/meminfo: memFree=30714168/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=849812 CPUtime=1791.94 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 494281 0 0 0 171797 7397 0 0 25 0 1 0 888936426 870207488 207883 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 212453 207883 687 1178 0 211271 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 849812

[startup+1795.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20679
/proc/meminfo: memFree=30714284/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=849812 CPUtime=1795.13 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 494282 0 0 0 172103 7410 0 0 25 0 1 0 888936426 870207488 207884 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 212453 207884 687 1178 0 211271 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 849812

[startup+1796.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20679
/proc/meminfo: memFree=30714160/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=851348 CPUtime=1796.73 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 494666 0 0 0 172256 7417 0 0 25 0 1 0 888936426 871780352 208268 33554432000 4194304 9016284 140734393002816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20591/statm: 212837 208268 687 1178 0 211655 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 851348

[startup+1798.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20679
/proc/meminfo: memFree=30712548/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=851348 CPUtime=1798.33 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 494668 0 0 0 172416 7417 0 0 25 0 1 0 888936426 871780352 208270 33554432000 4194304 9016284 140734393002816 18446744073709551615 6817690 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20591/statm: 212837 208270 689 1178 0 211655 0
Current children cumulated CPU time (s) 1798.33
Current children cumulated vsize (KiB) 851348

[startup+1799.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20679
/proc/meminfo: memFree=30712668/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=851348 CPUtime=1799.13 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 494668 0 0 0 172496 7417 0 0 25 0 1 0 888936426 871780352 208270 33554432000 4194304 9016284 140734393002816 18446744073709551615 6812620 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20591/statm: 212837 208270 689 1178 0 211655 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 851348

[startup+1799.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20679
/proc/meminfo: memFree=30712668/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=851348 CPUtime=1799.53 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 494668 0 0 0 172536 7417 0 0 25 0 1 0 888936426 871780352 208270 33554432000 4194304 9016284 140734393002816 18446744073709551615 6812833 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20591/statm: 212837 208270 689 1178 0 211655 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 851348

[startup+1799.61 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 20679
/proc/meminfo: memFree=30712668/32950928 swapFree=67052112/67111528
[pid=20591] ppid=20589 vsize=851348 CPUtime=1799.63 cores=0,2,4,6
/proc/20591/stat : 20591 (scip-2.0.1.4b_2) R 20589 20591 18976 0 -1 4202496 494668 0 0 0 172546 7417 0 0 25 0 1 0 888936426 871780352 208270 33554432000 4194304 9016284 140734393002816 18446744073709551615 6817704 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20591/statm: 212837 208270 689 1178 0 211655 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 851348

Child status: 0
Real time (s): 1799.69
CPU time (s): 1799.73
CPU user time (s): 1725.52
CPU system time (s): 74.2117
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 851348

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

runsolver used 2.71959 second user time and 5.60515 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-11 08:22:57
IDJOB=3488993
IDBENCH=2921
IDSOLVER=1979
FILE ID=node120/3488993-1307773377
RUNJOBID= node120-1307759102-18994
PBS_JOBID= 13550863
Free space on /tmp= 73916 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488993-1307773377/watcher-3488993-1307773377 -o /tmp/evaluation-result-3488993-1307773377/solver-3488993-1307773377 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488993-1307773377.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8206de06d2228a9d751f3cf3a6d7aa05
RANDOM SEED=258819854

node120.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.809
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.61
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.809
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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:     32950928 kB
MemFree:      31475984 kB
Buffers:        127168 kB
Cached:         759888 kB
SwapCached:      11448 kB
Active:         763064 kB
Inactive:       554800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31475984 kB
SwapTotal:    67111528 kB
SwapFree:     67052112 kB
Dirty:           16812 kB
Writeback:           0 kB
AnonPages:      428264 kB
Mapped:          11792 kB
Slab:            91996 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   631808 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= 73892 MiB
End job on node120 at 2011-06-11 08:52:56