Trace number 3485335

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.13 1800.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485335-1307772308.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.4
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    44 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   166 |     - | 430k|   0 |  13 |  70 |  24 |  70 |  15 |   7 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   178 |     - | 465k|   0 |  16 |  70 |  24 |  70 |  19 |  11 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |   182 |     - | 477k|   0 |  17 |  70 |  24 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.05	c   0.1s|     1 |     0 |   187 |     - | 486k|   0 |  19 |  70 |  24 |  70 |  24 |  16 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.06	c   0.1s|     1 |     0 |   193 |     - | 498k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.09	c   0.1s|     1 |     2 |   193 |     - | 499k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |  14 | 0.000000e+00 |      --      |    Inf 
1.99/2.08	c   2.1s| 10000 |  4502 | 35899 |   3.6 |4110k|  56 |   - |  70 |2115 |  70 |  21 |  18 |3590 | 781 | 0.000000e+00 |      --      |    Inf 
3.89/3.94	c   3.9s| 20000 |  8180 | 70402 |   3.5 |6392k|  59 |   8 |  70 |1227 |  70 |  21 |  18 |7715 |1079 | 0.000000e+00 |      --      |    Inf 
5.69/5.70	c   5.7s| 30000 | 11768 |104697 |   3.5 |8884k|  62 |   8 |  70 |1552 |  70 |  21 |  18 |  11k|1293 | 0.000000e+00 |      --      |    Inf 
7.39/7.49	c   7.5s| 40000 | 15185 |138119 |   3.4 |  11M|  63 |   8 |  70 |1782 |  70 |  21 |  18 |  16k|1456 | 0.000000e+00 |      --      |    Inf 
9.29/9.30	c   9.3s| 50000 | 18339 |170695 |   3.4 |  13M|  63 |   8 |  70 |2068 |  70 |  21 |  18 |  20k|1592 | 0.000000e+00 |      --      |    Inf 
11.10/11.10	c  11.1s| 60000 | 21407 |204790 |   3.4 |  16M|  63 |   8 |  70 |2130 |  70 |  21 |  18 |  24k|1721 | 0.000000e+00 |      --      |    Inf 
12.89/12.92	c  12.9s| 70000 | 24580 |238366 |   3.4 |  18M|  63 |   8 |  70 |1877 |  70 |  21 |  18 |  29k|1811 | 0.000000e+00 |      --      |    Inf 
14.69/14.74	c  14.7s| 80000 | 27450 |271568 |   3.4 |  20M|  63 |   8 |  70 |2254 |  70 |  21 |  18 |  33k|1912 | 0.000000e+00 |      --      |    Inf 
16.50/16.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.50/16.58	c  16.6s| 90000 | 30384 |304778 |   3.4 |  22M|  63 |   8 |  70 |2149 |  70 |  21 |  18 |  38k|2001 | 0.000000e+00 |      --      |    Inf 
18.30/18.36	c  18.4s|100000 | 33336 |338315 |   3.4 |  25M|  63 |   8 |  70 |2469 |  70 |  21 |  18 |  43k|2089 | 0.000000e+00 |      --      |    Inf 
20.09/20.17	c  20.2s|110000 | 36516 |372454 |   3.4 |  27M|  63 |   8 |  70 |2309 |  70 |  21 |  18 |  47k|2159 | 0.000000e+00 |      --      |    Inf 
21.99/22.02	c  22.0s|120000 | 39272 |405581 |   3.4 |  29M|  63 |   8 |  70 |2256 |  70 |  21 |  18 |  52k|2224 | 0.000000e+00 |      --      |    Inf 
23.79/23.82	c  23.8s|130000 | 42170 |438758 |   3.4 |  32M|  63 |   8 |  70 |2628 |  70 |  21 |  18 |  56k|2283 | 0.000000e+00 |      --      |    Inf 
25.59/25.66	c  25.7s|140000 | 45079 |472821 |   3.4 |  34M|  63 |   - |  70 |2771 |  70 |  21 |  18 |  61k|2372 | 0.000000e+00 |      --      |    Inf 
27.49/27.50	c  27.5s|150000 | 47939 |505998 |   3.4 |  36M|  63 |   8 |  70 |2997 |  70 |  21 |  18 |  65k|2440 | 0.000000e+00 |      --      |    Inf 
29.40/29.42	c  29.4s|160000 | 50691 |539470 |   3.4 |  39M|  63 |   - |  70 |2914 |  70 |  21 |  18 |  70k|2509 | 0.000000e+00 |      --      |    Inf 
31.29/31.32	c  31.3s|170000 | 53307 |574135 |   3.4 |  41M|  63 |   - |  70 |2728 |  70 |  21 |  18 |  75k|2566 | 0.000000e+00 |      --      |    Inf 
33.20/33.25	c  33.3s|180000 | 55868 |607509 |   3.4 |  43M|  63 |   8 |  70 |2677 |  70 |  21 |  18 |  80k|2625 | 0.000000e+00 |      --      |    Inf 
35.00/35.05	c  35.1s|190000 | 59054 |641001 |   3.4 |  46M|  63 |   8 |  70 |3351 |  70 |  21 |  18 |  84k|2680 | 0.000000e+00 |      --      |    Inf 
36.89/36.95	c  36.9s|200000 | 61714 |674676 |   3.4 |  48M|  63 |   8 |  70 |2746 |  70 |  21 |  18 |  89k|2724 | 0.000000e+00 |      --      |    Inf 
38.69/38.76	c  38.8s|210000 | 64699 |708508 |   3.4 |  50M|  63 |   8 |  70 |3650 |  70 |  21 |  18 |  93k|2789 | 0.000000e+00 |      --      |    Inf 
40.60/40.70	c  40.7s|220000 | 67498 |743294 |   3.4 |  53M|  63 |   - |  70 |3305 |  70 |  21 |  18 |  98k|2850 | 0.000000e+00 |      --      |    Inf 
42.60/42.63	c  42.6s|230000 | 70059 |776952 |   3.4 |  55M|  63 |   8 |  70 |3053 |  70 |  21 |  18 | 102k|2899 | 0.000000e+00 |      --      |    Inf 
44.29/44.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.29/44.38	c  44.4s|240000 | 73064 |810252 |   3.4 |  57M|  63 |   - |  70 |3942 |  70 |  21 |  18 | 107k|2945 | 0.000000e+00 |      --      |    Inf 
46.20/46.26	c  46.3s|250000 | 75789 |844562 |   3.4 |  60M|  63 |   - |  70 |3149 |   0 |   0 |  18 | 111k|3001 | 0.000000e+00 |      --      |    Inf 
48.09/48.18	c  48.2s|260000 | 78362 |878418 |   3.4 |  62M|  63 |   - |  70 |2981 |  70 |  21 |  18 | 116k|3054 | 0.000000e+00 |      --      |    Inf 
50.00/50.01	c  50.0s|270000 | 81471 |910879 |   3.4 |  64M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 121k|3085 | 0.000000e+00 |      --      |    Inf 
51.89/51.94	c  51.9s|280000 | 84131 |944916 |   3.4 |  66M|  63 |   8 |  70 |3107 |  70 |  21 |  18 | 125k|3113 | 0.000000e+00 |      --      |    Inf 
53.79/53.84	c  53.8s|290000 | 86595 |977409 |   3.4 |  69M|  63 |   8 |  70 |3439 |  70 |  21 |  18 | 130k|3152 | 0.000000e+00 |      --      |    Inf 
55.69/55.75	c  55.8s|300000 | 89358 |  1010k|   3.4 |  71M|  63 |   8 |  70 |3442 |  70 |  21 |  18 | 135k|3206 | 0.000000e+00 |      --      |    Inf 
57.60/57.61	c  57.6s|310000 | 92217 |  1045k|   3.4 |  73M|  63 |   - |  70 |3491 |  70 |  21 |  18 | 139k|3250 | 0.000000e+00 |      --      |    Inf 
59.49/59.50	c  59.5s|320000 | 94956 |  1078k|   3.4 |  76M|  63 |   8 |  70 |3349 |  70 |  21 |  18 | 144k|3282 | 0.000000e+00 |      --      |    Inf 
61.29/61.37	c  61.4s|330000 | 97747 |  1111k|   3.4 |  78M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 148k|3317 | 0.000000e+00 |      --      |    Inf 
63.29/63.31	c  63.3s|340000 |100169 |  1145k|   3.4 |  80M|  63 |   8 |  70 |2984 |  70 |  21 |  18 | 153k|3359 | 0.000000e+00 |      --      |    Inf 
65.19/65.23	c  65.2s|350000 |102767 |  1178k|   3.4 |  82M|  63 |   8 |  70 |3202 |  70 |  21 |  18 | 158k|3398 | 0.000000e+00 |      --      |    Inf 
67.10/67.17	c  67.2s|360000 |105169 |  1212k|   3.4 |  85M|  63 |   8 |  70 |2897 |  70 |  21 |  18 | 163k|3425 | 0.000000e+00 |      --      |    Inf 
68.99/69.07	c  69.1s|370000 |107749 |  1246k|   3.4 |  87M|  63 |   8 |  70 |3364 |  70 |  21 |  18 | 167k|3464 | 0.000000e+00 |      --      |    Inf 
70.89/70.99	c  71.0s|380000 |110139 |  1280k|   3.4 |  89M|  63 |   - |  70 |3156 |  70 |  21 |  18 | 172k|3507 | 0.000000e+00 |      --      |    Inf 
72.79/72.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.79/72.87	c  72.9s|390000 |112991 |  1312k|   3.4 |  91M|  63 |   - |  70 |3478 |  70 |  21 |  18 | 177k|3545 | 0.000000e+00 |      --      |    Inf 
74.80/74.88	c  74.9s|400000 |115316 |  1345k|   3.4 |  94M|  63 |   - |  70 |3232 |  70 |  21 |  18 | 182k|3576 | 0.000000e+00 |      --      |    Inf 
76.69/76.74	c  76.7s|410000 |118072 |  1378k|   3.4 |  96M|  63 |   8 |  70 |3485 |  70 |  21 |  18 | 186k|3614 | 0.000000e+00 |      --      |    Inf 
78.70/78.70	c  78.7s|420000 |120483 |  1412k|   3.4 |  98M|  63 |   8 |  70 |3334 |  70 |  21 |  18 | 191k|3649 | 0.000000e+00 |      --      |    Inf 
80.59/80.63	c  80.6s|430000 |123171 |  1447k|   3.4 | 100M|  63 |   8 |  70 |3990 |  70 |  21 |  18 | 196k|3683 | 0.000000e+00 |      --      |    Inf 
82.50/82.58	c  82.6s|440000 |125876 |  1481k|   3.4 | 103M|  63 |   8 |  70 |3623 |  70 |  21 |  18 | 200k|3722 | 0.000000e+00 |      --      |    Inf 
84.49/84.50	c  84.5s|450000 |128568 |  1514k|   3.4 | 105M|  63 |   8 |  70 |3166 |  70 |  21 |  18 | 205k|3763 | 0.000000e+00 |      --      |    Inf 
86.30/86.32	c  86.3s|460000 |131556 |  1548k|   3.4 | 108M|  63 |   8 |  70 |4471 |  70 |  21 |  18 | 209k|3781 | 0.000000e+00 |      --      |    Inf 
88.29/88.33	c  88.3s|470000 |134062 |  1581k|   3.4 | 110M|  63 |   - |  70 |3639 |  70 |  21 |  18 | 214k|3809 | 0.000000e+00 |      --      |    Inf 
90.20/90.27	c  90.3s|480000 |136517 |  1615k|   3.4 | 112M|  63 |   8 |  70 |3142 |  70 |  21 |  18 | 219k|3845 | 0.000000e+00 |      --      |    Inf 
92.19/92.21	c  92.2s|490000 |138990 |  1648k|   3.4 | 114M|  63 |   - |  70 |3219 |  70 |  21 |  18 | 224k|3878 | 0.000000e+00 |      --      |    Inf 
94.09/94.17	c  94.2s|500000 |141513 |  1682k|   3.4 | 116M|  63 |   8 |  70 |3535 |  70 |  21 |  18 | 228k|3914 | 0.000000e+00 |      --      |    Inf 
95.99/96.09	c  96.1s|510000 |144049 |  1715k|   3.4 | 119M|  63 |   8 |  70 |3656 |  70 |  21 |  18 | 233k|3950 | 0.000000e+00 |      --      |    Inf 
97.99/98.04	c  98.0s|520000 |146682 |  1749k|   3.4 | 121M|  63 |   8 |  70 |3742 |  70 |  21 |  18 | 238k|3978 | 0.000000e+00 |      --      |    Inf 
99.90/99.91	c  99.9s|530000 |149610 |  1783k|   3.4 | 123M|  63 |   - |  70 |4215 |  70 |  21 |  18 | 242k|3996 | 0.000000e+00 |      --      |    Inf 
101.90/101.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.90/101.93	c   102s|540000 |152233 |  1817k|   3.4 | 125M|  63 |   8 |  70 |3629 |  70 |  21 |  18 | 247k|4019 | 0.000000e+00 |      --      |    Inf 
103.89/103.93	c   104s|550000 |154728 |  1850k|   3.4 | 128M|  63 |   8 |  70 |3389 |  70 |  21 |  18 | 252k|4047 | 0.000000e+00 |      --      |    Inf 
105.90/105.95	c   106s|560000 |157053 |  1884k|   3.4 | 130M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 257k|4074 | 0.000000e+00 |      --      |    Inf 
107.90/107.91	c   108s|570000 |159697 |  1918k|   3.4 | 132M|  63 |   - |  70 |3629 |   0 |   0 |  18 | 261k|4097 | 0.000000e+00 |      --      |    Inf 
109.90/109.91	c   110s|580000 |162050 |  1952k|   3.4 | 134M|  63 |   8 |  70 |3760 |  70 |  21 |  18 | 266k|4125 | 0.000000e+00 |      --      |    Inf 
111.79/111.88	c   112s|590000 |164645 |  1985k|   3.4 | 137M|  63 |   8 |  70 |3412 |  70 |  21 |  18 | 271k|4151 | 0.000000e+00 |      --      |    Inf 
113.79/113.86	c   114s|600000 |167156 |  2020k|   3.4 | 139M|  63 |   - |  70 |3304 |  70 |  21 |  18 | 276k|4175 | 0.000000e+00 |      --      |    Inf 
115.69/115.75	c   116s|610000 |169842 |  2052k|   3.4 | 141M|  63 |   8 |  70 |4125 |  70 |  21 |  18 | 280k|4198 | 0.000000e+00 |      --      |    Inf 
117.69/117.79	c   118s|620000 |172117 |  2086k|   3.4 | 144M|  63 |   8 |  70 |4068 |  70 |  21 |  18 | 285k|4228 | 0.000000e+00 |      --      |    Inf 
119.70/119.75	c   120s|630000 |174784 |  2119k|   3.4 | 146M|  63 |   8 |  70 |4310 |  70 |  21 |  18 | 290k|4255 | 0.000000e+00 |      --      |    Inf 
121.69/121.76	c   122s|640000 |177301 |  2154k|   3.4 | 148M|  63 |   - |  70 |3434 |  70 |  21 |  18 | 295k|4293 | 0.000000e+00 |      --      |    Inf 
123.69/123.73	c   124s|650000 |179754 |  2187k|   3.4 | 150M|  63 |   8 |  70 |3468 |  70 |  21 |  18 | 299k|4321 | 0.000000e+00 |      --      |    Inf 
125.69/125.73	c   126s|660000 |182113 |  2221k|   3.4 | 153M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 304k|4339 | 0.000000e+00 |      --      |    Inf 
127.60/127.68	c   128s|670000 |184665 |  2254k|   3.4 | 155M|  63 |   8 |  70 |3697 |  70 |  21 |  18 | 309k|4366 | 0.000000e+00 |      --      |    Inf 
129.59/129.64	c   130s|680000 |187090 |  2288k|   3.4 | 157M|  63 |   - |  70 |3328 |  70 |  21 |  18 | 314k|4390 | 0.000000e+00 |      --      |    Inf 
131.60/131.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.60/131.61	c   132s|690000 |189663 |  2321k|   3.4 | 159M|  63 |   8 |  70 |3685 |  70 |  21 |  18 | 318k|4415 | 0.000000e+00 |      --      |    Inf 
133.49/133.58	c   134s|700000 |192264 |  2354k|   3.4 | 162M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 323k|4438 | 0.000000e+00 |      --      |    Inf 
135.49/135.56	c   136s|710000 |194789 |  2388k|   3.4 | 164M|  63 |   - |  70 |3556 |  70 |  21 |  18 | 328k|4457 | 0.000000e+00 |      --      |    Inf 
137.50/137.53	c   138s|720000 |197160 |  2421k|   3.4 | 166M|  63 |   8 |  70 |3460 |  70 |  21 |  18 | 333k|4480 | 0.000000e+00 |      --      |    Inf 
139.40/139.46	c   139s|730000 |199794 |  2454k|   3.4 | 169M|  63 |   - |  70 |3967 |  70 |  21 |  18 | 337k|4500 | 0.000000e+00 |      --      |    Inf 
141.30/141.39	c   141s|740000 |202535 |  2488k|   3.4 | 171M|  63 |   8 |  70 |4249 |  70 |  21 |  18 | 342k|4519 | 0.000000e+00 |      --      |    Inf 
143.39/143.42	c   143s|750000 |204875 |  2523k|   3.4 | 173M|  63 |   - |  70 |3875 |  70 |  21 |  18 | 347k|4546 | 0.000000e+00 |      --      |    Inf 
145.29/145.36	c   145s|760000 |207509 |  2556k|   3.4 | 175M|  63 |   8 |  70 |4048 |  70 |  21 |  18 | 351k|4564 | 0.000000e+00 |      --      |    Inf 
147.30/147.39	c   147s|770000 |210022 |  2589k|   3.4 | 178M|  63 |   8 |  70 |3980 |  70 |  21 |  18 | 356k|4585 | 0.000000e+00 |      --      |    Inf 
149.20/149.27	c   149s|780000 |212916 |  2622k|   3.4 | 180M|  63 |   8 |  70 |4113 |  70 |  21 |  18 | 361k|4614 | 0.000000e+00 |      --      |    Inf 
151.20/151.24	c   151s|790000 |215309 |  2655k|   3.4 | 182M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 365k|4641 | 0.000000e+00 |      --      |    Inf 
153.19/153.22	c   153s|800000 |217859 |  2688k|   3.4 | 184M|  63 |   - |  70 |3690 |  70 |  21 |  18 | 370k|4665 | 0.000000e+00 |      --      |    Inf 
155.10/155.15	c   155s|810000 |220457 |  2721k|   3.4 | 187M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 375k|4688 | 0.000000e+00 |      --      |    Inf 
157.09/157.15	c   157s|820000 |223016 |  2755k|   3.4 | 189M|  63 |   8 |  70 |3942 |  70 |  21 |  18 | 379k|4703 | 0.000000e+00 |      --      |    Inf 
158.99/159.07	c   159s|830000 |225745 |  2788k|   3.4 | 192M|  63 |   8 |  70 |4330 |  70 |  21 |  18 | 384k|4723 | 0.000000e+00 |      --      |    Inf 
161.00/161.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.00/161.06	c   161s|840000 |228291 |  2821k|   3.4 | 194M|  63 |   8 |  70 |3692 |  70 |  21 |  18 | 389k|4751 | 0.000000e+00 |      --      |    Inf 
163.00/163.07	c   163s|850000 |230666 |  2855k|   3.4 | 196M|  63 |   8 |  70 |3994 |  70 |  21 |  18 | 394k|4775 | 0.000000e+00 |      --      |    Inf 
165.00/165.06	c   165s|860000 |233180 |  2888k|   3.4 | 198M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 398k|4801 | 0.000000e+00 |      --      |    Inf 
166.90/166.95	c   167s|870000 |236061 |  2922k|   3.4 | 201M|  63 |   8 |  70 |4753 |  70 |  21 |  18 | 403k|4825 | 0.000000e+00 |      --      |    Inf 
168.89/168.90	c   169s|880000 |238582 |  2955k|   3.4 | 203M|  63 |   8 |  70 |4361 |  70 |  21 |  18 | 407k|4850 | 0.000000e+00 |      --      |    Inf 
170.90/170.95	c   171s|890000 |240971 |  2988k|   3.4 | 205M|  63 |   8 |  70 |3810 |  70 |  21 |  18 | 412k|4873 | 0.000000e+00 |      --      |    Inf 
172.90/172.91	c   173s|900000 |243472 |  3022k|   3.4 | 207M|  63 |   - |  70 |3941 |  70 |  21 |  18 | 417k|4901 | 0.000000e+00 |      --      |    Inf 
174.80/174.87	c   175s|910000 |246067 |  3055k|   3.4 | 210M|  63 |   8 |  70 |3766 |  70 |  21 |  18 | 422k|4918 | 0.000000e+00 |      --      |    Inf 
176.80/176.83	c   177s|920000 |248468 |  3089k|   3.4 | 212M|  63 |   8 |  70 |4365 |  70 |  21 |  18 | 426k|4939 | 0.000000e+00 |      --      |    Inf 
178.79/178.84	c   179s|930000 |250958 |  3121k|   3.4 | 214M|  63 |   - |  70 |4124 |   0 |   0 |  18 | 431k|4951 | 0.000000e+00 |      --      |    Inf 
180.79/180.87	c   181s|940000 |253400 |  3154k|   3.4 | 216M|  63 |   - |  70 |3426 |  70 |  21 |  18 | 436k|4970 | 0.000000e+00 |      --      |    Inf 
182.80/182.88	c   183s|950000 |255714 |  3187k|   3.4 | 219M|  63 |   8 |  70 |3638 |  70 |  21 |  18 | 441k|4988 | 0.000000e+00 |      --      |    Inf 
184.80/184.87	c   185s|960000 |258247 |  3221k|   3.4 | 221M|  63 |   - |  70 |3636 |  70 |  21 |  18 | 446k|4999 | 0.000000e+00 |      --      |    Inf 
186.69/186.79	c   187s|970000 |260849 |  3253k|   3.4 | 223M|  63 |   8 |  70 |4087 |  70 |  21 |  18 | 450k|5009 | 0.000000e+00 |      --      |    Inf 
188.60/188.62	c   189s|980000 |263792 |  3287k|   3.4 | 226M|  63 |   8 |  70 |5001 |  70 |  21 |  18 | 455k|5030 | 0.000000e+00 |      --      |    Inf 
190.60/190.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.60/190.65	c   191s|990000 |266396 |  3321k|   3.4 | 228M|  63 |   - |  70 |4116 |  70 |  21 |  18 | 459k|5058 | 0.000000e+00 |      --      |    Inf 
192.59/192.64	c   193s|  1000k|268871 |  3354k|   3.4 | 230M|  63 |   8 |  70 |3984 |  70 |  21 |  18 | 464k|5074 | 0.000000e+00 |      --      |    Inf 
194.49/194.55	c   195s|  1010k|271382 |  3386k|   3.4 | 232M|  63 |   8 |  70 |4535 |  70 |  21 |  18 | 469k|5090 | 0.000000e+00 |      --      |    Inf 
196.60/196.64	c   197s|  1020k|273581 |  3418k|   3.4 | 234M|  63 |   - |  70 |3697 |  70 |  21 |  18 | 474k|5110 | 0.000000e+00 |      --      |    Inf 
198.60/198.62	c   199s|  1030k|276124 |  3452k|   3.4 | 237M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 478k|5129 | 0.000000e+00 |      --      |    Inf 
200.50/200.57	c   201s|  1040k|278515 |  3486k|   3.4 | 239M|  63 |   8 |  70 |4165 |  70 |  21 |  18 | 483k|5146 | 0.000000e+00 |      --      |    Inf 
202.59/202.62	c   203s|  1050k|280799 |  3519k|   3.4 | 241M|  63 |   - |  70 |3810 |  70 |  21 |  18 | 488k|5160 | 0.000000e+00 |      --      |    Inf 
204.60/204.61	c   205s|  1060k|283276 |  3552k|   3.4 | 243M|  63 |   - |  70 |3753 |  70 |  21 |  18 | 493k|5180 | 0.000000e+00 |      --      |    Inf 
206.50/206.57	c   207s|  1070k|285923 |  3586k|   3.4 | 246M|  63 |   8 |  70 |4317 |  70 |  21 |  18 | 497k|5199 | 0.000000e+00 |      --      |    Inf 
208.50/208.51	c   209s|  1080k|288600 |  3618k|   3.4 | 248M|  63 |   8 |  70 |4481 |  70 |  21 |  18 | 502k|5221 | 0.000000e+00 |      --      |    Inf 
210.40/210.49	c   210s|  1090k|291208 |  3652k|   3.4 | 251M|  63 |   8 |  70 |5011 |  70 |  21 |  18 | 506k|5236 | 0.000000e+00 |      --      |    Inf 
212.40/212.47	c   212s|  1100k|294029 |  3685k|   3.4 | 253M|  63 |   - |  70 |5115 |  70 |  21 |  18 | 511k|5249 | 0.000000e+00 |      --      |    Inf 
214.30/214.32	c   214s|  1110k|296971 |  3718k|   3.4 | 256M|  63 |   - |  70 |6122 |  70 |  21 |  18 | 515k|5268 | 0.000000e+00 |      --      |    Inf 
216.19/216.27	c   216s|  1120k|299823 |  3752k|   3.4 | 258M|  63 |   8 |  70 |6152 |  70 |  21 |  18 | 520k|5289 | 0.000000e+00 |      --      |    Inf 
218.29/218.34	c   218s|  1130k|302530 |  3785k|   3.4 | 260M|  63 |   - |  70 |4277 |  70 |  21 |  18 | 524k|5298 | 0.000000e+00 |      --      |    Inf 
220.30/220.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.30/220.31	c   220s|  1140k|305183 |  3818k|   3.3 | 262M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 529k|5317 | 0.000000e+00 |      --      |    Inf 
222.21/222.28	c   222s|  1150k|307795 |  3851k|   3.3 | 264M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 533k|5330 | 0.000000e+00 |      --      |    Inf 
224.20/224.21	c   224s|  1160k|310523 |  3884k|   3.3 | 267M|  63 |   - |  70 |3991 |  70 |  21 |  18 | 538k|5340 | 0.000000e+00 |      --      |    Inf 
226.10/226.16	c   226s|  1170k|313284 |  3917k|   3.3 | 269M|  63 |   8 |  70 |4611 |  70 |  21 |  18 | 542k|5346 | 0.000000e+00 |      --      |    Inf 
228.09/228.16	c   228s|  1180k|315809 |  3950k|   3.3 | 271M|  63 |   8 |  70 |4133 |  70 |  21 |  18 | 547k|5355 | 0.000000e+00 |      --      |    Inf 
230.10/230.16	c   230s|  1190k|318418 |  3983k|   3.3 | 274M|  63 |   - |  70 |4043 |  70 |  21 |  18 | 552k|5368 | 0.000000e+00 |      --      |    Inf 
232.00/232.07	c   232s|  1200k|321375 |  4015k|   3.3 | 276M|  63 |   - |  70 |4306 |  70 |  21 |  18 | 556k|5383 | 0.000000e+00 |      --      |    Inf 
233.90/233.93	c   234s|  1210k|324237 |  4047k|   3.3 | 279M|  63 |   8 |  70 |4944 |  70 |  21 |  18 | 561k|5390 | 0.000000e+00 |      --      |    Inf 
235.89/235.92	c   236s|  1220k|326898 |  4080k|   3.3 | 281M|  63 |   8 |  70 |4774 |  70 |  21 |  18 | 565k|5403 | 0.000000e+00 |      --      |    Inf 
237.99/238.02	c   238s|  1230k|329310 |  4113k|   3.3 | 283M|  63 |   - |  70 |3851 |  70 |  21 |  18 | 570k|5416 | 0.000000e+00 |      --      |    Inf 
240.09/240.11	c   240s|  1240k|331526 |  4147k|   3.3 | 285M|  63 |   - |  70 |3649 |  70 |  21 |  18 | 575k|5428 | 0.000000e+00 |      --      |    Inf 
242.10/242.13	c   242s|  1250k|333905 |  4180k|   3.3 | 287M|  63 |   8 |  70 |3891 |  70 |  21 |  18 | 580k|5435 | 0.000000e+00 |      --      |    Inf 
244.00/244.10	c   244s|  1260k|336495 |  4214k|   3.3 | 290M|  63 |   8 |  70 |4458 |  70 |  21 |  18 | 584k|5442 | 0.000000e+00 |      --      |    Inf 
246.10/246.14	c   246s|  1270k|338979 |  4247k|   3.3 | 292M|  63 |   8 |  70 |4309 |  70 |  21 |  18 | 589k|5452 | 0.000000e+00 |      --      |    Inf 
248.09/248.15	c   248s|  1280k|341359 |  4281k|   3.3 | 294M|  63 |   8 |  70 |4617 |  70 |  21 |  18 | 594k|5467 | 0.000000e+00 |      --      |    Inf 
250.10/250.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.10/250.16	c   250s|  1290k|343817 |  4313k|   3.3 | 297M|  63 |   8 |  70 |5167 |  70 |  21 |  18 | 599k|5472 | 0.000000e+00 |      --      |    Inf 
252.29/252.30	c   252s|  1300k|346161 |  4346k|   3.3 | 299M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 604k|5480 | 0.000000e+00 |      --      |    Inf 
254.19/254.22	c   254s|  1310k|348844 |  4379k|   3.3 | 301M|  63 |   8 |  70 |4380 |  70 |  21 |  18 | 608k|5495 | 0.000000e+00 |      --      |    Inf 
256.20/256.24	c   256s|  1320k|351499 |  4412k|   3.3 | 303M|  63 |   8 |  70 |4562 |  70 |  21 |  18 | 613k|5505 | 0.000000e+00 |      --      |    Inf 
258.19/258.26	c   258s|  1330k|354050 |  4445k|   3.3 | 306M|  63 |   8 |  70 |4339 |  70 |  21 |  18 | 617k|5513 | 0.000000e+00 |      --      |    Inf 
260.30/260.30	c   260s|  1340k|356303 |  4478k|   3.3 | 308M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 622k|5520 | 0.000000e+00 |      --      |    Inf 
262.30/262.31	c   262s|  1350k|358745 |  4512k|   3.3 | 310M|  63 |   - |  70 |4278 |  70 |  21 |  18 | 627k|5534 | 0.000000e+00 |      --      |    Inf 
264.20/264.26	c   264s|  1360k|361401 |  4544k|   3.3 | 312M|  63 |   - |  70 |4017 |  70 |  21 |  18 | 632k|5540 | 0.000000e+00 |      --      |    Inf 
266.29/266.30	c   266s|  1370k|363820 |  4577k|   3.3 | 314M|  63 |   8 |  70 |3510 |  70 |  21 |  18 | 637k|5552 | 0.000000e+00 |      --      |    Inf 
268.30/268.32	c   268s|  1380k|366137 |  4611k|   3.3 | 317M|  63 |   8 |  70 |3768 |  70 |  21 |  18 | 641k|5557 | 0.000000e+00 |      --      |    Inf 
270.20/270.28	c   270s|  1390k|368910 |  4644k|   3.3 | 319M|  63 |   8 |  70 |4022 |  70 |  21 |  18 | 646k|5571 | 0.000000e+00 |      --      |    Inf 
272.20/272.29	c   272s|  1400k|371399 |  4679k|   3.3 | 321M|  63 |   8 |  70 |4312 |  70 |  21 |  18 | 651k|5580 | 0.000000e+00 |      --      |    Inf 
274.20/274.24	c   274s|  1410k|373986 |  4712k|   3.3 | 324M|  63 |   8 |  70 |4790 |  70 |  21 |  18 | 655k|5590 | 0.000000e+00 |      --      |    Inf 
276.20/276.23	c   276s|  1420k|376506 |  4744k|   3.3 | 326M|  63 |   8 |  70 |6124 |  70 |  21 |  18 | 660k|5597 | 0.000000e+00 |      --      |    Inf 
278.30/278.34	c   278s|  1430k|379163 |  4777k|   3.3 | 328M|  63 |   - |  70 |4872 |  70 |  21 |  18 | 665k|5605 | 0.000000e+00 |      --      |    Inf 
280.19/280.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.19/280.27	c   280s|  1440k|382094 |  4810k|   3.3 | 331M|  63 |   8 |  70 |4980 |  70 |  21 |  18 | 669k|5622 | 0.000000e+00 |      --      |    Inf 
282.40/282.41	c   282s|  1450k|384425 |  4843k|   3.3 | 333M|  63 |   8 |  70 |4248 |  70 |  21 |  18 | 674k|5641 | 0.000000e+00 |      --      |    Inf 
284.40/284.46	c   284s|  1460k|386881 |  4877k|   3.3 | 335M|  63 |   8 |  70 |4337 |  70 |  21 |  18 | 679k|5650 | 0.000000e+00 |      --      |    Inf 
286.40/286.48	c   286s|  1470k|389378 |  4910k|   3.3 | 337M|  63 |   - |  70 |4486 |  70 |  21 |  18 | 683k|5668 | 0.000000e+00 |      --      |    Inf 
288.49/288.52	c   289s|  1480k|391835 |  4943k|   3.3 | 340M|  63 |   - |  70 |4422 |  70 |  21 |  18 | 688k|5680 | 0.000000e+00 |      --      |    Inf 
290.40/290.48	c   290s|  1490k|394571 |  4977k|   3.3 | 342M|  63 |   - |  70 |4648 |  70 |  21 |  18 | 693k|5690 | 0.000000e+00 |      --      |    Inf 
292.50/292.59	c   293s|  1500k|396919 |  5010k|   3.3 | 344M|  63 |   - |  70 |3893 |  70 |  21 |  18 | 697k|5700 | 0.000000e+00 |      --      |    Inf 
294.60/294.64	c   295s|  1510k|399241 |  5042k|   3.3 | 346M|  63 |   8 |  70 |3886 |  70 |  21 |  18 | 702k|5704 | 0.000000e+00 |      --      |    Inf 
296.60/296.61	c   297s|  1520k|401802 |  5075k|   3.3 | 349M|  63 |   8 |  70 |4660 |  70 |  21 |  18 | 707k|5714 | 0.000000e+00 |      --      |    Inf 
298.50/298.59	c   299s|  1530k|404332 |  5110k|   3.3 | 351M|  63 |   8 |  70 |4545 |  70 |  21 |  18 | 711k|5729 | 0.000000e+00 |      --      |    Inf 
300.50/300.59	c   301s|  1540k|406914 |  5143k|   3.3 | 353M|  63 |   - |  70 |4480 |  70 |  21 |  18 | 716k|5737 | 0.000000e+00 |      --      |    Inf 
302.60/302.65	c   303s|  1550k|409262 |  5175k|   3.3 | 356M|  63 |   8 |  70 |4277 |  70 |  21 |  18 | 721k|5750 | 0.000000e+00 |      --      |    Inf 
304.70/304.72	c   305s|  1560k|411842 |  5208k|   3.3 | 358M|  63 |   8 |  70 |3788 |  70 |  21 |  18 | 726k|5761 | 0.000000e+00 |      --      |    Inf 
306.70/306.74	c   307s|  1570k|414177 |  5241k|   3.3 | 360M|  63 |   8 |  70 |4126 |  70 |  21 |  18 | 730k|5770 | 0.000000e+00 |      --      |    Inf 
308.50/308.59	c   309s|  1580k|417227 |  5273k|   3.3 | 363M|  63 |   8 |  70 |5803 |  70 |  21 |  18 | 735k|5781 | 0.000000e+00 |      --      |    Inf 
310.40/310.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
310.40/310.40	c   310s|  1590k|421178 |  5303k|   3.3 | 366M|  63 |   - |  70 |6875 |  70 |  21 |  18 | 738k|5789 | 0.000000e+00 |      --      |    Inf 
312.30/312.34	c   312s|  1600k|424605 |  5332k|   3.3 | 368M|  63 |   - |  70 |6862 |  70 |  21 |  18 | 742k|5800 | 0.000000e+00 |      --      |    Inf 
314.50/314.53	c   315s|  1610k|427187 |  5365k|   3.3 | 370M|  63 |   - |  70 |4460 |   0 |   0 |  18 | 747k|5805 | 0.000000e+00 |      --      |    Inf 
316.59/316.61	c   317s|  1620k|429603 |  5399k|   3.3 | 372M|  63 |   - |  70 |4573 |  70 |  21 |  18 | 751k|5820 | 0.000000e+00 |      --      |    Inf 
318.60/318.65	c   319s|  1630k|432321 |  5433k|   3.3 | 375M|  63 |   8 |  70 |5277 |  70 |  21 |  18 | 756k|5832 | 0.000000e+00 |      --      |    Inf 
320.70/320.70	c   321s|  1640k|434863 |  5467k|   3.3 | 377M|  63 |   8 |  70 |4358 |  70 |  21 |  18 | 761k|5842 | 0.000000e+00 |      --      |    Inf 
322.70/322.79	c   323s|  1650k|437388 |  5500k|   3.3 | 379M|  63 |   - |  70 |4244 |  70 |  21 |  18 | 765k|5859 | 0.000000e+00 |      --      |    Inf 
324.70/324.79	c   325s|  1660k|440029 |  5533k|   3.3 | 381M|  63 |   - |  70 |4858 |  70 |  21 |  18 | 770k|5872 | 0.000000e+00 |      --      |    Inf 
326.79/326.80	c   327s|  1670k|442504 |  5566k|   3.3 | 383M|  63 |   8 |  70 |4526 |  70 |  21 |  18 | 775k|5875 | 0.000000e+00 |      --      |    Inf 
328.70/328.80	c   329s|  1680k|445148 |  5599k|   3.3 | 386M|  63 |   - |  70 |4693 |  70 |  21 |  18 | 779k|5883 | 0.000000e+00 |      --      |    Inf 
330.89/330.95	c   331s|  1690k|447582 |  5633k|   3.3 | 388M|  63 |   8 |  70 |3847 |  70 |  21 |  18 | 784k|5888 | 0.000000e+00 |      --      |    Inf 
332.99/333.04	c   333s|  1700k|449845 |  5666k|   3.3 | 390M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 789k|5898 | 0.000000e+00 |      --      |    Inf 
335.00/335.04	c   335s|  1710k|452379 |  5699k|   3.3 | 392M|  63 |   8 |  70 |4475 |  70 |  21 |  18 | 794k|5908 | 0.000000e+00 |      --      |    Inf 
337.10/337.14	c   337s|  1720k|454742 |  5732k|   3.3 | 395M|  63 |   8 |  70 |4387 |  70 |  21 |  18 | 798k|5923 | 0.000000e+00 |      --      |    Inf 
339.10/339.18	c   339s|  1730k|457159 |  5766k|   3.3 | 397M|  63 |   8 |  70 |4238 |  70 |  21 |  18 | 803k|5936 | 0.000000e+00 |      --      |    Inf 
341.20/341.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.20/341.23	c   341s|  1740k|459656 |  5799k|   3.3 | 399M|  63 |   8 |  70 |4547 |  70 |  21 |  18 | 808k|5948 | 0.000000e+00 |      --      |    Inf 
343.20/343.29	c   343s|  1750k|462210 |  5831k|   3.3 | 401M|  63 |   - |  70 |4271 |  70 |  21 |  18 | 812k|5958 | 0.000000e+00 |      --      |    Inf 
345.30/345.32	c   345s|  1760k|464674 |  5865k|   3.3 | 404M|  63 |   8 |  70 |4183 |  70 |  21 |  18 | 817k|5970 | 0.000000e+00 |      --      |    Inf 
347.40/347.44	c   347s|  1770k|466942 |  5898k|   3.3 | 406M|  63 |   8 |  70 |3931 |  70 |  21 |  18 | 822k|5982 | 0.000000e+00 |      --      |    Inf 
349.50/349.58	c   350s|  1780k|469117 |  5932k|   3.3 | 408M|  63 |   8 |  70 |4135 |  70 |  21 |  18 | 827k|5988 | 0.000000e+00 |      --      |    Inf 
351.60/351.60	c   352s|  1790k|471689 |  5965k|   3.3 | 410M|  63 |   8 |  70 |4168 |  70 |  21 |  18 | 831k|5998 | 0.000000e+00 |      --      |    Inf 
353.60/353.68	c   354s|  1800k|474083 |  5998k|   3.3 | 413M|  63 |   - |  70 |4080 |  70 |  21 |  18 | 836k|6000 | 0.000000e+00 |      --      |    Inf 
355.60/355.66	c   356s|  1810k|476765 |  6031k|   3.3 | 415M|  63 |   - |  70 |4857 |  70 |  21 |  18 | 841k|6005 | 0.000000e+00 |      --      |    Inf 
357.80/357.81	c   358s|  1820k|479036 |  6064k|   3.3 | 417M|  63 |   - |  70 |3934 |  70 |  21 |  18 | 845k|6017 | 0.000000e+00 |      --      |    Inf 
359.80/359.86	c   360s|  1830k|481352 |  6098k|   3.3 | 420M|  63 |   - |  70 |4378 |  70 |  21 |  18 | 850k|6030 | 0.000000e+00 |      --      |    Inf 
361.81/361.89	c   362s|  1840k|483823 |  6131k|   3.3 | 422M|  63 |   8 |  70 |4490 |  70 |  21 |  18 | 855k|6038 | 0.000000e+00 |      --      |    Inf 
363.70/363.76	c   364s|  1850k|486919 |  6164k|   3.3 | 425M|  63 |   8 |  70 |6032 |  70 |  21 |  18 | 859k|6046 | 0.000000e+00 |      --      |    Inf 
365.90/365.96	c   366s|  1860k|489268 |  6199k|   3.3 | 427M|  63 |   8 |  70 |4781 |  70 |  21 |  18 | 864k|6060 | 0.000000e+00 |      --      |    Inf 
368.09/368.12	c   368s|  1870k|491642 |  6230k|   3.3 | 429M|  63 |   - |  70 |4166 |  70 |  21 |  18 | 869k|6067 | 0.000000e+00 |      --      |    Inf 
370.20/370.20	c   370s|  1880k|494095 |  6264k|   3.3 | 431M|  63 |   8 |  70 |4270 |  70 |  21 |  18 | 873k|6075 | 0.000000e+00 |      --      |    Inf 
372.10/372.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
372.10/372.15	c   372s|  1890k|496627 |  6296k|   3.3 | 433M|  63 |   - |  70 |4630 |  70 |  21 |  18 | 878k|6088 | 0.000000e+00 |      --      |    Inf 
374.19/374.26	c   374s|  1900k|498987 |  6330k|   3.3 | 435M|  63 |   - |  70 |4054 |  70 |  21 |  18 | 883k|6101 | 0.000000e+00 |      --      |    Inf 
376.21/376.22	c   376s|  1910k|501629 |  6364k|   3.3 | 438M|  63 |   - |  70 |4835 |   0 |   0 |  18 | 887k|6116 | 0.000000e+00 |      --      |    Inf 
378.20/378.27	c   378s|  1920k|504061 |  6397k|   3.3 | 440M|  63 |   - |  70 |4955 |  70 |  21 |  18 | 892k|6128 | 0.000000e+00 |      --      |    Inf 
380.30/380.36	c   380s|  1930k|506433 |  6430k|   3.3 | 442M|  63 |   8 |  70 |4265 |  70 |  21 |  18 | 897k|6140 | 0.000000e+00 |      --      |    Inf 
382.40/382.48	c   382s|  1940k|508673 |  6462k|   3.3 | 444M|  63 |   8 |  70 |3733 |  70 |  21 |  18 | 902k|6153 | 0.000000e+00 |      --      |    Inf 
384.40/384.48	c   384s|  1950k|511096 |  6495k|   3.3 | 447M|  63 |   - |  70 |4628 |  70 |  21 |  18 | 906k|6166 | 0.000000e+00 |      --      |    Inf 
386.60/386.60	c   387s|  1960k|513369 |  6527k|   3.3 | 449M|  63 |   8 |  70 |4202 |  70 |  21 |  18 | 911k|6177 | 0.000000e+00 |      --      |    Inf 
388.60/388.65	c   389s|  1970k|515801 |  6560k|   3.3 | 451M|  63 |   8 |  70 |4029 |  70 |  21 |  18 | 916k|6187 | 0.000000e+00 |      --      |    Inf 
390.60/390.67	c   391s|  1980k|518335 |  6594k|   3.3 | 453M|  63 |   8 |  70 |4264 |  70 |  21 |  18 | 920k|6196 | 0.000000e+00 |      --      |    Inf 
392.71/392.72	c   393s|  1990k|520726 |  6627k|   3.3 | 456M|  63 |   - |  70 |4110 |  70 |  21 |  18 | 925k|6207 | 0.000000e+00 |      --      |    Inf 
394.80/394.83	c   395s|  2000k|523195 |  6659k|   3.3 | 458M|  63 |   - |  70 |3809 |  70 |  21 |  18 | 930k|6216 | 0.000000e+00 |      --      |    Inf 
396.70/396.78	c   397s|  2010k|525875 |  6692k|   3.3 | 460M|  63 |   - |  70 |4663 |  70 |  21 |  18 | 934k|6220 | 0.000000e+00 |      --      |    Inf 
398.70/398.79	c   399s|  2020k|528485 |  6725k|   3.3 | 463M|  63 |   8 |  70 |4769 |  70 |  21 |  18 | 939k|6231 | 0.000000e+00 |      --      |    Inf 
400.90/400.92	c   401s|  2030k|531017 |  6759k|   3.3 | 465M|  63 |   8 |  70 |4666 |  70 |  21 |  18 | 944k|6245 | 0.000000e+00 |      --      |    Inf 
403.00/403.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
403.00/403.03	c   403s|  2040k|533351 |  6791k|   3.3 | 467M|  63 |   - |  70 |4479 |  70 |  21 |  18 | 948k|6256 | 0.000000e+00 |      --      |    Inf 
405.00/405.09	c   405s|  2050k|535804 |  6823k|   3.3 | 469M|  63 |   8 |  70 |4213 |  70 |  21 |  18 | 953k|6264 | 0.000000e+00 |      --      |    Inf 
407.01/407.05	c   407s|  2060k|538687 |  6856k|   3.3 | 472M|  63 |   - |  70 |4923 |  70 |  21 |  18 | 958k|6274 | 0.000000e+00 |      --      |    Inf 
409.00/409.10	c   409s|  2070k|541359 |  6888k|   3.3 | 474M|  63 |   8 |  70 |4625 |  70 |  21 |  18 | 962k|6279 | 0.000000e+00 |      --      |    Inf 
410.90/410.94	c   411s|  2080k|544717 |  6921k|   3.3 | 477M|  63 |   8 |  70 |5852 |  70 |  21 |  18 | 966k|6283 | 0.000000e+00 |      --      |    Inf 
412.90/412.95	c   413s|  2090k|547450 |  6952k|   3.3 | 479M|  63 |   8 |  70 |5846 |  70 |  21 |  18 | 971k|6284 | 0.000000e+00 |      --      |    Inf 
414.90/414.99	c   415s|  2100k|550105 |  6982k|   3.3 | 482M|  63 |   - |  70 |6307 |  70 |  21 |  18 | 975k|6287 | 0.000000e+00 |      --      |    Inf 
417.00/417.06	c   417s|  2110k|552795 |  7014k|   3.3 | 484M|  63 |   - |  70 |6427 |  70 |  21 |  18 | 980k|6290 | 0.000000e+00 |      --      |    Inf 
419.01/419.09	c   419s|  2120k|555505 |  7047k|   3.3 | 486M|  63 |   - |  70 |7096 |  70 |  21 |  18 | 984k|6294 | 0.000000e+00 |      --      |    Inf 
421.31/421.37	c   421s|  2130k|558107 |  7080k|   3.3 | 488M|  63 |   8 |  70 |4743 |  70 |  21 |  18 | 989k|6302 | 0.000000e+00 |      --      |    Inf 
423.30/423.31	c   423s|  2140k|561484 |  7113k|   3.3 | 491M|  63 |   8 |  70 |4573 |  70 |  21 |  18 | 993k|6308 | 0.000000e+00 |      --      |    Inf 
425.21/425.23	c   425s|  2150k|564693 |  7146k|   3.3 | 493M|  63 |   8 |  70 |5513 |  70 |  21 |  18 | 998k|6312 | 0.000000e+00 |      --      |    Inf 
427.20/427.23	c   427s|  2160k|567777 |  7179k|   3.3 | 496M|  63 |   8 |  70 |6182 |  70 |  21 |  18 |1002k|6314 | 0.000000e+00 |      --      |    Inf 
429.20/429.26	c   429s|  2170k|571017 |  7211k|   3.3 | 498M|  63 |   - |  70 |6055 |  70 |  21 |  18 |1006k|6317 | 0.000000e+00 |      --      |    Inf 
431.30/431.31	c   431s|  2180k|573982 |  7243k|   3.3 | 500M|  63 |   8 |  70 |5855 |  70 |  21 |  18 |1011k|6319 | 0.000000e+00 |      --      |    Inf 
433.41/433.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
433.41/433.41	c   433s|  2190k|576633 |  7276k|   3.3 | 503M|  63 |   8 |  70 |6464 |  70 |  21 |  18 |1015k|6330 | 0.000000e+00 |      --      |    Inf 
435.51/435.54	c   436s|  2200k|579281 |  7310k|   3.3 | 505M|  63 |   8 |  70 |6891 |  70 |  21 |  18 |1020k|6335 | 0.000000e+00 |      --      |    Inf 
437.81/437.83	c   438s|  2210k|581673 |  7342k|   3.3 | 507M|  63 |   8 |  70 |4729 |  70 |  21 |  18 |1025k|6340 | 0.000000e+00 |      --      |    Inf 
439.91/439.97	c   440s|  2220k|584041 |  7376k|   3.3 | 509M|  63 |   8 |  70 |4463 |  70 |  21 |  18 |1029k|6351 | 0.000000e+00 |      --      |    Inf 
442.00/442.01	c   442s|  2230k|586646 |  7410k|   3.3 | 511M|  63 |   - |  70 |4782 |  70 |  21 |  18 |1034k|6356 | 0.000000e+00 |      --      |    Inf 
444.00/444.07	c   444s|  2240k|589184 |  7443k|   3.3 | 514M|  63 |   8 |  70 |4631 |  70 |  21 |  18 |1039k|6360 | 0.000000e+00 |      --      |    Inf 
446.00/446.02	c   446s|  2250k|592064 |  7477k|   3.3 | 516M|  63 |   8 |  70 |5367 |  70 |  21 |  18 |1043k|6363 | 0.000000e+00 |      --      |    Inf 
448.10/448.10	c   448s|  2260k|594636 |  7511k|   3.3 | 518M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |1048k|6367 | 0.000000e+00 |      --      |    Inf 
450.20/450.22	c   450s|  2270k|597206 |  7543k|   3.3 | 521M|  63 |   - |  70 |4832 |  70 |  21 |  18 |1052k|6371 | 0.000000e+00 |      --      |    Inf 
452.30/452.36	c   452s|  2280k|599651 |  7576k|   3.3 | 523M|  63 |   8 |  70 |4436 |  70 |  21 |  18 |1057k|6376 | 0.000000e+00 |      --      |    Inf 
454.40/454.46	c   454s|  2290k|602110 |  7609k|   3.3 | 525M|  63 |   8 |  70 |4376 |  70 |  21 |  18 |1062k|6379 | 0.000000e+00 |      --      |    Inf 
456.40/456.41	c   456s|  2300k|604890 |  7646k|   3.3 | 528M|  63 |   8 |  70 |5555 |  70 |  21 |  18 |1066k|6390 | 0.000000e+00 |      --      |    Inf 
458.40/458.49	c   458s|  2310k|607529 |  7680k|   3.3 | 530M|  63 |   - |  70 |4481 |  70 |  21 |  18 |1071k|6396 | 0.000000e+00 |      --      |    Inf 
460.51/460.57	c   461s|  2320k|609968 |  7712k|   3.3 | 532M|  63 |   - |  70 |3757 |  70 |  21 |  18 |1075k|6398 | 0.000000e+00 |      --      |    Inf 
462.60/462.66	c   463s|  2330k|612538 |  7745k|   3.3 | 534M|  63 |   8 |  70 |3672 |  70 |  21 |  18 |1080k|6406 | 0.000000e+00 |      --      |    Inf 
464.60/464.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
464.60/464.62	c   465s|  2340k|615105 |  7777k|   3.3 | 536M|  63 |   - |  70 |4040 |  70 |  21 |  18 |1085k|6407 | 0.000000e+00 |      --      |    Inf 
466.60/466.61	c   467s|  2350k|617826 |  7810k|   3.3 | 539M|  63 |   8 |  70 |4742 |  70 |  21 |  18 |1089k|6407 | 0.000000e+00 |      --      |    Inf 
468.51/468.60	c   469s|  2360k|620802 |  7843k|   3.3 | 542M|  63 |   8 |  70 |6429 |  70 |  21 |  18 |1094k|6409 | 0.000000e+00 |      --      |    Inf 
470.70/470.77	c   471s|  2370k|623294 |  7875k|   3.3 | 544M|  63 |   8 |  70 |6180 |  70 |  21 |  18 |1099k|6409 | 0.000000e+00 |      --      |    Inf 
473.01/473.02	c   473s|  2380k|625611 |  7908k|   3.3 | 546M|  63 |   8 |  70 |4717 |  70 |  21 |  18 |1103k|6409 | 0.000000e+00 |      --      |    Inf 
475.00/475.08	c   475s|  2390k|628139 |  7941k|   3.3 | 548M|  63 |   - |  70 |4351 |   0 |   0 |  18 |1108k|6409 | 0.000000e+00 |      --      |    Inf 
477.20/477.21	c   477s|  2400k|630475 |  7974k|   3.3 | 550M|  63 |   - |  70 |4177 |  70 |  21 |  18 |1113k|6409 | 0.000000e+00 |      --      |    Inf 
479.30/479.40	c   479s|  2410k|632728 |  8008k|   3.3 | 553M|  63 |   8 |  70 |3896 |  70 |  21 |  18 |1118k|6409 | 0.000000e+00 |      --      |    Inf 
481.40/481.48	c   481s|  2420k|635212 |  8040k|   3.3 | 555M|  63 |   8 |  70 |4049 |  70 |  21 |  18 |1122k|6409 | 0.000000e+00 |      --      |    Inf 
483.50/483.52	c   484s|  2430k|637706 |  8073k|   3.3 | 557M|  63 |   8 |  70 |4642 |  70 |  21 |  18 |1127k|6409 | 0.000000e+00 |      --      |    Inf 
485.70/485.70	c   486s|  2440k|640198 |  8106k|   3.3 | 559M|  63 |   8 |  70 |4146 |  70 |  21 |  18 |1132k|6409 | 0.000000e+00 |      --      |    Inf 
487.70/487.76	c   488s|  2450k|642690 |  8138k|   3.3 | 562M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1136k|6409 | 0.000000e+00 |      --      |    Inf 
489.71/489.78	c   490s|  2460k|645212 |  8171k|   3.3 | 564M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |1141k|6409 | 0.000000e+00 |      --      |    Inf 
491.90/491.90	c   492s|  2470k|647601 |  8204k|   3.3 | 566M|  63 |   8 |  70 |4027 |  70 |  21 |  18 |1146k|6409 | 0.000000e+00 |      --      |    Inf 
493.91/493.92	c   494s|  2480k|650197 |  8237k|   3.3 | 568M|  63 |   8 |  70 |4333 |  70 |  21 |  18 |1150k|6409 | 0.000000e+00 |      --      |    Inf 
496.01/496.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.01/496.05	c   496s|  2490k|652603 |  8271k|   3.3 | 571M|  63 |   8 |  70 |4139 |  70 |  21 |  18 |1155k|6409 | 0.000000e+00 |      --      |    Inf 
498.10/498.14	c   498s|  2500k|654915 |  8304k|   3.3 | 573M|  63 |   - |  70 |4273 |  70 |  21 |  18 |1160k|6409 | 0.000000e+00 |      --      |    Inf 
500.10/500.13	c   500s|  2510k|657737 |  8337k|   3.3 | 576M|  63 |   8 |  70 |5122 |  70 |  21 |  18 |1165k|6409 | 0.000000e+00 |      --      |    Inf 
502.20/502.29	c   502s|  2520k|660096 |  8370k|   3.3 | 578M|  63 |   - |  70 |4517 |  70 |  21 |  18 |1169k|6409 | 0.000000e+00 |      --      |    Inf 
504.30/504.35	c   504s|  2530k|662505 |  8403k|   3.3 | 580M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |1174k|6409 | 0.000000e+00 |      --      |    Inf 
506.50/506.53	c   507s|  2540k|664907 |  8437k|   3.3 | 582M|  63 |   8 |  70 |3681 |  70 |  21 |  18 |1179k|6409 | 0.000000e+00 |      --      |    Inf 
508.60/508.64	c   509s|  2550k|667402 |  8470k|   3.3 | 584M|  63 |   - |  70 |4042 |  70 |  21 |  18 |1183k|6409 | 0.000000e+00 |      --      |    Inf 
510.60/510.66	c   511s|  2560k|670154 |  8503k|   3.3 | 587M|  63 |   8 |  70 |4252 |  70 |  21 |  18 |1188k|6409 | 0.000000e+00 |      --      |    Inf 
512.70/512.77	c   513s|  2570k|672567 |  8536k|   3.3 | 589M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |1193k|6409 | 0.000000e+00 |      --      |    Inf 
514.90/514.94	c   515s|  2580k|674863 |  8569k|   3.3 | 591M|  63 |   8 |  70 |3786 |  70 |  21 |  18 |1198k|6409 | 0.000000e+00 |      --      |    Inf 
516.80/516.86	c   517s|  2590k|677513 |  8601k|   3.3 | 594M|  63 |   - |  70 |4298 |  70 |  21 |  18 |1202k|6409 | 0.000000e+00 |      --      |    Inf 
519.00/519.06	c   519s|  2600k|679554 |  8634k|   3.3 | 596M|  63 |   8 |  70 |3728 |  70 |  21 |  18 |1207k|6409 | 0.000000e+00 |      --      |    Inf 
521.11/521.11	c   521s|  2610k|682179 |  8667k|   3.3 | 598M|  63 |   8 |  70 |3941 |  70 |  21 |  18 |1212k|6409 | 0.000000e+00 |      --      |    Inf 
523.10/523.15	c   523s|  2620k|684653 |  8698k|   3.3 | 600M|  63 |   8 |  70 |3823 |  70 |  21 |  18 |1217k|6409 | 0.000000e+00 |      --      |    Inf 
525.20/525.21	c   525s|  2630k|687205 |  8731k|   3.3 | 603M|  63 |   - |  70 |4330 |  70 |  21 |  18 |1221k|6409 | 0.000000e+00 |      --      |    Inf 
527.31/527.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.31/527.35	c   527s|  2640k|689658 |  8764k|   3.3 | 605M|  63 |   8 |  70 |3775 |  70 |  21 |  18 |1226k|6411 | 0.000000e+00 |      --      |    Inf 
529.40/529.45	c   529s|  2650k|691936 |  8797k|   3.3 | 607M|  63 |   8 |  70 |3869 |  70 |  21 |  18 |1231k|6416 | 0.000000e+00 |      --      |    Inf 
531.50/531.53	c   532s|  2660k|694398 |  8831k|   3.3 | 609M|  63 |   8 |  70 |4090 |  70 |  21 |  18 |1235k|6422 | 0.000000e+00 |      --      |    Inf 
533.60/533.63	c   534s|  2670k|696644 |  8863k|   3.3 | 612M|  63 |   8 |  70 |4382 |  70 |  21 |  18 |1240k|6426 | 0.000000e+00 |      --      |    Inf 
535.61/535.65	c   536s|  2680k|699265 |  8897k|   3.3 | 614M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1245k|6429 | 0.000000e+00 |      --      |    Inf 
537.60/537.68	c   538s|  2690k|701964 |  8930k|   3.3 | 616M|  63 |   8 |  70 |4339 |  70 |  21 |  18 |1249k|6429 | 0.000000e+00 |      --      |    Inf 
539.70/539.71	c   540s|  2700k|704448 |  8961k|   3.3 | 618M|  63 |   - |  70 |4303 |  70 |  21 |  18 |1254k|6429 | 0.000000e+00 |      --      |    Inf 
541.61/541.69	c   542s|  2710k|707282 |  8995k|   3.3 | 621M|  63 |   - |  70 |4575 |  70 |  21 |  18 |1258k|6429 | 0.000000e+00 |      --      |    Inf 
543.60/543.63	c   544s|  2720k|710441 |  9028k|   3.3 | 623M|  63 |   - |  70 |5310 |  70 |  21 |  18 |1263k|6429 | 0.000000e+00 |      --      |    Inf 
545.51/545.55	c   546s|  2730k|714066 |  9061k|   3.3 | 626M|  63 |   8 |  70 |6712 |  70 |  21 |  18 |1266k|6429 | 0.000000e+00 |      --      |    Inf 
547.51/547.59	c   548s|  2740k|717404 |  9093k|   3.3 | 629M|  63 |   - |  70 |7597 |  70 |  21 |  18 |1271k|6429 | 0.000000e+00 |      --      |    Inf 
549.60/549.68	c   550s|  2750k|720685 |  9126k|   3.3 | 631M|  63 |   8 |  70 |7341 |  70 |  21 |  18 |1275k|6429 | 0.000000e+00 |      --      |    Inf 
551.81/551.84	c   552s|  2760k|723840 |  9159k|   3.3 | 633M|  63 |   8 |  70 |7508 |  70 |  21 |  18 |1279k|6431 | 0.000000e+00 |      --      |    Inf 
554.00/554.08	c   554s|  2770k|726606 |  9193k|   3.3 | 635M|  63 |   8 |  70 |5508 |  70 |  21 |  18 |1283k|6436 | 0.000000e+00 |      --      |    Inf 
556.20/556.25	c   556s|  2780k|728884 |  9226k|   3.3 | 638M|  63 |   8 |  70 |4877 |  70 |  21 |  18 |1288k|6440 | 0.000000e+00 |      --      |    Inf 
558.41/558.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
558.41/558.44	c   558s|  2790k|731386 |  9260k|   3.3 | 640M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |1293k|6448 | 0.000000e+00 |      --      |    Inf 
560.50/560.55	c   561s|  2800k|733754 |  9294k|   3.3 | 642M|  63 |   8 |  70 |4105 |  70 |  21 |  18 |1298k|6458 | 0.000000e+00 |      --      |    Inf 
562.60/562.60	c   563s|  2810k|736344 |  9326k|   3.3 | 644M|  63 |   - |  70 |4519 |  70 |  21 |  18 |1302k|6464 | 0.000000e+00 |      --      |    Inf 
564.61/564.65	c   565s|  2820k|738955 |  9359k|   3.3 | 647M|  63 |   8 |  70 |4435 |  70 |  21 |  18 |1307k|6469 | 0.000000e+00 |      --      |    Inf 
566.80/566.80	c   567s|  2830k|741438 |  9392k|   3.3 | 649M|  63 |   8 |  70 |4142 |  70 |  21 |  18 |1311k|6475 | 0.000000e+00 |      --      |    Inf 
568.90/568.93	c   569s|  2840k|743587 |  9426k|   3.3 | 651M|  63 |   - |  70 |3657 |  70 |  21 |  18 |1316k|6482 | 0.000000e+00 |      --      |    Inf 
570.91/570.97	c   571s|  2850k|746228 |  9459k|   3.3 | 653M|  63 |   - |  70 |4313 |   0 |   0 |  18 |1321k|6491 | 0.000000e+00 |      --      |    Inf 
573.11/573.16	c   573s|  2860k|748465 |  9493k|   3.3 | 656M|  63 |   - |  70 |3868 |  70 |  21 |  18 |1326k|6494 | 0.000000e+00 |      --      |    Inf 
575.21/575.27	c   575s|  2870k|750853 |  9526k|   3.3 | 658M|  63 |   8 |  70 |3908 |  70 |  21 |  18 |1331k|6497 | 0.000000e+00 |      --      |    Inf 
577.20/577.27	c   577s|  2880k|753509 |  9559k|   3.3 | 660M|  63 |   8 |  70 |4872 |  70 |  21 |  18 |1335k|6499 | 0.000000e+00 |      --      |    Inf 
579.41/579.45	c   579s|  2890k|755930 |  9591k|   3.3 | 662M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1340k|6503 | 0.000000e+00 |      --      |    Inf 
581.60/581.60	c   582s|  2900k|758260 |  9625k|   3.3 | 665M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1345k|6507 | 0.000000e+00 |      --      |    Inf 
583.60/583.67	c   584s|  2910k|760899 |  9658k|   3.3 | 667M|  63 |   - |  70 |4742 |  70 |  21 |  18 |1349k|6510 | 0.000000e+00 |      --      |    Inf 
585.70/585.78	c   586s|  2920k|763531 |  9691k|   3.3 | 669M|  63 |   - |  70 |4458 |  70 |  21 |  18 |1354k|6511 | 0.000000e+00 |      --      |    Inf 
587.90/587.92	c   588s|  2930k|765847 |  9724k|   3.3 | 671M|  63 |   - |  70 |3655 |  70 |  21 |  18 |1359k|6511 | 0.000000e+00 |      --      |    Inf 
589.90/589.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
589.90/589.93	c   590s|  2940k|768807 |  9757k|   3.3 | 674M|  63 |   8 |  70 |4394 |  70 |  21 |  18 |1363k|6515 | 0.000000e+00 |      --      |    Inf 
592.00/592.07	c   592s|  2950k|771156 |  9790k|   3.3 | 676M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1368k|6519 | 0.000000e+00 |      --      |    Inf 
594.21/594.24	c   594s|  2960k|773501 |  9822k|   3.3 | 678M|  63 |   - |  70 |4045 |  70 |  21 |  18 |1372k|6525 | 0.000000e+00 |      --      |    Inf 
596.21/596.23	c   596s|  2970k|776168 |  9855k|   3.3 | 681M|  63 |   - |  70 |5401 |  70 |  21 |  18 |1377k|6529 | 0.000000e+00 |      --      |    Inf 
598.21/598.24	c   598s|  2980k|778968 |  9888k|   3.3 | 684M|  63 |   8 |  70 |6630 |  70 |  21 |  18 |1382k|6529 | 0.000000e+00 |      --      |    Inf 
600.30/600.31	c   600s|  2990k|781896 |  9921k|   3.3 | 686M|  63 |   8 |  70 |7321 |  70 |  21 |  18 |1386k|6529 | 0.000000e+00 |      --      |    Inf 
602.31/602.36	c   602s|  3000k|784823 |  9953k|   3.3 | 689M|  63 |   - |  70 |8141 |  70 |  21 |  18 |1390k|6529 | 0.000000e+00 |      --      |    Inf 
604.71/604.76	c   605s|  3010k|787128 |  9987k|   3.3 | 690M|  63 |   - |  70 |4800 |  70 |  21 |  18 |1395k|6529 | 0.000000e+00 |      --      |    Inf 
606.91/606.98	c   607s|  3020k|789632 | 10019k|   3.3 | 692M|  63 |   8 |  70 |4195 |  70 |  21 |  18 |1400k|6529 | 0.000000e+00 |      --      |    Inf 
609.10/609.10	c   609s|  3030k|791988 | 10053k|   3.3 | 695M|  63 |   8 |  70 |3939 |  70 |  21 |  18 |1404k|6529 | 0.000000e+00 |      --      |    Inf 
611.11/611.12	c   611s|  3040k|794692 | 10085k|   3.3 | 697M|  63 |   8 |  70 |4999 |  70 |  21 |  18 |1409k|6529 | 0.000000e+00 |      --      |    Inf 
613.30/613.30	c   613s|  3050k|797338 | 10118k|   3.3 | 699M|  63 |   8 |  70 |4548 |  70 |  21 |  18 |1414k|6529 | 0.000000e+00 |      --      |    Inf 
615.40/615.44	c   615s|  3060k|799775 | 10151k|   3.3 | 702M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |1418k|6529 | 0.000000e+00 |      --      |    Inf 
617.60/617.63	c   618s|  3070k|801998 | 10184k|   3.3 | 704M|  63 |   8 |  70 |3831 |  70 |  21 |  18 |1423k|6529 | 0.000000e+00 |      --      |    Inf 
619.61/619.62	c   620s|  3080k|804592 | 10218k|   3.3 | 706M|  63 |   - |  70 |5280 |  70 |  21 |  18 |1428k|6529 | 0.000000e+00 |      --      |    Inf 
621.71/621.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.71/621.78	c   622s|  3090k|807039 | 10250k|   3.3 | 708M|  63 |   - |  70 |3984 |  70 |  21 |  18 |1432k|6529 | 0.000000e+00 |      --      |    Inf 
623.80/623.88	c   624s|  3100k|809463 | 10284k|   3.3 | 711M|  63 |   - |  70 |4259 |  70 |  21 |  18 |1437k|6529 | 0.000000e+00 |      --      |    Inf 
625.81/625.86	c   626s|  3110k|812359 | 10315k|   3.3 | 713M|  63 |   - |  70 |5166 |  70 |  21 |  18 |1441k|6529 | 0.000000e+00 |      --      |    Inf 
627.90/627.99	c   628s|  3120k|814775 | 10349k|   3.3 | 715M|  63 |   8 |  70 |4282 |  70 |  21 |  18 |1446k|6529 | 0.000000e+00 |      --      |    Inf 
630.01/630.08	c   630s|  3130k|817394 | 10382k|   3.3 | 718M|  63 |   8 |  70 |4593 |  70 |  21 |  18 |1451k|6529 | 0.000000e+00 |      --      |    Inf 
632.21/632.20	c   632s|  3140k|820022 | 10415k|   3.3 | 720M|  63 |   - |  70 |4243 |  70 |  21 |  18 |1455k|6529 | 0.000000e+00 |      --      |    Inf 
634.11/634.18	c   634s|  3150k|822868 | 10447k|   3.3 | 722M|  63 |   8 |  70 |4752 |  70 |  21 |  18 |1460k|6529 | 0.000000e+00 |      --      |    Inf 
636.30/636.38	c   636s|  3160k|825325 | 10481k|   3.3 | 725M|  63 |   - |  70 |3914 |  70 |  21 |  18 |1464k|6529 | 0.000000e+00 |      --      |    Inf 
638.40/638.48	c   638s|  3170k|827897 | 10514k|   3.3 | 727M|  63 |   8 |  70 |4274 |  70 |  21 |  18 |1469k|6529 | 0.000000e+00 |      --      |    Inf 
640.51/640.58	c   641s|  3180k|830525 | 10547k|   3.3 | 729M|  63 |   8 |  70 |4381 |  70 |  21 |  18 |1473k|6529 | 0.000000e+00 |      --      |    Inf 
642.60/642.67	c   643s|  3190k|833109 | 10580k|   3.3 | 731M|  63 |   8 |  70 |4584 |  70 |  21 |  18 |1478k|6529 | 0.000000e+00 |      --      |    Inf 
644.81/644.82	c   645s|  3200k|835482 | 10613k|   3.3 | 734M|  63 |   8 |  70 |4680 |  70 |  21 |  18 |1483k|6529 | 0.000000e+00 |      --      |    Inf 
646.90/646.95	c   647s|  3210k|837902 | 10645k|   3.3 | 736M|  63 |   8 |  70 |4327 |  70 |  21 |  18 |1488k|6529 | 0.000000e+00 |      --      |    Inf 
649.01/649.05	c   649s|  3220k|840328 | 10679k|   3.3 | 738M|  63 |   8 |  70 |3955 |  70 |  21 |  18 |1492k|6529 | 0.000000e+00 |      --      |    Inf 
651.11/651.19	c   651s|  3230k|842830 | 10711k|   3.3 | 740M|  63 |   8 |  70 |3856 |  70 |  21 |  18 |1497k|6529 | 0.000000e+00 |      --      |    Inf 
653.10/653.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
653.10/653.15	c   653s|  3240k|845509 | 10745k|   3.3 | 743M|  63 |   - |  70 |4567 |  70 |  21 |  18 |1502k|6529 | 0.000000e+00 |      --      |    Inf 
655.21/655.23	c   655s|  3250k|847969 | 10777k|   3.3 | 745M|  63 |   8 |  70 |4188 |  70 |  21 |  18 |1506k|6529 | 0.000000e+00 |      --      |    Inf 
657.31/657.37	c   657s|  3260k|850453 | 10810k|   3.3 | 747M|  63 |   8 |  70 |4177 |  70 |  21 |  18 |1511k|6529 | 0.000000e+00 |      --      |    Inf 
659.41/659.49	c   659s|  3270k|853014 | 10843k|   3.3 | 750M|  63 |   8 |  70 |4244 |  70 |  21 |  18 |1516k|6529 | 0.000000e+00 |      --      |    Inf 
661.60/661.64	c   662s|  3280k|855276 | 10876k|   3.3 | 752M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1520k|6529 | 0.000000e+00 |      --      |    Inf 
663.70/663.77	c   664s|  3290k|857656 | 10908k|   3.3 | 754M|  63 |   - |  70 |3771 |  70 |  21 |  18 |1525k|6529 | 0.000000e+00 |      --      |    Inf 
665.80/665.87	c   666s|  3300k|860076 | 10941k|   3.3 | 756M|  63 |   - |  70 |4468 |  70 |  21 |  18 |1530k|6529 | 0.000000e+00 |      --      |    Inf 
668.01/668.05	c   668s|  3310k|862267 | 10974k|   3.3 | 758M|  63 |   - |  70 |3669 |  70 |  21 |  18 |1535k|6529 | 0.000000e+00 |      --      |    Inf 
670.20/670.21	c   670s|  3320k|864745 | 11007k|   3.3 | 761M|  63 |   8 |  70 |4034 |  70 |  21 |  18 |1539k|6529 | 0.000000e+00 |      --      |    Inf 
672.30/672.31	c   672s|  3330k|867244 | 11042k|   3.3 | 763M|  63 |   - |  70 |4820 |  70 |  21 |  18 |1544k|6529 | 0.000000e+00 |      --      |    Inf 
674.41/674.43	c   674s|  3340k|869676 | 11074k|   3.3 | 765M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1549k|6529 | 0.000000e+00 |      --      |    Inf 
676.61/676.60	c   677s|  3350k|872101 | 11107k|   3.3 | 768M|  63 |   8 |  70 |4296 |  70 |  21 |  18 |1553k|6529 | 0.000000e+00 |      --      |    Inf 
678.61/678.65	c   679s|  3360k|875019 | 11139k|   3.3 | 770M|  63 |   - |  70 |4630 |  70 |  21 |  18 |1558k|6529 | 0.000000e+00 |      --      |    Inf 
680.60/680.65	c   681s|  3370k|877829 | 11172k|   3.3 | 772M|  63 |   8 |  70 |5279 |  70 |  21 |  18 |1562k|6529 | 0.000000e+00 |      --      |    Inf 
682.80/682.88	c   683s|  3380k|880385 | 11205k|   3.3 | 774M|  63 |   8 |  70 |4117 |  70 |  21 |  18 |1567k|6529 | 0.000000e+00 |      --      |    Inf 
685.00/685.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.00/685.08	c   685s|  3390k|882702 | 11237k|   3.3 | 777M|  63 |   - |  70 |3792 |  70 |  21 |  18 |1572k|6529 | 0.000000e+00 |      --      |    Inf 
687.11/687.19	c   687s|  3400k|885047 | 11271k|   3.3 | 779M|  63 |   8 |  70 |4273 |  70 |  21 |  18 |1576k|6529 | 0.000000e+00 |      --      |    Inf 
689.31/689.38	c   689s|  3410k|887266 | 11304k|   3.3 | 781M|  63 |   8 |  70 |3846 |  70 |  21 |  18 |1581k|6529 | 0.000000e+00 |      --      |    Inf 
691.40/691.43	c   691s|  3420k|889777 | 11336k|   3.3 | 784M|  63 |   8 |  70 |4431 |  70 |  21 |  18 |1586k|6529 | 0.000000e+00 |      --      |    Inf 
693.50/693.57	c   694s|  3430k|892068 | 11369k|   3.3 | 786M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |1591k|6529 | 0.000000e+00 |      --      |    Inf 
695.60/695.69	c   696s|  3440k|894443 | 11402k|   3.3 | 788M|  63 |   8 |  70 |4289 |  70 |  21 |  18 |1595k|6529 | 0.000000e+00 |      --      |    Inf 
697.80/697.88	c   698s|  3450k|896808 | 11435k|   3.3 | 790M|  63 |   8 |  70 |4098 |  70 |  21 |  18 |1600k|6529 | 0.000000e+00 |      --      |    Inf 
700.00/700.04	c   700s|  3460k|898993 | 11468k|   3.3 | 792M|  63 |   - |  70 |3975 |  70 |  21 |  18 |1605k|6529 | 0.000000e+00 |      --      |    Inf 
702.11/702.16	c   702s|  3470k|901339 | 11501k|   3.3 | 795M|  63 |   - |  70 |4308 |  70 |  21 |  18 |1610k|6529 | 0.000000e+00 |      --      |    Inf 
704.21/704.24	c   704s|  3480k|903913 | 11535k|   3.3 | 797M|  63 |   8 |  70 |4479 |  70 |  21 |  18 |1614k|6529 | 0.000000e+00 |      --      |    Inf 
706.31/706.38	c   706s|  3490k|906196 | 11569k|   3.3 | 799M|  63 |   - |  70 |4112 |  70 |  21 |  18 |1619k|6529 | 0.000000e+00 |      --      |    Inf 
708.42/708.45	c   708s|  3500k|908800 | 11602k|   3.3 | 802M|  63 |   - |  70 |4137 |  70 |  21 |  18 |1623k|6529 | 0.000000e+00 |      --      |    Inf 
710.51/710.59	c   711s|  3510k|911131 | 11635k|   3.3 | 804M|  63 |   8 |  70 |4134 |  70 |  21 |  18 |1628k|6529 | 0.000000e+00 |      --      |    Inf 
712.71/712.71	c   713s|  3520k|913445 | 11668k|   3.3 | 806M|  63 |   - |  70 |4337 |  70 |  21 |  18 |1633k|6529 | 0.000000e+00 |      --      |    Inf 
714.81/714.81	c   715s|  3530k|915834 | 11702k|   3.3 | 808M|  63 |   - |  70 |4076 |  70 |  21 |  18 |1638k|6529 | 0.000000e+00 |      --      |    Inf 
716.81/716.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
716.81/716.86	c   717s|  3540k|918361 | 11734k|   3.3 | 811M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1642k|6529 | 0.000000e+00 |      --      |    Inf 
718.91/718.91	c   719s|  3550k|921196 | 11767k|   3.3 | 813M|  63 |   - |  70 |4444 |  70 |  21 |  18 |1647k|6529 | 0.000000e+00 |      --      |    Inf 
721.01/721.06	c   721s|  3560k|923682 | 11800k|   3.3 | 815M|  63 |   8 |  70 |3751 |  70 |  21 |  18 |1651k|6529 | 0.000000e+00 |      --      |    Inf 
723.10/723.15	c   723s|  3570k|926097 | 11832k|   3.3 | 817M|  63 |   - |  70 |4316 |   0 |   0 |  18 |1656k|6529 | 0.000000e+00 |      --      |    Inf 
725.31/725.33	c   725s|  3580k|928500 | 11865k|   3.3 | 820M|  63 |   8 |  70 |4277 |  70 |  21 |  18 |1661k|6529 | 0.000000e+00 |      --      |    Inf 
727.21/727.27	c   727s|  3590k|931356 | 11900k|   3.3 | 822M|  63 |   8 |  70 |5757 |  70 |  21 |  18 |1665k|6529 | 0.000000e+00 |      --      |    Inf 
729.41/729.49	c   729s|  3600k|933840 | 11933k|   3.3 | 824M|  63 |   - |  70 |4664 |  70 |  21 |  18 |1670k|6529 | 0.000000e+00 |      --      |    Inf 
731.71/731.75	c   732s|  3610k|936083 | 11966k|   3.3 | 827M|  63 |   8 |  70 |4307 |  70 |  21 |  18 |1675k|6529 | 0.000000e+00 |      --      |    Inf 
733.81/733.89	c   734s|  3620k|938620 | 12000k|   3.3 | 829M|  63 |   - |  70 |4415 |  70 |  21 |  18 |1679k|6529 | 0.000000e+00 |      --      |    Inf 
736.01/736.00	c   736s|  3630k|941102 | 12031k|   3.3 | 831M|  63 |   8 |  70 |4152 |  70 |  21 |  18 |1684k|6529 | 0.000000e+00 |      --      |    Inf 
738.21/738.21	c   738s|  3640k|943254 | 12065k|   3.3 | 833M|  63 |   - |  70 |4022 |  70 |  21 |  18 |1689k|6529 | 0.000000e+00 |      --      |    Inf 
740.11/740.19	c   740s|  3650k|946028 | 12098k|   3.3 | 836M|  63 |   - |  70 |5185 |   0 |   0 |  18 |1693k|6529 | 0.000000e+00 |      --      |    Inf 
742.11/742.10	c   742s|  3660k|949385 | 12129k|   3.3 | 838M|  63 |   8 |  70 |6382 |  70 |  21 |  18 |1697k|6529 | 0.000000e+00 |      --      |    Inf 
744.30/744.36	c   744s|  3670k|951834 | 12163k|   3.3 | 840M|  63 |   - |  70 |4688 |  70 |  21 |  18 |1702k|6529 | 0.000000e+00 |      --      |    Inf 
746.41/746.44	c   746s|  3680k|954447 | 12195k|   3.3 | 843M|  63 |   - |  70 |5473 |  70 |  21 |  18 |1706k|6529 | 0.000000e+00 |      --      |    Inf 
748.51/748.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
748.51/748.59	c   749s|  3690k|957035 | 12227k|   3.3 | 845M|  63 |   - |  70 |4898 |  70 |  21 |  18 |1711k|6529 | 0.000000e+00 |      --      |    Inf 
750.71/750.70	c   751s|  3700k|959889 | 12260k|   3.3 | 847M|  63 |   8 |  70 |4789 |  70 |  21 |  18 |1715k|6529 | 0.000000e+00 |      --      |    Inf 
752.81/752.88	c   753s|  3710k|962272 | 12294k|   3.3 | 849M|  63 |   8 |  70 |4077 |  70 |  21 |  18 |1720k|6529 | 0.000000e+00 |      --      |    Inf 
754.81/754.89	c   755s|  3720k|965148 | 12327k|   3.3 | 852M|  63 |   - |  70 |5331 |  70 |  21 |  18 |1724k|6529 | 0.000000e+00 |      --      |    Inf 
757.01/757.04	c   757s|  3730k|968071 | 12360k|   3.3 | 854M|  63 |   - |  70 |5074 |  70 |  21 |  18 |1729k|6529 | 0.000000e+00 |      --      |    Inf 
759.11/759.16	c   759s|  3740k|970620 | 12393k|   3.3 | 857M|  63 |   - |  70 |5212 |  70 |  21 |  18 |1734k|6529 | 0.000000e+00 |      --      |    Inf 
761.31/761.32	c   761s|  3750k|973231 | 12426k|   3.3 | 859M|  63 |   8 |  70 |5440 |  70 |  21 |  18 |1738k|6529 | 0.000000e+00 |      --      |    Inf 
763.51/763.53	c   764s|  3760k|975729 | 12458k|   3.3 | 861M|  63 |   8 |  70 |4711 |  70 |  21 |  18 |1743k|6529 | 0.000000e+00 |      --      |    Inf 
765.71/765.70	c   766s|  3770k|978175 | 12491k|   3.3 | 863M|  63 |   8 |  70 |4048 |  70 |  21 |  18 |1748k|6529 | 0.000000e+00 |      --      |    Inf 
767.81/767.88	c   768s|  3780k|980552 | 12523k|   3.3 | 865M|  63 |   - |  70 |4101 |  70 |  21 |  18 |1752k|6529 | 0.000000e+00 |      --      |    Inf 
770.11/770.12	c   770s|  3790k|982801 | 12555k|   3.3 | 868M|  63 |   - |  70 |3955 |  70 |  21 |  18 |1757k|6529 | 0.000000e+00 |      --      |    Inf 
772.21/772.26	c   772s|  3800k|985009 | 12587k|   3.3 | 870M|  63 |   8 |  70 |3889 |  70 |  21 |  18 |1762k|6529 | 0.000000e+00 |      --      |    Inf 
774.42/774.41	c   774s|  3810k|987422 | 12622k|   3.3 | 872M|  63 |   8 |  70 |4096 |  70 |  21 |  18 |1767k|6529 | 0.000000e+00 |      --      |    Inf 
776.51/776.53	c   777s|  3820k|989909 | 12655k|   3.3 | 875M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |1771k|6529 | 0.000000e+00 |      --      |    Inf 
778.60/778.69	c   779s|  3830k|992192 | 12688k|   3.3 | 877M|  63 |   8 |  70 |4503 |  70 |  21 |  18 |1776k|6529 | 0.000000e+00 |      --      |    Inf 
780.81/780.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
780.81/780.85	c   781s|  3840k|994553 | 12721k|   3.3 | 879M|  63 |   - |  70 |4379 |  70 |  21 |  18 |1781k|6529 | 0.000000e+00 |      --      |    Inf 
782.91/782.90	c   783s|  3850k|997364 | 12753k|   3.3 | 881M|  63 |   8 |  70 |4972 |  70 |  21 |  18 |1785k|6529 | 0.000000e+00 |      --      |    Inf 
785.01/785.08	c   785s|  3860k|999648 | 12786k|   3.3 | 883M|  63 |   8 |  70 |4292 |  70 |  21 |  18 |1790k|6529 | 0.000000e+00 |      --      |    Inf 
787.21/787.21	c   787s|  3870k|  1002k| 12819k|   3.3 | 886M|  63 |   - |  70 |4658 |  70 |  21 |  18 |1795k|6529 | 0.000000e+00 |      --      |    Inf 
789.41/789.47	c   789s|  3880k|  1004k| 12851k|   3.3 | 888M|  63 |   - |  70 |3902 |  70 |  21 |  18 |1800k|6529 | 0.000000e+00 |      --      |    Inf 
791.51/791.52	c   792s|  3890k|  1006k| 12885k|   3.3 | 890M|  63 |   - |  70 |4338 |  70 |  21 |  18 |1804k|6529 | 0.000000e+00 |      --      |    Inf 
793.70/793.71	c   794s|  3900k|  1009k| 12917k|   3.3 | 892M|  63 |   - |  70 |4070 |  70 |  21 |  18 |1809k|6529 | 0.000000e+00 |      --      |    Inf 
795.80/795.83	c   796s|  3910k|  1011k| 12951k|   3.3 | 895M|  63 |   8 |  70 |4851 |  70 |  21 |  18 |1814k|6529 | 0.000000e+00 |      --      |    Inf 
798.01/798.07	c   798s|  3920k|  1014k| 12983k|   3.3 | 897M|  63 |   8 |  70 |4119 |  70 |  21 |  18 |1818k|6529 | 0.000000e+00 |      --      |    Inf 
800.20/800.24	c   800s|  3930k|  1016k| 13016k|   3.3 | 899M|  63 |   8 |  70 |4338 |  70 |  21 |  18 |1823k|6529 | 0.000000e+00 |      --      |    Inf 
802.11/802.14	c   802s|  3940k|  1019k| 13049k|   3.3 | 902M|  63 |   - |  70 |6432 |  70 |  21 |  18 |1827k|6529 | 0.000000e+00 |      --      |    Inf 
804.21/804.27	c   804s|  3950k|  1022k| 13080k|   3.3 | 905M|  63 |   8 |  70 |6948 |  70 |  21 |  18 |1832k|6529 | 0.000000e+00 |      --      |    Inf 
806.40/806.46	c   806s|  3960k|  1025k| 13111k|   3.3 | 907M|  63 |   8 |  70 |7563 |  70 |  21 |  18 |1836k|6529 | 0.000000e+00 |      --      |    Inf 
808.81/808.81	c   809s|  3970k|  1028k| 13143k|   3.3 | 909M|  63 |   - |  70 |5576 |  70 |  21 |  18 |1841k|6529 | 0.000000e+00 |      --      |    Inf 
811.01/811.04	c   811s|  3980k|  1030k| 13176k|   3.3 | 911M|  63 |   8 |  70 |4955 |  70 |  21 |  18 |1845k|6529 | 0.000000e+00 |      --      |    Inf 
813.21/813.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.21/813.21	c   813s|  3990k|  1032k| 13208k|   3.3 | 913M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |1850k|6529 | 0.000000e+00 |      --      |    Inf 
815.31/815.36	c   815s|  4000k|  1035k| 13241k|   3.3 | 916M|  63 |   8 |  70 |4398 |  70 |  21 |  18 |1855k|6529 | 0.000000e+00 |      --      |    Inf 
817.41/817.40	c   817s|  4010k|  1038k| 13276k|   3.3 | 918M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |1859k|6529 | 0.000000e+00 |      --      |    Inf 
819.51/819.55	c   820s|  4020k|  1040k| 13311k|   3.3 | 920M|  63 |   8 |  70 |4727 |  70 |  21 |  18 |1864k|6529 | 0.000000e+00 |      --      |    Inf 
821.61/821.66	c   822s|  4030k|  1043k| 13344k|   3.3 | 923M|  63 |   - |  70 |5465 |  70 |  21 |  18 |1868k|6529 | 0.000000e+00 |      --      |    Inf 
823.92/823.92	c   824s|  4040k|  1045k| 13377k|   3.3 | 925M|  63 |   - |  70 |4939 |  70 |  21 |  18 |1873k|6529 | 0.000000e+00 |      --      |    Inf 
826.21/826.20	c   826s|  4050k|  1047k| 13411k|   3.3 | 927M|  63 |   8 |  70 |4043 |  70 |  21 |  18 |1878k|6529 | 0.000000e+00 |      --      |    Inf 
828.32/828.35	c   828s|  4060k|  1050k| 13443k|   3.3 | 929M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |1883k|6529 | 0.000000e+00 |      --      |    Inf 
830.42/830.47	c   830s|  4070k|  1052k| 13475k|   3.3 | 932M|  63 |   - |  70 |4722 |  70 |  21 |  18 |1887k|6529 | 0.000000e+00 |      --      |    Inf 
832.51/832.57	c   833s|  4080k|  1055k| 13509k|   3.3 | 934M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |1892k|6529 | 0.000000e+00 |      --      |    Inf 
834.61/834.64	c   835s|  4090k|  1058k| 13541k|   3.3 | 936M|  63 |   - |  70 |4801 |  70 |  21 |  18 |1896k|6529 | 0.000000e+00 |      --      |    Inf 
836.81/836.87	c   837s|  4100k|  1060k| 13574k|   3.3 | 939M|  63 |   8 |  70 |4385 |  70 |  21 |  18 |1901k|6529 | 0.000000e+00 |      --      |    Inf 
839.11/839.10	c   839s|  4110k|  1062k| 13607k|   3.3 | 941M|  63 |   - |  70 |3747 |  70 |  21 |  18 |1906k|6529 | 0.000000e+00 |      --      |    Inf 
841.21/841.23	c   841s|  4120k|  1064k| 13641k|   3.3 | 943M|  63 |   8 |  70 |4459 |  70 |  21 |  18 |1911k|6529 | 0.000000e+00 |      --      |    Inf 
843.41/843.40	c   843s|  4130k|  1067k| 13675k|   3.3 | 945M|  63 |   - |  70 |4360 |  70 |  21 |  18 |1916k|6529 | 0.000000e+00 |      --      |    Inf 
845.31/845.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.31/845.33	c   845s|  4140k|  1070k| 13708k|   3.3 | 948M|  63 |   8 |  70 |6116 |  70 |  21 |  18 |1920k|6529 | 0.000000e+00 |      --      |    Inf 
847.31/847.34	c   847s|  4150k|  1073k| 13741k|   3.3 | 950M|  63 |   8 |  70 |6507 |  70 |  21 |  18 |1924k|6529 | 0.000000e+00 |      --      |    Inf 
849.51/849.58	c   850s|  4160k|  1076k| 13774k|   3.3 | 952M|  63 |   8 |  70 |5317 |  70 |  21 |  18 |1929k|6529 | 0.000000e+00 |      --      |    Inf 
851.42/851.46	c   851s|  4170k|  1079k| 13808k|   3.3 | 955M|  63 |   8 |  70 |6721 |  70 |  21 |  18 |1933k|6529 | 0.000000e+00 |      --      |    Inf 
853.81/853.82	c   854s|  4180k|  1081k| 13841k|   3.3 | 957M|  63 |   8 |  70 |4772 |  70 |  21 |  18 |1937k|6529 | 0.000000e+00 |      --      |    Inf 
856.02/856.02	c   856s|  4190k|  1084k| 13875k|   3.3 | 959M|  63 |   8 |  70 |4302 |  70 |  21 |  18 |1942k|6529 | 0.000000e+00 |      --      |    Inf 
858.02/858.07	c   858s|  4200k|  1086k| 13908k|   3.3 | 962M|  63 |   8 |  70 |4869 |  70 |  21 |  18 |1947k|6529 | 0.000000e+00 |      --      |    Inf 
860.01/860.10	c   860s|  4210k|  1089k| 13941k|   3.3 | 964M|  63 |   8 |  70 |5582 |  70 |  21 |  18 |1951k|6529 | 0.000000e+00 |      --      |    Inf 
862.32/862.39	c   862s|  4220k|  1092k| 13974k|   3.3 | 966M|  63 |   - |  70 |4017 |  70 |  21 |  18 |1956k|6529 | 0.000000e+00 |      --      |    Inf 
864.41/864.48	c   864s|  4230k|  1094k| 14007k|   3.3 | 968M|  63 |   8 |  70 |4475 |  70 |  21 |  18 |1961k|6529 | 0.000000e+00 |      --      |    Inf 
866.72/866.78	c   867s|  4240k|  1097k| 14040k|   3.3 | 971M|  63 |   - |  70 |3926 |  70 |  21 |  18 |1965k|6529 | 0.000000e+00 |      --      |    Inf 
868.92/868.96	c   869s|  4250k|  1099k| 14074k|   3.3 | 973M|  63 |   8 |  70 |4069 |  70 |  21 |  18 |1970k|6529 | 0.000000e+00 |      --      |    Inf 
871.11/871.13	c   871s|  4260k|  1101k| 14108k|   3.3 | 975M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |1975k|6529 | 0.000000e+00 |      --      |    Inf 
873.32/873.33	c   873s|  4270k|  1104k| 14140k|   3.3 | 977M|  63 |   - |  70 |3525 |  70 |  21 |  18 |1980k|6529 | 0.000000e+00 |      --      |    Inf 
875.41/875.48	c   875s|  4280k|  1106k| 14173k|   3.3 | 980M|  63 |   8 |  70 |4157 |  70 |  21 |  18 |1984k|6529 | 0.000000e+00 |      --      |    Inf 
877.61/877.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
877.61/877.69	c   878s|  4290k|  1108k| 14205k|   3.3 | 982M|  63 |   8 |  70 |3965 |  70 |  21 |  18 |1989k|6529 | 0.000000e+00 |      --      |    Inf 
879.81/879.83	c   880s|  4300k|  1111k| 14239k|   3.3 | 984M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |1994k|6529 | 0.000000e+00 |      --      |    Inf 
882.01/882.08	c   882s|  4310k|  1113k| 14271k|   3.3 | 986M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |1999k|6529 | 0.000000e+00 |      --      |    Inf 
884.31/884.36	c   884s|  4320k|  1115k| 14304k|   3.3 | 988M|  63 |   - |  70 |4199 |  70 |  21 |  18 |2004k|6529 | 0.000000e+00 |      --      |    Inf 
886.41/886.43	c   886s|  4330k|  1118k| 14337k|   3.3 | 991M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |2008k|6529 | 0.000000e+00 |      --      |    Inf 
888.61/888.63	c   889s|  4340k|  1120k| 14369k|   3.3 | 993M|  63 |   - |  70 |4529 |  70 |  21 |  18 |2013k|6529 | 0.000000e+00 |      --      |    Inf 
890.81/890.88	c   891s|  4350k|  1123k| 14403k|   3.3 | 995M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |2017k|6529 | 0.000000e+00 |      --      |    Inf 
893.01/893.05	c   893s|  4360k|  1125k| 14437k|   3.3 | 998M|  63 |   - |  70 |4525 |  70 |  21 |  18 |2022k|6529 | 0.000000e+00 |      --      |    Inf 
895.12/895.13	c   895s|  4370k|  1128k| 14471k|   3.3 |1000M|  63 |   8 |  70 |5707 |  70 |  21 |  18 |2027k|6529 | 0.000000e+00 |      --      |    Inf 
897.31/897.37	c   897s|  4380k|  1130k| 14504k|   3.3 |1002M|  63 |   - |  70 |4726 |  70 |  21 |  18 |2032k|6529 | 0.000000e+00 |      --      |    Inf 
899.51/899.51	c   900s|  4390k|  1133k| 14538k|   3.3 |1005M|  63 |   - |  70 |5148 |  70 |  21 |  18 |2036k|6529 | 0.000000e+00 |      --      |    Inf 
901.71/901.77	c   902s|  4400k|  1135k| 14571k|   3.3 |1007M|  63 |   8 |  70 |4667 |  70 |  21 |  18 |2041k|6529 | 0.000000e+00 |      --      |    Inf 
903.81/903.88	c   904s|  4410k|  1138k| 14603k|   3.3 |1009M|  63 |   8 |  70 |4763 |  70 |  21 |  18 |2046k|6529 | 0.000000e+00 |      --      |    Inf 
906.02/906.02	c   906s|  4420k|  1140k| 14635k|   3.3 |1012M|  63 |   - |  70 |4909 |  70 |  21 |  18 |2050k|6529 | 0.000000e+00 |      --      |    Inf 
908.11/908.11	c   908s|  4430k|  1143k| 14668k|   3.3 |1014M|  63 |   - |  70 |5098 |  70 |  21 |  18 |2055k|6529 | 0.000000e+00 |      --      |    Inf 
910.41/910.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.41/910.43	c   910s|  4440k|  1146k| 14700k|   3.3 |1016M|  63 |   8 |  70 |3853 |  70 |  21 |  18 |2059k|6529 | 0.000000e+00 |      --      |    Inf 
912.61/912.64	c   913s|  4450k|  1148k| 14734k|   3.3 |1018M|  63 |   8 |  70 |4579 |  70 |  21 |  18 |2064k|6529 | 0.000000e+00 |      --      |    Inf 
914.82/914.83	c   915s|  4460k|  1150k| 14767k|   3.3 |1021M|  63 |   8 |  70 |4560 |  70 |  21 |  18 |2069k|6529 | 0.000000e+00 |      --      |    Inf 
916.91/916.93	c   917s|  4470k|  1153k| 14800k|   3.3 |1023M|  63 |   - |  70 |4681 |  70 |  21 |  18 |2073k|6529 | 0.000000e+00 |      --      |    Inf 
919.11/919.14	c   919s|  4480k|  1155k| 14832k|   3.3 |1025M|  63 |   - |  70 |4551 |  70 |  21 |  18 |2078k|6529 | 0.000000e+00 |      --      |    Inf 
921.31/921.38	c   921s|  4490k|  1158k| 14865k|   3.3 |1028M|  63 |   8 |  70 |4361 |  70 |  21 |  18 |2083k|6529 | 0.000000e+00 |      --      |    Inf 
923.51/923.51	c   924s|  4500k|  1160k| 14898k|   3.3 |1030M|  63 |   8 |  70 |3963 |  70 |  21 |  18 |2088k|6529 | 0.000000e+00 |      --      |    Inf 
925.72/925.73	c   926s|  4510k|  1163k| 14931k|   3.3 |1032M|  63 |   8 |  70 |4025 |  70 |  21 |  18 |2092k|6529 | 0.000000e+00 |      --      |    Inf 
927.81/927.81	c   928s|  4520k|  1165k| 14963k|   3.3 |1034M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2097k|6529 | 0.000000e+00 |      --      |    Inf 
929.92/929.96	c   930s|  4530k|  1168k| 14996k|   3.3 |1037M|  63 |   - |  70 |4223 |  70 |  21 |  18 |2101k|6529 | 0.000000e+00 |      --      |    Inf 
932.11/932.18	c   932s|  4540k|  1170k| 15029k|   3.3 |1039M|  63 |   8 |  70 |3883 |  70 |  21 |  18 |2106k|6529 | 0.000000e+00 |      --      |    Inf 
934.31/934.34	c   934s|  4550k|  1173k| 15062k|   3.3 |1041M|  63 |   - |  70 |4319 |  70 |  21 |  18 |2110k|6529 | 0.000000e+00 |      --      |    Inf 
936.41/936.49	c   936s|  4560k|  1175k| 15095k|   3.3 |1044M|  63 |   8 |  70 |4766 |  70 |  21 |  18 |2115k|6529 | 0.000000e+00 |      --      |    Inf 
938.81/938.83	c   939s|  4570k|  1178k| 15128k|   3.3 |1046M|  63 |   8 |  70 |4115 |  70 |  21 |  18 |2120k|6529 | 0.000000e+00 |      --      |    Inf 
940.91/941.00	c   941s|  4580k|  1180k| 15161k|   3.3 |1048M|  63 |   8 |  70 |4747 |  70 |  21 |  18 |2124k|6529 | 0.000000e+00 |      --      |    Inf 
943.21/943.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
943.21/943.25	c   943s|  4590k|  1182k| 15194k|   3.3 |1050M|  63 |   8 |  70 |4131 |  70 |  21 |  18 |2129k|6529 | 0.000000e+00 |      --      |    Inf 
945.41/945.40	c   945s|  4600k|  1185k| 15228k|   3.3 |1052M|  63 |   8 |  70 |4365 |  70 |  21 |  18 |2134k|6529 | 0.000000e+00 |      --      |    Inf 
947.72/947.72	c   948s|  4610k|  1187k| 15260k|   3.3 |1055M|  63 |   8 |  70 |4108 |  70 |  21 |  18 |2139k|6529 | 0.000000e+00 |      --      |    Inf 
949.91/949.92	c   950s|  4620k|  1190k| 15293k|   3.3 |1057M|  63 |   8 |  70 |4174 |  70 |  21 |  18 |2143k|6529 | 0.000000e+00 |      --      |    Inf 
952.11/952.15	c   952s|  4630k|  1192k| 15326k|   3.3 |1059M|  63 |   8 |  70 |4359 |  70 |  21 |  18 |2148k|6529 | 0.000000e+00 |      --      |    Inf 
954.22/954.20	c   954s|  4640k|  1195k| 15361k|   3.3 |1062M|  63 |   8 |  70 |5724 |  70 |  21 |  18 |2153k|6529 | 0.000000e+00 |      --      |    Inf 
956.22/956.24	c   956s|  4650k|  1198k| 15395k|   3.3 |1064M|  63 |   8 |  70 |6974 |  70 |  21 |  18 |2157k|6529 | 0.000000e+00 |      --      |    Inf 
958.31/958.36	c   958s|  4660k|  1201k| 15426k|   3.3 |1067M|  63 |   8 |  70 |7432 |  70 |  21 |  18 |2161k|6529 | 0.000000e+00 |      --      |    Inf 
960.51/960.55	c   961s|  4670k|  1204k| 15461k|   3.3 |1069M|  63 |   8 |  70 |5908 |  70 |  21 |  18 |2165k|6529 | 0.000000e+00 |      --      |    Inf 
962.61/962.64	c   963s|  4680k|  1207k| 15495k|   3.3 |1071M|  63 |   8 |  70 |6337 |  70 |  21 |  18 |2170k|6529 | 0.000000e+00 |      --      |    Inf 
964.71/964.79	c   965s|  4690k|  1210k| 15528k|   3.3 |1074M|  63 |   8 |  70 |6439 |  70 |  21 |  18 |2174k|6529 | 0.000000e+00 |      --      |    Inf 
966.92/966.99	c   967s|  4700k|  1213k| 15562k|   3.3 |1077M|  63 |   8 |  70 |6769 |  70 |  21 |  18 |2179k|6529 | 0.000000e+00 |      --      |    Inf 
969.12/969.20	c   969s|  4710k|  1216k| 15595k|   3.3 |1079M|  63 |   8 |  70 |6777 |  70 |  21 |  18 |2183k|6529 | 0.000000e+00 |      --      |    Inf 
971.32/971.32	c   971s|  4720k|  1219k| 15628k|   3.3 |1081M|  63 |   - |  70 |7197 |  70 |  21 |  18 |2187k|6529 | 0.000000e+00 |      --      |    Inf 
973.42/973.42	c   973s|  4730k|  1222k| 15660k|   3.3 |1084M|  63 |   8 |  70 |7873 |  70 |  21 |  18 |2191k|6529 | 0.000000e+00 |      --      |    Inf 
975.61/975.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
975.61/975.61	c   976s|  4740k|  1225k| 15691k|   3.3 |1086M|  63 |   8 |  70 |7436 |  70 |  21 |  18 |2196k|6529 | 0.000000e+00 |      --      |    Inf 
977.92/977.94	c   978s|  4750k|  1228k| 15725k|   3.3 |1089M|  63 |   8 |  70 |7887 |  70 |  21 |  18 |2200k|6529 | 0.000000e+00 |      --      |    Inf 
980.31/980.30	c   980s|  4760k|  1230k| 15758k|   3.3 |1091M|  63 |   8 |  70 |7786 |  70 |  21 |  18 |2205k|6529 | 0.000000e+00 |      --      |    Inf 
982.71/982.72	c   983s|  4770k|  1233k| 15790k|   3.3 |1093M|  63 |   8 |  70 |6886 |  70 |  21 |  18 |2210k|6529 | 0.000000e+00 |      --      |    Inf 
984.91/984.92	c   985s|  4780k|  1236k| 15823k|   3.3 |1096M|  63 |   - |  70 |7337 |  70 |  21 |  18 |2214k|6529 | 0.000000e+00 |      --      |    Inf 
987.21/987.21	c   987s|  4790k|  1239k| 15856k|   3.3 |1098M|  63 |   8 |  70 |7395 |  70 |  21 |  18 |2218k|6529 | 0.000000e+00 |      --      |    Inf 
989.42/989.43	c   989s|  4800k|  1242k| 15887k|   3.3 |1100M|  63 |   8 |  70 |7484 |  70 |  21 |  18 |2223k|6529 | 0.000000e+00 |      --      |    Inf 
991.52/991.59	c   992s|  4810k|  1245k| 15919k|   3.3 |1103M|  63 |   8 |  70 |7838 |  70 |  21 |  18 |2227k|6529 | 0.000000e+00 |      --      |    Inf 
994.01/994.09	c   994s|  4820k|  1247k| 15951k|   3.3 |1105M|  63 |   8 |  70 |7584 |  70 |  21 |  18 |2232k|6529 | 0.000000e+00 |      --      |    Inf 
996.41/996.42	c   996s|  4830k|  1250k| 15983k|   3.3 |1107M|  63 |   - |  70 |7698 |  70 |  21 |  18 |2236k|6529 | 0.000000e+00 |      --      |    Inf 
998.72/998.70	c   999s|  4840k|  1253k| 16016k|   3.3 |1110M|  63 |   8 |  70 |7902 |  70 |  21 |  18 |2241k|6529 | 0.000000e+00 |      --      |    Inf 
1001.02/1001.09	c  1001s|  4850k|  1255k| 16048k|   3.3 |1112M|  63 |   - |  70 |7270 |  70 |  21 |  18 |2245k|6529 | 0.000000e+00 |      --      |    Inf 
1003.51/1003.53	c  1004s|  4860k|  1258k| 16081k|   3.3 |1114M|  63 |   - |  70 |5419 |  70 |  21 |  18 |2250k|6529 | 0.000000e+00 |      --      |    Inf 
1005.81/1005.81	c  1006s|  4870k|  1260k| 16115k|   3.3 |1116M|  63 |   8 |  70 |5430 |  70 |  21 |  18 |2255k|6529 | 0.000000e+00 |      --      |    Inf 
1008.11/1008.16	c  1008s|  4880k|  1262k| 16148k|   3.3 |1118M|  63 |   8 |  70 |4341 |  70 |  21 |  18 |2259k|6529 | 0.000000e+00 |      --      |    Inf 
1010.11/1010.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.11/1010.10	c  1010s|  4890k|  1265k| 16180k|   3.3 |1121M|  63 |   8 |  70 |5857 |  70 |  21 |  18 |2264k|6529 | 0.000000e+00 |      --      |    Inf 
1012.12/1012.17	c  1012s|  4900k|  1269k| 16212k|   3.3 |1123M|  63 |   8 |  70 |6246 |  70 |  21 |  18 |2268k|6529 | 0.000000e+00 |      --      |    Inf 
1014.41/1014.43	c  1014s|  4910k|  1271k| 16244k|   3.3 |1125M|  63 |   8 |  70 |4704 |  70 |  21 |  18 |2272k|6529 | 0.000000e+00 |      --      |    Inf 
1016.51/1016.58	c  1017s|  4920k|  1274k| 16276k|   3.3 |1128M|  63 |   - |  70 |5293 |  70 |  21 |  18 |2277k|6529 | 0.000000e+00 |      --      |    Inf 
1018.91/1018.95	c  1019s|  4930k|  1276k| 16310k|   3.3 |1130M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |2282k|6529 | 0.000000e+00 |      --      |    Inf 
1021.22/1021.26	c  1021s|  4940k|  1278k| 16343k|   3.3 |1132M|  63 |   - |  70 |4029 |  70 |  21 |  18 |2287k|6529 | 0.000000e+00 |      --      |    Inf 
1023.41/1023.45	c  1023s|  4950k|  1280k| 16377k|   3.3 |1134M|  63 |   8 |  70 |4817 |  70 |  21 |  18 |2292k|6529 | 0.000000e+00 |      --      |    Inf 
1025.71/1025.79	c  1026s|  4960k|  1283k| 16411k|   3.3 |1136M|  63 |   - |  70 |3837 |  70 |  21 |  18 |2296k|6529 | 0.000000e+00 |      --      |    Inf 
1028.01/1028.01	c  1028s|  4970k|  1285k| 16444k|   3.3 |1139M|  63 |   8 |  70 |3981 |  70 |  21 |  18 |2301k|6529 | 0.000000e+00 |      --      |    Inf 
1030.31/1030.30	c  1030s|  4980k|  1287k| 16477k|   3.3 |1141M|  63 |   - |  70 |4187 |  70 |  21 |  18 |2306k|6529 | 0.000000e+00 |      --      |    Inf 
1032.51/1032.53	c  1033s|  4990k|  1290k| 16510k|   3.3 |1143M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |2310k|6529 | 0.000000e+00 |      --      |    Inf 
1034.62/1034.67	c  1035s|  5000k|  1292k| 16543k|   3.3 |1146M|  63 |   - |  70 |4878 |  70 |  21 |  18 |2315k|6529 | 0.000000e+00 |      --      |    Inf 
1036.91/1036.92	c  1037s|  5010k|  1295k| 16576k|   3.3 |1148M|  63 |   - |  70 |4387 |  70 |  21 |  18 |2320k|6529 | 0.000000e+00 |      --      |    Inf 
1039.12/1039.11	c  1039s|  5020k|  1297k| 16609k|   3.3 |1150M|  63 |   - |  70 |4159 |  70 |  21 |  18 |2324k|6529 | 0.000000e+00 |      --      |    Inf 
1041.32/1041.33	c  1041s|  5030k|  1300k| 16642k|   3.3 |1152M|  63 |   8 |  70 |4062 |  70 |  21 |  18 |2329k|6529 | 0.000000e+00 |      --      |    Inf 
1043.51/1043.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1043.51/1043.57	c  1044s|  5040k|  1302k| 16675k|   3.3 |1154M|  63 |   8 |  70 |3806 |  70 |  21 |  18 |2334k|6529 | 0.000000e+00 |      --      |    Inf 
1045.72/1045.78	c  1046s|  5050k|  1304k| 16708k|   3.3 |1157M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |2338k|6529 | 0.000000e+00 |      --      |    Inf 
1048.01/1048.03	c  1048s|  5060k|  1307k| 16741k|   3.3 |1159M|  63 |   - |  70 |3745 |  70 |  21 |  18 |2343k|6529 | 0.000000e+00 |      --      |    Inf 
1050.31/1050.30	c  1050s|  5070k|  1309k| 16774k|   3.3 |1161M|  63 |   - |  70 |4045 |  70 |  21 |  18 |2348k|6529 | 0.000000e+00 |      --      |    Inf 
1052.51/1052.57	c  1053s|  5080k|  1311k| 16808k|   3.3 |1163M|  63 |   8 |  70 |4173 |  70 |  21 |  18 |2353k|6529 | 0.000000e+00 |      --      |    Inf 
1054.61/1054.64	c  1055s|  5090k|  1314k| 16840k|   3.3 |1166M|  63 |   8 |  70 |5014 |  70 |  21 |  18 |2358k|6529 | 0.000000e+00 |      --      |    Inf 
1056.72/1056.80	c  1057s|  5100k|  1316k| 16872k|   3.3 |1168M|  63 |   - |  70 |4779 |  70 |  21 |  18 |2362k|6529 | 0.000000e+00 |      --      |    Inf 
1059.02/1059.07	c  1059s|  5110k|  1319k| 16906k|   3.3 |1170M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |2367k|6529 | 0.000000e+00 |      --      |    Inf 
1061.21/1061.23	c  1061s|  5120k|  1321k| 16939k|   3.3 |1172M|  63 |   8 |  70 |4086 |  70 |  21 |  18 |2372k|6529 | 0.000000e+00 |      --      |    Inf 
1063.42/1063.43	c  1063s|  5130k|  1323k| 16972k|   3.3 |1175M|  63 |   - |  70 |4845 |   0 |   0 |  18 |2376k|6529 | 0.000000e+00 |      --      |    Inf 
1065.72/1065.70	c  1066s|  5140k|  1326k| 17005k|   3.3 |1177M|  63 |   - |  70 |4866 |  70 |  21 |  18 |2381k|6529 | 0.000000e+00 |      --      |    Inf 
1067.92/1067.99	c  1068s|  5150k|  1328k| 17038k|   3.3 |1179M|  63 |   - |  70 |4579 |  70 |  21 |  18 |2385k|6529 | 0.000000e+00 |      --      |    Inf 
1070.32/1070.32	c  1070s|  5160k|  1331k| 17071k|   3.3 |1182M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2390k|6529 | 0.000000e+00 |      --      |    Inf 
1072.22/1072.22	c  1072s|  5170k|  1334k| 17103k|   3.3 |1184M|  63 |   8 |  70 |5785 |  70 |  21 |  18 |2394k|6529 | 0.000000e+00 |      --      |    Inf 
1074.12/1074.19	c  1074s|  5180k|  1338k| 17134k|   3.3 |1187M|  63 |   8 |  70 |6207 |  70 |  21 |  18 |2398k|6529 | 0.000000e+00 |      --      |    Inf 
1076.41/1076.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1076.41/1076.45	c  1076s|  5190k|  1340k| 17165k|   3.3 |1189M|  63 |   8 |  70 |4505 |  70 |  21 |  18 |2402k|6529 | 0.000000e+00 |      --      |    Inf 
1078.71/1078.73	c  1079s|  5200k|  1343k| 17198k|   3.3 |1191M|  63 |   - |  70 |4625 |  70 |  21 |  18 |2407k|6529 | 0.000000e+00 |      --      |    Inf 
1080.82/1080.90	c  1081s|  5210k|  1345k| 17231k|   3.3 |1193M|  63 |   8 |  70 |4630 |  70 |  21 |  18 |2412k|6529 | 0.000000e+00 |      --      |    Inf 
1083.21/1083.25	c  1083s|  5220k|  1347k| 17265k|   3.3 |1196M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2416k|6529 | 0.000000e+00 |      --      |    Inf 
1085.31/1085.39	c  1085s|  5230k|  1350k| 17298k|   3.3 |1198M|  63 |   8 |  70 |5480 |  70 |  21 |  18 |2421k|6529 | 0.000000e+00 |      --      |    Inf 
1087.52/1087.50	c  1088s|  5240k|  1353k| 17332k|   3.3 |1201M|  63 |   - |  70 |6769 |   0 |   0 |  18 |2425k|6529 | 0.000000e+00 |      --      |    Inf 
1089.82/1089.85	c  1090s|  5250k|  1355k| 17364k|   3.3 |1202M|  63 |   - |  70 |4660 |  70 |  21 |  18 |2430k|6529 | 0.000000e+00 |      --      |    Inf 
1092.12/1092.11	c  1092s|  5260k|  1358k| 17397k|   3.3 |1205M|  63 |   8 |  70 |4615 |  70 |  21 |  18 |2435k|6529 | 0.000000e+00 |      --      |    Inf 
1094.21/1094.25	c  1094s|  5270k|  1361k| 17431k|   3.3 |1207M|  63 |   - |  70 |5052 |  70 |  21 |  18 |2439k|6529 | 0.000000e+00 |      --      |    Inf 
1096.52/1096.55	c  1097s|  5280k|  1363k| 17464k|   3.3 |1209M|  63 |   8 |  70 |4778 |  70 |  21 |  18 |2444k|6529 | 0.000000e+00 |      --      |    Inf 
1098.83/1098.89	c  1099s|  5290k|  1365k| 17497k|   3.3 |1211M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |2449k|6529 | 0.000000e+00 |      --      |    Inf 
1101.02/1101.08	c  1101s|  5300k|  1368k| 17531k|   3.3 |1214M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2453k|6529 | 0.000000e+00 |      --      |    Inf 
1103.32/1103.32	c  1103s|  5310k|  1370k| 17563k|   3.3 |1216M|  63 |   - |  70 |4205 |  70 |  21 |  18 |2458k|6529 | 0.000000e+00 |      --      |    Inf 
1105.62/1105.64	c  1106s|  5320k|  1373k| 17596k|   3.3 |1218M|  63 |   8 |  70 |4051 |  70 |  21 |  18 |2463k|6529 | 0.000000e+00 |      --      |    Inf 
1107.82/1107.86	c  1108s|  5330k|  1375k| 17630k|   3.3 |1221M|  63 |   - |  70 |4517 |  70 |  21 |  18 |2467k|6529 | 0.000000e+00 |      --      |    Inf 
1110.11/1110.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.11/1110.14	c  1110s|  5340k|  1377k| 17663k|   3.3 |1223M|  63 |   8 |  70 |3966 |  70 |  21 |  18 |2472k|6529 | 0.000000e+00 |      --      |    Inf 
1112.42/1112.40	c  1112s|  5350k|  1380k| 17696k|   3.3 |1225M|  63 |   8 |  70 |3906 |  70 |  21 |  18 |2477k|6529 | 0.000000e+00 |      --      |    Inf 
1114.61/1114.68	c  1115s|  5360k|  1382k| 17729k|   3.3 |1227M|  63 |   8 |  70 |4061 |  70 |  21 |  18 |2482k|6529 | 0.000000e+00 |      --      |    Inf 
1116.92/1116.98	c  1117s|  5370k|  1384k| 17762k|   3.3 |1229M|  63 |   - |  70 |3998 |  70 |  21 |  18 |2487k|6529 | 0.000000e+00 |      --      |    Inf 
1119.22/1119.20	c  1119s|  5380k|  1386k| 17795k|   3.3 |1232M|  63 |   8 |  70 |3909 |  70 |  21 |  18 |2491k|6529 | 0.000000e+00 |      --      |    Inf 
1121.42/1121.43	c  1121s|  5390k|  1389k| 17829k|   3.3 |1234M|  63 |   - |  70 |3682 |  70 |  21 |  18 |2496k|6529 | 0.000000e+00 |      --      |    Inf 
1123.62/1123.64	c  1124s|  5400k|  1391k| 17862k|   3.3 |1236M|  63 |   8 |  70 |3538 |  70 |  21 |  18 |2501k|6529 | 0.000000e+00 |      --      |    Inf 
1125.72/1125.78	c  1126s|  5410k|  1394k| 17895k|   3.3 |1238M|  63 |   8 |  70 |4187 |  70 |  21 |  18 |2505k|6529 | 0.000000e+00 |      --      |    Inf 
1128.02/1128.02	c  1128s|  5420k|  1396k| 17927k|   3.3 |1241M|  63 |   8 |  70 |4059 |  70 |  21 |  18 |2510k|6529 | 0.000000e+00 |      --      |    Inf 
1130.22/1130.26	c  1130s|  5430k|  1398k| 17960k|   3.3 |1243M|  63 |   8 |  70 |4168 |  70 |  21 |  18 |2515k|6529 | 0.000000e+00 |      --      |    Inf 
1132.32/1132.33	c  1132s|  5440k|  1401k| 17991k|   3.3 |1245M|  63 |   8 |  70 |5157 |  70 |  21 |  18 |2519k|6529 | 0.000000e+00 |      --      |    Inf 
1134.52/1134.52	c  1135s|  5450k|  1404k| 18024k|   3.3 |1248M|  63 |   8 |  70 |5231 |  70 |  21 |  18 |2524k|6529 | 0.000000e+00 |      --      |    Inf 
1136.82/1136.89	c  1137s|  5460k|  1406k| 18058k|   3.3 |1250M|  63 |   - |  70 |4530 |  70 |  21 |  18 |2529k|6529 | 0.000000e+00 |      --      |    Inf 
1139.22/1139.21	c  1139s|  5470k|  1408k| 18091k|   3.3 |1252M|  63 |   8 |  70 |4367 |  70 |  21 |  18 |2534k|6529 | 0.000000e+00 |      --      |    Inf 
1141.42/1141.47	c  1141s|  5480k|  1411k| 18125k|   3.3 |1254M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |2538k|6529 | 0.000000e+00 |      --      |    Inf 
1143.71/1143.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1143.71/1143.73	c  1144s|  5490k|  1413k| 18157k|   3.3 |1257M|  63 |   8 |  70 |4161 |  70 |  21 |  18 |2543k|6529 | 0.000000e+00 |      --      |    Inf 
1146.02/1146.00	c  1146s|  5500k|  1415k| 18189k|   3.3 |1259M|  63 |   - |  70 |3983 |  70 |  21 |  18 |2548k|6529 | 0.000000e+00 |      --      |    Inf 
1148.12/1148.10	c  1148s|  5510k|  1418k| 18223k|   3.3 |1261M|  63 |   8 |  70 |4871 |  70 |  21 |  18 |2552k|6529 | 0.000000e+00 |      --      |    Inf 
1150.12/1150.14	c  1150s|  5520k|  1421k| 18258k|   3.3 |1264M|  63 |   - |  70 |6346 |  70 |  21 |  18 |2557k|6529 | 0.000000e+00 |      --      |    Inf 
1152.42/1152.47	c  1152s|  5530k|  1423k| 18292k|   3.3 |1266M|  63 |   8 |  70 |4460 |  70 |  21 |  18 |2562k|6529 | 0.000000e+00 |      --      |    Inf 
1154.62/1154.69	c  1155s|  5540k|  1425k| 18325k|   3.3 |1268M|  63 |   - |  70 |4865 |  70 |  21 |  18 |2566k|6529 | 0.000000e+00 |      --      |    Inf 
1156.82/1156.88	c  1157s|  5550k|  1428k| 18358k|   3.3 |1271M|  63 |   8 |  70 |4731 |  70 |  21 |  18 |2571k|6529 | 0.000000e+00 |      --      |    Inf 
1159.01/1159.07	c  1159s|  5560k|  1431k| 18391k|   3.3 |1273M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |2575k|6529 | 0.000000e+00 |      --      |    Inf 
1161.22/1161.23	c  1161s|  5570k|  1433k| 18423k|   3.3 |1275M|  63 |   - |  70 |4870 |  70 |  21 |  18 |2580k|6529 | 0.000000e+00 |      --      |    Inf 
1163.42/1163.41	c  1163s|  5580k|  1436k| 18455k|   3.3 |1277M|  63 |   8 |  70 |4656 |  70 |  21 |  18 |2584k|6529 | 0.000000e+00 |      --      |    Inf 
1165.42/1165.44	c  1165s|  5590k|  1439k| 18487k|   3.3 |1280M|  63 |   - |  70 |5910 |  70 |  21 |  18 |2589k|6529 | 0.000000e+00 |      --      |    Inf 
1167.82/1167.83	c  1168s|  5600k|  1441k| 18520k|   3.3 |1282M|  63 |   - |  70 |4780 |  70 |  21 |  18 |2593k|6529 | 0.000000e+00 |      --      |    Inf 
1170.11/1170.18	c  1170s|  5610k|  1443k| 18553k|   3.3 |1284M|  63 |   8 |  70 |4250 |  70 |  21 |  18 |2598k|6529 | 0.000000e+00 |      --      |    Inf 
1172.42/1172.43	c  1172s|  5620k|  1446k| 18586k|   3.3 |1286M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |2603k|6529 | 0.000000e+00 |      --      |    Inf 
1174.73/1174.71	c  1175s|  5630k|  1448k| 18620k|   3.3 |1289M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |2608k|6529 | 0.000000e+00 |      --      |    Inf 
1176.92/1176.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.92/1176.98	c  1177s|  5640k|  1450k| 18653k|   3.3 |1291M|  63 |   8 |  70 |4464 |  70 |  21 |  18 |2612k|6529 | 0.000000e+00 |      --      |    Inf 
1179.12/1179.12	c  1179s|  5650k|  1453k| 18686k|   3.3 |1293M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2617k|6529 | 0.000000e+00 |      --      |    Inf 
1181.22/1181.22	c  1181s|  5660k|  1456k| 18719k|   3.3 |1296M|  63 |   - |  70 |4807 |  70 |  21 |  18 |2622k|6529 | 0.000000e+00 |      --      |    Inf 
1183.52/1183.51	c  1184s|  5670k|  1458k| 18751k|   3.3 |1298M|  63 |   - |  70 |3666 |  70 |  21 |  18 |2626k|6529 | 0.000000e+00 |      --      |    Inf 
1185.72/1185.77	c  1186s|  5680k|  1460k| 18785k|   3.3 |1300M|  63 |   8 |  70 |3666 |  70 |  21 |  18 |2631k|6529 | 0.000000e+00 |      --      |    Inf 
1187.93/1187.96	c  1188s|  5690k|  1463k| 18818k|   3.3 |1302M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |2636k|6529 | 0.000000e+00 |      --      |    Inf 
1190.13/1190.16	c  1190s|  5700k|  1465k| 18850k|   3.3 |1305M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |2640k|6529 | 0.000000e+00 |      --      |    Inf 
1192.32/1192.36	c  1192s|  5710k|  1468k| 18883k|   3.3 |1307M|  63 |   - |  70 |4131 |  70 |  21 |  18 |2645k|6529 | 0.000000e+00 |      --      |    Inf 
1194.53/1194.57	c  1195s|  5720k|  1470k| 18916k|   3.3 |1309M|  63 |   8 |  70 |4719 |  70 |  21 |  18 |2650k|6529 | 0.000000e+00 |      --      |    Inf 
1196.73/1196.77	c  1197s|  5730k|  1473k| 18948k|   3.3 |1312M|  63 |   8 |  70 |4913 |  70 |  21 |  18 |2654k|6529 | 0.000000e+00 |      --      |    Inf 
1198.82/1198.90	c  1199s|  5740k|  1475k| 18980k|   3.3 |1314M|  63 |   8 |  70 |5607 |  70 |  21 |  18 |2659k|6529 | 0.000000e+00 |      --      |    Inf 
1201.22/1201.29	c  1201s|  5750k|  1477k| 19013k|   3.3 |1316M|  63 |   - |  70 |4248 |  70 |  21 |  18 |2664k|6529 | 0.000000e+00 |      --      |    Inf 
1203.52/1203.53	c  1204s|  5760k|  1480k| 19046k|   3.3 |1318M|  63 |   - |  70 |4373 |  70 |  21 |  18 |2668k|6529 | 0.000000e+00 |      --      |    Inf 
1205.72/1205.72	c  1206s|  5770k|  1482k| 19079k|   3.3 |1320M|  63 |   - |  70 |4537 |  70 |  21 |  18 |2673k|6529 | 0.000000e+00 |      --      |    Inf 
1208.02/1208.09	c  1208s|  5780k|  1485k| 19111k|   3.3 |1323M|  63 |   - |  70 |4134 |  70 |  21 |  18 |2678k|6529 | 0.000000e+00 |      --      |    Inf 
1210.22/1210.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.22/1210.27	c  1210s|  5790k|  1487k| 19144k|   3.3 |1325M|  63 |   8 |  70 |4938 |  70 |  21 |  18 |2682k|6529 | 0.000000e+00 |      --      |    Inf 
1212.42/1212.46	c  1212s|  5800k|  1490k| 19176k|   3.3 |1327M|  63 |   - |  70 |4672 |  70 |  21 |  18 |2687k|6529 | 0.000000e+00 |      --      |    Inf 
1214.72/1214.79	c  1215s|  5810k|  1492k| 19210k|   3.3 |1330M|  63 |   8 |  70 |4066 |  70 |  21 |  18 |2691k|6529 | 0.000000e+00 |      --      |    Inf 
1217.02/1217.02	c  1217s|  5820k|  1494k| 19244k|   3.3 |1332M|  63 |   8 |  70 |4635 |  70 |  21 |  18 |2696k|6529 | 0.000000e+00 |      --      |    Inf 
1219.31/1219.37	c  1219s|  5830k|  1496k| 19278k|   3.3 |1334M|  63 |   - |  70 |4148 |  70 |  21 |  18 |2701k|6529 | 0.000000e+00 |      --      |    Inf 
1221.62/1221.66	c  1222s|  5840k|  1499k| 19311k|   3.3 |1336M|  63 |   8 |  70 |4466 |  70 |  21 |  18 |2706k|6529 | 0.000000e+00 |      --      |    Inf 
1223.72/1223.74	c  1224s|  5850k|  1502k| 19344k|   3.3 |1339M|  63 |   - |  70 |5540 |  70 |  21 |  18 |2710k|6529 | 0.000000e+00 |      --      |    Inf 
1226.02/1226.07	c  1226s|  5860k|  1504k| 19376k|   3.3 |1341M|  63 |   - |  70 |4758 |  70 |  21 |  18 |2715k|6529 | 0.000000e+00 |      --      |    Inf 
1228.32/1228.32	c  1228s|  5870k|  1506k| 19409k|   3.3 |1343M|  63 |   - |  70 |4596 |  70 |  21 |  18 |2719k|6529 | 0.000000e+00 |      --      |    Inf 
1230.62/1230.61	c  1231s|  5880k|  1509k| 19442k|   3.3 |1345M|  63 |   - |  70 |4839 |  70 |  21 |  18 |2724k|6529 | 0.000000e+00 |      --      |    Inf 
1232.92/1232.91	c  1233s|  5890k|  1511k| 19475k|   3.3 |1348M|  63 |   8 |  70 |4521 |  70 |  21 |  18 |2729k|6529 | 0.000000e+00 |      --      |    Inf 
1235.02/1235.01	c  1235s|  5900k|  1514k| 19508k|   3.3 |1350M|  63 |   8 |  70 |5324 |  70 |  21 |  18 |2733k|6529 | 0.000000e+00 |      --      |    Inf 
1237.22/1237.20	c  1237s|  5910k|  1517k| 19540k|   3.3 |1353M|  63 |   8 |  70 |6063 |  70 |  21 |  18 |2738k|6529 | 0.000000e+00 |      --      |    Inf 
1239.32/1239.31	c  1239s|  5920k|  1520k| 19573k|   3.3 |1355M|  63 |   8 |  70 |7119 |  70 |  21 |  18 |2742k|6529 | 0.000000e+00 |      --      |    Inf 
1241.72/1241.74	c  1242s|  5930k|  1522k| 19607k|   3.3 |1357M|  63 |   - |  70 |5536 |  70 |  21 |  18 |2747k|6529 | 0.000000e+00 |      --      |    Inf 
1244.02/1244.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1244.02/1244.03	c  1244s|  5940k|  1524k| 19640k|   3.3 |1359M|  63 |   8 |  70 |5144 |  70 |  21 |  18 |2752k|6529 | 0.000000e+00 |      --      |    Inf 
1246.33/1246.36	c  1246s|  5950k|  1527k| 19672k|   3.3 |1362M|  63 |   - |  70 |4692 |  70 |  21 |  18 |2757k|6529 | 0.000000e+00 |      --      |    Inf 
1248.62/1248.66	c  1249s|  5960k|  1529k| 19705k|   3.3 |1364M|  63 |   - |  70 |5000 |  70 |  21 |  18 |2761k|6529 | 0.000000e+00 |      --      |    Inf 
1250.82/1250.80	c  1251s|  5970k|  1532k| 19739k|   3.3 |1366M|  63 |   - |  70 |5473 |  70 |  21 |  18 |2766k|6529 | 0.000000e+00 |      --      |    Inf 
1253.12/1253.17	c  1253s|  5980k|  1534k| 19772k|   3.3 |1368M|  63 |   - |  70 |4782 |   0 |   0 |  18 |2771k|6529 | 0.000000e+00 |      --      |    Inf 
1255.22/1255.28	c  1255s|  5990k|  1537k| 19805k|   3.3 |1371M|  63 |   8 |  70 |5726 |  70 |  21 |  18 |2775k|6529 | 0.000000e+00 |      --      |    Inf 
1257.72/1257.72	c  1258s|  6000k|  1539k| 19838k|   3.3 |1373M|  63 |   8 |  70 |4254 |  70 |  21 |  18 |2780k|6529 | 0.000000e+00 |      --      |    Inf 
1260.02/1260.02	c  1260s|  6010k|  1542k| 19871k|   3.3 |1375M|  63 |   8 |  70 |4202 |  70 |  21 |  18 |2785k|6529 | 0.000000e+00 |      --      |    Inf 
1262.22/1262.25	c  1262s|  6020k|  1544k| 19904k|   3.3 |1377M|  63 |   - |  70 |4519 |  70 |  21 |  18 |2789k|6529 | 0.000000e+00 |      --      |    Inf 
1264.32/1264.39	c  1264s|  6030k|  1547k| 19936k|   3.3 |1380M|  63 |   - |  70 |5198 |  70 |  21 |  18 |2794k|6529 | 0.000000e+00 |      --      |    Inf 
1266.62/1266.63	c  1267s|  6040k|  1549k| 19970k|   3.3 |1382M|  63 |   8 |  70 |5644 |  70 |  21 |  18 |2799k|6529 | 0.000000e+00 |      --      |    Inf 
1268.82/1268.85	c  1269s|  6050k|  1552k| 20003k|   3.3 |1384M|  63 |   8 |  70 |5426 |  70 |  21 |  18 |2803k|6529 | 0.000000e+00 |      --      |    Inf 
1271.02/1271.06	c  1271s|  6060k|  1555k| 20036k|   3.3 |1387M|  63 |   - |  70 |5430 |  70 |  21 |  18 |2807k|6529 | 0.000000e+00 |      --      |    Inf 
1273.32/1273.39	c  1273s|  6070k|  1558k| 20069k|   3.3 |1389M|  63 |   - |  70 |5102 |  70 |  21 |  18 |2812k|6529 | 0.000000e+00 |      --      |    Inf 
1275.52/1275.59	c  1276s|  6080k|  1560k| 20101k|   3.3 |1391M|  63 |   8 |  70 |5180 |  70 |  21 |  18 |2817k|6529 | 0.000000e+00 |      --      |    Inf 
1277.82/1277.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1277.82/1277.83	c  1278s|  6090k|  1563k| 20134k|   3.3 |1393M|  63 |   8 |  70 |4551 |  70 |  21 |  18 |2821k|6529 | 0.000000e+00 |      --      |    Inf 
1280.02/1280.06	c  1280s|  6100k|  1565k| 20167k|   3.3 |1396M|  63 |   8 |  70 |4602 |  70 |  21 |  18 |2826k|6529 | 0.000000e+00 |      --      |    Inf 
1282.12/1282.18	c  1282s|  6110k|  1568k| 20199k|   3.3 |1398M|  63 |   8 |  70 |6257 |  70 |  21 |  18 |2830k|6529 | 0.000000e+00 |      --      |    Inf 
1284.63/1284.64	c  1285s|  6120k|  1570k| 20232k|   3.3 |1400M|  63 |   8 |  70 |4239 |  70 |  21 |  18 |2835k|6529 | 0.000000e+00 |      --      |    Inf 
1286.93/1286.94	c  1287s|  6130k|  1573k| 20266k|   3.3 |1402M|  63 |   8 |  70 |4423 |  70 |  21 |  18 |2840k|6529 | 0.000000e+00 |      --      |    Inf 
1289.32/1289.31	c  1289s|  6140k|  1575k| 20298k|   3.3 |1405M|  63 |   8 |  70 |4088 |  70 |  21 |  18 |2845k|6529 | 0.000000e+00 |      --      |    Inf 
1291.52/1291.53	c  1292s|  6150k|  1577k| 20331k|   3.3 |1407M|  63 |   8 |  70 |4637 |  70 |  21 |  18 |2849k|6529 | 0.000000e+00 |      --      |    Inf 
1293.72/1293.76	c  1294s|  6160k|  1580k| 20364k|   3.3 |1409M|  63 |   8 |  70 |4525 |  70 |  21 |  18 |2854k|6529 | 0.000000e+00 |      --      |    Inf 
1295.62/1295.69	c  1296s|  6170k|  1583k| 20395k|   3.3 |1412M|  63 |   8 |  70 |5961 |  70 |  21 |  18 |2858k|6529 | 0.000000e+00 |      --      |    Inf 
1297.82/1297.82	c  1298s|  6180k|  1586k| 20426k|   3.3 |1414M|  63 |   8 |  70 |5994 |  70 |  21 |  18 |2862k|6529 | 0.000000e+00 |      --      |    Inf 
1300.02/1300.09	c  1300s|  6190k|  1589k| 20459k|   3.3 |1417M|  63 |   8 |  70 |6042 |  70 |  21 |  18 |2867k|6529 | 0.000000e+00 |      --      |    Inf 
1302.22/1302.26	c  1302s|  6200k|  1591k| 20492k|   3.3 |1419M|  63 |   8 |  70 |5787 |  70 |  21 |  18 |2871k|6529 | 0.000000e+00 |      --      |    Inf 
1304.63/1304.62	c  1305s|  6210k|  1594k| 20525k|   3.3 |1421M|  63 |   - |  70 |4613 |  70 |  21 |  18 |2876k|6529 | 0.000000e+00 |      --      |    Inf 
1306.82/1306.88	c  1307s|  6220k|  1596k| 20557k|   3.3 |1423M|  63 |   - |  70 |4744 |  70 |  21 |  18 |2881k|6529 | 0.000000e+00 |      --      |    Inf 
1309.02/1309.09	c  1309s|  6230k|  1599k| 20589k|   3.3 |1426M|  63 |   8 |  70 |5208 |  70 |  21 |  18 |2885k|6529 | 0.000000e+00 |      --      |    Inf 
1311.32/1311.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1311.32/1311.36	c  1311s|  6240k|  1601k| 20622k|   3.3 |1428M|  63 |   8 |  70 |4516 |  70 |  21 |  18 |2890k|6529 | 0.000000e+00 |      --      |    Inf 
1313.62/1313.65	c  1314s|  6250k|  1604k| 20656k|   3.3 |1430M|  63 |   8 |  70 |4689 |  70 |  21 |  18 |2895k|6529 | 0.000000e+00 |      --      |    Inf 
1315.92/1315.93	c  1316s|  6260k|  1606k| 20689k|   3.3 |1432M|  63 |   - |  70 |4197 |  70 |  21 |  18 |2899k|6529 | 0.000000e+00 |      --      |    Inf 
1318.12/1318.15	c  1318s|  6270k|  1608k| 20722k|   3.3 |1434M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |2904k|6529 | 0.000000e+00 |      --      |    Inf 
1320.32/1320.30	c  1320s|  6280k|  1611k| 20755k|   3.3 |1437M|  63 |   - |  70 |4831 |  70 |  21 |  18 |2909k|6529 | 0.000000e+00 |      --      |    Inf 
1322.72/1322.73	c  1323s|  6290k|  1613k| 20788k|   3.3 |1439M|  63 |   - |  70 |3762 |  70 |  21 |  18 |2913k|6529 | 0.000000e+00 |      --      |    Inf 
1324.92/1324.93	c  1325s|  6300k|  1616k| 20819k|   3.3 |1441M|  63 |   8 |  70 |4313 |  70 |  21 |  18 |2918k|6529 | 0.000000e+00 |      --      |    Inf 
1327.02/1327.02	c  1327s|  6310k|  1618k| 20852k|   3.3 |1444M|  63 |   - |  70 |5132 |  70 |  21 |  18 |2923k|6529 | 0.000000e+00 |      --      |    Inf 
1329.22/1329.29	c  1329s|  6320k|  1621k| 20883k|   3.3 |1446M|  63 |   - |  70 |5216 |  70 |  21 |  18 |2927k|6529 | 0.000000e+00 |      --      |    Inf 
1331.62/1331.65	c  1332s|  6330k|  1623k| 20916k|   3.3 |1448M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |2932k|6529 | 0.000000e+00 |      --      |    Inf 
1333.83/1333.88	c  1334s|  6340k|  1626k| 20949k|   3.3 |1450M|  63 |   8 |  70 |5042 |  70 |  21 |  18 |2937k|6529 | 0.000000e+00 |      --      |    Inf 
1336.12/1336.10	c  1336s|  6350k|  1628k| 20983k|   3.3 |1453M|  63 |   8 |  70 |5445 |  70 |  21 |  18 |2941k|6529 | 0.000000e+00 |      --      |    Inf 
1338.32/1338.39	c  1338s|  6360k|  1631k| 21015k|   3.3 |1455M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2946k|6529 | 0.000000e+00 |      --      |    Inf 
1340.52/1340.55	c  1341s|  6370k|  1633k| 21047k|   3.3 |1457M|  63 |   8 |  70 |5271 |  70 |  21 |  18 |2950k|6529 | 0.000000e+00 |      --      |    Inf 
1342.72/1342.71	c  1343s|  6380k|  1636k| 21081k|   3.3 |1460M|  63 |   8 |  70 |6014 |  70 |  21 |  18 |2955k|6529 | 0.000000e+00 |      --      |    Inf 
1344.92/1344.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1344.92/1344.93	c  1345s|  6390k|  1639k| 21115k|   3.3 |1462M|  63 |   8 |  70 |6196 |  70 |  21 |  18 |2959k|6529 | 0.000000e+00 |      --      |    Inf 
1347.33/1347.31	c  1347s|  6400k|  1641k| 21146k|   3.3 |1464M|  63 |   8 |  70 |4921 |  70 |  21 |  18 |2964k|6529 | 0.000000e+00 |      --      |    Inf 
1349.43/1349.48	c  1349s|  6410k|  1643k| 21179k|   3.3 |1466M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |2969k|6529 | 0.000000e+00 |      --      |    Inf 
1351.62/1351.69	c  1352s|  6420k|  1646k| 21212k|   3.3 |1468M|  63 |   8 |  70 |4695 |  70 |  21 |  18 |2974k|6529 | 0.000000e+00 |      --      |    Inf 
1354.03/1354.05	c  1354s|  6430k|  1648k| 21245k|   3.3 |1470M|  63 |   8 |  70 |4083 |  70 |  21 |  18 |2978k|6529 | 0.000000e+00 |      --      |    Inf 
1356.33/1356.36	c  1356s|  6440k|  1650k| 21278k|   3.3 |1473M|  63 |   - |  70 |4042 |  70 |  21 |  18 |2983k|6529 | 0.000000e+00 |      --      |    Inf 
1358.62/1358.61	c  1359s|  6450k|  1653k| 21311k|   3.3 |1475M|  63 |   - |  70 |4122 |  70 |  21 |  18 |2988k|6529 | 0.000000e+00 |      --      |    Inf 
1360.82/1360.81	c  1361s|  6460k|  1655k| 21344k|   3.3 |1477M|  63 |   8 |  70 |4573 |  70 |  21 |  18 |2993k|6529 | 0.000000e+00 |      --      |    Inf 
1363.02/1363.09	c  1363s|  6470k|  1658k| 21377k|   3.3 |1480M|  63 |   8 |  70 |4686 |  70 |  21 |  18 |2997k|6529 | 0.000000e+00 |      --      |    Inf 
1365.33/1365.30	c  1365s|  6480k|  1660k| 21411k|   3.3 |1482M|  63 |   8 |  70 |4823 |  70 |  21 |  18 |3002k|6529 | 0.000000e+00 |      --      |    Inf 
1367.42/1367.42	c  1367s|  6490k|  1663k| 21443k|   3.3 |1485M|  63 |   8 |  70 |6451 |  70 |  21 |  18 |3006k|6529 | 0.000000e+00 |      --      |    Inf 
1369.72/1369.74	c  1370s|  6500k|  1665k| 21476k|   3.3 |1487M|  63 |   - |  70 |4744 |  70 |  21 |  18 |3011k|6529 | 0.000000e+00 |      --      |    Inf 
1372.02/1372.01	c  1372s|  6510k|  1668k| 21508k|   3.3 |1489M|  63 |   - |  70 |4522 |  70 |  21 |  18 |3016k|6529 | 0.000000e+00 |      --      |    Inf 
1374.42/1374.43	c  1374s|  6520k|  1670k| 21541k|   3.3 |1491M|  63 |   - |  70 |4435 |  70 |  21 |  18 |3021k|6529 | 0.000000e+00 |      --      |    Inf 
1376.53/1376.50	c  1377s|  6530k|  1673k| 21573k|   3.3 |1493M|  63 |   - |  70 |5414 |  70 |  21 |  18 |3025k|6529 | 0.000000e+00 |      --      |    Inf 
1378.62/1378.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1378.62/1378.61	c  1379s|  6540k|  1675k| 21605k|   3.3 |1496M|  63 |   8 |  70 |6373 |  70 |  21 |  18 |3029k|6529 | 0.000000e+00 |      --      |    Inf 
1380.82/1380.80	c  1381s|  6550k|  1678k| 21638k|   3.3 |1499M|  63 |   8 |  70 |7015 |  70 |  21 |  18 |3034k|6529 | 0.000000e+00 |      --      |    Inf 
1383.13/1383.15	c  1383s|  6560k|  1681k| 21671k|   3.3 |1501M|  63 |   8 |  70 |5959 |  70 |  21 |  18 |3038k|6529 | 0.000000e+00 |      --      |    Inf 
1385.62/1385.65	c  1386s|  6570k|  1683k| 21703k|   3.3 |1503M|  63 |   - |  70 |5048 |  70 |  21 |  18 |3043k|6529 | 0.000000e+00 |      --      |    Inf 
1388.02/1388.03	c  1388s|  6580k|  1686k| 21736k|   3.3 |1505M|  63 |   8 |  70 |4818 |  70 |  21 |  18 |3048k|6529 | 0.000000e+00 |      --      |    Inf 
1390.22/1390.24	c  1390s|  6590k|  1689k| 21771k|   3.3 |1507M|  63 |   8 |  70 |5456 |  70 |  21 |  18 |3052k|6529 | 0.000000e+00 |      --      |    Inf 
1392.42/1392.50	c  1392s|  6600k|  1691k| 21805k|   3.3 |1510M|  63 |   8 |  70 |5579 |  70 |  21 |  18 |3057k|6529 | 0.000000e+00 |      --      |    Inf 
1394.83/1394.86	c  1395s|  6610k|  1693k| 21839k|   3.3 |1512M|  63 |   8 |  70 |4899 |  70 |  21 |  18 |3062k|6529 | 0.000000e+00 |      --      |    Inf 
1397.22/1397.20	c  1397s|  6620k|  1695k| 21872k|   3.3 |1514M|  63 |   8 |  70 |4450 |  70 |  21 |  18 |3067k|6529 | 0.000000e+00 |      --      |    Inf 
1399.43/1399.41	c  1399s|  6630k|  1698k| 21905k|   3.3 |1516M|  63 |   - |  70 |4409 |  70 |  21 |  18 |3071k|6529 | 0.000000e+00 |      --      |    Inf 
1401.72/1401.79	c  1402s|  6640k|  1700k| 21938k|   3.3 |1518M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |3076k|6529 | 0.000000e+00 |      --      |    Inf 
1404.02/1404.07	c  1404s|  6650k|  1703k| 21971k|   3.3 |1520M|  63 |   8 |  70 |4172 |  70 |  21 |  18 |3081k|6529 | 0.000000e+00 |      --      |    Inf 
1406.23/1406.27	c  1406s|  6660k|  1705k| 22005k|   3.3 |1523M|  63 |   8 |  70 |5062 |  70 |  21 |  18 |3085k|6529 | 0.000000e+00 |      --      |    Inf 
1408.52/1408.58	c  1409s|  6670k|  1707k| 22038k|   3.3 |1525M|  63 |   8 |  70 |4120 |  70 |  21 |  18 |3090k|6529 | 0.000000e+00 |      --      |    Inf 
1410.93/1410.93	c  1411s|  6680k|  1710k| 22071k|   3.3 |1527M|  63 |   8 |  70 |4343 |  70 |  21 |  18 |3095k|6529 | 0.000000e+00 |      --      |    Inf 
1413.13/1413.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.13/1413.15	c  1413s|  6690k|  1712k| 22103k|   3.3 |1530M|  63 |   - |  70 |4986 |  70 |  21 |  18 |3100k|6529 | 0.000000e+00 |      --      |    Inf 
1415.33/1415.35	c  1415s|  6700k|  1715k| 22136k|   3.3 |1532M|  63 |   8 |  70 |5020 |  70 |  21 |  18 |3104k|6529 | 0.000000e+00 |      --      |    Inf 
1417.62/1417.66	c  1418s|  6710k|  1717k| 22169k|   3.3 |1534M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |3109k|6529 | 0.000000e+00 |      --      |    Inf 
1419.62/1419.60	c  1420s|  6720k|  1720k| 22201k|   3.3 |1537M|  63 |   8 |  70 |5818 |  70 |  21 |  18 |3113k|6529 | 0.000000e+00 |      --      |    Inf 
1421.92/1421.94	c  1422s|  6730k|  1722k| 22234k|   3.3 |1539M|  63 |   - |  70 |4668 |  70 |  21 |  18 |3118k|6529 | 0.000000e+00 |      --      |    Inf 
1424.32/1424.31	c  1424s|  6740k|  1725k| 22266k|   3.3 |1541M|  63 |   8 |  70 |4767 |  70 |  21 |  18 |3123k|6529 | 0.000000e+00 |      --      |    Inf 
1426.63/1426.68	c  1427s|  6750k|  1727k| 22300k|   3.3 |1543M|  63 |   8 |  70 |4138 |  70 |  21 |  18 |3127k|6529 | 0.000000e+00 |      --      |    Inf 
1428.93/1428.94	c  1429s|  6760k|  1730k| 22332k|   3.3 |1545M|  63 |   8 |  70 |4116 |  70 |  21 |  18 |3132k|6529 | 0.000000e+00 |      --      |    Inf 
1430.92/1430.97	c  1431s|  6770k|  1732k| 22364k|   3.3 |1548M|  63 |   8 |  70 |5713 |  70 |  21 |  18 |3136k|6529 | 0.000000e+00 |      --      |    Inf 
1433.42/1433.46	c  1433s|  6780k|  1735k| 22396k|   3.3 |1550M|  63 |   8 |  70 |4507 |  70 |  21 |  18 |3141k|6529 | 0.000000e+00 |      --      |    Inf 
1435.73/1435.71	c  1436s|  6790k|  1737k| 22429k|   3.3 |1552M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3146k|6529 | 0.000000e+00 |      --      |    Inf 
1437.92/1437.96	c  1438s|  6800k|  1740k| 22462k|   3.3 |1554M|  63 |   8 |  70 |4710 |  70 |  21 |  18 |3150k|6529 | 0.000000e+00 |      --      |    Inf 
1440.02/1440.01	c  1440s|  6810k|  1743k| 22495k|   3.3 |1557M|  63 |   8 |  70 |5673 |  70 |  21 |  18 |3155k|6529 | 0.000000e+00 |      --      |    Inf 
1442.32/1442.33	c  1442s|  6820k|  1745k| 22528k|   3.3 |1559M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |3159k|6529 | 0.000000e+00 |      --      |    Inf 
1444.72/1444.72	c  1445s|  6830k|  1747k| 22561k|   3.3 |1561M|  63 |   8 |  70 |4305 |  70 |  21 |  18 |3164k|6529 | 0.000000e+00 |      --      |    Inf 
1446.83/1446.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1446.83/1446.86	c  1447s|  6840k|  1750k| 22595k|   3.3 |1564M|  63 |   - |  70 |5277 |  70 |  21 |  18 |3169k|6529 | 0.000000e+00 |      --      |    Inf 
1449.23/1449.21	c  1449s|  6850k|  1752k| 22627k|   3.3 |1566M|  63 |   8 |  70 |4771 |  70 |  21 |  18 |3173k|6529 | 0.000000e+00 |      --      |    Inf 
1451.42/1451.48	c  1451s|  6860k|  1754k| 22659k|   3.3 |1568M|  63 |   8 |  70 |4926 |  70 |  21 |  18 |3178k|6529 | 0.000000e+00 |      --      |    Inf 
1453.72/1453.73	c  1454s|  6870k|  1757k| 22692k|   3.3 |1571M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3183k|6529 | 0.000000e+00 |      --      |    Inf 
1455.92/1455.97	c  1456s|  6880k|  1759k| 22725k|   3.3 |1573M|  63 |   8 |  70 |4739 |  70 |  21 |  18 |3187k|6529 | 0.000000e+00 |      --      |    Inf 
1458.32/1458.33	c  1458s|  6890k|  1762k| 22757k|   3.3 |1575M|  63 |   8 |  70 |4406 |  70 |  21 |  18 |3192k|6529 | 0.000000e+00 |      --      |    Inf 
1460.52/1460.59	c  1461s|  6900k|  1764k| 22789k|   3.3 |1577M|  63 |   8 |  70 |4668 |  70 |  21 |  18 |3197k|6529 | 0.000000e+00 |      --      |    Inf 
1462.83/1462.87	c  1463s|  6910k|  1767k| 22822k|   3.3 |1579M|  63 |   8 |  70 |4413 |  70 |  21 |  18 |3201k|6529 | 0.000000e+00 |      --      |    Inf 
1465.13/1465.17	c  1465s|  6920k|  1769k| 22855k|   3.3 |1582M|  63 |   - |  70 |4352 |  70 |  21 |  18 |3206k|6529 | 0.000000e+00 |      --      |    Inf 
1467.33/1467.33	c  1467s|  6930k|  1771k| 22888k|   3.3 |1584M|  63 |   - |  70 |5109 |  70 |  21 |  18 |3211k|6529 | 0.000000e+00 |      --      |    Inf 
1469.73/1469.73	c  1470s|  6940k|  1774k| 22920k|   3.3 |1586M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |3216k|6529 | 0.000000e+00 |      --      |    Inf 
1472.03/1472.01	c  1472s|  6950k|  1776k| 22952k|   3.3 |1589M|  63 |   - |  70 |4642 |  70 |  21 |  18 |3220k|6529 | 0.000000e+00 |      --      |    Inf 
1474.23/1474.22	c  1474s|  6960k|  1779k| 22986k|   3.3 |1591M|  63 |   - |  70 |4613 |  70 |  21 |  18 |3225k|6529 | 0.000000e+00 |      --      |    Inf 
1476.53/1476.54	c  1477s|  6970k|  1781k| 23018k|   3.3 |1593M|  63 |   8 |  70 |4183 |  70 |  21 |  18 |3230k|6529 | 0.000000e+00 |      --      |    Inf 
1478.63/1478.67	c  1479s|  6980k|  1784k| 23050k|   3.3 |1596M|  63 |   8 |  70 |5280 |  70 |  21 |  18 |3234k|6529 | 0.000000e+00 |      --      |    Inf 
1480.82/1480.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1480.82/1480.87	c  1481s|  6990k|  1787k| 23082k|   3.3 |1598M|  63 |   - |  70 |4847 |  70 |  21 |  18 |3239k|6529 | 0.000000e+00 |      --      |    Inf 
1483.13/1483.12	c  1483s|  7000k|  1789k| 23115k|   3.3 |1600M|  63 |   - |  70 |4497 |  70 |  21 |  18 |3243k|6529 | 0.000000e+00 |      --      |    Inf 
1485.22/1485.27	c  1485s|  7010k|  1792k| 23149k|   3.3 |1603M|  63 |   8 |  70 |5389 |  70 |  21 |  18 |3248k|6529 | 0.000000e+00 |      --      |    Inf 
1487.43/1487.41	c  1487s|  7020k|  1794k| 23181k|   3.3 |1605M|  63 |   - |  70 |5443 |  70 |  21 |  18 |3253k|6529 | 0.000000e+00 |      --      |    Inf 
1489.72/1489.73	c  1490s|  7030k|  1797k| 23213k|   3.3 |1607M|  63 |   8 |  70 |4640 |  70 |  21 |  18 |3257k|6529 | 0.000000e+00 |      --      |    Inf 
1492.02/1492.04	c  1492s|  7040k|  1799k| 23246k|   3.3 |1609M|  63 |   8 |  70 |4803 |  70 |  21 |  18 |3262k|6529 | 0.000000e+00 |      --      |    Inf 
1494.32/1494.39	c  1494s|  7050k|  1801k| 23280k|   3.3 |1611M|  63 |   8 |  70 |4535 |  70 |  21 |  18 |3267k|6529 | 0.000000e+00 |      --      |    Inf 
1496.53/1496.58	c  1497s|  7060k|  1804k| 23312k|   3.3 |1614M|  63 |   8 |  70 |4793 |  70 |  21 |  18 |3271k|6529 | 0.000000e+00 |      --      |    Inf 
1498.93/1498.90	c  1499s|  7070k|  1806k| 23344k|   3.3 |1616M|  63 |   - |  70 |5171 |  70 |  21 |  18 |3276k|6529 | 0.000000e+00 |      --      |    Inf 
1501.23/1501.25	c  1501s|  7080k|  1809k| 23376k|   3.3 |1618M|  63 |   8 |  70 |4699 |  70 |  21 |  18 |3281k|6529 | 0.000000e+00 |      --      |    Inf 
1503.52/1503.56	c  1504s|  7090k|  1811k| 23410k|   3.3 |1620M|  63 |   8 |  70 |4962 |  70 |  21 |  18 |3286k|6529 | 0.000000e+00 |      --      |    Inf 
1505.83/1505.86	c  1506s|  7100k|  1813k| 23444k|   3.3 |1623M|  63 |   8 |  70 |5496 |  70 |  21 |  18 |3290k|6529 | 0.000000e+00 |      --      |    Inf 
1508.32/1508.33	c  1508s|  7110k|  1815k| 23477k|   3.3 |1625M|  63 |   - |  70 |4363 |  70 |  21 |  18 |3295k|6529 | 0.000000e+00 |      --      |    Inf 
1510.62/1510.65	c  1511s|  7120k|  1818k| 23511k|   3.3 |1627M|  63 |   - |  70 |4400 |  70 |  21 |  18 |3300k|6529 | 0.000000e+00 |      --      |    Inf 
1512.73/1512.72	c  1513s|  7130k|  1821k| 23543k|   3.3 |1630M|  63 |   - |  70 |5383 |  70 |  21 |  18 |3304k|6529 | 0.000000e+00 |      --      |    Inf 
1515.13/1515.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1515.13/1515.11	c  1515s|  7140k|  1823k| 23575k|   3.3 |1632M|  63 |   8 |  70 |4451 |  70 |  21 |  18 |3309k|6529 | 0.000000e+00 |      --      |    Inf 
1517.43/1517.41	c  1517s|  7150k|  1825k| 23608k|   3.3 |1634M|  63 |   8 |  70 |3999 |  70 |  21 |  18 |3314k|6529 | 0.000000e+00 |      --      |    Inf 
1519.52/1519.58	c  1520s|  7160k|  1828k| 23640k|   3.3 |1636M|  63 |   - |  70 |4944 |  70 |  21 |  18 |3319k|6529 | 0.000000e+00 |      --      |    Inf 
1521.93/1521.92	c  1522s|  7170k|  1830k| 23673k|   3.3 |1638M|  63 |   - |  70 |4361 |  70 |  21 |  18 |3323k|6529 | 0.000000e+00 |      --      |    Inf 
1524.03/1524.10	c  1524s|  7180k|  1833k| 23706k|   3.3 |1641M|  63 |   - |  70 |5444 |  70 |  21 |  18 |3328k|6529 | 0.000000e+00 |      --      |    Inf 
1526.43/1526.46	c  1526s|  7190k|  1835k| 23739k|   3.3 |1643M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |3332k|6529 | 0.000000e+00 |      --      |    Inf 
1528.62/1528.67	c  1529s|  7200k|  1837k| 23772k|   3.3 |1645M|  63 |   8 |  70 |4577 |  70 |  21 |  18 |3337k|6529 | 0.000000e+00 |      --      |    Inf 
1530.92/1530.96	c  1531s|  7210k|  1840k| 23805k|   3.3 |1647M|  63 |   8 |  70 |4316 |  70 |  21 |  18 |3342k|6529 | 0.000000e+00 |      --      |    Inf 
1532.92/1532.93	c  1533s|  7220k|  1843k| 23837k|   3.3 |1650M|  63 |   8 |  70 |6020 |  70 |  21 |  18 |3346k|6529 | 0.000000e+00 |      --      |    Inf 
1535.13/1535.15	c  1535s|  7230k|  1845k| 23869k|   3.3 |1653M|  63 |   8 |  70 |6532 |  70 |  21 |  18 |3350k|6529 | 0.000000e+00 |      --      |    Inf 
1537.53/1537.55	c  1538s|  7240k|  1848k| 23901k|   3.3 |1655M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3355k|6529 | 0.000000e+00 |      --      |    Inf 
1539.93/1539.98	c  1540s|  7250k|  1850k| 23935k|   3.3 |1657M|  63 |   8 |  70 |4372 |  70 |  21 |  18 |3360k|6529 | 0.000000e+00 |      --      |    Inf 
1542.13/1542.16	c  1542s|  7260k|  1853k| 23967k|   3.3 |1659M|  63 |   8 |  70 |4639 |  70 |  21 |  18 |3364k|6529 | 0.000000e+00 |      --      |    Inf 
1544.53/1544.59	c  1545s|  7270k|  1855k| 24000k|   3.3 |1661M|  63 |   - |  70 |4099 |  70 |  21 |  18 |3369k|6529 | 0.000000e+00 |      --      |    Inf 
1546.73/1546.73	c  1547s|  7280k|  1858k| 24032k|   3.3 |1664M|  63 |   - |  70 |4821 |  70 |  21 |  18 |3373k|6529 | 0.000000e+00 |      --      |    Inf 
1549.13/1549.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1549.13/1549.13	c  1549s|  7290k|  1860k| 24064k|   3.3 |1666M|  63 |   - |  70 |4268 |  70 |  21 |  18 |3378k|6529 | 0.000000e+00 |      --      |    Inf 
1551.42/1551.44	c  1551s|  7300k|  1863k| 24096k|   3.3 |1668M|  63 |   - |  70 |4541 |  70 |  21 |  18 |3383k|6529 | 0.000000e+00 |      --      |    Inf 
1553.73/1553.77	c  1554s|  7310k|  1865k| 24129k|   3.3 |1670M|  63 |   8 |  70 |4404 |  70 |  21 |  18 |3388k|6529 | 0.000000e+00 |      --      |    Inf 
1556.03/1556.00	c  1556s|  7320k|  1867k| 24164k|   3.3 |1673M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3392k|6529 | 0.000000e+00 |      --      |    Inf 
1558.23/1558.24	c  1558s|  7330k|  1870k| 24196k|   3.3 |1675M|  63 |   8 |  70 |5723 |  70 |  21 |  18 |3397k|6529 | 0.000000e+00 |      --      |    Inf 
1560.63/1560.63	c  1561s|  7340k|  1872k| 24229k|   3.3 |1677M|  63 |   8 |  70 |4561 |  70 |  21 |  18 |3402k|6529 | 0.000000e+00 |      --      |    Inf 
1563.03/1563.04	c  1563s|  7350k|  1875k| 24261k|   3.3 |1679M|  63 |   8 |  70 |4308 |  70 |  21 |  18 |3406k|6529 | 0.000000e+00 |      --      |    Inf 
1565.24/1565.30	c  1565s|  7360k|  1877k| 24294k|   3.3 |1681M|  63 |   8 |  70 |4415 |  70 |  21 |  18 |3411k|6529 | 0.000000e+00 |      --      |    Inf 
1567.54/1567.60	c  1568s|  7370k|  1879k| 24328k|   3.3 |1684M|  63 |   - |  70 |5117 |  70 |  21 |  18 |3416k|6529 | 0.000000e+00 |      --      |    Inf 
1570.03/1570.01	c  1570s|  7380k|  1882k| 24361k|   3.3 |1686M|  63 |   - |  70 |4973 |  70 |  21 |  18 |3420k|6529 | 0.000000e+00 |      --      |    Inf 
1572.33/1572.37	c  1572s|  7390k|  1884k| 24394k|   3.3 |1688M|  63 |   - |  70 |4856 |  70 |  21 |  18 |3425k|6529 | 0.000000e+00 |      --      |    Inf 
1574.73/1574.71	c  1575s|  7400k|  1886k| 24427k|   3.3 |1690M|  63 |   - |  70 |4503 |  70 |  21 |  18 |3430k|6529 | 0.000000e+00 |      --      |    Inf 
1576.93/1576.97	c  1577s|  7410k|  1889k| 24460k|   3.3 |1693M|  63 |   8 |  70 |4906 |  70 |  21 |  18 |3435k|6529 | 0.000000e+00 |      --      |    Inf 
1579.33/1579.37	c  1579s|  7420k|  1891k| 24493k|   3.3 |1695M|  63 |   8 |  70 |4522 |  70 |  21 |  18 |3440k|6529 | 0.000000e+00 |      --      |    Inf 
1581.73/1581.72	c  1582s|  7430k|  1893k| 24526k|   3.3 |1697M|  63 |   - |  70 |4506 |  70 |  21 |  18 |3444k|6529 | 0.000000e+00 |      --      |    Inf 
1584.03/1584.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1584.03/1584.00	c  1584s|  7440k|  1896k| 24559k|   3.3 |1699M|  63 |   - |  70 |4802 |  70 |  21 |  18 |3449k|6529 | 0.000000e+00 |      --      |    Inf 
1586.23/1586.29	c  1586s|  7450k|  1898k| 24592k|   3.3 |1702M|  63 |   - |  70 |4931 |  70 |  21 |  18 |3453k|6529 | 0.000000e+00 |      --      |    Inf 
1588.63/1588.61	c  1589s|  7460k|  1901k| 24625k|   3.3 |1704M|  63 |   - |  70 |4676 |  70 |  21 |  18 |3458k|6529 | 0.000000e+00 |      --      |    Inf 
1590.72/1590.72	c  1591s|  7470k|  1904k| 24658k|   3.3 |1706M|  63 |   - |  70 |5720 |  70 |  21 |  18 |3462k|6529 | 0.000000e+00 |      --      |    Inf 
1592.93/1592.95	c  1593s|  7480k|  1906k| 24691k|   3.3 |1709M|  63 |   8 |  70 |5417 |  70 |  21 |  18 |3467k|6529 | 0.000000e+00 |      --      |    Inf 
1595.33/1595.31	c  1595s|  7490k|  1909k| 24723k|   3.3 |1711M|  63 |   - |  70 |4956 |  70 |  21 |  18 |3472k|6529 | 0.000000e+00 |      --      |    Inf 
1597.43/1597.47	c  1597s|  7500k|  1911k| 24756k|   3.3 |1713M|  63 |   8 |  70 |5722 |  70 |  21 |  18 |3476k|6529 | 0.000000e+00 |      --      |    Inf 
1599.82/1599.89	c  1600s|  7510k|  1914k| 24788k|   3.3 |1715M|  63 |   - |  70 |4380 |  70 |  21 |  18 |3481k|6529 | 0.000000e+00 |      --      |    Inf 
1602.13/1602.14	c  1602s|  7520k|  1916k| 24821k|   3.3 |1718M|  63 |   8 |  70 |4878 |  70 |  21 |  18 |3486k|6529 | 0.000000e+00 |      --      |    Inf 
1604.43/1604.44	c  1604s|  7530k|  1918k| 24855k|   3.3 |1720M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |3490k|6529 | 0.000000e+00 |      --      |    Inf 
1606.73/1606.70	c  1607s|  7540k|  1921k| 24888k|   3.3 |1722M|  63 |   - |  70 |4809 |  70 |  21 |  18 |3495k|6529 | 0.000000e+00 |      --      |    Inf 
1608.93/1608.97	c  1609s|  7550k|  1923k| 24920k|   3.3 |1725M|  63 |   8 |  70 |5265 |  70 |  21 |  18 |3500k|6529 | 0.000000e+00 |      --      |    Inf 
1611.33/1611.39	c  1611s|  7560k|  1926k| 24954k|   3.3 |1727M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3504k|6529 | 0.000000e+00 |      --      |    Inf 
1613.73/1613.76	c  1614s|  7570k|  1928k| 24986k|   3.3 |1729M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3509k|6529 | 0.000000e+00 |      --      |    Inf 
1616.13/1616.12	c  1616s|  7580k|  1931k| 25018k|   3.3 |1731M|  63 |   8 |  70 |4109 |  70 |  21 |  18 |3514k|6529 | 0.000000e+00 |      --      |    Inf 
1618.23/1618.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1618.23/1618.24	c  1618s|  7590k|  1933k| 25051k|   3.3 |1734M|  63 |   - |  70 |5663 |  70 |  21 |  18 |3518k|6529 | 0.000000e+00 |      --      |    Inf 
1620.63/1620.62	c  1621s|  7600k|  1935k| 25084k|   3.3 |1736M|  63 |   8 |  70 |5164 |  70 |  21 |  18 |3523k|6529 | 0.000000e+00 |      --      |    Inf 
1623.13/1623.10	c  1623s|  7610k|  1938k| 25117k|   3.3 |1738M|  63 |   8 |  70 |4554 |  70 |  21 |  18 |3528k|6529 | 0.000000e+00 |      --      |    Inf 
1625.33/1625.34	c  1625s|  7620k|  1940k| 25148k|   3.3 |1740M|  63 |   8 |  70 |4701 |  70 |  21 |  18 |3532k|6529 | 0.000000e+00 |      --      |    Inf 
1627.62/1627.66	c  1628s|  7630k|  1943k| 25182k|   3.3 |1743M|  63 |   - |  70 |5314 |  70 |  21 |  18 |3537k|6529 | 0.000000e+00 |      --      |    Inf 
1629.93/1629.91	c  1630s|  7640k|  1946k| 25215k|   3.3 |1745M|  63 |   - |  70 |5797 |  70 |  21 |  18 |3541k|6529 | 0.000000e+00 |      --      |    Inf 
1632.34/1632.31	c  1632s|  7650k|  1948k| 25248k|   3.3 |1747M|  63 |   8 |  70 |4907 |  70 |  21 |  18 |3546k|6529 | 0.000000e+00 |      --      |    Inf 
1634.63/1634.66	c  1635s|  7660k|  1950k| 25283k|   3.3 |1750M|  63 |   8 |  70 |4989 |  70 |  21 |  18 |3551k|6529 | 0.000000e+00 |      --      |    Inf 
1637.12/1637.12	c  1637s|  7670k|  1953k| 25316k|   3.3 |1752M|  63 |   8 |  70 |4446 |  70 |  21 |  18 |3555k|6529 | 0.000000e+00 |      --      |    Inf 
1639.33/1639.35	c  1639s|  7680k|  1955k| 25349k|   3.3 |1754M|  63 |   8 |  70 |4335 |  70 |  21 |  18 |3560k|6529 | 0.000000e+00 |      --      |    Inf 
1641.63/1641.68	c  1642s|  7690k|  1958k| 25381k|   3.3 |1756M|  63 |   - |  70 |4305 |  70 |  21 |  18 |3565k|6529 | 0.000000e+00 |      --      |    Inf 
1643.83/1643.88	c  1644s|  7700k|  1960k| 25414k|   3.3 |1759M|  63 |   8 |  70 |4835 |  70 |  21 |  18 |3569k|6529 | 0.000000e+00 |      --      |    Inf 
1646.23/1646.24	c  1646s|  7710k|  1963k| 25447k|   3.3 |1761M|  63 |   8 |  70 |4553 |  70 |  21 |  18 |3574k|6529 | 0.000000e+00 |      --      |    Inf 
1648.23/1648.24	c  1648s|  7720k|  1966k| 25478k|   3.3 |1764M|  63 |   8 |  70 |6588 |  70 |  21 |  18 |3578k|6529 | 0.000000e+00 |      --      |    Inf 
1650.63/1650.68	c  1651s|  7730k|  1968k| 25511k|   3.3 |1765M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3583k|6529 | 0.000000e+00 |      --      |    Inf 
1653.03/1653.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1653.03/1653.05	c  1653s|  7740k|  1971k| 25544k|   3.3 |1768M|  63 |   - |  70 |4488 |  70 |  21 |  18 |3587k|6529 | 0.000000e+00 |      --      |    Inf 
1655.23/1655.29	c  1655s|  7750k|  1973k| 25577k|   3.3 |1770M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3592k|6529 | 0.000000e+00 |      --      |    Inf 
1657.53/1657.52	c  1658s|  7760k|  1975k| 25610k|   3.3 |1772M|  63 |   8 |  70 |5323 |  70 |  21 |  18 |3597k|6529 | 0.000000e+00 |      --      |    Inf 
1659.72/1659.73	c  1660s|  7770k|  1978k| 25642k|   3.3 |1775M|  63 |   8 |  70 |5946 |  70 |  21 |  18 |3601k|6529 | 0.000000e+00 |      --      |    Inf 
1661.93/1661.96	c  1662s|  7780k|  1981k| 25676k|   3.3 |1777M|  63 |   8 |  70 |5811 |  70 |  21 |  18 |3606k|6529 | 0.000000e+00 |      --      |    Inf 
1664.43/1664.44	c  1664s|  7790k|  1983k| 25709k|   3.3 |1779M|  63 |   8 |  70 |4064 |  70 |  21 |  18 |3611k|6529 | 0.000000e+00 |      --      |    Inf 
1666.73/1666.74	c  1667s|  7800k|  1986k| 25742k|   3.3 |1781M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |3615k|6529 | 0.000000e+00 |      --      |    Inf 
1669.13/1669.19	c  1669s|  7810k|  1988k| 25775k|   3.3 |1784M|  63 |   - |  70 |4656 |  70 |  21 |  18 |3620k|6529 | 0.000000e+00 |      --      |    Inf 
1671.53/1671.56	c  1672s|  7820k|  1990k| 25808k|   3.3 |1786M|  63 |   8 |  70 |4625 |  70 |  21 |  18 |3625k|6529 | 0.000000e+00 |      --      |    Inf 
1673.93/1673.96	c  1674s|  7830k|  1992k| 25840k|   3.3 |1788M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |3630k|6529 | 0.000000e+00 |      --      |    Inf 
1676.23/1676.30	c  1676s|  7840k|  1995k| 25873k|   3.3 |1790M|  63 |   8 |  70 |4678 |  70 |  21 |  18 |3634k|6529 | 0.000000e+00 |      --      |    Inf 
1678.53/1678.56	c  1679s|  7850k|  1997k| 25907k|   3.3 |1793M|  63 |   - |  70 |5127 |  70 |  21 |  18 |3639k|6529 | 0.000000e+00 |      --      |    Inf 
1680.93/1680.91	c  1681s|  7860k|  2000k| 25940k|   3.3 |1795M|  63 |   - |  70 |5085 |  70 |  21 |  18 |3643k|6529 | 0.000000e+00 |      --      |    Inf 
1682.93/1682.98	c  1683s|  7870k|  2002k| 25971k|   3.3 |1797M|  63 |   - |  70 |5968 |  70 |  21 |  18 |3648k|6529 | 0.000000e+00 |      --      |    Inf 
1685.33/1685.38	c  1685s|  7880k|  2005k| 26004k|   3.3 |1799M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |3653k|6529 | 0.000000e+00 |      --      |    Inf 
1687.73/1687.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1687.73/1687.70	c  1688s|  7890k|  2007k| 26036k|   3.3 |1802M|  63 |   - |  70 |4379 |  70 |  21 |  18 |3657k|6529 | 0.000000e+00 |      --      |    Inf 
1690.03/1690.04	c  1690s|  7900k|  2009k| 26069k|   3.3 |1804M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3662k|6529 | 0.000000e+00 |      --      |    Inf 
1692.33/1692.30	c  1692s|  7910k|  2012k| 26101k|   3.3 |1806M|  63 |   8 |  70 |4806 |  70 |  21 |  18 |3667k|6529 | 0.000000e+00 |      --      |    Inf 
1694.63/1694.69	c  1695s|  7920k|  2014k| 26134k|   3.3 |1808M|  63 |   - |  70 |4287 |  70 |  21 |  18 |3671k|6529 | 0.000000e+00 |      --      |    Inf 
1697.03/1697.03	c  1697s|  7930k|  2016k| 26167k|   3.3 |1811M|  63 |   8 |  70 |4698 |  70 |  21 |  18 |3676k|6529 | 0.000000e+00 |      --      |    Inf 
1699.13/1699.19	c  1699s|  7940k|  2019k| 26199k|   3.3 |1813M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |3681k|6529 | 0.000000e+00 |      --      |    Inf 
1701.64/1701.67	c  1702s|  7950k|  2021k| 26231k|   3.3 |1815M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |3685k|6529 | 0.000000e+00 |      --      |    Inf 
1703.83/1703.89	c  1704s|  7960k|  2024k| 26264k|   3.3 |1818M|  63 |   8 |  70 |4862 |  70 |  21 |  18 |3690k|6529 | 0.000000e+00 |      --      |    Inf 
1706.14/1706.15	c  1706s|  7970k|  2026k| 26297k|   3.3 |1820M|  63 |   - |  70 |5212 |  70 |  21 |  18 |3695k|6529 | 0.000000e+00 |      --      |    Inf 
1708.33/1708.31	c  1708s|  7980k|  2029k| 26329k|   3.3 |1822M|  63 |   - |  70 |5916 |  70 |  21 |  18 |3699k|6529 | 0.000000e+00 |      --      |    Inf 
1710.54/1710.57	c  1711s|  7990k|  2031k| 26362k|   3.3 |1825M|  63 |   8 |  70 |6454 |  70 |  21 |  18 |3704k|6529 | 0.000000e+00 |      --      |    Inf 
1713.03/1713.01	c  1713s|  8000k|  2034k| 26395k|   3.3 |1827M|  63 |   8 |  70 |4981 |  70 |  21 |  18 |3709k|6529 | 0.000000e+00 |      --      |    Inf 
1715.03/1715.09	c  1715s|  8010k|  2037k| 26428k|   3.3 |1829M|  63 |   8 |  70 |6353 |  70 |  21 |  18 |3713k|6529 | 0.000000e+00 |      --      |    Inf 
1717.33/1717.30	c  1717s|  8020k|  2040k| 26459k|   3.3 |1832M|  63 |   - |  70 |6912 |  70 |  21 |  18 |3717k|6529 | 0.000000e+00 |      --      |    Inf 
1719.53/1719.56	c  1720s|  8030k|  2043k| 26491k|   3.3 |1834M|  63 |   8 |  70 |7635 |  70 |  21 |  18 |3721k|6529 | 0.000000e+00 |      --      |    Inf 
1722.03/1722.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1722.03/1722.02	c  1722s|  8040k|  2045k| 26524k|   3.3 |1836M|  63 |   8 |  70 |6023 |  70 |  21 |  18 |3726k|6529 | 0.000000e+00 |      --      |    Inf 
1724.23/1724.27	c  1724s|  8050k|  2048k| 26556k|   3.3 |1839M|  63 |   8 |  70 |5823 |  70 |  21 |  18 |3731k|6529 | 0.000000e+00 |      --      |    Inf 
1726.73/1726.77	c  1727s|  8060k|  2050k| 26589k|   3.3 |1841M|  63 |   8 |  70 |4797 |  70 |  21 |  18 |3735k|6529 | 0.000000e+00 |      --      |    Inf 
1729.04/1729.10	c  1729s|  8070k|  2053k| 26622k|   3.3 |1843M|  63 |   - |  70 |4863 |  70 |  21 |  18 |3740k|6529 | 0.000000e+00 |      --      |    Inf 
1731.53/1731.56	c  1732s|  8080k|  2055k| 26654k|   3.3 |1845M|  63 |   8 |  70 |4245 |  70 |  21 |  18 |3745k|6529 | 0.000000e+00 |      --      |    Inf 
1733.93/1733.91	c  1734s|  8090k|  2057k| 26688k|   3.3 |1847M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3750k|6529 | 0.000000e+00 |      --      |    Inf 
1736.03/1736.09	c  1736s|  8100k|  2060k| 26719k|   3.3 |1850M|  63 |   8 |  70 |5307 |  70 |  21 |  18 |3754k|6529 | 0.000000e+00 |      --      |    Inf 
1738.43/1738.44	c  1738s|  8110k|  2062k| 26752k|   3.3 |1852M|  63 |   8 |  70 |5154 |  70 |  21 |  18 |3759k|6529 | 0.000000e+00 |      --      |    Inf 
1740.73/1740.78	c  1741s|  8120k|  2065k| 26785k|   3.3 |1854M|  63 |   8 |  70 |5507 |  70 |  21 |  18 |3764k|6529 | 0.000000e+00 |      --      |    Inf 
1742.83/1742.84	c  1743s|  8130k|  2068k| 26817k|   3.3 |1857M|  63 |   8 |  70 |6860 |  70 |  21 |  18 |3768k|6529 | 0.000000e+00 |      --      |    Inf 
1745.23/1745.20	c  1745s|  8140k|  2070k| 26851k|   3.3 |1859M|  63 |   8 |  70 |6433 |  70 |  21 |  18 |3773k|6529 | 0.000000e+00 |      --      |    Inf 
1747.74/1747.76	c  1748s|  8150k|  2072k| 26883k|   3.3 |1861M|  63 |   8 |  70 |4969 |  70 |  21 |  18 |3777k|6529 | 0.000000e+00 |      --      |    Inf 
1750.14/1750.18	c  1750s|  8160k|  2074k| 26916k|   3.3 |1863M|  63 |   - |  70 |4311 |  70 |  21 |  18 |3782k|6529 | 0.000000e+00 |      --      |    Inf 
1752.44/1752.43	c  1752s|  8170k|  2077k| 26950k|   3.3 |1865M|  63 |   - |  70 |5325 |   0 |   0 |  18 |3787k|6529 | 0.000000e+00 |      --      |    Inf 
1754.53/1754.55	c  1755s|  8180k|  2080k| 26983k|   3.3 |1868M|  63 |   8 |  70 |7151 |  70 |  21 |  18 |3791k|6529 | 0.000000e+00 |      --      |    Inf 
1757.03/1757.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1757.03/1757.00	c  1757s|  8190k|  2083k| 27015k|   3.3 |1870M|  63 |   8 |  70 |5469 |  70 |  21 |  18 |3796k|6529 | 0.000000e+00 |      --      |    Inf 
1759.23/1759.20	c  1759s|  8200k|  2085k| 27048k|   3.3 |1873M|  63 |   - |  70 |6209 |  70 |  21 |  18 |3800k|6529 | 0.000000e+00 |      --      |    Inf 
1761.43/1761.49	c  1761s|  8210k|  2088k| 27081k|   3.3 |1875M|  63 |   - |  70 |5988 |  70 |  21 |  18 |3804k|6529 | 0.000000e+00 |      --      |    Inf 
1764.03/1764.03	c  1764s|  8220k|  2090k| 27114k|   3.3 |1877M|  63 |   8 |  70 |4645 |  70 |  21 |  18 |3809k|6529 | 0.000000e+00 |      --      |    Inf 
1766.43/1766.45	c  1766s|  8230k|  2093k| 27146k|   3.3 |1879M|  63 |   - |  70 |4916 |  70 |  21 |  18 |3814k|6529 | 0.000000e+00 |      --      |    Inf 
1768.53/1768.56	c  1769s|  8240k|  2096k| 27179k|   3.3 |1882M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3818k|6529 | 0.000000e+00 |      --      |    Inf 
1770.73/1770.70	c  1771s|  8250k|  2099k| 27212k|   3.3 |1884M|  63 |   8 |  70 |6913 |  70 |  21 |  18 |3823k|6529 | 0.000000e+00 |      --      |    Inf 
1773.03/1773.10	c  1773s|  8260k|  2101k| 27244k|   3.3 |1886M|  63 |   8 |  70 |6362 |  70 |  21 |  18 |3827k|6529 | 0.000000e+00 |      --      |    Inf 
1775.53/1775.53	c  1776s|  8270k|  2104k| 27276k|   3.3 |1889M|  63 |   - |  70 |5638 |   0 |   0 |  18 |3832k|6529 | 0.000000e+00 |      --      |    Inf 
1777.93/1777.97	c  1778s|  8280k|  2106k| 27308k|   3.3 |1891M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3836k|6529 | 0.000000e+00 |      --      |    Inf 
1780.43/1780.41	c  1780s|  8290k|  2109k| 27341k|   3.3 |1893M|  63 |   8 |  70 |4583 |  70 |  21 |  18 |3841k|6529 | 0.000000e+00 |      --      |    Inf 
1782.64/1782.61	c  1783s|  8300k|  2111k| 27374k|   3.3 |1895M|  63 |   8 |  70 |5128 |  70 |  21 |  18 |3846k|6529 | 0.000000e+00 |      --      |    Inf 
1784.73/1784.73	c  1785s|  8310k|  2114k| 27407k|   3.3 |1898M|  63 |   8 |  70 |6340 |  70 |  21 |  18 |3850k|6529 | 0.000000e+00 |      --      |    Inf 
1787.23/1787.21	c  1787s|  8320k|  2117k| 27440k|   3.3 |1900M|  63 |   8 |  70 |4915 |  70 |  21 |  18 |3855k|6529 | 0.000000e+00 |      --      |    Inf 
1789.54/1789.59	c  1790s|  8330k|  2119k| 27472k|   3.3 |1902M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3860k|6529 | 0.000000e+00 |      --      |    Inf 
1791.84/1791.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1791.84/1791.81	c  1792s|  8340k|  2121k| 27505k|   3.3 |1904M|  63 |   8 |  70 |4467 |  70 |  21 |  18 |3864k|6529 | 0.000000e+00 |      --      |    Inf 
1794.04/1794.10	c  1794s|  8350k|  2124k| 27538k|   3.3 |1907M|  63 |   8 |  70 |4660 |  70 |  21 |  18 |3869k|6529 | 0.000000e+00 |      --      |    Inf 
1796.44/1796.42	c  1796s|  8360k|  2126k| 27571k|   3.3 |1909M|  63 |   - |  70 |4153 |  70 |  21 |  18 |3874k|6529 | 0.000000e+00 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 8362638
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.01 (included in solving)
1797.03/1797.00	c   reading          :       0.00 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3485335-1307772308.opb
1797.03/1797.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 17 initial, 17 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3485335-1307772308.opb
1797.03/1797.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 8 initial, 8844 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0    5264140          0          4          0        614       2730          0          0   10522012
1797.03/1797.00	c   linear           :          8+         7   20662433          0          0          3    3833469     177300    6653726          0          0          0
1797.03/1797.00	c   logicor          :          0+         6    8109656          0          0          0    6655098       9379    2971815          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :      35.82       0.00       0.00      35.82       0.00       0.00       0.00
1797.03/1797.00	c   linear           :     116.36       0.00     103.09       0.00       0.00       0.00      13.27
1797.03/1797.00	c   logicor          :     234.33       0.00     221.35       0.00       0.00       0.00      12.99
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :          0          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       2.82       2.82       0.00
1797.03/1797.00	c   rootredcost      :       3.16       3.16       0.00
1797.03/1797.00	c   pseudoobj        :       2.46       2.46       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :      16.89     186679     180891     725371       47.9         72       38.7          -
1797.03/1797.00	c   infeasible LP    :     110.80    2930459    2930364    6116279       32.7      37840       36.9          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -    3088652       25.7          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -     786785       38.9          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 49)
1797.03/1797.00	c   redcost          :       7.33    5264145          0          0          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.00          6          0          0         25          0
1797.03/1797.00	c   cmir             :       0.02          6          0          0         11          0
1797.03/1797.00	c   flowcover        :       0.02          6          0          0         14          0
1797.03/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.02          1          0          0          0          1
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :      32.64    5264140        614       2730          0          0   10522012
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   oneopt           :       2.64          0          0
1797.03/1797.00	c   crossover        :       1.52          0          0
1797.03/1797.00	c   guideddiving     :       0.16          0          0
1797.03/1797.00	c   intshifting      :       0.10          0          0
1797.03/1797.00	c   coefdiving       :       0.14         58          0
1797.03/1797.00	c   fracdiving       :       0.14         58          0
1797.03/1797.00	c   veclendiving     :       0.16         58          0
1797.03/1797.00	c   linesearchdiving :       0.15         58          0
1797.03/1797.00	c   pscostdiving     :       0.16         58          0
1797.03/1797.00	c   feaspump         :       0.12         29          0
1797.03/1797.00	c   objpscostdiving  :       0.12         30          0
1797.03/1797.00	c   rootsoldiving    :       0.13         30          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.00          1          0
1797.03/1797.00	c   simplerounding   :       1.09          0          0
1797.03/1797.00	c   zirounding       :      19.17          0          0
1797.03/1797.00	c   rounding         :       2.41      32542          0
1797.03/1797.00	c   shifting         :       4.06      10333          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.01          1          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       1.16          0          0
1797.03/1797.00	c   trysol           :       1.51          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :     629.46    8053973   27575729       3.42   43808.50
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:       0.15       2127       5146       2.42   33843.69
1797.03/1797.00	c   strong branching :       1.00       6529      41320       6.33   41269.32
1797.03/1797.00	c     (at root node) :          -         14        369      26.36          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :    8362638
1797.03/1797.00	c   nodes (total)    :    8362638
1797.03/1797.00	c   nodes left       :    2127192
1797.03/1797.00	c   max depth        :         63
1797.03/1797.00	c   max depth (total):         63
1797.03/1797.00	c   backtracks       :     781582 (9.3%)
1797.03/1797.00	c   delayed cutoffs  :      32183
1797.03/1797.00	c   repropagations   :    8681634 (3006779 domain reductions, 15350 cutoffs)
1797.03/1797.00	c   avg switch length:       5.84
1797.03/1797.00	c   switching time   :     332.45
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :        193

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 6658
/proc/meminfo: memFree=31607740/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=11184 CPUtime=0 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 1699 0 0 0 0 0 0 0 25 0 1 0 967461429 11452416 1653 33554432000 4194304 8979876 140734372339536 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 2796 1662 410 1169 0 1623 0

