Trace number 3693072

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedUNSAT 1536.8 1537.09

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1448.56
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693072-1338037681.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.09/0.17	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 5044 impls, 100 clqs
0.09/0.18	c    (0.2s) probing: 51/718 (7.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.09/0.18	c presolving (2 rounds):
0.09/0.18	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  5044 implications, 100 cliques
0.09/0.18	c presolved problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 770 constraints
0.09/0.18	c       1 constraints of type <knapsack>
0.09/0.18	c     150 constraints of type <setppc>
0.09/0.18	c     618 constraints of type <and>
0.09/0.18	c       1 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.18
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 2.1.1.4
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1797
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 13950
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # belongs reading time to solving time?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c timing/reading = TRUE
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.23	c   0.2s|     1 |     0 |   274 |     - |3427k|   0 | 160 | 718 | 792 | 718 |1388 |   0 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  6147 |     - |3896k|   0 | 164 | 718 | 793 | 718 |1397 |   9 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.11	c   1.1s|     1 |     0 |  6186 |     - |4447k|   0 | 167 | 718 | 793 | 718 |1404 |  16 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.31	c   1.3s|     1 |     0 |  6229 |     - |5085k|   0 | 166 | 718 | 793 | 718 |1410 |  22 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.52	c   1.5s|     1 |     0 |  6305 |     - |5769k|   0 | 172 | 718 | 793 | 718 |1416 |  28 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.72	c   1.7s|     1 |     0 |  6339 |     - |6302k|   0 | 166 | 718 | 793 | 718 |1423 |  35 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.94	c   1.9s|     1 |     0 |  6403 |     - |6918k|   0 | 178 | 718 | 793 | 718 |1428 |  40 |  24 |   0 | 0.000000e+00 |      --      |    Inf 
2.78/2.86	c   2.9s|     1 |     2 |  6403 |     - |6919k|   0 | 178 | 718 | 793 | 718 |1428 |  40 |  24 |  18 | 0.000000e+00 |      --      |    Inf 
8.88/8.98	c   9.0s|   100 |    61 | 17429 | 111.4 |6785k|  19 |   - | 718 | 830 | 718 | 583 |2238 |  61 | 747 | 0.000000e+00 |      --      |    Inf 
9.99/10.07	c  10.1s|   200 |    83 | 28075 | 108.9 |6885k|  23 |   - | 718 | 896 | 718 | 518 |3715 | 127 | 776 | 0.000000e+00 |      --      |    Inf 
11.28/11.35	c  11.4s|   300 |   115 | 40468 | 113.9 |7016k|  25 |   - | 718 | 960 | 718 | 498 |5390 | 192 | 790 | 0.000000e+00 |      --      |    Inf 
12.28/12.36	c  12.4s|   400 |   127 | 50905 | 111.5 |7126k|  27 |   - | 718 |1059 | 718 | 493 |6776 | 291 | 805 | 0.000000e+00 |      --      |    Inf 
14.29/14.37	c  14.4s|   500 |   136 | 72433 | 132.3 |7247k|  27 |   - | 718 |1209 | 718 | 515 |9067 | 441 | 823 | 0.000000e+00 |      --      |    Inf 
14.98/15.04	c  15.0s|   600 |   136 | 80304 | 123.4 |7316k|  28 |   - | 718 |1302 | 718 | 483 |9739 | 534 | 823 | 0.000000e+00 |      --      |    Inf 
15.78/15.80	c  15.8s|   700 |   143 | 89430 | 118.8 |7364k|  33 | 127 | 718 |1381 | 718 | 536 |  10k| 613 | 823 | 0.000000e+00 |      --      |    Inf 
16.48/16.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.48/16.56	c  16.6s|   800 |   134 | 97731 | 114.3 |7397k|  33 |   - | 718 |1470 | 718 | 545 |  11k| 702 | 823 | 0.000000e+00 |      --      |    Inf 
17.38/17.50	c  17.5s|   900 |   148 |106717 | 111.6 |7493k|  33 |   - | 718 |1556 | 718 | 523 |  12k| 788 | 823 | 0.000000e+00 |      --      |    Inf 
18.38/18.43	c  18.4s|  1000 |   151 |116289 | 110.0 |7589k|  33 | 140 | 718 |1645 | 718 | 495 |  13k| 877 | 823 | 0.000000e+00 |      --      |    Inf 
19.28/19.32	c  19.3s|  1100 |   157 |125897 | 108.7 |7673k|  33 | 145 | 718 |1727 | 718 | 501 |  14k| 959 | 823 | 0.000000e+00 |      --      |    Inf 
19.78/19.86	c  19.9s|  1200 |   159 |131536 | 104.4 |7723k|  33 | 132 | 718 |1817 | 718 | 508 |  15k|1049 | 823 | 0.000000e+00 |      --      |    Inf 
20.38/20.49	c  20.5s|  1300 |   162 |138507 | 101.7 |7789k|  33 | 137 | 718 |1920 | 718 | 486 |  16k|1152 | 823 | 0.000000e+00 |      --      |    Inf 
21.18/21.20	c  21.2s|  1400 |   167 |146143 |  99.9 |7833k|  33 | 122 | 718 |2012 | 718 | 552 |  17k|1245 | 823 | 0.000000e+00 |      --      |    Inf 
21.78/21.90	c  21.9s|  1500 |   165 |153781 |  98.3 |7884k|  33 | 150 | 718 |2133 | 718 | 522 |  17k|1366 | 823 | 0.000000e+00 |      --      |    Inf 
22.78/22.80	c  22.8s|  1600 |   165 |163581 |  98.3 |7919k|  33 | 168 | 718 |2217 | 718 | 496 |  19k|1453 | 823 | 0.000000e+00 |      --      |    Inf 
23.48/23.56	c  23.6s|  1700 |   158 |171697 |  97.3 |7981k|  33 |   - | 718 |2305 | 718 | 507 |  19k|1542 | 823 | 0.000000e+00 |      --      |    Inf 
24.38/24.48	c  24.5s|  1800 |   164 |182038 |  97.6 |8043k|  33 | 139 | 718 |2365 | 718 | 484 |  21k|1603 | 823 | 0.000000e+00 |      --      |    Inf 
25.48/25.56	c  25.6s|  1900 |   170 |193411 |  98.5 |8114k|  33 |   - | 718 |2420 | 718 | 528 |  22k|1666 | 823 | 0.000000e+00 |      --      |    Inf 
26.08/26.13	c  26.1s|  2000 |   170 |199330 |  96.5 |8125k|  33 |   - | 718 |2503 | 718 | 505 |  23k|1758 | 823 | 0.000000e+00 |      --      |    Inf 
26.78/26.81	c  26.8s|  2100 |   170 |206780 |  95.5 |8176k|  33 | 163 | 718 |2576 | 718 | 439 |  24k|1839 | 823 | 0.000000e+00 |      --      |    Inf 
27.18/27.25	c  27.2s|  2200 |   170 |211450 |  93.2 |8232k|  33 | 124 | 718 |2673 | 718 | 472 |  24k|1936 | 823 | 0.000000e+00 |      --      |    Inf 
27.88/27.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.88/27.97	c  28.0s|  2300 |   172 |218768 |  92.4 |8298k|  33 | 159 | 718 |2760 | 718 | 509 |  25k|2034 | 823 | 0.000000e+00 |      --      |    Inf 
28.68/28.75	c  28.7s|  2400 |   173 |226953 |  91.9 |8352k|  33 |   - | 718 |2842 | 718 | 578 |  26k|2124 | 823 | 0.000000e+00 |      --      |    Inf 
29.28/29.38	c  29.4s|  2500 |   178 |233165 |  90.7 |8403k|  33 |   - | 718 |2920 | 718 | 595 |  26k|2217 | 823 | 0.000000e+00 |      --      |    Inf 
30.18/30.23	c  30.2s|  2600 |   172 |242840 |  91.0 |8444k|  33 |   - | 718 |2990 | 718 | 566 |  27k|2309 | 823 | 0.000000e+00 |      --      |    Inf 
30.88/30.92	c  30.9s|  2700 |   175 |251551 |  90.8 |8466k|  33 | 171 | 718 |3056 | 718 | 496 |  28k|2383 | 823 | 0.000000e+00 |      --      |    Inf 
31.98/32.09	c  32.1s|  2800 |   179 |263526 |  91.9 |8527k|  33 |   - | 718 |3089 | 718 | 485 |  30k|2473 | 823 | 0.000000e+00 |      --      |    Inf 
33.08/33.15	c  33.2s|  2900 |   196 |274487 |  92.5 |8592k|  33 | 129 | 718 |3109 | 718 | 553 |  31k|2546 | 823 | 0.000000e+00 |      --      |    Inf 
33.68/33.73	c  33.7s|  3000 |   193 |280494 |  91.4 |8636k|  33 | 121 | 718 |3166 | 718 | 517 |  32k|2624 | 823 | 0.000000e+00 |      --      |    Inf 
34.48/34.59	c  34.6s|  3100 |   191 |289391 |  91.3 |8617k|  33 | 151 | 718 |3174 | 718 | 489 |  33k|2715 | 823 | 0.000000e+00 |      --      |    Inf 
35.18/35.22	c  35.2s|  3200 |   201 |296237 |  90.6 |8706k|  33 |   - | 718 |3252 | 718 | 519 |  33k|2810 | 823 | 0.000000e+00 |      --      |    Inf 
35.78/35.80	c  35.8s|  3300 |   203 |302334 |  89.7 |8729k|  33 | 137 | 718 |3331 | 718 | 492 |  34k|2893 | 823 | 0.000000e+00 |      --      |    Inf 
36.48/36.55	c  36.5s|  3400 |   213 |310739 |  89.5 |8777k|  33 | 119 | 718 |3329 | 718 | 538 |  35k|2963 | 823 | 0.000000e+00 |      --      |    Inf 
36.98/37.06	c  37.1s|  3500 |   209 |316074 |  88.5 |8818k|  33 |   - | 718 |3412 | 718 | 510 |  35k|3055 | 823 | 0.000000e+00 |      --      |    Inf 
37.57/37.66	c  37.7s|  3600 |   211 |323485 |  88.1 |8864k|  33 | 133 | 718 |3505 | 718 | 520 |  36k|3148 | 823 | 0.000000e+00 |      --      |    Inf 
38.28/38.34	c  38.3s|  3700 |   211 |329056 |  87.2 |8917k|  33 |   - | 718 |3601 | 718 | 512 |  37k|3247 | 848 | 0.000000e+00 |      --      |    Inf 
38.98/39.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.98/39.09	c  39.1s|  3800 |   213 |335488 |  86.6 |8864k|  33 | 130 | 718 |3534 | 718 | 486 |  37k|3323 | 867 | 0.000000e+00 |      --      |    Inf 
39.88/39.96	c  40.0s|  3900 |   220 |343004 |  86.3 |8875k|  33 | 158 | 718 |3535 | 718 | 441 |  38k|3403 | 893 | 0.000000e+00 |      --      |    Inf 
40.78/40.84	c  40.8s|  4000 |   228 |351892 |  86.4 |8905k|  33 | 158 | 718 |3495 | 718 | 546 |  39k|3500 | 896 | 0.000000e+00 |      --      |    Inf 
41.68/41.70	c  41.7s|  4100 |   239 |360761 |  86.4 |8947k|  33 | 130 | 718 |3491 | 718 | 549 |  40k|3582 | 896 | 0.000000e+00 |      --      |    Inf 
42.37/42.46	c  42.5s|  4200 |   236 |368979 |  86.3 |8954k|  33 |   - | 718 |3434 | 718 | 495 |  41k|3664 | 896 | 0.000000e+00 |      --      |    Inf 
43.47/43.53	c  43.5s|  4300 |   246 |379588 |  86.8 |8995k|  33 |   - | 718 |3414 | 718 | 515 |  42k|3754 | 921 | 0.000000e+00 |      --      |    Inf 
44.48/44.55	c  44.5s|  4400 |   253 |388741 |  86.9 |9018k|  33 |   - | 718 |3388 | 718 | 520 |  43k|3849 | 949 | 0.000000e+00 |      --      |    Inf 
45.37/45.47	c  45.5s|  4500 |   259 |399590 |  87.4 |9066k|  33 | 140 | 718 |3432 | 718 | 526 |  44k|3935 | 963 | 0.000000e+00 |      --      |    Inf 
46.27/46.34	c  46.3s|  4600 |   265 |408312 |  87.4 |9025k|  33 | 181 | 718 |3263 | 718 | 468 |  45k|4022 | 963 | 0.000000e+00 |      --      |    Inf 
46.87/46.96	c  47.0s|  4700 |   261 |415123 |  87.0 |8985k|  36 |   - | 718 |3193 | 718 | 515 |  45k|4095 | 963 | 0.000000e+00 |      --      |    Inf 
48.08/48.10	c  48.1s|  4800 |   265 |426975 |  87.6 |8955k|  36 | 151 | 718 |2997 | 718 | 553 |  47k|4185 | 981 | 0.000000e+00 |      --      |    Inf 
48.98/49.02	c  49.0s|  4900 |   271 |436049 |  87.7 |8972k|  36 |   - | 718 |2933 | 718 | 559 |  48k|4232 | 999 | 0.000000e+00 |      --      |    Inf 
49.97/50.02	c  50.0s|  5000 |   270 |445017 |  87.7 |8937k|  36 | 175 | 718 |2867 | 718 | 376 |  49k|4293 |1028 | 0.000000e+00 |      --      |    Inf 
50.67/50.76	c  50.8s|  5100 |   282 |453154 |  87.6 |8996k|  36 |   - | 718 |2907 | 718 | 504 |  50k|4375 |1028 | 0.000000e+00 |      --      |    Inf 
51.47/51.60	c  51.6s|  5200 |   282 |465022 |  88.2 |9000k|  36 | 145 | 718 |2916 | 718 | 493 |  51k|4442 |1028 | 0.000000e+00 |      --      |    Inf 
52.17/52.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.17/52.28	c  52.3s|  5300 |   283 |472293 |  87.9 |8997k|  36 |   - | 718 |2836 | 718 | 587 |  52k|4531 |1028 | 0.000000e+00 |      --      |    Inf 
52.87/52.93	c  52.9s|  5400 |   287 |478873 |  87.5 |9019k|  36 | 140 | 718 |2867 | 718 | 475 |  52k|4623 |1037 | 0.000000e+00 |      --      |    Inf 
53.67/53.75	c  53.8s|  5500 |   284 |487342 |  87.5 |9001k|  36 | 189 | 718 |2801 | 718 | 444 |  53k|4730 |1055 | 0.000000e+00 |      --      |    Inf 
54.68/54.79	c  54.8s|  5600 |   300 |496619 |  87.6 |9052k|  36 |   - | 718 |2721 | 718 | 511 |  55k|4825 |1083 | 0.000000e+00 |      --      |    Inf 
55.57/55.67	c  55.7s|  5700 |   310 |505696 |  87.6 |9088k|  36 | 170 | 718 |2744 | 718 | 442 |  55k|4936 |1094 | 0.000000e+00 |      --      |    Inf 
56.37/56.45	c  56.5s|  5800 |   326 |514088 |  87.5 |9129k|  36 | 162 | 718 |2681 | 718 | 504 |  56k|5024 |1094 | 0.000000e+00 |      --      |    Inf 
57.27/57.30	c  57.3s|  5900 |   336 |523732 |  87.7 |9191k|  36 |   - | 718 |2764 | 718 | 504 |  58k|5110 |1094 | 0.000000e+00 |      --      |    Inf 
58.07/58.16	c  58.2s|  6000 |   346 |532882 |  87.8 |9255k|  36 |   - | 718 |2819 | 718 | 496 |  59k|5216 |1094 | 0.000000e+00 |      --      |    Inf 
58.97/59.09	c  59.1s|  6100 |   354 |541287 |  87.7 |9284k|  36 | 144 | 718 |2858 | 718 | 507 |  60k|5302 |1130 | 0.000000e+00 |      --      |    Inf 
59.67/59.76	c  59.8s|  6200 |   345 |548135 |  87.4 |9321k|  36 |   - | 718 |2968 | 718 | 519 |  61k|5420 |1147 | 0.000000e+00 |      --      |    Inf 
60.57/60.66	c  60.7s|  6300 |   353 |557499 |  87.5 |9360k|  36 | 140 | 718 |2997 | 718 | 445 |  62k|5518 |1163 | 0.000000e+00 |      --      |    Inf 
61.27/61.30	c  61.3s|  6400 |   350 |564970 |  87.3 |9370k|  36 | 168 | 718 |3080 | 718 | 549 |  62k|5612 |1163 | 0.000000e+00 |      --      |    Inf 
61.87/61.99	c  62.0s|  6500 |   360 |572575 |  87.1 |9421k|  36 | 148 | 718 |3123 | 718 | 510 |  63k|5660 |1163 | 0.000000e+00 |      --      |    Inf 
62.68/62.73	c  62.7s|  6600 |   362 |580990 |  87.1 |9453k|  36 |   - | 718 |3165 | 718 | 516 |  65k|5719 |1163 | 0.000000e+00 |      --      |    Inf 
63.57/63.66	c  63.7s|  6700 |   349 |589973 |  87.1 |9436k|  36 | 163 | 718 |3182 | 718 | 564 |  66k|5795 |1188 | 0.000000e+00 |      --      |    Inf 
64.37/64.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.37/64.43	c  64.4s|  6800 |   355 |597564 |  86.9 |9455k|  36 | 124 | 718 |3199 | 718 | 534 |  67k|5870 |1203 | 0.000000e+00 |      --      |    Inf 
65.07/65.15	c  65.2s|  6900 |   361 |604654 |  86.7 |9504k|  36 |   - | 718 |3265 | 718 | 542 |  67k|5937 |1222 | 0.000000e+00 |      --      |    Inf 
65.67/65.73	c  65.7s|  7000 |   360 |610999 |  86.4 |9543k|  36 |   - | 718 |3339 | 718 | 535 |  68k|6011 |1230 | 0.000000e+00 |      --      |    Inf 
66.27/66.33	c  66.3s|  7100 |   364 |617510 |  86.1 |9585k|  36 |   - | 718 |3408 | 718 | 526 |  68k|6080 |1233 | 0.000000e+00 |      --      |    Inf 
66.98/67.08	c  67.1s|  7200 |   364 |625308 |  86.0 |9613k|  36 | 130 | 718 |3477 | 718 | 558 |  69k|6150 |1237 | 0.000000e+00 |      --      |    Inf 
67.77/67.80	c  67.8s|  7300 |   359 |633463 |  85.9 |9650k|  36 |   - | 718 |3560 | 718 | 531 |  70k|6233 |1237 | 0.000000e+00 |      --      |    Inf 
68.47/68.54	c  68.5s|  7400 |   357 |641450 |  85.8 |9633k|  36 | 140 | 718 |3564 | 718 | 523 |  71k|6301 |1237 | 0.000000e+00 |      --      |    Inf 
69.37/69.42	c  69.4s|  7500 |   353 |649480 |  85.8 |9635k|  36 | 172 | 718 |3595 | 718 | 521 |  72k|6384 |1263 | 0.000000e+00 |      --      |    Inf 
69.97/70.02	c  70.0s|  7600 |   359 |655484 |  85.4 |9701k|  36 |   - | 718 |3677 | 718 | 582 |  72k|6473 |1268 | 0.000000e+00 |      --      |    Inf 
71.07/71.16	c  71.2s|  7700 |   362 |665880 |  85.7 |9647k|  36 |   - | 718 |3544 | 718 | 512 |  73k|6578 |1299 | 0.000000e+00 |      --      |    Inf 
71.77/71.85	c  71.9s|  7800 |   367 |673370 |  85.5 |9678k|  36 | 144 | 718 |3562 | 718 | 519 |  74k|6643 |1305 | 0.000000e+00 |      --      |    Inf 
72.36/72.45	c  72.5s|  7900 |   369 |679963 |  85.3 |9714k|  36 | 134 | 718 |3633 | 718 | 505 |  75k|6731 |1306 | 0.000000e+00 |      --      |    Inf 
73.17/73.22	c  73.2s|  8000 |   357 |688446 |  85.3 |9679k|  36 |   - | 718 |3589 | 718 | 512 |  76k|6821 |1314 | 0.000000e+00 |      --      |    Inf 
73.87/73.99	c  74.0s|  8100 |   362 |696623 |  85.2 |9665k|  36 |   - | 718 |3556 | 718 | 585 |  77k|6885 |1314 | 0.000000e+00 |      --      |    Inf 
74.67/74.79	c  74.8s|  8200 |   366 |705427 |  85.3 |9684k|  36 |   - | 718 |3548 | 718 | 487 |  77k|6966 |1323 | 0.000000e+00 |      --      |    Inf 
75.26/75.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.26/75.39	c  75.4s|  8300 |   370 |711557 |  85.0 |9703k|  36 |   - | 718 |3571 | 718 | 487 |  78k|7028 |1332 | 0.000000e+00 |      --      |    Inf 
76.17/76.24	c  76.2s|  8400 |   370 |719907 |  85.0 |9731k|  36 | 134 | 718 |3628 | 718 | 513 |  79k|7093 |1361 | 0.000000e+00 |      --      |    Inf 
76.88/76.96	c  77.0s|  8500 |   374 |727160 |  84.8 |9733k|  36 |   - | 718 |3605 | 718 | 526 |  80k|7176 |1369 | 0.000000e+00 |      --      |    Inf 
77.47/77.54	c  77.5s|  8600 |   380 |733077 |  84.5 |9763k|  36 |   - | 718 |3631 | 718 | 527 |  80k|7237 |1379 | 0.000000e+00 |      --      |    Inf 
77.97/78.05	c  78.1s|  8700 |   375 |738845 |  84.2 |9801k|  36 |   - | 718 |3736 | 718 | 512 |  81k|7344 |1380 | 0.000000e+00 |      --      |    Inf 
78.67/78.72	c  78.7s|  8800 |   381 |746059 |  84.1 |9854k|  36 | 143 | 718 |3831 | 718 | 510 |  82k|7444 |1380 | 0.000000e+00 |      --      |    Inf 
79.27/79.37	c  79.4s|  8900 |   379 |753280 |  83.9 |9903k|  36 | 132 | 718 |3935 | 718 | 528 |  83k|7554 |1380 | 0.000000e+00 |      --      |    Inf 
80.17/80.22	c  80.2s|  9000 |   389 |762202 |  84.0 |9930k|  36 |  94 | 718 |3931 | 718 | 546 |  84k|7642 |1391 | 0.000000e+00 |      --      |    Inf 
80.77/80.81	c  80.8s|  9100 |   389 |768412 |  83.7 |9970k|  36 | 110 | 718 |4014 | 718 | 559 |  85k|7726 |1400 | 0.000000e+00 |      --      |    Inf 
81.37/81.44	c  81.4s|  9200 |   381 |774528 |  83.5 |  10M|  36 |   - | 718 |4099 | 718 | 560 |  85k|7811 |1410 | 0.000000e+00 |      --      |    Inf 
82.47/82.53	c  82.5s|  9300 |   384 |785214 |  83.8 |  10M|  36 |   - | 718 |4053 | 718 | 541 |  86k|7917 |1437 | 0.000000e+00 |      --      |    Inf 
83.36/83.45	c  83.4s|  9400 |   390 |794243 |  83.8 |  10M|  36 | 135 | 718 |4041 | 718 | 519 |  87k|7993 |1445 | 0.000000e+00 |      --      |    Inf 
84.07/84.15	c  84.2s|  9500 |   384 |802373 |  83.8 |  10M|  37 |   - | 718 |4135 | 718 | 570 |  88k|8091 |1446 | 0.000000e+00 |      --      |    Inf 
84.67/84.79	c  84.8s|  9600 |   382 |809189 |  83.6 |  10M|  37 | 171 | 718 |4190 | 718 | 512 |  89k|8180 |1447 | 0.000000e+00 |      --      |    Inf 
85.77/85.84	c  85.8s|  9700 |   387 |822697 |  84.2 |  10M|  37 |   - | 718 |4075 | 718 | 602 |  90k|8244 |1447 | 0.000000e+00 |      --      |    Inf 
86.56/86.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.56/86.63	c  86.6s|  9800 |   391 |831272 |  84.2 |  10M|  37 |   - | 718 |4042 | 718 | 540 |  91k|8302 |1447 | 0.000000e+00 |      --      |    Inf 
87.67/87.74	c  87.7s|  9900 |   402 |841227 |  84.3 |  10M|  37 | 140 | 718 |4043 | 718 | 534 |  92k|8390 |1467 | 0.000000e+00 |      --      |    Inf 
88.57/88.62	c  88.6s| 10000 |   412 |850415 |  84.4 |  10M|  37 | 127 | 718 |4089 | 718 | 509 |  93k|8495 |1480 | 0.000000e+00 |      --      |    Inf 
89.27/89.34	c  89.3s| 10100 |   408 |857273 |  84.3 |  10M|  37 | 151 | 718 |4085 | 718 | 534 |  94k|8579 |1498 | 0.000000e+00 |      --      |    Inf 
89.96/90.04	c  90.0s| 10200 |   414 |864001 |  84.1 |  10M|  37 | 151 | 718 |4046 | 718 | 492 |  95k|8660 |1505 | 0.000000e+00 |      --      |    Inf 
90.56/90.67	c  90.7s| 10300 |   424 |870923 |  83.9 |  10M|  37 | 129 | 718 |4102 | 718 | 517 |  96k|8728 |1505 | 0.000000e+00 |      --      |    Inf 
91.27/91.30	c  91.3s| 10400 |   418 |877616 |  83.8 |  10M|  37 |   - | 718 |4122 | 718 | 525 |  97k|8822 |1505 | 0.000000e+00 |      --      |    Inf 
92.27/92.30	c  92.3s| 10500 |   420 |890381 |  84.2 |  10M|  37 |   - | 718 |3925 | 718 | 524 |  98k|8908 |1505 | 0.000000e+00 |      --      |    Inf 
92.86/92.98	c  93.0s| 10600 |   421 |897678 |  84.1 |  10M|  37 | 153 | 718 |3858 | 718 | 504 |  98k|8970 |1505 | 0.000000e+00 |      --      |    Inf 
93.67/93.72	c  93.7s| 10700 |   412 |905335 |  84.0 |  10M|  37 |   - | 718 |3806 | 718 | 525 |  99k|9071 |1516 | 0.000000e+00 |      --      |    Inf 
94.47/94.53	c  94.5s| 10800 |   416 |913477 |  84.0 |  10M|  37 |   - | 718 |3753 | 718 | 537 | 100k|9181 |1525 | 0.000000e+00 |      --      |    Inf 
95.16/95.26	c  95.3s| 10900 |   412 |920597 |  83.9 |  10M|  37 | 152 | 718 |3756 | 718 | 478 | 101k|9270 |1541 | 0.000000e+00 |      --      |    Inf 
96.06/96.13	c  96.1s| 11000 |   418 |928957 |  83.9 |  10M|  37 | 130 | 718 |3816 | 718 | 565 | 102k|9357 |1558 | 0.000000e+00 |      --      |    Inf 
96.86/96.90	c  96.9s| 11100 |   414 |936672 |  83.8 |  10M|  37 | 140 | 718 |3829 | 718 | 500 | 103k|9451 |1571 | 0.000000e+00 |      --      |    Inf 
97.46/97.58	c  97.6s| 11200 |   406 |944030 |  83.7 |  10M|  37 | 160 | 718 |3833 | 718 | 541 | 103k|9536 |1571 | 0.000000e+00 |      --      |    Inf 
98.36/98.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.36/98.40	c  98.4s| 11300 |   412 |952485 |  83.7 |  10M|  37 | 138 | 718 |3736 | 718 | 534 | 104k|9621 |1571 | 0.000000e+00 |      --      |    Inf 
98.97/99.09	c  99.1s| 11400 |   412 |960037 |  83.7 |  10M|  37 |   - | 718 |3691 | 718 | 518 | 105k|9696 |1571 | 0.000000e+00 |      --      |    Inf 
99.66/99.76	c  99.8s| 11500 |   412 |967229 |  83.6 |  10M|  37 | 150 | 718 |3731 | 718 | 635 | 106k|9780 |1571 | 0.000000e+00 |      --      |    Inf 
100.36/100.41	c   100s| 11600 |   412 |973359 |  83.4 |  10M|  37 | 139 | 718 |3807 | 718 | 612 | 106k|9867 |1583 | 0.000000e+00 |      --      |    Inf 
101.06/101.14	c   101s| 11700 |   406 |980563 |  83.3 |  10M|  37 | 150 | 718 |3819 | 718 | 497 | 107k|9972 |1590 | 0.000000e+00 |      --      |    Inf 
102.06/102.14	c   102s| 11800 |   411 |990450 |  83.4 |  10M|  37 | 140 | 718 |3750 | 718 | 574 | 108k|  10k|1611 | 0.000000e+00 |      --      |    Inf 
102.76/102.82	c   103s| 11900 |   403 |997082 |  83.3 |  10M|  37 | 141 | 718 |3693 | 718 | 532 | 109k|  10k|1620 | 0.000000e+00 |      --      |    Inf 
103.37/103.48	c   103s| 12000 |   401 |  1003k|  83.1 |  10M|  37 |   - | 718 |3713 | 718 | 584 | 109k|  10k|1628 | 0.000000e+00 |      --      |    Inf 
104.06/104.19	c   104s| 12100 |   399 |  1010k|  83.0 |  10M|  37 |   - | 718 |3744 | 718 | 534 | 110k|  10k|1633 | 0.000000e+00 |      --      |    Inf 
104.66/104.78	c   105s| 12200 |   404 |  1017k|  82.9 |  10M|  37 | 126 | 718 |3801 | 718 | 520 | 111k|  10k|1635 | 0.000000e+00 |      --      |    Inf 
105.57/105.60	c   106s| 12300 |   399 |  1026k|  83.0 |  10M|  37 |   - | 718 |3822 | 718 | 583 | 112k|  10k|1635 | 0.000000e+00 |      --      |    Inf 
106.26/106.30	c   106s| 12400 |   411 |  1034k|  82.9 |  10M|  37 | 159 | 718 |3900 | 718 | 577 | 113k|  10k|1635 | 0.000000e+00 |      --      |    Inf 
106.76/106.87	c   107s| 12500 |   416 |  1040k|  82.7 |  10M|  37 |   - | 718 |3955 | 718 | 632 | 113k|  10k|1635 | 0.000000e+00 |      --      |    Inf 
107.36/107.40	c   107s| 12600 |   416 |  1046k|  82.5 |  10M|  37 | 131 | 718 |4020 | 718 | 611 | 114k|  10k|1635 | 0.000000e+00 |      --      |    Inf 
108.06/108.10	c   108s| 12700 |   410 |  1053k|  82.4 |  10M|  37 |   - | 718 |4089 | 718 | 606 | 114k|  10k|1649 | 0.000000e+00 |      --      |    Inf 
108.66/108.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.66/108.76	c   109s| 12800 |   410 |  1059k|  82.3 |  10M|  37 | 109 | 718 |4140 | 718 | 529 | 115k|  10k|1659 | 0.000000e+00 |      --      |    Inf 
109.26/109.30	c   109s| 12900 |   403 |  1064k|  82.1 |  10M|  37 |   - | 718 |4245 | 718 | 523 | 115k|  11k|1678 | 0.000000e+00 |      --      |    Inf 
109.87/109.91	c   110s| 13000 |   403 |  1071k|  81.9 |  10M|  37 | 130 | 718 |4346 | 718 | 538 | 116k|  11k|1689 | 0.000000e+00 |      --      |    Inf 
110.46/110.53	c   111s| 13100 |   401 |  1077k|  81.8 |  10M|  37 |   - | 718 |4262 | 718 | 550 | 117k|  11k|1696 | 0.000000e+00 |      --      |    Inf 
111.16/111.26	c   111s| 13200 |   400 |  1085k|  81.7 |  10M|  37 |   - | 718 |4273 | 718 | 533 | 118k|  11k|1701 | 0.000000e+00 |      --      |    Inf 
111.96/112.02	c   112s| 13300 |   390 |  1093k|  81.7 |  10M|  37 |   - | 718 |4170 | 718 | 585 | 119k|  11k|1706 | 0.000000e+00 |      --      |    Inf 
112.66/112.73	c   113s| 13400 |   396 |  1100k|  81.7 |  10M|  37 |   - | 718 |4163 | 718 | 515 | 120k|  11k|1706 | 0.000000e+00 |      --      |    Inf 
113.45/113.57	c   114s| 13500 |   414 |  1110k|  81.8 |  10M|  37 |   - | 718 |4162 | 718 | 485 | 121k|  11k|1706 | 0.000000e+00 |      --      |    Inf 
114.16/114.25	c   114s| 13600 |   432 |  1118k|  81.8 |  10M|  37 | 121 | 718 |4232 | 718 | 514 | 122k|  11k|1706 | 0.000000e+00 |      --      |    Inf 
114.86/114.96	c   115s| 13700 |   422 |  1126k|  81.7 |  10M|  37 |   - | 718 |4326 | 718 | 507 | 123k|  11k|1715 | 0.000000e+00 |      --      |    Inf 
115.66/115.76	c   116s| 13800 |   420 |  1134k|  81.7 |  10M|  37 | 162 | 718 |4384 | 718 | 434 | 124k|  11k|1728 | 0.000000e+00 |      --      |    Inf 
116.56/116.63	c   117s| 13900 |   422 |  1142k|  81.8 |  10M|  37 | 163 | 718 |4434 | 718 | 545 | 125k|  11k|1743 | 0.000000e+00 |      --      |    Inf 
117.35/117.49	c   117s| 14000 |   421 |  1151k|  81.8 |  10M|  37 |   - | 718 |4384 | 718 | 556 | 126k|  11k|1757 | 0.000000e+00 |      --      |    Inf 
118.05/118.18	c   118s| 14100 |   416 |  1158k|  81.7 |  10M|  37 |   - | 718 |4335 | 718 | 531 | 127k|  12k|1762 | 0.000000e+00 |      --      |    Inf 
118.86/118.90	c   119s| 14200 |   424 |  1166k|  81.7 |  10M|  37 | 126 | 718 |4365 | 718 | 520 | 128k|  12k|1763 | 0.000000e+00 |      --      |    Inf 
119.56/119.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.56/119.69	c   120s| 14300 |   420 |  1175k|  81.7 |  10M|  37 |   - | 718 |4258 | 718 | 525 | 129k|  12k|1763 | 0.000000e+00 |      --      |    Inf 
120.26/120.30	c   120s| 14400 |   422 |  1182k|  81.7 |  10M|  37 |   - | 718 |4263 | 718 | 526 | 130k|  12k|1763 | 0.000000e+00 |      --      |    Inf 
120.66/120.79	c   121s| 14500 |   422 |  1187k|  81.5 |  10M|  37 |   - | 718 |4363 | 718 | 514 | 130k|  12k|1763 | 0.000000e+00 |      --      |    Inf 
121.26/121.33	c   121s| 14600 |   420 |  1193k|  81.3 |  10M|  37 | 134 | 718 |4465 | 718 | 510 | 131k|  12k|1763 | 0.000000e+00 |      --      |    Inf 
121.96/122.03	c   122s| 14700 |   413 |  1200k|  81.2 |  10M|  37 | 134 | 718 |4441 | 718 | 505 | 132k|  12k|1773 | 0.000000e+00 |      --      |    Inf 
122.65/122.75	c   123s| 14800 |   417 |  1207k|  81.2 |  10M|  37 |   - | 718 |4470 | 718 | 531 | 132k|  12k|1791 | 0.000000e+00 |      --      |    Inf 
123.26/123.35	c   123s| 14900 |   413 |  1214k|  81.1 |  10M|  37 |   - | 718 |4545 | 718 | 513 | 133k|  12k|1791 | 0.000000e+00 |      --      |    Inf 
124.06/124.11	c   124s| 15000 |   411 |  1221k|  81.0 |  10M|  37 | 151 | 718 |4587 | 718 | 467 | 134k|  12k|1809 | 0.000000e+00 |      --      |    Inf 
124.76/124.82	c   125s| 15100 |   421 |  1229k|  81.0 |  10M|  37 |   - | 718 |4636 | 718 | 497 | 135k|  12k|1812 | 0.000000e+00 |      --      |    Inf 
125.26/125.35	c   125s| 15200 |   421 |  1235k|  80.9 |  10M|  37 |   - | 718 |4721 | 718 | 496 | 135k|  13k|1814 | 0.000000e+00 |      --      |    Inf 
125.85/125.90	c   126s| 15300 |   425 |  1241k|  80.7 |  10M|  37 | 138 | 718 |4816 | 718 | 491 | 136k|  13k|1814 | 0.000000e+00 |      --      |    Inf 
126.45/126.53	c   127s| 15400 |   421 |  1248k|  80.6 |  10M|  37 | 134 | 718 |4898 | 718 | 512 | 137k|  13k|1814 | 0.000000e+00 |      --      |    Inf 
127.15/127.25	c   127s| 15500 |   433 |  1256k|  80.6 |  10M|  37 | 143 | 718 |4972 | 718 | 518 | 138k|  13k|1814 | 0.000000e+00 |      --      |    Inf 
127.65/127.78	c   128s| 15600 |   423 |  1262k|  80.5 |  10M|  37 |   - | 718 |5050 | 718 | 486 | 139k|  13k|1814 | 0.000000e+00 |      --      |    Inf 
128.15/128.27	c   128s| 15700 |   423 |  1266k|  80.3 |  10M|  37 |   - | 718 |5116 |   0 |   0 | 139k|  13k|1814 | 0.000000e+00 |      --      |    Inf 
129.16/129.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.16/129.23	c   129s| 15800 |   417 |  1276k|  80.4 |  10M|  37 |   - | 718 |5148 | 718 | 545 | 140k|  13k|1835 | 0.000000e+00 |      --      |    Inf 
130.05/130.13	c   130s| 15900 |   421 |  1287k|  80.6 |  10M|  37 |   - | 718 |4998 | 718 | 516 | 141k|  13k|1835 | 0.000000e+00 |      --      |    Inf 
130.86/130.95	c   131s| 16000 |   423 |  1295k|  80.6 |  10M|  37 |   - | 718 |4936 | 718 | 527 | 142k|  13k|1849 | 0.000000e+00 |      --      |    Inf 
131.45/131.59	c   132s| 16100 |   421 |  1301k|  80.4 |  10M|  37 | 142 | 718 |4839 | 718 | 484 | 142k|  13k|1858 | 0.000000e+00 |      --      |    Inf 
132.36/132.48	c   132s| 16200 |   431 |  1310k|  80.5 |  10M|  37 | 146 | 718 |4898 | 718 | 486 | 144k|  13k|1867 | 0.000000e+00 |      --      |    Inf 
133.15/133.22	c   133s| 16300 |   432 |  1317k|  80.5 |  10M|  37 |   - | 718 |4979 | 718 | 516 | 144k|  13k|1876 | 0.000000e+00 |      --      |    Inf 
133.75/133.83	c   134s| 16400 |   431 |  1324k|  80.4 |  10M|  37 | 172 | 718 |5026 | 718 | 477 | 145k|  14k|1880 | 0.000000e+00 |      --      |    Inf 
134.55/134.63	c   135s| 16500 |   439 |  1332k|  80.4 |  11M|  37 |   - | 718 |4950 | 718 | 553 | 146k|  14k|1882 | 0.000000e+00 |      --      |    Inf 
135.16/135.26	c   135s| 16600 |   443 |  1339k|  80.3 |  11M|  37 |   - | 718 |4990 | 718 | 567 | 147k|  14k|1882 | 0.000000e+00 |      --      |    Inf 
135.95/136.00	c   136s| 16700 |   455 |  1346k|  80.3 |  11M|  37 | 145 | 718 |5024 | 718 | 542 | 148k|  14k|1882 | 0.000000e+00 |      --      |    Inf 
136.65/136.76	c   137s| 16800 |   455 |  1355k|  80.3 |  11M|  37 | 151 | 718 |5090 | 718 | 568 | 149k|  14k|1882 | 0.000000e+00 |      --      |    Inf 
137.36/137.41	c   137s| 16900 |   453 |  1362k|  80.2 |  11M|  37 |   - | 718 |5175 | 718 | 555 | 150k|  14k|1882 | 0.000000e+00 |      --      |    Inf 
137.95/138.05	c   138s| 17000 |   453 |  1368k|  80.1 |  11M|  37 |   - | 718 |5206 | 718 | 528 | 151k|  14k|1891 | 0.000000e+00 |      --      |    Inf 
138.85/138.91	c   139s| 17100 |   455 |  1377k|  80.2 |  11M|  37 |   - | 718 |5234 | 718 | 540 | 152k|  14k|1901 | 0.000000e+00 |      --      |    Inf 
139.65/139.72	c   140s| 17200 |   467 |  1384k|  80.1 |  11M|  37 |   - | 718 |5181 | 718 | 491 | 153k|  14k|1910 | 0.000000e+00 |      --      |    Inf 
140.45/140.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.45/140.52	c   141s| 17300 |   463 |  1392k|  80.1 |  11M|  37 |   - | 718 |5129 | 718 | 505 | 154k|  14k|1927 | 0.000000e+00 |      --      |    Inf 
141.35/141.49	c   141s| 17400 |   465 |  1403k|  80.3 |  11M|  37 |   - | 718 |5028 | 718 | 587 | 155k|  14k|1935 | 0.000000e+00 |      --      |    Inf 
141.95/142.02	c   142s| 17500 |   466 |  1409k|  80.2 |  11M|  37 | 148 | 718 |5074 | 718 | 561 | 155k|  14k|1935 | 0.000000e+00 |      --      |    Inf 
142.55/142.68	c   143s| 17600 |   466 |  1416k|  80.1 |  11M|  37 | 147 | 718 |5102 | 718 | 506 | 156k|  15k|1935 | 0.000000e+00 |      --      |    Inf 
143.24/143.37	c   143s| 17700 |   470 |  1423k|  80.1 |  11M|  37 | 129 | 718 |5048 | 718 | 591 | 157k|  15k|1935 | 0.000000e+00 |      --      |    Inf 
143.85/143.99	c   144s| 17800 |   470 |  1430k|  80.0 |  11M|  37 |   - | 718 |5032 | 718 | 497 | 158k|  15k|1935 | 0.000000e+00 |      --      |    Inf 
144.65/144.76	c   145s| 17900 |   462 |  1439k|  80.1 |  11M|  37 |   - | 718 |4998 | 718 | 538 | 159k|  15k|1935 | 0.000000e+00 |      --      |    Inf 
145.25/145.38	c   145s| 18000 |   468 |  1445k|  80.0 |  11M|  37 | 143 | 718 |4968 | 718 | 546 | 160k|  15k|1935 | 0.000000e+00 |      --      |    Inf 
146.04/146.13	c   146s| 18100 |   466 |  1453k|  79.9 |  11M|  37 |   - | 718 |4984 | 718 | 561 | 161k|  15k|1953 | 0.000000e+00 |      --      |    Inf 
146.65/146.79	c   147s| 18200 |   456 |  1460k|  79.9 |  11M|  37 | 142 | 718 |4888 | 718 | 510 | 161k|  15k|1958 | 0.000000e+00 |      --      |    Inf 
147.35/147.49	c   147s| 18300 |   455 |  1467k|  79.8 |  11M|  37 |   - | 718 |4839 | 718 | 489 | 162k|  15k|1967 | 0.000000e+00 |      --      |    Inf 
148.15/148.20	c   148s| 18400 |   449 |  1474k|  79.8 |  11M|  37 |   - | 718 |4863 | 718 | 522 | 163k|  15k|1976 | 0.000000e+00 |      --      |    Inf 
148.95/149.04	c   149s| 18500 |   449 |  1481k|  79.7 |  11M|  37 | 140 | 718 |4813 | 718 | 514 | 164k|  15k|1989 | 0.000000e+00 |      --      |    Inf 
149.75/149.80	c   150s| 18600 |   457 |  1489k|  79.7 |  11M|  37 | 148 | 718 |4828 | 718 | 531 | 165k|  15k|1996 | 0.000000e+00 |      --      |    Inf 
150.66/150.76	c   151s| 18700 |   455 |  1500k|  79.9 |  11M|  37 | 143 | 718 |4809 | 718 | 520 | 166k|  15k|1998 | 0.000000e+00 |      --      |    Inf 
151.45/151.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.45/151.52	c   152s| 18800 |   457 |  1508k|  79.9 |  11M|  37 | 138 | 718 |4835 | 718 | 539 | 166k|  16k|1998 | 0.000000e+00 |      --      |    Inf 
152.05/152.18	c   152s| 18900 |   452 |  1515k|  79.8 |  11M|  37 | 155 | 718 |4727 | 718 | 563 | 167k|  16k|1998 | 0.000000e+00 |      --      |    Inf 
152.85/152.94	c   153s| 19000 |   453 |  1523k|  79.9 |  11M|  37 | 135 | 718 |4695 | 718 | 514 | 168k|  16k|1998 | 0.000000e+00 |      --      |    Inf 
153.45/153.60	c   154s| 19100 |   443 |  1530k|  79.8 |  11M|  37 | 145 | 718 |4620 | 718 | 522 | 169k|  16k|1998 | 0.000000e+00 |      --      |    Inf 
154.25/154.38	c   154s| 19200 |   441 |  1538k|  79.8 |  11M|  37 |   - | 718 |4603 | 718 | 520 | 169k|  16k|2007 | 0.000000e+00 |      --      |    Inf 
155.05/155.13	c   155s| 19300 |   439 |  1546k|  79.8 |  11M|  37 |   - | 718 |4562 | 718 | 487 | 170k|  16k|2017 | 0.000000e+00 |      --      |    Inf 
155.75/155.80	c   156s| 19400 |   441 |  1552k|  79.7 |  11M|  37 |   - | 718 |4586 | 718 | 573 | 171k|  16k|2026 | 0.000000e+00 |      --      |    Inf 
156.85/156.94	c   157s| 19500 |   433 |  1564k|  79.9 |  10M|  37 | 156 | 718 |4505 | 718 | 483 | 172k|  16k|2034 | 0.000000e+00 |      --      |    Inf 
157.54/157.63	c   158s| 19600 |   430 |  1571k|  79.9 |  10M|  37 |   - | 718 |4509 | 718 | 499 | 173k|  16k|2043 | 0.000000e+00 |      --      |    Inf 
158.14/158.22	c   158s| 19700 |   438 |  1577k|  79.7 |  11M|  37 |  93 | 718 |4557 | 718 | 604 | 174k|  16k|2053 | 0.000000e+00 |      --      |    Inf 
158.64/158.70	c   159s| 19800 |   437 |  1582k|  79.6 |  11M|  37 | 140 | 718 |4625 | 718 | 610 | 174k|  16k|2055 | 0.000000e+00 |      --      |    Inf 
159.05/159.18	c   159s| 19900 |   431 |  1587k|  79.5 |  11M|  37 |   - | 718 |4683 | 718 | 550 | 174k|  17k|2055 | 0.000000e+00 |      --      |    Inf 
159.65/159.70	c   160s| 20000 |   438 |  1592k|  79.3 |  11M|  37 |   - | 718 |4742 | 718 | 624 | 175k|  17k|2055 | 0.000000e+00 |      --      |    Inf 
160.05/160.19	c   160s| 20100 |   438 |  1597k|  79.2 |  11M|  37 | 145 | 718 |4835 | 718 | 577 | 175k|  17k|2055 | 0.000000e+00 |      --      |    Inf 
160.64/160.78	c   161s| 20200 |   437 |  1603k|  79.1 |  11M|  38 |   - | 718 |4933 | 718 | 620 | 176k|  17k|2055 | 0.000000e+00 |      --      |    Inf 
161.25/161.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.25/161.35	c   161s| 20300 |   443 |  1609k|  79.0 |  11M|  38 | 147 | 718 |4995 | 718 | 542 | 176k|  17k|2056 | 0.000000e+00 |      --      |    Inf 
161.74/161.88	c   162s| 20400 |   445 |  1615k|  78.9 |  11M|  38 | 132 | 718 |5073 | 718 | 544 | 177k|  17k|2056 | 0.000000e+00 |      --      |    Inf 
162.45/162.54	c   163s| 20500 |   451 |  1623k|  78.9 |  11M|  38 | 152 | 718 |5150 | 718 | 531 | 178k|  17k|2056 | 0.000000e+00 |      --      |    Inf 
163.14/163.23	c   163s| 20600 |   457 |  1630k|  78.8 |  11M|  38 | 139 | 718 |5251 | 718 | 536 | 179k|  17k|2068 | 0.000000e+00 |      --      |    Inf 
163.76/163.84	c   164s| 20700 |   459 |  1636k|  78.7 |  11M|  38 |   - | 718 |5350 | 718 | 539 | 179k|  17k|2078 | 0.000000e+00 |      --      |    Inf 
164.34/164.45	c   164s| 20800 |   461 |  1642k|  78.7 |  11M|  38 | 144 | 718 |5437 | 718 | 543 | 180k|  17k|2087 | 0.000000e+00 |      --      |    Inf 
164.95/165.09	c   165s| 20900 |   459 |  1648k|  78.6 |  11M|  38 | 135 | 718 |5463 | 718 | 521 | 181k|  17k|2096 | 0.000000e+00 |      --      |    Inf 
165.74/165.89	c   166s| 21000 |   457 |  1656k|  78.6 |  11M|  38 | 145 | 718 |5447 | 718 | 511 | 182k|  18k|2113 | 0.000000e+00 |      --      |    Inf 
166.64/166.71	c   167s| 21100 |   455 |  1665k|  78.6 |  11M|  38 |   - | 718 |5392 | 718 | 586 | 183k|  18k|2117 | 0.000000e+00 |      --      |    Inf 
167.25/167.37	c   167s| 21200 |   457 |  1672k|  78.6 |  11M|  38 | 149 | 718 |5331 | 718 | 514 | 183k|  18k|2117 | 0.000000e+00 |      --      |    Inf 
167.85/167.99	c   168s| 21300 |   448 |  1679k|  78.5 |  11M|  38 |   - | 718 |5320 | 718 | 548 | 184k|  18k|2117 | 0.000000e+00 |      --      |    Inf 
168.54/168.65	c   169s| 21400 |   448 |  1686k|  78.5 |  11M|  38 |   - | 718 |5375 | 718 | 543 | 185k|  18k|2117 | 0.000000e+00 |      --      |    Inf 
169.25/169.37	c   169s| 21500 |   451 |  1694k|  78.5 |  11M|  38 |   - | 718 |5346 | 718 | 526 | 186k|  18k|2117 | 0.000000e+00 |      --      |    Inf 
169.95/170.04	c   170s| 21600 |   463 |  1701k|  78.5 |  11M|  38 |   - | 718 |5346 | 718 | 500 | 187k|  18k|2117 | 0.000000e+00 |      --      |    Inf 
170.55/170.64	c   171s| 21700 |   461 |  1708k|  78.4 |  11M|  38 | 125 | 718 |5443 | 718 | 499 | 188k|  18k|2117 | 0.000000e+00 |      --      |    Inf 
171.14/171.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.14/171.21	c   171s| 21800 |   459 |  1714k|  78.3 |  11M|  38 | 121 | 718 |5534 | 718 | 507 | 189k|  18k|2129 | 0.000000e+00 |      --      |    Inf 
171.74/171.85	c   172s| 21900 |   459 |  1720k|  78.3 |  11M|  38 | 154 | 718 |5526 | 718 | 471 | 190k|  18k|2136 | 0.000000e+00 |      --      |    Inf 
172.44/172.52	c   173s| 22000 |   458 |  1728k|  78.3 |  11M|  38 |   - | 718 |5512 | 718 | 516 | 190k|  18k|2146 | 0.000000e+00 |      --      |    Inf 
173.15/173.22	c   173s| 22100 |   458 |  1735k|  78.3 |  11M|  38 |   - | 718 |5580 | 718 | 514 | 191k|  18k|2156 | 0.000000e+00 |      --      |    Inf 
173.85/173.98	c   174s| 22200 |   463 |  1745k|  78.3 |  11M|  38 | 137 | 718 |5645 | 718 | 517 | 192k|  18k|2162 | 0.000000e+00 |      --      |    Inf 
174.55/174.65	c   175s| 22300 |   455 |  1751k|  78.3 |  11M|  38 |   - | 718 |5623 | 718 | 581 | 193k|  19k|2176 | 0.000000e+00 |      --      |    Inf 
175.24/175.34	c   175s| 22400 |   461 |  1758k|  78.2 |  11M|  38 | 120 | 718 |5545 | 718 | 564 | 194k|  19k|2181 | 0.000000e+00 |      --      |    Inf 
175.95/176.09	c   176s| 22500 |   461 |  1766k|  78.2 |  11M|  38 | 150 | 718 |5440 | 718 | 596 | 195k|  19k|2190 | 0.000000e+00 |      --      |    Inf 
176.65/176.77	c   177s| 22600 |   456 |  1773k|  78.2 |  11M|  38 |   - | 718 |5390 | 718 | 488 | 195k|  19k|2192 | 0.000000e+00 |      --      |    Inf 
177.44/177.59	c   178s| 22700 |   460 |  1782k|  78.2 |  11M|  38 |   - | 718 |5276 | 718 | 548 | 196k|  19k|2192 | 0.000000e+00 |      --      |    Inf 
178.15/178.27	c   178s| 22800 |   459 |  1788k|  78.2 |  11M|  38 |   - | 718 |5254 | 718 | 548 | 197k|  19k|2193 | 0.000000e+00 |      --      |    Inf 
178.94/179.06	c   179s| 22900 |   457 |  1797k|  78.2 |  11M|  38 | 152 | 718 |5199 | 718 | 542 | 198k|  19k|2193 | 0.000000e+00 |      --      |    Inf 
179.54/179.64	c   180s| 23000 |   449 |  1803k|  78.2 |  11M|  38 | 141 | 718 |5217 | 718 | 499 | 198k|  19k|2193 | 0.000000e+00 |      --      |    Inf 
180.14/180.26	c   180s| 23100 |   446 |  1810k|  78.1 |  11M|  38 |   - | 718 |5218 | 718 | 531 | 199k|  19k|2193 | 0.000000e+00 |      --      |    Inf 
180.95/181.00	c   181s| 23200 |   456 |  1817k|  78.1 |  11M|  38 | 135 | 718 |5237 | 718 | 555 | 200k|  19k|2203 | 0.000000e+00 |      --      |    Inf 
181.75/181.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.75/181.80	c   182s| 23300 |   458 |  1825k|  78.1 |  11M|  38 |   - | 718 |5150 | 718 | 576 | 201k|  19k|2214 | 0.000000e+00 |      --      |    Inf 
182.55/182.68	c   183s| 23400 |   460 |  1834k|  78.1 |  11M|  38 |   - | 718 |5172 | 718 | 572 | 202k|  19k|2224 | 0.000000e+00 |      --      |    Inf 
183.25/183.36	c   183s| 23500 |   459 |  1841k|  78.1 |  11M|  38 |   - | 718 |5232 | 718 | 541 | 202k|  20k|2231 | 0.000000e+00 |      --      |    Inf 
184.14/184.20	c   184s| 23600 |   458 |  1849k|  78.1 |  11M|  38 |   - | 718 |5313 | 718 | 508 | 203k|  20k|2238 | 0.000000e+00 |      --      |    Inf 
184.84/184.90	c   185s| 23700 |   462 |  1857k|  78.1 |  11M|  38 |   - | 718 |5379 | 718 | 604 | 204k|  20k|2241 | 0.000000e+00 |      --      |    Inf 
185.34/185.46	c   185s| 23800 |   460 |  1863k|  78.0 |  11M|  38 |   - | 718 |5468 | 718 | 587 | 204k|  20k|2243 | 0.000000e+00 |      --      |    Inf 
186.15/186.22	c   186s| 23900 |   459 |  1870k|  78.0 |  11M|  38 | 135 | 718 |5470 | 718 | 511 | 205k|  20k|2249 | 0.000000e+00 |      --      |    Inf 
186.74/186.81	c   187s| 24000 |   465 |  1877k|  78.0 |  11M|  38 | 117 | 718 |5545 | 718 | 517 | 206k|  20k|2249 | 0.000000e+00 |      --      |    Inf 
187.34/187.47	c   187s| 24100 |   462 |  1885k|  78.0 |  11M|  38 |   - | 718 |5657 | 718 | 522 | 207k|  20k|2249 | 0.000000e+00 |      --      |    Inf 
188.34/188.44	c   188s| 24200 |   465 |  1896k|  78.1 |  11M|  38 | 153 | 718 |5593 | 718 | 526 | 208k|  20k|2249 | 0.000000e+00 |      --      |    Inf 
189.15/189.24	c   189s| 24300 |   465 |  1904k|  78.1 |  11M|  38 |   - | 718 |5566 | 718 | 525 | 209k|  20k|2249 | 0.000000e+00 |      --      |    Inf 
190.05/190.15	c   190s| 24400 |   461 |  1913k|  78.2 |  11M|  38 |   - | 718 |5495 | 718 | 516 | 210k|  20k|2259 | 0.000000e+00 |      --      |    Inf 
190.75/190.88	c   191s| 24500 |   466 |  1921k|  78.2 |  11M|  38 |   - | 718 |5475 | 718 | 596 | 211k|  20k|2268 | 0.000000e+00 |      --      |    Inf 
191.44/191.57	c   192s| 24600 |   462 |  1927k|  78.1 |  11M|  38 | 146 | 718 |5517 | 718 | 554 | 212k|  21k|2277 | 0.000000e+00 |      --      |    Inf 
192.45/192.51	c   193s| 24700 |   465 |  1938k|  78.2 |  11M|  38 | 138 | 718 |5511 | 718 | 572 | 213k|  21k|2286 | 0.000000e+00 |      --      |    Inf 
192.94/193.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.94/193.08	c   193s| 24800 |   466 |  1944k|  78.2 |  11M|  38 |   - | 718 |5561 | 718 | 568 | 213k|  21k|2292 | 0.000000e+00 |      --      |    Inf 
193.45/193.56	c   194s| 24900 |   471 |  1949k|  78.0 |  11M|  38 | 134 | 718 |5634 | 718 | 615 | 214k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
194.04/194.11	c   194s| 25000 |   465 |  1955k|  78.0 |  11M|  38 | 158 | 718 |5705 | 718 | 532 | 214k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
194.84/194.91	c   195s| 25100 |   475 |  1965k|  78.0 |  11M|  38 |   - | 718 |5772 | 718 | 607 | 216k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
195.34/195.47	c   195s| 25200 |   475 |  1971k|  78.0 |  11M|  38 |   - | 718 |5863 | 718 | 604 | 216k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
196.04/196.18	c   196s| 25300 |   476 |  1978k|  78.0 |  11M|  38 |   - | 718 |5790 | 718 | 495 | 217k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
196.85/196.91	c   197s| 25400 |   483 |  1986k|  78.0 |  11M|  38 | 137 | 718 |5754 | 718 | 493 | 218k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
197.34/197.42	c   197s| 25500 |   491 |  1992k|  77.9 |  11M|  38 | 132 | 718 |5857 | 718 | 500 | 218k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
197.84/197.91	c   198s| 25600 |   484 |  1997k|  77.8 |  11M|  38 |   - | 718 |5958 | 718 | 543 | 219k|  21k|2294 | 0.000000e+00 |      --      |    Inf 
198.54/198.63	c   199s| 25700 |   486 |  2005k|  77.8 |  12M|  38 |   - | 718 |5989 | 718 | 519 | 220k|  22k|2303 | 0.000000e+00 |      --      |    Inf 
199.14/199.25	c   199s| 25800 |   479 |  2011k|  77.7 |  11M|  38 | 135 | 718 |6046 | 718 | 612 | 220k|  22k|2312 | 0.000000e+00 |      --      |    Inf 
199.74/199.87	c   200s| 25900 |   479 |  2017k|  77.7 |  11M|  38 | 145 | 718 |6032 | 718 | 522 | 221k|  22k|2321 | 0.000000e+00 |      --      |    Inf 
200.44/200.59	c   201s| 26000 |   465 |  2024k|  77.6 |  11M|  38 | 128 | 718 |5908 | 718 | 547 | 222k|  22k|2330 | 0.000000e+00 |      --      |    Inf 
201.25/201.37	c   201s| 26100 |   471 |  2033k|  77.7 |  11M|  38 |   - | 718 |5902 | 718 | 523 | 223k|  22k|2334 | 0.000000e+00 |      --      |    Inf 
201.83/201.91	c   202s| 26200 |   475 |  2039k|  77.6 |  11M|  38 |   - | 718 |5990 | 718 | 541 | 224k|  22k|2334 | 0.000000e+00 |      --      |    Inf 
202.25/202.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.25/202.40	c   202s| 26300 |   473 |  2044k|  77.5 |  12M|  38 |   - | 718 |6095 | 718 | 503 | 224k|  22k|2334 | 0.000000e+00 |      --      |    Inf 
202.94/203.00	c   203s| 26400 |   478 |  2051k|  77.4 |  12M|  38 | 129 | 718 |6144 | 718 | 495 | 225k|  22k|2334 | 0.000000e+00 |      --      |    Inf 
203.45/203.52	c   204s| 26500 |   473 |  2056k|  77.4 |  12M|  38 |   - | 718 |6241 | 718 | 543 | 226k|  22k|2334 | 0.000000e+00 |      --      |    Inf 
203.94/204.07	c   204s| 26600 |   476 |  2062k|  77.3 |  12M|  38 | 148 | 718 |6313 | 718 | 510 | 227k|  22k|2334 | 0.000000e+00 |      --      |    Inf 
204.74/204.86	c   205s| 26700 |   478 |  2072k|  77.4 |  12M|  38 | 146 | 718 |6374 | 718 | 473 | 228k|  22k|2334 | 0.000000e+00 |      --      |    Inf 
205.24/205.39	c   205s| 26800 |   482 |  2078k|  77.3 |  12M|  38 | 134 | 718 |6462 | 718 | 520 | 228k|  23k|2334 | 0.000000e+00 |      --      |    Inf 
205.84/205.99	c   206s| 26900 |   478 |  2084k|  77.3 |  12M|  38 | 132 | 718 |6556 | 718 | 488 | 229k|  23k|2343 | 0.000000e+00 |      --      |    Inf 
206.54/206.66	c   207s| 27000 |   472 |  2091k|  77.2 |  12M|  38 | 149 | 718 |6623 | 718 | 487 | 230k|  23k|2352 | 0.000000e+00 |      --      |    Inf 
207.14/207.27	c   207s| 27100 |   470 |  2098k|  77.2 |  12M|  38 |   - | 718 |6639 | 718 | 494 | 230k|  23k|2361 | 0.000000e+00 |      --      |    Inf 
207.84/207.97	c   208s| 27200 |   462 |  2105k|  77.2 |  12M|  38 |   - | 718 |6594 | 718 | 542 | 231k|  23k|2368 | 0.000000e+00 |      --      |    Inf 
208.64/208.78	c   209s| 27300 |   466 |  2113k|  77.2 |  12M|  38 |   - | 718 |6551 | 718 | 545 | 232k|  23k|2372 | 0.000000e+00 |      --      |    Inf 
209.24/209.39	c   209s| 27400 |   462 |  2120k|  77.2 |  12M|  38 |   - | 718 |6575 | 718 | 551 | 233k|  23k|2372 | 0.000000e+00 |      --      |    Inf 
209.94/210.05	c   210s| 27500 |   463 |  2127k|  77.1 |  12M|  38 | 144 | 718 |6590 | 718 | 488 | 234k|  23k|2376 | 0.000000e+00 |      --      |    Inf 
210.34/210.47	c   210s| 27600 |   463 |  2132k|  77.0 |  12M|  38 | 128 | 718 |6697 | 718 | 512 | 234k|  23k|2376 | 0.000000e+00 |      --      |    Inf 
210.74/210.88	c   211s| 27700 |   467 |  2137k|  76.9 |  12M|  38 | 134 | 718 |6807 | 718 | 530 | 235k|  23k|2376 | 0.000000e+00 |      --      |    Inf 
211.44/211.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.44/211.56	c   212s| 27800 |   464 |  2146k|  77.0 |  12M|  38 | 154 | 718 |6876 | 718 | 564 | 235k|  23k|2376 | 0.000000e+00 |      --      |    Inf 
212.03/212.19	c   212s| 27900 |   458 |  2152k|  76.9 |  12M|  38 |   - | 718 |6884 | 718 | 534 | 236k|  24k|2376 | 0.000000e+00 |      --      |    Inf 
212.93/213.01	c   213s| 28000 |   464 |  2160k|  77.0 |  12M|  38 | 133 | 718 |6874 | 718 | 560 | 237k|  24k|2376 | 0.000000e+00 |      --      |    Inf 
213.73/213.84	c   214s| 28100 |   466 |  2170k|  77.0 |  12M|  38 | 134 | 718 |6733 | 718 | 545 | 238k|  24k|2376 | 0.000000e+00 |      --      |    Inf 
214.54/214.68	c   215s| 28200 |   465 |  2178k|  77.0 |  12M|  38 |   - | 718 |6530 | 718 | 586 | 239k|  24k|2386 | 0.000000e+00 |      --      |    Inf 
215.64/215.70	c   216s| 28300 |   468 |  2187k|  77.1 |  12M|  38 | 147 | 718 |6390 | 718 | 494 | 240k|  24k|2405 | 0.000000e+00 |      --      |    Inf 
216.33/216.41	c   216s| 28400 |   468 |  2195k|  77.1 |  12M|  38 | 140 | 718 |6158 | 718 | 477 | 241k|  24k|2405 | 0.000000e+00 |      --      |    Inf 
217.04/217.16	c   217s| 28500 |   474 |  2202k|  77.1 |  12M|  38 | 132 | 718 |6091 | 718 | 585 | 242k|  24k|2412 | 0.000000e+00 |      --      |    Inf 
217.84/217.92	c   218s| 28600 |   466 |  2210k|  77.1 |  12M|  38 | 173 | 718 |5988 | 718 | 405 | 243k|  24k|2415 | 0.000000e+00 |      --      |    Inf 
218.54/218.61	c   219s| 28700 |   480 |  2218k|  77.1 |  12M|  38 | 116 | 718 |5964 | 718 | 486 | 244k|  24k|2415 | 0.000000e+00 |      --      |    Inf 
219.03/219.14	c   219s| 28800 |   474 |  2224k|  77.0 |  12M|  38 | 133 | 718 |6047 | 718 | 502 | 244k|  24k|2415 | 0.000000e+00 |      --      |    Inf 
219.64/219.78	c   220s| 28900 |   476 |  2231k|  77.0 |  12M|  38 |   - | 718 |6069 | 718 | 505 | 245k|  24k|2415 | 0.000000e+00 |      --      |    Inf 
220.13/220.26	c   220s| 29000 |   480 |  2236k|  76.9 |  12M|  38 | 155 | 718 |6147 | 718 | 486 | 246k|  25k|2415 | 0.000000e+00 |      --      |    Inf 
220.74/220.80	c   221s| 29100 |   487 |  2242k|  76.9 |  12M|  38 |   - | 718 |6178 | 718 | 510 | 246k|  25k|2415 | 0.000000e+00 |      --      |    Inf 
221.24/221.31	c   221s| 29200 |   488 |  2248k|  76.8 |  12M|  38 | 122 | 718 |6296 | 718 | 501 | 247k|  25k|2415 | 0.000000e+00 |      --      |    Inf 
221.64/221.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.64/221.71	c   222s| 29300 |   486 |  2253k|  76.7 |  12M|  38 |   - | 718 |6422 | 718 | 530 | 247k|  25k|2415 | 0.000000e+00 |      --      |    Inf 
222.04/222.20	c   222s| 29400 |   484 |  2258k|  76.6 |  12M|  38 | 138 | 718 |6529 | 718 | 463 | 248k|  25k|2415 | 0.000000e+00 |      --      |    Inf 
222.64/222.72	c   223s| 29500 |   492 |  2263k|  76.5 |  12M|  38 | 104 | 718 |6629 | 718 | 512 | 248k|  25k|2426 | 0.000000e+00 |      --      |    Inf 
223.04/223.18	c   223s| 29600 |   487 |  2268k|  76.4 |  12M|  40 |   - | 718 |6741 | 718 | 516 | 249k|  25k|2426 | 0.000000e+00 |      --      |    Inf 
223.63/223.79	c   224s| 29700 |   477 |  2275k|  76.4 |  12M|  40 |   - | 718 |6851 | 718 | 545 | 249k|  25k|2438 | 0.000000e+00 |      --      |    Inf 
224.24/224.35	c   224s| 29800 |   477 |  2281k|  76.3 |  12M|  40 | 118 | 718 |6935 | 718 | 521 | 250k|  25k|2438 | 0.000000e+00 |      --      |    Inf 
224.83/224.95	c   225s| 29900 |   477 |  2287k|  76.3 |  12M|  40 | 132 | 718 |7018 | 718 | 529 | 251k|  26k|2446 | 0.000000e+00 |      --      |    Inf 
225.34/225.44	c   225s| 30000 |   471 |  2292k|  76.2 |  12M|  40 | 171 | 718 |7078 | 718 | 569 | 251k|  26k|2454 | 0.000000e+00 |      --      |    Inf 
226.03/226.10	c   226s| 30100 |   483 |  2299k|  76.2 |  12M|  40 | 140 | 718 |7037 | 718 | 539 | 252k|  26k|2457 | 0.000000e+00 |      --      |    Inf 
226.63/226.73	c   227s| 30200 |   478 |  2306k|  76.2 |  12M|  40 | 140 | 718 |7127 | 718 | 555 | 253k|  26k|2457 | 0.000000e+00 |      --      |    Inf 
227.13/227.28	c   227s| 30300 |   486 |  2312k|  76.1 |  12M|  40 | 140 | 718 |7225 | 718 | 491 | 253k|  26k|2457 | 0.000000e+00 |      --      |    Inf 
227.74/227.82	c   228s| 30400 |   488 |  2318k|  76.1 |  12M|  40 | 127 | 718 |7332 | 718 | 521 | 254k|  26k|2457 | 0.000000e+00 |      --      |    Inf 
228.23/228.35	c   228s| 30500 |   486 |  2324k|  76.0 |  12M|  40 |   - | 718 |7436 | 718 | 522 | 254k|  26k|2457 | 0.000000e+00 |      --      |    Inf 
228.83/228.92	c   229s| 30600 |   484 |  2330k|  76.0 |  12M|  40 |   - | 718 |7535 | 718 | 537 | 255k|  26k|2457 | 0.000000e+00 |      --      |    Inf 
229.34/229.47	c   229s| 30700 |   486 |  2337k|  75.9 |  12M|  40 | 121 | 718 |7650 | 718 | 530 | 256k|  26k|2457 | 0.000000e+00 |      --      |    Inf 
229.94/230.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.94/230.01	c   230s| 30800 |   482 |  2343k|  75.9 |  12M|  40 | 138 | 718 |7754 | 718 | 529 | 256k|  27k|2457 | 0.000000e+00 |      --      |    Inf 
230.64/230.70	c   231s| 30900 |   478 |  2350k|  75.9 |  12M|  40 |   - | 718 |7757 | 718 | 599 | 257k|  27k|2459 | 0.000000e+00 |      --      |    Inf 
231.43/231.50	c   232s| 31000 |   488 |  2358k|  75.9 |  12M|  40 | 116 | 718 |7738 | 718 | 516 | 259k|  27k|2471 | 0.000000e+00 |      --      |    Inf 
232.04/232.12	c   232s| 31100 |   487 |  2364k|  75.8 |  12M|  40 | 144 | 718 |7760 | 718 | 510 | 259k|  27k|2480 | 0.000000e+00 |      --      |    Inf 
232.63/232.73	c   233s| 31200 |   491 |  2370k|  75.8 |  13M|  40 |   - | 718 |7800 | 718 | 486 | 260k|  27k|2488 | 0.000000e+00 |      --      |    Inf 
233.14/233.26	c   233s| 31300 |   492 |  2375k|  75.7 |  13M|  40 |   - | 718 |7857 | 718 | 538 | 260k|  27k|2492 | 0.000000e+00 |      --      |    Inf 
233.83/233.94	c   234s| 31400 |   488 |  2382k|  75.7 |  12M|  40 | 151 | 718 |7700 | 718 | 542 | 261k|  27k|2498 | 0.000000e+00 |      --      |    Inf 
234.44/234.54	c   235s| 31500 |   488 |  2388k|  75.6 |  12M|  40 |   - | 718 |7611 | 718 | 536 | 262k|  27k|2499 | 0.000000e+00 |      --      |    Inf 
235.03/235.15	c   235s| 31600 |   486 |  2395k|  75.6 |  13M|  40 | 126 | 718 |7684 | 718 | 506 | 262k|  27k|2499 | 0.000000e+00 |      --      |    Inf 
235.73/235.81	c   236s| 31700 |   492 |  2402k|  75.6 |  13M|  40 | 135 | 718 |7745 | 718 | 526 | 263k|  27k|2499 | 0.000000e+00 |      --      |    Inf 
236.34/236.42	c   236s| 31800 |   492 |  2408k|  75.6 |  13M|  40 | 136 | 718 |7820 | 718 | 514 | 264k|  27k|2499 | 0.000000e+00 |      --      |    Inf 
236.93/237.03	c   237s| 31900 |   492 |  2415k|  75.5 |  13M|  40 | 154 | 718 |7889 | 718 | 522 | 264k|  27k|2499 | 0.000000e+00 |      --      |    Inf 
237.54/237.61	c   238s| 32000 |   490 |  2421k|  75.5 |  13M|  40 | 135 | 718 |7961 | 718 | 538 | 265k|  28k|2499 | 0.000000e+00 |      --      |    Inf 
238.23/238.34	c   238s| 32100 |   490 |  2430k|  75.5 |  13M|  40 |   - | 718 |8027 | 718 | 536 | 266k|  28k|2499 | 0.000000e+00 |      --      |    Inf 
239.03/239.13	c   239s| 32200 |   489 |  2438k|  75.5 |  13M|  40 |   - | 718 |8092 | 718 | 521 | 267k|  28k|2508 | 0.000000e+00 |      --      |    Inf 
239.83/239.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.83/239.96	c   240s| 32300 |   489 |  2446k|  75.5 |  13M|  40 | 157 | 718 |8092 | 718 | 617 | 268k|  28k|2520 | 0.000000e+00 |      --      |    Inf 
240.63/240.76	c   241s| 32400 |   484 |  2455k|  75.6 |  13M|  40 | 161 | 718 |7798 | 718 | 549 | 269k|  28k|2520 | 0.000000e+00 |      --      |    Inf 
241.32/241.44	c   241s| 32500 |   478 |  2461k|  75.6 |  13M|  40 |   - | 718 |7721 | 718 | 552 | 269k|  28k|2529 | 0.000000e+00 |      --      |    Inf 
242.03/242.19	c   242s| 32600 |   480 |  2469k|  75.6 |  12M|  40 |   - | 718 |7487 | 718 | 531 | 270k|  28k|2536 | 0.000000e+00 |      --      |    Inf 
242.73/242.83	c   243s| 32700 |   480 |  2475k|  75.5 |  12M|  40 | 191 | 718 |7532 | 718 | 567 | 271k|  28k|2538 | 0.000000e+00 |      --      |    Inf 
243.42/243.59	c   244s| 32800 |   482 |  2484k|  75.5 |  13M|  40 |   - | 718 |7556 | 718 | 485 | 272k|  28k|2542 | 0.000000e+00 |      --      |    Inf 
244.14/244.29	c   244s| 32900 |   493 |  2491k|  75.5 |  13M|  40 |   - | 718 |7573 | 718 | 513 | 273k|  28k|2542 | 0.000000e+00 |      --      |    Inf 
244.63/244.77	c   245s| 33000 |   491 |  2496k|  75.5 |  13M|  40 |   - | 718 |7631 | 718 | 485 | 274k|  28k|2543 | 0.000000e+00 |      --      |    Inf 
245.33/245.46	c   245s| 33100 |   497 |  2504k|  75.5 |  13M|  40 |   - | 718 |7547 | 718 | 545 | 275k|  28k|2543 | 0.000000e+00 |      --      |    Inf 
245.83/245.99	c   246s| 33200 |   496 |  2510k|  75.4 |  13M|  40 | 142 | 718 |7629 | 718 | 552 | 275k|  29k|2543 | 0.000000e+00 |      --      |    Inf 
246.43/246.58	c   247s| 33300 |   496 |  2517k|  75.4 |  13M|  40 | 144 | 718 |7717 | 718 | 590 | 276k|  29k|2543 | 0.000000e+00 |      --      |    Inf 
247.13/247.20	c   247s| 33400 |   496 |  2523k|  75.4 |  13M|  40 | 137 | 718 |7813 | 718 | 530 | 276k|  29k|2543 | 0.000000e+00 |      --      |    Inf 
247.73/247.83	c   248s| 33500 |   494 |  2530k|  75.4 |  13M|  40 | 169 | 718 |7785 | 718 | 585 | 277k|  29k|2543 | 0.000000e+00 |      --      |    Inf 
248.33/248.45	c   248s| 33600 |   492 |  2536k|  75.3 |  13M|  40 |   - | 718 |7819 | 718 | 551 | 278k|  29k|2553 | 0.000000e+00 |      --      |    Inf 
248.93/249.05	c   249s| 33700 |   494 |  2543k|  75.3 |  13M|  40 | 148 | 718 |7842 | 718 | 503 | 279k|  29k|2553 | 0.000000e+00 |      --      |    Inf 
249.72/249.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.72/249.85	c   250s| 33800 |   490 |  2551k|  75.3 |  13M|  40 |   - | 718 |7783 | 718 | 593 | 280k|  29k|2562 | 0.000000e+00 |      --      |    Inf 
250.43/250.58	c   251s| 33900 |   492 |  2558k|  75.3 |  13M|  40 | 150 | 718 |7829 | 718 | 508 | 281k|  29k|2571 | 0.000000e+00 |      --      |    Inf 
251.23/251.34	c   251s| 34000 |   498 |  2566k|  75.3 |  13M|  40 | 125 | 718 |7754 | 718 | 524 | 282k|  29k|2579 | 0.000000e+00 |      --      |    Inf 
251.74/251.85	c   252s| 34100 |   501 |  2571k|  75.2 |  13M|  40 | 108 | 718 |7779 | 718 | 539 | 283k|  29k|2579 | 0.000000e+00 |      --      |    Inf 
252.33/252.40	c   252s| 34200 |   504 |  2578k|  75.2 |  13M|  40 |   - | 718 |7895 | 718 | 537 | 283k|  29k|2579 | 0.000000e+00 |      --      |    Inf 
252.72/252.88	c   253s| 34300 |   504 |  2583k|  75.1 |  13M|  40 |   - | 718 |7989 | 718 | 519 | 284k|  30k|2579 | 0.000000e+00 |      --      |    Inf 
253.42/253.58	c   254s| 34400 |   502 |  2591k|  75.1 |  13M|  40 | 178 | 718 |7988 | 718 | 561 | 284k|  30k|2579 | 0.000000e+00 |      --      |    Inf 
254.12/254.26	c   254s| 34500 |   505 |  2598k|  75.1 |  13M|  40 |   - | 718 |8026 | 718 | 623 | 285k|  30k|2579 | 0.000000e+00 |      --      |    Inf 
254.73/254.86	c   255s| 34600 |   507 |  2604k|  75.1 |  13M|  40 |   - | 718 |8107 | 718 | 587 | 286k|  30k|2579 | 0.000000e+00 |      --      |    Inf 
255.22/255.39	c   255s| 34700 |   507 |  2610k|  75.0 |  13M|  40 |   - | 718 |8199 | 718 | 601 | 286k|  30k|2579 | 0.000000e+00 |      --      |    Inf 
255.83/255.90	c   256s| 34800 |   507 |  2615k|  75.0 |  13M|  40 | 148 | 718 |8307 | 718 | 617 | 287k|  30k|2579 | 0.000000e+00 |      --      |    Inf 
256.43/256.51	c   257s| 34900 |   502 |  2621k|  74.9 |  13M|  40 |   - | 718 |8372 | 718 | 503 | 287k|  30k|2579 | 0.000000e+00 |      --      |    Inf 
257.23/257.31	c   257s| 35000 |   508 |  2629k|  74.9 |  13M|  40 | 139 | 718 |8248 | 718 | 495 | 288k|  30k|2590 | 0.000000e+00 |      --      |    Inf 
257.93/258.08	c   258s| 35100 |   510 |  2637k|  75.0 |  13M|  40 | 148 | 718 |8155 | 718 | 484 | 289k|  30k|2599 | 0.000000e+00 |      --      |    Inf 
258.72/258.85	c   259s| 35200 |   512 |  2644k|  75.0 |  13M|  40 | 144 | 718 |8116 | 718 | 609 | 290k|  30k|2608 | 0.000000e+00 |      --      |    Inf 
259.44/259.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.44/259.50	c   260s| 35300 |   509 |  2651k|  74.9 |  13M|  40 |   - | 718 |7912 | 718 | 556 | 291k|  30k|2608 | 0.000000e+00 |      --      |    Inf 
260.13/260.20	c   260s| 35400 |   506 |  2659k|  74.9 |  13M|  40 | 150 | 718 |7809 | 718 | 474 | 292k|  30k|2613 | 0.000000e+00 |      --      |    Inf 
260.72/260.80	c   261s| 35500 |   504 |  2665k|  74.9 |  13M|  40 | 157 | 718 |7660 | 718 | 508 | 292k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
261.33/261.44	c   261s| 35600 |   504 |  2671k|  74.9 |  13M|  40 |   - | 718 |7697 | 718 | 556 | 293k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
262.03/262.17	c   262s| 35700 |   497 |  2679k|  74.9 |  13M|  40 | 144 | 718 |7650 | 718 | 510 | 294k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
262.83/262.91	c   263s| 35800 |   503 |  2687k|  74.9 |  13M|  40 | 131 | 718 |7541 | 718 | 529 | 295k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
263.32/263.47	c   263s| 35900 |   503 |  2693k|  74.9 |  13M|  40 | 158 | 718 |7490 | 718 | 557 | 296k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
264.02/264.10	c   264s| 36000 |   501 |  2700k|  74.8 |  13M|  40 | 129 | 718 |7569 | 718 | 608 | 296k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
264.62/264.72	c   265s| 36100 |   502 |  2706k|  74.8 |  13M|  40 |   - | 718 |7487 | 718 | 621 | 297k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
265.23/265.34	c   265s| 36200 |   506 |  2713k|  74.8 |  13M|  40 | 154 | 718 |7362 | 718 | 517 | 298k|  31k|2613 | 0.000000e+00 |      --      |    Inf 
265.93/266.03	c   266s| 36300 |   498 |  2719k|  74.8 |  13M|  40 |   - | 718 |7290 | 718 | 528 | 299k|  31k|2623 | 0.000000e+00 |      --      |    Inf 
266.52/266.64	c   267s| 36400 |   500 |  2725k|  74.7 |  13M|  40 |   - | 718 |7355 | 718 | 534 | 299k|  31k|2633 | 0.000000e+00 |      --      |    Inf 
267.23/267.31	c   267s| 36500 |   496 |  2733k|  74.7 |  13M|  40 |   - | 718 |7406 | 718 | 548 | 300k|  31k|2633 | 0.000000e+00 |      --      |    Inf 
268.03/268.11	c   268s| 36600 |   496 |  2741k|  74.7 |  13M|  40 | 144 | 718 |7156 | 718 | 513 | 301k|  31k|2644 | 0.000000e+00 |      --      |    Inf 
268.63/268.78	c   269s| 36700 |   494 |  2748k|  74.7 |  13M|  40 |   - | 718 |7114 | 718 | 541 | 302k|  32k|2646 | 0.000000e+00 |      --      |    Inf 
269.33/269.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.33/269.48	c   269s| 36800 |   496 |  2756k|  74.7 |  13M|  40 |   - | 718 |7047 | 718 | 530 | 303k|  32k|2647 | 0.000000e+00 |      --      |    Inf 
269.93/270.03	c   270s| 36900 |   500 |  2762k|  74.7 |  13M|  40 | 141 | 718 |7128 | 718 | 560 | 303k|  32k|2647 | 0.000000e+00 |      --      |    Inf 
270.82/270.90	c   271s| 37000 |   505 |  2771k|  74.7 |  13M|  40 | 146 | 718 |6925 | 718 | 527 | 305k|  32k|2647 | 0.000000e+00 |      --      |    Inf 
271.63/271.71	c   272s| 37100 |   503 |  2780k|  74.8 |  13M|  40 | 130 | 718 |6812 | 718 | 510 | 306k|  32k|2647 | 0.000000e+00 |      --      |    Inf 
272.12/272.22	c   272s| 37200 |   509 |  2785k|  74.7 |  13M|  40 | 155 | 718 |6874 | 718 | 525 | 307k|  32k|2647 | 0.000000e+00 |      --      |    Inf 
272.73/272.86	c   273s| 37300 |   506 |  2791k|  74.7 |  13M|  40 |   - | 718 |6885 | 718 | 566 | 307k|  32k|2647 | 0.000000e+00 |      --      |    Inf 
273.63/273.70	c   274s| 37400 |   511 |  2800k|  74.7 |  13M|  40 | 145 | 718 |6796 | 718 | 602 | 309k|  32k|2647 | 0.000000e+00 |      --      |    Inf 
274.22/274.33	c   274s| 37500 |   510 |  2806k|  74.7 |  13M|  40 | 144 | 718 |6816 | 718 | 502 | 309k|  32k|2658 | 0.000000e+00 |      --      |    Inf 
274.83/274.97	c   275s| 37600 |   497 |  2813k|  74.7 |  13M|  40 |   - | 718 |6609 | 718 | 571 | 310k|  32k|2658 | 0.000000e+00 |      --      |    Inf 
275.43/275.55	c   276s| 37700 |   493 |  2819k|  74.6 |  12M|  40 |   - | 718 |6577 | 718 | 546 | 310k|  32k|2663 | 0.000000e+00 |      --      |    Inf 
276.22/276.39	c   276s| 37800 |   481 |  2827k|  74.6 |  12M|  40 |   - | 718 |6517 | 718 | 506 | 311k|  32k|2675 | 0.000000e+00 |      --      |    Inf 
277.03/277.17	c   277s| 37900 |   483 |  2835k|  74.7 |  12M|  40 |   - | 718 |6550 | 718 | 521 | 312k|  33k|2685 | 0.000000e+00 |      --      |    Inf 
277.72/277.88	c   278s| 38000 |   481 |  2843k|  74.7 |  12M|  40 | 135 | 718 |6573 | 718 | 559 | 313k|  33k|2685 | 0.000000e+00 |      --      |    Inf 
278.72/278.85	c   279s| 38100 |   481 |  2852k|  74.7 |  12M|  40 |   - | 718 |6564 | 718 | 592 | 314k|  33k|2698 | 0.000000e+00 |      --      |    Inf 
279.33/279.42	c   279s| 38200 |   488 |  2858k|  74.7 |  12M|  40 |   - | 718 |6642 | 718 | 541 | 315k|  33k|2698 | 0.000000e+00 |      --      |    Inf 
279.82/279.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.82/279.91	c   280s| 38300 |   490 |  2864k|  74.6 |  13M|  40 |   - | 718 |6747 | 718 | 545 | 316k|  33k|2699 | 0.000000e+00 |      --      |    Inf 
280.43/280.52	c   281s| 38400 |   486 |  2870k|  74.6 |  13M|  40 | 162 | 718 |6729 | 718 | 532 | 316k|  33k|2699 | 0.000000e+00 |      --      |    Inf 
281.13/281.24	c   281s| 38500 |   488 |  2878k|  74.6 |  13M|  40 |   - | 718 |6727 | 718 | 559 | 317k|  33k|2699 | 0.000000e+00 |      --      |    Inf 
281.72/281.83	c   282s| 38600 |   482 |  2884k|  74.6 |  13M|  40 |   - | 718 |6822 | 718 | 549 | 318k|  33k|2699 | 0.000000e+00 |      --      |    Inf 
282.22/282.39	c   282s| 38700 |   488 |  2890k|  74.5 |  13M|  40 | 153 | 718 |6919 | 718 | 579 | 318k|  33k|2699 | 0.000000e+00 |      --      |    Inf 
282.92/283.05	c   283s| 38800 |   490 |  2898k|  74.5 |  13M|  40 |   - | 718 |7005 | 718 | 593 | 319k|  33k|2699 | 0.000000e+00 |      --      |    Inf 
283.52/283.70	c   284s| 38900 |   490 |  2905k|  74.5 |  13M|  40 | 146 | 718 |7089 | 718 | 558 | 320k|  33k|2699 | 0.000000e+00 |      --      |    Inf 
284.12/284.27	c   284s| 39000 |   483 |  2911k|  74.5 |  13M|  40 | 138 | 718 |7133 | 718 | 541 | 321k|  34k|2699 | 0.000000e+00 |      --      |    Inf 
284.83/284.96	c   285s| 39100 |   481 |  2918k|  74.5 |  13M|  40 |   - | 718 |7097 | 718 | 551 | 322k|  34k|2699 | 0.000000e+00 |      --      |    Inf 
285.52/285.64	c   286s| 39200 |   486 |  2925k|  74.5 |  13M|  40 | 124 | 718 |7159 | 718 | 565 | 322k|  34k|2708 | 0.000000e+00 |      --      |    Inf 
286.13/286.28	c   286s| 39300 |   489 |  2931k|  74.4 |  13M|  40 | 126 | 718 |7254 | 718 | 574 | 323k|  34k|2717 | 0.000000e+00 |      --      |    Inf 
286.72/286.80	c   287s| 39400 |   490 |  2937k|  74.4 |  13M|  40 |   - | 718 |7363 | 718 | 581 | 323k|  34k|2717 | 0.000000e+00 |      --      |    Inf 
287.32/287.47	c   287s| 39500 |   493 |  2943k|  74.4 |  13M|  40 |   - | 718 |7387 | 718 | 571 | 324k|  34k|2723 | 0.000000e+00 |      --      |    Inf 
288.03/288.14	c   288s| 39600 |   493 |  2950k|  74.3 |  13M|  40 | 142 | 718 |7387 | 718 | 547 | 325k|  34k|2729 | 0.000000e+00 |      --      |    Inf 
288.72/288.85	c   289s| 39700 |   493 |  2957k|  74.3 |  13M|  40 | 147 | 718 |7428 | 718 | 575 | 326k|  34k|2734 | 0.000000e+00 |      --      |    Inf 
289.23/289.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.23/289.38	c   289s| 39800 |   495 |  2963k|  74.3 |  13M|  40 |   - | 718 |7517 | 718 | 582 | 326k|  34k|2734 | 0.000000e+00 |      --      |    Inf 
289.82/289.97	c   290s| 39900 |   495 |  2970k|  74.3 |  13M|  40 | 131 | 718 |7573 | 718 | 575 | 327k|  34k|2734 | 0.000000e+00 |      --      |    Inf 
290.42/290.51	c   291s| 40000 |   494 |  2976k|  74.2 |  13M|  40 |   - | 718 |7651 | 718 | 576 | 327k|  34k|2734 | 0.000000e+00 |      --      |    Inf 
291.02/291.10	c   291s| 40100 |   498 |  2982k|  74.2 |  13M|  40 | 145 | 718 |7695 | 718 | 544 | 328k|  34k|2735 | 0.000000e+00 |      --      |    Inf 
291.52/291.67	c   292s| 40200 |   494 |  2988k|  74.2 |  13M|  40 | 127 | 718 |7741 | 718 | 573 | 328k|  35k|2735 | 0.000000e+00 |      --      |    Inf 
292.22/292.31	c   292s| 40300 |   493 |  2995k|  74.2 |  13M|  40 | 148 | 718 |7842 | 718 | 568 | 329k|  35k|2735 | 0.000000e+00 |      --      |    Inf 
293.02/293.11	c   293s| 40400 |   502 |  3005k|  74.2 |  13M|  40 |   - | 718 |7867 | 718 | 551 | 330k|  35k|2735 | 0.000000e+00 |      --      |    Inf 
293.62/293.75	c   294s| 40500 |   509 |  3012k|  74.2 |  13M|  40 | 123 | 718 |7943 | 718 | 512 | 331k|  35k|2735 | 0.000000e+00 |      --      |    Inf 
294.22/294.37	c   294s| 40600 |   509 |  3018k|  74.2 |  13M|  41 | 144 | 718 |8051 | 718 | 510 | 332k|  35k|2745 | 0.000000e+00 |      --      |    Inf 
294.82/294.94	c   295s| 40700 |   515 |  3024k|  74.2 |  13M|  41 | 160 | 718 |8148 | 718 | 535 | 333k|  35k|2745 | 0.000000e+00 |      --      |    Inf 
295.52/295.64	c   296s| 40800 |   507 |  3032k|  74.2 |  13M|  41 | 164 | 718 |8240 | 718 | 473 | 334k|  35k|2754 | 0.000000e+00 |      --      |    Inf 
296.22/296.31	c   296s| 40900 |   511 |  3038k|  74.1 |  13M|  41 | 135 | 718 |8335 | 718 | 554 | 334k|  35k|2756 | 0.000000e+00 |      --      |    Inf 
296.72/296.87	c   297s| 41000 |   513 |  3044k|  74.1 |  13M|  41 | 142 | 718 |8448 | 718 | 550 | 335k|  35k|2761 | 0.000000e+00 |      --      |    Inf 
297.32/297.46	c   297s| 41100 |   508 |  3050k|  74.1 |  13M|  41 |   - | 718 |8559 | 718 | 572 | 336k|  35k|2771 | 0.000000e+00 |      --      |    Inf 
297.92/298.10	c   298s| 41200 |   512 |  3057k|  74.1 |  13M|  41 | 136 | 718 |8613 | 718 | 515 | 336k|  36k|2771 | 0.000000e+00 |      --      |    Inf 
298.62/298.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.62/298.78	c   299s| 41300 |   508 |  3064k|  74.1 |  14M|  41 |   - | 718 |8700 | 718 | 550 | 338k|  36k|2779 | 0.000000e+00 |      --      |    Inf 
299.42/299.51	c   300s| 41400 |   513 |  3072k|  74.1 |  14M|  41 |   - | 718 |8667 | 718 | 519 | 338k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
300.02/300.18	c   300s| 41500 |   517 |  3079k|  74.1 |  14M|  41 |   - | 718 |8654 |   0 |   0 | 339k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
300.62/300.73	c   301s| 41600 |   517 |  3085k|  74.0 |  14M|  41 | 137 | 718 |8691 | 718 | 561 | 340k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
301.12/301.23	c   301s| 41700 |   519 |  3091k|  74.0 |  14M|  41 |   - | 718 |8704 | 718 | 552 | 341k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
301.62/301.78	c   302s| 41800 |   518 |  3096k|  73.9 |  14M|  41 | 135 | 718 |8722 | 718 | 539 | 341k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
302.21/302.37	c   302s| 41900 |   516 |  3103k|  73.9 |  14M|  41 | 142 | 718 |8800 | 718 | 541 | 342k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
302.71/302.89	c   303s| 42000 |   515 |  3108k|  73.9 |  14M|  41 |   - | 718 |8877 | 718 | 547 | 342k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
303.42/303.51	c   304s| 42100 |   518 |  3115k|  73.8 |  14M|  41 | 140 | 718 |8962 | 718 | 547 | 343k|  36k|2781 | 0.000000e+00 |      --      |    Inf 
303.91/304.03	c   304s| 42200 |   516 |  3120k|  73.8 |  14M|  41 | 145 | 718 |9066 | 718 | 539 | 343k|  37k|2781 | 0.000000e+00 |      --      |    Inf 
304.72/304.85	c   305s| 42300 |   514 |  3128k|  73.8 |  14M|  41 |   - | 718 |9144 | 718 | 520 | 344k|  37k|2791 | 0.000000e+00 |      --      |    Inf 
305.31/305.49	c   305s| 42400 |   513 |  3134k|  73.8 |  14M|  41 | 142 | 718 |9240 | 718 | 563 | 345k|  37k|2800 | 0.000000e+00 |      --      |    Inf 
306.02/306.14	c   306s| 42500 |   512 |  3141k|  73.8 |  14M|  41 |   - | 718 |9294 | 718 | 533 | 346k|  37k|2800 | 0.000000e+00 |      --      |    Inf 
306.73/306.87	c   307s| 42600 |   514 |  3149k|  73.8 |  14M|  41 |   - | 718 |9330 | 718 | 544 | 347k|  37k|2811 | 0.000000e+00 |      --      |    Inf 
307.42/307.54	c   308s| 42700 |   512 |  3155k|  73.8 |  14M|  41 |   - | 718 |9383 | 718 | 533 | 347k|  37k|2815 | 0.000000e+00 |      --      |    Inf 
308.11/308.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.11/308.24	c   308s| 42800 |   517 |  3162k|  73.8 |  14M|  41 |   - | 718 |9354 | 718 | 547 | 348k|  37k|2815 | 0.000000e+00 |      --      |    Inf 
308.82/308.92	c   309s| 42900 |   522 |  3170k|  73.8 |  14M|  41 |   - | 718 |9212 | 718 | 551 | 349k|  37k|2815 | 0.000000e+00 |      --      |    Inf 
309.62/309.74	c   310s| 43000 |   520 |  3180k|  73.8 |  14M|  41 |   - | 718 |9223 | 718 | 537 | 349k|  37k|2815 | 0.000000e+00 |      --      |    Inf 
310.31/310.44	c   310s| 43100 |   525 |  3188k|  73.8 |  14M|  41 |   - | 718 |9036 | 718 | 521 | 351k|  37k|2815 | 0.000000e+00 |      --      |    Inf 
311.02/311.12	c   311s| 43200 |   523 |  3195k|  73.8 |  14M|  41 |   - | 718 |9001 | 718 | 572 | 352k|  37k|2815 | 0.000000e+00 |      --      |    Inf 
311.81/311.95	c   312s| 43300 |   521 |  3205k|  73.9 |  14M|  41 |   - | 718 |8923 | 718 | 546 | 353k|  37k|2815 | 0.000000e+00 |      --      |    Inf 
312.42/312.59	c   313s| 43400 |   511 |  3212k|  73.9 |  14M|  41 | 151 | 718 |8820 | 718 | 584 | 353k|  38k|2815 | 0.000000e+00 |      --      |    Inf 
313.11/313.27	c   313s| 43500 |   505 |  3219k|  73.9 |  14M|  41 |   - | 718 |8696 | 718 | 530 | 354k|  38k|2815 | 0.000000e+00 |      --      |    Inf 
313.81/313.96	c   314s| 43600 |   505 |  3226k|  73.9 |  14M|  41 | 149 | 718 |8708 | 718 | 570 | 355k|  38k|2827 | 0.000000e+00 |      --      |    Inf 
314.52/314.65	c   315s| 43700 |   513 |  3233k|  73.8 |  14M|  41 | 127 | 718 |8790 | 718 | 614 | 356k|  38k|2827 | 0.000000e+00 |      --      |    Inf 
315.12/315.20	c   315s| 43800 |   509 |  3238k|  73.8 |  14M|  41 |   - | 718 |8902 | 718 | 603 | 356k|  38k|2837 | 0.000000e+00 |      --      |    Inf 
315.62/315.73	c   316s| 43900 |   506 |  3243k|  73.8 |  14M|  41 |   - | 718 |9004 | 718 | 625 | 357k|  38k|2837 | 0.000000e+00 |      --      |    Inf 
316.11/316.28	c   316s| 44000 |   509 |  3249k|  73.7 |  14M|  41 |   - | 718 |9102 | 718 | 637 | 357k|  38k|2842 | 0.000000e+00 |      --      |    Inf 
316.72/316.84	c   317s| 44100 |   509 |  3254k|  73.7 |  14M|  41 |   - | 718 |9190 | 718 | 634 | 358k|  38k|2845 | 0.000000e+00 |      --      |    Inf 
317.31/317.43	c   317s| 44200 |   506 |  3260k|  73.6 |  14M|  41 | 131 | 718 |9258 | 718 | 611 | 358k|  38k|2850 | 0.000000e+00 |      --      |    Inf 
318.02/318.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
318.02/318.16	c   318s| 44300 |   520 |  3268k|  73.6 |  14M|  41 | 147 | 718 |9085 | 718 | 533 | 359k|  38k|2850 | 0.000000e+00 |      --      |    Inf 
318.51/318.69	c   319s| 44400 |   518 |  3273k|  73.6 |  14M|  41 |   - | 718 |9155 | 718 | 556 | 360k|  39k|2850 | 0.000000e+00 |      --      |    Inf 
319.22/319.30	c   319s| 44500 |   519 |  3280k|  73.6 |  14M|  41 | 155 | 718 |9241 | 718 | 549 | 360k|  39k|2850 | 0.000000e+00 |      --      |    Inf 
319.81/319.93	c   320s| 44600 |   517 |  3287k|  73.6 |  14M|  41 | 140 | 718 |9111 | 718 | 513 | 361k|  39k|2850 | 0.000000e+00 |      --      |    Inf 
320.51/320.62	c   321s| 44700 |   512 |  3294k|  73.6 |  14M|  41 | 144 | 718 |8884 | 718 | 599 | 362k|  39k|2850 | 0.000000e+00 |      --      |    Inf 
321.12/321.24	c   321s| 44800 |   512 |  3300k|  73.5 |  14M|  41 |   - | 718 |8649 | 718 | 504 | 362k|  39k|2850 | 0.000000e+00 |      --      |    Inf 
321.81/321.90	c   322s| 44900 |   504 |  3307k|  73.5 |  14M|  41 |   - | 718 |8385 | 718 | 549 | 363k|  39k|2850 | 0.000000e+00 |      --      |    Inf 
322.51/322.61	c   323s| 45000 |   504 |  3314k|  73.5 |  14M|  41 | 145 | 718 |8308 | 718 | 515 | 364k|  39k|2850 | 0.000000e+00 |      --      |    Inf 
323.22/323.35	c   323s| 45100 |   503 |  3322k|  73.5 |  13M|  41 |   - | 718 |8220 | 718 | 523 | 364k|  39k|2855 | 0.000000e+00 |      --      |    Inf 
323.91/324.07	c   324s| 45200 |   501 |  3329k|  73.5 |  13M|  41 |   - | 718 |8210 | 718 | 570 | 365k|  39k|2864 | 0.000000e+00 |      --      |    Inf 
324.51/324.64	c   325s| 45300 |   505 |  3335k|  73.5 |  13M|  41 |   - | 718 |8240 | 718 | 577 | 366k|  39k|2864 | 0.000000e+00 |      --      |    Inf 
325.11/325.24	c   325s| 45400 |   510 |  3340k|  73.4 |  14M|  41 | 124 | 718 |8316 | 718 | 567 | 366k|  39k|2874 | 0.000000e+00 |      --      |    Inf 
325.61/325.78	c   326s| 45500 |   507 |  3346k|  73.4 |  14M|  41 |   - | 718 |8393 | 718 | 566 | 367k|  39k|2874 | 0.000000e+00 |      --      |    Inf 
326.21/326.37	c   326s| 45600 |   506 |  3351k|  73.4 |  14M|  41 |   - | 718 |8475 | 718 | 559 | 367k|  40k|2885 | 0.000000e+00 |      --      |    Inf 
326.81/326.91	c   327s| 45700 |   508 |  3357k|  73.3 |  14M|  41 | 136 | 718 |8490 | 718 | 554 | 368k|  40k|2885 | 0.000000e+00 |      --      |    Inf 
327.31/327.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
327.31/327.43	c   327s| 45800 |   512 |  3363k|  73.3 |  14M|  41 |   - | 718 |8590 | 718 | 558 | 368k|  40k|2889 | 0.000000e+00 |      --      |    Inf 
327.72/327.88	c   328s| 45900 |   508 |  3367k|  73.2 |  14M|  41 | 130 | 718 |8705 | 718 | 561 | 369k|  40k|2893 | 0.000000e+00 |      --      |    Inf 
328.30/328.46	c   328s| 46000 |   507 |  3373k|  73.2 |  14M|  41 |   - | 718 |8784 | 718 | 572 | 369k|  40k|2895 | 0.000000e+00 |      --      |    Inf 
328.81/328.94	c   329s| 46100 |   506 |  3378k|  73.1 |  14M|  41 | 133 | 718 |8874 | 718 | 566 | 369k|  40k|2895 | 0.000000e+00 |      --      |    Inf 
329.31/329.42	c   329s| 46200 |   504 |  3383k|  73.1 |  14M|  41 |   - | 718 |8974 | 718 | 571 | 370k|  40k|2896 | 0.000000e+00 |      --      |    Inf 
329.91/330.09	c   330s| 46300 |   504 |  3390k|  73.1 |  14M|  41 | 127 | 718 |8896 | 718 | 584 | 370k|  40k|2898 | 0.000000e+00 |      --      |    Inf 
330.51/330.60	c   331s| 46400 |   501 |  3395k|  73.0 |  14M|  41 |   - | 718 |8983 |   0 |   0 | 371k|  40k|2898 | 0.000000e+00 |      --      |    Inf 
331.01/331.10	c   331s| 46500 |   503 |  3400k|  73.0 |  14M|  41 | 145 | 718 |9078 | 718 | 560 | 371k|  40k|2898 | 0.000000e+00 |      --      |    Inf 
331.61/331.77	c   332s| 46600 |   499 |  3407k|  73.0 |  14M|  41 | 155 | 718 |9119 | 718 | 590 | 372k|  41k|2898 | 0.000000e+00 |      --      |    Inf 
332.31/332.47	c   332s| 46700 |   503 |  3415k|  73.0 |  14M|  41 |   - | 718 |9123 | 718 | 586 | 372k|  41k|2898 | 0.000000e+00 |      --      |    Inf 
333.11/333.24	c   333s| 46800 |   497 |  3422k|  73.0 |  14M|  41 | 168 | 718 |9110 | 718 | 508 | 373k|  41k|2898 | 0.000000e+00 |      --      |    Inf 
333.81/334.00	c   334s| 46900 |   495 |  3430k|  73.0 |  14M|  41 | 152 | 718 |9040 | 718 | 554 | 374k|  41k|2898 | 0.000000e+00 |      --      |    Inf 
334.61/334.76	c   335s| 47000 |   499 |  3437k|  73.0 |  14M|  41 |   - | 718 |9068 | 718 | 577 | 375k|  41k|2911 | 0.000000e+00 |      --      |    Inf 
335.20/335.39	c   335s| 47100 |   504 |  3443k|  73.0 |  14M|  41 | 134 | 718 |9091 | 718 | 565 | 375k|  41k|2911 | 0.000000e+00 |      --      |    Inf 
335.81/335.98	c   336s| 47200 |   502 |  3449k|  73.0 |  14M|  41 | 158 | 718 |9002 | 718 | 595 | 376k|  41k|2911 | 0.000000e+00 |      --      |    Inf 
336.52/336.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.52/336.64	c   337s| 47300 |   508 |  3456k|  72.9 |  14M|  41 |   - | 718 |8977 | 718 | 539 | 377k|  41k|2921 | 0.000000e+00 |      --      |    Inf 
337.31/337.40	c   337s| 47400 |   523 |  3464k|  72.9 |  14M|  41 | 163 | 718 |8763 | 718 | 492 | 378k|  41k|2921 | 0.000000e+00 |      --      |    Inf 
338.00/338.19	c   338s| 47500 |   529 |  3472k|  73.0 |  14M|  41 | 149 | 718 |8712 | 718 | 490 | 380k|  41k|2928 | 0.000000e+00 |      --      |    Inf 
338.81/338.93	c   339s| 47600 |   527 |  3479k|  73.0 |  14M|  41 |   - | 718 |8714 | 718 | 546 | 381k|  41k|2934 | 0.000000e+00 |      --      |    Inf 
339.51/339.61	c   340s| 47700 |   525 |  3486k|  73.0 |  14M|  41 |   - | 718 |8723 | 718 | 539 | 381k|  41k|2940 | 0.000000e+00 |      --      |    Inf 
340.10/340.22	c   340s| 47800 |   527 |  3492k|  72.9 |  14M|  41 | 151 | 718 |8720 | 718 | 597 | 382k|  41k|2940 | 0.000000e+00 |      --      |    Inf 
340.82/340.94	c   341s| 47900 |   535 |  3499k|  72.9 |  14M|  41 | 140 | 718 |8785 | 718 | 573 | 383k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
341.30/341.46	c   341s| 48000 |   533 |  3505k|  72.9 |  14M|  41 |   - | 718 |8868 | 718 | 555 | 383k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
341.91/342.08	c   342s| 48100 |   539 |  3511k|  72.9 |  14M|  41 | 144 | 718 |8927 | 718 | 545 | 384k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
342.51/342.67	c   343s| 48200 |   540 |  3517k|  72.9 |  14M|  41 | 149 | 718 |9008 | 718 | 569 | 385k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
343.11/343.26	c   343s| 48300 |   537 |  3524k|  72.8 |  14M|  41 |   - | 718 |9088 | 718 | 584 | 385k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
343.71/343.84	c   344s| 48400 |   540 |  3530k|  72.8 |  14M|  41 | 160 | 718 |9178 | 718 | 609 | 386k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
344.31/344.41	c   344s| 48500 |   531 |  3536k|  72.8 |  14M|  41 | 143 | 718 |9279 | 718 | 566 | 386k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
344.91/345.00	c   345s| 48600 |   546 |  3542k|  72.8 |  14M|  41 | 147 | 718 |9375 | 718 | 569 | 387k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
345.41/345.57	c   346s| 48700 |   535 |  3548k|  72.7 |  14M|  41 |   - | 718 |9471 | 718 | 620 | 388k|  42k|2940 | 0.000000e+00 |      --      |    Inf 
346.00/346.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
346.00/346.17	c   346s| 48800 |   535 |  3553k|  72.7 |  14M|  41 |   - | 718 |9540 | 718 | 547 | 388k|  42k|2949 | 0.000000e+00 |      --      |    Inf 
346.50/346.66	c   347s| 48900 |   539 |  3558k|  72.6 |  14M|  41 |   - | 718 |9615 | 718 | 554 | 389k|  42k|2949 | 0.000000e+00 |      --      |    Inf 
347.11/347.26	c   347s| 49000 |   543 |  3564k|  72.6 |  14M|  41 | 138 | 718 |9701 | 718 | 547 | 389k|  42k|2958 | 0.000000e+00 |      --      |    Inf 
347.61/347.74	c   348s| 49100 |   539 |  3569k|  72.6 |  14M|  41 |   - | 718 |9649 | 718 | 568 | 390k|  43k|2959 | 0.000000e+00 |      --      |    Inf 
348.11/348.27	c   348s| 49200 |   536 |  3574k|  72.5 |  14M|  41 |   - | 718 |9754 | 718 | 574 | 390k|  43k|2967 | 0.000000e+00 |      --      |    Inf 
348.61/348.78	c   349s| 49300 |   533 |  3579k|  72.5 |  14M|  41 | 140 | 718 |9837 | 718 | 573 | 391k|  43k|2970 | 0.000000e+00 |      --      |    Inf 
349.21/349.30	c   349s| 49400 |   535 |  3585k|  72.4 |  14M|  41 |   - | 718 |9926 | 718 | 572 | 392k|  43k|2975 | 0.000000e+00 |      --      |    Inf 
349.80/349.92	c   350s| 49500 |   530 |  3591k|  72.4 |  14M|  41 |   - | 718 |  10k| 718 | 577 | 392k|  43k|2979 | 0.000000e+00 |      --      |    Inf 
350.40/350.54	c   351s| 49600 |   529 |  3598k|  72.4 |  14M|  41 | 166 | 718 |  10k| 718 | 519 | 393k|  43k|2984 | 0.000000e+00 |      --      |    Inf 
351.00/351.17	c   351s| 49700 |   532 |  3604k|  72.4 |  14M|  41 |   - | 718 |9856 | 718 | 515 | 394k|  43k|2988 | 0.000000e+00 |      --      |    Inf 
351.60/351.78	c   352s| 49800 |   536 |  3610k|  72.4 |  14M|  41 |   - | 718 |9683 | 718 | 525 | 394k|  43k|2990 | 0.000000e+00 |      --      |    Inf 
352.21/352.32	c   352s| 49900 |   538 |  3615k|  72.3 |  14M|  41 |   - | 718 |9713 | 718 | 543 | 395k|  43k|2990 | 0.000000e+00 |      --      |    Inf 
352.91/353.04	c   353s| 50000 |   537 |  3624k|  72.4 |  14M|  41 | 146 | 718 |9768 | 718 | 516 | 395k|  44k|2990 | 0.000000e+00 |      --      |    Inf 
353.40/353.57	c   354s| 50100 |   539 |  3630k|  72.3 |  14M|  41 | 144 | 718 |9885 | 718 | 530 | 396k|  44k|2990 | 0.000000e+00 |      --      |    Inf 
354.01/354.14	c   354s| 50200 |   539 |  3636k|  72.3 |  14M|  41 | 157 | 718 |9909 | 718 | 513 | 396k|  44k|2990 | 0.000000e+00 |      --      |    Inf 
354.60/354.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
354.60/354.72	c   355s| 50300 |   539 |  3642k|  72.3 |  14M|  41 | 162 | 718 |9903 | 718 | 571 | 397k|  44k|2990 | 0.000000e+00 |      --      |    Inf 
355.31/355.46	c   355s| 50400 |   537 |  3650k|  72.3 |  15M|  41 |   - | 718 |9925 | 718 | 535 | 398k|  44k|2990 | 0.000000e+00 |      --      |    Inf 
355.90/356.07	c   356s| 50500 |   536 |  3656k|  72.3 |  14M|  41 | 151 | 718 |9931 | 718 | 524 | 399k|  44k|2990 | 0.000000e+00 |      --      |    Inf 
356.50/356.66	c   357s| 50600 |   540 |  3662k|  72.3 |  15M|  41 | 137 | 718 |  10k| 718 | 564 | 399k|  44k|3000 | 0.000000e+00 |      --      |    Inf 
357.00/357.17	c   357s| 50700 |   538 |  3667k|  72.2 |  15M|  41 | 140 | 718 |  10k| 718 | 516 | 399k|  44k|3000 | 0.000000e+00 |      --      |    Inf 
357.80/357.96	c   358s| 50800 |   529 |  3675k|  72.2 |  14M|  41 | 143 | 718 |9815 | 718 | 572 | 400k|  44k|3011 | 0.000000e+00 |      --      |    Inf 
358.51/358.68	c   359s| 50900 |   528 |  3682k|  72.2 |  14M|  41 | 122 | 718 |9587 | 718 | 502 | 401k|  44k|3011 | 0.000000e+00 |      --      |    Inf 
359.10/359.29	c   359s| 51000 |   524 |  3689k|  72.2 |  14M|  41 |   - | 718 |9574 | 718 | 531 | 402k|  45k|3011 | 0.000000e+00 |      --      |    Inf 
360.00/360.15	c   360s| 51100 |   525 |  3697k|  72.2 |  14M|  41 | 145 | 718 |9278 | 718 | 582 | 403k|  45k|3023 | 0.000000e+00 |      --      |    Inf 
360.61/360.72	c   361s| 51200 |   527 |  3703k|  72.2 |  14M|  41 | 121 | 718 |9224 | 718 | 542 | 404k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
361.30/361.42	c   361s| 51300 |   522 |  3710k|  72.2 |  14M|  41 |   - | 718 |9071 | 718 | 553 | 404k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
362.10/362.24	c   362s| 51400 |   526 |  3721k|  72.3 |  14M|  41 | 141 | 718 |9079 | 718 | 555 | 405k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
362.60/362.79	c   363s| 51500 |   532 |  3727k|  72.3 |  14M|  41 | 133 | 718 |9158 | 718 | 534 | 406k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
363.40/363.52	c   364s| 51600 |   519 |  3735k|  72.3 |  14M|  41 |   - | 718 |9236 | 718 | 518 | 407k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
364.10/364.21	c   364s| 51700 |   522 |  3743k|  72.3 |  14M|  41 | 147 | 718 |9135 | 718 | 509 | 408k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
364.70/364.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.70/364.82	c   365s| 51800 |   524 |  3749k|  72.3 |  14M|  41 | 157 | 718 |8885 | 718 | 520 | 408k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
365.30/365.49	c   365s| 51900 |   523 |  3756k|  72.3 |  14M|  41 | 146 | 718 |8753 | 718 | 562 | 409k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
366.11/366.21	c   366s| 52000 |   526 |  3763k|  72.3 |  14M|  41 |   - | 718 |8391 | 718 | 520 | 410k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
366.70/366.86	c   367s| 52100 |   526 |  3770k|  72.2 |  14M|  41 | 142 | 718 |8183 | 718 | 530 | 411k|  45k|3026 | 0.000000e+00 |      --      |    Inf 
367.40/367.54	c   368s| 52200 |   522 |  3776k|  72.2 |  14M|  41 |   - | 718 |7990 | 718 | 542 | 411k|  46k|3035 | 0.000000e+00 |      --      |    Inf 
368.10/368.23	c   368s| 52300 |   522 |  3783k|  72.2 |  14M|  41 |   - | 718 |7896 | 718 | 528 | 412k|  46k|3044 | 0.000000e+00 |      --      |    Inf 
368.80/368.93	c   369s| 52400 |   524 |  3790k|  72.2 |  14M|  41 |   - | 718 |7976 | 718 | 540 | 413k|  46k|3044 | 0.000000e+00 |      --      |    Inf 
369.51/369.62	c   370s| 52500 |   520 |  3797k|  72.2 |  14M|  41 |   - | 718 |7768 | 718 | 512 | 413k|  46k|3052 | 0.000000e+00 |      --      |    Inf 
370.10/370.29	c   370s| 52600 |   517 |  3804k|  72.2 |  14M|  41 |   - | 718 |7722 | 718 | 626 | 414k|  46k|3054 | 0.000000e+00 |      --      |    Inf 
370.90/371.04	c   371s| 52700 |   517 |  3812k|  72.2 |  14M|  41 | 133 | 718 |7633 | 718 | 568 | 415k|  46k|3060 | 0.000000e+00 |      --      |    Inf 
371.50/371.65	c   372s| 52800 |   517 |  3818k|  72.2 |  14M|  41 | 144 | 718 |7463 | 718 | 587 | 416k|  46k|3065 | 0.000000e+00 |      --      |    Inf 
372.10/372.23	c   372s| 52900 |   513 |  3824k|  72.2 |  14M|  41 | 147 | 718 |7557 | 718 | 518 | 416k|  46k|3065 | 0.000000e+00 |      --      |    Inf 
372.81/372.90	c   373s| 53000 |   518 |  3831k|  72.2 |  14M|  41 |   - | 718 |7603 | 718 | 593 | 417k|  46k|3065 | 0.000000e+00 |      --      |    Inf 
373.30/373.45	c   373s| 53100 |   514 |  3837k|  72.1 |  14M|  41 |   - | 718 |7704 | 718 | 585 | 417k|  46k|3065 | 0.000000e+00 |      --      |    Inf 
373.90/374.04	c   374s| 53200 |   521 |  3843k|  72.1 |  14M|  41 | 146 | 718 |7767 | 718 | 558 | 418k|  47k|3065 | 0.000000e+00 |      --      |    Inf 
374.40/374.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.40/374.60	c   375s| 53300 |   521 |  3849k|  72.1 |  14M|  41 | 141 | 718 |7863 | 718 | 553 | 419k|  47k|3065 | 0.000000e+00 |      --      |    Inf 
375.01/375.17	c   375s| 53400 |   519 |  3855k|  72.1 |  14M|  42 |   - | 718 |7945 | 718 | 577 | 420k|  47k|3065 | 0.000000e+00 |      --      |    Inf 
375.70/375.86	c   376s| 53500 |   528 |  3863k|  72.1 |  14M|  42 | 143 | 718 |7904 | 718 | 516 | 420k|  47k|3065 | 0.000000e+00 |      --      |    Inf 
376.30/376.46	c   376s| 53600 |   517 |  3869k|  72.1 |  14M|  42 |   - | 718 |7993 | 718 | 519 | 421k|  47k|3065 | 0.000000e+00 |      --      |    Inf 
376.90/377.06	c   377s| 53700 |   519 |  3875k|  72.1 |  14M|  42 |   - | 718 |7917 | 718 | 528 | 421k|  47k|3065 | 0.000000e+00 |      --      |    Inf 
377.69/377.85	c   378s| 53800 |   517 |  3883k|  72.1 |  14M|  42 |   - | 718 |7854 | 718 | 514 | 423k|  47k|3075 | 0.000000e+00 |      --      |    Inf 
378.31/378.48	c   378s| 53900 |   521 |  3890k|  72.1 |  14M|  42 | 136 | 718 |7924 | 718 | 514 | 423k|  47k|3075 | 0.000000e+00 |      --      |    Inf 
378.90/379.05	c   379s| 54000 |   519 |  3896k|  72.0 |  14M|  42 |   - | 718 |8016 | 718 | 514 | 424k|  47k|3075 | 0.000000e+00 |      --      |    Inf 
379.60/379.72	c   380s| 54100 |   515 |  3903k|  72.0 |  14M|  42 |   - | 718 |8040 | 718 | 515 | 425k|  47k|3084 | 0.000000e+00 |      --      |    Inf 
380.40/380.57	c   381s| 54200 |   521 |  3912k|  72.1 |  14M|  42 | 159 | 718 |8078 | 718 | 524 | 426k|  47k|3094 | 0.000000e+00 |      --      |    Inf 
380.99/381.17	c   381s| 54300 |   518 |  3918k|  72.0 |  14M|  42 | 145 | 718 |8099 | 718 | 545 | 427k|  47k|3097 | 0.000000e+00 |      --      |    Inf 
381.60/381.77	c   382s| 54400 |   517 |  3924k|  72.0 |  14M|  42 |   - | 718 |8052 | 718 | 495 | 428k|  47k|3099 | 0.000000e+00 |      --      |    Inf 
382.40/382.55	c   383s| 54500 |   517 |  3933k|  72.1 |  14M|  42 |   - | 718 |7983 | 718 | 503 | 429k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
383.00/383.14	c   383s| 54600 |   516 |  3940k|  72.1 |  14M|  42 |   - | 718 |8014 | 718 | 561 | 430k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
383.70/383.80	c   384s| 54700 |   522 |  3947k|  72.0 |  14M|  42 |   - | 718 |7939 | 718 | 486 | 430k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
384.19/384.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.19/384.37	c   384s| 54800 |   521 |  3953k|  72.0 |  14M|  42 | 145 | 718 |8019 | 718 | 489 | 431k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
384.80/384.94	c   385s| 54900 |   516 |  3959k|  72.0 |  14M|  42 |   - | 718 |8120 | 718 | 508 | 432k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
385.49/385.66	c   386s| 55000 |   520 |  3967k|  72.0 |  14M|  42 |   - | 718 |8131 | 718 | 616 | 433k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
386.19/386.34	c   386s| 55100 |   520 |  3974k|  72.0 |  14M|  42 | 145 | 718 |8124 | 718 | 615 | 434k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
386.90/387.02	c   387s| 55200 |   523 |  3981k|  72.0 |  14M|  42 | 159 | 718 |8205 | 718 | 486 | 434k|  48k|3099 | 0.000000e+00 |      --      |    Inf 
387.40/387.59	c   388s| 55300 |   525 |  3987k|  72.0 |  14M|  42 |   - | 718 |8307 | 718 | 530 | 435k|  48k|3108 | 0.000000e+00 |      --      |    Inf 
387.99/388.17	c   388s| 55400 |   539 |  3993k|  72.0 |  14M|  42 |   - | 718 |8282 | 718 | 574 | 436k|  48k|3108 | 0.000000e+00 |      --      |    Inf 
388.60/388.73	c   389s| 55500 |   540 |  3998k|  71.9 |  14M|  42 | 149 | 718 |8332 | 718 | 545 | 436k|  48k|3117 | 0.000000e+00 |      --      |    Inf 
389.09/389.26	c   389s| 55600 |   539 |  4003k|  71.9 |  14M|  42 |   - | 718 |8390 | 718 | 527 | 436k|  49k|3117 | 0.000000e+00 |      --      |    Inf 
389.89/390.01	c   390s| 55700 |   542 |  4011k|  71.9 |  14M|  42 | 144 | 718 |8451 | 718 | 491 | 437k|  49k|3127 | 0.000000e+00 |      --      |    Inf 
390.49/390.66	c   391s| 55800 |   540 |  4018k|  71.9 |  14M|  42 |   - | 718 |8543 |   0 |   0 | 438k|  49k|3131 | 0.000000e+00 |      --      |    Inf 
391.19/391.36	c   391s| 55900 |   540 |  4026k|  71.9 |  14M|  42 | 174 | 718 |8611 | 718 | 501 | 439k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
391.89/392.00	c   392s| 56000 |   543 |  4033k|  71.9 |  14M|  42 | 154 | 718 |8676 | 718 | 516 | 440k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
392.50/392.70	c   393s| 56100 |   549 |  4040k|  71.9 |  14M|  42 | 118 | 718 |8684 | 718 | 524 | 441k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
393.10/393.26	c   393s| 56200 |   544 |  4046k|  71.9 |  14M|  42 | 163 | 718 |8559 | 718 | 549 | 442k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
393.70/393.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.70/393.81	c   394s| 56300 |   548 |  4052k|  71.9 |  14M|  42 | 150 | 718 |8454 | 718 | 545 | 443k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
394.19/394.37	c   394s| 56400 |   548 |  4058k|  71.9 |  14M|  42 | 142 | 718 |8502 | 718 | 498 | 443k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
394.80/394.93	c   395s| 56500 |   547 |  4064k|  71.8 |  14M|  42 |   - | 718 |8488 | 718 | 548 | 444k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
395.40/395.56	c   396s| 56600 |   547 |  4071k|  71.8 |  14M|  42 | 149 | 718 |8458 | 718 | 536 | 445k|  49k|3135 | 0.000000e+00 |      --      |    Inf 
395.99/396.16	c   396s| 56700 |   543 |  4077k|  71.8 |  14M|  42 | 136 | 718 |8516 | 718 | 530 | 445k|  50k|3135 | 0.000000e+00 |      --      |    Inf 
396.49/396.67	c   397s| 56800 |   541 |  4083k|  71.8 |  14M|  42 |   - | 718 |8541 | 718 | 542 | 446k|  50k|3135 | 0.000000e+00 |      --      |    Inf 
397.09/397.26	c   397s| 56900 |   540 |  4089k|  71.8 |  14M|  42 | 161 | 718 |8461 | 718 | 557 | 447k|  50k|3135 | 0.000000e+00 |      --      |    Inf 
397.60/397.75	c   398s| 57000 |   542 |  4094k|  71.7 |  14M|  42 | 121 | 718 |8533 | 718 | 551 | 447k|  50k|3141 | 0.000000e+00 |      --      |    Inf 
398.00/398.20	c   398s| 57100 |   542 |  4098k|  71.7 |  14M|  42 |   - | 718 |8640 | 718 | 566 | 447k|  50k|3150 | 0.000000e+00 |      --      |    Inf 
398.59/398.75	c   399s| 57200 |   528 |  4104k|  71.6 |  14M|  42 | 165 | 718 |8540 | 718 | 584 | 448k|  50k|3150 | 0.000000e+00 |      --      |    Inf 
399.29/399.45	c   399s| 57300 |   528 |  4111k|  71.6 |  14M|  42 |   - | 718 |8388 | 718 | 567 | 449k|  50k|3160 | 0.000000e+00 |      --      |    Inf 
399.69/399.90	c   400s| 57400 |   526 |  4115k|  71.6 |  14M|  42 | 150 | 718 |8419 | 718 | 528 | 449k|  50k|3160 | 0.000000e+00 |      --      |    Inf 
400.50/400.63	c   401s| 57500 |   529 |  4122k|  71.6 |  14M|  42 | 152 | 718 |8315 | 718 | 527 | 450k|  50k|3169 | 0.000000e+00 |      --      |    Inf 
401.00/401.17	c   401s| 57600 |   527 |  4128k|  71.6 |  14M|  42 |   - | 718 |8371 | 718 | 571 | 450k|  50k|3169 | 0.000000e+00 |      --      |    Inf 
401.70/401.87	c   402s| 57700 |   525 |  4136k|  71.6 |  14M|  42 | 143 | 718 |8217 | 718 | 539 | 451k|  50k|3173 | 0.000000e+00 |      --      |    Inf 
402.79/402.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.79/402.95	c   403s| 57800 |   538 |  4149k|  71.7 |  14M|  42 |   - | 718 |8205 | 718 | 528 | 452k|  51k|3174 | 0.000000e+00 |      --      |    Inf 
403.40/403.58	c   404s| 57900 |   530 |  4156k|  71.7 |  14M|  42 | 155 | 718 |8282 | 718 | 595 | 453k|  51k|3174 | 0.000000e+00 |      --      |    Inf 
404.09/404.27	c   404s| 58000 |   526 |  4163k|  71.7 |  14M|  42 |   - | 718 |8368 | 718 | 514 | 454k|  51k|3174 | 0.000000e+00 |      --      |    Inf 
404.80/404.92	c   405s| 58100 |   532 |  4170k|  71.7 |  14M|  42 | 136 | 718 |8279 | 718 | 628 | 455k|  51k|3176 | 0.000000e+00 |      --      |    Inf 
405.30/405.47	c   405s| 58200 |   531 |  4175k|  71.6 |  14M|  42 | 148 | 718 |8332 | 718 | 614 | 455k|  51k|3176 | 0.000000e+00 |      --      |    Inf 
405.99/406.17	c   406s| 58300 |   531 |  4183k|  71.6 |  14M|  42 |   - | 718 |8398 | 718 | 639 | 456k|  51k|3176 | 0.000000e+00 |      --      |    Inf 
406.59/406.73	c   407s| 58400 |   532 |  4188k|  71.6 |  14M|  42 |   - | 718 |8169 | 718 | 553 | 456k|  51k|3176 | 0.000000e+00 |      --      |    Inf 
406.99/407.18	c   407s| 58500 |   535 |  4193k|  71.6 |  14M|  42 | 140 | 718 |8088 | 718 | 545 | 457k|  51k|3176 | 0.000000e+00 |      --      |    Inf 
407.59/407.75	c   408s| 58600 |   542 |  4199k|  71.6 |  14M|  42 | 133 | 718 |8021 | 718 | 584 | 457k|  51k|3176 | 0.000000e+00 |      --      |    Inf 
408.09/408.28	c   408s| 58700 |   532 |  4204k|  71.5 |  14M|  42 |   - | 718 |8098 | 718 | 564 | 458k|  51k|3176 | 0.000000e+00 |      --      |    Inf 
408.79/408.98	c   409s| 58800 |   531 |  4212k|  71.5 |  14M|  42 |   - | 718 |8085 | 718 | 544 | 459k|  52k|3176 | 0.000000e+00 |      --      |    Inf 
409.49/409.67	c   410s| 58900 |   535 |  4219k|  71.5 |  14M|  42 |   - | 718 |8123 | 718 | 540 | 460k|  52k|3185 | 0.000000e+00 |      --      |    Inf 
410.19/410.31	c   410s| 59000 |   533 |  4225k|  71.5 |  14M|  42 | 160 | 718 |8218 | 718 | 574 | 461k|  52k|3194 | 0.000000e+00 |      --      |    Inf 
410.79/410.93	c   411s| 59100 |   531 |  4232k|  71.5 |  14M|  42 |   - | 718 |8326 | 718 | 542 | 462k|  52k|3194 | 0.000000e+00 |      --      |    Inf 
411.59/411.75	c   412s| 59200 |   535 |  4239k|  71.5 |  14M|  42 | 132 | 718 |8246 | 718 | 631 | 463k|  52k|3203 | 0.000000e+00 |      --      |    Inf 
412.39/412.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
412.39/412.53	c   413s| 59300 |   529 |  4247k|  71.5 |  14M|  42 | 143 | 718 |8262 | 718 | 534 | 464k|  52k|3206 | 0.000000e+00 |      --      |    Inf 
412.99/413.18	c   413s| 59400 |   523 |  4254k|  71.5 |  14M|  42 |   - | 718 |8136 | 718 | 550 | 464k|  52k|3212 | 0.000000e+00 |      --      |    Inf 
413.59/413.70	c   414s| 59500 |   525 |  4259k|  71.5 |  14M|  42 |   - | 718 |8046 | 718 | 527 | 465k|  52k|3216 | 0.000000e+00 |      --      |    Inf 
414.19/414.32	c   414s| 59600 |   526 |  4265k|  71.5 |  14M|  42 |   - | 718 |7816 | 718 | 530 | 465k|  52k|3216 | 0.000000e+00 |      --      |    Inf 
414.78/414.96	c   415s| 59700 |   526 |  4272k|  71.5 |  14M|  42 | 144 | 718 |7774 | 718 | 537 | 466k|  52k|3216 | 0.000000e+00 |      --      |    Inf 
415.39/415.50	c   416s| 59800 |   530 |  4278k|  71.4 |  14M|  42 | 132 | 718 |7852 | 718 | 538 | 467k|  52k|3216 | 0.000000e+00 |      --      |    Inf 
415.89/416.09	c   416s| 59900 |   526 |  4284k|  71.4 |  14M|  42 |   - | 718 |7863 | 718 | 567 | 468k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
416.59/416.76	c   417s| 60000 |   521 |  4291k|  71.4 |  14M|  42 |   - | 718 |7783 | 718 | 549 | 468k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
417.19/417.37	c   417s| 60100 |   526 |  4298k|  71.4 |  14M|  42 | 121 | 718 |7752 | 718 | 524 | 469k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
417.79/417.91	c   418s| 60200 |   526 |  4304k|  71.4 |  14M|  42 |   - | 718 |7835 | 718 | 534 | 470k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
418.08/418.29	c   418s| 60300 |   529 |  4308k|  71.3 |  14M|  42 |   - | 718 |7947 | 718 | 521 | 470k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
418.69/418.84	c   419s| 60400 |   527 |  4314k|  71.3 |  14M|  42 | 146 | 718 |8039 | 718 | 520 | 471k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
419.29/419.46	c   419s| 60500 |   520 |  4321k|  71.3 |  14M|  42 |   - | 718 |7818 | 718 | 538 | 471k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
419.79/419.93	c   420s| 60600 |   526 |  4326k|  71.3 |  14M|  42 |   - | 718 |7894 | 718 | 545 | 472k|  53k|3216 | 0.000000e+00 |      --      |    Inf 
420.39/420.55	c   421s| 60700 |   526 |  4332k|  71.3 |  14M|  42 | 145 | 718 |7985 | 718 | 517 | 472k|  53k|3230 | 0.000000e+00 |      --      |    Inf 
420.98/421.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
420.98/421.11	c   421s| 60800 |   526 |  4338k|  71.2 |  14M|  42 |   - | 718 |8069 | 718 | 530 | 473k|  53k|3230 | 0.000000e+00 |      --      |    Inf 
421.59/421.77	c   422s| 60900 |   518 |  4345k|  71.2 |  14M|  42 |   - | 718 |8064 | 718 | 522 | 473k|  53k|3230 | 0.000000e+00 |      --      |    Inf 
422.20/422.33	c   422s| 61000 |   517 |  4350k|  71.2 |  14M|  42 | 135 | 718 |8105 | 718 | 519 | 474k|  54k|3242 | 0.000000e+00 |      --      |    Inf 
422.69/422.85	c   423s| 61100 |   521 |  4356k|  71.2 |  14M|  42 |   - | 718 |7925 | 718 | 535 | 474k|  54k|3242 | 0.000000e+00 |      --      |    Inf 
423.19/423.38	c   423s| 61200 |   517 |  4362k|  71.2 |  14M|  42 |   - | 718 |7942 | 718 | 564 | 475k|  54k|3242 | 0.000000e+00 |      --      |    Inf 
423.88/424.05	c   424s| 61300 |   513 |  4368k|  71.2 |  14M|  42 |   - | 718 |7620 | 718 | 636 | 476k|  54k|3251 | 0.000000e+00 |      --      |    Inf 
424.50/424.62	c   425s| 61400 |   518 |  4374k|  71.1 |  14M|  42 | 136 | 718 |7536 | 718 | 518 | 476k|  54k|3251 | 0.000000e+00 |      --      |    Inf 
425.19/425.38	c   425s| 61500 |   517 |  4382k|  71.2 |  14M|  42 |   - | 718 |7488 | 718 | 543 | 478k|  54k|3256 | 0.000000e+00 |      --      |    Inf 
425.79/425.90	c   426s| 61600 |   515 |  4388k|  71.1 |  14M|  42 |   - | 718 |7547 | 718 | 540 | 478k|  54k|3256 | 0.000000e+00 |      --      |    Inf 
426.28/426.48	c   426s| 61700 |   517 |  4395k|  71.1 |  14M|  42 |   - | 718 |7584 | 718 | 541 | 478k|  54k|3256 | 0.000000e+00 |      --      |    Inf 
426.89/427.06	c   427s| 61800 |   512 |  4401k|  71.1 |  14M|  42 |   - | 718 |7569 | 718 | 536 | 479k|  54k|3256 | 0.000000e+00 |      --      |    Inf 
427.49/427.67	c   428s| 61900 |   518 |  4407k|  71.1 |  14M|  42 | 137 | 718 |7495 | 718 | 508 | 480k|  54k|3256 | 0.000000e+00 |      --      |    Inf 
428.19/428.30	c   428s| 62000 |   516 |  4415k|  71.1 |  14M|  42 |   - | 718 |7549 | 718 | 540 | 481k|  54k|3256 | 0.000000e+00 |      --      |    Inf 
428.68/428.82	c   429s| 62100 |   522 |  4420k|  71.1 |  14M|  42 | 124 | 718 |7608 | 718 | 519 | 481k|  54k|3256 | 0.000000e+00 |      --      |    Inf 
429.19/429.30	c   429s| 62200 |   522 |  4426k|  71.1 |  14M|  42 |   - | 718 |7710 | 718 | 542 | 482k|  55k|3256 | 0.000000e+00 |      --      |    Inf 
429.69/429.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.69/429.80	c   430s| 62300 |   521 |  4431k|  71.0 |  14M|  42 |   - | 718 |7742 | 718 | 545 | 482k|  55k|3256 | 0.000000e+00 |      --      |    Inf 
430.19/430.34	c   430s| 62400 |   518 |  4437k|  71.0 |  14M|  42 | 143 | 718 |7706 | 718 | 528 | 483k|  55k|3256 | 0.000000e+00 |      --      |    Inf 
430.69/430.87	c   431s| 62500 |   518 |  4443k|  71.0 |  14M|  42 |   - | 718 |7778 | 718 | 519 | 483k|  55k|3256 | 0.000000e+00 |      --      |    Inf 
431.28/431.40	c   431s| 62600 |   519 |  4448k|  71.0 |  14M|  42 | 127 | 718 |7857 | 718 | 530 | 484k|  55k|3256 | 0.000000e+00 |      --      |    Inf 
431.89/432.08	c   432s| 62700 |   513 |  4455k|  71.0 |  14M|  42 |   - | 718 |7865 | 718 | 548 | 484k|  55k|3267 | 0.000000e+00 |      --      |    Inf 
432.58/432.73	c   433s| 62800 |   511 |  4461k|  70.9 |  14M|  42 | 142 | 718 |7784 | 718 | 532 | 485k|  55k|3276 | 0.000000e+00 |      --      |    Inf 
433.08/433.26	c   433s| 62900 |   509 |  4467k|  70.9 |  14M|  42 |   - | 718 |7800 | 718 | 501 | 486k|  55k|3276 | 0.000000e+00 |      --      |    Inf 
433.89/434.05	c   434s| 63000 |   507 |  4475k|  70.9 |  14M|  42 | 161 | 718 |7718 | 718 | 602 | 487k|  55k|3283 | 0.000000e+00 |      --      |    Inf 
434.69/434.82	c   435s| 63100 |   505 |  4483k|  71.0 |  14M|  42 |   - | 718 |7552 | 718 | 511 | 488k|  55k|3283 | 0.000000e+00 |      --      |    Inf 
435.28/435.41	c   435s| 63200 |   507 |  4489k|  70.9 |  14M|  42 | 135 | 718 |7594 | 718 | 573 | 488k|  56k|3289 | 0.000000e+00 |      --      |    Inf 
435.98/436.12	c   436s| 63300 |   512 |  4497k|  71.0 |  14M|  42 |   - | 718 |7603 | 718 | 609 | 489k|  56k|3294 | 0.000000e+00 |      --      |    Inf 
436.49/436.62	c   437s| 63400 |   508 |  4503k|  70.9 |  14M|  42 |   - | 718 |7718 | 718 | 587 | 490k|  56k|3294 | 0.000000e+00 |      --      |    Inf 
437.19/437.32	c   437s| 63500 |   507 |  4510k|  70.9 |  14M|  42 |   - | 718 |7802 | 718 | 585 | 490k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
437.79/438.00	c   438s| 63600 |   507 |  4517k|  70.9 |  14M|  42 |   - | 718 |7894 | 718 | 573 | 491k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
438.69/438.84	c   439s| 63700 |   511 |  4526k|  71.0 |  14M|  42 | 132 | 718 |7815 | 718 | 582 | 493k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
439.28/439.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.28/439.42	c   439s| 63800 |   520 |  4532k|  70.9 |  14M|  42 | 148 | 718 |7801 | 718 | 589 | 493k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
439.89/440.01	c   440s| 63900 |   517 |  4538k|  70.9 |  14M|  42 | 148 | 718 |7882 | 718 | 576 | 494k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
440.49/440.60	c   441s| 64000 |   520 |  4544k|  70.9 |  14M|  42 | 149 | 718 |7963 | 718 | 610 | 494k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
441.09/441.25	c   441s| 64100 |   517 |  4551k|  70.9 |  14M|  42 | 172 | 718 |8031 | 718 | 605 | 495k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
441.68/441.89	c   442s| 64200 |   518 |  4557k|  70.9 |  14M|  42 | 141 | 718 |8116 | 718 | 581 | 495k|  56k|3295 | 0.000000e+00 |      --      |    Inf 
442.48/442.64	c   443s| 64300 |   515 |  4566k|  70.9 |  14M|  42 | 149 | 718 |8151 | 718 | 560 | 496k|  57k|3295 | 0.000000e+00 |      --      |    Inf 
443.19/443.34	c   443s| 64400 |   517 |  4572k|  70.9 |  14M|  42 | 148 | 718 |8218 | 718 | 570 | 497k|  57k|3304 | 0.000000e+00 |      --      |    Inf 
443.59/443.79	c   444s| 64500 |   520 |  4577k|  70.9 |  14M|  42 | 141 | 718 |8313 | 718 | 553 | 497k|  57k|3304 | 0.000000e+00 |      --      |    Inf 
444.29/444.42	c   444s| 64600 |   515 |  4584k|  70.9 |  14M|  42 | 133 | 718 |8384 | 718 | 564 | 498k|  57k|3313 | 0.000000e+00 |      --      |    Inf 
444.89/445.03	c   445s| 64700 |   518 |  4590k|  70.9 |  14M|  42 | 133 | 718 |8419 | 718 | 550 | 499k|  57k|3313 | 0.000000e+00 |      --      |    Inf 
445.68/445.83	c   446s| 64800 |   513 |  4598k|  70.9 |  14M|  42 | 125 | 718 |8396 | 718 | 594 | 499k|  57k|3319 | 0.000000e+00 |      --      |    Inf 
446.39/446.60	c   447s| 64900 |   509 |  4606k|  70.9 |  14M|  42 | 133 | 718 |8422 | 718 | 596 | 500k|  57k|3324 | 0.000000e+00 |      --      |    Inf 
447.19/447.37	c   447s| 65000 |   509 |  4614k|  70.9 |  14M|  42 | 158 | 718 |8362 | 718 | 517 | 501k|  57k|3329 | 0.000000e+00 |      --      |    Inf 
447.89/448.02	c   448s| 65100 |   507 |  4620k|  70.9 |  14M|  42 | 132 | 718 |8304 | 718 | 548 | 502k|  57k|3333 | 0.000000e+00 |      --      |    Inf 
448.79/448.97	c   449s| 65200 |   505 |  4633k|  71.0 |  14M|  42 | 147 | 718 |8294 | 718 | 547 | 503k|  57k|3334 | 0.000000e+00 |      --      |    Inf 
449.59/449.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.59/449.72	c   450s| 65300 |   508 |  4641k|  71.0 |  14M|  42 |   - | 718 |8328 | 718 | 533 | 504k|  57k|3336 | 0.000000e+00 |      --      |    Inf 
450.18/450.33	c   450s| 65400 |   512 |  4648k|  71.0 |  14M|  42 |   - | 718 |8243 | 718 | 579 | 505k|  57k|3336 | 0.000000e+00 |      --      |    Inf 
450.78/450.92	c   451s| 65500 |   512 |  4654k|  71.0 |  14M|  42 |   - | 718 |8142 | 718 | 532 | 505k|  57k|3336 | 0.000000e+00 |      --      |    Inf 
451.39/451.50	c   452s| 65600 |   512 |  4660k|  70.9 |  14M|  42 |   - | 718 |8123 | 718 | 581 | 506k|  58k|3336 | 0.000000e+00 |      --      |    Inf 
452.09/452.21	c   452s| 65700 |   506 |  4667k|  71.0 |  14M|  42 | 157 | 718 |7966 | 718 | 499 | 507k|  58k|3336 | 0.000000e+00 |      --      |    Inf 
452.68/452.81	c   453s| 65800 |   502 |  4674k|  70.9 |  14M|  42 |   - | 718 |7831 | 718 | 594 | 507k|  58k|3336 | 0.000000e+00 |      --      |    Inf 
453.18/453.38	c   453s| 65900 |   504 |  4680k|  70.9 |  14M|  42 | 154 | 718 |7720 | 718 | 510 | 508k|  58k|3336 | 0.000000e+00 |      --      |    Inf 
453.79/453.95	c   454s| 66000 |   513 |  4686k|  70.9 |  14M|  42 | 122 | 718 |7599 | 718 | 572 | 508k|  58k|3337 | 0.000000e+00 |      --      |    Inf 
454.19/454.39	c   454s| 66100 |   506 |  4690k|  70.9 |  14M|  42 |   - | 718 |7673 |   0 |   0 | 509k|  58k|3337 | 0.000000e+00 |      --      |    Inf 
454.98/455.14	c   455s| 66200 |   503 |  4698k|  70.9 |  14M|  42 | 183 | 718 |7624 | 718 | 648 | 510k|  58k|3337 | 0.000000e+00 |      --      |    Inf 
455.49/455.64	c   456s| 66300 |   509 |  4703k|  70.9 |  14M|  42 | 129 | 718 |7684 | 718 | 562 | 510k|  58k|3337 | 0.000000e+00 |      --      |    Inf 
456.08/456.23	c   456s| 66400 |   505 |  4709k|  70.8 |  14M|  42 | 153 | 718 |7784 | 718 | 523 | 510k|  58k|3347 | 0.000000e+00 |      --      |    Inf 
456.59/456.78	c   457s| 66500 |   508 |  4714k|  70.8 |  14M|  42 | 137 | 718 |7876 | 718 | 613 | 511k|  58k|3347 | 0.000000e+00 |      --      |    Inf 
457.28/457.49	c   457s| 66600 |   508 |  4721k|  70.8 |  14M|  42 |   - | 718 |7865 | 718 | 522 | 512k|  59k|3357 | 0.000000e+00 |      --      |    Inf 
457.98/458.15	c   458s| 66700 |   512 |  4728k|  70.8 |  14M|  42 |   - | 718 |7789 | 718 | 565 | 513k|  59k|3357 | 0.000000e+00 |      --      |    Inf 
458.59/458.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.59/458.74	c   459s| 66800 |   506 |  4734k|  70.8 |  14M|  42 | 129 | 718 |7820 | 718 | 493 | 513k|  59k|3357 | 0.000000e+00 |      --      |    Inf 
459.19/459.37	c   459s| 66900 |   502 |  4740k|  70.8 |  14M|  42 | 143 | 718 |7908 | 718 | 581 | 514k|  59k|3366 | 0.000000e+00 |      --      |    Inf 
459.78/459.98	c   460s| 67000 |   501 |  4747k|  70.8 |  14M|  42 |   - | 718 |7886 | 718 | 552 | 514k|  59k|3366 | 0.000000e+00 |      --      |    Inf 
460.38/460.54	c   461s| 67100 |   499 |  4752k|  70.7 |  14M|  42 |   - | 718 |7961 | 718 | 555 | 515k|  59k|3371 | 0.000000e+00 |      --      |    Inf 
460.98/461.12	c   461s| 67200 |   499 |  4758k|  70.7 |  14M|  42 | 148 | 718 |8021 | 718 | 608 | 516k|  59k|3374 | 0.000000e+00 |      --      |    Inf 
461.58/461.70	c   462s| 67300 |   503 |  4764k|  70.7 |  14M|  42 |   - | 718 |8056 | 718 | 526 | 516k|  59k|3375 | 0.000000e+00 |      --      |    Inf 
462.08/462.24	c   462s| 67400 |   505 |  4770k|  70.7 |  14M|  42 | 144 | 718 |8082 | 718 | 497 | 517k|  59k|3375 | 0.000000e+00 |      --      |    Inf 
462.68/462.89	c   463s| 67500 |   506 |  4777k|  70.7 |  14M|  42 |   - | 718 |8152 | 718 | 554 | 518k|  59k|3375 | 0.000000e+00 |      --      |    Inf 
463.38/463.53	c   464s| 67600 |   508 |  4783k|  70.7 |  14M|  42 | 115 | 718 |8253 | 718 | 545 | 519k|  59k|3375 | 0.000000e+00 |      --      |    Inf 
463.99/464.11	c   464s| 67700 |   510 |  4790k|  70.7 |  14M|  42 |   - | 718 |8364 | 718 | 542 | 520k|  60k|3375 | 0.000000e+00 |      --      |    Inf 
464.48/464.66	c   465s| 67800 |   510 |  4796k|  70.6 |  14M|  42 |   - | 718 |8469 | 718 | 554 | 520k|  60k|3375 | 0.000000e+00 |      --      |    Inf 
465.08/465.24	c   465s| 67900 |   514 |  4802k|  70.6 |  14M|  42 |   - | 718 |8578 | 718 | 556 | 521k|  60k|3375 | 0.000000e+00 |      --      |    Inf 
465.68/465.84	c   466s| 68000 |   511 |  4808k|  70.6 |  14M|  42 | 134 | 718 |8680 | 718 | 530 | 522k|  60k|3375 | 0.000000e+00 |      --      |    Inf 
466.38/466.52	c   467s| 68100 |   514 |  4815k|  70.6 |  14M|  43 | 146 | 718 |8610 | 718 | 533 | 523k|  60k|3375 | 0.000000e+00 |      --      |    Inf 
466.98/467.18	c   467s| 68200 |   509 |  4822k|  70.6 |  14M|  43 |   - | 718 |8423 | 718 | 546 | 523k|  60k|3375 | 0.000000e+00 |      --      |    Inf 
467.68/467.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.68/467.89	c   468s| 68300 |   521 |  4829k|  70.6 |  14M|  43 | 143 | 718 |8360 | 718 | 563 | 524k|  60k|3375 | 0.000000e+00 |      --      |    Inf 
468.27/468.47	c   468s| 68400 |   518 |  4835k|  70.6 |  14M|  43 | 157 | 718 |8456 | 718 | 490 | 524k|  60k|3384 | 0.000000e+00 |      --      |    Inf 
468.98/469.17	c   469s| 68500 |   514 |  4842k|  70.6 |  14M|  43 | 207 | 718 |8351 | 718 | 573 | 525k|  60k|3385 | 0.000000e+00 |      --      |    Inf 
469.77/469.98	c   470s| 68600 |   515 |  4850k|  70.6 |  14M|  43 | 163 | 718 |8282 | 718 | 579 | 526k|  61k|3388 | 0.000000e+00 |      --      |    Inf 
470.58/470.71	c   471s| 68700 |   516 |  4857k|  70.6 |  14M|  43 |   - | 718 |8179 | 718 | 558 | 527k|  61k|3397 | 0.000000e+00 |      --      |    Inf 
471.18/471.35	c   471s| 68800 |   518 |  4863k|  70.6 |  14M|  43 |   - | 718 |8281 | 718 | 555 | 528k|  61k|3406 | 0.000000e+00 |      --      |    Inf 
471.78/471.98	c   472s| 68900 |   514 |  4870k|  70.6 |  14M|  43 |   - | 718 |8359 | 718 | 582 | 529k|  61k|3406 | 0.000000e+00 |      --      |    Inf 
472.58/472.75	c   473s| 69000 |   514 |  4878k|  70.6 |  14M|  43 |   - | 718 |8389 | 718 | 544 | 530k|  61k|3413 | 0.000000e+00 |      --      |    Inf 
473.28/473.40	c   473s| 69100 |   516 |  4885k|  70.6 |  14M|  43 |   - | 718 |8460 | 718 | 556 | 531k|  61k|3413 | 0.000000e+00 |      --      |    Inf 
473.88/474.03	c   474s| 69200 |   514 |  4892k|  70.6 |  14M|  43 |   - | 718 |8523 | 718 | 535 | 532k|  61k|3413 | 0.000000e+00 |      --      |    Inf 
474.48/474.66	c   475s| 69300 |   513 |  4898k|  70.6 |  14M|  43 | 128 | 718 |8509 | 718 | 535 | 532k|  61k|3413 | 0.000000e+00 |      --      |    Inf 
475.08/475.23	c   475s| 69400 |   517 |  4904k|  70.6 |  14M|  43 |   - | 718 |8604 | 718 | 540 | 533k|  61k|3413 | 0.000000e+00 |      --      |    Inf 
475.67/475.85	c   476s| 69500 |   516 |  4911k|  70.6 |  14M|  43 |   - | 718 |8690 | 718 | 546 | 533k|  61k|3413 | 0.000000e+00 |      --      |    Inf 
476.19/476.32	c   476s| 69600 |   516 |  4916k|  70.5 |  14M|  43 | 143 | 718 |8791 | 718 | 521 | 534k|  61k|3413 | 0.000000e+00 |      --      |    Inf 
476.57/476.76	c   477s| 69700 |   518 |  4921k|  70.5 |  14M|  43 |   - | 718 |8897 | 718 | 535 | 534k|  62k|3413 | 0.000000e+00 |      --      |    Inf 
477.08/477.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.08/477.25	c   477s| 69800 |   518 |  4926k|  70.5 |  15M|  43 |   - | 718 |8990 | 718 | 537 | 535k|  62k|3413 | 0.000000e+00 |      --      |    Inf 
477.58/477.71	c   478s| 69900 |   515 |  4931k|  70.5 |  15M|  43 | 121 | 718 |9098 | 718 | 529 | 535k|  62k|3413 | 0.000000e+00 |      --      |    Inf 
478.07/478.24	c   478s| 70000 |   514 |  4936k|  70.4 |  15M|  43 | 143 | 718 |9167 | 718 | 517 | 536k|  62k|3413 | 0.000000e+00 |      --      |    Inf 
478.58/478.78	c   479s| 70100 |   518 |  4942k|  70.4 |  15M|  43 | 122 | 718 |9270 | 718 | 573 | 536k|  62k|3413 | 0.000000e+00 |      --      |    Inf 
479.18/479.30	c   479s| 70200 |   519 |  4947k|  70.4 |  15M|  43 | 127 | 718 |9364 | 718 | 571 | 537k|  62k|3413 | 0.000000e+00 |      --      |    Inf 
479.58/479.79	c   480s| 70300 |   515 |  4952k|  70.4 |  15M|  43 | 136 | 718 |9463 | 718 | 538 | 537k|  62k|3413 | 0.000000e+00 |      --      |    Inf 
480.18/480.36	c   480s| 70400 |   513 |  4958k|  70.3 |  15M|  43 |   - | 718 |9561 | 718 | 563 | 538k|  62k|3422 | 0.000000e+00 |      --      |    Inf 
480.78/480.93	c   481s| 70500 |   514 |  4964k|  70.3 |  15M|  43 | 134 | 718 |9641 | 718 | 533 | 539k|  62k|3426 | 0.000000e+00 |      --      |    Inf 
481.38/481.51	c   482s| 70600 |   515 |  4970k|  70.3 |  15M|  43 | 145 | 718 |9720 | 718 | 520 | 539k|  62k|3435 | 0.000000e+00 |      --      |    Inf 
481.98/482.10	c   482s| 70700 |   513 |  4976k|  70.3 |  15M|  43 |   - | 718 |9785 | 718 | 549 | 540k|  63k|3435 | 0.000000e+00 |      --      |    Inf 
482.58/482.80	c   483s| 70800 |   507 |  4983k|  70.3 |  15M|  43 | 138 | 718 |9717 | 718 | 522 | 541k|  63k|3440 | 0.000000e+00 |      --      |    Inf 
483.27/483.45	c   483s| 70900 |   513 |  4990k|  70.3 |  15M|  43 | 143 | 718 |9661 | 718 | 575 | 542k|  63k|3446 | 0.000000e+00 |      --      |    Inf 
483.89/484.05	c   484s| 71000 |   509 |  4996k|  70.3 |  15M|  43 |   - | 718 |9644 | 718 | 517 | 542k|  63k|3447 | 0.000000e+00 |      --      |    Inf 
484.48/484.61	c   485s| 71100 |   508 |  5002k|  70.3 |  15M|  43 | 144 | 718 |9618 | 718 | 497 | 543k|  63k|3447 | 0.000000e+00 |      --      |    Inf 
485.08/485.23	c   485s| 71200 |   511 |  5009k|  70.3 |  15M|  43 | 145 | 718 |9619 | 718 | 490 | 544k|  63k|3447 | 0.000000e+00 |      --      |    Inf 
485.78/485.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.78/485.91	c   486s| 71300 |   513 |  5016k|  70.3 |  15M|  43 | 115 | 718 |9674 | 718 | 537 | 545k|  63k|3447 | 0.000000e+00 |      --      |    Inf 
486.38/486.51	c   487s| 71400 |   511 |  5023k|  70.3 |  15M|  43 | 126 | 718 |9761 | 718 | 533 | 546k|  63k|3447 | 0.000000e+00 |      --      |    Inf 
486.87/487.05	c   487s| 71500 |   510 |  5029k|  70.3 |  15M|  43 | 137 | 718 |9855 | 718 | 533 | 546k|  63k|3447 | 0.000000e+00 |      --      |    Inf 
487.47/487.69	c   488s| 71600 |   513 |  5036k|  70.3 |  15M|  43 | 148 | 718 |9836 | 718 | 533 | 547k|  63k|3447 | 0.000000e+00 |      --      |    Inf 
488.28/488.41	c   488s| 71700 |   510 |  5045k|  70.3 |  15M|  43 |   - | 718 |9662 | 718 | 529 | 548k|  64k|3447 | 0.000000e+00 |      --      |    Inf 
488.97/489.10	c   489s| 71800 |   517 |  5052k|  70.3 |  15M|  43 |   - | 718 |9592 | 718 | 550 | 549k|  64k|3447 | 0.000000e+00 |      --      |    Inf 
489.57/489.78	c   490s| 71900 |   513 |  5060k|  70.3 |  15M|  43 | 132 | 718 |9361 | 718 | 537 | 549k|  64k|3447 | 0.000000e+00 |      --      |    Inf 
490.28/490.43	c   490s| 72000 |   507 |  5066k|  70.3 |  15M|  43 |   - | 718 |9167 | 718 | 519 | 550k|  64k|3447 | 0.000000e+00 |      --      |    Inf 
490.98/491.12	c   491s| 72100 |   511 |  5073k|  70.3 |  15M|  43 |   - | 718 |9093 | 718 | 517 | 551k|  64k|3458 | 0.000000e+00 |      --      |    Inf 
491.48/491.68	c   492s| 72200 |   511 |  5078k|  70.3 |  15M|  43 |   - | 718 |8901 | 718 | 509 | 552k|  64k|3458 | 0.000000e+00 |      --      |    Inf 
492.18/492.30	c   492s| 72300 |   509 |  5085k|  70.3 |  15M|  43 |   - | 718 |8776 | 718 | 563 | 552k|  64k|3458 | 0.000000e+00 |      --      |    Inf 
492.97/493.13	c   493s| 72400 |   513 |  5093k|  70.3 |  15M|  43 | 157 | 718 |8662 | 718 | 541 | 553k|  64k|3469 | 0.000000e+00 |      --      |    Inf 
493.57/493.78	c   494s| 72500 |   511 |  5100k|  70.3 |  15M|  43 |   - | 718 |8718 | 718 | 530 | 554k|  64k|3476 | 0.000000e+00 |      --      |    Inf 
494.27/494.48	c   494s| 72600 |   508 |  5107k|  70.3 |  14M|  43 | 167 | 718 |8640 | 718 | 563 | 555k|  64k|3476 | 0.000000e+00 |      --      |    Inf 
494.97/495.11	c   495s| 72700 |   516 |  5114k|  70.3 |  14M|  43 |   - | 718 |8646 | 718 | 520 | 556k|  64k|3479 | 0.000000e+00 |      --      |    Inf 
495.48/495.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
495.48/495.69	c   496s| 72800 |   507 |  5120k|  70.3 |  15M|  43 |   - | 718 |8715 | 718 | 540 | 557k|  64k|3482 | 0.000000e+00 |      --      |    Inf 
496.27/496.41	c   496s| 72900 |   505 |  5128k|  70.3 |  15M|  43 | 166 | 718 |8745 | 718 | 545 | 557k|  65k|3483 | 0.000000e+00 |      --      |    Inf 
497.08/497.20	c   497s| 73000 |   501 |  5136k|  70.3 |  14M|  43 | 162 | 718 |8485 | 718 | 624 | 558k|  65k|3483 | 0.000000e+00 |      --      |    Inf 
497.67/497.84	c   498s| 73100 |   503 |  5143k|  70.3 |  14M|  43 |   - | 718 |8370 | 718 | 536 | 559k|  65k|3485 | 0.000000e+00 |      --      |    Inf 
498.18/498.39	c   498s| 73200 |   499 |  5149k|  70.3 |  14M|  43 | 158 | 718 |8324 | 718 | 484 | 559k|  65k|3486 | 0.000000e+00 |      --      |    Inf 
498.87/499.04	c   499s| 73300 |   498 |  5156k|  70.3 |  14M|  43 | 142 | 718 |8241 | 718 | 625 | 560k|  65k|3486 | 0.000000e+00 |      --      |    Inf 
499.57/499.74	c   500s| 73400 |   497 |  5163k|  70.3 |  14M|  43 |   - | 718 |8036 | 718 | 537 | 561k|  65k|3486 | 0.000000e+00 |      --      |    Inf 
500.28/500.49	c   500s| 73500 |   495 |  5171k|  70.3 |  14M|  43 |   - | 718 |7912 | 718 | 548 | 562k|  65k|3486 | 0.000000e+00 |      --      |    Inf 
501.07/501.23	c   501s| 73600 |   492 |  5178k|  70.3 |  14M|  43 |   - | 718 |7611 | 718 | 536 | 563k|  65k|3486 | 0.000000e+00 |      --      |    Inf 
501.67/501.83	c   502s| 73700 |   495 |  5184k|  70.3 |  14M|  43 | 130 | 718 |7571 | 718 | 620 | 564k|  65k|3486 | 0.000000e+00 |      --      |    Inf 
502.28/502.49	c   502s| 73800 |   492 |  5191k|  70.3 |  14M|  43 |   - | 718 |7616 | 718 | 558 | 564k|  65k|3486 | 0.000000e+00 |      --      |    Inf 
502.97/503.17	c   503s| 73900 |   484 |  5198k|  70.3 |  14M|  43 |   - | 718 |7581 | 718 | 552 | 565k|  65k|3498 | 0.000000e+00 |      --      |    Inf 
503.58/503.79	c   504s| 74000 |   487 |  5204k|  70.2 |  14M|  43 |   - | 718 |7448 | 718 | 535 | 566k|  65k|3498 | 0.000000e+00 |      --      |    Inf 
504.17/504.33	c   504s| 74100 |   490 |  5210k|  70.2 |  14M|  43 |   - | 718 |7491 | 718 | 505 | 566k|  66k|3498 | 0.000000e+00 |      --      |    Inf 
504.68/504.84	c   505s| 74200 |   489 |  5216k|  70.2 |  14M|  43 |   - | 718 |7590 | 718 | 526 | 567k|  66k|3498 | 0.000000e+00 |      --      |    Inf 
505.27/505.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.27/505.44	c   505s| 74300 |   495 |  5222k|  70.2 |  14M|  43 | 129 | 718 |7695 | 718 | 530 | 568k|  66k|3508 | 0.000000e+00 |      --      |    Inf 
505.78/505.92	c   506s| 74400 |   493 |  5227k|  70.2 |  14M|  43 |   - | 718 |7804 | 718 | 527 | 568k|  66k|3508 | 0.000000e+00 |      --      |    Inf 
506.37/506.53	c   507s| 74500 |   493 |  5234k|  70.2 |  14M|  43 |   - | 718 |7908 | 718 | 528 | 569k|  66k|3514 | 0.000000e+00 |      --      |    Inf 
506.77/506.99	c   507s| 74600 |   492 |  5239k|  70.2 |  14M|  43 |   - | 718 |8021 | 718 | 544 | 569k|  66k|3514 | 0.000000e+00 |      --      |    Inf 
507.27/507.47	c   507s| 74700 |   494 |  5244k|  70.1 |  14M|  43 | 119 | 718 |8127 | 718 | 537 | 569k|  66k|3518 | 0.000000e+00 |      --      |    Inf 
507.67/507.88	c   508s| 74800 |   488 |  5249k|  70.1 |  14M|  43 |   - | 718 |8238 | 718 | 558 | 570k|  66k|3520 | 0.000000e+00 |      --      |    Inf 
508.17/508.35	c   508s| 74900 |   487 |  5254k|  70.1 |  14M|  43 | 138 | 718 |8340 | 718 | 517 | 570k|  66k|3520 | 0.000000e+00 |      --      |    Inf 
508.77/508.92	c   509s| 75000 |   495 |  5260k|  70.1 |  14M|  43 | 131 | 718 |8382 | 718 | 536 | 571k|  67k|3522 | 0.000000e+00 |      --      |    Inf 
509.37/509.53	c   510s| 75100 |   491 |  5266k|  70.0 |  14M|  43 | 148 | 718 |8450 | 718 | 546 | 571k|  67k|3522 | 0.000000e+00 |      --      |    Inf 
509.97/510.14	c   510s| 75200 |   490 |  5273k|  70.0 |  14M|  43 |   - | 718 |8485 | 718 | 530 | 572k|  67k|3522 | 0.000000e+00 |      --      |    Inf 
510.67/510.85	c   511s| 75300 |   488 |  5281k|  70.1 |  14M|  43 |   - | 718 |8417 | 718 | 607 | 573k|  67k|3523 | 0.000000e+00 |      --      |    Inf 
511.17/511.39	c   511s| 75400 |   491 |  5287k|  70.0 |  14M|  43 |   - | 718 |8491 | 718 | 557 | 573k|  67k|3523 | 0.000000e+00 |      --      |    Inf 
511.87/512.06	c   512s| 75500 |   493 |  5294k|  70.0 |  14M|  43 | 137 | 718 |8568 | 718 | 551 | 574k|  67k|3523 | 0.000000e+00 |      --      |    Inf 
512.57/512.70	c   513s| 75600 |   488 |  5301k|  70.0 |  14M|  43 |   - | 718 |8639 | 718 | 565 | 575k|  67k|3523 | 0.000000e+00 |      --      |    Inf 
513.16/513.30	c   513s| 75700 |   489 |  5307k|  70.0 |  14M|  43 | 169 | 718 |8653 | 718 | 537 | 575k|  67k|3523 | 0.000000e+00 |      --      |    Inf 
513.87/514.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
513.87/514.07	c   514s| 75800 |   493 |  5315k|  70.0 |  14M|  43 | 156 | 718 |8599 | 718 | 521 | 576k|  67k|3523 | 0.000000e+00 |      --      |    Inf 
514.57/514.76	c   515s| 75900 |   490 |  5322k|  70.0 |  14M|  43 |   - | 718 |8656 | 718 | 527 | 577k|  67k|3523 | 0.000000e+00 |      --      |    Inf 
515.37/515.54	c   516s| 76000 |   490 |  5330k|  70.1 |  14M|  43 |   - | 718 |8641 | 718 | 571 | 578k|  67k|3533 | 0.000000e+00 |      --      |    Inf 
516.07/516.21	c   516s| 76100 |   493 |  5337k|  70.1 |  14M|  43 | 173 | 718 |8714 | 718 | 535 | 579k|  67k|3533 | 0.000000e+00 |      --      |    Inf 
516.87/517.01	c   517s| 76200 |   493 |  5345k|  70.1 |  15M|  43 | 154 | 718 |8744 | 718 | 521 | 580k|  67k|3542 | 0.000000e+00 |      --      |    Inf 
517.57/517.70	c   518s| 76300 |   495 |  5352k|  70.1 |  15M|  43 | 150 | 718 |8770 | 718 | 549 | 581k|  68k|3542 | 0.000000e+00 |      --      |    Inf 
518.17/518.34	c   518s| 76400 |   499 |  5359k|  70.1 |  15M|  43 | 126 | 718 |8853 | 718 | 580 | 581k|  68k|3547 | 0.000000e+00 |      --      |    Inf 
518.77/518.91	c   519s| 76500 |   495 |  5364k|  70.0 |  15M|  43 |   - | 718 |8852 | 718 | 526 | 582k|  68k|3550 | 0.000000e+00 |      --      |    Inf 
519.47/519.63	c   520s| 76600 |   493 |  5371k|  70.0 |  15M|  43 | 162 | 718 |8908 | 718 | 569 | 583k|  68k|3552 | 0.000000e+00 |      --      |    Inf 
519.97/520.18	c   520s| 76700 |   493 |  5377k|  70.0 |  15M|  43 | 149 | 718 |8976 | 718 | 552 | 583k|  68k|3552 | 0.000000e+00 |      --      |    Inf 
520.67/520.89	c   521s| 76800 |   493 |  5384k|  70.0 |  15M|  43 |   - | 718 |8851 | 718 | 551 | 584k|  68k|3552 | 0.000000e+00 |      --      |    Inf 
521.47/521.61	c   522s| 76900 |   496 |  5392k|  70.0 |  15M|  43 | 138 | 718 |8821 | 718 | 546 | 585k|  68k|3554 | 0.000000e+00 |      --      |    Inf 
521.97/522.13	c   522s| 77000 |   497 |  5397k|  70.0 |  15M|  43 |   - | 718 |8896 | 718 | 540 | 585k|  68k|3554 | 0.000000e+00 |      --      |    Inf 
522.47/522.67	c   523s| 77100 |   495 |  5403k|  70.0 |  15M|  43 |   - | 718 |8981 | 718 | 546 | 586k|  68k|3554 | 0.000000e+00 |      --      |    Inf 
523.17/523.34	c   523s| 77200 |   493 |  5409k|  70.0 |  15M|  43 | 164 | 718 |8899 | 718 | 536 | 586k|  68k|3554 | 0.000000e+00 |      --      |    Inf 
523.77/523.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.77/523.92	c   524s| 77300 |   499 |  5416k|  70.0 |  15M|  43 | 120 | 718 |8936 | 718 | 542 | 587k|  69k|3554 | 0.000000e+00 |      --      |    Inf 
524.27/524.46	c   524s| 77400 |   495 |  5421k|  70.0 |  15M|  43 |   - | 718 |9030 | 718 | 527 | 587k|  69k|3554 | 0.000000e+00 |      --      |    Inf 
524.87/525.01	c   525s| 77500 |   497 |  5427k|  69.9 |  15M|  43 | 130 | 718 |9055 | 718 | 564 | 588k|  69k|3554 | 0.000000e+00 |      --      |    Inf 
525.47/525.60	c   526s| 77600 |   503 |  5433k|  69.9 |  15M|  43 |   - | 718 |9099 | 718 | 623 | 588k|  69k|3554 | 0.000000e+00 |      --      |    Inf 
525.97/526.10	c   526s| 77700 |   501 |  5439k|  69.9 |  15M|  43 |   - | 718 |9203 | 718 | 599 | 589k|  69k|3554 | 0.000000e+00 |      --      |    Inf 
526.56/526.75	c   527s| 77800 |   499 |  5446k|  69.9 |  15M|  43 |   - | 718 |9297 | 718 | 622 | 589k|  69k|3554 | 0.000000e+00 |      --      |    Inf 
527.37/527.50	c   528s| 77900 |   500 |  5453k|  69.9 |  15M|  43 | 136 | 718 |9384 | 718 | 593 | 590k|  69k|3567 | 0.000000e+00 |      --      |    Inf 
527.96/528.10	c   528s| 78000 |   501 |  5460k|  69.9 |  15M|  43 |   - | 718 |9475 | 718 | 568 | 591k|  69k|3567 | 0.000000e+00 |      --      |    Inf 
528.47/528.63	c   529s| 78100 |   505 |  5465k|  69.9 |  15M|  43 |   - | 718 |9571 | 718 | 592 | 591k|  69k|3567 | 0.000000e+00 |      --      |    Inf 
529.07/529.26	c   529s| 78200 |   509 |  5472k|  69.9 |  15M|  43 |   - | 718 |9654 | 718 | 612 | 592k|  69k|3569 | 0.000000e+00 |      --      |    Inf 
529.57/529.79	c   530s| 78300 |   502 |  5477k|  69.9 |  15M|  43 |   - | 718 |9760 | 718 | 601 | 592k|  70k|3575 | 0.000000e+00 |      --      |    Inf 
530.16/530.33	c   530s| 78400 |   502 |  5483k|  69.9 |  15M|  43 |   - | 718 |9872 | 718 | 591 | 592k|  70k|3581 | 0.000000e+00 |      --      |    Inf 
530.66/530.84	c   531s| 78500 |   497 |  5488k|  69.8 |  15M|  43 |   - | 718 |9962 | 718 | 616 | 593k|  70k|3581 | 0.000000e+00 |      --      |    Inf 
531.27/531.47	c   531s| 78600 |   495 |  5494k|  69.8 |  15M|  43 | 146 | 718 |  10k| 718 | 584 | 593k|  70k|3594 | 0.000000e+00 |      --      |    Inf 
532.06/532.25	c   532s| 78700 |   492 |  5502k|  69.8 |  15M|  43 | 153 | 718 |9956 | 718 | 607 | 594k|  70k|3607 | 0.000000e+00 |      --      |    Inf 
532.66/532.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.66/532.89	c   533s| 78800 |   500 |  5508k|  69.8 |  15M|  43 | 152 | 718 |9926 | 718 | 627 | 595k|  70k|3607 | 0.000000e+00 |      --      |    Inf 
533.37/533.53	c   534s| 78900 |   500 |  5515k|  69.8 |  15M|  43 | 137 | 718 |9928 | 718 | 617 | 595k|  70k|3608 | 0.000000e+00 |      --      |    Inf 
533.87/534.06	c   534s| 79000 |   497 |  5520k|  69.8 |  15M|  43 |   - | 718 |9856 | 718 | 620 | 596k|  70k|3608 | 0.000000e+00 |      --      |    Inf 
534.47/534.65	c   535s| 79100 |   490 |  5526k|  69.8 |  15M|  43 |   - | 718 |9768 | 718 | 540 | 596k|  70k|3608 | 0.000000e+00 |      --      |    Inf 
535.07/535.22	c   535s| 79200 |   489 |  5532k|  69.8 |  15M|  43 | 130 | 718 |9575 | 718 | 563 | 597k|  70k|3608 | 0.000000e+00 |      --      |    Inf 
535.86/536.01	c   536s| 79300 |   493 |  5542k|  69.8 |  15M|  43 |   - | 718 |9436 | 718 | 587 | 597k|  70k|3609 | 0.000000e+00 |      --      |    Inf 
536.47/536.62	c   537s| 79400 |   493 |  5548k|  69.8 |  15M|  43 |   - | 718 |9354 | 718 | 590 | 598k|  71k|3610 | 0.000000e+00 |      --      |    Inf 
536.97/537.16	c   537s| 79500 |   491 |  5553k|  69.8 |  15M|  43 |   - | 718 |9400 | 718 | 572 | 599k|  71k|3610 | 0.000000e+00 |      --      |    Inf 
537.56/537.74	c   538s| 79600 |   489 |  5559k|  69.8 |  15M|  43 | 128 | 718 |9429 | 718 | 527 | 599k|  71k|3610 | 0.000000e+00 |      --      |    Inf 
538.16/538.39	c   538s| 79700 |   487 |  5566k|  69.8 |  15M|  43 | 158 | 718 |9501 | 718 | 526 | 600k|  71k|3610 | 0.000000e+00 |      --      |    Inf 
538.97/539.15	c   539s| 79800 |   487 |  5574k|  69.8 |  15M|  43 |   - | 718 |9474 | 718 | 569 | 601k|  71k|3610 | 0.000000e+00 |      --      |    Inf 
539.56/539.79	c   540s| 79900 |   487 |  5581k|  69.8 |  15M|  43 |   - | 718 |9468 | 718 | 581 | 602k|  71k|3610 | 0.000000e+00 |      --      |    Inf 
540.26/540.45	c   540s| 80000 |   493 |  5588k|  69.8 |  15M|  43 | 121 | 718 |9543 | 718 | 587 | 602k|  71k|3610 | 0.000000e+00 |      --      |    Inf 
540.86/541.09	c   541s| 80100 |   490 |  5593k|  69.8 |  15M|  43 |   - | 718 |9616 | 718 | 597 | 603k|  71k|3622 | 0.000000e+00 |      --      |    Inf 
541.46/541.67	c   542s| 80200 |   486 |  5599k|  69.7 |  15M|  43 |   - | 718 |9713 | 718 | 575 | 603k|  71k|3622 | 0.000000e+00 |      --      |    Inf 
541.96/542.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
541.96/542.20	c   542s| 80300 |   490 |  5605k|  69.7 |  15M|  43 | 129 | 718 |9798 | 718 | 594 | 604k|  71k|3622 | 0.000000e+00 |      --      |    Inf 
542.56/542.78	c   543s| 80400 |   484 |  5611k|  69.7 |  15M|  43 | 160 | 718 |9599 | 718 | 510 | 605k|  72k|3622 | 0.000000e+00 |      --      |    Inf 
543.36/543.54	c   544s| 80500 |   480 |  5618k|  69.7 |  15M|  43 |   - | 718 |9393 | 718 | 535 | 605k|  72k|3633 | 0.000000e+00 |      --      |    Inf 
544.06/544.28	c   544s| 80600 |   481 |  5626k|  69.7 |  15M|  43 | 148 | 718 |9278 | 718 | 521 | 606k|  72k|3633 | 0.000000e+00 |      --      |    Inf 
544.66/544.88	c   545s| 80700 |   482 |  5632k|  69.7 |  15M|  43 |   - | 718 |9349 | 718 | 499 | 607k|  72k|3634 | 0.000000e+00 |      --      |    Inf 
545.47/545.66	c   546s| 80800 |   482 |  5640k|  69.7 |  15M|  43 | 146 | 718 |9405 | 718 | 557 | 608k|  72k|3646 | 0.000000e+00 |      --      |    Inf 
546.06/546.27	c   546s| 80900 |   470 |  5646k|  69.7 |  15M|  43 |   - | 718 |9256 | 718 | 522 | 609k|  72k|3646 | 0.000000e+00 |      --      |    Inf 
546.76/546.96	c   547s| 81000 |   476 |  5653k|  69.7 |  15M|  43 | 167 | 718 |9183 | 718 | 551 | 609k|  72k|3647 | 0.000000e+00 |      --      |    Inf 
547.46/547.60	c   548s| 81100 |   475 |  5659k|  69.7 |  15M|  43 | 156 | 718 |9186 | 718 | 536 | 610k|  72k|3649 | 0.000000e+00 |      --      |    Inf 
548.16/548.31	c   548s| 81200 |   471 |  5667k|  69.7 |  15M|  43 |   - | 718 |9236 | 718 | 490 | 611k|  72k|3653 | 0.000000e+00 |      --      |    Inf 
548.66/548.82	c   549s| 81300 |   475 |  5672k|  69.7 |  15M|  43 | 133 | 718 |9299 | 718 | 522 | 611k|  72k|3653 | 0.000000e+00 |      --      |    Inf 
549.16/549.30	c   549s| 81400 |   477 |  5677k|  69.7 |  15M|  43 | 151 | 718 |9358 | 718 | 527 | 612k|  72k|3653 | 0.000000e+00 |      --      |    Inf 
549.66/549.87	c   550s| 81500 |   476 |  5683k|  69.7 |  15M|  43 |   - | 718 |9398 | 718 | 522 | 613k|  72k|3653 | 0.000000e+00 |      --      |    Inf 
550.26/550.42	c   550s| 81600 |   481 |  5689k|  69.6 |  15M|  43 | 141 | 718 |9428 | 718 | 613 | 613k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
550.86/551.08	c   551s| 81700 |   480 |  5696k|  69.6 |  15M|  43 | 152 | 718 |9341 | 718 | 610 | 614k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
551.66/551.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.66/551.83	c   552s| 81800 |   473 |  5703k|  69.7 |  15M|  43 |   - | 718 |9332 | 718 | 574 | 615k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
552.16/552.32	c   552s| 81900 |   484 |  5708k|  69.6 |  15M|  43 | 137 | 718 |9331 | 718 | 559 | 615k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
552.56/552.76	c   553s| 82000 |   478 |  5713k|  69.6 |  15M|  43 |   - | 718 |9417 | 718 | 559 | 616k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
553.17/553.30	c   553s| 82100 |   476 |  5718k|  69.6 |  15M|  43 |   - | 718 |9322 | 718 | 562 | 616k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
553.76/553.97	c   554s| 82200 |   480 |  5725k|  69.6 |  15M|  43 | 144 | 718 |9344 | 718 | 616 | 617k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
554.36/554.57	c   555s| 82300 |   477 |  5731k|  69.6 |  15M|  43 |   - | 718 |9324 | 718 | 635 | 618k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
554.96/555.15	c   555s| 82400 |   477 |  5737k|  69.6 |  15M|  43 | 153 | 718 |9400 | 718 | 535 | 618k|  73k|3653 | 0.000000e+00 |      --      |    Inf 
555.66/555.82	c   556s| 82500 |   476 |  5744k|  69.6 |  15M|  43 |   - | 718 |9468 | 718 | 583 | 619k|  73k|3662 | 0.000000e+00 |      --      |    Inf 
556.26/556.47	c   556s| 82600 |   472 |  5750k|  69.5 |  15M|  43 |   - | 718 |9364 | 718 | 543 | 620k|  73k|3662 | 0.000000e+00 |      --      |    Inf 
556.96/557.13	c   557s| 82700 |   472 |  5757k|  69.5 |  15M|  43 |   - | 718 |9408 | 718 | 591 | 620k|  74k|3672 | 0.000000e+00 |      --      |    Inf 
557.56/557.78	c   558s| 82800 |   478 |  5764k|  69.5 |  15M|  43 |   - | 718 |9493 | 718 | 595 | 621k|  74k|3672 | 0.000000e+00 |      --      |    Inf 
558.16/558.37	c   558s| 82900 |   476 |  5770k|  69.5 |  15M|  43 |   - | 718 |9610 |   0 |   0 | 621k|  74k|3677 | 0.000000e+00 |      --      |    Inf 
558.76/558.94	c   559s| 83000 |   475 |  5776k|  69.5 |  15M|  43 | 147 | 718 |9720 | 718 | 580 | 622k|  74k|3681 | 0.000000e+00 |      --      |    Inf 
559.36/559.52	c   560s| 83100 |   475 |  5782k|  69.5 |  15M|  43 | 147 | 718 |9819 | 718 | 552 | 623k|  74k|3682 | 0.000000e+00 |      --      |    Inf 
559.96/560.16	c   560s| 83200 |   479 |  5789k|  69.5 |  15M|  43 | 134 | 718 |9929 | 718 | 588 | 623k|  74k|3682 | 0.000000e+00 |      --      |    Inf 
560.66/560.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.66/560.84	c   561s| 83300 |   470 |  5795k|  69.5 |  15M|  43 | 171 | 718 |9923 | 718 | 571 | 624k|  74k|3685 | 0.000000e+00 |      --      |    Inf 
561.46/561.67	c   562s| 83400 |   468 |  5804k|  69.5 |  15M|  43 |   - | 718 |9891 | 718 | 582 | 625k|  74k|3686 | 0.000000e+00 |      --      |    Inf 
562.06/562.22	c   562s| 83500 |   470 |  5809k|  69.5 |  15M|  43 |   - | 718 |9762 | 718 | 595 | 625k|  74k|3686 | 0.000000e+00 |      --      |    Inf 
562.76/562.96	c   563s| 83600 |   466 |  5817k|  69.5 |  15M|  43 |   - | 718 |9608 | 718 | 519 | 626k|  74k|3686 | 0.000000e+00 |      --      |    Inf 
563.45/563.62	c   564s| 83700 |   463 |  5823k|  69.5 |  15M|  43 | 159 | 718 |9648 | 718 | 502 | 627k|  75k|3686 | 0.000000e+00 |      --      |    Inf 
563.86/564.08	c   564s| 83800 |   467 |  5828k|  69.5 |  15M|  43 | 138 | 718 |9622 | 718 | 531 | 627k|  75k|3686 | 0.000000e+00 |      --      |    Inf 
564.56/564.71	c   565s| 83900 |   465 |  5835k|  69.5 |  15M|  43 | 141 | 718 |9672 | 718 | 523 | 628k|  75k|3686 | 0.000000e+00 |      --      |    Inf 
565.17/565.32	c   565s| 84000 |   463 |  5841k|  69.5 |  15M|  43 | 159 | 718 |9733 | 718 | 562 | 629k|  75k|3686 | 0.000000e+00 |      --      |    Inf 
565.76/565.95	c   566s| 84100 |   463 |  5848k|  69.5 |  15M|  43 |   - | 718 |9792 | 718 | 600 | 630k|  75k|3686 | 0.000000e+00 |      --      |    Inf 
566.45/566.66	c   567s| 84200 |   466 |  5855k|  69.5 |  15M|  43 | 156 | 718 |9757 | 718 | 606 | 630k|  75k|3686 | 0.000000e+00 |      --      |    Inf 
567.06/567.23	c   567s| 84300 |   469 |  5861k|  69.5 |  15M|  43 | 136 | 718 |9697 | 718 | 530 | 631k|  75k|3686 | 0.000000e+00 |      --      |    Inf 
567.75/567.90	c   568s| 84400 |   463 |  5867k|  69.4 |  15M|  43 |   - | 718 |9746 | 718 | 551 | 631k|  75k|3696 | 0.000000e+00 |      --      |    Inf 
568.35/568.52	c   569s| 84500 |   461 |  5873k|  69.4 |  15M|  43 |   - | 718 |9693 | 718 | 538 | 632k|  75k|3696 | 0.000000e+00 |      --      |    Inf 
568.85/569.08	c   569s| 84600 |   453 |  5879k|  69.4 |  15M|  43 |   - | 718 |9585 | 718 | 544 | 633k|  75k|3696 | 0.000000e+00 |      --      |    Inf 
569.56/569.72	c   570s| 84700 |   452 |  5885k|  69.4 |  15M|  43 | 161 | 718 |9579 | 718 | 527 | 633k|  76k|3707 | 0.000000e+00 |      --      |    Inf 
570.26/570.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
570.26/570.46	c   570s| 84800 |   450 |  5892k|  69.4 |  15M|  43 |   - | 718 |9639 | 718 | 550 | 634k|  76k|3715 | 0.000000e+00 |      --      |    Inf 
570.85/571.06	c   571s| 84900 |   448 |  5899k|  69.4 |  15M|  43 |   - | 718 |9747 | 718 | 551 | 635k|  76k|3715 | 0.000000e+00 |      --      |    Inf 
571.65/571.85	c   572s| 85000 |   448 |  5907k|  69.4 |  15M|  43 |   - | 718 |9834 | 718 | 573 | 636k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
572.35/572.53	c   573s| 85100 |   446 |  5915k|  69.4 |  15M|  43 |   - | 718 |9926 | 718 | 557 | 637k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
572.96/573.18	c   573s| 85200 |   448 |  5922k|  69.4 |  15M|  43 |   - | 718 |9984 | 718 | 535 | 638k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
573.66/573.89	c   574s| 85300 |   446 |  5929k|  69.4 |  15M|  43 | 172 | 718 |  10k| 718 | 543 | 638k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
574.26/574.46	c   574s| 85400 |   441 |  5935k|  69.4 |  15M|  43 |   - | 718 |9994 | 718 | 565 | 639k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
574.86/575.05	c   575s| 85500 |   444 |  5941k|  69.4 |  15M|  43 | 142 | 718 |  10k| 718 | 571 | 640k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
575.45/575.66	c   576s| 85600 |   442 |  5947k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 573 | 640k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
576.05/576.25	c   576s| 85700 |   442 |  5954k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 540 | 641k|  76k|3721 | 0.000000e+00 |      --      |    Inf 
576.65/576.82	c   577s| 85800 |   443 |  5960k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 564 | 642k|  77k|3721 | 0.000000e+00 |      --      |    Inf 
577.26/577.45	c   577s| 85900 |   445 |  5966k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 573 | 642k|  77k|3721 | 0.000000e+00 |      --      |    Inf 
577.85/578.05	c   578s| 86000 |   444 |  5973k|  69.4 |  15M|  43 | 140 | 718 |  10k| 718 | 539 | 643k|  77k|3721 | 0.000000e+00 |      --      |    Inf 
578.46/578.68	c   579s| 86100 |   442 |  5979k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 556 | 644k|  77k|3721 | 0.000000e+00 |      --      |    Inf 
579.15/579.30	c   579s| 86200 |   443 |  5986k|  69.4 |  15M|  43 | 136 | 718 |  10k| 718 | 505 | 644k|  77k|3721 | 0.000000e+00 |      --      |    Inf 
579.85/580.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.85/580.06	c   580s| 86300 |   445 |  5993k|  69.4 |  15M|  43 | 141 | 718 |  10k| 718 | 558 | 645k|  77k|3732 | 0.000000e+00 |      --      |    Inf 
580.56/580.76	c   581s| 86400 |   441 |  6000k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 554 | 646k|  77k|3732 | 0.000000e+00 |      --      |    Inf 
581.35/581.51	c   582s| 86500 |   439 |  6007k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 520 | 647k|  77k|3742 | 0.000000e+00 |      --      |    Inf 
582.16/582.33	c   582s| 86600 |   440 |  6016k|  69.4 |  15M|  43 | 166 | 718 |  10k| 718 | 554 | 648k|  77k|3742 | 0.000000e+00 |      --      |    Inf 
582.86/583.05	c   583s| 86700 |   438 |  6023k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 544 | 649k|  77k|3746 | 0.000000e+00 |      --      |    Inf 
583.45/583.69	c   584s| 86800 |   437 |  6029k|  69.4 |  15M|  43 | 146 | 718 |  10k| 718 | 570 | 649k|  77k|3750 | 0.000000e+00 |      --      |    Inf 
584.05/584.29	c   584s| 86900 |   437 |  6036k|  69.4 |  15M|  43 | 151 | 718 |  10k| 718 | 505 | 650k|  78k|3753 | 0.000000e+00 |      --      |    Inf 
584.85/585.00	c   585s| 87000 |   431 |  6043k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 557 | 650k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
585.45/585.68	c   586s| 87100 |   437 |  6050k|  69.4 |  15M|  43 | 142 | 718 |  10k| 718 | 534 | 651k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
585.95/586.17	c   586s| 87200 |   436 |  6055k|  69.4 |  15M|  43 | 145 | 718 |  10k| 718 | 535 | 652k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
586.65/586.81	c   587s| 87300 |   436 |  6062k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 528 | 653k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
587.26/587.48	c   587s| 87400 |   438 |  6069k|  69.4 |  15M|  43 | 153 | 718 |  10k| 718 | 585 | 653k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
588.05/588.20	c   588s| 87500 |   430 |  6077k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 514 | 654k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
588.65/588.86	c   589s| 87600 |   432 |  6084k|  69.4 |  15M|  43 | 133 | 718 |9935 | 718 | 507 | 655k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
589.16/589.39	c   589s| 87700 |   434 |  6089k|  69.4 |  15M|  43 | 124 | 718 |  10k| 718 | 562 | 656k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
589.65/589.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
589.65/589.87	c   590s| 87800 |   429 |  6094k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 539 | 656k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
590.25/590.40	c   590s| 87900 |   433 |  6100k|  69.3 |  15M|  43 | 136 | 718 |  10k| 718 | 564 | 657k|  78k|3755 | 0.000000e+00 |      --      |    Inf 
590.75/590.96	c   591s| 88000 |   430 |  6107k|  69.3 |  15M|  43 | 121 | 718 |  10k| 718 | 562 | 658k|  79k|3755 | 0.000000e+00 |      --      |    Inf 
591.35/591.54	c   592s| 88100 |   429 |  6113k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 573 | 658k|  79k|3756 | 0.000000e+00 |      --      |    Inf 
592.25/592.40	c   592s| 88200 |   435 |  6124k|  69.4 |  15M|  43 |   - | 718 |9908 | 718 | 634 | 659k|  79k|3761 | 0.000000e+00 |      --      |    Inf 
592.95/593.19	c   593s| 88300 |   427 |  6131k|  69.4 |  15M|  43 |   - | 718 |9853 | 718 | 534 | 660k|  79k|3770 | 0.000000e+00 |      --      |    Inf 
593.76/593.92	c   594s| 88400 |   433 |  6139k|  69.4 |  15M|  43 |   - | 718 |9838 | 718 | 604 | 660k|  79k|3770 | 0.000000e+00 |      --      |    Inf 
594.35/594.58	c   595s| 88500 |   433 |  6145k|  69.4 |  15M|  43 |   - | 718 |9923 | 718 | 612 | 661k|  79k|3770 | 0.000000e+00 |      --      |    Inf 
595.15/595.30	c   595s| 88600 |   431 |  6152k|  69.4 |  15M|  43 | 178 | 718 |9917 | 718 | 475 | 662k|  79k|3778 | 0.000000e+00 |      --      |    Inf 
595.96/596.13	c   596s| 88700 |   438 |  6160k|  69.4 |  15M|  43 |   - | 718 |9853 | 718 | 561 | 663k|  79k|3786 | 0.000000e+00 |      --      |    Inf 
596.85/597.02	c   597s| 88800 |   444 |  6170k|  69.4 |  15M|  43 | 162 | 718 |9837 | 718 | 519 | 664k|  79k|3789 | 0.000000e+00 |      --      |    Inf 
597.55/597.71	c   598s| 88900 |   442 |  6177k|  69.4 |  15M|  43 |   - | 718 |9898 | 718 | 506 | 665k|  79k|3789 | 0.000000e+00 |      --      |    Inf 
598.05/598.26	c   598s| 89000 |   442 |  6183k|  69.4 |  15M|  43 | 145 | 718 |9977 | 718 | 512 | 665k|  79k|3790 | 0.000000e+00 |      --      |    Inf 
598.65/598.80	c   599s| 89100 |   441 |  6188k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 519 | 666k|  80k|3791 | 0.000000e+00 |      --      |    Inf 
599.25/599.48	c   599s| 89200 |   441 |  6195k|  69.4 |  15M|  43 | 148 | 718 |  10k| 718 | 536 | 666k|  80k|3794 | 0.000000e+00 |      --      |    Inf 
600.05/600.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.05/600.24	c   600s| 89300 |   439 |  6204k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 586 | 667k|  80k|3796 | 0.000000e+00 |      --      |    Inf 
600.75/600.98	c   601s| 89400 |   436 |  6211k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 579 | 668k|  80k|3797 | 0.000000e+00 |      --      |    Inf 
601.46/601.62	c   602s| 89500 |   433 |  6218k|  69.4 |  15M|  43 |   - | 718 |9964 | 718 | 542 | 669k|  80k|3797 | 0.000000e+00 |      --      |    Inf 
602.15/602.30	c   602s| 89600 |   439 |  6225k|  69.4 |  15M|  43 |   - | 718 |9838 | 718 | 569 | 670k|  80k|3797 | 0.000000e+00 |      --      |    Inf 
602.75/602.96	c   603s| 89700 |   437 |  6232k|  69.4 |  15M|  43 | 141 | 718 |9818 | 718 | 493 | 670k|  80k|3799 | 0.000000e+00 |      --      |    Inf 
603.25/603.47	c   603s| 89800 |   439 |  6238k|  69.4 |  15M|  43 |   - | 718 |9882 | 718 | 510 | 671k|  80k|3799 | 0.000000e+00 |      --      |    Inf 
603.75/603.98	c   604s| 89900 |   437 |  6243k|  69.4 |  15M|  43 |   - | 718 |9842 | 718 | 526 | 671k|  80k|3799 | 0.000000e+00 |      --      |    Inf 
604.45/604.62	c   605s| 90000 |   437 |  6250k|  69.4 |  15M|  43 | 149 | 718 |9754 | 718 | 543 | 672k|  80k|3799 | 0.000000e+00 |      --      |    Inf 
605.05/605.21	c   605s| 90100 |   437 |  6256k|  69.4 |  15M|  43 |   - | 718 |9707 | 718 | 612 | 673k|  80k|3799 | 0.000000e+00 |      --      |    Inf 
605.64/605.81	c   606s| 90200 |   435 |  6262k|  69.4 |  15M|  43 | 144 | 718 |9817 | 718 | 599 | 673k|  80k|3799 | 0.000000e+00 |      --      |    Inf 
606.34/606.50	c   607s| 90300 |   433 |  6268k|  69.4 |  15M|  43 |   - | 718 |9856 | 718 | 547 | 674k|  81k|3810 | 0.000000e+00 |      --      |    Inf 
606.95/607.16	c   607s| 90400 |   439 |  6275k|  69.4 |  15M|  43 | 135 | 718 |9814 | 718 | 534 | 675k|  81k|3810 | 0.000000e+00 |      --      |    Inf 
607.65/607.80	c   608s| 90500 |   437 |  6282k|  69.3 |  15M|  43 |   - | 718 |9815 | 718 | 539 | 675k|  81k|3810 | 0.000000e+00 |      --      |    Inf 
608.25/608.47	c   608s| 90600 |   438 |  6288k|  69.3 |  15M|  43 | 153 | 718 |9848 | 718 | 608 | 676k|  81k|3819 | 0.000000e+00 |      --      |    Inf 
608.85/609.07	c   609s| 90700 |   436 |  6295k|  69.3 |  15M|  43 | 153 | 718 |9897 | 718 | 616 | 677k|  81k|3819 | 0.000000e+00 |      --      |    Inf 
609.65/609.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.65/609.85	c   610s| 90800 |   440 |  6303k|  69.4 |  15M|  43 | 144 | 718 |9945 | 718 | 524 | 677k|  81k|3826 | 0.000000e+00 |      --      |    Inf 
610.25/610.49	c   610s| 90900 |   432 |  6310k|  69.4 |  15M|  43 |   - | 718 |9665 | 718 | 621 | 678k|  81k|3826 | 0.000000e+00 |      --      |    Inf 
610.94/611.13	c   611s| 91000 |   432 |  6316k|  69.3 |  15M|  43 | 155 | 718 |9696 | 718 | 582 | 679k|  81k|3830 | 0.000000e+00 |      --      |    Inf 
611.55/611.77	c   612s| 91100 |   429 |  6323k|  69.3 |  15M|  43 |   - | 718 |9689 | 718 | 540 | 679k|  81k|3832 | 0.000000e+00 |      --      |    Inf 
612.25/612.47	c   612s| 91200 |   430 |  6330k|  69.3 |  15M|  43 |   - | 718 |9590 | 718 | 599 | 680k|  81k|3832 | 0.000000e+00 |      --      |    Inf 
612.95/613.13	c   613s| 91300 |   428 |  6337k|  69.3 |  15M|  43 |   - | 718 |9610 | 718 | 569 | 681k|  81k|3832 | 0.000000e+00 |      --      |    Inf 
613.65/613.88	c   614s| 91400 |   425 |  6345k|  69.4 |  15M|  43 | 171 | 718 |9620 | 718 | 541 | 682k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
614.35/614.54	c   615s| 91500 |   427 |  6352k|  69.4 |  15M|  43 |   - | 718 |9587 | 718 | 500 | 683k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
614.95/615.16	c   615s| 91600 |   426 |  6359k|  69.4 |  15M|  43 |   - | 718 |9635 | 718 | 516 | 684k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
615.75/615.95	c   616s| 91700 |   430 |  6367k|  69.4 |  15M|  43 | 128 | 718 |9694 | 718 | 539 | 685k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
616.25/616.46	c   616s| 91800 |   428 |  6373k|  69.4 |  15M|  43 |   - | 718 |9775 | 718 | 537 | 686k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
616.75/617.00	c   617s| 91900 |   423 |  6378k|  69.3 |  15M|  43 |   - | 718 |9833 | 718 | 574 | 686k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
617.45/617.61	c   618s| 92000 |   419 |  6385k|  69.3 |  15M|  43 |   - | 718 |9834 | 718 | 517 | 687k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
617.95/618.15	c   618s| 92100 |   420 |  6391k|  69.3 |  15M|  43 | 138 | 718 |9882 | 718 | 528 | 687k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
618.75/618.98	c   619s| 92200 |   427 |  6399k|  69.3 |  15M|  43 |   - | 718 |9796 | 718 | 609 | 688k|  82k|3832 | 0.000000e+00 |      --      |    Inf 
619.44/619.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.44/619.64	c   620s| 92300 |   424 |  6405k|  69.3 |  15M|  43 |   - | 718 |9843 | 718 | 609 | 689k|  82k|3842 | 0.000000e+00 |      --      |    Inf 
619.95/620.17	c   620s| 92400 |   428 |  6411k|  69.3 |  15M|  43 | 140 | 718 |9948 | 718 | 620 | 689k|  82k|3842 | 0.000000e+00 |      --      |    Inf 
620.55/620.71	c   621s| 92500 |   432 |  6416k|  69.3 |  15M|  43 | 138 | 718 |  10k| 718 | 554 | 690k|  82k|3842 | 0.000000e+00 |      --      |    Inf 
621.15/621.36	c   621s| 92600 |   432 |  6423k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 567 | 690k|  83k|3852 | 0.000000e+00 |      --      |    Inf 
621.65/621.86	c   622s| 92700 |   429 |  6428k|  69.3 |  15M|  43 | 157 | 718 |  10k| 718 | 532 | 691k|  83k|3852 | 0.000000e+00 |      --      |    Inf 
622.15/622.39	c   622s| 92800 |   427 |  6433k|  69.3 |  15M|  43 | 154 | 718 |  10k| 718 | 526 | 691k|  83k|3852 | 0.000000e+00 |      --      |    Inf 
622.84/623.05	c   623s| 92900 |   426 |  6440k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 527 | 692k|  83k|3852 | 0.000000e+00 |      --      |    Inf 
623.55/623.70	c   624s| 93000 |   428 |  6447k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 552 | 692k|  83k|3859 | 0.000000e+00 |      --      |    Inf 
624.15/624.34	c   624s| 93100 |   426 |  6453k|  69.3 |  15M|  43 | 152 | 718 |  10k| 718 | 537 | 693k|  83k|3859 | 0.000000e+00 |      --      |    Inf 
624.95/625.17	c   625s| 93200 |   425 |  6462k|  69.3 |  15M|  43 | 151 | 718 |  10k| 718 | 524 | 694k|  83k|3863 | 0.000000e+00 |      --      |    Inf 
625.66/625.80	c   626s| 93300 |   428 |  6469k|  69.3 |  15M|  43 | 140 | 718 |  10k| 718 | 585 | 695k|  83k|3864 | 0.000000e+00 |      --      |    Inf 
626.44/626.61	c   627s| 93400 |   425 |  6478k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 550 | 696k|  83k|3864 | 0.000000e+00 |      --      |    Inf 
627.04/627.23	c   627s| 93500 |   426 |  6484k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 551 | 697k|  84k|3864 | 0.000000e+00 |      --      |    Inf 
627.75/627.96	c   628s| 93600 |   426 |  6492k|  69.3 |  15M|  43 | 152 | 718 |  10k| 718 | 544 | 698k|  84k|3864 | 0.000000e+00 |      --      |    Inf 
628.55/628.73	c   629s| 93700 |   426 |  6501k|  69.3 |  15M|  43 | 145 | 718 |  10k| 718 | 567 | 699k|  84k|3864 | 0.000000e+00 |      --      |    Inf 
629.25/629.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
629.25/629.49	c   629s| 93800 |   421 |  6509k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 551 | 700k|  84k|3864 | 0.000000e+00 |      --      |    Inf 
630.05/630.30	c   630s| 93900 |   415 |  6517k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 524 | 701k|  84k|3868 | 0.000000e+00 |      --      |    Inf 
630.74/630.93	c   631s| 94000 |   417 |  6524k|  69.3 |  15M|  43 | 135 | 718 |  10k| 718 | 580 | 701k|  84k|3868 | 0.000000e+00 |      --      |    Inf 
631.34/631.56	c   632s| 94100 |   414 |  6531k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 558 | 702k|  84k|3868 | 0.000000e+00 |      --      |    Inf 
631.94/632.17	c   632s| 94200 |   418 |  6537k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 554 | 703k|  84k|3868 | 0.000000e+00 |      --      |    Inf 
632.75/632.95	c   633s| 94300 |   413 |  6545k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 539 | 704k|  84k|3868 | 0.000000e+00 |      --      |    Inf 
633.54/633.74	c   634s| 94400 |   410 |  6553k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 557 | 705k|  84k|3878 | 0.000000e+00 |      --      |    Inf 
634.25/634.44	c   634s| 94500 |   411 |  6560k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 660 | 705k|  84k|3878 | 0.000000e+00 |      --      |    Inf 
634.95/635.15	c   635s| 94600 |   403 |  6567k|  69.4 |  15M|  43 |   - | 718 |  10k| 718 | 599 | 706k|  85k|3885 | 0.000000e+00 |      --      |    Inf 
635.65/635.85	c   636s| 94700 |   407 |  6574k|  69.4 |  15M|  43 | 138 | 718 |  10k| 718 | 547 | 707k|  85k|3885 | 0.000000e+00 |      --      |    Inf 
636.24/636.43	c   636s| 94800 |   403 |  6580k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 534 | 707k|  85k|3891 | 0.000000e+00 |      --      |    Inf 
636.95/637.10	c   637s| 94900 |   403 |  6587k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 563 | 708k|  85k|3891 | 0.000000e+00 |      --      |    Inf 
637.65/637.81	c   638s| 95000 |   405 |  6593k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 628 | 709k|  85k|3901 | 0.000000e+00 |      --      |    Inf 
638.34/638.56	c   639s| 95100 |   403 |  6601k|  69.4 |  15M|  43 | 146 | 718 |  10k| 718 | 569 | 709k|  85k|3901 | 0.000000e+00 |      --      |    Inf 
639.14/639.39	c   639s| 95200 |   408 |  6609k|  69.4 |  15M|  43 | 154 | 718 |  10k| 718 | 585 | 710k|  85k|3909 | 0.000000e+00 |      --      |    Inf 
639.75/639.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
639.75/639.90	c   640s| 95300 |   405 |  6614k|  69.3 |  15M|  43 | 154 | 718 |  10k| 718 | 587 | 710k|  85k|3909 | 0.000000e+00 |      --      |    Inf 
640.24/640.49	c   640s| 95400 |   405 |  6619k|  69.3 |  15M|  43 | 181 | 718 |  10k| 718 | 592 | 711k|  85k|3909 | 0.000000e+00 |      --      |    Inf 
641.05/641.30	c   641s| 95500 |   401 |  6627k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 570 | 712k|  85k|3913 | 0.000000e+00 |      --      |    Inf 
641.74/641.97	c   642s| 95600 |   411 |  6634k|  69.3 |  15M|  43 | 154 | 718 |  10k| 718 | 571 | 712k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
642.34/642.57	c   643s| 95700 |   408 |  6640k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 598 | 713k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
642.94/643.15	c   643s| 95800 |   400 |  6646k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 567 | 713k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
643.64/643.81	c   644s| 95900 |   402 |  6653k|  69.3 |  15M|  43 | 154 | 718 |  10k| 718 | 565 | 714k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
644.24/644.40	c   644s| 96000 |   397 |  6659k|  69.3 |  15M|  43 | 159 | 718 |  10k| 718 | 486 | 715k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
644.94/645.10	c   645s| 96100 |   395 |  6666k|  69.3 |  15M|  43 | 145 | 718 |  10k| 718 | 495 | 715k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
645.65/645.83	c   646s| 96200 |   395 |  6674k|  69.3 |  15M|  43 | 145 | 718 |  10k| 718 | 506 | 716k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
646.24/646.43	c   646s| 96300 |   393 |  6680k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 587 | 717k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
646.94/647.10	c   647s| 96400 |   393 |  6687k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 528 | 718k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
647.54/647.78	c   648s| 96500 |   389 |  6694k|  69.3 |  15M|  43 | 148 | 718 |  10k| 718 | 551 | 719k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
648.34/648.50	c   649s| 96600 |   391 |  6702k|  69.3 |  15M|  43 | 150 | 718 |9993 | 718 | 613 | 720k|  86k|3914 | 0.000000e+00 |      --      |    Inf 
648.94/649.19	c   649s| 96700 |   386 |  6709k|  69.3 |  15M|  43 |   - | 718 |9816 | 718 | 630 | 721k|  87k|3914 | 0.000000e+00 |      --      |    Inf 
649.44/649.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
649.44/649.65	c   650s| 96800 |   390 |  6714k|  69.3 |  15M|  43 | 126 | 718 |9858 | 718 | 654 | 721k|  87k|3914 | 0.000000e+00 |      --      |    Inf 
650.04/650.28	c   650s| 96900 |   389 |  6720k|  69.3 |  15M|  43 |   - | 718 |9960 | 718 | 641 | 721k|  87k|3921 | 0.000000e+00 |      --      |    Inf 
650.65/650.87	c   651s| 97000 |   386 |  6726k|  69.3 |  15M|  43 | 148 | 718 |  10k| 718 | 627 | 722k|  87k|3921 | 0.000000e+00 |      --      |    Inf 
651.24/651.45	c   651s| 97100 |   388 |  6732k|  69.3 |  15M|  43 | 128 | 718 |  10k| 718 | 632 | 722k|  87k|3924 | 0.000000e+00 |      --      |    Inf 
651.94/652.10	c   652s| 97200 |   386 |  6738k|  69.3 |  15M|  43 |   - | 718 |  10k| 718 | 632 | 723k|  87k|3933 | 0.000000e+00 |      --      |    Inf 
652.44/652.63	c   653s| 97300 |   386 |  6743k|  69.2 |  15M|  43 |   - | 718 |  10k| 718 | 657 | 723k|  87k|3933 | 0.000000e+00 |      --      |    Inf 
653.14/653.31	c   653s| 97400 |   386 |  6750k|  69.2 |  15M|  43 |   - | 718 |  10k| 718 | 637 | 723k|  87k|3945 | 0.000000e+00 |      --      |    Inf 
653.84/654.05	c   654s| 97500 |   393 |  6758k|  69.3 |  15M|  43 | 107 | 718 |  10k| 718 | 606 | 724k|  87k|3945 | 0.000000e+00 |      --      |    Inf 
654.25/654.49	c   654s| 97600 |   393 |  6762k|  69.2 |  15M|  43 |   - | 718 |  10k| 718 | 622 | 724k|  88k|3945 | 0.000000e+00 |      --      |    Inf 
654.75/654.96	c   655s| 97700 |   391 |  6767k|  69.2 |  15M|  43 |   - | 718 |  10k|   0 |   0 | 725k|  88k|3945 | 0.000000e+00 |      --      |    Inf 
655.35/655.58	c   656s| 97800 |   390 |  6774k|  69.2 |  15M|  43 | 112 | 718 |  10k| 718 | 636 | 725k|  88k|3950 | 0.000000e+00 |      --      |    Inf 
655.94/656.16	c   656s| 97900 |   392 |  6779k|  69.2 |  15M|  43 | 118 | 718 |  10k| 718 | 626 | 725k|  88k|3955 | 0.000000e+00 |      --      |    Inf 
656.55/656.71	c   657s| 98000 |   389 |  6785k|  69.2 |  15M|  43 |   - | 718 |  10k| 718 | 625 | 726k|  88k|3958 | 0.000000e+00 |      --      |    Inf 
657.04/657.20	c   657s| 98100 |   391 |  6790k|  69.2 |  15M|  43 | 136 | 718 |  10k| 718 | 615 | 726k|  88k|3964 | 0.000000e+00 |      --      |    Inf 
657.55/657.74	c   658s| 98200 |   390 |  6795k|  69.1 |  15M|  43 | 145 | 718 |  11k| 718 | 630 | 727k|  88k|3964 | 0.000000e+00 |      --      |    Inf 
658.14/658.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.14/658.34	c   658s| 98300 |   388 |  6801k|  69.1 |  15M|  43 | 150 | 718 |  11k| 718 | 627 | 727k|  88k|3964 | 0.000000e+00 |      --      |    Inf 
658.75/658.93	c   659s| 98400 |   390 |  6807k|  69.1 |  15M|  43 |   - | 718 |  11k| 718 | 600 | 728k|  88k|3964 | 0.000000e+00 |      --      |    Inf 
659.34/659.51	c   660s| 98500 |   388 |  6813k|  69.1 |  15M|  43 |   - | 718 |  11k| 718 | 600 | 728k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
659.85/660.08	c   660s| 98600 |   396 |  6819k|  69.1 |  15M|  43 | 131 | 718 |  11k| 718 | 593 | 729k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
660.44/660.63	c   661s| 98700 |   394 |  6825k|  69.1 |  15M|  43 |   - | 718 |  11k| 718 | 610 | 730k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
661.04/661.20	c   661s| 98800 |   394 |  6831k|  69.1 |  15M|  43 | 152 | 718 |  11k| 718 | 602 | 730k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
661.64/661.81	c   662s| 98900 |   391 |  6837k|  69.1 |  15M|  43 |   - | 718 |  11k| 718 | 611 | 731k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
662.14/662.34	c   662s| 99000 |   384 |  6842k|  69.1 |  15M|  43 |   - | 718 |  11k| 718 | 628 | 731k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
662.74/662.90	c   663s| 99100 |   385 |  6848k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 601 | 731k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
663.24/663.42	c   663s| 99200 |   385 |  6853k|  69.0 |  15M|  43 | 142 | 718 |  11k| 718 | 577 | 732k|  89k|3964 | 0.000000e+00 |      --      |    Inf 
663.84/664.04	c   664s| 99300 |   381 |  6859k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 576 | 732k|  89k|3969 | 0.000000e+00 |      --      |    Inf 
664.44/664.64	c   665s| 99400 |   381 |  6865k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 598 | 733k|  89k|3969 | 0.000000e+00 |      --      |    Inf 
665.14/665.36	c   665s| 99500 |   385 |  6873k|  69.0 |  15M|  43 | 159 | 718 |  11k| 718 | 544 | 734k|  90k|3969 | 0.000000e+00 |      --      |    Inf 
665.94/666.18	c   666s| 99600 |   383 |  6881k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 621 | 735k|  90k|3969 | 0.000000e+00 |      --      |    Inf 
666.74/666.96	c   667s| 99700 |   381 |  6889k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 541 | 736k|  90k|3979 | 0.000000e+00 |      --      |    Inf 
667.64/667.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.64/667.81	c   668s| 99800 |   385 |  6897k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 541 | 737k|  90k|3987 | 0.000000e+00 |      --      |    Inf 
668.24/668.43	c   668s| 99900 |   381 |  6903k|  69.0 |  15M|  43 | 139 | 718 |  10k| 718 | 560 | 737k|  90k|3987 | 0.000000e+00 |      --      |    Inf 
669.04/669.20	c   669s|100000 |   383 |  6911k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 572 | 738k|  90k|3991 | 0.000000e+00 |      --      |    Inf 
669.65/669.89	c   670s|100100 |   384 |  6918k|  69.1 |  15M|  43 |   - | 718 |  11k| 718 | 542 | 739k|  90k|3992 | 0.000000e+00 |      --      |    Inf 
670.34/670.58	c   671s|100200 |   379 |  6924k|  69.0 |  15M|  43 | 150 | 718 |  10k| 718 | 547 | 740k|  90k|3999 | 0.000000e+00 |      --      |    Inf 
671.04/671.29	c   671s|100300 |   380 |  6931k|  69.0 |  15M|  43 | 132 | 718 |  10k| 718 | 600 | 741k|  90k|4001 | 0.000000e+00 |      --      |    Inf 
671.74/671.97	c   672s|100400 |   378 |  6939k|  69.1 |  15M|  43 |   - | 718 |  10k| 718 | 622 | 741k|  90k|4001 | 0.000000e+00 |      --      |    Inf 
672.44/672.62	c   673s|100500 |   379 |  6946k|  69.1 |  15M|  43 |   - | 718 |  10k| 718 | 588 | 742k|  90k|4001 | 0.000000e+00 |      --      |    Inf 
673.14/673.36	c   673s|100600 |   379 |  6954k|  69.1 |  15M|  43 |   - | 718 |  10k| 718 | 567 | 743k|  90k|4001 | 0.000000e+00 |      --      |    Inf 
673.73/673.94	c   674s|100700 |   379 |  6960k|  69.1 |  15M|  43 | 146 | 718 |  10k| 718 | 538 | 744k|  90k|4001 | 0.000000e+00 |      --      |    Inf 
674.34/674.54	c   675s|100800 |   374 |  6966k|  69.0 |  15M|  43 | 152 | 718 |  10k| 718 | 525 | 744k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
675.04/675.26	c   675s|100900 |   378 |  6973k|  69.1 |  15M|  43 | 132 | 718 |  10k| 718 | 623 | 745k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
675.64/675.84	c   676s|101000 |   378 |  6979k|  69.0 |  15M|  43 | 155 | 718 |  10k| 718 | 604 | 745k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
676.35/676.52	c   677s|101100 |   379 |  6986k|  69.0 |  15M|  43 | 152 | 718 |  10k| 718 | 627 | 746k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
676.94/677.12	c   677s|101200 |   385 |  6992k|  69.0 |  15M|  43 | 161 | 718 |  11k| 718 | 606 | 747k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
677.53/677.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
677.53/677.79	c   678s|101300 |   381 |  6998k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 619 | 747k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
678.33/678.53	c   679s|101400 |   379 |  7006k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 607 | 748k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
678.83/679.04	c   679s|101500 |   382 |  7011k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 589 | 748k|  91k|4001 | 0.000000e+00 |      --      |    Inf 
679.44/679.66	c   680s|101600 |   379 |  7017k|  69.0 |  15M|  43 | 166 | 718 |  11k| 718 | 541 | 749k|  91k|4010 | 0.000000e+00 |      --      |    Inf 
680.14/680.32	c   680s|101700 |   376 |  7023k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 629 | 750k|  91k|4010 | 0.000000e+00 |      --      |    Inf 
680.84/681.01	c   681s|101800 |   364 |  7030k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 552 | 750k|  92k|4012 | 0.000000e+00 |      --      |    Inf 
681.54/681.72	c   682s|101900 |   368 |  7037k|  69.0 |  15M|  43 |   - | 718 |  11k| 718 | 543 | 751k|  92k|4021 | 0.000000e+00 |      --      |    Inf 
682.14/682.32	c   682s|102000 |   371 |  7043k|  69.0 |  15M|  43 | 139 | 718 |  10k| 718 | 535 | 752k|  92k|4021 | 0.000000e+00 |      --      |    Inf 
682.73/682.98	c   683s|102100 |   367 |  7050k|  69.0 |  15M|  43 |   - | 718 |  10k| 718 | 535 | 753k|  92k|4029 | 0.000000e+00 |      --      |    Inf 
683.44/683.67	c   684s|102200 |   363 |  7058k|  69.0 |  15M|  43 |   - | 718 |  10k| 718 | 565 | 754k|  92k|4029 | 0.000000e+00 |      --      |    Inf 
684.24/684.40	c   684s|102300 |   366 |  7065k|  69.0 |  15M|  43 |   - | 718 |  10k| 718 | 536 | 755k|  92k|4031 | 0.000000e+00 |      --      |    Inf 
684.54/684.79	c   685s|102400 |   370 |  7069k|  69.0 |  15M|  43 | 137 | 718 |  10k| 718 | 553 | 755k|  92k|4031 | 0.000000e+00 |      --      |    Inf 
685.05/685.26	c   685s|102500 |   371 |  7074k|  69.0 |  15M|  43 | 119 | 718 |  10k| 718 | 545 | 755k|  92k|4031 | 0.000000e+00 |      --      |    Inf 
685.54/685.76	c   686s|102600 |   366 |  7080k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 549 | 756k|  92k|4031 | 0.000000e+00 |      --      |    Inf 
686.14/686.33	c   686s|102700 |   363 |  7085k|  68.9 |  15M|  43 | 162 | 718 |  10k| 718 | 493 | 756k|  92k|4031 | 0.000000e+00 |      --      |    Inf 
686.73/686.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.73/686.92	c   687s|102800 |   360 |  7091k|  68.9 |  15M|  43 | 137 | 718 |  10k| 718 | 561 | 757k|  92k|4031 | 0.000000e+00 |      --      |    Inf 
687.24/687.49	c   687s|102900 |   358 |  7097k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 599 | 757k|  92k|4031 | 0.000000e+00 |      --      |    Inf 
688.04/688.21	c   688s|103000 |   360 |  7104k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 597 | 758k|  93k|4031 | 0.000000e+00 |      --      |    Inf 
688.73/688.99	c   689s|103100 |   356 |  7112k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 547 | 759k|  93k|4031 | 0.000000e+00 |      --      |    Inf 
689.44/689.66	c   690s|103200 |   356 |  7119k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 533 | 760k|  93k|4032 | 0.000000e+00 |      --      |    Inf 
690.24/690.46	c   690s|103300 |   358 |  7127k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 533 | 761k|  93k|4032 | 0.000000e+00 |      --      |    Inf 
690.84/691.06	c   691s|103400 |   365 |  7133k|  68.9 |  15M|  43 | 114 | 718 |  10k| 718 | 576 | 762k|  93k|4032 | 0.000000e+00 |      --      |    Inf 
691.43/691.64	c   692s|103500 |   366 |  7139k|  68.9 |  15M|  43 | 129 | 718 |  10k| 718 | 574 | 762k|  93k|4032 | 0.000000e+00 |      --      |    Inf 
692.04/692.21	c   692s|103600 |   368 |  7145k|  68.9 |  15M|  43 | 146 | 718 |  10k| 718 | 575 | 763k|  93k|4032 | 0.000000e+00 |      --      |    Inf 
692.44/692.68	c   693s|103700 |   365 |  7150k|  68.9 |  15M|  43 | 153 | 718 |  10k| 718 | 562 | 763k|  93k|4032 | 0.000000e+00 |      --      |    Inf 
693.13/693.32	c   693s|103800 |   363 |  7156k|  68.9 |  15M|  43 | 144 | 718 |  10k| 718 | 566 | 763k|  93k|4042 | 0.000000e+00 |      --      |    Inf 
693.74/693.96	c   694s|103900 |   359 |  7162k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 532 | 764k|  93k|4042 | 0.000000e+00 |      --      |    Inf 
694.54/694.77	c   695s|104000 |   363 |  7171k|  68.9 |  15M|  43 | 147 | 718 |  10k| 718 | 554 | 765k|  93k|4042 | 0.000000e+00 |      --      |    Inf 
695.33/695.56	c   696s|104100 |   357 |  7178k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 577 | 766k|  93k|4051 | 0.000000e+00 |      --      |    Inf 
696.14/696.31	c   696s|104200 |   358 |  7186k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 597 | 767k|  94k|4051 | 0.000000e+00 |      --      |    Inf 
696.84/697.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
696.84/697.05	c   697s|104300 |   358 |  7193k|  68.9 |  15M|  43 | 141 | 718 |  10k| 718 | 568 | 767k|  94k|4056 | 0.000000e+00 |      --      |    Inf 
697.53/697.76	c   698s|104400 |   356 |  7201k|  68.9 |  15M|  43 | 173 | 718 |  10k| 718 | 519 | 768k|  94k|4056 | 0.000000e+00 |      --      |    Inf 
698.34/698.56	c   699s|104500 |   359 |  7209k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 549 | 769k|  94k|4061 | 0.000000e+00 |      --      |    Inf 
699.03/699.25	c   699s|104600 |   359 |  7215k|  68.9 |  15M|  43 | 168 | 718 |  10k| 718 | 536 | 770k|  94k|4065 | 0.000000e+00 |      --      |    Inf 
699.74/699.93	c   700s|104700 |   365 |  7222k|  68.9 |  15M|  43 | 149 | 718 |  10k| 718 | 607 | 771k|  94k|4067 | 0.000000e+00 |      --      |    Inf 
700.33/700.52	c   701s|104800 |   362 |  7228k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 597 | 771k|  94k|4068 | 0.000000e+00 |      --      |    Inf 
700.94/701.12	c   701s|104900 |   362 |  7235k|  68.9 |  15M|  43 | 149 | 718 |  10k| 718 | 596 | 772k|  94k|4068 | 0.000000e+00 |      --      |    Inf 
701.43/701.68	c   702s|105000 |   362 |  7240k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 591 | 772k|  94k|4068 | 0.000000e+00 |      --      |    Inf 
702.13/702.37	c   702s|105100 |   359 |  7247k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 597 | 773k|  94k|4068 | 0.000000e+00 |      --      |    Inf 
702.93/703.13	c   703s|105200 |   360 |  7255k|  68.9 |  15M|  43 | 153 | 718 |  10k| 718 | 607 | 774k|  94k|4068 | 0.000000e+00 |      --      |    Inf 
703.53/703.71	c   704s|105300 |   366 |  7261k|  68.9 |  15M|  43 | 136 | 718 |  10k| 718 | 599 | 774k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
704.04/704.24	c   704s|105400 |   365 |  7267k|  68.9 |  15M|  43 | 136 | 718 |  10k| 718 | 601 | 775k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
704.54/704.77	c   705s|105500 |   361 |  7272k|  68.9 |  15M|  43 | 148 | 718 |  10k| 718 | 592 | 775k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
705.23/705.40	c   705s|105600 |   364 |  7278k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 653 | 776k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
705.73/705.98	c   706s|105700 |   364 |  7284k|  68.9 |  15M|  43 |   - | 718 |  10k| 718 | 552 | 776k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
706.33/706.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
706.33/706.56	c   707s|105800 |   368 |  7291k|  68.9 |  15M|  43 |   - | 718 |  11k| 718 | 625 | 777k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
706.93/707.10	c   707s|105900 |   372 |  7296k|  68.8 |  15M|  43 |   - | 718 |  11k| 718 | 609 | 777k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
707.44/707.62	c   708s|106000 |   373 |  7301k|  68.8 |  15M|  43 | 147 | 718 |  11k| 718 | 599 | 778k|  95k|4068 | 0.000000e+00 |      --      |    Inf 
708.14/708.37	c   708s|106100 |   385 |  7308k|  68.8 |  15M|  43 | 134 | 718 |  11k| 718 | 597 | 778k|  95k|4080 | 0.000000e+00 |      --      |    Inf 
708.73/708.98	c   709s|106200 |   383 |  7315k|  68.8 |  15M|  43 | 167 | 718 |  11k| 718 | 632 | 779k|  95k|4080 | 0.000000e+00 |      --      |    Inf 
709.34/709.53	c   710s|106300 |   385 |  7320k|  68.8 |  16M|  43 |   - | 718 |  11k| 718 | 601 | 779k|  95k|4080 | 0.000000e+00 |      --      |    Inf 
709.93/710.11	c   710s|106400 |   380 |  7326k|  68.8 |  16M|  43 |   - | 718 |  11k| 718 | 613 | 780k|  96k|4080 | 0.000000e+00 |      --      |    Inf 
710.54/710.74	c   711s|106500 |   385 |  7333k|  68.8 |  16M|  43 |   - | 718 |  11k| 718 | 621 | 780k|  96k|4080 | 0.000000e+00 |      --      |    Inf 
711.04/711.26	c   711s|106600 |   382 |  7338k|  68.8 |  16M|  43 | 140 | 718 |  11k| 718 | 625 | 780k|  96k|4080 | 0.000000e+00 |      --      |    Inf 
711.73/711.92	c   712s|106700 |   376 |  7344k|  68.8 |  16M|  43 |   - | 718 |  11k| 718 | 600 | 781k|  96k|4090 | 0.000000e+00 |      --      |    Inf 
712.23/712.47	c   712s|106800 |   378 |  7350k|  68.8 |  16M|  43 |   - | 718 |  11k| 718 | 618 | 781k|  96k|4090 | 0.000000e+00 |      --      |    Inf 
712.93/713.10	c   713s|106900 |   377 |  7356k|  68.8 |  16M|  43 | 141 | 718 |  11k| 718 | 596 | 782k|  96k|4090 | 0.000000e+00 |      --      |    Inf 
713.53/713.76	c   714s|107000 |   371 |  7362k|  68.8 |  16M|  43 |   - | 718 |  12k| 718 | 627 | 782k|  96k|4096 | 0.000000e+00 |      --      |    Inf 
714.24/714.43	c   714s|107100 |   373 |  7369k|  68.8 |  16M|  43 |   - | 718 |  12k| 718 | 616 | 783k|  96k|4097 | 0.000000e+00 |      --      |    Inf 
714.63/714.89	c   715s|107200 |   375 |  7374k|  68.7 |  16M|  43 | 135 | 718 |  12k| 718 | 626 | 783k|  96k|4097 | 0.000000e+00 |      --      |    Inf 
715.24/715.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
715.24/715.46	c   715s|107300 |   376 |  7379k|  68.7 |  16M|  43 |   - | 718 |  12k| 718 | 618 | 784k|  96k|4097 | 0.000000e+00 |      --      |    Inf 
715.84/716.02	c   716s|107400 |   376 |  7385k|  68.7 |  16M|  43 |   - | 718 |  12k| 718 | 638 | 784k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
716.33/716.53	c   717s|107500 |   377 |  7390k|  68.7 |  16M|  43 |   - | 718 |  12k| 718 | 617 | 784k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
717.04/717.23	c   717s|107600 |   377 |  7397k|  68.7 |  16M|  43 | 155 | 718 |  12k| 718 | 644 | 785k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
717.53/717.75	c   718s|107700 |   374 |  7403k|  68.7 |  16M|  43 | 118 | 718 |  12k| 718 | 608 | 785k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
718.04/718.26	c   718s|107800 |   376 |  7408k|  68.7 |  16M|  43 | 129 | 718 |  12k| 718 | 587 | 786k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
718.54/718.76	c   719s|107900 |   373 |  7413k|  68.7 |  16M|  43 |   - | 718 |  12k| 718 | 614 | 786k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
719.14/719.37	c   719s|108000 |   371 |  7420k|  68.6 |  16M|  43 |   - | 718 |  12k| 718 | 646 | 787k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
719.73/719.94	c   720s|108100 |   375 |  7425k|  68.6 |  16M|  43 | 103 | 718 |  12k| 718 | 627 | 787k|  97k|4097 | 0.000000e+00 |      --      |    Inf 
720.24/720.43	c   720s|108200 |   372 |  7430k|  68.6 |  16M|  43 |   - | 718 |  13k| 718 | 623 | 788k|  98k|4097 | 0.000000e+00 |      --      |    Inf 
720.73/720.92	c   721s|108300 |   372 |  7435k|  68.6 |  16M|  43 | 120 | 718 |  13k| 718 | 598 | 788k|  98k|4097 | 0.000000e+00 |      --      |    Inf 
721.24/721.40	c   721s|108400 |   374 |  7440k|  68.6 |  16M|  43 | 132 | 718 |  13k| 718 | 598 | 789k|  98k|4097 | 0.000000e+00 |      --      |    Inf 
721.84/722.01	c   722s|108500 |   372 |  7447k|  68.6 |  16M|  43 |   - | 718 |  13k| 718 | 647 | 789k|  98k|4097 | 0.000000e+00 |      --      |    Inf 
722.33/722.56	c   723s|108600 |   375 |  7452k|  68.6 |  16M|  43 |   - | 718 |  13k| 718 | 591 | 790k|  98k|4097 | 0.000000e+00 |      --      |    Inf 
722.93/723.15	c   723s|108700 |   372 |  7458k|  68.6 |  16M|  43 |   - | 718 |  13k| 718 | 607 | 790k|  98k|4099 | 0.000000e+00 |      --      |    Inf 
723.54/723.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
723.54/723.77	c   724s|108800 |   374 |  7464k|  68.5 |  17M|  43 | 133 | 718 |  13k| 718 | 619 | 791k|  98k|4109 | 0.000000e+00 |      --      |    Inf 
724.13/724.31	c   724s|108900 |   370 |  7469k|  68.5 |  17M|  43 |   - | 718 |  13k| 718 | 605 | 791k|  98k|4109 | 0.000000e+00 |      --      |    Inf 
724.74/724.91	c   725s|109000 |   368 |  7475k|  68.5 |  17M|  43 |   - | 718 |  13k| 718 | 601 | 792k|  98k|4109 | 0.000000e+00 |      --      |    Inf 
725.23/725.42	c   725s|109100 |   370 |  7481k|  68.5 |  17M|  43 |   - | 718 |  14k| 718 | 554 | 792k|  99k|4115 | 0.000000e+00 |      --      |    Inf 
725.83/726.02	c   726s|109200 |   372 |  7486k|  68.5 |  17M|  43 |   - | 718 |  13k| 718 | 564 | 793k|  99k|4124 | 0.000000e+00 |      --      |    Inf 
726.44/726.61	c   727s|109300 |   366 |  7492k|  68.5 |  17M|  43 |   - | 718 |  13k| 718 | 641 | 793k|  99k|4124 | 0.000000e+00 |      --      |    Inf 
727.03/727.29	c   727s|109400 |   358 |  7499k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 553 | 794k|  99k|4126 | 0.000000e+00 |      --      |    Inf 
727.83/728.06	c   728s|109500 |   353 |  7506k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 627 | 795k|  99k|4133 | 0.000000e+00 |      --      |    Inf 
728.53/728.77	c   729s|109600 |   352 |  7513k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 545 | 795k|  99k|4133 | 0.000000e+00 |      --      |    Inf 
729.23/729.43	c   729s|109700 |   360 |  7520k|  68.5 |  16M|  43 | 135 | 718 |  13k| 718 | 550 | 796k|  99k|4136 | 0.000000e+00 |      --      |    Inf 
729.83/730.01	c   730s|109800 |   356 |  7525k|  68.5 |  16M|  43 | 144 | 718 |  13k| 718 | 520 | 797k|  99k|4136 | 0.000000e+00 |      --      |    Inf 
730.43/730.64	c   731s|109900 |   355 |  7532k|  68.5 |  16M|  43 | 156 | 718 |  13k| 718 | 529 | 797k|  99k|4137 | 0.000000e+00 |      --      |    Inf 
731.03/731.27	c   731s|110000 |   354 |  7538k|  68.5 |  16M|  43 | 138 | 718 |  13k| 718 | 585 | 798k|  99k|4137 | 0.000000e+00 |      --      |    Inf 
731.63/731.89	c   732s|110100 |   347 |  7544k|  68.5 |  16M|  43 | 128 | 718 |  13k| 718 | 563 | 798k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
732.23/732.45	c   732s|110200 |   345 |  7550k|  68.5 |  16M|  43 | 148 | 718 |  13k| 718 | 640 | 799k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
733.03/733.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.03/733.25	c   733s|110300 |   341 |  7559k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 570 | 800k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
733.63/733.85	c   734s|110400 |   344 |  7565k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 492 | 801k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
734.33/734.57	c   735s|110500 |   347 |  7573k|  68.5 |  16M|  43 | 151 | 718 |  13k| 718 | 499 | 802k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
735.13/735.33	c   735s|110600 |   343 |  7582k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 546 | 803k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
735.83/736.04	c   736s|110700 |   347 |  7590k|  68.5 |  16M|  43 | 150 | 718 |  13k| 718 | 525 | 804k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
736.63/736.80	c   737s|110800 |   349 |  7598k|  68.5 |  16M|  43 | 134 | 718 |  13k| 718 | 549 | 805k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
737.13/737.40	c   737s|110900 |   347 |  7605k|  68.5 |  16M|  43 | 137 | 718 |  13k| 718 | 501 | 806k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
737.73/737.96	c   738s|111000 |   347 |  7611k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 535 | 806k| 100k|4138 | 0.000000e+00 |      --      |    Inf 
738.23/738.49	c   738s|111100 |   347 |  7616k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 514 | 807k| 100k|4150 | 0.000000e+00 |      --      |    Inf 
738.83/739.04	c   739s|111200 |   347 |  7622k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 540 | 807k| 100k|4150 | 0.000000e+00 |      --      |    Inf 
739.43/739.63	c   740s|111300 |   345 |  7629k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 531 | 808k| 101k|4150 | 0.000000e+00 |      --      |    Inf 
740.03/740.24	c   740s|111400 |   349 |  7635k|  68.5 |  16M|  43 | 131 | 718 |  13k| 718 | 541 | 809k| 101k|4150 | 0.000000e+00 |      --      |    Inf 
740.62/740.84	c   741s|111500 |   347 |  7641k|  68.5 |  17M|  43 | 140 | 718 |  13k| 718 | 533 | 809k| 101k|4162 | 0.000000e+00 |      --      |    Inf 
741.33/741.57	c   742s|111600 |   343 |  7649k|  68.5 |  17M|  43 |   - | 718 |  13k| 718 | 606 | 810k| 101k|4162 | 0.000000e+00 |      --      |    Inf 
742.03/742.22	c   742s|111700 |   341 |  7655k|  68.5 |  16M|  43 | 161 | 718 |  13k| 718 | 550 | 811k| 101k|4162 | 0.000000e+00 |      --      |    Inf 
742.62/742.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.62/742.86	c   743s|111800 |   343 |  7662k|  68.5 |  16M|  43 | 154 | 718 |  13k| 718 | 560 | 811k| 101k|4162 | 0.000000e+00 |      --      |    Inf 
743.43/743.69	c   744s|111900 |   336 |  7670k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 543 | 812k| 101k|4171 | 0.000000e+00 |      --      |    Inf 
744.03/744.26	c   744s|112000 |   345 |  7676k|  68.5 |  16M|  43 | 148 | 718 |  13k| 718 | 572 | 813k| 101k|4171 | 0.000000e+00 |      --      |    Inf 
744.73/744.90	c   745s|112100 |   347 |  7683k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 552 | 814k| 101k|4175 | 0.000000e+00 |      --      |    Inf 
745.23/745.47	c   745s|112200 |   353 |  7689k|  68.5 |  16M|  43 | 135 | 718 |  13k| 718 | 542 | 815k| 101k|4177 | 0.000000e+00 |      --      |    Inf 
745.83/746.09	c   746s|112300 |   354 |  7696k|  68.5 |  16M|  43 | 122 | 718 |  13k| 718 | 545 | 815k| 101k|4178 | 0.000000e+00 |      --      |    Inf 
746.53/746.80	c   747s|112400 |   346 |  7704k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 550 | 817k| 101k|4178 | 0.000000e+00 |      --      |    Inf 
747.23/747.42	c   747s|112500 |   345 |  7711k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 537 | 817k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
747.92/748.15	c   748s|112600 |   343 |  7719k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 605 | 818k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
748.53/748.73	c   749s|112700 |   338 |  7724k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 608 | 819k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
749.12/749.39	c   749s|112800 |   342 |  7731k|  68.5 |  16M|  43 | 132 | 718 |  12k| 718 | 581 | 819k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
749.73/749.95	c   750s|112900 |   339 |  7737k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 562 | 820k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
750.13/750.36	c   750s|113000 |   338 |  7741k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 631 | 820k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
750.93/751.12	c   751s|113100 |   342 |  7749k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 565 | 821k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
751.63/751.82	c   752s|113200 |   344 |  7756k|  68.5 |  16M|  43 | 146 | 718 |  12k| 718 | 578 | 822k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
752.24/752.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.24/752.49	c   752s|113300 |   346 |  7764k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 563 | 823k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
752.92/753.18	c   753s|113400 |   346 |  7771k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 573 | 824k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
753.53/753.77	c   754s|113500 |   347 |  7777k|  68.5 |  16M|  43 | 167 | 718 |  13k| 718 | 529 | 824k| 102k|4178 | 0.000000e+00 |      --      |    Inf 
754.43/754.61	c   755s|113600 |   347 |  7786k|  68.5 |  16M|  43 | 139 | 718 |  13k| 718 | 561 | 826k| 102k|4187 | 0.000000e+00 |      --      |    Inf 
755.12/755.35	c   755s|113700 |   342 |  7792k|  68.5 |  16M|  43 | 144 | 718 |  13k| 718 | 504 | 826k| 103k|4198 | 0.000000e+00 |      --      |    Inf 
755.72/755.97	c   756s|113800 |   342 |  7799k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 543 | 827k| 103k|4198 | 0.000000e+00 |      --      |    Inf 
756.33/756.57	c   757s|113900 |   342 |  7805k|  68.5 |  16M|  43 | 148 | 718 |  13k| 718 | 578 | 828k| 103k|4198 | 0.000000e+00 |      --      |    Inf 
757.02/757.22	c   757s|114000 |   338 |  7812k|  68.5 |  16M|  43 |   - | 718 |  13k| 718 | 596 | 829k| 103k|4198 | 0.000000e+00 |      --      |    Inf 
757.74/757.99	c   758s|114100 |   341 |  7819k|  68.5 |  16M|  43 | 158 | 718 |  12k| 718 | 556 | 830k| 103k|4205 | 0.000000e+00 |      --      |    Inf 
758.52/758.74	c   759s|114200 |   344 |  7827k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 592 | 830k| 103k|4205 | 0.000000e+00 |      --      |    Inf 
759.22/759.43	c   759s|114300 |   344 |  7834k|  68.5 |  16M|  43 | 182 | 718 |  12k| 718 | 633 | 831k| 103k|4205 | 0.000000e+00 |      --      |    Inf 
759.83/760.06	c   760s|114400 |   335 |  7840k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 571 | 832k| 103k|4210 | 0.000000e+00 |      --      |    Inf 
760.52/760.70	c   761s|114500 |   335 |  7846k|  68.5 |  16M|  43 | 171 | 718 |  12k| 718 | 541 | 832k| 103k|4212 | 0.000000e+00 |      --      |    Inf 
761.03/761.30	c   761s|114600 |   333 |  7852k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 563 | 833k| 103k|4213 | 0.000000e+00 |      --      |    Inf 
761.83/762.01	c   762s|114700 |   333 |  7860k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 600 | 833k| 103k|4215 | 0.000000e+00 |      --      |    Inf 
762.33/762.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
762.33/762.57	c   763s|114800 |   328 |  7865k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 554 | 834k| 103k|4215 | 0.000000e+00 |      --      |    Inf 
762.92/763.16	c   763s|114900 |   331 |  7871k|  68.5 |  16M|  43 | 130 | 718 |  12k| 718 | 564 | 834k| 104k|4215 | 0.000000e+00 |      --      |    Inf 
763.52/763.77	c   764s|115000 |   330 |  7878k|  68.4 |  16M|  43 | 150 | 718 |  12k| 718 | 562 | 835k| 104k|4215 | 0.000000e+00 |      --      |    Inf 
764.13/764.39	c   764s|115100 |   330 |  7884k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 578 | 836k| 104k|4215 | 0.000000e+00 |      --      |    Inf 
764.82/765.01	c   765s|115200 |   327 |  7891k|  68.4 |  16M|  43 | 152 | 718 |  12k| 718 | 589 | 836k| 104k|4215 | 0.000000e+00 |      --      |    Inf 
765.63/765.80	c   766s|115300 |   327 |  7899k|  68.5 |  16M|  43 |   - | 718 |  12k| 718 | 542 | 837k| 104k|4216 | 0.000000e+00 |      --      |    Inf 
766.22/766.47	c   766s|115400 |   327 |  7906k|  68.5 |  16M|  43 | 178 | 718 |  12k| 718 | 553 | 838k| 104k|4216 | 0.000000e+00 |      --      |    Inf 
766.82/767.03	c   767s|115500 |   327 |  7912k|  68.5 |  16M|  43 | 162 | 718 |  12k| 718 | 555 | 839k| 104k|4216 | 0.000000e+00 |      --      |    Inf 
767.43/767.69	c   768s|115600 |   328 |  7919k|  68.4 |  16M|  43 | 166 | 718 |  12k| 718 | 567 | 840k| 104k|4216 | 0.000000e+00 |      --      |    Inf 
768.22/768.41	c   768s|115700 |   330 |  7926k|  68.5 |  16M|  43 | 175 | 718 |  12k| 718 | 579 | 841k| 104k|4216 | 0.000000e+00 |      --      |    Inf 
768.73/768.97	c   769s|115800 |   332 |  7932k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 576 | 841k| 104k|4216 | 0.000000e+00 |      --      |    Inf 
769.32/769.56	c   770s|115900 |   328 |  7938k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 529 | 842k| 104k|4216 | 0.000000e+00 |      --      |    Inf 
769.92/770.19	c   770s|116000 |   331 |  7944k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 561 | 842k| 105k|4224 | 0.000000e+00 |      --      |    Inf 
770.62/770.89	c   771s|116100 |   328 |  7951k|  68.4 |  16M|  43 |   - | 718 |  13k| 718 | 571 | 843k| 105k|4224 | 0.000000e+00 |      --      |    Inf 
771.32/771.50	c   772s|116200 |   327 |  7957k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 539 | 844k| 105k|4225 | 0.000000e+00 |      --      |    Inf 
772.02/772.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
772.02/772.28	c   772s|116300 |   329 |  7965k|  68.4 |  16M|  43 | 155 | 718 |  12k| 718 | 547 | 845k| 105k|4235 | 0.000000e+00 |      --      |    Inf 
772.72/772.91	c   773s|116400 |   327 |  7971k|  68.4 |  16M|  43 | 146 | 718 |  12k| 718 | 553 | 845k| 105k|4235 | 0.000000e+00 |      --      |    Inf 
773.32/773.51	c   774s|116500 |   320 |  7977k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 557 | 846k| 105k|4235 | 0.000000e+00 |      --      |    Inf 
774.02/774.24	c   774s|116600 |   325 |  7985k|  68.4 |  16M|  43 | 122 | 718 |  12k| 718 | 638 | 847k| 105k|4235 | 0.000000e+00 |      --      |    Inf 
774.72/774.99	c   775s|116700 |   320 |  7992k|  68.4 |  16M|  43 | 158 | 718 |  12k| 718 | 540 | 847k| 105k|4244 | 0.000000e+00 |      --      |    Inf 
775.52/775.77	c   776s|116800 |   318 |  8000k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 622 | 848k| 105k|4246 | 0.000000e+00 |      --      |    Inf 
776.13/776.37	c   776s|116900 |   315 |  8006k|  68.4 |  16M|  43 | 150 | 718 |  12k| 718 | 621 | 849k| 105k|4247 | 0.000000e+00 |      --      |    Inf 
777.03/777.29	c   777s|117000 |   321 |  8015k|  68.5 |  16M|  43 | 136 | 718 |  11k| 718 | 621 | 850k| 105k|4249 | 0.000000e+00 |      --      |    Inf 
777.73/777.91	c   778s|117100 |   323 |  8022k|  68.5 |  16M|  43 | 152 | 718 |  12k| 718 | 640 | 851k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
778.43/778.61	c   779s|117200 |   321 |  8029k|  68.5 |  16M|  43 | 165 | 718 |  11k| 718 | 528 | 852k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
779.13/779.34	c   779s|117300 |   319 |  8036k|  68.5 |  16M|  43 | 164 | 718 |  11k| 718 | 433 | 853k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
779.73/779.92	c   780s|117400 |   321 |  8042k|  68.5 |  16M|  43 | 153 | 718 |  11k| 718 | 521 | 854k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
780.23/780.49	c   780s|117500 |   324 |  8048k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 512 | 854k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
780.83/781.04	c   781s|117600 |   326 |  8054k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 559 | 855k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
781.43/781.61	c   782s|117700 |   329 |  8060k|  68.4 |  16M|  43 | 145 | 718 |  12k| 718 | 508 | 856k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
781.93/782.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
781.93/782.16	c   782s|117800 |   335 |  8067k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 545 | 857k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
782.42/782.64	c   783s|117900 |   339 |  8072k|  68.4 |  16M|  43 | 141 | 718 |  12k| 718 | 524 | 857k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
782.92/783.16	c   783s|118000 |   337 |  8078k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 541 | 858k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
783.62/783.81	c   784s|118100 |   335 |  8085k|  68.4 |  16M|  43 | 152 | 718 |  12k| 718 | 528 | 859k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
784.32/784.51	c   785s|118200 |   337 |  8093k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 532 | 860k| 106k|4249 | 0.000000e+00 |      --      |    Inf 
784.92/785.14	c   785s|118300 |   333 |  8100k|  68.4 |  16M|  43 | 136 | 718 |  12k| 718 | 523 | 860k| 107k|4249 | 0.000000e+00 |      --      |    Inf 
785.63/785.85	c   786s|118400 |   329 |  8107k|  68.4 |  16M|  43 | 146 | 718 |  12k| 718 | 542 | 861k| 107k|4259 | 0.000000e+00 |      --      |    Inf 
786.23/786.48	c   786s|118500 |   328 |  8114k|  68.4 |  16M|  43 | 163 | 718 |  12k| 718 | 499 | 862k| 107k|4259 | 0.000000e+00 |      --      |    Inf 
787.12/787.32	c   787s|118600 |   326 |  8122k|  68.4 |  16M|  43 | 141 | 718 |  12k| 718 | 525 | 863k| 107k|4268 | 0.000000e+00 |      --      |    Inf 
787.62/787.88	c   788s|118700 |   332 |  8128k|  68.4 |  16M|  43 | 126 | 718 |  12k| 718 | 567 | 864k| 107k|4268 | 0.000000e+00 |      --      |    Inf 
788.22/788.42	c   788s|118800 |   329 |  8134k|  68.4 |  16M|  43 | 141 | 718 |  12k| 718 | 563 | 864k| 107k|4268 | 0.000000e+00 |      --      |    Inf 
788.62/788.87	c   789s|118900 |   331 |  8138k|  68.4 |  16M|  43 | 131 | 718 |  12k| 718 | 587 | 864k| 107k|4268 | 0.000000e+00 |      --      |    Inf 
789.22/789.44	c   789s|119000 |   330 |  8144k|  68.4 |  16M|  43 | 132 | 718 |  13k| 718 | 591 | 865k| 107k|4273 | 0.000000e+00 |      --      |    Inf 
789.93/790.14	c   790s|119100 |   328 |  8151k|  68.4 |  16M|  43 | 143 | 718 |  13k| 718 | 557 | 866k| 107k|4276 | 0.000000e+00 |      --      |    Inf 
790.43/790.64	c   791s|119200 |   327 |  8156k|  68.4 |  16M|  43 | 148 | 718 |  13k| 718 | 543 | 866k| 107k|4277 | 0.000000e+00 |      --      |    Inf 
791.02/791.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
791.02/791.24	c   791s|119300 |   325 |  8163k|  68.4 |  16M|  43 |   - | 718 |  13k| 718 | 556 | 867k| 107k|4278 | 0.000000e+00 |      --      |    Inf 
791.73/791.91	c   792s|119400 |   325 |  8169k|  68.4 |  16M|  43 | 178 | 718 |  13k| 718 | 572 | 867k| 108k|4278 | 0.000000e+00 |      --      |    Inf 
792.42/792.61	c   793s|119500 |   327 |  8177k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 556 | 868k| 108k|4278 | 0.000000e+00 |      --      |    Inf 
793.12/793.35	c   793s|119600 |   327 |  8184k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 576 | 869k| 108k|4278 | 0.000000e+00 |      --      |    Inf 
794.02/794.25	c   794s|119700 |   328 |  8194k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 576 | 870k| 108k|4278 | 0.000000e+00 |      --      |    Inf 
794.72/794.92	c   795s|119800 |   328 |  8200k|  68.4 |  16M|  43 | 146 | 718 |  12k| 718 | 556 | 871k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
795.32/795.58	c   796s|119900 |   329 |  8207k|  68.4 |  16M|  43 | 163 | 718 |  12k| 718 | 508 | 871k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
796.02/796.30	c   796s|120000 |   328 |  8215k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 581 | 872k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
796.82/797.02	c   797s|120100 |   329 |  8222k|  68.4 |  16M|  43 | 178 | 718 |  12k| 718 | 602 | 873k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
797.42/797.68	c   798s|120200 |   328 |  8229k|  68.4 |  16M|  43 | 148 | 718 |  12k| 718 | 555 | 874k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
798.22/798.44	c   798s|120300 |   322 |  8236k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 619 | 875k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
798.82/799.03	c   799s|120400 |   324 |  8242k|  68.4 |  16M|  43 | 129 | 718 |  11k| 718 | 535 | 875k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
799.43/799.60	c   800s|120500 |   324 |  8248k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 593 | 876k| 108k|4279 | 0.000000e+00 |      --      |    Inf 
800.02/800.20	c   800s|120600 |   326 |  8254k|  68.4 |  16M|  43 | 151 | 718 |  12k| 718 | 543 | 876k| 109k|4289 | 0.000000e+00 |      --      |    Inf 
800.53/800.79	c   801s|120700 |   319 |  8260k|  68.4 |  16M|  43 | 157 | 718 |  12k| 718 | 574 | 877k| 109k|4289 | 0.000000e+00 |      --      |    Inf 
801.32/801.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
801.32/801.51	c   802s|120800 |   328 |  8267k|  68.4 |  16M|  43 | 150 | 718 |  12k| 718 | 498 | 877k| 109k|4289 | 0.000000e+00 |      --      |    Inf 
801.92/802.19	c   802s|120900 |   326 |  8274k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 552 | 878k| 109k|4295 | 0.000000e+00 |      --      |    Inf 
802.52/802.79	c   803s|121000 |   326 |  8281k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 560 | 879k| 109k|4295 | 0.000000e+00 |      --      |    Inf 
803.02/803.29	c   803s|121100 |   328 |  8285k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 552 | 879k| 109k|4301 | 0.000000e+00 |      --      |    Inf 
803.62/803.89	c   804s|121200 |   329 |  8292k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 540 | 879k| 109k|4301 | 0.000000e+00 |      --      |    Inf 
804.22/804.40	c   804s|121300 |   330 |  8297k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 552 | 880k| 109k|4302 | 0.000000e+00 |      --      |    Inf 
804.82/805.03	c   805s|121400 |   328 |  8303k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 554 | 880k| 109k|4306 | 0.000000e+00 |      --      |    Inf 
805.52/805.70	c   806s|121500 |   332 |  8309k|  68.3 |  16M|  43 | 135 | 718 |  12k| 718 | 521 | 881k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
806.02/806.21	c   806s|121600 |   331 |  8315k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 545 | 881k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
806.52/806.76	c   807s|121700 |   331 |  8321k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 550 | 882k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
807.02/807.28	c   807s|121800 |   333 |  8327k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 546 | 882k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
807.72/807.90	c   808s|121900 |   337 |  8333k|  68.3 |  16M|  43 | 141 | 718 |  13k| 718 | 539 | 883k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
808.23/808.44	c   808s|122000 |   336 |  8339k|  68.3 |  16M|  43 | 135 | 718 |  13k| 718 | 530 | 884k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
808.71/808.96	c   809s|122100 |   338 |  8344k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 549 | 884k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
809.33/809.54	c   810s|122200 |   334 |  8351k|  68.3 |  17M|  43 |   - | 718 |  13k| 718 | 538 | 885k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
809.92/810.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
809.92/810.16	c   810s|122300 |   332 |  8357k|  68.3 |  17M|  43 | 157 | 718 |  13k| 718 | 513 | 885k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
810.62/810.81	c   811s|122400 |   330 |  8363k|  68.3 |  17M|  43 |   - | 718 |  13k| 718 | 529 | 886k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
811.22/811.46	c   811s|122500 |   328 |  8370k|  68.3 |  17M|  43 |   - | 718 |  13k| 718 | 547 | 887k| 110k|4311 | 0.000000e+00 |      --      |    Inf 
811.91/812.10	c   812s|122600 |   330 |  8377k|  68.3 |  17M|  43 | 134 | 718 |  13k| 718 | 549 | 887k| 111k|4311 | 0.000000e+00 |      --      |    Inf 
812.42/812.68	c   813s|122700 |   329 |  8383k|  68.3 |  17M|  43 | 142 | 718 |  13k| 718 | 562 | 888k| 111k|4311 | 0.000000e+00 |      --      |    Inf 
813.22/813.41	c   813s|122800 |   323 |  8390k|  68.3 |  16M|  43 | 166 | 718 |  13k| 718 | 486 | 889k| 111k|4311 | 0.000000e+00 |      --      |    Inf 
813.92/814.13	c   814s|122900 |   326 |  8398k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 550 | 890k| 111k|4311 | 0.000000e+00 |      --      |    Inf 
814.61/814.88	c   815s|123000 |   321 |  8405k|  68.3 |  16M|  43 | 169 | 718 |  13k| 718 | 550 | 890k| 111k|4317 | 0.000000e+00 |      --      |    Inf 
815.31/815.54	c   816s|123100 |   318 |  8411k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 527 | 891k| 111k|4317 | 0.000000e+00 |      --      |    Inf 
816.03/816.21	c   816s|123200 |   310 |  8418k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 546 | 892k| 111k|4317 | 0.000000e+00 |      --      |    Inf 
816.82/817.08	c   817s|123300 |   308 |  8426k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 576 | 893k| 111k|4328 | 0.000000e+00 |      --      |    Inf 
817.62/817.82	c   818s|123400 |   310 |  8434k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 549 | 894k| 111k|4328 | 0.000000e+00 |      --      |    Inf 
818.42/818.68	c   819s|123500 |   320 |  8442k|  68.3 |  16M|  43 | 152 | 718 |  11k| 718 | 516 | 895k| 111k|4336 | 0.000000e+00 |      --      |    Inf 
819.23/819.41	c   819s|123600 |   320 |  8450k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 558 | 896k| 111k|4336 | 0.000000e+00 |      --      |    Inf 
819.82/820.09	c   820s|123700 |   319 |  8457k|  68.3 |  16M|  43 | 164 | 718 |  11k| 718 | 519 | 897k| 111k|4340 | 0.000000e+00 |      --      |    Inf 
820.52/820.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.52/820.78	c   821s|123800 |   317 |  8464k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 521 | 898k| 111k|4342 | 0.000000e+00 |      --      |    Inf 
821.12/821.39	c   821s|123900 |   317 |  8471k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 541 | 899k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
821.81/822.06	c   822s|124000 |   316 |  8479k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 558 | 900k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
822.52/822.74	c   823s|124100 |   314 |  8486k|  68.3 |  16M|  43 | 167 | 718 |  11k| 718 | 589 | 900k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
823.31/823.56	c   824s|124200 |   320 |  8494k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 590 | 901k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
824.02/824.27	c   824s|124300 |   322 |  8501k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 534 | 902k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
824.61/824.84	c   825s|124400 |   318 |  8507k|  68.3 |  16M|  43 | 151 | 718 |  11k| 718 | 579 | 903k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
825.22/825.42	c   825s|124500 |   318 |  8513k|  68.3 |  16M|  43 | 133 | 718 |  11k| 718 | 598 | 903k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
825.82/826.02	c   826s|124600 |   316 |  8519k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 588 | 904k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
826.52/826.77	c   827s|124700 |   320 |  8526k|  68.3 |  16M|  43 | 157 | 718 |  12k| 718 | 592 | 905k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
827.31/827.54	c   828s|124800 |   322 |  8534k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 583 | 906k| 112k|4342 | 0.000000e+00 |      --      |    Inf 
828.02/828.27	c   828s|124900 |   313 |  8541k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 594 | 906k| 113k|4342 | 0.000000e+00 |      --      |    Inf 
828.72/828.91	c   829s|125000 |   315 |  8548k|  68.3 |  16M|  43 | 143 | 718 |  11k| 718 | 570 | 907k| 113k|4343 | 0.000000e+00 |      --      |    Inf 
829.42/829.61	c   830s|125100 |   313 |  8555k|  68.3 |  16M|  43 | 136 | 718 |  11k| 718 | 528 | 908k| 113k|4348 | 0.000000e+00 |      --      |    Inf 
830.12/830.32	c   830s|125200 |   309 |  8562k|  68.3 |  16M|  43 |   - | 718 |  11k| 718 | 564 | 909k| 113k|4349 | 0.000000e+00 |      --      |    Inf 
831.02/831.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.02/831.20	c   831s|125300 |   319 |  8570k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 620 | 910k| 113k|4358 | 0.000000e+00 |      --      |    Inf 
831.61/831.84	c   832s|125400 |   315 |  8577k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 629 | 910k| 113k|4358 | 0.000000e+00 |      --      |    Inf 
832.31/832.50	c   833s|125500 |   313 |  8584k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 585 | 911k| 113k|4358 | 0.000000e+00 |      --      |    Inf 
833.11/833.39	c   833s|125600 |   315 |  8593k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 567 | 912k| 113k|4363 | 0.000000e+00 |      --      |    Inf 
834.01/834.25	c   834s|125700 |   317 |  8603k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 535 | 913k| 113k|4372 | 0.000000e+00 |      --      |    Inf 
834.62/834.88	c   835s|125800 |   315 |  8610k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 527 | 914k| 113k|4372 | 0.000000e+00 |      --      |    Inf 
835.41/835.61	c   836s|125900 |   312 |  8617k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 555 | 914k| 113k|4374 | 0.000000e+00 |      --      |    Inf 
836.12/836.32	c   836s|126000 |   314 |  8625k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 526 | 915k| 114k|4377 | 0.000000e+00 |      --      |    Inf 
836.92/837.11	c   837s|126100 |   316 |  8633k|  68.4 |  16M|  43 | 151 | 718 |  11k| 718 | 562 | 916k| 114k|4377 | 0.000000e+00 |      --      |    Inf 
837.72/837.98	c   838s|126200 |   312 |  8642k|  68.4 |  16M|  43 | 160 | 718 |  11k| 718 | 523 | 917k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
838.41/838.70	c   839s|126300 |   312 |  8649k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 660 | 918k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
839.21/839.40	c   839s|126400 |   308 |  8656k|  68.4 |  16M|  43 | 158 | 718 |  11k| 718 | 529 | 919k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
839.81/840.01	c   840s|126500 |   308 |  8662k|  68.4 |  16M|  43 | 149 | 718 |  11k| 718 | 557 | 919k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
840.32/840.57	c   841s|126600 |   308 |  8667k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 549 | 920k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
841.02/841.22	c   841s|126700 |   310 |  8674k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 551 | 921k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
841.61/841.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.61/841.80	c   842s|126800 |   309 |  8680k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 568 | 921k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
842.22/842.45	c   842s|126900 |   309 |  8687k|  68.4 |  16M|  43 | 138 | 718 |  11k| 718 | 581 | 922k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
842.92/843.10	c   843s|127000 |   301 |  8693k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 540 | 923k| 114k|4386 | 0.000000e+00 |      --      |    Inf 
843.52/843.76	c   844s|127100 |   302 |  8700k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 590 | 924k| 115k|4386 | 0.000000e+00 |      --      |    Inf 
844.11/844.35	c   844s|127200 |   297 |  8706k|  68.4 |  16M|  43 | 154 | 718 |  11k| 718 | 537 | 924k| 115k|4386 | 0.000000e+00 |      --      |    Inf 
844.81/845.03	c   845s|127300 |   301 |  8713k|  68.4 |  16M|  43 | 160 | 718 |  11k| 718 | 586 | 925k| 115k|4386 | 0.000000e+00 |      --      |    Inf 
845.42/845.62	c   846s|127400 |   294 |  8719k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 562 | 925k| 115k|4386 | 0.000000e+00 |      --      |    Inf 
846.11/846.35	c   846s|127500 |   293 |  8726k|  68.4 |  15M|  43 | 140 | 718 |  11k| 718 | 592 | 926k| 115k|4390 | 0.000000e+00 |      --      |    Inf 
846.81/847.03	c   847s|127600 |   287 |  8733k|  68.4 |  15M|  43 |   - | 718 |  10k| 718 | 549 | 927k| 115k|4392 | 0.000000e+00 |      --      |    Inf 
847.51/847.74	c   848s|127700 |   287 |  8740k|  68.4 |  15M|  43 |   - | 718 |  10k| 718 | 588 | 927k| 115k|4392 | 0.000000e+00 |      --      |    Inf 
848.21/848.48	c   848s|127800 |   287 |  8747k|  68.4 |  15M|  43 | 168 | 718 |  10k| 718 | 561 | 928k| 115k|4401 | 0.000000e+00 |      --      |    Inf 
848.91/849.17	c   849s|127900 |   289 |  8755k|  68.4 |  15M|  43 |   - | 718 |  10k| 718 | 528 | 929k| 115k|4401 | 0.000000e+00 |      --      |    Inf 
849.61/849.87	c   850s|128000 |   287 |  8762k|  68.4 |  15M|  43 |   - | 718 |  10k| 718 | 525 | 930k| 115k|4403 | 0.000000e+00 |      --      |    Inf 
850.41/850.65	c   851s|128100 |   287 |  8770k|  68.4 |  15M|  43 |   - | 718 |  10k| 718 | 541 | 931k| 115k|4410 | 0.000000e+00 |      --      |    Inf 
851.12/851.38	c   851s|128200 |   283 |  8778k|  68.4 |  15M|  43 |   - | 718 |  11k| 718 | 534 | 932k| 115k|4410 | 0.000000e+00 |      --      |    Inf 
851.81/852.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.81/852.09	c   852s|128300 |   281 |  8785k|  68.4 |  15M|  43 | 160 | 718 |  11k| 718 | 512 | 933k| 116k|4417 | 0.000000e+00 |      --      |    Inf 
852.61/852.87	c   853s|128400 |   289 |  8793k|  68.4 |  15M|  43 | 133 | 718 |  11k| 718 | 620 | 934k| 116k|4417 | 0.000000e+00 |      --      |    Inf 
853.32/853.58	c   854s|128500 |   288 |  8801k|  68.4 |  15M|  43 |   - | 718 |  10k| 718 | 535 | 935k| 116k|4418 | 0.000000e+00 |      --      |    Inf 
853.91/854.16	c   854s|128600 |   288 |  8806k|  68.4 |  15M|  43 | 146 | 718 |  10k| 718 | 520 | 935k| 116k|4421 | 0.000000e+00 |      --      |    Inf 
854.51/854.76	c   855s|128700 |   286 |  8813k|  68.4 |  15M|  43 |   - | 718 |  11k| 718 | 515 | 936k| 116k|4423 | 0.000000e+00 |      --      |    Inf 
855.11/855.33	c   855s|128800 |   287 |  8819k|  68.4 |  15M|  43 | 132 | 718 |  11k| 718 | 538 | 937k| 116k|4423 | 0.000000e+00 |      --      |    Inf 
855.62/855.86	c   856s|128900 |   289 |  8825k|  68.4 |  15M|  43 |   - | 718 |  11k| 718 | 546 | 938k| 116k|4425 | 0.000000e+00 |      --      |    Inf 
856.11/856.37	c   856s|129000 |   287 |  8830k|  68.4 |  15M|  43 | 132 | 718 |  11k| 718 | 546 | 938k| 116k|4425 | 0.000000e+00 |      --      |    Inf 
856.72/856.98	c   857s|129100 |   286 |  8837k|  68.4 |  15M|  43 | 133 | 718 |  11k| 718 | 537 | 939k| 116k|4425 | 0.000000e+00 |      --      |    Inf 
857.31/857.53	c   858s|129200 |   284 |  8843k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 533 | 939k| 116k|4425 | 0.000000e+00 |      --      |    Inf 
857.91/858.11	c   858s|129300 |   282 |  8849k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 551 | 940k| 117k|4427 | 0.000000e+00 |      --      |    Inf 
858.41/858.66	c   859s|129400 |   282 |  8854k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 552 | 941k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
859.21/859.43	c   859s|129500 |   280 |  8862k|  68.4 |  15M|  43 |   - | 718 |  11k| 718 | 645 | 942k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
859.81/860.00	c   860s|129600 |   277 |  8868k|  68.4 |  15M|  43 | 143 | 718 |  11k| 718 | 579 | 942k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
860.51/860.70	c   861s|129700 |   284 |  8875k|  68.4 |  15M|  43 |   - | 718 |  11k| 718 | 585 | 943k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
861.12/861.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
861.12/861.37	c   861s|129800 |   282 |  8882k|  68.4 |  15M|  43 |   - | 718 |  11k| 718 | 552 | 944k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
861.81/862.07	c   862s|129900 |   286 |  8890k|  68.4 |  15M|  43 |   - | 718 |  11k| 718 | 585 | 945k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
862.41/862.68	c   863s|130000 |   287 |  8896k|  68.4 |  16M|  43 | 164 | 718 |  11k| 718 | 563 | 946k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
863.01/863.22	c   863s|130100 |   289 |  8902k|  68.4 |  16M|  43 | 132 | 718 |  11k| 718 | 535 | 946k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
863.51/863.71	c   864s|130200 |   285 |  8907k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 548 | 947k| 117k|4428 | 0.000000e+00 |      --      |    Inf 
864.21/864.45	c   864s|130300 |   287 |  8914k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 564 | 947k| 117k|4437 | 0.000000e+00 |      --      |    Inf 
864.81/865.05	c   865s|130400 |   289 |  8921k|  68.4 |  16M|  43 | 128 | 718 |  11k| 718 | 541 | 948k| 117k|4437 | 0.000000e+00 |      --      |    Inf 
865.41/865.63	c   866s|130500 |   285 |  8927k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 551 | 949k| 118k|4437 | 0.000000e+00 |      --      |    Inf 
866.11/866.38	c   866s|130600 |   287 |  8935k|  68.4 |  16M|  43 |   - | 718 |  11k| 718 | 574 | 950k| 118k|4441 | 0.000000e+00 |      --      |    Inf 
866.81/867.03	c   867s|130700 |   287 |  8941k|  68.4 |  16M|  43 | 143 | 718 |  12k| 718 | 553 | 950k| 118k|4448 | 0.000000e+00 |      --      |    Inf 
867.41/867.67	c   868s|130800 |   284 |  8948k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 563 | 951k| 118k|4449 | 0.000000e+00 |      --      |    Inf 
868.10/868.38	c   868s|130900 |   283 |  8955k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 575 | 952k| 118k|4451 | 0.000000e+00 |      --      |    Inf 
868.81/869.07	c   869s|131000 |   278 |  8962k|  68.4 |  16M|  43 | 161 | 718 |  12k| 718 | 555 | 953k| 118k|4452 | 0.000000e+00 |      --      |    Inf 
869.51/869.78	c   870s|131100 |   274 |  8969k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 638 | 954k| 118k|4452 | 0.000000e+00 |      --      |    Inf 
870.21/870.48	c   870s|131200 |   277 |  8976k|  68.4 |  16M|  43 | 149 | 718 |  12k| 718 | 575 | 954k| 118k|4452 | 0.000000e+00 |      --      |    Inf 
870.91/871.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.91/871.14	c   871s|131300 |   277 |  8983k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 559 | 955k| 118k|4452 | 0.000000e+00 |      --      |    Inf 
871.61/871.82	c   872s|131400 |   277 |  8990k|  68.4 |  16M|  43 | 157 | 718 |  12k| 718 | 567 | 956k| 118k|4452 | 0.000000e+00 |      --      |    Inf 
872.40/872.60	c   873s|131500 |   275 |  8998k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 576 | 957k| 118k|4452 | 0.000000e+00 |      --      |    Inf 
872.90/873.13	c   873s|131600 |   279 |  9004k|  68.4 |  16M|  43 | 130 | 718 |  12k| 718 | 574 | 957k| 118k|4452 | 0.000000e+00 |      --      |    Inf 
873.51/873.70	c   874s|131700 |   281 |  9009k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 569 | 958k| 119k|4452 | 0.000000e+00 |      --      |    Inf 
874.22/874.41	c   874s|131800 |   279 |  9017k|  68.4 |  16M|  43 | 150 | 718 |  12k| 718 | 528 | 958k| 119k|4452 | 0.000000e+00 |      --      |    Inf 
874.71/874.97	c   875s|131900 |   279 |  9023k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 544 | 959k| 119k|4452 | 0.000000e+00 |      --      |    Inf 
875.41/875.64	c   876s|132000 |   283 |  9030k|  68.4 |  16M|  43 | 135 | 718 |  12k| 718 | 574 | 960k| 119k|4452 | 0.000000e+00 |      --      |    Inf 
876.01/876.24	c   876s|132100 |   282 |  9036k|  68.4 |  16M|  43 | 147 | 718 |  12k| 718 | 552 | 961k| 119k|4452 | 0.000000e+00 |      --      |    Inf 
876.70/876.91	c   877s|132200 |   279 |  9043k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 579 | 961k| 119k|4452 | 0.000000e+00 |      --      |    Inf 
877.41/877.68	c   878s|132300 |   283 |  9050k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 604 | 962k| 119k|4461 | 0.000000e+00 |      --      |    Inf 
878.11/878.31	c   878s|132400 |   281 |  9057k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 585 | 963k| 119k|4461 | 0.000000e+00 |      --      |    Inf 
878.71/878.97	c   879s|132500 |   287 |  9063k|  68.4 |  16M|  43 | 121 | 718 |  12k| 718 | 610 | 963k| 119k|4465 | 0.000000e+00 |      --      |    Inf 
879.40/879.64	c   880s|132600 |   283 |  9070k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 614 | 964k| 119k|4468 | 0.000000e+00 |      --      |    Inf 
880.01/880.29	c   880s|132700 |   281 |  9077k|  68.4 |  16M|  43 |   - | 718 |  12k| 718 | 597 | 965k| 119k|4472 | 0.000000e+00 |      --      |    Inf 
880.51/880.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
880.51/880.77	c   881s|132800 |   283 |  9082k|  68.3 |  16M|  43 | 146 | 718 |  12k| 718 | 618 | 965k| 119k|4473 | 0.000000e+00 |      --      |    Inf 
881.10/881.31	c   881s|132900 |   285 |  9087k|  68.3 |  16M|  43 | 127 | 718 |  12k| 718 | 626 | 965k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
881.60/881.83	c   882s|133000 |   285 |  9093k|  68.3 |  16M|  43 | 130 | 718 |  12k| 718 | 643 | 966k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
882.10/882.30	c   882s|133100 |   285 |  9098k|  68.3 |  16M|  43 | 150 | 718 |  12k| 718 | 566 | 966k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
882.61/882.81	c   883s|133200 |   283 |  9103k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 591 | 967k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
883.11/883.32	c   883s|133300 |   284 |  9108k|  68.3 |  16M|  43 | 128 | 718 |  13k| 718 | 618 | 967k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
883.60/883.89	c   884s|133400 |   283 |  9114k|  68.3 |  16M|  43 |   - | 718 |  13k|   0 |   0 | 967k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
884.11/884.39	c   884s|133500 |   281 |  9119k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 649 | 968k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
884.81/885.07	c   885s|133600 |   281 |  9126k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 584 | 968k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
885.51/885.75	c   886s|133700 |   281 |  9133k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 612 | 969k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
886.20/886.48	c   886s|133800 |   280 |  9140k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 657 | 969k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
886.90/887.11	c   887s|133900 |   282 |  9147k|  68.3 |  16M|  43 | 128 | 718 |  13k| 718 | 593 | 970k| 120k|4474 | 0.000000e+00 |      --      |    Inf 
887.51/887.73	c   888s|134000 |   284 |  9154k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 580 | 971k| 121k|4474 | 0.000000e+00 |      --      |    Inf 
888.10/888.33	c   888s|134100 |   282 |  9160k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 598 | 971k| 121k|4474 | 0.000000e+00 |      --      |    Inf 
888.70/888.98	c   889s|134200 |   282 |  9167k|  68.3 |  16M|  43 | 134 | 718 |  13k| 718 | 571 | 972k| 121k|4474 | 0.000000e+00 |      --      |    Inf 
889.30/889.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
889.30/889.55	c   890s|134300 |   280 |  9172k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 606 | 973k| 121k|4474 | 0.000000e+00 |      --      |    Inf 
890.10/890.31	c   890s|134400 |   279 |  9179k|  68.3 |  17M|  43 |   - | 718 |  13k| 718 | 603 | 973k| 121k|4484 | 0.000000e+00 |      --      |    Inf 
890.81/891.04	c   891s|134500 |   283 |  9186k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 583 | 974k| 121k|4488 | 0.000000e+00 |      --      |    Inf 
891.50/891.70	c   892s|134600 |   281 |  9193k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 598 | 974k| 121k|4488 | 0.000000e+00 |      --      |    Inf 
892.21/892.41	c   892s|134700 |   285 |  9200k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 617 | 975k| 121k|4488 | 0.000000e+00 |      --      |    Inf 
892.81/893.00	c   893s|134800 |   281 |  9206k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 611 | 975k| 121k|4488 | 0.000000e+00 |      --      |    Inf 
893.30/893.58	c   894s|134900 |   282 |  9212k|  68.2 |  16M|  43 | 145 | 718 |  13k| 718 | 602 | 976k| 121k|4488 | 0.000000e+00 |      --      |    Inf 
894.11/894.30	c   894s|135000 |   281 |  9220k|  68.2 |  16M|  43 | 153 | 718 |  13k| 718 | 563 | 977k| 121k|4492 | 0.000000e+00 |      --      |    Inf 
894.80/895.04	c   895s|135100 |   281 |  9227k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 603 | 978k| 122k|4495 | 0.000000e+00 |      --      |    Inf 
895.41/895.68	c   896s|135200 |   281 |  9234k|  68.3 |  17M|  43 |   - | 718 |  13k| 718 | 589 | 978k| 122k|4496 | 0.000000e+00 |      --      |    Inf 
896.10/896.35	c   896s|135300 |   276 |  9241k|  68.3 |  17M|  43 |   - | 718 |  14k| 718 | 575 | 979k| 122k|4496 | 0.000000e+00 |      --      |    Inf 
896.91/897.19	c   897s|135400 |   275 |  9248k|  68.3 |  16M|  43 | 173 | 718 |  13k| 718 | 563 | 980k| 122k|4508 | 0.000000e+00 |      --      |    Inf 
897.60/897.81	c   898s|135500 |   273 |  9255k|  68.3 |  16M|  43 |   - | 718 |  14k|   0 |   0 | 980k| 122k|4509 | 0.000000e+00 |      --      |    Inf 
898.21/898.47	c   898s|135600 |   273 |  9262k|  68.3 |  16M|  43 |   - | 718 |  14k| 718 | 567 | 981k| 122k|4509 | 0.000000e+00 |      --      |    Inf 
898.91/899.16	c   899s|135700 |   269 |  9269k|  68.3 |  16M|  43 |   - | 718 |  14k| 718 | 565 | 982k| 122k|4509 | 0.000000e+00 |      --      |    Inf 
899.51/899.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
899.51/899.71	c   900s|135800 |   272 |  9275k|  68.3 |  17M|  43 |   - | 718 |  14k| 718 | 544 | 982k| 122k|4509 | 0.000000e+00 |      --      |    Inf 
900.11/900.37	c   900s|135900 |   270 |  9282k|  68.3 |  16M|  43 | 142 | 718 |  14k| 718 | 558 | 983k| 122k|4509 | 0.000000e+00 |      --      |    Inf 
900.71/900.98	c   901s|136000 |   270 |  9288k|  68.3 |  17M|  43 |   - | 718 |  14k| 718 | 540 | 984k| 122k|4509 | 0.000000e+00 |      --      |    Inf 
901.20/901.44	c   901s|136100 |   269 |  9293k|  68.2 |  17M|  43 |   - | 718 |  14k| 718 | 560 | 984k| 122k|4509 | 0.000000e+00 |      --      |    Inf 
901.71/902.00	c   902s|136200 |   276 |  9299k|  68.2 |  17M|  43 |   - | 718 |  14k| 718 | 574 | 985k| 123k|4509 | 0.000000e+00 |      --      |    Inf 
902.40/902.61	c   903s|136300 |   276 |  9305k|  68.2 |  17M|  43 | 158 | 718 |  14k| 718 | 566 | 986k| 123k|4509 | 0.000000e+00 |      --      |    Inf 
902.91/903.18	c   903s|136400 |   274 |  9311k|  68.2 |  17M|  43 | 150 | 718 |  14k| 718 | 574 | 986k| 123k|4509 | 0.000000e+00 |      --      |    Inf 
903.70/903.97	c   904s|136500 |   278 |  9318k|  68.2 |  17M|  43 | 157 | 718 |  14k| 718 | 563 | 987k| 123k|4509 | 0.000000e+00 |      --      |    Inf 
904.31/904.58	c   905s|136600 |   269 |  9324k|  68.2 |  17M|  43 | 161 | 718 |  14k| 718 | 531 | 987k| 123k|4509 | 0.000000e+00 |      --      |    Inf 
905.11/905.31	c   905s|136700 |   263 |  9331k|  68.2 |  17M|  43 | 177 | 718 |  14k| 718 | 548 | 988k| 123k|4509 | 0.000000e+00 |      --      |    Inf 
905.80/906.03	c   906s|136800 |   265 |  9339k|  68.2 |  17M|  43 |   - | 718 |  14k| 718 | 608 | 989k| 123k|4510 | 0.000000e+00 |      --      |    Inf 
906.51/906.73	c   907s|136900 |   259 |  9346k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 616 | 990k| 123k|4512 | 0.000000e+00 |      --      |    Inf 
907.30/907.54	c   908s|137000 |   263 |  9354k|  68.2 |  16M|  43 | 150 | 718 |  13k| 718 | 540 | 991k| 123k|4514 | 0.000000e+00 |      --      |    Inf 
908.01/908.22	c   908s|137100 |   261 |  9361k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 544 | 991k| 123k|4516 | 0.000000e+00 |      --      |    Inf 
908.70/908.92	c   909s|137200 |   253 |  9368k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 643 | 992k| 123k|4520 | 0.000000e+00 |      --      |    Inf 
909.41/909.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
909.41/909.69	c   910s|137300 |   255 |  9375k|  68.2 |  16M|  43 | 152 | 718 |  13k| 718 | 645 | 993k| 124k|4531 | 0.000000e+00 |      --      |    Inf 
910.10/910.36	c   910s|137400 |   252 |  9382k|  68.2 |  16M|  43 | 169 | 718 |  13k| 718 | 617 | 993k| 124k|4531 | 0.000000e+00 |      --      |    Inf 
910.81/911.07	c   911s|137500 |   251 |  9389k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 543 | 994k| 124k|4531 | 0.000000e+00 |      --      |    Inf 
911.50/911.75	c   912s|137600 |   253 |  9396k|  68.2 |  16M|  43 | 152 | 718 |  13k| 718 | 578 | 995k| 124k|4537 | 0.000000e+00 |      --      |    Inf 
912.20/912.41	c   912s|137700 |   244 |  9402k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 540 | 996k| 124k|4537 | 0.000000e+00 |      --      |    Inf 
912.91/913.10	c   913s|137800 |   244 |  9409k|  68.2 |  16M|  43 | 159 | 718 |  13k| 718 | 526 | 996k| 124k|4542 | 0.000000e+00 |      --      |    Inf 
913.51/913.72	c   914s|137900 |   248 |  9415k|  68.2 |  16M|  43 | 135 | 718 |  13k| 718 | 538 | 997k| 124k|4542 | 0.000000e+00 |      --      |    Inf 
914.11/914.33	c   914s|138000 |   242 |  9421k|  68.2 |  16M|  43 | 157 | 718 |  13k| 718 | 521 | 998k| 124k|4542 | 0.000000e+00 |      --      |    Inf 
914.80/915.05	c   915s|138100 |   245 |  9428k|  68.2 |  16M|  43 | 130 | 718 |  13k| 718 | 567 | 999k| 124k|4545 | 0.000000e+00 |      --      |    Inf 
915.50/915.74	c   916s|138200 |   246 |  9435k|  68.2 |  16M|  43 | 135 | 718 |  14k| 718 | 540 |1000k| 124k|4547 | 0.000000e+00 |      --      |    Inf 
916.20/916.40	c   916s|138300 |   247 |  9442k|  68.2 |  16M|  43 | 137 | 718 |  14k| 718 | 544 |1000k| 125k|4547 | 0.000000e+00 |      --      |    Inf 
916.70/916.95	c   917s|138400 |   245 |  9447k|  68.2 |  17M|  43 |   - | 718 |  14k| 718 | 533 |1001k| 125k|4547 | 0.000000e+00 |      --      |    Inf 
917.40/917.62	c   918s|138500 |   243 |  9454k|  68.2 |  17M|  43 | 138 | 718 |  14k| 718 | 528 |1002k| 125k|4547 | 0.000000e+00 |      --      |    Inf 
918.01/918.28	c   918s|138600 |   241 |  9461k|  68.2 |  17M|  43 | 158 | 718 |  14k| 718 | 528 |1002k| 125k|4547 | 0.000000e+00 |      --      |    Inf 
918.70/918.98	c   919s|138700 |   239 |  9469k|  68.2 |  17M|  43 |   - | 718 |  14k| 718 | 545 |1003k| 125k|4547 | 0.000000e+00 |      --      |    Inf 
919.40/919.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
919.40/919.68	c   920s|138800 |   239 |  9476k|  68.2 |  16M|  43 | 142 | 718 |  14k| 718 | 535 |1004k| 125k|4549 | 0.000000e+00 |      --      |    Inf 
920.01/920.22	c   920s|138900 |   238 |  9482k|  68.2 |  17M|  43 |   - | 718 |  14k| 718 | 526 |1004k| 125k|4549 | 0.000000e+00 |      --      |    Inf 
920.60/920.85	c   921s|139000 |   231 |  9488k|  68.2 |  16M|  43 | 137 | 718 |  14k| 718 | 544 |1005k| 125k|4549 | 0.000000e+00 |      --      |    Inf 
921.30/921.59	c   922s|139100 |   230 |  9496k|  68.2 |  16M|  43 |   - | 718 |  14k| 718 | 571 |1006k| 125k|4549 | 0.000000e+00 |      --      |    Inf 
922.20/922.41	c   922s|139200 |   232 |  9505k|  68.2 |  16M|  43 |   - | 718 |  14k| 718 | 562 |1007k| 125k|4549 | 0.000000e+00 |      --      |    Inf 
922.71/922.97	c   923s|139300 |   230 |  9511k|  68.2 |  16M|  43 |   - | 718 |  14k| 718 | 585 |1007k| 125k|4549 | 0.000000e+00 |      --      |    Inf 
923.50/923.72	c   924s|139400 |   234 |  9519k|  68.2 |  16M|  43 |   - | 718 |  14k| 718 | 555 |1008k| 126k|4549 | 0.000000e+00 |      --      |    Inf 
924.10/924.37	c   924s|139500 |   230 |  9525k|  68.2 |  16M|  43 |   - | 718 |  14k| 718 | 577 |1009k| 126k|4549 | 0.000000e+00 |      --      |    Inf 
924.90/925.10	c   925s|139600 |   233 |  9533k|  68.2 |  16M|  43 | 128 | 718 |  14k| 718 | 542 |1010k| 126k|4557 | 0.000000e+00 |      --      |    Inf 
925.50/925.75	c   926s|139700 |   225 |  9539k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 651 |1010k| 126k|4557 | 0.000000e+00 |      --      |    Inf 
926.10/926.38	c   926s|139800 |   227 |  9545k|  68.2 |  16M|  43 | 144 | 718 |  13k| 718 | 556 |1011k| 126k|4557 | 0.000000e+00 |      --      |    Inf 
926.80/927.00	c   927s|139900 |   229 |  9552k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 551 |1012k| 126k|4557 | 0.000000e+00 |      --      |    Inf 
927.50/927.76	c   928s|140000 |   230 |  9559k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 594 |1013k| 126k|4566 | 0.000000e+00 |      --      |    Inf 
928.20/928.41	c   928s|140100 |   228 |  9565k|  68.2 |  16M|  43 | 172 | 718 |  13k| 718 | 558 |1013k| 126k|4566 | 0.000000e+00 |      --      |    Inf 
929.00/929.20	c   929s|140200 |   224 |  9573k|  68.2 |  16M|  43 | 165 | 718 |  13k| 718 | 596 |1014k| 126k|4568 | 0.000000e+00 |      --      |    Inf 
929.80/930.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
929.80/930.04	c   930s|140300 |   222 |  9582k|  68.3 |  16M|  43 | 143 | 718 |  13k| 718 | 597 |1015k| 126k|4574 | 0.000000e+00 |      --      |    Inf 
930.50/930.77	c   931s|140400 |   219 |  9589k|  68.3 |  16M|  43 | 154 | 718 |  13k| 718 | 490 |1016k| 126k|4577 | 0.000000e+00 |      --      |    Inf 
931.20/931.49	c   931s|140500 |   217 |  9597k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 598 |1017k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
932.00/932.24	c   932s|140600 |   216 |  9604k|  68.3 |  16M|  43 |   - | 718 |  12k| 718 | 542 |1018k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
932.51/932.75	c   933s|140700 |   218 |  9609k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 572 |1018k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
933.10/933.32	c   933s|140800 |   216 |  9615k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 563 |1018k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
933.60/933.86	c   934s|140900 |   216 |  9621k|  68.2 |  16M|  43 | 146 | 718 |  13k| 718 | 559 |1019k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
934.09/934.38	c   934s|141000 |   216 |  9626k|  68.2 |  16M|  43 | 154 | 718 |  13k| 718 | 525 |1019k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
934.71/934.92	c   935s|141100 |   217 |  9632k|  68.2 |  16M|  43 | 143 | 718 |  13k| 718 | 547 |1020k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
935.29/935.50	c   935s|141200 |   215 |  9638k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 530 |1020k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
935.81/936.07	c   936s|141300 |   212 |  9643k|  68.2 |  16M|  43 |   - | 718 |  13k|   0 |   0 |1021k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
936.60/936.85	c   937s|141400 |   211 |  9651k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 538 |1022k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
937.19/937.48	c   937s|141500 |   214 |  9658k|  68.2 |  16M|  43 | 167 | 718 |  13k| 718 | 500 |1022k| 127k|4577 | 0.000000e+00 |      --      |    Inf 
937.90/938.18	c   938s|141600 |   214 |  9665k|  68.2 |  16M|  43 | 169 | 718 |  13k| 718 | 543 |1023k| 128k|4577 | 0.000000e+00 |      --      |    Inf 
938.60/938.80	c   939s|141700 |   208 |  9671k|  68.2 |  16M|  43 | 160 | 718 |  13k| 718 | 551 |1024k| 128k|4577 | 0.000000e+00 |      --      |    Inf 
939.11/939.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.11/939.31	c   939s|141800 |   211 |  9676k|  68.2 |  16M|  43 | 144 | 718 |  13k| 718 | 576 |1024k| 128k|4577 | 0.000000e+00 |      --      |    Inf 
939.70/939.93	c   940s|141900 |   206 |  9682k|  68.2 |  16M|  43 | 156 | 718 |  13k| 718 | 551 |1025k| 128k|4577 | 0.000000e+00 |      --      |    Inf 
940.20/940.49	c   940s|142000 |   205 |  9688k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 579 |1025k| 128k|4577 | 0.000000e+00 |      --      |    Inf 
941.00/941.23	c   941s|142100 |   200 |  9695k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 536 |1026k| 128k|4586 | 0.000000e+00 |      --      |    Inf 
941.70/941.93	c   942s|142200 |   200 |  9702k|  68.2 |  16M|  43 | 159 | 718 |  13k| 718 | 617 |1027k| 128k|4586 | 0.000000e+00 |      --      |    Inf 
942.40/942.61	c   943s|142300 |   194 |  9708k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 607 |1027k| 128k|4590 | 0.000000e+00 |      --      |    Inf 
943.29/943.51	c   944s|142400 |   201 |  9718k|  68.2 |  16M|  43 | 179 | 718 |  13k| 718 | 586 |1029k| 128k|4591 | 0.000000e+00 |      --      |    Inf 
943.80/944.07	c   944s|142500 |   207 |  9723k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 559 |1029k| 128k|4594 | 0.000000e+00 |      --      |    Inf 
944.40/944.65	c   945s|142600 |   205 |  9729k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 555 |1030k| 128k|4596 | 0.000000e+00 |      --      |    Inf 
945.00/945.21	c   945s|142700 |   204 |  9735k|  68.2 |  16M|  43 | 151 | 718 |  13k| 718 | 540 |1030k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
945.60/945.82	c   946s|142800 |   197 |  9741k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 602 |1031k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
946.40/946.64	c   947s|142900 |   196 |  9749k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 541 |1032k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
947.19/947.42	c   947s|143000 |   200 |  9758k|  68.2 |  16M|  43 | 154 | 718 |  13k| 718 | 591 |1032k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
947.91/948.14	c   948s|143100 |   198 |  9765k|  68.2 |  16M|  43 | 161 | 718 |  13k| 718 | 579 |1033k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
948.50/948.76	c   949s|143200 |   194 |  9771k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 596 |1034k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
949.01/949.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.01/949.30	c   949s|143300 |   201 |  9776k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 585 |1034k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
949.60/949.89	c   950s|143400 |   199 |  9782k|  68.2 |  16M|  43 | 157 | 718 |  13k| 718 | 603 |1035k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
950.20/950.47	c   950s|143500 |   198 |  9788k|  68.2 |  16M|  43 | 146 | 718 |  13k| 718 | 618 |1035k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
950.89/951.12	c   951s|143600 |   197 |  9795k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 611 |1036k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
951.50/951.77	c   952s|143700 |   199 |  9801k|  68.2 |  16M|  43 | 162 | 718 |  13k| 718 | 536 |1036k| 129k|4596 | 0.000000e+00 |      --      |    Inf 
952.30/952.54	c   953s|143800 |   202 |  9809k|  68.2 |  16M|  43 | 142 | 718 |  13k| 718 | 589 |1037k| 130k|4596 | 0.000000e+00 |      --      |    Inf 
953.00/953.23	c   953s|143900 |   208 |  9816k|  68.2 |  16M|  43 | 150 | 718 |  13k| 718 | 548 |1038k| 130k|4596 | 0.000000e+00 |      --      |    Inf 
953.59/953.84	c   954s|144000 |   206 |  9822k|  68.2 |  16M|  43 | 161 | 718 |  13k| 718 | 555 |1039k| 130k|4596 | 0.000000e+00 |      --      |    Inf 
954.30/954.57	c   955s|144100 |   210 |  9829k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 586 |1039k| 130k|4596 | 0.000000e+00 |      --      |    Inf 
955.10/955.38	c   955s|144200 |   205 |  9837k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 584 |1040k| 130k|4605 | 0.000000e+00 |      --      |    Inf 
955.90/956.12	c   956s|144300 |   204 |  9844k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 586 |1041k| 130k|4605 | 0.000000e+00 |      --      |    Inf 
956.60/956.85	c   957s|144400 |   206 |  9852k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 536 |1042k| 130k|4610 | 0.000000e+00 |      --      |    Inf 
957.19/957.42	c   957s|144500 |   206 |  9858k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 550 |1042k| 130k|4610 | 0.000000e+00 |      --      |    Inf 
957.80/958.10	c   958s|144600 |   209 |  9865k|  68.2 |  16M|  43 | 138 | 718 |  13k| 718 | 537 |1043k| 130k|4616 | 0.000000e+00 |      --      |    Inf 
958.50/958.74	c   959s|144700 |   210 |  9872k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 557 |1044k| 130k|4616 | 0.000000e+00 |      --      |    Inf 
959.20/959.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.20/959.40	c   959s|144800 |   211 |  9879k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 559 |1044k| 130k|4618 | 0.000000e+00 |      --      |    Inf 
959.80/960.06	c   960s|144900 |   206 |  9885k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 555 |1044k| 130k|4620 | 0.000000e+00 |      --      |    Inf 
960.49/960.70	c   961s|145000 |   204 |  9892k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 516 |1045k| 131k|4620 | 0.000000e+00 |      --      |    Inf 
961.10/961.36	c   961s|145100 |   206 |  9899k|  68.2 |  16M|  43 | 141 | 718 |  13k| 718 | 541 |1046k| 131k|4620 | 0.000000e+00 |      --      |    Inf 
961.79/962.00	c   962s|145200 |   204 |  9906k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 532 |1046k| 131k|4620 | 0.000000e+00 |      --      |    Inf 
962.40/962.62	c   963s|145300 |   205 |  9912k|  68.2 |  16M|  43 | 148 | 718 |  13k| 718 | 539 |1047k| 131k|4620 | 0.000000e+00 |      --      |    Inf 
963.10/963.36	c   963s|145400 |   200 |  9920k|  68.2 |  16M|  43 | 174 | 718 |  13k| 718 | 587 |1047k| 131k|4620 | 0.000000e+00 |      --      |    Inf 
963.80/964.03	c   964s|145500 |   202 |  9926k|  68.2 |  16M|  43 |   - | 718 |  13k| 718 | 611 |1048k| 131k|4620 | 0.000000e+00 |      --      |    Inf 
964.40/964.70	c   965s|145600 |   194 |  9933k|  68.2 |  16M|  43 | 149 | 718 |  13k| 718 | 618 |1049k| 131k|4621 | 0.000000e+00 |      --      |    Inf 
965.19/965.45	c   965s|145700 |   195 |  9941k|  68.2 |  16M|  43 | 118 | 718 |  13k| 718 | 643 |1050k| 131k|4621 | 0.000000e+00 |      --      |    Inf 
965.90/966.19	c   966s|145800 |   196 |  9948k|  68.2 |  16M|  43 | 134 | 718 |  13k| 718 | 615 |1050k| 131k|4621 | 0.000000e+00 |      --      |    Inf 
966.70/966.93	c   967s|145900 |   198 |  9956k|  68.2 |  16M|  43 | 144 | 718 |  12k| 718 | 522 |1051k| 131k|4621 | 0.000000e+00 |      --      |    Inf 
967.30/967.56	c   968s|146000 |   193 |  9963k|  68.2 |  16M|  43 |   - | 718 |  12k| 718 | 635 |1052k| 131k|4621 | 0.000000e+00 |      --      |    Inf 
967.89/968.15	c   968s|146100 |   196 |  9969k|  68.2 |  16M|  43 | 154 | 718 |  12k| 718 | 625 |1052k| 132k|4621 | 0.000000e+00 |      --      |    Inf 
968.50/968.78	c   969s|146200 |   194 |  9975k|  68.2 |  16M|  43 | 186 | 718 |  13k| 718 | 638 |1053k| 132k|4621 | 0.000000e+00 |      --      |    Inf 
969.30/969.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.30/969.53	c   970s|146300 |   195 |  9982k|  68.2 |  16M|  43 |   - | 718 |  12k| 718 | 624 |1053k| 132k|4630 | 0.000000e+00 |      --      |    Inf 
970.10/970.33	c   970s|146400 |   197 |  9989k|  68.2 |  16M|  43 |   - | 718 |  12k| 718 | 558 |1054k| 132k|4630 | 0.000000e+00 |      --      |    Inf 
970.80/971.04	c   971s|146500 |   193 |  9997k|  68.2 |  16M|  43 | 145 | 718 |  12k| 718 | 640 |1055k| 132k|4630 | 0.000000e+00 |      --      |    Inf 
971.59/971.83	c   972s|146600 |   189 | 10004k|  68.2 |  16M|  43 | 167 | 718 |  12k| 718 | 602 |1056k| 132k|4636 | 0.000000e+00 |      --      |    Inf 
972.39/972.61	c   973s|146700 |   189 | 10013k|  68.2 |  15M|  43 | 155 | 718 |  12k| 718 | 593 |1057k| 132k|4636 | 0.000000e+00 |      --      |    Inf 
973.10/973.34	c   973s|146800 |   182 | 10020k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 547 |1058k| 132k|4638 | 0.000000e+00 |      --      |    Inf 
973.79/974.01	c   974s|146900 |   179 | 10027k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 572 |1059k| 132k|4639 | 0.000000e+00 |      --      |    Inf 
974.49/974.74	c   975s|147000 |   179 | 10034k|  68.2 |  15M|  43 | 159 | 718 |  12k| 718 | 582 |1059k| 132k|4640 | 0.000000e+00 |      --      |    Inf 
975.09/975.37	c   975s|147100 |   177 | 10041k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 586 |1060k| 133k|4640 | 0.000000e+00 |      --      |    Inf 
975.79/976.05	c   976s|147200 |   174 | 10048k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 545 |1061k| 133k|4640 | 0.000000e+00 |      --      |    Inf 
976.50/976.71	c   977s|147300 |   167 | 10054k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 563 |1062k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
977.09/977.39	c   977s|147400 |   168 | 10061k|  68.2 |  15M|  43 | 170 | 718 |  12k| 718 | 551 |1062k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
977.89/978.12	c   978s|147500 |   164 | 10069k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 568 |1063k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
978.49/978.70	c   979s|147600 |   170 | 10075k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 583 |1064k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
979.09/979.33	c   979s|147700 |   165 | 10081k|  68.2 |  15M|  43 | 171 | 718 |  12k| 718 | 565 |1065k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
979.90/980.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
979.90/980.13	c   980s|147800 |   167 | 10089k|  68.2 |  15M|  43 | 156 | 718 |  12k| 718 | 613 |1065k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
980.90/981.11	c   981s|147900 |   167 | 10100k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 536 |1067k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
981.49/981.78	c   982s|148000 |   162 | 10106k|  68.2 |  15M|  43 | 178 | 718 |  12k| 718 | 574 |1068k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
982.09/982.39	c   982s|148100 |   164 | 10113k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 626 |1068k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
982.79/983.02	c   983s|148200 |   169 | 10119k|  68.2 |  15M|  43 | 143 | 718 |  12k| 718 | 608 |1069k| 133k|4642 | 0.000000e+00 |      --      |    Inf 
983.49/983.73	c   984s|148300 |   159 | 10126k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 636 |1069k| 133k|4651 | 0.000000e+00 |      --      |    Inf 
984.19/984.44	c   984s|148400 |   155 | 10133k|  68.2 |  15M|  43 |   - | 718 |  12k| 718 | 567 |1070k| 134k|4651 | 0.000000e+00 |      --      |    Inf 
985.19/985.47	c   985s|148500 |   157 | 10144k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 560 |1071k| 134k|4651 | 0.000000e+00 |      --      |    Inf 
986.09/986.31	c   986s|148600 |   156 | 10153k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 538 |1072k| 134k|4659 | 0.000000e+00 |      --      |    Inf 
986.89/987.13	c   987s|148700 |   156 | 10161k|  68.3 |  15M|  43 |   - | 718 |  11k| 718 | 585 |1073k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
987.50/987.78	c   988s|148800 |   162 | 10168k|  68.3 |  15M|  43 |   - | 718 |  11k| 718 | 562 |1074k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
988.09/988.36	c   988s|148900 |   164 | 10174k|  68.3 |  15M|  43 | 157 | 718 |  12k| 718 | 559 |1074k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
988.70/988.94	c   989s|149000 |   161 | 10180k|  68.3 |  15M|  43 | 159 | 718 |  12k| 718 | 561 |1075k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
989.39/989.68	c   990s|149100 |   162 | 10188k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 516 |1076k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
990.09/990.32	c   990s|149200 |   159 | 10196k|  68.3 |  15M|  43 | 164 | 718 |  12k| 718 | 563 |1076k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
990.80/991.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
990.80/991.07	c   991s|149300 |   162 | 10204k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 535 |1077k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
991.49/991.75	c   992s|149400 |   160 | 10211k|  68.3 |  15M|  43 | 168 | 718 |  12k| 718 | 516 |1078k| 134k|4660 | 0.000000e+00 |      --      |    Inf 
992.19/992.43	c   992s|149500 |   161 | 10218k|  68.3 |  15M|  43 | 160 | 718 |  12k| 718 | 537 |1079k| 135k|4660 | 0.000000e+00 |      --      |    Inf 
992.89/993.16	c   993s|149600 |   157 | 10226k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 550 |1080k| 135k|4660 | 0.000000e+00 |      --      |    Inf 
993.49/993.77	c   994s|149700 |   157 | 10232k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 524 |1081k| 135k|4660 | 0.000000e+00 |      --      |    Inf 
994.20/994.48	c   994s|149800 |   156 | 10240k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 549 |1082k| 135k|4660 | 0.000000e+00 |      --      |    Inf 
994.79/995.09	c   995s|149900 |   157 | 10246k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 550 |1082k| 135k|4660 | 0.000000e+00 |      --      |    Inf 
995.49/995.74	c   996s|150000 |   155 | 10253k|  68.3 |  15M|  43 | 170 | 718 |  12k| 718 | 492 |1083k| 135k|4660 | 0.000000e+00 |      --      |    Inf 
996.30/996.50	c   997s|150100 |   161 | 10261k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 590 |1084k| 135k|4660 | 0.000000e+00 |      --      |    Inf 
996.99/997.21	c   997s|150200 |   154 | 10268k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 568 |1084k| 135k|4669 | 0.000000e+00 |      --      |    Inf 
997.59/997.84	c   998s|150300 |   152 | 10274k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 570 |1085k| 135k|4671 | 0.000000e+00 |      --      |    Inf 
998.19/998.49	c   998s|150400 |   150 | 10280k|  68.3 |  15M|  43 |   - | 718 |  12k| 718 | 567 |1085k| 135k|4671 | 0.000000e+00 |      --      |    Inf 
998.79/999.02	c   999s|150500 |   149 | 10286k|  68.3 |  15M|  43 | 153 | 718 |  13k| 718 | 572 |1086k| 136k|4671 | 0.000000e+00 |      --      |    Inf 
999.60/999.82	c  1000s|150600 |   143 | 10293k|  68.3 |  15M|  43 | 157 | 718 |  13k| 718 | 553 |1086k| 136k|4674 | 0.000000e+00 |      --      |    Inf 
1000.39/1000.63	c  1001s|150700 |   141 | 10301k|  68.3 |  15M|  43 |   - | 718 |  13k| 718 | 607 |1087k| 136k|4679 | 0.000000e+00 |      --      |    Inf 
1001.18/1001.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.18/1001.49	c  1001s|150800 |   139 | 10310k|  68.3 |  15M|  43 |   - | 718 |  13k| 718 | 597 |1088k| 136k|4681 | 0.000000e+00 |      --      |    Inf 
1001.90/1002.18	c  1002s|150900 |   146 | 10316k|  68.3 |  15M|  43 | 155 | 718 |  13k| 718 | 626 |1089k| 136k|4684 | 0.000000e+00 |      --      |    Inf 
1002.49/1002.79	c  1003s|151000 |   146 | 10322k|  68.3 |  15M|  43 | 151 | 718 |  13k| 718 | 644 |1089k| 136k|4688 | 0.000000e+00 |      --      |    Inf 
1003.09/1003.31	c  1003s|151100 |   146 | 10328k|  68.3 |  16M|  43 | 156 | 718 |  13k| 718 | 601 |1089k| 136k|4689 | 0.000000e+00 |      --      |    Inf 
1003.59/1003.85	c  1004s|151200 |   148 | 10333k|  68.3 |  16M|  43 | 140 | 718 |  13k| 718 | 619 |1090k| 136k|4690 | 0.000000e+00 |      --      |    Inf 
1004.19/1004.44	c  1004s|151300 |   140 | 10339k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 614 |1090k| 136k|4692 | 0.000000e+00 |      --      |    Inf 
1004.89/1005.11	c  1005s|151400 |   149 | 10345k|  68.3 |  16M|  43 | 134 | 718 |  13k| 718 | 624 |1091k| 136k|4692 | 0.000000e+00 |      --      |    Inf 
1005.49/1005.79	c  1006s|151500 |   152 | 10352k|  68.3 |  16M|  43 | 129 | 718 |  13k| 718 | 599 |1091k| 136k|4692 | 0.000000e+00 |      --      |    Inf 
1006.20/1006.45	c  1006s|151600 |   152 | 10359k|  68.3 |  16M|  43 | 140 | 718 |  13k| 718 | 597 |1092k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1006.89/1007.11	c  1007s|151700 |   148 | 10365k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 599 |1092k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1007.58/1007.81	c  1008s|151800 |   145 | 10372k|  68.3 |  16M|  43 | 140 | 718 |  13k| 718 | 625 |1093k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1008.29/1008.54	c  1009s|151900 |   140 | 10379k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 627 |1094k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1009.09/1009.31	c  1009s|152000 |   143 | 10387k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 630 |1094k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1009.79/1010.06	c  1010s|152100 |   141 | 10394k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 644 |1095k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1010.49/1010.74	c  1011s|152200 |   143 | 10401k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 649 |1096k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1011.09/1011.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1011.09/1011.34	c  1011s|152300 |   141 | 10407k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 637 |1096k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1011.79/1012.05	c  1012s|152400 |   144 | 10414k|  68.3 |  16M|  43 | 124 | 718 |  14k| 718 | 595 |1097k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1012.48/1012.75	c  1013s|152500 |   144 | 10422k|  68.3 |  16M|  43 | 143 | 718 |  13k| 718 | 564 |1098k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1013.19/1013.40	c  1013s|152600 |   142 | 10428k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 637 |1099k| 137k|4692 | 0.000000e+00 |      --      |    Inf 
1014.09/1014.30	c  1014s|152700 |   147 | 10437k|  68.3 |  16M|  43 | 142 | 718 |  13k| 718 | 640 |1100k| 138k|4701 | 0.000000e+00 |      --      |    Inf 
1014.69/1014.92	c  1015s|152800 |   144 | 10443k|  68.3 |  16M|  43 | 159 | 718 |  14k| 718 | 552 |1100k| 138k|4701 | 0.000000e+00 |      --      |    Inf 
1015.38/1015.60	c  1016s|152900 |   142 | 10450k|  68.3 |  16M|  43 | 172 | 718 |  14k| 718 | 665 |1101k| 138k|4701 | 0.000000e+00 |      --      |    Inf 
1016.29/1016.52	c  1017s|153000 |   154 | 10458k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 575 |1102k| 138k|4707 | 0.000000e+00 |      --      |    Inf 
1016.99/1017.22	c  1017s|153100 |   154 | 10466k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 571 |1103k| 138k|4707 | 0.000000e+00 |      --      |    Inf 
1017.79/1018.05	c  1018s|153200 |   163 | 10474k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 555 |1104k| 138k|4712 | 0.000000e+00 |      --      |    Inf 
1018.48/1018.76	c  1019s|153300 |   161 | 10481k|  68.3 |  16M|  43 | 166 | 718 |  13k| 718 | 566 |1105k| 138k|4712 | 0.000000e+00 |      --      |    Inf 
1019.18/1019.41	c  1019s|153400 |   161 | 10488k|  68.3 |  16M|  43 |   - | 718 |  13k| 718 | 588 |1106k| 138k|4712 | 0.000000e+00 |      --      |    Inf 
1020.19/1020.44	c  1020s|153500 |   166 | 10499k|  68.4 |  16M|  43 |   - | 718 |  13k| 718 | 571 |1107k| 138k|4712 | 0.000000e+00 |      --      |    Inf 
1020.99/1021.24	c  1021s|153600 |   167 | 10507k|  68.4 |  16M|  43 | 170 | 718 |  13k| 718 | 553 |1108k| 138k|4712 | 0.000000e+00 |      --      |    Inf 
1021.89/1022.10	c  1022s|153700 |   166 | 10516k|  68.4 |  16M|  43 | 143 | 718 |  13k| 718 | 547 |1109k| 138k|4712 | 0.000000e+00 |      --      |    Inf 
1022.48/1022.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1022.48/1022.78	c  1023s|153800 |   168 | 10523k|  68.4 |  16M|  43 | 183 | 718 |  13k| 718 | 578 |1110k| 138k|4712 | 0.000000e+00 |      --      |    Inf 
1023.08/1023.38	c  1023s|153900 |   169 | 10529k|  68.4 |  16M|  43 | 145 | 718 |  13k| 718 | 581 |1110k| 139k|4712 | 0.000000e+00 |      --      |    Inf 
1023.79/1024.01	c  1024s|154000 |   169 | 10536k|  68.4 |  16M|  43 | 159 | 718 |  13k| 718 | 549 |1111k| 139k|4712 | 0.000000e+00 |      --      |    Inf 
1024.48/1024.72	c  1025s|154100 |   176 | 10543k|  68.4 |  16M|  43 |   - | 718 |  13k| 718 | 576 |1112k| 139k|4712 | 0.000000e+00 |      --      |    Inf 
1025.08/1025.38	c  1025s|154200 |   163 | 10550k|  68.4 |  16M|  43 |   - | 718 |  13k| 718 | 561 |1113k| 139k|4712 | 0.000000e+00 |      --      |    Inf 
1025.79/1026.09	c  1026s|154300 |   163 | 10557k|  68.4 |  16M|  43 |   - | 718 |  14k| 718 | 547 |1113k| 139k|4712 | 0.000000e+00 |      --      |    Inf 
1026.39/1026.67	c  1027s|154400 |   165 | 10563k|  68.4 |  16M|  43 | 154 | 718 |  14k| 718 | 531 |1114k| 139k|4712 | 0.000000e+00 |      --      |    Inf 
1027.19/1027.47	c  1027s|154500 |   165 | 10571k|  68.4 |  16M|  43 | 161 | 718 |  14k| 718 | 583 |1115k| 139k|4712 | 0.000000e+00 |      --      |    Inf 
1027.99/1028.24	c  1028s|154600 |   168 | 10580k|  68.4 |  16M|  43 |   - | 718 |  14k| 718 | 564 |1116k| 139k|4714 | 0.000000e+00 |      --      |    Inf 
1028.68/1028.98	c  1029s|154700 |   172 | 10587k|  68.4 |  16M|  43 | 134 | 718 |  14k| 718 | 562 |1116k| 139k|4723 | 0.000000e+00 |      --      |    Inf 
1029.39/1029.63	c  1030s|154800 |   168 | 10594k|  68.4 |  16M|  43 | 153 | 718 |  14k| 718 | 529 |1117k| 139k|4723 | 0.000000e+00 |      --      |    Inf 
1029.98/1030.28	c  1030s|154900 |   174 | 10601k|  68.4 |  16M|  43 | 137 | 718 |  14k| 718 | 566 |1118k| 139k|4723 | 0.000000e+00 |      --      |    Inf 
1030.69/1030.93	c  1031s|155000 |   171 | 10608k|  68.4 |  16M|  43 |   - | 718 |  14k| 718 | 558 |1119k| 139k|4723 | 0.000000e+00 |      --      |    Inf 
1031.29/1031.52	c  1032s|155100 |   170 | 10614k|  68.4 |  16M|  43 |   - | 718 |  14k| 718 | 517 |1120k| 139k|4730 | 0.000000e+00 |      --      |    Inf 
1031.89/1032.15	c  1032s|155200 |   170 | 10621k|  68.4 |  16M|  43 | 144 | 718 |  14k| 718 | 503 |1121k| 140k|4732 | 0.000000e+00 |      --      |    Inf 
1032.59/1032.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1032.59/1032.84	c  1033s|155300 |   170 | 10628k|  68.4 |  16M|  43 |   - | 718 |  14k| 718 | 569 |1122k| 140k|4733 | 0.000000e+00 |      --      |    Inf 
1033.18/1033.49	c  1033s|155400 |   172 | 10635k|  68.4 |  16M|  43 |   - | 718 |  14k| 718 | 541 |1123k| 140k|4734 | 0.000000e+00 |      --      |    Inf 
1033.88/1034.10	c  1034s|155500 |   178 | 10642k|  68.4 |  16M|  43 |   - | 718 |  14k| 718 | 573 |1124k| 140k|4734 | 0.000000e+00 |      --      |    Inf 
1034.49/1034.71	c  1035s|155600 |   175 | 10648k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 536 |1124k| 140k|4734 | 0.000000e+00 |      --      |    Inf 
1035.09/1035.36	c  1035s|155700 |   174 | 10655k|  68.4 |  17M|  43 | 164 | 718 |  15k| 718 | 571 |1125k| 140k|4734 | 0.000000e+00 |      --      |    Inf 
1035.79/1036.02	c  1036s|155800 |   172 | 10662k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 569 |1126k| 140k|4734 | 0.000000e+00 |      --      |    Inf 
1036.28/1036.58	c  1037s|155900 |   170 | 10668k|  68.4 |  17M|  43 | 174 | 718 |  15k| 718 | 533 |1127k| 140k|4736 | 0.000000e+00 |      --      |    Inf 
1036.98/1037.21	c  1037s|156000 |   174 | 10674k|  68.4 |  17M|  43 | 141 | 718 |  15k| 718 | 518 |1127k| 140k|4737 | 0.000000e+00 |      --      |    Inf 
1037.68/1037.92	c  1038s|156100 |   176 | 10682k|  68.4 |  17M|  43 | 148 | 718 |  15k| 718 | 580 |1128k| 140k|4737 | 0.000000e+00 |      --      |    Inf 
1038.28/1038.56	c  1039s|156200 |   174 | 10689k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 540 |1129k| 140k|4737 | 0.000000e+00 |      --      |    Inf 
1039.08/1039.32	c  1039s|156300 |   176 | 10698k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 548 |1130k| 140k|4737 | 0.000000e+00 |      --      |    Inf 
1039.78/1040.04	c  1040s|156400 |   174 | 10706k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 562 |1131k| 140k|4737 | 0.000000e+00 |      --      |    Inf 
1040.39/1040.67	c  1041s|156500 |   180 | 10712k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 563 |1132k| 141k|4737 | 0.000000e+00 |      --      |    Inf 
1041.19/1041.42	c  1041s|156600 |   180 | 10721k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 593 |1133k| 141k|4737 | 0.000000e+00 |      --      |    Inf 
1041.78/1042.03	c  1042s|156700 |   178 | 10727k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 549 |1134k| 141k|4737 | 0.000000e+00 |      --      |    Inf 
1042.59/1042.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1042.59/1042.80	c  1043s|156800 |   174 | 10734k|  68.4 |  17M|  43 |   - | 718 |  15k| 718 | 558 |1135k| 141k|4746 | 0.000000e+00 |      --      |    Inf 
1043.18/1043.48	c  1043s|156900 |   179 | 10741k|  68.4 |  17M|  43 |   - | 718 |  16k| 718 | 573 |1136k| 141k|4746 | 0.000000e+00 |      --      |    Inf 
1043.98/1044.24	c  1044s|157000 |   181 | 10749k|  68.4 |  17M|  43 |   - | 718 |  16k| 718 | 610 |1137k| 141k|4746 | 0.000000e+00 |      --      |    Inf 
1044.79/1045.05	c  1045s|157100 |   183 | 10757k|  68.4 |  17M|  43 | 176 | 718 |  16k| 718 | 592 |1137k| 141k|4751 | 0.000000e+00 |      --      |    Inf 
1045.49/1045.77	c  1046s|157200 |   183 | 10764k|  68.4 |  17M|  43 |   - | 718 |  16k| 718 | 560 |1138k| 141k|4751 | 0.000000e+00 |      --      |    Inf 
1046.38/1046.61	c  1047s|157300 |   173 | 10772k|  68.4 |  17M|  43 |   - | 718 |  16k| 718 | 519 |1139k| 141k|4759 | 0.000000e+00 |      --      |    Inf 
1046.88/1047.17	c  1047s|157400 |   173 | 10778k|  68.4 |  17M|  43 |   - | 718 |  16k| 718 | 532 |1140k| 141k|4759 | 0.000000e+00 |      --      |    Inf 
1047.59/1047.87	c  1048s|157500 |   173 | 10785k|  68.4 |  17M|  43 | 151 | 718 |  16k| 718 | 540 |1141k| 142k|4759 | 0.000000e+00 |      --      |    Inf 
1048.28/1048.59	c  1049s|157600 |   169 | 10792k|  68.4 |  17M|  43 |   - | 718 |  16k| 718 | 553 |1141k| 142k|4759 | 0.000000e+00 |      --      |    Inf 
1049.09/1049.40	c  1049s|157700 |   173 | 10801k|  68.5 |  17M|  43 | 168 | 718 |  16k| 718 | 594 |1142k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1049.88/1050.14	c  1050s|157800 |   171 | 10808k|  68.5 |  17M|  43 | 168 | 718 |  16k| 718 | 564 |1143k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1050.68/1050.98	c  1051s|157900 |   168 | 10817k|  68.5 |  17M|  43 |   - | 718 |  16k| 718 | 549 |1144k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1051.48/1051.76	c  1052s|158000 |   170 | 10825k|  68.5 |  17M|  43 | 159 | 718 |  16k| 718 | 589 |1145k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1052.08/1052.38	c  1052s|158100 |   171 | 10832k|  68.5 |  17M|  43 |   - | 718 |  16k| 718 | 549 |1146k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1052.88/1053.14	c  1053s|158200 |   167 | 10840k|  68.5 |  17M|  43 | 152 | 718 |  16k| 718 | 492 |1147k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1053.48/1053.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1053.48/1053.76	c  1054s|158300 |   168 | 10846k|  68.5 |  17M|  43 | 166 | 718 |  16k| 718 | 531 |1148k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1054.28/1054.54	c  1055s|158400 |   169 | 10854k|  68.5 |  17M|  43 | 165 | 718 |  16k| 718 | 535 |1149k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1055.08/1055.34	c  1055s|158500 |   171 | 10862k|  68.5 |  17M|  43 |   - | 718 |  16k| 718 | 526 |1149k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1055.88/1056.19	c  1056s|158600 |   167 | 10872k|  68.5 |  17M|  43 | 153 | 718 |  16k| 718 | 540 |1151k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1056.78/1057.04	c  1057s|158700 |   169 | 10881k|  68.5 |  17M|  43 | 178 | 718 |  16k| 718 | 557 |1152k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1057.58/1057.81	c  1058s|158800 |   171 | 10889k|  68.5 |  17M|  43 | 137 | 718 |  16k| 718 | 558 |1153k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1058.18/1058.45	c  1058s|158900 |   172 | 10895k|  68.5 |  17M|  43 |   - | 718 |  16k| 718 | 601 |1154k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1058.78/1059.06	c  1059s|159000 |   176 | 10902k|  68.5 |  17M|  43 |   - | 718 |  16k| 718 | 569 |1154k| 142k|4761 | 0.000000e+00 |      --      |    Inf 
1059.38/1059.69	c  1060s|159100 |   176 | 10908k|  68.5 |  17M|  43 | 156 | 718 |  16k| 718 | 594 |1155k| 143k|4767 | 0.000000e+00 |      --      |    Inf 
1060.09/1060.37	c  1060s|159200 |   174 | 10915k|  68.5 |  17M|  43 | 143 | 718 |  16k| 718 | 569 |1156k| 143k|4776 | 0.000000e+00 |      --      |    Inf 
1060.68/1060.96	c  1061s|159300 |   170 | 10921k|  68.5 |  17M|  43 |   - | 718 |  16k| 718 | 557 |1156k| 143k|4776 | 0.000000e+00 |      --      |    Inf 
1061.28/1061.56	c  1062s|159400 |   174 | 10927k|  68.5 |  17M|  43 |   - | 718 |  16k| 718 | 594 |1157k| 143k|4780 | 0.000000e+00 |      --      |    Inf 
1062.08/1062.30	c  1062s|159500 |   172 | 10935k|  68.5 |  17M|  43 |   - | 718 |  17k| 718 | 567 |1158k| 143k|4781 | 0.000000e+00 |      --      |    Inf 
1062.68/1062.98	c  1063s|159600 |   173 | 10942k|  68.5 |  18M|  43 |   - | 718 |  17k| 718 | 560 |1159k| 143k|4781 | 0.000000e+00 |      --      |    Inf 
1063.39/1063.67	c  1064s|159700 |   173 | 10950k|  68.5 |  18M|  43 | 154 | 718 |  17k| 718 | 493 |1160k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1064.08/1064.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1064.08/1064.33	c  1064s|159800 |   173 | 10957k|  68.5 |  18M|  43 |   - | 718 |  17k| 718 | 549 |1160k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1064.78/1065.03	c  1065s|159900 |   172 | 10964k|  68.5 |  18M|  43 | 163 | 718 |  17k| 718 | 607 |1161k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1065.59/1065.90	c  1066s|160000 |   171 | 10973k|  68.5 |  18M|  43 |   - | 718 |  17k| 718 | 576 |1162k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1066.48/1066.71	c  1067s|160100 |   171 | 10982k|  68.6 |  18M|  43 |   - | 718 |  17k| 718 | 610 |1164k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1067.18/1067.43	c  1067s|160200 |   169 | 10989k|  68.6 |  18M|  43 | 160 | 718 |  17k| 718 | 545 |1164k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1068.18/1068.44	c  1068s|160300 |   175 | 11001k|  68.6 |  18M|  43 |   - | 718 |  17k| 718 | 576 |1166k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1068.88/1069.17	c  1069s|160400 |   185 | 11008k|  68.6 |  18M|  43 |   - | 718 |  17k|   0 |   0 |1167k| 143k|4782 | 0.000000e+00 |      --      |    Inf 
1069.68/1069.94	c  1070s|160500 |   179 | 11016k|  68.6 |  18M|  43 | 157 | 718 |  17k| 718 | 561 |1168k| 144k|4782 | 0.000000e+00 |      --      |    Inf 
1070.38/1070.60	c  1071s|160600 |   177 | 11022k|  68.6 |  18M|  43 |   - | 718 |  17k| 718 | 566 |1168k| 144k|4782 | 0.000000e+00 |      --      |    Inf 
1071.18/1071.47	c  1071s|160700 |   174 | 11031k|  68.6 |  18M|  43 |   - | 718 |  16k| 718 | 560 |1169k| 144k|4782 | 0.000000e+00 |      --      |    Inf 
1071.98/1072.25	c  1072s|160800 |   171 | 11039k|  68.6 |  17M|  43 | 158 | 718 |  16k| 718 | 565 |1170k| 144k|4782 | 0.000000e+00 |      --      |    Inf 
1072.78/1073.03	c  1073s|160900 |   169 | 11046k|  68.6 |  17M|  43 | 157 | 718 |  16k| 718 | 591 |1171k| 144k|4790 | 0.000000e+00 |      --      |    Inf 
1073.48/1073.78	c  1074s|161000 |   161 | 11054k|  68.6 |  17M|  43 |   - | 718 |  15k| 718 | 550 |1172k| 144k|4790 | 0.000000e+00 |      --      |    Inf 
1074.17/1074.49	c  1074s|161100 |   173 | 11060k|  68.6 |  17M|  46 | 113 | 718 |  14k| 718 | 581 |1173k| 144k|4790 | 0.000000e+00 |      --      |    Inf 
1074.68/1074.92	c  1075s|161200 |   172 | 11064k|  68.6 |  17M|  46 | 157 | 718 |  14k| 718 | 610 |1173k| 144k|4796 | 0.000000e+00 |      --      |    Inf 
1075.18/1075.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.18/1075.47	c  1075s|161300 |   165 | 11070k|  68.6 |  17M|  46 | 141 | 718 |  15k| 718 | 621 |1174k| 144k|4799 | 0.000000e+00 |      --      |    Inf 
1075.98/1076.22	c  1076s|161400 |   163 | 11077k|  68.6 |  16M|  46 | 140 | 718 |  14k| 718 | 551 |1175k| 144k|4800 | 0.000000e+00 |      --      |    Inf 
1076.68/1076.95	c  1077s|161500 |   163 | 11084k|  68.6 |  16M|  46 | 163 | 718 |  14k| 718 | 546 |1175k| 144k|4803 | 0.000000e+00 |      --      |    Inf 
1077.48/1077.72	c  1078s|161600 |   163 | 11092k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 544 |1176k| 144k|4804 | 0.000000e+00 |      --      |    Inf 
1078.17/1078.48	c  1078s|161700 |   161 | 11101k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 513 |1177k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1078.98/1079.29	c  1079s|161800 |   159 | 11109k|  68.6 |  16M|  46 | 161 | 718 |  14k| 718 | 509 |1178k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1079.89/1080.15	c  1080s|161900 |   161 | 11118k|  68.6 |  16M|  46 | 137 | 718 |  14k| 718 | 625 |1179k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1080.48/1080.78	c  1081s|162000 |   161 | 11125k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 594 |1180k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1081.08/1081.34	c  1081s|162100 |   158 | 11131k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 603 |1181k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1081.88/1082.12	c  1082s|162200 |   158 | 11139k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 595 |1182k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1082.48/1082.73	c  1083s|162300 |   159 | 11145k|  68.6 |  16M|  46 | 134 | 718 |  14k| 718 | 565 |1183k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1083.08/1083.37	c  1083s|162400 |   163 | 11152k|  68.6 |  16M|  46 | 134 | 718 |  14k| 718 | 604 |1183k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1083.67/1083.97	c  1084s|162500 |   163 | 11158k|  68.6 |  16M|  46 | 142 | 718 |  14k| 718 | 590 |1184k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1084.38/1084.64	c  1085s|162600 |   164 | 11165k|  68.6 |  16M|  46 | 142 | 718 |  14k| 718 | 589 |1185k| 145k|4804 | 0.000000e+00 |      --      |    Inf 
1085.08/1085.30	c  1085s|162700 |   166 | 11172k|  68.6 |  16M|  46 | 137 | 718 |  14k| 718 | 632 |1185k| 146k|4804 | 0.000000e+00 |      --      |    Inf 
1085.57/1085.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1085.57/1085.87	c  1086s|162800 |   166 | 11178k|  68.6 |  17M|  46 | 141 | 718 |  14k| 718 | 593 |1186k| 146k|4804 | 0.000000e+00 |      --      |    Inf 
1086.27/1086.50	c  1087s|162900 |   163 | 11185k|  68.6 |  17M|  46 | 137 | 718 |  14k| 718 | 599 |1187k| 146k|4804 | 0.000000e+00 |      --      |    Inf 
1086.87/1087.16	c  1087s|163000 |   162 | 11191k|  68.6 |  17M|  46 | 116 | 718 |  14k| 718 | 601 |1187k| 146k|4812 | 0.000000e+00 |      --      |    Inf 
1087.58/1087.86	c  1088s|163100 |   156 | 11198k|  68.6 |  16M|  46 | 147 | 718 |  14k| 718 | 570 |1188k| 146k|4812 | 0.000000e+00 |      --      |    Inf 
1088.28/1088.53	c  1089s|163200 |   154 | 11205k|  68.6 |  16M|  46 | 147 | 718 |  14k| 718 | 631 |1189k| 146k|4812 | 0.000000e+00 |      --      |    Inf 
1088.88/1089.16	c  1089s|163300 |   150 | 11211k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 627 |1189k| 146k|4815 | 0.000000e+00 |      --      |    Inf 
1089.68/1089.96	c  1090s|163400 |   146 | 11219k|  68.6 |  16M|  46 | 166 | 718 |  13k| 718 | 587 |1190k| 146k|4818 | 0.000000e+00 |      --      |    Inf 
1090.38/1090.65	c  1091s|163500 |   142 | 11226k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 608 |1191k| 146k|4821 | 0.000000e+00 |      --      |    Inf 
1091.07/1091.35	c  1091s|163600 |   140 | 11233k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 551 |1192k| 146k|4821 | 0.000000e+00 |      --      |    Inf 
1091.67/1091.96	c  1092s|163700 |   141 | 11239k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 584 |1192k| 147k|4821 | 0.000000e+00 |      --      |    Inf 
1092.38/1092.67	c  1093s|163800 |   139 | 11246k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 535 |1193k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1093.08/1093.38	c  1093s|163900 |   137 | 11253k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 557 |1194k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1093.58/1093.89	c  1094s|164000 |   139 | 11259k|  68.6 |  16M|  46 | 126 | 718 |  13k| 718 | 547 |1194k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1094.18/1094.47	c  1094s|164100 |   137 | 11265k|  68.6 |  16M|  46 | 152 | 718 |  13k| 718 | 543 |1195k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1094.87/1095.11	c  1095s|164200 |   141 | 11271k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 599 |1196k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1095.47/1095.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1095.47/1095.75	c  1096s|164300 |   143 | 11278k|  68.6 |  16M|  46 | 158 | 718 |  13k| 718 | 576 |1197k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1096.17/1096.47	c  1096s|164400 |   143 | 11286k|  68.6 |  16M|  46 | 176 | 718 |  13k| 718 | 570 |1198k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1097.17/1097.42	c  1097s|164500 |   139 | 11296k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 577 |1199k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1097.87/1098.14	c  1098s|164600 |   145 | 11303k|  68.6 |  16M|  46 | 146 | 718 |  13k| 718 | 553 |1200k| 147k|4822 | 0.000000e+00 |      --      |    Inf 
1098.37/1098.67	c  1099s|164700 |   145 | 11308k|  68.6 |  16M|  46 | 150 | 718 |  13k| 718 | 589 |1200k| 148k|4822 | 0.000000e+00 |      --      |    Inf 
1098.97/1099.20	c  1099s|164800 |   149 | 11314k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 580 |1201k| 148k|4822 | 0.000000e+00 |      --      |    Inf 
1099.47/1099.73	c  1100s|164900 |   150 | 11320k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 566 |1201k| 148k|4822 | 0.000000e+00 |      --      |    Inf 
1099.97/1100.25	c  1100s|165000 |   150 | 11325k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 546 |1202k| 148k|4822 | 0.000000e+00 |      --      |    Inf 
1100.58/1100.88	c  1101s|165100 |   149 | 11331k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 568 |1202k| 148k|4831 | 0.000000e+00 |      --      |    Inf 
1101.18/1101.41	c  1101s|165200 |   149 | 11337k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 567 |1203k| 148k|4831 | 0.000000e+00 |      --      |    Inf 
1101.68/1101.94	c  1102s|165300 |   151 | 11342k|  68.6 |  16M|  46 | 135 | 718 |  13k| 718 | 563 |1203k| 148k|4831 | 0.000000e+00 |      --      |    Inf 
1102.28/1102.50	c  1103s|165400 |   147 | 11348k|  68.6 |  16M|  46 |   - | 718 |  13k| 718 | 565 |1204k| 148k|4831 | 0.000000e+00 |      --      |    Inf 
1102.77/1103.03	c  1103s|165500 |   151 | 11353k|  68.6 |  16M|  46 | 145 | 718 |  13k| 718 | 550 |1204k| 148k|4833 | 0.000000e+00 |      --      |    Inf 
1103.47/1103.75	c  1104s|165600 |   159 | 11361k|  68.6 |  16M|  46 | 148 | 718 |  13k| 718 | 579 |1206k| 148k|4836 | 0.000000e+00 |      --      |    Inf 
1104.08/1104.33	c  1104s|165700 |   163 | 11367k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 602 |1206k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1104.78/1105.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1104.78/1105.03	c  1105s|165800 |   171 | 11374k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 558 |1207k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1105.37/1105.67	c  1106s|165900 |   170 | 11381k|  68.6 |  16M|  46 | 149 | 718 |  14k| 718 | 590 |1208k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1105.97/1106.25	c  1106s|166000 |   167 | 11387k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 574 |1208k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1106.67/1106.90	c  1107s|166100 |   164 | 11393k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 546 |1209k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1107.37/1107.66	c  1108s|166200 |   164 | 11401k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 591 |1210k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1107.97/1108.25	c  1108s|166300 |   160 | 11407k|  68.6 |  16M|  46 |   - | 718 |  14k| 718 | 556 |1211k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1108.58/1108.88	c  1109s|166400 |   152 | 11414k|  68.6 |  16M|  46 | 160 | 718 |  14k| 718 | 579 |1211k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1109.17/1109.42	c  1109s|166500 |   155 | 11419k|  68.5 |  16M|  46 | 151 | 718 |  14k| 718 | 595 |1212k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1109.58/1109.86	c  1110s|166600 |   152 | 11424k|  68.5 |  16M|  46 | 170 | 718 |  14k| 718 | 592 |1212k| 149k|4836 | 0.000000e+00 |      --      |    Inf 
1110.17/1110.42	c  1110s|166700 |   149 | 11429k|  68.5 |  16M|  46 |   - | 718 |  14k| 718 | 575 |1213k| 150k|4836 | 0.000000e+00 |      --      |    Inf 
1110.68/1110.99	c  1111s|166800 |   152 | 11435k|  68.5 |  16M|  46 |   - | 718 |  14k| 718 | 604 |1213k| 150k|4836 | 0.000000e+00 |      --      |    Inf 
1111.47/1111.72	c  1112s|166900 |   147 | 11442k|  68.5 |  16M|  46 |   - | 718 |  14k| 718 | 587 |1214k| 150k|4836 | 0.000000e+00 |      --      |    Inf 
1112.07/1112.37	c  1112s|167000 |   151 | 11449k|  68.5 |  16M|  46 |   - | 718 |  14k| 718 | 596 |1215k| 150k|4836 | 0.000000e+00 |      --      |    Inf 
1112.67/1112.97	c  1113s|167100 |   150 | 11455k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 608 |1215k| 150k|4836 | 0.000000e+00 |      --      |    Inf 
1113.27/1113.58	c  1114s|167200 |   152 | 11461k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 580 |1216k| 150k|4836 | 0.000000e+00 |      --      |    Inf 
1113.87/1114.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1113.87/1114.14	c  1114s|167300 |   150 | 11466k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 583 |1217k| 150k|4845 | 0.000000e+00 |      --      |    Inf 
1114.57/1114.84	c  1115s|167400 |   154 | 11473k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 572 |1217k| 150k|4845 | 0.000000e+00 |      --      |    Inf 
1115.27/1115.51	c  1116s|167500 |   156 | 11480k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 569 |1218k| 150k|4846 | 0.000000e+00 |      --      |    Inf 
1115.77/1116.08	c  1116s|167600 |   156 | 11486k|  68.5 |  17M|  46 | 164 | 718 |  14k| 718 | 565 |1218k| 150k|4847 | 0.000000e+00 |      --      |    Inf 
1116.57/1116.85	c  1117s|167700 |   156 | 11494k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 581 |1219k| 150k|4850 | 0.000000e+00 |      --      |    Inf 
1117.27/1117.55	c  1118s|167800 |   157 | 11501k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 566 |1221k| 150k|4852 | 0.000000e+00 |      --      |    Inf 
1117.97/1118.20	c  1118s|167900 |   163 | 11508k|  68.5 |  17M|  46 | 129 | 718 |  14k| 718 | 506 |1222k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1118.48/1118.78	c  1119s|168000 |   164 | 11514k|  68.5 |  17M|  46 |   - | 718 |  14k| 718 | 551 |1223k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1119.17/1119.47	c  1119s|168100 |   164 | 11522k|  68.5 |  17M|  46 |   - | 718 |  15k| 718 | 571 |1224k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1119.77/1120.05	c  1120s|168200 |   166 | 11528k|  68.5 |  17M|  46 | 145 | 718 |  15k| 718 | 530 |1225k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1120.37/1120.65	c  1121s|168300 |   166 | 11535k|  68.5 |  17M|  46 | 144 | 718 |  15k| 718 | 557 |1226k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1120.87/1121.15	c  1121s|168400 |   165 | 11540k|  68.5 |  17M|  46 |   - | 718 |  15k| 718 | 589 |1226k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1121.47/1121.70	c  1122s|168500 |   163 | 11546k|  68.5 |  17M|  46 | 143 | 718 |  15k| 718 | 563 |1227k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1121.87/1122.17	c  1122s|168600 |   161 | 11551k|  68.5 |  17M|  46 | 138 | 718 |  15k| 718 | 561 |1227k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1122.47/1122.75	c  1123s|168700 |   160 | 11557k|  68.5 |  17M|  46 | 133 | 718 |  15k| 718 | 554 |1228k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1123.07/1123.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1123.07/1123.33	c  1123s|168800 |   156 | 11562k|  68.5 |  17M|  46 |   - | 718 |  15k| 718 | 554 |1229k| 151k|4855 | 0.000000e+00 |      --      |    Inf 
1123.77/1124.02	c  1124s|168900 |   160 | 11570k|  68.5 |  17M|  46 |   - | 718 |  15k| 718 | 561 |1230k| 152k|4855 | 0.000000e+00 |      --      |    Inf 
1124.37/1124.61	c  1125s|169000 |   161 | 11576k|  68.5 |  17M|  46 |   - | 718 |  15k| 718 | 564 |1230k| 152k|4855 | 0.000000e+00 |      --      |    Inf 
1124.87/1125.16	c  1125s|169100 |   165 | 11581k|  68.5 |  17M|  46 | 137 | 718 |  15k| 718 | 553 |1231k| 152k|4855 | 0.000000e+00 |      --      |    Inf 
1125.47/1125.70	c  1126s|169200 |   163 | 11587k|  68.4 |  17M|  46 | 136 | 718 |  15k| 718 | 538 |1231k| 152k|4855 | 0.000000e+00 |      --      |    Inf 
1125.97/1126.25	c  1126s|169300 |   161 | 11593k|  68.4 |  17M|  46 |   - | 718 |  16k| 718 | 585 |1232k| 152k|4855 | 0.000000e+00 |      --      |    Inf 
1126.67/1126.98	c  1127s|169400 |   165 | 11599k|  68.4 |  17M|  46 |   - | 718 |  16k| 718 | 577 |1233k| 152k|4865 | 0.000000e+00 |      --      |    Inf 
1127.28/1127.58	c  1128s|169500 |   164 | 11605k|  68.4 |  17M|  46 | 138 | 718 |  16k| 718 | 561 |1233k| 152k|4865 | 0.000000e+00 |      --      |    Inf 
1127.97/1128.20	c  1128s|169600 |   162 | 11612k|  68.4 |  17M|  46 | 156 | 718 |  16k| 718 | 572 |1234k| 152k|4865 | 0.000000e+00 |      --      |    Inf 
1128.57/1128.87	c  1129s|169700 |   164 | 11619k|  68.4 |  17M|  46 | 139 | 718 |  16k| 718 | 548 |1235k| 152k|4865 | 0.000000e+00 |      --      |    Inf 
1129.27/1129.54	c  1130s|169800 |   167 | 11626k|  68.4 |  17M|  46 |   - | 718 |  16k| 718 | 565 |1236k| 152k|4865 | 0.000000e+00 |      --      |    Inf 
1129.87/1130.16	c  1130s|169900 |   168 | 11632k|  68.4 |  18M|  46 |   - | 718 |  16k| 718 | 566 |1237k| 153k|4867 | 0.000000e+00 |      --      |    Inf 
1130.58/1130.87	c  1131s|170000 |   171 | 11639k|  68.4 |  18M|  46 |   - | 718 |  16k| 718 | 568 |1238k| 153k|4870 | 0.000000e+00 |      --      |    Inf 
1131.27/1131.50	c  1131s|170100 |   179 | 11646k|  68.4 |  18M|  46 |   - | 718 |  16k| 718 | 569 |1239k| 153k|4870 | 0.000000e+00 |      --      |    Inf 
1131.87/1132.17	c  1132s|170200 |   173 | 11653k|  68.4 |  18M|  47 | 160 | 718 |  16k| 718 | 608 |1239k| 153k|4870 | 0.000000e+00 |      --      |    Inf 
1132.57/1132.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1132.57/1132.80	c  1133s|170300 |   179 | 11660k|  68.4 |  18M|  47 | 136 | 718 |  16k| 718 | 590 |1240k| 153k|4871 | 0.000000e+00 |      --      |    Inf 
1133.07/1133.36	c  1133s|170400 |   173 | 11665k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 566 |1241k| 153k|4872 | 0.000000e+00 |      --      |    Inf 
1133.78/1134.06	c  1134s|170500 |   173 | 11672k|  68.4 |  18M|  47 |   - | 718 |  17k| 718 | 572 |1242k| 153k|4873 | 0.000000e+00 |      --      |    Inf 
1134.57/1134.80	c  1135s|170600 |   172 | 11680k|  68.4 |  18M|  47 | 149 | 718 |  17k| 718 | 566 |1243k| 153k|4873 | 0.000000e+00 |      --      |    Inf 
1135.16/1135.49	c  1135s|170700 |   172 | 11687k|  68.4 |  18M|  47 |   - | 718 |  17k| 718 | 598 |1243k| 153k|4873 | 0.000000e+00 |      --      |    Inf 
1135.86/1136.18	c  1136s|170800 |   168 | 11694k|  68.4 |  18M|  47 |   - | 718 |  17k| 718 | 595 |1244k| 153k|4873 | 0.000000e+00 |      --      |    Inf 
1136.67/1136.91	c  1137s|170900 |   172 | 11701k|  68.4 |  18M|  47 |   - | 718 |  17k| 718 | 598 |1245k| 153k|4873 | 0.000000e+00 |      --      |    Inf 
1137.37/1137.60	c  1138s|171000 |   168 | 11708k|  68.4 |  18M|  47 |   - | 718 |  17k| 718 | 567 |1246k| 153k|4873 | 0.000000e+00 |      --      |    Inf 
1137.97/1138.29	c  1138s|171100 |   158 | 11715k|  68.4 |  18M|  47 | 164 | 718 |  17k| 718 | 542 |1247k| 153k|4873 | 0.000000e+00 |      --      |    Inf 
1138.67/1138.93	c  1139s|171200 |   156 | 11721k|  68.4 |  18M|  47 | 165 | 718 |  16k| 718 | 488 |1247k| 154k|4873 | 0.000000e+00 |      --      |    Inf 
1139.27/1139.55	c  1140s|171300 |   160 | 11728k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 586 |1249k| 154k|4873 | 0.000000e+00 |      --      |    Inf 
1139.87/1140.10	c  1140s|171400 |   160 | 11733k|  68.4 |  18M|  47 | 162 | 718 |  16k| 718 | 561 |1249k| 154k|4873 | 0.000000e+00 |      --      |    Inf 
1140.37/1140.69	c  1141s|171500 |   160 | 11739k|  68.4 |  18M|  47 | 168 | 718 |  16k| 718 | 572 |1250k| 154k|4873 | 0.000000e+00 |      --      |    Inf 
1140.97/1141.25	c  1141s|171600 |   162 | 11745k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 564 |1251k| 154k|4874 | 0.000000e+00 |      --      |    Inf 
1141.67/1141.97	c  1142s|171700 |   166 | 11752k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 557 |1251k| 154k|4884 | 0.000000e+00 |      --      |    Inf 
1142.16/1142.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1142.16/1142.49	c  1142s|171800 |   164 | 11757k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 562 |1252k| 154k|4884 | 0.000000e+00 |      --      |    Inf 
1142.76/1143.00	c  1143s|171900 |   161 | 11762k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 575 |1253k| 154k|4884 | 0.000000e+00 |      --      |    Inf 
1143.17/1143.49	c  1143s|172000 |   163 | 11767k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 543 |1253k| 154k|4884 | 0.000000e+00 |      --      |    Inf 
1143.78/1144.02	c  1144s|172100 |   161 | 11772k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 562 |1254k| 155k|4884 | 0.000000e+00 |      --      |    Inf 
1144.37/1144.69	c  1145s|172200 |   161 | 11779k|  68.4 |  18M|  47 |   - | 718 |  16k| 718 | 541 |1254k| 155k|4891 | 0.000000e+00 |      --      |    Inf 
1145.06/1145.38	c  1145s|172300 |   163 | 11786k|  68.4 |  18M|  47 | 141 | 718 |  17k| 718 | 567 |1255k| 155k|4891 | 0.000000e+00 |      --      |    Inf 
1145.66/1145.93	c  1146s|172400 |   161 | 11792k|  68.4 |  18M|  47 | 145 | 718 |  17k| 718 | 580 |1256k| 155k|4891 | 0.000000e+00 |      --      |    Inf 
1146.27/1146.51	c  1147s|172500 |   160 | 11797k|  68.4 |  18M|  47 |   - | 718 |  17k| 718 | 577 |1257k| 155k|4894 | 0.000000e+00 |      --      |    Inf 
1146.77/1147.03	c  1147s|172600 |   159 | 11803k|  68.3 |  18M|  47 |   - | 718 |  17k| 718 | 548 |1257k| 155k|4894 | 0.000000e+00 |      --      |    Inf 
1147.37/1147.66	c  1148s|172700 |   159 | 11809k|  68.3 |  18M|  47 | 168 | 718 |  17k| 718 | 563 |1258k| 155k|4894 | 0.000000e+00 |      --      |    Inf 
1147.97/1148.29	c  1148s|172800 |   159 | 11815k|  68.3 |  18M|  47 | 153 | 718 |  17k| 718 | 595 |1259k| 155k|4895 | 0.000000e+00 |      --      |    Inf 
1148.57/1148.80	c  1149s|172900 |   157 | 11820k|  68.3 |  18M|  47 | 159 | 718 |  17k| 718 | 564 |1259k| 155k|4895 | 0.000000e+00 |      --      |    Inf 
1149.07/1149.37	c  1149s|173000 |   161 | 11826k|  68.3 |  18M|  47 |   - | 718 |  17k| 718 | 569 |1260k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1149.76/1150.01	c  1150s|173100 |   161 | 11833k|  68.3 |  18M|  47 |   - | 718 |  17k| 718 | 538 |1261k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1150.47/1150.73	c  1151s|173200 |   162 | 11840k|  68.3 |  18M|  47 | 160 | 718 |  17k| 718 | 576 |1262k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1151.07/1151.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1151.07/1151.36	c  1151s|173300 |   163 | 11846k|  68.3 |  18M|  47 | 154 | 718 |  17k| 718 | 546 |1262k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1151.66/1151.90	c  1152s|173400 |   168 | 11852k|  68.3 |  18M|  47 | 147 | 718 |  17k| 718 | 568 |1263k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1152.17/1152.47	c  1152s|173500 |   165 | 11858k|  68.3 |  18M|  47 | 141 | 718 |  17k| 718 | 551 |1263k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1152.87/1153.19	c  1153s|173600 |   159 | 11865k|  68.3 |  18M|  47 |   - | 718 |  17k| 718 | 583 |1264k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1153.58/1153.84	c  1154s|173700 |   157 | 11871k|  68.3 |  18M|  47 |   - | 718 |  17k| 718 | 576 |1265k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1154.17/1154.48	c  1154s|173800 |   157 | 11877k|  68.3 |  18M|  47 |   - | 718 |  17k| 718 | 605 |1265k| 156k|4895 | 0.000000e+00 |      --      |    Inf 
1154.86/1155.10	c  1155s|173900 |   155 | 11883k|  68.3 |  18M|  47 | 167 | 718 |  17k| 718 | 539 |1266k| 157k|4895 | 0.000000e+00 |      --      |    Inf 
1155.57/1155.81	c  1156s|174000 |   156 | 11890k|  68.3 |  18M|  47 | 143 | 718 |  16k| 718 | 593 |1267k| 157k|4895 | 0.000000e+00 |      --      |    Inf 
1156.06/1156.31	c  1156s|174100 |   156 | 11896k|  68.3 |  18M|  47 |   - | 718 |  16k| 718 | 600 |1267k| 157k|4895 | 0.000000e+00 |      --      |    Inf 
1156.56/1156.87	c  1157s|174200 |   152 | 11901k|  68.3 |  18M|  47 |   - | 718 |  16k| 718 | 595 |1268k| 157k|4895 | 0.000000e+00 |      --      |    Inf 
1157.17/1157.42	c  1157s|174300 |   154 | 11906k|  68.3 |  18M|  47 | 144 | 718 |  16k| 718 | 586 |1268k| 157k|4895 | 0.000000e+00 |      --      |    Inf 
1157.76/1158.09	c  1158s|174400 |   152 | 11912k|  68.3 |  18M|  47 | 145 | 718 |  16k| 718 | 607 |1268k| 157k|4904 | 0.000000e+00 |      --      |    Inf 
1158.47/1158.70	c  1159s|174500 |   151 | 11918k|  68.3 |  18M|  47 | 172 | 718 |  16k| 718 | 605 |1269k| 157k|4904 | 0.000000e+00 |      --      |    Inf 
1159.17/1159.47	c  1159s|174600 |   151 | 11925k|  68.3 |  17M|  47 | 166 | 718 |  16k| 718 | 549 |1270k| 157k|4906 | 0.000000e+00 |      --      |    Inf 
1159.86/1160.14	c  1160s|174700 |   145 | 11932k|  68.3 |  17M|  47 |   - | 718 |  15k| 718 | 532 |1270k| 157k|4906 | 0.000000e+00 |      --      |    Inf 
1160.57/1160.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1160.57/1160.83	c  1161s|174800 |   145 | 11939k|  68.3 |  17M|  47 | 150 | 718 |  15k| 718 | 565 |1271k| 157k|4906 | 0.000000e+00 |      --      |    Inf 
1161.37/1161.61	c  1162s|174900 |   145 | 11946k|  68.3 |  17M|  47 | 153 | 718 |  15k| 718 | 549 |1272k| 158k|4912 | 0.000000e+00 |      --      |    Inf 
1162.06/1162.32	c  1162s|175000 |   141 | 11953k|  68.3 |  17M|  47 |   - | 718 |  14k| 718 | 552 |1273k| 158k|4912 | 0.000000e+00 |      --      |    Inf 
1162.66/1162.98	c  1163s|175100 |   143 | 11960k|  68.3 |  17M|  47 | 154 | 718 |  14k| 718 | 535 |1274k| 158k|4912 | 0.000000e+00 |      --      |    Inf 
1163.57/1163.82	c  1164s|175200 |   143 | 11969k|  68.3 |  17M|  47 | 170 | 718 |  14k| 718 | 569 |1275k| 158k|4916 | 0.000000e+00 |      --      |    Inf 
1164.17/1164.49	c  1164s|175300 |   138 | 11975k|  68.3 |  17M|  47 |   - | 718 |  14k| 718 | 573 |1275k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1164.96/1165.28	c  1165s|175400 |   140 | 11983k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 573 |1277k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1165.77/1166.08	c  1166s|175500 |   139 | 11992k|  68.3 |  16M|  47 | 164 | 718 |  13k| 718 | 557 |1278k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1166.46/1166.76	c  1167s|175600 |   140 | 11999k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 626 |1278k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1167.37/1167.63	c  1168s|175700 |   140 | 12007k|  68.3 |  16M|  47 | 164 | 718 |  13k| 718 | 546 |1280k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1168.17/1168.46	c  1168s|175800 |   146 | 12016k|  68.3 |  16M|  47 | 159 | 718 |  13k| 718 | 584 |1281k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1168.87/1169.20	c  1169s|175900 |   142 | 12023k|  68.3 |  16M|  47 | 185 | 718 |  13k| 718 | 548 |1281k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1169.56/1169.88	c  1170s|176000 |   140 | 12030k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 579 |1282k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1170.17/1170.47	c  1170s|176100 |   142 | 12036k|  68.3 |  16M|  47 | 128 | 718 |  13k| 718 | 617 |1283k| 158k|4917 | 0.000000e+00 |      --      |    Inf 
1170.76/1171.02	c  1171s|176200 |   142 | 12042k|  68.3 |  16M|  47 | 129 | 718 |  13k| 718 | 604 |1283k| 159k|4917 | 0.000000e+00 |      --      |    Inf 
1171.36/1171.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1171.36/1171.61	c  1172s|176300 |   140 | 12048k|  68.3 |  16M|  47 | 152 | 718 |  13k| 718 | 620 |1284k| 159k|4917 | 0.000000e+00 |      --      |    Inf 
1172.06/1172.38	c  1172s|176400 |   139 | 12055k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 626 |1285k| 159k|4917 | 0.000000e+00 |      --      |    Inf 
1172.76/1173.05	c  1173s|176500 |   139 | 12062k|  68.3 |  16M|  47 | 134 | 718 |  13k| 718 | 576 |1285k| 159k|4917 | 0.000000e+00 |      --      |    Inf 
1173.36/1173.63	c  1174s|176600 |   137 | 12068k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 582 |1286k| 159k|4917 | 0.000000e+00 |      --      |    Inf 
1173.96/1174.29	c  1174s|176700 |   135 | 12075k|  68.3 |  16M|  47 | 175 | 718 |  13k| 718 | 562 |1287k| 159k|4917 | 0.000000e+00 |      --      |    Inf 
1174.86/1175.18	c  1175s|176800 |   139 | 12083k|  68.3 |  16M|  47 | 145 | 718 |  12k| 718 | 600 |1288k| 159k|4927 | 0.000000e+00 |      --      |    Inf 
1175.56/1175.87	c  1176s|176900 |   138 | 12090k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 570 |1289k| 159k|4927 | 0.000000e+00 |      --      |    Inf 
1176.27/1176.56	c  1177s|177000 |   144 | 12097k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 565 |1289k| 159k|4927 | 0.000000e+00 |      --      |    Inf 
1176.96/1177.25	c  1177s|177100 |   144 | 12105k|  68.3 |  16M|  47 | 150 | 718 |  12k| 718 | 542 |1290k| 159k|4927 | 0.000000e+00 |      --      |    Inf 
1177.46/1177.79	c  1178s|177200 |   146 | 12110k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 561 |1291k| 159k|4931 | 0.000000e+00 |      --      |    Inf 
1178.16/1178.42	c  1178s|177300 |   144 | 12118k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 534 |1292k| 160k|4933 | 0.000000e+00 |      --      |    Inf 
1178.87/1179.15	c  1179s|177400 |   146 | 12125k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 559 |1293k| 160k|4939 | 0.000000e+00 |      --      |    Inf 
1179.46/1179.76	c  1180s|177500 |   141 | 12131k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 584 |1293k| 160k|4941 | 0.000000e+00 |      --      |    Inf 
1180.07/1180.33	c  1180s|177600 |   145 | 12137k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 594 |1294k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1180.66/1180.98	c  1181s|177700 |   140 | 12143k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 588 |1294k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1181.46/1181.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1181.46/1181.74	c  1182s|177800 |   140 | 12151k|  68.3 |  16M|  47 |   - | 718 |  13k| 718 | 582 |1295k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1182.36/1182.60	c  1183s|177900 |   138 | 12160k|  68.3 |  16M|  47 | 163 | 718 |  13k| 718 | 566 |1296k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1182.96/1183.21	c  1183s|178000 |   127 | 12166k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 576 |1296k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1183.76/1184.01	c  1184s|178100 |   127 | 12174k|  68.3 |  16M|  47 | 166 | 718 |  12k| 718 | 545 |1297k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1184.47/1184.76	c  1185s|178200 |   131 | 12181k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 577 |1298k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1185.26/1185.56	c  1186s|178300 |   129 | 12190k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 578 |1299k| 160k|4942 | 0.000000e+00 |      --      |    Inf 
1186.07/1186.33	c  1186s|178400 |   125 | 12197k|  68.3 |  16M|  47 | 180 | 718 |  12k| 718 | 596 |1300k| 160k|4946 | 0.000000e+00 |      --      |    Inf 
1186.86/1187.11	c  1187s|178500 |   125 | 12205k|  68.3 |  16M|  47 | 147 | 718 |  12k| 718 | 568 |1300k| 161k|4949 | 0.000000e+00 |      --      |    Inf 
1187.56/1187.89	c  1188s|178600 |   125 | 12213k|  68.3 |  16M|  47 |   - | 718 |  12k| 718 | 561 |1301k| 161k|4949 | 0.000000e+00 |      --      |    Inf 
1188.26/1188.57	c  1189s|178700 |   121 | 12220k|  68.3 |  16M|  47 | 160 | 718 |  11k| 718 | 554 |1302k| 161k|4949 | 0.000000e+00 |      --      |    Inf 
1188.96/1189.29	c  1189s|178800 |   123 | 12227k|  68.3 |  15M|  47 | 189 | 718 |  11k| 718 | 595 |1303k| 161k|4949 | 0.000000e+00 |      --      |    Inf 
1189.76/1190.07	c  1190s|178900 |   117 | 12234k|  68.4 |  15M|  47 | 155 | 718 |  11k| 718 | 581 |1303k| 161k|4949 | 0.000000e+00 |      --      |    Inf 
1190.76/1191.06	c  1191s|179000 |   121 | 12245k|  68.4 |  15M|  47 | 162 | 718 |  11k| 718 | 564 |1305k| 161k|4949 | 0.000000e+00 |      --      |    Inf 
1191.46/1191.79	c  1192s|179100 |   119 | 12252k|  68.4 |  15M|  47 |   - | 718 |  11k| 718 | 572 |1306k| 161k|4949 | 0.000000e+00 |      --      |    Inf 
1192.46/1192.73	c  1193s|179200 |   121 | 12262k|  68.4 |  15M|  47 | 139 | 718 |  11k| 718 | 596 |1307k| 161k|4958 | 0.000000e+00 |      --      |    Inf 
1193.17/1193.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.17/1193.47	c  1193s|179300 |   124 | 12269k|  68.4 |  15M|  47 | 142 | 718 |  11k| 718 | 551 |1308k| 161k|4958 | 0.000000e+00 |      --      |    Inf 
1193.96/1194.20	c  1194s|179400 |   120 | 12277k|  68.4 |  16M|  47 |   - | 718 |  11k| 718 | 563 |1309k| 161k|4958 | 0.000000e+00 |      --      |    Inf 
1194.76/1195.02	c  1195s|179500 |   118 | 12286k|  68.4 |  16M|  47 |   - | 718 |  11k| 718 | 584 |1310k| 161k|4958 | 0.000000e+00 |      --      |    Inf 
1195.55/1195.87	c  1196s|179600 |   118 | 12294k|  68.4 |  16M|  47 |   - | 718 |  12k| 718 | 544 |1311k| 161k|4962 | 0.000000e+00 |      --      |    Inf 
1196.46/1196.70	c  1197s|179700 |   118 | 12303k|  68.4 |  16M|  47 |   - | 718 |  12k| 718 | 569 |1312k| 162k|4965 | 0.000000e+00 |      --      |    Inf 
1197.16/1197.43	c  1197s|179800 |   120 | 12310k|  68.4 |  16M|  47 | 158 | 718 |  12k| 718 | 544 |1313k| 162k|4965 | 0.000000e+00 |      --      |    Inf 
1197.96/1198.21	c  1198s|179900 |   119 | 12318k|  68.4 |  16M|  47 |   - | 718 |  12k| 718 | 589 |1314k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1198.76/1199.02	c  1199s|180000 |   120 | 12327k|  68.4 |  16M|  47 | 153 | 718 |  12k| 718 | 549 |1315k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1199.35/1199.68	c  1200s|180100 |   120 | 12333k|  68.4 |  16M|  47 |   - | 718 |  12k| 718 | 547 |1316k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1200.16/1200.45	c  1200s|180200 |   120 | 12341k|  68.5 |  16M|  47 | 161 | 718 |  12k| 718 | 535 |1317k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1200.97/1201.22	c  1201s|180300 |   122 | 12349k|  68.5 |  16M|  47 | 151 | 718 |  12k| 718 | 540 |1318k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1201.66/1201.93	c  1202s|180400 |   123 | 12357k|  68.5 |  16M|  47 | 152 | 718 |  12k| 718 | 550 |1319k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1202.36/1202.63	c  1203s|180500 |   121 | 12364k|  68.5 |  16M|  47 | 157 | 718 |  12k| 718 | 557 |1319k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1203.07/1203.34	c  1203s|180600 |   119 | 12371k|  68.5 |  16M|  47 |   - | 718 |  12k| 718 | 580 |1320k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1203.76/1204.09	c  1204s|180700 |   119 | 12379k|  68.5 |  16M|  47 | 152 | 718 |  12k| 718 | 543 |1321k| 162k|4966 | 0.000000e+00 |      --      |    Inf 
1204.45/1204.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1204.45/1204.72	c  1205s|180800 |   115 | 12385k|  68.5 |  16M|  47 |   - | 718 |  12k| 718 | 579 |1322k| 163k|4966 | 0.000000e+00 |      --      |    Inf 
1205.06/1205.38	c  1205s|180900 |   119 | 12392k|  68.5 |  16M|  47 | 171 | 718 |  12k| 718 | 568 |1323k| 163k|4966 | 0.000000e+00 |      --      |    Inf 
1205.66/1205.99	c  1206s|181000 |   121 | 12398k|  68.5 |  16M|  47 | 135 | 718 |  12k| 718 | 547 |1324k| 163k|4966 | 0.000000e+00 |      --      |    Inf 
1206.25/1206.58	c  1207s|181100 |   118 | 12405k|  68.5 |  16M|  47 |   - | 718 |  12k| 718 | 565 |1324k| 163k|4966 | 0.000000e+00 |      --      |    Inf 
1206.95/1207.22	c  1207s|181200 |   118 | 12411k|  68.5 |  16M|  47 |   - | 718 |  12k| 718 | 561 |1325k| 163k|4966 | 0.000000e+00 |      --      |    Inf 
1207.56/1207.86	c  1208s|181300 |   120 | 12417k|  68.5 |  16M|  47 |   - | 718 |  12k| 718 | 571 |1325k| 163k|4976 | 0.000000e+00 |      --      |    Inf 
1208.25/1208.53	c  1209s|181400 |   120 | 12424k|  68.5 |  16M|  47 | 155 | 718 |  12k| 718 | 558 |1326k| 163k|4976 | 0.000000e+00 |      --      |    Inf 
1208.95/1209.26	c  1209s|181500 |   118 | 12432k|  68.5 |  16M|  47 | 157 | 718 |  13k| 718 | 547 |1327k| 163k|4976 | 0.000000e+00 |      --      |    Inf 
1209.66/1209.94	c  1210s|181600 |   122 | 12439k|  68.5 |  16M|  47 |   - | 718 |  13k| 718 | 570 |1328k| 163k|4977 | 0.000000e+00 |      --      |    Inf 
1210.26/1210.57	c  1211s|181700 |   122 | 12446k|  68.5 |  16M|  47 |   - | 718 |  13k| 718 | 562 |1329k| 163k|4981 | 0.000000e+00 |      --      |    Inf 
1210.96/1211.24	c  1211s|181800 |   121 | 12452k|  68.5 |  16M|  47 | 154 | 718 |  13k| 718 | 547 |1329k| 163k|4982 | 0.000000e+00 |      --      |    Inf 
1211.55/1211.87	c  1212s|181900 |   121 | 12459k|  68.5 |  16M|  47 |   - | 718 |  13k| 718 | 540 |1330k| 164k|4982 | 0.000000e+00 |      --      |    Inf 
1212.26/1212.57	c  1213s|182000 |   121 | 12466k|  68.5 |  16M|  47 | 147 | 718 |  13k| 718 | 574 |1331k| 164k|4982 | 0.000000e+00 |      --      |    Inf 
1212.86/1213.17	c  1213s|182100 |   120 | 12472k|  68.5 |  16M|  47 | 166 | 718 |  13k| 718 | 551 |1331k| 164k|4982 | 0.000000e+00 |      --      |    Inf 
1213.55/1213.88	c  1214s|182200 |   119 | 12480k|  68.5 |  16M|  47 |   - | 718 |  13k| 718 | 555 |1332k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1214.26/1214.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1214.26/1214.57	c  1215s|182300 |   119 | 12487k|  68.5 |  16M|  47 | 156 | 718 |  13k| 718 | 595 |1333k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1215.06/1215.31	c  1215s|182400 |   120 | 12495k|  68.5 |  16M|  47 | 133 | 718 |  13k| 718 | 549 |1334k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1215.66/1215.97	c  1216s|182500 |   118 | 12502k|  68.5 |  16M|  47 |   - | 718 |  13k| 718 | 571 |1334k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1216.26/1216.57	c  1217s|182600 |   120 | 12508k|  68.5 |  16M|  47 | 153 | 718 |  13k| 718 | 536 |1335k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1217.05/1217.32	c  1217s|182700 |   120 | 12516k|  68.5 |  16M|  47 |   - | 718 |  13k| 718 | 565 |1336k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1217.85/1218.11	c  1218s|182800 |   122 | 12524k|  68.5 |  16M|  47 | 151 | 718 |  14k| 718 | 553 |1337k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1218.46/1218.80	c  1219s|182900 |   118 | 12531k|  68.5 |  16M|  47 |   - | 718 |  14k| 718 | 555 |1338k| 164k|4983 | 0.000000e+00 |      --      |    Inf 
1219.25/1219.59	c  1220s|183000 |   120 | 12539k|  68.5 |  16M|  47 | 147 | 718 |  14k| 718 | 559 |1339k| 164k|4984 | 0.000000e+00 |      --      |    Inf 
1219.95/1220.28	c  1220s|183100 |   118 | 12546k|  68.5 |  16M|  47 |   - | 718 |  14k| 718 | 580 |1340k| 165k|4984 | 0.000000e+00 |      --      |    Inf 
1220.55/1220.86	c  1221s|183200 |   121 | 12552k|  68.5 |  16M|  47 | 175 | 718 |  14k| 718 | 576 |1341k| 165k|4984 | 0.000000e+00 |      --      |    Inf 
1221.25/1221.52	c  1222s|183300 |   121 | 12558k|  68.5 |  16M|  47 | 149 | 718 |  14k| 718 | 577 |1341k| 165k|4984 | 0.000000e+00 |      --      |    Inf 
1221.95/1222.23	c  1222s|183400 |   117 | 12565k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 581 |1342k| 165k|4993 | 0.000000e+00 |      --      |    Inf 
1222.56/1222.88	c  1223s|183500 |   119 | 12571k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 582 |1342k| 165k|4993 | 0.000000e+00 |      --      |    Inf 
1223.15/1223.41	c  1223s|183600 |   119 | 12576k|  68.5 |  17M|  47 | 156 | 718 |  14k| 718 | 593 |1343k| 165k|4993 | 0.000000e+00 |      --      |    Inf 
1223.76/1224.05	c  1224s|183700 |   121 | 12583k|  68.5 |  17M|  47 | 167 | 718 |  14k| 718 | 576 |1343k| 165k|4993 | 0.000000e+00 |      --      |    Inf 
1224.55/1224.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1224.55/1224.87	c  1225s|183800 |   125 | 12591k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 621 |1344k| 165k|4997 | 0.000000e+00 |      --      |    Inf 
1225.36/1225.66	c  1226s|183900 |   133 | 12599k|  68.5 |  17M|  47 | 147 | 718 |  14k| 718 | 530 |1345k| 165k|4997 | 0.000000e+00 |      --      |    Inf 
1225.96/1226.24	c  1226s|184000 |   130 | 12605k|  68.5 |  17M|  47 | 141 | 718 |  14k| 718 | 541 |1346k| 165k|4997 | 0.000000e+00 |      --      |    Inf 
1226.56/1226.87	c  1227s|184100 |   130 | 12611k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 584 |1346k| 165k|4998 | 0.000000e+00 |      --      |    Inf 
1227.36/1227.62	c  1228s|184200 |   130 | 12619k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 599 |1347k| 165k|4998 | 0.000000e+00 |      --      |    Inf 
1228.06/1228.36	c  1228s|184300 |   129 | 12626k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 616 |1348k| 165k|4998 | 0.000000e+00 |      --      |    Inf 
1228.75/1229.07	c  1229s|184400 |   126 | 12633k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 590 |1349k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1229.36/1229.68	c  1230s|184500 |   130 | 12639k|  68.5 |  17M|  47 | 140 | 718 |  14k| 718 | 594 |1349k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1230.26/1230.53	c  1231s|184600 |   130 | 12647k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 534 |1351k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1230.96/1231.25	c  1231s|184700 |   134 | 12655k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 543 |1352k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1231.55/1231.87	c  1232s|184800 |   132 | 12662k|  68.5 |  17M|  47 | 150 | 718 |  14k| 718 | 551 |1352k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1232.25/1232.59	c  1233s|184900 |   130 | 12670k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 527 |1353k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1233.06/1233.39	c  1233s|185000 |   128 | 12678k|  68.5 |  17M|  47 | 178 | 718 |  14k| 718 | 521 |1354k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1233.76/1234.03	c  1234s|185100 |   129 | 12685k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 552 |1355k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1234.55/1234.85	c  1235s|185200 |   127 | 12693k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 550 |1356k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1235.35/1235.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1235.35/1235.61	c  1236s|185300 |   124 | 12701k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 549 |1357k| 166k|4998 | 0.000000e+00 |      --      |    Inf 
1236.06/1236.40	c  1236s|185400 |   126 | 12709k|  68.5 |  17M|  47 | 159 | 718 |  14k| 718 | 572 |1358k| 166k|5000 | 0.000000e+00 |      --      |    Inf 
1236.86/1237.13	c  1237s|185500 |   130 | 12716k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 561 |1359k| 166k|5009 | 0.000000e+00 |      --      |    Inf 
1237.55/1237.82	c  1238s|185600 |   130 | 12723k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 559 |1360k| 167k|5009 | 0.000000e+00 |      --      |    Inf 
1238.15/1238.48	c  1238s|185700 |   126 | 12729k|  68.5 |  17M|  47 | 159 | 718 |  14k| 718 | 545 |1360k| 167k|5009 | 0.000000e+00 |      --      |    Inf 
1238.75/1239.08	c  1239s|185800 |   128 | 12735k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 567 |1361k| 167k|5009 | 0.000000e+00 |      --      |    Inf 
1239.45/1239.75	c  1240s|185900 |   130 | 12743k|  68.5 |  17M|  47 | 137 | 718 |  14k| 718 | 559 |1362k| 167k|5012 | 0.000000e+00 |      --      |    Inf 
1240.05/1240.34	c  1240s|186000 |   128 | 12749k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 540 |1362k| 167k|5015 | 0.000000e+00 |      --      |    Inf 
1240.65/1240.95	c  1241s|186100 |   127 | 12755k|  68.5 |  17M|  47 | 173 | 718 |  14k| 718 | 536 |1363k| 167k|5016 | 0.000000e+00 |      --      |    Inf 
1241.25/1241.58	c  1242s|186200 |   128 | 12762k|  68.5 |  17M|  47 | 152 | 718 |  14k| 718 | 563 |1363k| 167k|5017 | 0.000000e+00 |      --      |    Inf 
1242.05/1242.30	c  1242s|186300 |   126 | 12769k|  68.5 |  17M|  47 | 169 | 718 |  15k| 718 | 530 |1364k| 167k|5017 | 0.000000e+00 |      --      |    Inf 
1242.66/1243.00	c  1243s|186400 |   128 | 12777k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 547 |1365k| 167k|5017 | 0.000000e+00 |      --      |    Inf 
1243.35/1243.60	c  1244s|186500 |   126 | 12783k|  68.5 |  17M|  47 | 162 | 718 |  15k| 718 | 569 |1366k| 167k|5017 | 0.000000e+00 |      --      |    Inf 
1244.15/1244.41	c  1244s|186600 |   122 | 12791k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 572 |1367k| 167k|5018 | 0.000000e+00 |      --      |    Inf 
1244.86/1245.15	c  1245s|186700 |   121 | 12798k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 558 |1368k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1245.55/1245.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1245.55/1245.80	c  1246s|186800 |   127 | 12804k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 557 |1369k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1246.15/1246.49	c  1246s|186900 |   129 | 12811k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 579 |1369k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1246.86/1247.11	c  1247s|187000 |   130 | 12818k|  68.5 |  17M|  47 | 131 | 718 |  14k| 718 | 593 |1370k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1247.85/1248.12	c  1248s|187100 |   132 | 12831k|  68.5 |  17M|  47 | 135 | 718 |  14k| 718 | 600 |1370k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1248.45/1248.71	c  1249s|187200 |   125 | 12836k|  68.5 |  17M|  47 |   - | 718 |  14k| 718 | 586 |1371k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1249.15/1249.40	c  1249s|187300 |   123 | 12843k|  68.5 |  17M|  47 | 152 | 718 |  15k| 718 | 577 |1371k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1249.75/1250.08	c  1250s|187400 |   128 | 12850k|  68.5 |  17M|  47 | 129 | 718 |  15k| 718 | 649 |1372k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1250.45/1250.74	c  1251s|187500 |   122 | 12856k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 620 |1373k| 168k|5022 | 0.000000e+00 |      --      |    Inf 
1251.05/1251.36	c  1251s|187600 |   122 | 12862k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 623 |1373k| 169k|5022 | 0.000000e+00 |      --      |    Inf 
1251.75/1252.01	c  1252s|187700 |   120 | 12869k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 610 |1374k| 169k|5022 | 0.000000e+00 |      --      |    Inf 
1252.45/1252.70	c  1253s|187800 |   120 | 12875k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 575 |1374k| 169k|5022 | 0.000000e+00 |      --      |    Inf 
1253.26/1253.52	c  1254s|187900 |   121 | 12883k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 584 |1375k| 169k|5032 | 0.000000e+00 |      --      |    Inf 
1253.85/1254.18	c  1254s|188000 |   123 | 12890k|  68.5 |  17M|  47 | 162 | 718 |  15k| 718 | 553 |1376k| 169k|5032 | 0.000000e+00 |      --      |    Inf 
1254.65/1254.94	c  1255s|188100 |   123 | 12897k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 611 |1376k| 169k|5032 | 0.000000e+00 |      --      |    Inf 
1255.35/1255.67	c  1256s|188200 |   122 | 12905k|  68.5 |  17M|  47 | 170 | 718 |  15k| 718 | 602 |1377k| 169k|5032 | 0.000000e+00 |      --      |    Inf 
1256.15/1256.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.15/1256.49	c  1256s|188300 |   123 | 12913k|  68.5 |  17M|  47 | 127 | 718 |  15k| 718 | 576 |1378k| 169k|5032 | 0.000000e+00 |      --      |    Inf 
1256.95/1257.23	c  1257s|188400 |   129 | 12919k|  68.5 |  17M|  47 | 140 | 718 |  15k| 718 | 625 |1379k| 169k|5035 | 0.000000e+00 |      --      |    Inf 
1257.55/1257.88	c  1258s|188500 |   124 | 12926k|  68.5 |  17M|  47 | 157 | 718 |  15k| 718 | 613 |1379k| 170k|5035 | 0.000000e+00 |      --      |    Inf 
1258.35/1258.65	c  1259s|188600 |   126 | 12933k|  68.5 |  17M|  47 | 165 | 718 |  15k| 718 | 611 |1380k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1259.15/1259.41	c  1259s|188700 |   122 | 12941k|  68.5 |  17M|  47 |   - | 718 |  15k| 718 | 612 |1381k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1260.05/1260.37	c  1260s|188800 |   125 | 12950k|  68.6 |  17M|  47 | 138 | 718 |  15k| 718 | 589 |1382k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1260.85/1261.10	c  1261s|188900 |   124 | 12958k|  68.6 |  17M|  47 | 140 | 718 |  15k| 718 | 672 |1383k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1261.36/1261.65	c  1262s|189000 |   122 | 12963k|  68.6 |  17M|  47 |   - | 718 |  16k| 718 | 657 |1383k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1262.05/1262.34	c  1262s|189100 |   122 | 12970k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 574 |1384k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1262.85/1263.11	c  1263s|189200 |   122 | 12977k|  68.6 |  17M|  47 | 173 | 718 |  15k| 718 | 596 |1385k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1263.66/1263.91	c  1264s|189300 |   126 | 12985k|  68.6 |  17M|  47 | 124 | 718 |  15k| 718 | 607 |1385k| 170k|5036 | 0.000000e+00 |      --      |    Inf 
1264.35/1264.64	c  1265s|189400 |   120 | 12992k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 617 |1386k| 171k|5036 | 0.000000e+00 |      --      |    Inf 
1265.15/1265.46	c  1265s|189500 |   118 | 13001k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 551 |1387k| 171k|5036 | 0.000000e+00 |      --      |    Inf 
1265.95/1266.20	c  1266s|189600 |   122 | 13008k|  68.6 |  17M|  47 | 148 | 718 |  15k| 718 | 549 |1388k| 171k|5036 | 0.000000e+00 |      --      |    Inf 
1266.55/1266.81	c  1267s|189700 |   122 | 13014k|  68.6 |  17M|  47 | 156 | 718 |  15k| 718 | 552 |1388k| 171k|5036 | 0.000000e+00 |      --      |    Inf 
1267.25/1267.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1267.25/1267.53	c  1268s|189800 |   125 | 13021k|  68.6 |  17M|  47 | 182 | 718 |  15k| 718 | 555 |1389k| 171k|5036 | 0.000000e+00 |      --      |    Inf 
1268.05/1268.31	c  1268s|189900 |   125 | 13029k|  68.6 |  17M|  47 | 146 | 718 |  15k| 718 | 549 |1390k| 171k|5043 | 0.000000e+00 |      --      |    Inf 
1268.85/1269.13	c  1269s|190000 |   127 | 13038k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 564 |1391k| 171k|5043 | 0.000000e+00 |      --      |    Inf 
1269.55/1269.80	c  1270s|190100 |   127 | 13045k|  68.6 |  17M|  47 | 149 | 718 |  15k| 718 | 554 |1392k| 171k|5043 | 0.000000e+00 |      --      |    Inf 
1270.16/1270.43	c  1270s|190200 |   127 | 13051k|  68.6 |  17M|  47 | 153 | 718 |  15k| 718 | 557 |1393k| 171k|5048 | 0.000000e+00 |      --      |    Inf 
1270.74/1271.04	c  1271s|190300 |   128 | 13057k|  68.6 |  17M|  47 | 137 | 718 |  16k| 718 | 567 |1394k| 171k|5051 | 0.000000e+00 |      --      |    Inf 
1271.36/1271.68	c  1272s|190400 |   128 | 13064k|  68.6 |  17M|  47 |   - | 718 |  16k| 718 | 575 |1394k| 171k|5053 | 0.000000e+00 |      --      |    Inf 
1272.04/1272.33	c  1272s|190500 |   126 | 13070k|  68.6 |  17M|  47 | 161 | 718 |  16k| 718 | 522 |1395k| 171k|5053 | 0.000000e+00 |      --      |    Inf 
1272.65/1272.99	c  1273s|190600 |   130 | 13077k|  68.6 |  17M|  47 | 152 | 718 |  16k| 718 | 569 |1396k| 171k|5054 | 0.000000e+00 |      --      |    Inf 
1273.35/1273.66	c  1274s|190700 |   124 | 13084k|  68.6 |  17M|  47 |   - | 718 |  16k| 718 | 577 |1396k| 171k|5054 | 0.000000e+00 |      --      |    Inf 
1274.05/1274.37	c  1274s|190800 |   118 | 13091k|  68.6 |  17M|  47 |   - | 718 |  16k| 718 | 573 |1397k| 171k|5054 | 0.000000e+00 |      --      |    Inf 
1274.75/1275.05	c  1275s|190900 |   118 | 13098k|  68.6 |  17M|  47 |   - | 718 |  16k| 718 | 581 |1398k| 172k|5056 | 0.000000e+00 |      --      |    Inf 
1275.44/1275.78	c  1276s|191000 |   119 | 13105k|  68.6 |  17M|  47 |   - | 718 |  16k| 718 | 572 |1399k| 172k|5056 | 0.000000e+00 |      --      |    Inf 
1276.15/1276.48	c  1276s|191100 |   117 | 13113k|  68.6 |  17M|  47 |   - | 718 |  16k| 718 | 547 |1399k| 172k|5056 | 0.000000e+00 |      --      |    Inf 
1276.85/1277.14	c  1277s|191200 |   113 | 13119k|  68.6 |  17M|  47 | 161 | 718 |  15k| 718 | 597 |1400k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1277.55/1277.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1277.55/1277.88	c  1278s|191300 |   109 | 13127k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 658 |1401k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1278.35/1278.65	c  1279s|191400 |   110 | 13135k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 571 |1402k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1278.95/1279.28	c  1279s|191500 |   108 | 13141k|  68.6 |  17M|  47 |   - | 718 |  15k|   0 |   0 |1402k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1279.65/1279.99	c  1280s|191600 |   110 | 13148k|  68.6 |  17M|  47 | 159 | 718 |  15k| 718 | 571 |1403k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1280.34/1280.68	c  1281s|191700 |   108 | 13156k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 552 |1404k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1281.04/1281.35	c  1281s|191800 |   106 | 13163k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 545 |1405k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1281.74/1282.04	c  1282s|191900 |   102 | 13170k|  68.6 |  17M|  47 | 160 | 718 |  14k| 718 | 565 |1405k| 172k|5057 | 0.000000e+00 |      --      |    Inf 
1282.35/1282.68	c  1283s|192000 |   106 | 13176k|  68.6 |  17M|  47 | 134 | 718 |  14k| 718 | 602 |1406k| 172k|5065 | 0.000000e+00 |      --      |    Inf 
1283.04/1283.37	c  1283s|192100 |   101 | 13183k|  68.6 |  17M|  47 | 184 | 718 |  15k| 718 | 580 |1406k| 172k|5065 | 0.000000e+00 |      --      |    Inf 
1283.85/1284.11	c  1284s|192200 |    99 | 13190k|  68.6 |  17M|  47 |   - | 718 |  14k| 718 | 616 |1407k| 173k|5065 | 0.000000e+00 |      --      |    Inf 
1284.64/1284.91	c  1285s|192300 |    99 | 13198k|  68.6 |  16M|  47 |   - | 718 |  14k| 718 | 598 |1408k| 173k|5068 | 0.000000e+00 |      --      |    Inf 
1285.35/1285.62	c  1286s|192400 |   101 | 13205k|  68.6 |  16M|  47 |   - | 718 |  13k| 718 | 581 |1409k| 173k|5071 | 0.000000e+00 |      --      |    Inf 
1286.05/1286.31	c  1286s|192500 |    97 | 13213k|  68.6 |  16M|  47 | 157 | 718 |  13k| 718 | 571 |1409k| 173k|5071 | 0.000000e+00 |      --      |    Inf 
1286.65/1286.96	c  1287s|192600 |    98 | 13219k|  68.6 |  16M|  47 |   - | 718 |  13k| 718 | 588 |1410k| 173k|5072 | 0.000000e+00 |      --      |    Inf 
1287.34/1287.61	c  1288s|192700 |    99 | 13226k|  68.6 |  16M|  47 |   - | 718 |  13k| 718 | 553 |1411k| 173k|5072 | 0.000000e+00 |      --      |    Inf 
1288.04/1288.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.04/1288.32	c  1288s|192800 |    98 | 13234k|  68.6 |  16M|  47 | 157 | 718 |  13k| 718 | 589 |1411k| 173k|5072 | 0.000000e+00 |      --      |    Inf 
1288.64/1288.97	c  1289s|192900 |    98 | 13240k|  68.6 |  16M|  47 | 152 | 718 |  13k| 718 | 571 |1412k| 173k|5072 | 0.000000e+00 |      --      |    Inf 
1289.44/1289.77	c  1290s|193000 |   100 | 13249k|  68.6 |  16M|  47 | 130 | 718 |  13k| 718 | 571 |1412k| 173k|5073 | 0.000000e+00 |      --      |    Inf 
1290.25/1290.54	c  1291s|193100 |   100 | 13257k|  68.6 |  16M|  47 |   - | 718 |  13k| 718 | 558 |1413k| 173k|5073 | 0.000000e+00 |      --      |    Inf 
1291.05/1291.32	c  1291s|193200 |    96 | 13265k|  68.6 |  16M|  47 |   - | 718 |  13k| 718 | 581 |1414k| 173k|5073 | 0.000000e+00 |      --      |    Inf 
1291.94/1292.21	c  1292s|193300 |    98 | 13274k|  68.6 |  16M|  47 | 204 | 718 |  13k| 718 | 578 |1416k| 173k|5073 | 0.000000e+00 |      --      |    Inf 
1292.84/1293.15	c  1293s|193400 |    96 | 13284k|  68.7 |  16M|  47 |   - | 718 |  13k| 718 | 586 |1417k| 174k|5073 | 0.000000e+00 |      --      |    Inf 
1293.64/1293.93	c  1294s|193500 |   101 | 13292k|  68.7 |  16M|  47 |   - | 718 |  13k| 718 | 575 |1418k| 174k|5073 | 0.000000e+00 |      --      |    Inf 
1294.35/1294.65	c  1295s|193600 |    99 | 13299k|  68.7 |  16M|  47 | 170 | 718 |  13k| 718 | 547 |1418k| 174k|5073 | 0.000000e+00 |      --      |    Inf 
1295.25/1295.51	c  1296s|193700 |    99 | 13308k|  68.7 |  16M|  47 |   - | 718 |  13k| 718 | 590 |1420k| 174k|5073 | 0.000000e+00 |      --      |    Inf 
1296.04/1296.37	c  1296s|193800 |   100 | 13317k|  68.7 |  16M|  47 | 167 | 718 |  13k| 718 | 564 |1421k| 174k|5073 | 0.000000e+00 |      --      |    Inf 
1296.94/1297.25	c  1297s|193900 |   100 | 13326k|  68.7 |  16M|  47 |   - | 718 |  13k| 718 | 555 |1422k| 174k|5078 | 0.000000e+00 |      --      |    Inf 
1297.45/1297.79	c  1298s|194000 |   100 | 13331k|  68.7 |  16M|  47 |   - | 718 |  13k| 718 | 587 |1422k| 174k|5078 | 0.000000e+00 |      --      |    Inf 
1298.24/1298.56	c  1299s|194100 |    99 | 13339k|  68.7 |  16M|  47 |   - | 718 |  13k| 718 | 576 |1423k| 174k|5087 | 0.000000e+00 |      --      |    Inf 
1299.04/1299.33	c  1299s|194200 |    99 | 13347k|  68.7 |  16M|  47 | 176 | 718 |  13k| 718 | 510 |1424k| 174k|5087 | 0.000000e+00 |      --      |    Inf 
1299.74/1300.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1299.74/1300.01	c  1300s|194300 |   100 | 13354k|  68.7 |  16M|  47 |   - | 718 |  13k| 718 | 574 |1425k| 174k|5087 | 0.000000e+00 |      --      |    Inf 
1300.14/1300.44	c  1300s|194400 |   100 | 13358k|  68.7 |  16M|  47 | 132 | 718 |  13k| 718 | 578 |1425k| 174k|5087 | 0.000000e+00 |      --      |    Inf 
1300.74/1301.08	c  1301s|194500 |   100 | 13364k|  68.7 |  16M|  47 | 143 | 718 |  13k| 718 | 567 |1426k| 175k|5087 | 0.000000e+00 |      --      |    Inf 
1301.34/1301.69	c  1302s|194600 |    98 | 13371k|  68.7 |  16M|  47 | 151 | 718 |  14k| 718 | 560 |1426k| 175k|5087 | 0.000000e+00 |      --      |    Inf 
1302.05/1302.39	c  1302s|194700 |    98 | 13378k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 593 |1427k| 175k|5092 | 0.000000e+00 |      --      |    Inf 
1302.84/1303.11	c  1303s|194800 |   102 | 13385k|  68.7 |  16M|  47 | 135 | 718 |  14k| 718 | 573 |1428k| 175k|5092 | 0.000000e+00 |      --      |    Inf 
1303.25/1303.59	c  1304s|194900 |    98 | 13390k|  68.7 |  16M|  47 | 145 | 718 |  14k| 718 | 563 |1428k| 175k|5092 | 0.000000e+00 |      --      |    Inf 
1303.85/1304.12	c  1304s|195000 |    99 | 13395k|  68.7 |  17M|  47 | 151 | 718 |  14k| 718 | 556 |1428k| 175k|5094 | 0.000000e+00 |      --      |    Inf 
1304.44/1304.70	c  1305s|195100 |    97 | 13401k|  68.7 |  17M|  47 |   - | 718 |  14k| 718 | 559 |1429k| 175k|5094 | 0.000000e+00 |      --      |    Inf 
1304.84/1305.16	c  1305s|195200 |    96 | 13406k|  68.6 |  17M|  47 |   - | 718 |  14k|   0 |   0 |1429k| 175k|5094 | 0.000000e+00 |      --      |    Inf 
1305.55/1305.82	c  1306s|195300 |   100 | 13412k|  68.6 |  17M|  47 |   - | 718 |  14k| 718 | 581 |1430k| 175k|5094 | 0.000000e+00 |      --      |    Inf 
1306.14/1306.48	c  1306s|195400 |   102 | 13419k|  68.6 |  17M|  47 | 151 | 718 |  14k| 718 | 583 |1431k| 175k|5094 | 0.000000e+00 |      --      |    Inf 
1306.74/1307.04	c  1307s|195500 |    98 | 13425k|  68.6 |  17M|  47 |   - | 718 |  14k| 718 | 557 |1431k| 175k|5094 | 0.000000e+00 |      --      |    Inf 
1307.44/1307.71	c  1308s|195600 |   103 | 13431k|  68.6 |  17M|  47 |   - | 718 |  14k| 718 | 563 |1432k| 176k|5094 | 0.000000e+00 |      --      |    Inf 
1308.04/1308.40	c  1308s|195700 |   102 | 13438k|  68.6 |  17M|  47 |   - | 718 |  14k| 718 | 578 |1433k| 176k|5094 | 0.000000e+00 |      --      |    Inf 
1308.75/1309.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.75/1309.08	c  1309s|195800 |   102 | 13446k|  68.6 |  17M|  47 | 146 | 718 |  15k| 718 | 556 |1433k| 176k|5094 | 0.000000e+00 |      --      |    Inf 
1309.44/1309.78	c  1310s|195900 |   100 | 13453k|  68.6 |  17M|  47 | 150 | 718 |  15k| 718 | 601 |1434k| 176k|5094 | 0.000000e+00 |      --      |    Inf 
1310.14/1310.50	c  1310s|196000 |    93 | 13460k|  68.6 |  17M|  47 |   - | 718 |  15k| 718 | 560 |1435k| 176k|5094 | 0.000000e+00 |      --      |    Inf 
1310.95/1311.25	c  1311s|196100 |    96 | 13467k|  68.6 |  17M|  47 | 153 | 718 |  15k| 718 | 568 |1436k| 176k|5094 | 0.000000e+00 |      --      |    Inf 
1311.74/1312.00	c  1312s|196200 |    90 | 13475k|  68.6 |  17M|  47 |   - | 718 |  14k| 718 | 620 |1436k| 176k|5095 | 0.000000e+00 |      --      |    Inf 
1312.44/1312.73	c  1313s|196300 |    88 | 13482k|  68.7 |  17M|  47 |   - | 718 |  14k| 718 | 570 |1437k| 176k|5095 | 0.000000e+00 |      --      |    Inf 
1313.15/1313.46	c  1313s|196400 |    86 | 13489k|  68.7 |  17M|  47 |   - | 718 |  14k| 718 | 583 |1438k| 176k|5095 | 0.000000e+00 |      --      |    Inf 
1313.74/1314.07	c  1314s|196500 |    85 | 13495k|  68.6 |  17M|  47 | 169 | 718 |  14k| 718 | 592 |1438k| 176k|5095 | 0.000000e+00 |      --      |    Inf 
1314.54/1314.85	c  1315s|196600 |    86 | 13502k|  68.6 |  17M|  47 | 154 | 718 |  14k| 718 | 611 |1439k| 176k|5095 | 0.000000e+00 |      --      |    Inf 
1315.44/1315.78	c  1316s|196700 |    86 | 13511k|  68.7 |  17M|  47 |   - | 718 |  14k| 718 | 591 |1440k| 177k|5106 | 0.000000e+00 |      --      |    Inf 
1316.24/1316.58	c  1317s|196800 |    84 | 13519k|  68.7 |  17M|  47 | 170 | 718 |  14k| 718 | 567 |1441k| 177k|5106 | 0.000000e+00 |      --      |    Inf 
1317.14/1317.42	c  1317s|196900 |    85 | 13527k|  68.7 |  17M|  47 | 174 | 718 |  14k| 718 | 579 |1442k| 177k|5106 | 0.000000e+00 |      --      |    Inf 
1317.84/1318.18	c  1318s|197000 |    83 | 13535k|  68.7 |  17M|  47 |   - | 718 |  14k| 718 | 572 |1443k| 177k|5106 | 0.000000e+00 |      --      |    Inf 
1318.55/1318.84	c  1319s|197100 |    83 | 13542k|  68.7 |  17M|  47 | 143 | 718 |  14k| 718 | 574 |1443k| 177k|5106 | 0.000000e+00 |      --      |    Inf 
1319.34/1319.68	c  1320s|197200 |    85 | 13550k|  68.7 |  17M|  47 | 142 | 718 |  14k| 718 | 574 |1444k| 177k|5111 | 0.000000e+00 |      --      |    Inf 
1320.04/1320.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1320.04/1320.36	c  1320s|197300 |    83 | 13557k|  68.7 |  17M|  47 | 167 | 718 |  15k| 718 | 601 |1445k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1320.85/1321.13	c  1321s|197400 |    83 | 13565k|  68.7 |  17M|  47 |   - | 718 |  15k| 718 | 618 |1446k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1321.74/1322.03	c  1322s|197500 |    77 | 13574k|  68.7 |  17M|  47 |   - | 718 |  15k| 718 | 639 |1447k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1322.44/1322.72	c  1323s|197600 |    79 | 13581k|  68.7 |  17M|  47 | 187 | 718 |  14k| 718 | 609 |1448k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1323.14/1323.41	c  1323s|197700 |    75 | 13588k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 577 |1448k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1323.94/1324.25	c  1324s|197800 |    79 | 13597k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 637 |1449k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1324.64/1324.96	c  1325s|197900 |    81 | 13604k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 535 |1450k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1325.44/1325.77	c  1326s|198000 |    81 | 13613k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 563 |1451k| 177k|5112 | 0.000000e+00 |      --      |    Inf 
1326.34/1326.61	c  1327s|198100 |    85 | 13622k|  68.7 |  16M|  47 | 156 | 718 |  14k| 718 | 530 |1453k| 178k|5112 | 0.000000e+00 |      --      |    Inf 
1326.94/1327.27	c  1327s|198200 |    81 | 13629k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 535 |1454k| 178k|5112 | 0.000000e+00 |      --      |    Inf 
1327.64/1327.99	c  1328s|198300 |    79 | 13637k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 532 |1454k| 178k|5112 | 0.000000e+00 |      --      |    Inf 
1328.34/1328.66	c  1329s|198400 |    79 | 13644k|  68.7 |  16M|  47 | 170 | 718 |  14k| 718 | 535 |1455k| 178k|5112 | 0.000000e+00 |      --      |    Inf 
1329.04/1329.33	c  1329s|198500 |    82 | 13651k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 623 |1456k| 178k|5112 | 0.000000e+00 |      --      |    Inf 
1329.65/1329.96	c  1330s|198600 |    80 | 13657k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 604 |1456k| 178k|5112 | 0.000000e+00 |      --      |    Inf 
1330.44/1330.78	c  1331s|198700 |    78 | 13665k|  68.7 |  16M|  47 |   - | 718 |  14k| 718 | 599 |1457k| 178k|5112 | 0.000000e+00 |      --      |    Inf 
1331.34/1331.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1331.34/1331.62	c  1332s|198800 |    78 | 13674k|  68.8 |  16M|  47 | 142 | 718 |  14k| 718 | 562 |1458k| 178k|5121 | 0.000000e+00 |      --      |    Inf 
1332.04/1332.36	c  1332s|198900 |    74 | 13681k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 584 |1459k| 178k|5121 | 0.000000e+00 |      --      |    Inf 
1332.95/1333.26	c  1333s|199000 |    80 | 13690k|  68.8 |  16M|  47 | 118 | 718 |  14k| 718 | 605 |1460k| 178k|5121 | 0.000000e+00 |      --      |    Inf 
1333.54/1333.88	c  1334s|199100 |    78 | 13697k|  68.8 |  16M|  47 | 165 | 718 |  14k| 718 | 583 |1461k| 178k|5126 | 0.000000e+00 |      --      |    Inf 
1334.34/1334.67	c  1335s|199200 |    80 | 13705k|  68.8 |  16M|  47 | 149 | 718 |  14k| 718 | 606 |1462k| 178k|5126 | 0.000000e+00 |      --      |    Inf 
1335.05/1335.35	c  1335s|199300 |    80 | 13712k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 593 |1462k| 178k|5131 | 0.000000e+00 |      --      |    Inf 
1335.74/1336.05	c  1336s|199400 |    84 | 13719k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 597 |1463k| 179k|5131 | 0.000000e+00 |      --      |    Inf 
1336.43/1336.76	c  1337s|199500 |    87 | 13726k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 593 |1464k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1337.14/1337.43	c  1337s|199600 |    85 | 13734k|  68.8 |  16M|  47 | 137 | 718 |  14k| 718 | 578 |1465k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1337.84/1338.16	c  1338s|199700 |    82 | 13741k|  68.8 |  16M|  47 | 160 | 718 |  14k| 718 | 638 |1466k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1338.53/1338.84	c  1339s|199800 |    78 | 13748k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 613 |1466k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1339.24/1339.58	c  1340s|199900 |    78 | 13756k|  68.8 |  16M|  47 | 162 | 718 |  14k| 718 | 593 |1467k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1340.04/1340.32	c  1340s|200000 |    80 | 13763k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 590 |1468k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1340.64/1340.95	c  1341s|200100 |    80 | 13769k|  68.8 |  16M|  47 | 172 | 718 |  14k| 718 | 562 |1468k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1341.44/1341.73	c  1342s|200200 |    78 | 13777k|  68.8 |  16M|  47 | 168 | 718 |  14k| 718 | 550 |1469k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1342.14/1342.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1342.14/1342.48	c  1342s|200300 |    78 | 13785k|  68.8 |  16M|  47 | 151 | 718 |  14k| 718 | 565 |1470k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1342.84/1343.13	c  1343s|200400 |    81 | 13791k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 586 |1470k| 179k|5132 | 0.000000e+00 |      --      |    Inf 
1343.44/1343.71	c  1344s|200500 |    83 | 13797k|  68.8 |  16M|  47 | 149 | 718 |  14k| 718 | 577 |1471k| 180k|5132 | 0.000000e+00 |      --      |    Inf 
1344.04/1344.39	c  1344s|200600 |    79 | 13804k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 568 |1471k| 180k|5132 | 0.000000e+00 |      --      |    Inf 
1344.84/1345.16	c  1345s|200700 |    79 | 13812k|  68.8 |  16M|  47 | 166 | 718 |  14k| 718 | 557 |1472k| 180k|5132 | 0.000000e+00 |      --      |    Inf 
1345.64/1345.92	c  1346s|200800 |    81 | 13820k|  68.8 |  16M|  47 | 171 | 718 |  14k| 718 | 590 |1473k| 180k|5132 | 0.000000e+00 |      --      |    Inf 
1346.44/1346.70	c  1347s|200900 |    85 | 13828k|  68.8 |  16M|  47 | 139 | 718 |  14k| 718 | 582 |1474k| 180k|5132 | 0.000000e+00 |      --      |    Inf 
1347.14/1347.41	c  1347s|201000 |    82 | 13835k|  68.8 |  16M|  47 | 144 | 718 |  14k| 718 | 582 |1474k| 180k|5140 | 0.000000e+00 |      --      |    Inf 
1347.84/1348.19	c  1348s|201100 |    78 | 13843k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 610 |1475k| 180k|5140 | 0.000000e+00 |      --      |    Inf 
1348.64/1348.95	c  1349s|201200 |    82 | 13850k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 584 |1476k| 180k|5140 | 0.000000e+00 |      --      |    Inf 
1349.24/1349.54	c  1350s|201300 |    82 | 13856k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 585 |1476k| 180k|5140 | 0.000000e+00 |      --      |    Inf 
1349.94/1350.28	c  1350s|201400 |    83 | 13864k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 590 |1477k| 180k|5143 | 0.000000e+00 |      --      |    Inf 
1350.73/1351.08	c  1351s|201500 |    79 | 13872k|  68.8 |  16M|  47 | 161 | 718 |  14k| 718 | 554 |1478k| 180k|5143 | 0.000000e+00 |      --      |    Inf 
1351.64/1351.91	c  1352s|201600 |    81 | 13880k|  68.8 |  16M|  47 | 145 | 718 |  14k| 718 | 546 |1479k| 180k|5146 | 0.000000e+00 |      --      |    Inf 
1352.23/1352.59	c  1353s|201700 |    80 | 13887k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 581 |1479k| 180k|5148 | 0.000000e+00 |      --      |    Inf 
1353.23/1353.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.23/1353.50	c  1353s|201800 |    85 | 13897k|  68.8 |  16M|  47 | 158 | 718 |  14k| 718 | 572 |1481k| 180k|5148 | 0.000000e+00 |      --      |    Inf 
1353.93/1354.27	c  1354s|201900 |    81 | 13905k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 574 |1481k| 180k|5148 | 0.000000e+00 |      --      |    Inf 
1354.74/1355.02	c  1355s|202000 |    87 | 13912k|  68.8 |  17M|  47 | 128 | 718 |  14k| 718 | 614 |1482k| 180k|5148 | 0.000000e+00 |      --      |    Inf 
1355.44/1355.79	c  1356s|202100 |    83 | 13920k|  68.8 |  17M|  47 | 146 | 718 |  14k| 718 | 633 |1483k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1356.34/1356.64	c  1357s|202200 |    85 | 13929k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 627 |1484k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1356.93/1357.30	c  1357s|202300 |    87 | 13935k|  68.9 |  17M|  47 | 147 | 718 |  14k| 718 | 588 |1484k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1357.63/1357.90	c  1358s|202400 |    87 | 13941k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 623 |1485k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1358.33/1358.60	c  1359s|202500 |    83 | 13948k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 633 |1485k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1359.03/1359.35	c  1359s|202600 |    79 | 13956k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 635 |1486k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1359.64/1359.98	c  1360s|202700 |    81 | 13962k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 624 |1487k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1360.23/1360.56	c  1361s|202800 |    83 | 13968k|  68.8 |  17M|  47 | 151 | 718 |  14k| 718 | 615 |1487k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1360.83/1361.14	c  1361s|202900 |    79 | 13974k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 611 |1488k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1361.44/1361.80	c  1362s|203000 |    83 | 13981k|  68.8 |  17M|  47 | 132 | 718 |  15k| 718 | 635 |1488k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1362.13/1362.45	c  1362s|203100 |    83 | 13987k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 625 |1489k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1362.74/1363.06	c  1363s|203200 |    84 | 13993k|  68.8 |  17M|  47 | 139 | 718 |  14k| 718 | 625 |1489k| 181k|5148 | 0.000000e+00 |      --      |    Inf 
1363.44/1363.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.44/1363.78	c  1364s|203300 |    84 | 14000k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 642 |1490k| 182k|5157 | 0.000000e+00 |      --      |    Inf 
1364.03/1364.36	c  1364s|203400 |    82 | 14006k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 645 |1490k| 182k|5157 | 0.000000e+00 |      --      |    Inf 
1364.64/1365.00	c  1365s|203500 |    80 | 14012k|  68.8 |  17M|  47 | 175 | 718 |  15k| 718 | 589 |1491k| 182k|5157 | 0.000000e+00 |      --      |    Inf 
1365.24/1365.57	c  1366s|203600 |    85 | 14018k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 645 |1491k| 182k|5157 | 0.000000e+00 |      --      |    Inf 
1365.94/1366.24	c  1366s|203700 |    84 | 14025k|  68.8 |  17M|  47 | 144 | 718 |  15k| 718 | 627 |1491k| 182k|5159 | 0.000000e+00 |      --      |    Inf 
1366.63/1366.93	c  1367s|203800 |    81 | 14031k|  68.8 |  17M|  47 | 156 | 718 |  15k| 718 | 622 |1492k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1367.33/1367.61	c  1368s|203900 |    82 | 14038k|  68.8 |  17M|  47 | 144 | 718 |  15k| 718 | 581 |1492k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1368.04/1368.35	c  1368s|204000 |    82 | 14046k|  68.8 |  17M|  47 | 138 | 718 |  15k| 718 | 584 |1493k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1368.74/1369.05	c  1369s|204100 |    84 | 14054k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 598 |1494k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1369.63/1369.92	c  1370s|204200 |    86 | 14063k|  68.8 |  17M|  47 | 130 | 718 |  15k| 718 | 576 |1495k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1370.34/1370.65	c  1371s|204300 |    88 | 14071k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 556 |1496k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1371.13/1371.43	c  1371s|204400 |    86 | 14079k|  68.9 |  17M|  47 |   - | 718 |  15k| 718 | 605 |1497k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1371.84/1372.14	c  1372s|204500 |    86 | 14086k|  68.9 |  17M|  47 | 158 | 718 |  15k| 718 | 602 |1498k| 182k|5160 | 0.000000e+00 |      --      |    Inf 
1372.63/1372.90	c  1373s|204600 |    84 | 14094k|  68.9 |  17M|  47 |   - | 718 |  15k| 718 | 593 |1498k| 183k|5160 | 0.000000e+00 |      --      |    Inf 
1373.33/1373.64	c  1374s|204700 |    88 | 14101k|  68.9 |  17M|  47 |   - | 718 |  15k| 718 | 597 |1499k| 183k|5160 | 0.000000e+00 |      --      |    Inf 
1373.93/1374.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1373.93/1374.26	c  1374s|204800 |    86 | 14108k|  68.9 |  17M|  47 |   - | 718 |  16k| 718 | 593 |1500k| 183k|5160 | 0.000000e+00 |      --      |    Inf 
1374.53/1374.89	c  1375s|204900 |    80 | 14114k|  68.9 |  17M|  47 |   - | 718 |  16k| 718 | 579 |1500k| 183k|5160 | 0.000000e+00 |      --      |    Inf 
1375.43/1375.73	c  1376s|205000 |    82 | 14123k|  68.9 |  17M|  47 | 170 | 718 |  16k| 718 | 591 |1501k| 183k|5160 | 0.000000e+00 |      --      |    Inf 
1376.14/1376.43	c  1376s|205100 |    81 | 14129k|  68.9 |  17M|  47 | 146 | 718 |  16k| 718 | 582 |1502k| 183k|5160 | 0.000000e+00 |      --      |    Inf 
1377.03/1377.31	c  1377s|205200 |    78 | 14137k|  68.9 |  17M|  47 |   - | 718 |  16k| 718 | 623 |1502k| 183k|5168 | 0.000000e+00 |      --      |    Inf 
1377.73/1378.05	c  1378s|205300 |    79 | 14144k|  68.9 |  17M|  47 | 163 | 718 |  15k| 718 | 601 |1503k| 183k|5168 | 0.000000e+00 |      --      |    Inf 
1378.43/1378.72	c  1379s|205400 |    79 | 14151k|  68.9 |  17M|  47 | 166 | 718 |  15k| 718 | 596 |1504k| 183k|5168 | 0.000000e+00 |      --      |    Inf 
1379.13/1379.45	c  1379s|205500 |    77 | 14158k|  68.9 |  17M|  47 | 171 | 718 |  15k| 718 | 557 |1504k| 183k|5168 | 0.000000e+00 |      --      |    Inf 
1379.93/1380.23	c  1380s|205600 |    80 | 14166k|  68.9 |  17M|  47 |   - | 718 |  15k| 718 | 563 |1505k| 183k|5171 | 0.000000e+00 |      --      |    Inf 
1380.33/1380.69	c  1381s|205700 |    80 | 14171k|  68.9 |  17M|  47 | 147 | 718 |  15k| 718 | 556 |1505k| 183k|5171 | 0.000000e+00 |      --      |    Inf 
1380.83/1381.15	c  1381s|205800 |    78 | 14175k|  68.9 |  17M|  47 |   - | 718 |  15k| 718 | 564 |1506k| 183k|5173 | 0.000000e+00 |      --      |    Inf 
1381.34/1381.64	c  1382s|205900 |    80 | 14180k|  68.8 |  17M|  47 | 152 | 718 |  15k| 718 | 556 |1506k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1381.83/1382.18	c  1382s|206000 |    78 | 14186k|  68.8 |  17M|  47 | 132 | 718 |  15k| 718 | 556 |1507k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1382.43/1382.78	c  1383s|206100 |    80 | 14192k|  68.8 |  17M|  47 | 136 | 718 |  15k| 718 | 544 |1507k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1382.93/1383.27	c  1383s|206200 |    82 | 14197k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 568 |1508k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1383.44/1383.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.44/1383.71	c  1384s|206300 |    82 | 14202k|  68.8 |  17M|  47 | 144 | 718 |  15k| 718 | 594 |1508k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1384.13/1384.41	c  1384s|206400 |    82 | 14209k|  68.8 |  17M|  47 | 135 | 718 |  15k| 718 | 553 |1509k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1384.73/1385.09	c  1385s|206500 |    80 | 14217k|  68.8 |  17M|  47 | 145 | 718 |  15k| 718 | 575 |1510k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1385.44/1385.71	c  1386s|206600 |    84 | 14223k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 549 |1511k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1385.83/1386.18	c  1386s|206700 |    82 | 14228k|  68.8 |  17M|  47 | 137 | 718 |  16k| 718 | 519 |1511k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1386.43/1386.70	c  1387s|206800 |    81 | 14234k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 549 |1512k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1387.03/1387.38	c  1387s|206900 |    77 | 14241k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 533 |1512k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1387.64/1387.96	c  1388s|207000 |    78 | 14247k|  68.8 |  17M|  47 | 147 | 718 |  16k| 718 | 553 |1513k| 184k|5174 | 0.000000e+00 |      --      |    Inf 
1388.23/1388.54	c  1389s|207100 |    80 | 14253k|  68.8 |  17M|  47 | 153 | 718 |  16k| 718 | 579 |1513k| 185k|5174 | 0.000000e+00 |      --      |    Inf 
1388.83/1389.12	c  1389s|207200 |    80 | 14259k|  68.8 |  17M|  47 | 158 | 718 |  16k| 718 | 519 |1514k| 185k|5174 | 0.000000e+00 |      --      |    Inf 
1389.43/1389.72	c  1390s|207300 |    78 | 14265k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 565 |1515k| 185k|5174 | 0.000000e+00 |      --      |    Inf 
1390.04/1390.38	c  1390s|207400 |    82 | 14272k|  68.8 |  17M|  47 | 153 | 718 |  16k| 718 | 558 |1515k| 185k|5174 | 0.000000e+00 |      --      |    Inf 
1390.63/1390.99	c  1391s|207500 |    76 | 14278k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 606 |1516k| 185k|5174 | 0.000000e+00 |      --      |    Inf 
1391.23/1391.57	c  1392s|207600 |    75 | 14284k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 612 |1516k| 185k|5174 | 0.000000e+00 |      --      |    Inf 
1392.13/1392.45	c  1392s|207700 |    71 | 14291k|  68.8 |  17M|  47 | 171 | 718 |  16k| 718 | 550 |1517k| 185k|5186 | 0.000000e+00 |      --      |    Inf 
1392.83/1393.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1392.83/1393.11	c  1393s|207800 |    75 | 14298k|  68.8 |  17M|  47 | 159 | 718 |  16k| 718 | 540 |1518k| 185k|5186 | 0.000000e+00 |      --      |    Inf 
1393.53/1393.83	c  1394s|207900 |    69 | 14305k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 543 |1518k| 185k|5186 | 0.000000e+00 |      --      |    Inf 
1394.43/1394.79	c  1395s|208000 |    73 | 14315k|  68.8 |  17M|  47 | 170 | 718 |  16k| 718 | 562 |1520k| 185k|5186 | 0.000000e+00 |      --      |    Inf 
1395.13/1395.45	c  1395s|208100 |    70 | 14322k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 628 |1521k| 185k|5186 | 0.000000e+00 |      --      |    Inf 
1396.03/1396.37	c  1396s|208200 |    72 | 14330k|  68.8 |  17M|  47 |   - | 718 |  16k| 718 | 635 |1522k| 185k|5195 | 0.000000e+00 |      --      |    Inf 
1396.64/1396.98	c  1397s|208300 |    75 | 14336k|  68.8 |  17M|  47 |   - | 718 |  15k|   0 |   0 |1522k| 186k|5195 | 0.000000e+00 |      --      |    Inf 
1397.33/1397.63	c  1398s|208400 |    73 | 14342k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 626 |1523k| 186k|5195 | 0.000000e+00 |      --      |    Inf 
1398.13/1398.41	c  1398s|208500 |    73 | 14350k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 574 |1524k| 186k|5195 | 0.000000e+00 |      --      |    Inf 
1398.93/1399.28	c  1399s|208600 |    73 | 14358k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 620 |1525k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1399.83/1400.15	c  1400s|208700 |    73 | 14367k|  68.8 |  17M|  47 |   - | 718 |  14k| 718 | 589 |1526k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1400.72/1401.01	c  1401s|208800 |    74 | 14375k|  68.8 |  17M|  47 | 191 | 718 |  14k| 718 | 599 |1526k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1401.52/1401.82	c  1402s|208900 |    78 | 14383k|  68.8 |  16M|  47 | 137 | 718 |  14k| 718 | 581 |1527k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1402.24/1402.51	c  1403s|209000 |    76 | 14390k|  68.8 |  16M|  47 | 157 | 718 |  13k| 718 | 501 |1528k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1402.93/1403.26	c  1403s|209100 |    76 | 14398k|  68.8 |  16M|  47 | 163 | 718 |  13k| 718 | 534 |1529k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1403.63/1403.98	c  1404s|209200 |    76 | 14405k|  68.8 |  16M|  47 | 180 | 718 |  14k| 718 | 565 |1530k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1404.52/1404.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1404.52/1404.81	c  1405s|209300 |    74 | 14414k|  68.8 |  16M|  47 | 178 | 718 |  14k| 718 | 585 |1531k| 186k|5196 | 0.000000e+00 |      --      |    Inf 
1405.23/1405.56	c  1406s|209400 |    76 | 14421k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 554 |1532k| 187k|5196 | 0.000000e+00 |      --      |    Inf 
1405.92/1406.25	c  1406s|209500 |    76 | 14428k|  68.8 |  16M|  47 | 149 | 718 |  14k| 718 | 535 |1533k| 187k|5196 | 0.000000e+00 |      --      |    Inf 
1406.54/1406.89	c  1407s|209600 |    76 | 14435k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 543 |1533k| 187k|5196 | 0.000000e+00 |      --      |    Inf 
1407.32/1407.63	c  1408s|209700 |    79 | 14442k|  68.8 |  16M|  47 | 158 | 718 |  14k| 718 | 578 |1534k| 187k|5196 | 0.000000e+00 |      --      |    Inf 
1408.03/1408.38	c  1408s|209800 |    79 | 14449k|  68.8 |  17M|  47 |   - | 718 |  14k| 718 | 573 |1535k| 187k|5196 | 0.000000e+00 |      --      |    Inf 
1408.83/1409.13	c  1409s|209900 |    81 | 14457k|  68.8 |  17M|  47 | 136 | 718 |  14k| 718 | 548 |1536k| 187k|5196 | 0.000000e+00 |      --      |    Inf 
1409.43/1409.76	c  1410s|210000 |    78 | 14463k|  68.8 |  17M|  47 |   - | 718 |  14k| 718 | 544 |1537k| 187k|5196 | 0.000000e+00 |      --      |    Inf 
1410.23/1410.50	c  1411s|210100 |    77 | 14471k|  68.8 |  17M|  47 |   - | 718 |  14k| 718 | 546 |1537k| 187k|5203 | 0.000000e+00 |      --      |    Inf 
1410.93/1411.24	c  1411s|210200 |    80 | 14478k|  68.8 |  17M|  47 | 158 | 718 |  14k| 718 | 565 |1538k| 187k|5203 | 0.000000e+00 |      --      |    Inf 
1411.63/1411.90	c  1412s|210300 |    78 | 14484k|  68.8 |  17M|  47 |   - | 718 |  14k| 718 | 569 |1539k| 187k|5203 | 0.000000e+00 |      --      |    Inf 
1412.22/1412.58	c  1413s|210400 |    80 | 14491k|  68.8 |  17M|  47 | 175 | 718 |  14k| 718 | 541 |1540k| 187k|5205 | 0.000000e+00 |      --      |    Inf 
1413.02/1413.31	c  1413s|210500 |    80 | 14498k|  68.8 |  17M|  47 | 155 | 718 |  14k| 718 | 573 |1541k| 188k|5207 | 0.000000e+00 |      --      |    Inf 
1413.73/1414.01	c  1414s|210600 |    76 | 14505k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 531 |1541k| 188k|5207 | 0.000000e+00 |      --      |    Inf 
1414.43/1414.76	c  1415s|210700 |    75 | 14513k|  68.9 |  17M|  47 |   - | 718 |  15k| 718 | 567 |1542k| 188k|5209 | 0.000000e+00 |      --      |    Inf 
1415.23/1415.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1415.23/1415.59	c  1416s|210800 |    74 | 14521k|  68.9 |  17M|  47 |   - | 718 |  14k|   0 |   0 |1543k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1415.93/1416.26	c  1416s|210900 |    74 | 14528k|  68.9 |  17M|  47 | 159 | 718 |  15k| 718 | 624 |1544k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1416.62/1416.93	c  1417s|211000 |    74 | 14534k|  68.9 |  17M|  47 | 151 | 718 |  15k| 718 | 598 |1544k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1417.23/1417.53	c  1418s|211100 |    74 | 14540k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 601 |1545k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1417.82/1418.15	c  1418s|211200 |    75 | 14546k|  68.8 |  17M|  47 |   - | 718 |  15k| 718 | 612 |1545k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1418.52/1418.82	c  1419s|211300 |    69 | 14553k|  68.8 |  17M|  47 | 168 | 718 |  15k| 718 | 572 |1546k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1419.23/1419.53	c  1420s|211400 |    75 | 14560k|  68.8 |  17M|  47 |   - | 718 |  14k| 718 | 614 |1547k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1419.93/1420.24	c  1420s|211500 |    71 | 14567k|  68.8 |  17M|  47 |   - | 718 |  14k| 718 | 632 |1547k| 188k|5210 | 0.000000e+00 |      --      |    Inf 
1420.63/1420.91	c  1421s|211600 |    71 | 14573k|  68.8 |  17M|  47 | 164 | 718 |  14k| 718 | 579 |1548k| 189k|5210 | 0.000000e+00 |      --      |    Inf 
1421.23/1421.56	c  1422s|211700 |    73 | 14580k|  68.8 |  17M|  47 | 149 | 718 |  14k| 718 | 615 |1549k| 189k|5210 | 0.000000e+00 |      --      |    Inf 
1421.93/1422.28	c  1422s|211800 |    73 | 14587k|  68.8 |  16M|  47 | 159 | 718 |  14k| 718 | 618 |1549k| 189k|5210 | 0.000000e+00 |      --      |    Inf 
1422.63/1422.95	c  1423s|211900 |    69 | 14594k|  68.8 |  16M|  47 |   - | 718 |  14k| 718 | 574 |1550k| 189k|5210 | 0.000000e+00 |      --      |    Inf 
1423.32/1423.64	c  1424s|212000 |    64 | 14601k|  68.8 |  16M|  47 |   - | 718 |  13k| 718 | 537 |1551k| 189k|5210 | 0.000000e+00 |      --      |    Inf 
1424.03/1424.33	c  1424s|212100 |    64 | 14607k|  68.8 |  16M|  47 |   - | 718 |  13k| 718 | 642 |1551k| 189k|5210 | 0.000000e+00 |      --      |    Inf 
1424.92/1425.21	c  1425s|212200 |    66 | 14615k|  68.8 |  16M|  47 |   - | 718 |  13k| 718 | 615 |1552k| 189k|5218 | 0.000000e+00 |      --      |    Inf 
1425.73/1426.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1425.73/1426.08	c  1426s|212300 |    68 | 14624k|  68.9 |  16M|  47 | 177 | 718 |  13k| 718 | 494 |1553k| 189k|5218 | 0.000000e+00 |      --      |    Inf 
1426.62/1426.96	c  1427s|212400 |    74 | 14633k|  68.9 |  16M|  47 | 159 | 718 |  13k| 718 | 602 |1555k| 189k|5218 | 0.000000e+00 |      --      |    Inf 
1427.32/1427.67	c  1428s|212500 |    72 | 14641k|  68.9 |  16M|  47 | 163 | 718 |  13k| 718 | 568 |1556k| 189k|5218 | 0.000000e+00 |      --      |    Inf 
1428.03/1428.39	c  1428s|212600 |    70 | 14648k|  68.9 |  16M|  47 | 147 | 718 |  13k| 718 | 562 |1556k| 189k|5220 | 0.000000e+00 |      --      |    Inf 
1428.82/1429.15	c  1429s|212700 |    71 | 14656k|  68.9 |  16M|  47 | 156 | 718 |  13k| 718 | 560 |1557k| 189k|5220 | 0.000000e+00 |      --      |    Inf 
1429.62/1429.94	c  1430s|212800 |    71 | 14664k|  68.9 |  16M|  47 | 161 | 718 |  13k| 718 | 524 |1558k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1430.32/1430.61	c  1431s|212900 |    70 | 14671k|  68.9 |  16M|  47 | 180 | 718 |  13k| 718 | 593 |1559k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1431.12/1431.46	c  1431s|213000 |    73 | 14680k|  68.9 |  16M|  47 | 169 | 718 |  13k| 718 | 548 |1561k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1431.92/1432.28	c  1432s|213100 |    71 | 14688k|  68.9 |  16M|  47 | 189 | 718 |  13k| 718 | 546 |1562k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1432.93/1433.27	c  1433s|213200 |    71 | 14698k|  68.9 |  16M|  47 | 165 | 718 |  14k| 718 | 567 |1563k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1433.73/1434.00	c  1434s|213300 |    72 | 14706k|  68.9 |  16M|  47 |   - | 718 |  14k| 718 | 550 |1564k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1434.42/1434.72	c  1435s|213400 |    72 | 14714k|  68.9 |  16M|  47 | 144 | 718 |  14k| 718 | 605 |1565k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1435.03/1435.37	c  1435s|213500 |    71 | 14721k|  68.9 |  16M|  47 | 155 | 718 |  14k| 718 | 539 |1566k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1435.92/1436.22	c  1436s|213600 |    70 | 14730k|  68.9 |  16M|  47 |   - | 718 |  14k| 718 | 553 |1567k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1436.63/1436.94	c  1437s|213700 |    74 | 14737k|  68.9 |  17M|  47 | 149 | 718 |  14k| 718 | 525 |1568k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1437.23/1437.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1437.23/1437.59	c  1438s|213800 |    74 | 14745k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 559 |1569k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1438.02/1438.38	c  1438s|213900 |    72 | 14753k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 531 |1570k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1438.72/1439.05	c  1439s|214000 |    74 | 14760k|  68.9 |  17M|  47 | 139 | 718 |  14k| 718 | 552 |1571k| 190k|5220 | 0.000000e+00 |      --      |    Inf 
1439.42/1439.75	c  1440s|214100 |    70 | 14767k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 566 |1572k| 191k|5227 | 0.000000e+00 |      --      |    Inf 
1439.92/1440.29	c  1440s|214200 |    70 | 14773k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 569 |1573k| 191k|5227 | 0.000000e+00 |      --      |    Inf 
1440.63/1440.95	c  1441s|214300 |    76 | 14780k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 554 |1574k| 191k|5227 | 0.000000e+00 |      --      |    Inf 
1441.33/1441.61	c  1442s|214400 |    72 | 14787k|  68.9 |  17M|  47 |   - | 718 |  14k| 718 | 536 |1574k| 191k|5227 | 0.000000e+00 |      --      |    Inf 
1442.02/1442.35	c  1442s|214500 |    74 | 14795k|  68.9 |  17M|  47 | 130 | 718 |  15k| 718 | 538 |1575k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1442.82/1443.12	c  1443s|214600 |    73 | 14803k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 565 |1576k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1443.42/1443.78	c  1444s|214700 |    69 | 14809k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 597 |1577k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1444.32/1444.67	c  1445s|214800 |    68 | 14819k|  69.0 |  17M|  47 | 155 | 718 |  15k| 718 | 541 |1578k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1445.13/1445.48	c  1445s|214900 |    70 | 14827k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 582 |1580k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1446.02/1446.37	c  1446s|215000 |    68 | 14837k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 575 |1581k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1446.92/1447.24	c  1447s|215100 |    68 | 14846k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 580 |1583k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1447.62/1447.93	c  1448s|215200 |    69 | 14853k|  69.0 |  17M|  47 | 152 | 718 |  15k| 718 | 558 |1584k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1448.23/1448.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1448.23/1448.57	c  1449s|215300 |    69 | 14860k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 574 |1585k| 191k|5232 | 0.000000e+00 |      --      |    Inf 
1448.82/1449.19	c  1449s|215400 |    71 | 14866k|  69.0 |  17M|  47 | 145 | 718 |  15k| 718 | 567 |1585k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1449.42/1449.79	c  1450s|215500 |    67 | 14873k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 567 |1586k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1450.22/1450.59	c  1451s|215600 |    67 | 14881k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 564 |1587k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1451.02/1451.35	c  1451s|215700 |    64 | 14889k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 556 |1588k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1451.62/1451.98	c  1452s|215800 |    63 | 14895k|  69.0 |  17M|  47 | 146 | 718 |  15k| 718 | 560 |1588k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1452.42/1452.74	c  1453s|215900 |    59 | 14903k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 586 |1589k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1453.12/1453.46	c  1453s|216000 |    59 | 14910k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 606 |1590k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1454.02/1454.32	c  1454s|216100 |    59 | 14918k|  69.0 |  17M|  47 | 183 | 718 |  15k| 718 | 598 |1591k| 192k|5232 | 0.000000e+00 |      --      |    Inf 
1454.72/1455.08	c  1455s|216200 |    57 | 14926k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 597 |1592k| 192k|5241 | 0.000000e+00 |      --      |    Inf 
1455.52/1455.84	c  1456s|216300 |    57 | 14933k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 606 |1593k| 192k|5241 | 0.000000e+00 |      --      |    Inf 
1456.13/1456.48	c  1456s|216400 |    57 | 14940k|  69.0 |  17M|  47 | 161 | 718 |  15k| 718 | 577 |1593k| 192k|5241 | 0.000000e+00 |      --      |    Inf 
1456.92/1457.22	c  1457s|216500 |    56 | 14947k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 567 |1594k| 192k|5243 | 0.000000e+00 |      --      |    Inf 
1457.62/1457.91	c  1458s|216600 |    53 | 14953k|  69.0 |  17M|  47 | 139 | 718 |  15k| 718 | 592 |1594k| 192k|5243 | 0.000000e+00 |      --      |    Inf 
1458.52/1458.83	c  1459s|216700 |    57 | 14963k|  69.0 |  17M|  47 | 155 | 718 |  14k| 718 | 639 |1595k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1459.12/1459.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1459.12/1459.40	c  1459s|216800 |    53 | 14969k|  69.0 |  17M|  47 | 169 | 718 |  15k| 718 | 595 |1595k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1459.72/1460.09	c  1460s|216900 |    53 | 14975k|  69.0 |  17M|  47 | 172 | 718 |  15k| 718 | 662 |1596k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1460.53/1460.87	c  1461s|217000 |    53 | 14983k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 626 |1596k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1461.22/1461.53	c  1462s|217100 |    54 | 14989k|  69.0 |  17M|  47 | 159 | 718 |  15k| 718 | 636 |1597k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1461.92/1462.27	c  1462s|217200 |    48 | 14996k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 650 |1597k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1462.82/1463.16	c  1463s|217300 |    48 | 15005k|  69.0 |  17M|  47 |   - | 718 |  15k| 718 | 564 |1598k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1463.62/1463.94	c  1464s|217400 |    50 | 15013k|  69.0 |  17M|  47 | 162 | 718 |  15k| 718 | 563 |1600k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1464.52/1464.88	c  1465s|217500 |    50 | 15023k|  69.0 |  17M|  47 | 178 | 718 |  15k| 718 | 615 |1601k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1465.31/1465.69	c  1466s|217600 |    50 | 15031k|  69.0 |  17M|  47 | 156 | 718 |  15k| 718 | 561 |1602k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1466.12/1466.44	c  1466s|217700 |    46 | 15039k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 573 |1603k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1467.02/1467.33	c  1467s|217800 |    50 | 15048k|  69.1 |  17M|  47 | 171 | 718 |  15k| 718 | 573 |1604k| 193k|5243 | 0.000000e+00 |      --      |    Inf 
1467.82/1468.10	c  1468s|217900 |    48 | 15056k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 570 |1605k| 194k|5243 | 0.000000e+00 |      --      |    Inf 
1468.62/1468.91	c  1469s|218000 |    48 | 15064k|  69.1 |  17M|  47 | 169 | 718 |  15k| 718 | 564 |1606k| 194k|5243 | 0.000000e+00 |      --      |    Inf 
1469.52/1469.86	c  1470s|218100 |    48 | 15073k|  69.1 |  17M|  47 | 172 | 718 |  15k| 718 | 574 |1607k| 194k|5251 | 0.000000e+00 |      --      |    Inf 
1470.32/1470.70	c  1471s|218200 |    42 | 15081k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 598 |1608k| 194k|5251 | 0.000000e+00 |      --      |    Inf 
1471.22/1471.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1471.22/1471.59	c  1472s|218300 |    44 | 15090k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 578 |1610k| 194k|5251 | 0.000000e+00 |      --      |    Inf 
1472.12/1472.41	c  1472s|218400 |    42 | 15098k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 588 |1611k| 194k|5252 | 0.000000e+00 |      --      |    Inf 
1472.72/1473.08	c  1473s|218500 |    42 | 15105k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 560 |1611k| 194k|5254 | 0.000000e+00 |      --      |    Inf 
1473.52/1473.86	c  1474s|218600 |    39 | 15113k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 585 |1612k| 194k|5254 | 0.000000e+00 |      --      |    Inf 
1474.41/1474.75	c  1475s|218700 |    41 | 15122k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 590 |1613k| 194k|5254 | 0.000000e+00 |      --      |    Inf 
1475.21/1475.57	c  1476s|218800 |    45 | 15130k|  69.1 |  17M|  47 | 136 | 718 |  15k| 718 | 629 |1614k| 194k|5254 | 0.000000e+00 |      --      |    Inf 
1476.12/1476.41	c  1476s|218900 |    43 | 15138k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 642 |1615k| 194k|5254 | 0.000000e+00 |      --      |    Inf 
1476.72/1477.07	c  1477s|219000 |    50 | 15145k|  69.1 |  17M|  47 | 125 | 718 |  15k| 718 | 586 |1616k| 194k|5254 | 0.000000e+00 |      --      |    Inf 
1477.32/1477.60	c  1478s|219100 |    46 | 15150k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 616 |1617k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1478.03/1478.34	c  1478s|219200 |    50 | 15158k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 635 |1618k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1478.71/1479.05	c  1479s|219300 |    52 | 15165k|  69.1 |  17M|  47 | 120 | 718 |  15k| 718 | 594 |1618k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1479.32/1479.63	c  1480s|219400 |    50 | 15171k|  69.1 |  17M|  47 | 142 | 718 |  15k| 718 | 596 |1619k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1480.01/1480.35	c  1480s|219500 |    46 | 15179k|  69.1 |  17M|  47 | 156 | 718 |  15k| 718 | 613 |1620k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1480.82/1481.11	c  1481s|219600 |    47 | 15186k|  69.1 |  17M|  47 | 150 | 718 |  15k| 718 | 622 |1620k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1481.42/1481.76	c  1482s|219700 |    44 | 15193k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 582 |1621k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1482.21/1482.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1482.21/1482.51	c  1483s|219800 |    42 | 15200k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 592 |1621k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1482.81/1483.11	c  1483s|219900 |    44 | 15206k|  69.1 |  17M|  47 | 146 | 718 |  15k| 718 | 625 |1622k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1483.62/1483.92	c  1484s|220000 |    40 | 15214k|  69.1 |  17M|  47 | 143 | 718 |  15k| 718 | 590 |1623k| 195k|5254 | 0.000000e+00 |      --      |    Inf 
1484.62/1484.95	c  1485s|220100 |    36 | 15224k|  69.1 |  17M|  47 |   - | 718 |  15k| 718 | 596 |1624k| 195k|5260 | 0.000000e+00 |      --      |    Inf 
1485.62/1485.92	c  1486s|220200 |    40 | 15234k|  69.2 |  17M|  47 | 175 | 718 |  15k| 718 | 581 |1625k| 196k|5260 | 0.000000e+00 |      --      |    Inf 
1486.51/1486.84	c  1487s|220300 |    37 | 15243k|  69.2 |  17M|  47 | 152 | 718 |  15k| 718 | 648 |1626k| 196k|5260 | 0.000000e+00 |      --      |    Inf 
1487.31/1487.70	c  1488s|220400 |    37 | 15251k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 566 |1627k| 196k|5264 | 0.000000e+00 |      --      |    Inf 
1488.32/1488.60	c  1489s|220500 |    37 | 15260k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 603 |1628k| 196k|5264 | 0.000000e+00 |      --      |    Inf 
1489.12/1489.42	c  1489s|220600 |    37 | 15268k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 589 |1629k| 196k|5267 | 0.000000e+00 |      --      |    Inf 
1490.02/1490.37	c  1490s|220700 |    37 | 15277k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 594 |1630k| 196k|5269 | 0.000000e+00 |      --      |    Inf 
1490.82/1491.10	c  1491s|220800 |    35 | 15284k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 619 |1631k| 196k|5269 | 0.000000e+00 |      --      |    Inf 
1491.41/1491.79	c  1492s|220900 |    33 | 15291k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 621 |1631k| 196k|5269 | 0.000000e+00 |      --      |    Inf 
1492.42/1492.71	c  1493s|221000 |    31 | 15300k|  69.2 |  17M|  47 | 162 | 718 |  15k| 718 | 575 |1632k| 196k|5269 | 0.000000e+00 |      --      |    Inf 
1493.11/1493.48	c  1493s|221100 |    29 | 15307k|  69.2 |  17M|  47 | 164 | 718 |  15k| 718 | 604 |1633k| 196k|5269 | 0.000000e+00 |      --      |    Inf 
1493.91/1494.21	c  1494s|221200 |    28 | 15314k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 643 |1634k| 196k|5269 | 0.000000e+00 |      --      |    Inf 
1494.71/1495.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1494.71/1495.05	c  1495s|221300 |    28 | 15323k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 682 |1634k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1495.62/1495.91	c  1496s|221400 |    30 | 15331k|  69.2 |  17M|  47 | 159 | 718 |  15k| 718 | 629 |1635k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1496.41/1496.73	c  1497s|221500 |    30 | 15340k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 603 |1636k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1497.21/1497.57	c  1498s|221600 |    36 | 15349k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 616 |1637k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1498.02/1498.34	c  1498s|221700 |    30 | 15356k|  69.2 |  17M|  47 | 164 | 718 |  15k| 718 | 679 |1638k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1498.81/1499.11	c  1499s|221800 |    31 | 15364k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 601 |1639k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1499.51/1499.88	c  1500s|221900 |    32 | 15372k|  69.2 |  17M|  47 | 145 | 718 |  15k| 718 | 594 |1640k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1500.31/1500.60	c  1501s|222000 |    32 | 15379k|  69.2 |  17M|  47 | 146 | 718 |  15k| 718 | 612 |1640k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1501.02/1501.30	c  1501s|222100 |    30 | 15387k|  69.3 |  17M|  47 |   - | 718 |  15k| 718 | 596 |1641k| 197k|5269 | 0.000000e+00 |      --      |    Inf 
1501.71/1502.08	c  1502s|222200 |    30 | 15394k|  69.3 |  17M|  47 | 160 | 718 |  15k| 718 | 605 |1642k| 197k|5275 | 0.000000e+00 |      --      |    Inf 
1502.51/1502.82	c  1503s|222300 |    30 | 15401k|  69.3 |  17M|  47 |   - | 718 |  15k| 718 | 613 |1643k| 197k|5275 | 0.000000e+00 |      --      |    Inf 
1503.21/1503.55	c  1504s|222400 |    28 | 15409k|  69.3 |  17M|  47 |   - | 718 |  16k| 718 | 602 |1644k| 197k|5275 | 0.000000e+00 |      --      |    Inf 
1504.02/1504.34	c  1504s|222500 |    28 | 15416k|  69.3 |  17M|  47 |   - | 718 |  16k| 718 | 643 |1645k| 198k|5284 | 0.000000e+00 |      --      |    Inf 
1504.92/1505.23	c  1505s|222600 |    28 | 15425k|  69.3 |  17M|  47 |   - | 718 |  15k| 718 | 594 |1646k| 198k|5284 | 0.000000e+00 |      --      |    Inf 
1505.71/1506.02	c  1506s|222700 |    28 | 15433k|  69.3 |  17M|  47 | 171 | 718 |  15k| 718 | 595 |1647k| 198k|5284 | 0.000000e+00 |      --      |    Inf 
1506.41/1506.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1506.41/1506.73	c  1507s|222800 |    26 | 15440k|  69.3 |  17M|  47 |   - | 718 |  15k| 718 | 602 |1647k| 198k|5284 | 0.000000e+00 |      --      |    Inf 
1507.21/1507.50	c  1507s|222900 |    26 | 15447k|  69.3 |  17M|  47 |   - | 718 |  15k| 718 | 605 |1648k| 198k|5284 | 0.000000e+00 |      --      |    Inf 
1507.91/1508.29	c  1508s|223000 |    32 | 15455k|  69.3 |  17M|  47 | 145 | 718 |  15k| 718 | 627 |1649k| 198k|5286 | 0.000000e+00 |      --      |    Inf 
1508.71/1509.02	c  1509s|223100 |    35 | 15462k|  69.3 |  17M|  47 | 149 | 718 |  15k| 718 | 617 |1650k| 198k|5288 | 0.000000e+00 |      --      |    Inf 
1509.31/1509.62	c  1510s|223200 |    33 | 15468k|  69.3 |  17M|  47 | 156 | 718 |  15k| 718 | 595 |1650k| 198k|5288 | 0.000000e+00 |      --      |    Inf 
1510.11/1510.48	c  1510s|223300 |    30 | 15476k|  69.3 |  17M|  47 | 161 | 718 |  16k| 718 | 623 |1651k| 198k|5288 | 0.000000e+00 |      --      |    Inf 
1510.91/1511.28	c  1511s|223400 |    29 | 15484k|  69.3 |  17M|  47 | 150 | 718 |  16k| 718 | 661 |1652k| 198k|5288 | 0.000000e+00 |      --      |    Inf 
1511.61/1511.95	c  1512s|223500 |    27 | 15491k|  69.3 |  17M|  47 | 171 | 718 |  16k| 718 | 619 |1653k| 198k|5288 | 0.000000e+00 |      --      |    Inf 
1512.32/1512.68	c  1513s|223600 |    33 | 15498k|  69.3 |  17M|  47 | 120 | 718 |  16k| 718 | 652 |1653k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1513.01/1513.33	c  1513s|223700 |    26 | 15505k|  69.3 |  17M|  47 |   - | 718 |  16k| 718 | 615 |1654k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1513.71/1514.05	c  1514s|223800 |    29 | 15511k|  69.3 |  17M|  47 | 146 | 718 |  16k| 718 | 588 |1655k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1514.11/1514.49	c  1514s|223900 |    31 | 15516k|  69.3 |  17M|  47 | 115 | 718 |  16k| 718 | 620 |1655k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1514.71/1515.03	c  1515s|224000 |    27 | 15521k|  69.3 |  17M|  47 |   - | 718 |  16k| 718 | 631 |1655k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1515.21/1515.55	c  1516s|224100 |    28 | 15526k|  69.3 |  17M|  47 |   - | 718 |  16k| 718 | 618 |1656k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1515.71/1516.08	c  1516s|224200 |    29 | 15531k|  69.2 |  17M|  47 | 137 | 718 |  16k| 718 | 608 |1656k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1516.21/1516.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1516.21/1516.58	c  1517s|224300 |    28 | 15536k|  69.2 |  17M|  47 |   - | 718 |  16k| 718 | 598 |1657k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1516.91/1517.25	c  1517s|224400 |    26 | 15543k|  69.2 |  17M|  47 |   - | 718 |  16k| 718 | 620 |1657k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1517.61/1517.94	c  1518s|224500 |    29 | 15549k|  69.2 |  17M|  47 | 144 | 718 |  16k| 718 | 619 |1658k| 199k|5288 | 0.000000e+00 |      --      |    Inf 
1518.21/1518.58	c  1519s|224600 |    25 | 15555k|  69.2 |  17M|  47 | 157 | 718 |  16k| 718 | 650 |1658k| 200k|5288 | 0.000000e+00 |      --      |    Inf 
1519.01/1519.33	c  1519s|224700 |    26 | 15562k|  69.2 |  17M|  47 |   - | 718 |  16k| 718 | 595 |1659k| 200k|5288 | 0.000000e+00 |      --      |    Inf 
1519.92/1520.20	c  1520s|224800 |    24 | 15571k|  69.2 |  17M|  47 |   - | 718 |  16k| 718 | 617 |1660k| 200k|5288 | 0.000000e+00 |      --      |    Inf 
1520.81/1521.12	c  1521s|224900 |    23 | 15579k|  69.2 |  17M|  47 |   - | 718 |  15k| 718 | 621 |1661k| 200k|5297 | 0.000000e+00 |      --      |    Inf 
1521.51/1521.89	c  1522s|225000 |    24 | 15587k|  69.2 |  17M|  47 |   - | 718 |  16k| 718 | 607 |1662k| 200k|5297 | 0.000000e+00 |      --      |    Inf 
1522.31/1522.62	c  1523s|225100 |    19 | 15593k|  69.2 |  17M|  47 |   - | 718 |  16k| 718 | 661 |1662k| 200k|5297 | 0.000000e+00 |      --      |    Inf 
1523.11/1523.42	c  1523s|225200 |    22 | 15601k|  69.3 |  17M|  47 |   - | 718 |  16k| 718 | 608 |1663k| 200k|5299 | 0.000000e+00 |      --      |    Inf 
1523.91/1524.26	c  1524s|225300 |    22 | 15610k|  69.3 |  17M|  47 | 172 | 718 |  16k| 718 | 597 |1664k| 200k|5300 | 0.000000e+00 |      --      |    Inf 
1524.61/1524.94	c  1525s|225400 |    20 | 15616k|  69.3 |  17M|  47 | 156 | 718 |  15k| 718 | 538 |1664k| 200k|5303 | 0.000000e+00 |      --      |    Inf 
1525.31/1525.63	c  1526s|225500 |    20 | 15622k|  69.3 |  17M|  47 | 148 | 718 |  15k| 718 | 557 |1665k| 200k|5310 | 0.000000e+00 |      --      |    Inf 
1526.11/1526.47	c  1526s|225600 |    14 | 15630k|  69.3 |  16M|  47 | 177 | 718 |  15k| 718 | 592 |1666k| 200k|5311 | 0.000000e+00 |      --      |    Inf 
1527.01/1527.39	c  1527s|225700 |     8 | 15639k|  69.3 |  16M|  47 |   - | 718 |  15k| 718 | 622 |1667k| 200k|5311 | 0.000000e+00 |      --      |    Inf 
1527.91/1528.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1527.91/1528.22	c  1528s|225800 |     6 | 15648k|  69.3 |  16M|  47 | 178 | 718 |  14k| 718 | 567 |1668k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1528.61/1528.96	c  1529s|225900 |     8 | 15655k|  69.3 |  16M|  47 |   - | 718 |  14k| 718 | 622 |1668k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1529.31/1529.66	c  1530s|226000 |     7 | 15661k|  69.3 |  16M|  47 | 163 | 718 |  14k| 718 | 611 |1669k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1530.11/1530.43	c  1530s|226100 |     6 | 15669k|  69.3 |  16M|  47 | 188 | 718 |  14k| 718 | 654 |1669k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1531.01/1531.36	c  1531s|226200 |     4 | 15678k|  69.3 |  16M|  47 |   - | 718 |  14k| 718 | 617 |1670k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1531.81/1532.16	c  1532s|226300 |     4 | 15686k|  69.3 |  16M|  47 |   - | 718 |  14k| 718 | 608 |1671k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1532.61/1532.96	c  1533s|226400 |     4 | 15694k|  69.3 |  16M|  47 |   - | 718 |  14k| 718 | 621 |1672k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1533.51/1533.80	c  1534s|226500 |     6 | 15702k|  69.3 |  16M|  47 |   - | 718 |  15k| 718 | 647 |1672k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1534.31/1534.70	c  1535s|226600 |     8 | 15711k|  69.3 |  16M|  47 | 156 | 718 |  15k| 718 | 659 |1673k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1535.21/1535.59	c  1536s|226700 |     3 | 15720k|  69.3 |  16M|  47 |   - | 718 |  15k| 718 | 661 |1674k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1536.10/1536.43	c  1536s|226800 |     5 | 15728k|  69.3 |  16M|  47 | 173 | 718 |  15k| 718 | 651 |1675k| 201k|5311 | 0.000000e+00 |      --      |    Inf 
1536.71/1537.06	c 
1536.71/1537.06	c SCIP Status        : problem is solved [infeasible]
1536.71/1537.06	c Solving Time (sec) : 1537.06
1536.71/1537.06	c Solving Nodes      : 226865
1536.71/1537.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1536.71/1537.06	c Dual Bound         : +1.00000000000000e+20
1536.71/1537.06	c Gap                : 0.00 %
1536.71/1537.06	s UNSATISFIABLE
1536.71/1537.06	c SCIP Status        : problem is solved [infeasible]
1536.71/1537.06	c Total Time         :    1537.06
1536.71/1537.06	c   solving          :    1537.06
1536.71/1537.06	c   presolving       :       0.18 (included in solving)
1536.71/1537.06	c   reading          :       0.00 (included in solving)
1536.71/1537.06	c   copying          :       0.01 (2 #copies) (minimal 0.00, maximal 0.01, average 0.01)
1536.71/1537.06	c Original Problem   :
1536.71/1537.06	c   Problem name     : HOME/instance-3693072-1338037681.opb
1536.71/1537.06	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1536.71/1537.06	c   Constraints      : 152 initial, 152 maximal
1536.71/1537.06	c   Objective sense  : minimize
1536.71/1537.06	c Presolved Problem  :
1536.71/1537.06	c   Problem name     : t_HOME/instance-3693072-1338037681.opb
1536.71/1537.06	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1536.71/1537.06	c   Constraints      : 770 initial, 17496 maximal
1536.71/1537.06	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1536.71/1537.06	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   and              :       0.16       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c   root node        :          -          -         28          -          -         28          -          -          -          -          -
1536.71/1537.06	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1536.71/1537.06	c   integral         :          0          0          0          0     114765          0        310          0        122        699          0          0     228434
1536.71/1537.06	c   knapsack         :          1          1          6    1030551          0          0        309        449         91       1151          0          0          0
1536.71/1537.06	c   setppc           :        150        150          6    1030566          0          0        308     636545       1359     639466          0          0          0
1536.71/1537.06	c   and              :        618        618     340147    1029207          0          0        307     579897        562    6406207    1676159          0          0
1536.71/1537.06	c   linear           :          1          1          6    1028644          0          0          1          2         15         25          0          0          0
1536.71/1537.06	c   logicor          :          0+     16726          6     318850          0          0          0     885369        745     215138          0          0          0
1536.71/1537.06	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1536.71/1537.06	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1536.71/1537.06	c   integral         :      33.87       0.00       0.00       0.00      33.87       0.00       0.00       0.00
1536.71/1537.06	c   knapsack         :       1.06       0.00       0.00       1.05       0.00       0.00       0.00       0.00
1536.71/1537.06	c   setppc           :       3.26       0.00       0.00       2.66       0.00       0.00       0.01       0.59
1536.71/1537.06	c   and              :      24.13       0.00      14.15       9.38       0.00       0.00       0.00       0.60
1536.71/1537.06	c   linear           :       1.25       0.00       0.00       1.25       0.00       0.00       0.00       0.00
1536.71/1537.06	c   logicor          :      13.82       0.00       0.00      12.54       0.00       0.00       0.00       1.28
1536.71/1537.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1536.71/1537.06	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1536.71/1537.06	c   rootredcost      :          0          0          0          0
1536.71/1537.06	c   pseudoobj        :          0          0          0          0
1536.71/1537.06	c   vbounds          :          0          0          0          0
1536.71/1537.06	c   redcost          :     344958          0          0          0
1536.71/1537.06	c   probing          :          0          0          0          0
1536.71/1537.06	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1536.71/1537.06	c   rootredcost      :       0.89       0.00       0.00       0.89       0.00
1536.71/1537.06	c   pseudoobj        :       0.92       0.00       0.00       0.92       0.00
1536.71/1537.06	c   vbounds          :       0.84       0.00       0.00       0.84       0.00
1536.71/1537.06	c   redcost          :       4.16       0.00       0.00       4.16       0.00
1536.71/1537.06	c   probing          :       0.01       0.00       0.01       0.00       0.00
1536.71/1537.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1536.71/1537.06	c   propagation      :       0.10       2772       2686       8957       21.5        109       28.2          -
1536.71/1537.06	c   infeasible LP    :      16.06     111741     106663     715198       25.6        257        7.7          0
1536.71/1537.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1536.71/1537.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1536.71/1537.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1536.71/1537.06	c   applied globally :          -          -          -     202033       25.9          -          -          -
1536.71/1537.06	c   applied locally  :          -          -          -         12       75.7          -          -          -
1536.71/1537.06	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1536.71/1537.06	c   cut pool         :       0.00                     5          -          -         99          -    (maximal pool size: 892)
1536.71/1537.06	c   closecuts        :       0.00       0.00          0          0          0          0          0
1536.71/1537.06	c   impliedbounds    :       0.00       0.00          6          0          0         12          0
1536.71/1537.06	c   intobj           :       0.00       0.00          0          0          0          0          0
1536.71/1537.06	c   gomory           :       0.69       0.00          6          0          0          0          0
1536.71/1537.06	c   cgmip            :       0.00       0.00          0          0          0          0          0
1536.71/1537.06	c   strongcg         :       0.35       0.00          6          0          0       3000          0
1536.71/1537.06	c   cmir             :       0.03       0.00          6          0          0          3          0
1536.71/1537.06	c   flowcover        :       0.04       0.00          6          0          0          6          0
1536.71/1537.06	c   clique           :       0.01       0.00          6          0          0         36          0
1536.71/1537.06	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1536.71/1537.06	c   mcf              :       0.00       0.00          1          0          0          0          0
1536.71/1537.06	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1536.71/1537.06	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1536.71/1537.06	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1536.71/1537.06	c   problem variables:       0.00          -          0          0
1536.71/1537.06	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1536.71/1537.06	c   relpscost        :      33.60       0.00     114765        122        699          0          0     228434
1536.71/1537.06	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1536.71/1537.06	c   inference        :       0.00       0.00          0          0          0          0          0          0
1536.71/1537.06	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1536.71/1537.06	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1536.71/1537.06	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1536.71/1537.06	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1536.71/1537.06	c   random           :       0.00       0.00          0          0          0          0          0          0
1536.71/1537.06	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1536.71/1537.06	c   LP solutions     :       0.00          -          -          0
1536.71/1537.06	c   pseudo solutions :       0.00          -          -          0
1536.71/1537.06	c   oneopt           :       0.52       0.00          0          0
1536.71/1537.06	c   crossover        :       0.21       0.00          0          0
1536.71/1537.06	c   guideddiving     :       0.03       0.00          0          0
1536.71/1537.06	c   linesearchdiving :       2.02       0.00         90          0
1536.71/1537.06	c   fracdiving       :       3.02       0.00         90          0
1536.71/1537.06	c   veclendiving     :       5.47       0.00         90          0
1536.71/1537.06	c   feaspump         :       5.12       0.00         45          0
1536.71/1537.06	c   coefdiving       :       3.67       0.00         91          0
1536.71/1537.06	c   pscostdiving     :       3.13       0.00         91          0
1536.71/1537.06	c   rootsoldiving    :       1.93       0.00         46          0
1536.71/1537.06	c   objpscostdiving  :       1.10       0.00         46          0
1536.71/1537.06	c   smallcard        :       0.00       0.00          0          0
1536.71/1537.06	c   trivial          :       0.00       0.00          2          0
1536.71/1537.06	c   shiftandpropagate:       0.02       0.00          1          0
1536.71/1537.06	c   simplerounding   :       0.29       0.00          0          0
1536.71/1537.06	c   zirounding       :       3.29       0.00          0          0
1536.71/1537.06	c   rounding         :       1.77       0.00       8139          0
1536.71/1537.06	c   shifting         :       2.91       0.00       2558          0
1536.71/1537.06	c   intshifting      :       0.01       0.00          0          0
1536.71/1537.06	c   twoopt           :       0.00       0.00          0          0
1536.71/1537.06	c   indoneopt        :       0.64       0.00          0          0
1536.71/1537.06	c   indtwoopt        :       0.00       0.00          0          0
1536.71/1537.06	c   fixandinfer      :       0.00       0.00          0          0
1536.71/1537.06	c   clique           :       0.00       0.00          0          0
1536.71/1537.06	c   indcoefdiving    :       0.00       0.00          0          0
1536.71/1537.06	c   indrounding      :       0.00       0.00          0          0
1536.71/1537.06	c   nlpdiving        :       0.00       0.00          0          0
1536.71/1537.06	c   intdiving        :       0.00       0.00          0          0
1536.71/1537.06	c   actconsdiving    :       0.00       0.00          0          0
1536.71/1537.06	c   octane           :       0.00       0.00          0          0
1536.71/1537.06	c   rens             :       0.11       0.00          1          0
1536.71/1537.06	c   rins             :       0.00       0.00          0          0
1536.71/1537.06	c   localbranching   :       0.00       0.00          0          0
1536.71/1537.06	c   mutation         :       0.00       0.00          0          0
1536.71/1537.06	c   dins             :       0.00       0.00          0          0
1536.71/1537.06	c   vbounds          :       0.00       0.00          0          0
1536.71/1537.06	c   undercover       :       0.04       0.00          1          0
1536.71/1537.06	c   subnlp           :       0.20       0.00          0          0
1536.71/1537.06	c   trysol           :       0.47       0.00          0          0
1536.71/1537.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1536.71/1537.06	c   primal LP        :      31.57      65885          0       0.00       0.00      31.44      65885
1536.71/1537.06	c   dual LP          :    1279.49     455600   15412577      33.84   12045.88       0.07        152
1536.71/1537.06	c   lex dual LP      :       0.00          0          0       0.00          -
1536.71/1537.06	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1536.71/1537.06	c   diving/probing LP:      22.05      18300     322275      17.61   14613.47
1536.71/1537.06	c   strong branching :      31.63       5311     396947      74.74   12548.50
1536.71/1537.06	c     (at root node) :          -         18       6577     365.39          -
1536.71/1537.06	c   conflict analysis:       0.00          0          0       0.00          -
1536.71/1537.06	c B&B Tree           :
1536.71/1537.06	c   number of runs   :          1
1536.71/1537.06	c   nodes            :     226865
1536.71/1537.06	c   nodes (total)    :     226865
1536.71/1537.06	c   nodes left       :          0
1536.71/1537.06	c   max depth        :         47
1536.71/1537.06	c   max depth (total):         47
1536.71/1537.06	c   backtracks       :      36172 (15.9%)
1536.71/1537.06	c   delayed cutoffs  :       1570
1536.71/1537.06	c   repropagations   :     357534 (1416996 domain reductions, 1420 cutoffs)
1536.71/1537.06	c   avg switch length:       5.29
1536.71/1537.06	c   switching time   :      52.10
1536.71/1537.06	c Solution           :
1536.71/1537.06	c   Solutions found  :          0 (0 improvements)
1536.71/1537.06	c   Primal Bound     : infeasible
1536.71/1537.06	c   Dual Bound       :          -
1536.71/1537.06	c   Gap              :       0.00 %
1536.71/1537.06	c   Root Dual Bound  : +0.00000000000000e+00
1536.71/1537.06	c   Root Iterations  :       6403
1536.71/1537.08	c Time complete: 1536.79.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3693072-1338037681/watcher-3693072-1338037681 -o /tmp/evaluation-result-3693072-1338037681/solver-3693072-1338037681 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693072-1338037681.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.07 2.03 2.00 2/176 8488
/proc/meminfo: memFree=28993832/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=11304 CPUtime=0 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 1290 0 0 0 0 0 0 0 20 0 1 0 269893705 11575296 1244 33554432000 4194304 10169799 140736129310768 140735415450984 8844157 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 2826 1245 453 1459 0 1358 0

[startup+0.0795011 s]
/proc/loadavg: 2.07 2.03 2.00 2/176 8488
/proc/meminfo: memFree=28993832/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=16856 CPUtime=0.07 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 2998 0 0 0 1 6 0 0 20 0 1 0 269893705 17260544 2695 33554432000 4194304 10169799 140736129310768 140735415450984 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 4214 2695 538 1459 0 2746 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16856

[startup+0.100263 s]
/proc/loadavg: 2.07 2.03 2.00 2/176 8488
/proc/meminfo: memFree=28993832/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=16856 CPUtime=0.09 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 2998 0 0 0 1 8 0 0 20 0 1 0 269893705 17260544 2695 33554432000 4194304 10169799 140736129310768 140735415450984 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 4214 2695 538 1459 0 2746 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16856

[startup+0.300186 s]
/proc/loadavg: 2.07 2.03 2.00 2/176 8488
/proc/meminfo: memFree=28993832/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=22516 CPUtime=0.29 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 4772 0 0 0 13 16 0 0 20 0 1 0 269893705 23056384 4440 33554432000 4194304 10169799 140736129310768 140735415450984 8030352 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 5629 4440 786 1459 0 4161 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22516

[startup+0.700184 s]
/proc/loadavg: 2.07 2.03 2.00 2/176 8488
/proc/meminfo: memFree=28993832/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=23092 CPUtime=0.68 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 4880 0 0 0 52 16 0 0 20 0 1 0 269893705 23646208 4548 33554432000 4194304 10169799 140736129310768 140736129303176 8004432 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 5773 4548 786 1459 0 4305 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23092

[startup+1.50019 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 8489
/proc/meminfo: memFree=28969660/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=31396 CPUtime=1.49 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 8700 0 0 0 130 19 0 0 20 0 1 0 269893705 32149504 6800 33554432000 4194304 10169799 140736129310768 140736129303176 5106918 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 7849 6800 870 1459 0 6381 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31396

[startup+3.10018 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 8489
/proc/meminfo: memFree=28968784/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=32612 CPUtime=3.09 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 12240 0 0 0 287 22 0 0 20 0 1 0 269893705 33394688 7100 33554432000 4194304 10169799 140736129310768 140736129305416 8053390 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 8153 7100 876 1459 0 6685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32612

[startup+6.30018 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 8489
/proc/meminfo: memFree=28967468/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=32612 CPUtime=6.28 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 12248 0 0 0 600 28 0 0 20 0 1 0 269893705 33394688 7245 33554432000 4194304 10169799 140736129310768 140736129304680 8009540 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 8153 7245 877 1459 0 6685 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32612

[startup+12.7002 s]
/proc/loadavg: 2.13 2.05 2.01 3/177 8489
/proc/meminfo: memFree=28967740/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=32612 CPUtime=12.68 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 12249 0 0 0 1224 44 0 0 20 0 1 0 269893705 33394688 7246 33554432000 4194304 10169799 140736129310768 140736129304488 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 8153 7246 877 1459 0 6685 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32612

[startup+25.5002 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 8489
/proc/meminfo: memFree=28964760/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=34616 CPUtime=25.48 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 12764 0 0 0 2466 82 0 0 20 0 1 0 269893705 35446784 8016 33554432000 4194304 10169799 140736129310768 140736129305560 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8488/statm: 8654 8016 877 1459 0 7186 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34616

[startup+51.1003 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 8489
/proc/meminfo: memFree=28962280/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=38024 CPUtime=51.07 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 13569 0 0 0 4924 183 0 0 20 0 1 0 269893705 38936576 8821 33554432000 4194304 10169799 140736129310768 140736129307720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 9506 8821 877 1459 0 8038 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38024

[startup+102.306 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 8490
/proc/meminfo: memFree=28959180/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=40480 CPUtime=102.27 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 14224 0 0 0 9628 599 0 0 20 0 1 0 269893705 41451520 9476 33554432000 4194304 10169799 140736129310768 140736129307720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 10120 9476 877 1459 0 8652 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 40480

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 8493
/proc/meminfo: memFree=28956000/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=42728 CPUtime=162.25 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 14797 0 0 0 15167 1058 0 0 20 0 1 0 269893705 43753472 10044 33554432000 4194304 10169799 140736129310768 140736129307720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 10682 10044 877 1459 0 9214 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 42728

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 8493
/proc/meminfo: memFree=28954768/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=44344 CPUtime=222.24 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 15187 0 0 0 20787 1437 0 0 20 0 1 0 269893705 45408256 10434 33554432000 4194304 10169799 140736129310768 140736129307720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 11086 10434 877 1459 0 9618 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 44344

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8493
/proc/meminfo: memFree=28951912/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=47068 CPUtime=282.22 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 15876 0 0 0 26269 1953 0 0 20 0 1 0 269893705 48197632 11121 33554432000 4194304 10169799 140736129310768 140736129307720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 11767 11121 877 1459 0 10299 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 47068

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8493
/proc/meminfo: memFree=28950796/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=48284 CPUtime=342.2 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 16169 0 0 0 31767 2453 0 0 20 0 1 0 269893705 49442816 11414 33554432000 4194304 10169799 140736129310768 140736129307720 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 12071 11414 877 1459 0 10603 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 48284

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8494
/proc/meminfo: memFree=28949180/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=49616 CPUtime=402.19 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 16517 0 0 0 37381 2838 0 0 20 0 1 0 269893705 50806784 11767 33554432000 4194304 10169799 140736129310768 140736129307720 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 12404 11767 877 1459 0 10936 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 49616

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8494
/proc/meminfo: memFree=28949056/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=49748 CPUtime=462.18 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 16552 0 0 0 42979 3239 0 0 20 0 1 0 269893705 50941952 11802 33554432000 4194304 10169799 140736129310768 140736129307720 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 12437 11802 877 1459 0 10969 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 49748

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8494
/proc/meminfo: memFree=28948560/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=50284 CPUtime=522.16 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 16663 0 0 0 48415 3801 0 0 20 0 1 0 269893705 51490816 11913 33554432000 4194304 10169799 140736129310768 140736129307720 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 12571 11913 877 1459 0 11103 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 50284

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8494
/proc/meminfo: memFree=28948436/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=50428 CPUtime=582.16 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 16726 0 0 0 53861 4355 0 0 20 0 1 0 269893705 51638272 11976 33554432000 4194304 10169799 140736129310768 140736129305224 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 12607 11976 877 1459 0 11139 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 50428

[startup+642.3 s]

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

/proc/meminfo: memFree=28945208/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=53476 CPUtime=1002.09 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 17425 0 0 0 92395 7814 0 0 20 0 1 0 269893705 54759424 12708 33554432000 4194304 10169799 140736129310768 140736129304536 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 13369 12708 877 1459 0 11901 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 53476

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8499
/proc/meminfo: memFree=28944340/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=54812 CPUtime=1062.08 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 17732 0 0 0 97953 8255 0 0 20 0 1 0 269893705 56127488 13015 33554432000 4194304 10169799 140736129310768 140736129305272 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 13703 13015 877 1459 0 12235 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 54812

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8499
/proc/meminfo: memFree=28942788/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=55464 CPUtime=1122.07 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 17944 0 0 0 103594 8613 0 0 20 0 1 0 269893705 56795136 13229 33554432000 4194304 10169799 140736129310768 140736129304856 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 13866 13229 877 1459 0 12398 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 55464

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8499
/proc/meminfo: memFree=28942168/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=56252 CPUtime=1182.06 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18124 0 0 0 109036 9170 0 0 20 0 1 0 269893705 57602048 13409 33554432000 4194304 10169799 140736129310768 140736129305272 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14063 13409 877 1459 0 12595 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 56252

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8499
/proc/meminfo: memFree=28941796/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=56252 CPUtime=1242.05 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18137 0 0 0 114550 9655 0 0 20 0 1 0 269893705 57602048 13422 33554432000 4194304 10169799 140736129310768 140736129305176 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14063 13422 877 1459 0 12595 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 56252

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8652
/proc/meminfo: memFree=28974496/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=56696 CPUtime=1302.05 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18232 0 0 0 120189 10016 0 0 20 0 1 0 269893705 58056704 13517 33554432000 4194304 10169799 140736129310768 140736129305272 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14174 13517 877 1459 0 12706 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 56696

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 8921
/proc/meminfo: memFree=28835396/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57144 CPUtime=1362.03 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18319 0 0 0 125881 10322 0 0 20 0 1 0 269893705 58515456 13604 33554432000 4194304 10169799 140736129310768 140736129305176 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14286 13604 877 1459 0 12818 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 57144

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8959
/proc/meminfo: memFree=28759512/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57144 CPUtime=1422.03 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18331 0 0 0 131552 10651 0 0 20 0 1 0 269893705 58515456 13616 33554432000 4194304 10169799 140736129310768 140736129304856 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14286 13616 877 1459 0 12818 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 57144

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28594852/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57144 CPUtime=1482.01 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18337 0 0 0 137230 10971 0 0 20 0 1 0 269893705 58515456 13622 33554432000 4194304 10169799 140736129310768 140736129308520 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14286 13622 877 1459 0 12818 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 57144

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

[startup+1484.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28595720/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57144 CPUtime=1484.42 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18352 0 0 0 137450 10992 0 0 20 0 1 0 269893705 58515456 13637 33554432000 4194304 10169799 140736129310768 140736129305160 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14286 13637 877 1459 0 12818 0
Current children cumulated CPU time (s) 1484.42
Current children cumulated vsize (KiB) 57144

[startup+1510.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28595920/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57656 CPUtime=1510.02 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18482 0 0 0 139807 11195 0 0 20 0 1 0 269893705 59039744 13767 33554432000 4194304 10169799 140736129310768 140736129305272 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14414 13767 877 1459 0 12946 0
Current children cumulated CPU time (s) 1510.02
Current children cumulated vsize (KiB) 57656

[startup+1523.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28595532/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57656 CPUtime=1522.81 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18483 0 0 0 140968 11313 0 0 20 0 1 0 269893705 59039744 13768 33554432000 4194304 10169799 140736129310768 140736129305272 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14414 13768 877 1459 0 12946 0
Current children cumulated CPU time (s) 1522.81
Current children cumulated vsize (KiB) 57656

[startup+1529.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28594028/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57656 CPUtime=1529.21 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18484 0 0 0 141560 11361 0 0 20 0 1 0 269893705 59039744 13769 33554432000 4194304 10169799 140736129310768 140736129305560 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14414 13769 877 1459 0 12946 0
Current children cumulated CPU time (s) 1529.21
Current children cumulated vsize (KiB) 57656

[startup+1532.7 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28594028/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57656 CPUtime=1532.41 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18488 0 0 0 141854 11387 0 0 20 0 1 0 269893705 59039744 13773 33554432000 4194304 10169799 140736129310768 140736129305560 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14414 13773 877 1459 0 12946 0
Current children cumulated CPU time (s) 1532.41
Current children cumulated vsize (KiB) 57656

[startup+1534.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28594028/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57656 CPUtime=1534.01 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18489 0 0 0 142003 11398 0 0 20 0 1 0 269893705 59039744 13774 33554432000 4194304 10169799 140736129310768 140736129304856 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14414 13774 877 1459 0 12946 0
Current children cumulated CPU time (s) 1534.01
Current children cumulated vsize (KiB) 57656

[startup+1535.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28592276/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57656 CPUtime=1535.61 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18489 0 0 0 142152 11409 0 0 20 0 1 0 269893705 59039744 13774 33554432000 4194304 10169799 140736129310768 140736129305272 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14414 13774 877 1459 0 12946 0
Current children cumulated CPU time (s) 1535.61
Current children cumulated vsize (KiB) 57656

[startup+1536.71 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28592524/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57788 CPUtime=1536.42 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18500 0 0 0 142227 11415 0 0 20 0 1 0 269893705 59174912 13785 33554432000 4194304 10169799 140736129310768 140736129305272 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14447 13785 877 1459 0 12979 0
Current children cumulated CPU time (s) 1536.42
Current children cumulated vsize (KiB) 57788

[startup+1536.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28592524/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57788 CPUtime=1536.6 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18500 0 0 0 142244 11416 0 0 20 0 1 0 269893705 59174912 13785 33554432000 4194304 10169799 140736129310768 140736129305272 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14447 13785 877 1459 0 12979 0
Current children cumulated CPU time (s) 1536.6
Current children cumulated vsize (KiB) 57788

[startup+1537 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8997
/proc/meminfo: memFree=28592524/32873844 swapFree=7616/7616
[pid=8488] ppid=8486 vsize=57788 CPUtime=1536.71 cores=0,2,4,6
/proc/8488/stat : 8488 (scip-2.1.1.4sfi) R 8486 8488 5654 0 -1 4202496 18500 0 0 0 142254 11417 0 0 20 0 1 0 269893705 59174912 13785 33554432000 4194304 10169799 140736129310768 140736129305272 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 14447 13785 877 1459 0 12979 0
Current children cumulated CPU time (s) 1536.71
Current children cumulated vsize (KiB) 57788

Child status: 0
Real time (s): 1537.09
CPU time (s): 1536.8
CPU user time (s): 1422.62
CPU system time (s): 114.181
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 57788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1422.62
system time used= 114.181
maximum resident set size= 55148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18504
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= 21
involuntary context switches= 2610

runsolver used 5.34719 second user time and 15.7666 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 15:08:01
IDJOB=3693072
IDBENCH=48377
IDSOLVER=2272
FILE ID=node130/3693072-1338037681
RUNJOBID= node130-1338029673-6802
PBS_JOBID= 14624341
Free space on /tmp= 71388 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693072-1338037681/watcher-3693072-1338037681 -o /tmp/evaluation-result-3693072-1338037681/solver-3693072-1338037681 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693072-1338037681.opb -t 1800 -m 15500

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=837512059

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28994360 kB
Buffers:          241692 kB
Cached:          2712276 kB
SwapCached:            0 kB
Active:           966976 kB
Inactive:        2134932 kB
Active(anon):     150368 kB
Inactive(anon):        0 kB
Active(file):     816608 kB
Inactive(file):  2134932 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13640 kB
Writeback:             0 kB
AnonPages:        155288 kB
Mapped:            17748 kB
Shmem:               200 kB
Slab:             639636 kB
SReclaimable:      81688 kB
SUnreclaim:       557948 kB
KernelStack:        1440 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     261124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71372 MiB
End job on node130 at 2012-05-26 15:33:38