[startup+0.0478769 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 6658
/proc/meminfo: memFree=31607740/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=25152 CPUtime=0.03 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 5590 0 0 0 3 0 0 0 18 0 1 0 967461429 25755648 4934 33554432000 4194304 8979876 140734372339536 18446744073709551615 7226432 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 6288 4934 684 1169 0 5115 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25152

[startup+0.100891 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 6658
/proc/meminfo: memFree=31607740/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=23088 CPUtime=0.09 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 6253 0 0 0 8 1 0 0 18 0 1 0 967461429 23642112 4776 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 5772 4776 700 1169 0 4599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23088

[startup+0.300849 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 6658
/proc/meminfo: memFree=31607740/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=23088 CPUtime=0.29 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 6257 0 0 0 27 2 0 0 18 0 1 0 967461429 23642112 4780 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 5772 4780 704 1169 0 4599 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23088

[startup+0.700787 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 6658
/proc/meminfo: memFree=31607740/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=23088 CPUtime=0.69 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 6261 0 0 0 66 3 0 0 18 0 1 0 967461429 23642112 4784 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 5772 4784 704 1169 0 4599 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23088

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6659
/proc/meminfo: memFree=31590520/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=23088 CPUtime=1.49 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 6269 0 0 0 143 6 0 0 20 0 1 0 967461429 23642112 4792 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 5772 4792 704 1169 0 4599 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23088

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6659
/proc/meminfo: memFree=31590148/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=23576 CPUtime=3.09 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 6313 0 0 0 298 11 0 0 25 0 1 0 967461429 24141824 4836 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 5894 4836 704 1169 0 4721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23576

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6697
/proc/meminfo: memFree=31773388/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=28344 CPUtime=6.29 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 7517 0 0 0 607 22 0 0 25 0 1 0 967461429 29024256 6040 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 7086 6040 704 1169 0 5913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28344

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6697
/proc/meminfo: memFree=31757684/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=38100 CPUtime=12.69 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 9999 0 0 0 1224 45 0 0 25 0 1 0 967461429 39014400 8522 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 9525 8522 704 1169 0 8352 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38100

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6697
/proc/meminfo: memFree=31717044/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=56320 CPUtime=25.49 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 14654 0 0 0 2465 84 0 0 25 0 1 0 967461429 57671680 13177 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 14080 13177 704 1169 0 12907 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56320

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6698
/proc/meminfo: memFree=31647324/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=92420 CPUtime=51.09 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 23265 0 0 0 4942 167 0 0 25 0 1 0 967461429 94638080 21788 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 23105 21788 704 1169 0 21932 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92420

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6699
/proc/meminfo: memFree=31512272/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=157624 CPUtime=102.3 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 39818 0 0 0 9901 329 0 0 25 0 1 0 967461429 161406976 38341 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 39406 38341 704 1169 0 38233 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157624

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6701
/proc/meminfo: memFree=31370824/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=230088 CPUtime=162.3 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 57213 0 0 0 15717 513 0 0 25 0 1 0 967461429 235610112 55736 33554432000 4194304 8979876 140734372339536 18446744073709551615 4294185 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 57522 55736 704 1169 0 56349 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 230088

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6702
/proc/meminfo: memFree=31224064/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=304236 CPUtime=222.3 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 75988 0 0 0 21541 689 0 0 25 0 1 0 967461429 311537664 74511 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 76059 74511 704 1169 0 74886 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 304236

[startup+282.301 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 6704
/proc/meminfo: memFree=31091940/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=367920 CPUtime=282.29 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 92213 0 0 0 27362 867 0 0 25 0 1 0 967461429 376750080 90736 33554432000 4194304 8979876 140734372339536 18446744073709551615 7226248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 91980 90736 704 1169 0 90807 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 367920

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 6706
/proc/meminfo: memFree=30957576/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=443268 CPUtime=342.3 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 109287 0 0 0 33187 1043 0 0 25 0 1 0 967461429 453906432 107810 33554432000 4194304 8979876 140734372339536 18446744073709551615 4990847 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 110817 107810 704 1169 0 109644 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 443268

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 6707
/proc/meminfo: memFree=30824568/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=511840 CPUtime=402.3 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 126693 0 0 0 39016 1214 0 0 25 0 1 0 967461429 524124160 125216 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 127960 125216 704 1169 0 126787 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 511840

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6709
/proc/meminfo: memFree=30694548/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=575828 CPUtime=462.31 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 142918 0 0 0 44852 1379 0 0 25 0 1 0 967461429 589647872 141441 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 143957 141441 704 1169 0 142784 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 575828

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6710
/proc/meminfo: memFree=30560556/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=643996 CPUtime=522.3 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 160164 0 0 0 50686 1544 0 0 25 0 1 0 967461429 659451904 158687 33554432000 4194304 8979876 140734372339536 18446744073709551615 6464557 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 160999 158687 704 1169 0 159826 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 643996

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6712
/proc/meminfo: memFree=30433520/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=706788 CPUtime=582.3 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 176256 0 0 0 56513 1717 0 0 25 0 1 0 967461429 723750912 174779 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 176697 174779 704 1169 0 175524 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 706788

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6718
/proc/meminfo: memFree=29926464/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=981016 CPUtime=822.31 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 241739 0 0 0 79876 2355 0 0 25 0 1 0 967461429 1004560384 240262 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 245254 240262 704 1169 0 244081 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 981016

[startup+882.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 6720
/proc/meminfo: memFree=29796436/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1043976 CPUtime=882.31 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 257908 0 0 0 85704 2527 0 0 25 0 1 0 967461429 1069031424 256431 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 260994 256431 704 1169 0 259821 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1043976

[startup+942.301 s]
/proc/loadavg: 2.09 2.02 1.97 3/178 6722
/proc/meminfo: memFree=29680804/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1103784 CPUtime=942.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 272839 0 0 0 91547 2685 0 0 25 0 1 0 967461429 1130274816 271362 33554432000 4194304 8979876 140734372339536 18446744073709551615 6741976 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 275946 271362 704 1169 0 274773 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1103784

[startup+1002.3 s]
/proc/loadavg: 2.03 2.02 1.97 3/178 6723
/proc/meminfo: memFree=29552144/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1167940 CPUtime=1002.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 289190 0 0 0 97389 2843 0 0 25 0 1 0 967461429 1195970560 287713 33554432000 4194304 8979876 140734372339536 18446744073709551615 4319238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 291985 287713 704 1169 0 290812 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1167940

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 6725
/proc/meminfo: memFree=29438240/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1227824 CPUtime=1062.31 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 304531 0 0 0 103229 3002 0 0 25 0 1 0 967461429 1257291776 303054 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 306956 303054 704 1169 0 305783 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1227824

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 6726
/proc/meminfo: memFree=29317768/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1286768 CPUtime=1122.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 319180 0 0 0 109068 3164 0 0 25 0 1 0 967461429 1317650432 317703 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 321692 317703 704 1169 0 320519 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1286768

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6728
/proc/meminfo: memFree=29195572/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1351044 CPUtime=1182.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 335639 0 0 0 114909 3323 0 0 25 0 1 0 967461429 1383469056 334162 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 337761 334162 704 1169 0 336588 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1351044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6730
/proc/meminfo: memFree=29075472/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1410512 CPUtime=1242.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 350884 0 0 0 120753 3479 0 0 25 0 1 0 967461429 1444364288 349407 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 352628 349407 704 1169 0 351455 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1410512

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6731
/proc/meminfo: memFree=28959980/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1468668 CPUtime=1302.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 365810 0 0 0 126594 3638 0 0 25 0 1 0 967461429 1503916032 364333 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 367167 364333 704 1169 0 365994 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1468668

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6733
/proc/meminfo: memFree=28833792/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1530636 CPUtime=1362.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 381144 0 0 0 132437 3795 0 0 25 0 1 0 967461429 1567371264 379667 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 382659 379667 704 1169 0 381486 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1530636

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 1.97 3/178 6734
/proc/meminfo: memFree=28721988/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1589228 CPUtime=1422.33 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 396132 0 0 0 138288 3945 0 0 25 0 1 0 967461429 1627369472 394655 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 397307 394655 704 1169 0 396134 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1589228

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 6736
/proc/meminfo: memFree=28606476/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1649764 CPUtime=1482.32 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 411641 0 0 0 144135 4097 0 0 25 0 1 0 967461429 1689358336 410164 33554432000 4194304 8979876 140734372339536 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 412441 410164 704 1169 0 411268 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1649764

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 1.98 3/178 6738
/proc/meminfo: memFree=28488488/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1707856 CPUtime=1542.33 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 426537 0 0 0 149979 4254 0 0 25 0 1 0 967461429 1748844544 425060 33554432000 4194304 8979876 140734372339536 18446744073709551615 6492567 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 426964 425060 704 1169 0 425791 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1707856

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 6739
/proc/meminfo: memFree=28373852/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1766704 CPUtime=1602.33 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 441630 0 0 0 155820 4413 0 0 25 0 1 0 967461429 1809104896 440153 33554432000 4194304 8979876 140734372339536 18446744073709551615 5308557 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 441676 440153 704 1169 0 440503 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1766704

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 6741
/proc/meminfo: memFree=28264284/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1823548 CPUtime=1662.33 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 455521 0 0 0 161669 4564 0 0 25 0 1 0 967461429 1867313152 454044 33554432000 4194304 8979876 140734372339536 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 455887 454044 704 1169 0 454714 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1823548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6742
/proc/meminfo: memFree=28148516/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1917176 CPUtime=1722.33 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 471105 0 0 0 167520 4713 0 0 25 0 1 0 967461429 1963188224 469628 33554432000 4194304 8979876 140734372339536 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 479294 469628 704 1169 0 478121 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1917176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6744
/proc/meminfo: memFree=28039580/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1971712 CPUtime=1782.33 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 485104 0 0 0 173369 4864 0 0 25 0 1 0 967461429 2019033088 483627 33554432000 4194304 8979876 140734372339536 18446744073709551615 6445701 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6658/statm: 492928 483627 704 1169 0 491755 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1971712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 6745
/proc/meminfo: memFree=28005700/32951124 swapFree=67054712/67111528
[pid=6658] ppid=6656 vsize=1985732 CPUtime=1800.04 cores=0,2,4,6
/proc/6658/stat : 6658 (scip-2.0.1.4_2.) R 6656 6658 2200 0 -1 4202496 488705 0 0 0 175102 4902 0 0 25 0 1 0 967461429 2033389568 487228 33554432000 4194304 8979876 140734372339536 18446744073709551615 4329922 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6658/statm: 496433 487228 707 1169 0 495260 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1985732

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.09
CPU time (s): 1800.13
CPU user time (s): 1751.02
CPU system time (s): 49.1105
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1985732

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

runsolver used 2.85157 second user time and 5.67714 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-11 08:05:08
IDJOB=3485335
IDBENCH=2893
IDSOLVER=1977
FILE ID=node119/3485335-1307772308
RUNJOBID= node119-1307766885-6157
PBS_JOBID= 13550843
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=660322749

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31607796 kB
Buffers:        245740 kB
Cached:         657192 kB
SwapCached:      11012 kB
Active:         686152 kB
Inactive:       441316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31607796 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           17020 kB
Writeback:           0 kB
AnonPages:      222680 kB
Mapped:          16024 kB
Slab:           149948 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   418136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node119 at 2011-06-11 08:35:10